jean-pierre charras
79dfefe7de
demo: a minor fix in symbol lib.
3 years ago
jean-pierre charras
16d74a7e42
Demo update
3 years ago
jean-pierre charras
8799c370bb
Demos update
4 years ago
jean-pierre charras
78f9be79ad
Demos: update to last changes in file format.
4 years ago
jean-pierre charras
bba00fa74c
Demos update.
4 years ago
Mikolaj Wielgus
e1cc7cfbe0
Change wire width from 5 mils back to 6 mils
These were remnants of https://gitlab.com/kicad/code/kicad/-/issues/7865
4 years ago
jean-pierre charras
2ad6650e13
Update demos
4 years ago
jean-pierre charras
3f040185ce
Update demos.
5 years ago
jean-pierre charras
0596318d93
Demos update
5 years ago
jean-pierre charras
9d4e9c5d05
Demo update
5 years ago
Seth Hillbrand
44b2c907c6
Update env vars in demos
5 years ago
jean-pierre charras
04793924d7
Update demos
5 years ago
jean-pierre charras
fd62c42ded
Update demos
5 years ago
jean-pierre charras
515e57c02f
demo update.
6 years ago
jean-pierre charras
2b3451ff6d
demo update
6 years ago
jean-pierre charras
37f06eb2b7
Update demo
6 years ago
jean-pierre charras
e7adb92930
Update demo
6 years ago
jean-pierre charras
196ddec81c
Update demos to use recent footprints.
7 years ago
jean-pierre charras
2121142d3c
Demo pic_programmer: remove unused schematic library from list.
7 years ago
jean-pierre charras
03fa645743
pic_programmer demo: fix a typo in a symbol name.
8 years ago
jean-pierre charras
ae02039ed4
Update pic_programmer demo
8 years ago
jean-pierre charras
0d4d24ed22
Update demos.
8 years ago
jean-pierre charras
8a70acb821
Update demos to use V5 libraries.
8 years ago
jean-pierre charras
cb134fd065
Update demos
8 years ago
jean-pierre charras
e926ec42f8
Update demo
8 years ago
jean-pierre charras
81357eb584
Update demo to use latest libraries.
8 years ago
jean-pierre charras
687444b973
update demo
8 years ago
jean-pierre charras
353e91a6f8
Update demos
8 years ago
jean-pierre charras
9a0d346afa
Minor update: pic_programmer demo: use current (updated) components instead of old ones in schematic and board.
10 years ago
jean-pierre charras
ecad3ad235
Netlist generator: avoid changing the order of parts in libparts section each time libraries are reloaded.
pic_programmer demo: very minor fix and update netlist.
cached_container.cpp: more info when the message "Out of memory" is displayed.
10 years ago
jean-pierre charras
ae506e8223
polygons in footprint body: fix incorrect calculation of polygons with clearance or outline thickness (fix bug #1511366 )
Clean demos
10 years ago
kinichiro
acc19096c3
Demos: fix 3D models (bug 1500956) kit/pic/sonde/test_xil/video
10 years ago
jean-pierre charras
e25ba1f51e
Demos: make a private library for each demo, to avoid issues when using modified kicad new schematic libraries
11 years ago
jean-pierre charras
ff154dba3c
demos/ schematic tidying
11 years ago
jean-pierre charras
6bae852cb9
Minor fixes: specctra export: skip malformed circles (having a radius = 0) in board outline creation, which can crash 3d-viewer or vrml export.
dialog_fp_lib_table: remember during a session the last open table (global or local).
drawing_tool: fix compil warning
Update demos.
11 years ago
jean-pierre charras
06f59a94ed
eeschema: Find Replace: fix a bug in replace command: sometimes, the string to replace was found, but not replaced if this string contained lower case letters.
11 years ago
jean-pierre charras
3814cdaff1
Pcbnew: Minor fix in hotkeys. Demos: add an example to use a local fp-lib-table and local libs, and update schematics and boards.
11 years ago
jean-pierre charras
fe919cd456
Update demos. Fix pspice netlist issues when using ( and ) in net names ( parenthesis are replaced by underscore) .
12 years ago
Dick Hollenbeck
234c4a3814
$ iconv -f LATIN1 -t UTF-8 pic_sockets.sch -o /tmp/pic_sockets.sch
convert to UTF-8, eeschema cannot load LATIN1 strings anymore.
12 years ago
Dick Hollenbeck
8ccf0320b4
1) Add "rules" to base of tree for copying into BZR_HOME/rules.
File "rules" has instructional text as comments near top.
2) Convert all text files in repo to LF line ending form.
Any checkout done with "rules" in play will convert the working
tree to native line ending, while keeping repo as LF line ending.
13 years ago
jean-pierre charras
8d22086097
AUTHORS.txt: add some contributor names (I certainly forgot some other contributors, and I apologize).
Demos: convert .brd files to .kicad_pcb files and fix 2 broken files
13 years ago
jean-pierre charras
95388c6ec4
eeschema: fix memory leakage.
Pcbnew: fix a minor issue.
Version update.
15 years ago
jean-pierre charras
61edf74377
Demo files cleanup and update
15 years ago
jean-pierre charras
af7c26e8be
bitmap2component minor enhancements
16 years ago
jean-pierre charras
3543ba65de
++eeschema:
In netlist generation, changed the rule to calculate netnames of nets with labels:
Previously, named nets (i.e. nets with local, hierarchical or global labels) have their name
defined by the first label found in list.
So net names could be changed without really changing the schematic.
Now the names are calculated from the rules (by priority order) :
1 - use the most top level labels in hierarchies.
2 - use global labels first, local labels next (hidden power pins names are global labels).
3 - use alphabetic sort (so, if GND and AGND are connected, the net will be always named AGND,
and adding a VSS connection cannot change the net name)
So power nets and nets that have more than one label cannot have their netname changed
if there is no actual change relative to these nets names in schematic
16 years ago
jean-pierre charras
02b88a7016
Use bin/plugins/ as install path for bitmap2component instead of bin/
16 years ago
charras
a3a4bbc03b
pcbnew test scale values when printing/ploting to avoid 0 scale or others stupid values
(scale now allowed from 0.01 to 100)
17 years ago
charras
c333da1916
some "todo" cleanup
17 years ago
charras
e4fdce4a47
minor update
18 years ago
lifekidyeaa
0381261834
eeschema:
* made schematic loading of 'GLabels' dependent on the schematic file version (currently at 2).
If the version == 1, these are loaded as hierarchal labels
* made text labels global in the herarchy, consistent with their historical usage.
18 years ago