7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-18 10:49:19 +00:00
Commit Graph

59 Commits

Author SHA1 Message Date
Wayne Stambaugh
7f84e24ac5 Update demos to V9 file formats except simulations. 2025-02-18 09:24:23 -05:00
jean-pierre charras
82516c6f16 Demos update 2024-12-29 20:01:26 +01:00
jean-pierre charras
31394e95d7 Demo update 2024-02-03 17:09:48 +01:00
jean-pierre charras
249b2e740e Demo update 2023-11-06 16:02:15 +01:00
jean-pierre charras
248a8caa45 Demos update 2023-11-01 10:15:11 +01:00
jean-pierre charras
c3ae2d4f43 Demos update 2023-04-12 17:16:50 +02:00
Wayne Stambaugh
37b9b3f3cc Update demos using latest file formats. 2023-02-06 14:29:24 -05:00
jean-pierre charras
79dfefe7de demo: a minor fix in symbol lib. 2022-09-05 13:01:40 +02:00
jean-pierre charras
16d74a7e42 Demo update 2022-08-03 17:21:16 +02:00
jean-pierre charras
8799c370bb Demos update 2022-05-21 16:32:22 +02:00
jean-pierre charras
78f9be79ad Demos: update to last changes in file format. 2021-12-13 09:40:50 +01:00
jean-pierre charras
bba00fa74c Demos update. 2021-11-25 13:09:59 +01:00
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
2021-11-07 14:32:27 +00:00
jean-pierre charras
2ad6650e13 Update demos 2021-08-16 10:48:44 +02:00
jean-pierre charras
3f040185ce Update demos. 2021-04-26 09:06:25 +02:00
jean-pierre charras
0596318d93 Demos update 2021-03-05 14:06:35 +01:00
jean-pierre charras
9d4e9c5d05 Demo update 2021-01-15 14:21:22 +01:00
Seth Hillbrand
44b2c907c6 Update env vars in demos 2021-01-01 16:20:35 +00:00
jean-pierre charras
04793924d7 Update demos 2020-11-08 09:11:05 +01:00
jean-pierre charras
fd62c42ded Update demos 2020-10-25 18:50:20 +01:00
jean-pierre charras
515e57c02f demo update. 2020-04-15 15:31:40 +02:00
jean-pierre charras
2b3451ff6d demo update 2020-01-19 20:29:29 +01:00
jean-pierre charras
37f06eb2b7 Update demo 2019-09-19 18:05:29 +02:00
jean-pierre charras
e7adb92930 Update demo 2019-09-17 18:54:06 +02:00
jean-pierre charras
196ddec81c Update demos to use recent footprints. 2019-04-07 16:06:53 +02:00
jean-pierre charras
2121142d3c Demo pic_programmer: remove unused schematic library from list. 2019-03-17 08:44:52 +01:00
jean-pierre charras
03fa645743 pic_programmer demo: fix a typo in a symbol name. 2018-06-18 08:12:17 +02:00
jean-pierre charras
ae02039ed4 Update pic_programmer demo 2018-06-17 09:28:36 +02:00
jean-pierre charras
0d4d24ed22 Update demos. 2018-06-14 09:52:23 +02:00
jean-pierre charras
8a70acb821 Update demos to use V5 libraries. 2018-05-08 15:29:21 +02:00
jean-pierre charras
cb134fd065 Update demos 2018-04-09 19:37:17 +02:00
jean-pierre charras
e926ec42f8 Update demo 2018-01-11 11:45:43 +01:00
jean-pierre charras
81357eb584 Update demo to use latest libraries. 2017-12-07 18:28:11 +01:00
jean-pierre charras
687444b973 update demo 2017-12-02 09:52:02 +01:00
jean-pierre charras
353e91a6f8 Update demos 2017-11-21 21:26:06 +01:00
jean-pierre charras
9a0d346afa Minor update: pic_programmer demo: use current (updated) components instead of old ones in schematic and board. 2016-06-26 16:43:18 +02:00
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.
2015-11-05 17:28:31 +01:00
jean-pierre charras
ae506e8223 polygons in footprint body: fix incorrect calculation of polygons with clearance or outline thickness (fix bug )
Clean demos
2015-11-02 10:24:32 +01:00
kinichiro
acc19096c3 Demos: fix 3D models (bug 1500956) kit/pic/sonde/test_xil/video 2015-10-03 01:14:48 +09:00
jean-pierre charras
e25ba1f51e Demos: make a private library for each demo, to avoid issues when using modified kicad new schematic libraries 2015-05-18 09:15:25 +02:00
jean-pierre charras
ff154dba3c demos/ schematic tidying 2015-03-28 13:24:13 +01:00
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.
2014-09-22 09:51:06 +02:00
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. 2014-09-01 17:28:29 +02:00
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. 2014-08-31 18:19:07 +02:00
jean-pierre charras
fe919cd456 Update demos. Fix pspice netlist issues when using ( and ) in net names ( parenthesis are replaced by underscore) . 2014-01-07 20:42:34 +01:00
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.
2013-07-28 10:21:43 -05:00
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.
2013-05-25 23:36:44 -05:00
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
2013-01-14 13:16:23 +01:00
jean-pierre charras
95388c6ec4 eeschema: fix memory leakage.
Pcbnew: fix a minor issue.
Version update.
2011-06-09 15:30:46 +02:00
jean-pierre charras
61edf74377 Demo files cleanup and update 2010-12-04 18:38:41 +01:00