jean-pierre charras
f5e76e6116
Demos update
2024-01-06 10:52:46 +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
5550da38e0
Demo update
2022-09-25 15:43:42 +02:00
jean-pierre charras
51a84cb8d5
Demos update.
2022-09-02 14:45:01 +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
4fe9f01eb0
Update a few demos
2021-11-01 18:36:53 +01: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
Seth Hillbrand
44b2c907c6
Update env vars in demos
2021-01-01 16:20:35 +00:00
jean-pierre charras
701e404838
Update demos
2020-11-09 11:10:25 +01:00
jean-pierre charras
235b24430b
Update demo
2020-06-03 20:47:51 +02:00
jean-pierre charras
18d4112fce
Demos update
2020-01-02 08:49:19 +01:00
jean-pierre charras
3cb6dc69f0
Update demos to use recent footprints.
2019-04-07 17:07:57 +02:00
jean-pierre charras
0d4d24ed22
Update demos.
2018-06-14 09:52:23 +02:00
jean-pierre charras
6371e341de
demos update
2018-02-13 09:55:41 +01:00
jean-pierre charras
f95cceeff0
Update demos
2018-01-12 21:30:07 +01:00
jean-pierre charras
8bb03067c1
Update demos
2017-12-29 10:44:08 +01:00
jean-pierre charras
419c6e198e
Update interf_u demo to use latest libraries and the new sym-lib-table
2017-11-14 17:16:23 +01:00
jean-pierre charras
aea1f1be6d
page layout reader: fix a minor issue in parseGraphic method. Update a old (incorrect) .kicad_wks file in demo. page_layout_writer.cpp: remove a few useless spaces in output files.
2016-03-22 10:46:18 +01:00
jean-pierre charras
351752f4e4
Fix Bug #1539889 (empty translated strings which create issues in translation tools)
...
Add a file deleted by accident in interf_u demo.
2016-01-30 14:14:58 +01:00
jean-pierre charras
75b1df464d
Pcbnew and Gerbview: layer manager: use double click to edit color (as usual to edit someting) and simple click (as previously) to select the layer. Reason: avoid opening the color dialog each time a new layer is selected.
...
Update interf_u demo to use recent library components..
2016-01-28 09:02:25 +01:00
jean-pierre charras
01be350851
Update clipper library version (from 6.21) to the latest (currently 6.4.0 , 2 July 2015) which fixes some bugs.
2015-11-02 13:45:33 +01:00
Wayne Stambaugh
ce68767fce
Demos: fix 3D models due to library changes. (fixes lp:1500956)
2015-10-01 09:56:42 -04: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
4428d69a63
Pcbnew: Fix a bug when reading a netlist which forces pcbnew to read lib files to find a footprint even if the right footprint is already loaded (which explains the long time to load netlists)
...
Netlist dialog: add option to report only most important messages. Useful for large boards.
class REPORTER: add features to allow a basic message filtering (flags to report all/warning/error messages)
Fix Bug #1214599 ( tools are deselected on Move command )
2013-08-23 08:38:57 +02:00
jean-pierre charras
1293c026f7
Eeschema: fix Bug #1210120
2013-08-09 08:51:14 +02: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
9d40727b4c
Pcbnew: fix issues: Ensure pads type connector have a drill size= 0, like SMD pads. Ensure keepout zones have no net.
2013-03-10 14:59:47 +01: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
7eb1a136f1
Pcbnew: First draft to use a new netlist format ( containing the same info as the intermediate netlist, but using S expressions)
...
* Eeschema can generate this netlist format.
* Pcbnew can use (automatic identification) the current format or the new format.
* Cvpcb does not use yet the new format.
2012-01-26 10:37:36 +01:00
jean-pierre charras
2df818b844
Fix issue in GPcb footprints import.
...
Better code in test connections in zones.
Very minor other fixes
2011-12-22 09:07:50 +01:00
jean-pierre charras
a180518f4b
Some demo files updated.
2011-12-18 10:06:22 +01:00
jean-pierre charras
16e9ddc27a
* Gerbview, Pcbnew: add SetLocaleTo_Default() after reading double in config to fix issues with decimal separator (when the separator is not a point).
...
(WxWidgets 2.9.1 seems call setlocale( LC_NUMERIC, "" ) when wxConfig read doubles stored in config, but forget to back to current locale.)
Note: perhaps there are some dialogs that need this call to SetLocaleTo_Default() ).
* Minor code cleanup in pcbnew/netlist.cpp
2011-04-02 18:14:07 +02:00
jean-pierre charras
fde4243954
Fixes
2011-03-07 21:20:37 +01:00
jean-pierre charras
75f332aefc
Cvpcb: code cleaning. Remove not used and useless files.
2011-02-21 19:27:47 +01:00
jean-pierre charras
c476ae44b5
Fix non ascii characters in zone dialog.
2011-02-21 08:19:15 +01:00
jean-pierre charras
640a06850f
Fix some issues.
2011-02-17 19:34:27 +01:00
jean-pierre charras
9370dd83de
CvPcb: Code cleanup. Rename WinEDA_CvpcbFrame to CVPCB_MAINFRAME, according to coding style policy.
...
Change in CvPcb: CvPcb does not use now .dcm files, only .mod files to read modules keywords and doc
2011-02-05 17:15:48 +01:00
jean-pierre charras
7bd85a393d
Pcbnew: plot dialog: minor enhancement and minor issue fix (could be a wxFromBuilder issue)
2011-02-01 19:37:32 +01:00
jean-pierre charras
3c49fb1e9d
Eeschema: fix bug 706429
2011-01-23 13:32:33 +01:00
jean-pierre charras
61edf74377
Demo files cleanup and update
2010-12-04 18:38:41 +01:00
jean-pierre charras
7e56bf2828
fixing bug 626875. Cleaning code
...
Try to fix block selection issue with some windows managers.
2010-08-31 18:00:37 +02:00
jean-pierre charras
657f62ab0c
fixing bug 626875. Cleaning code
...
Try to fix block selection issue with some windows managers.
2010-08-31 17:54:05 +02:00
jean-pierre charras
90621bef00
Updated boost to version 1.34
...
Added boost::polygon (experimental)
Added experimental zone fill calculations with boost::polygon
Added patches from Yury Khalyavin
2010-07-26 19:06:36 +02:00
jean-pierre charras
f45c260a00
Code cleaning. Minor fixes. Better link to gnucap.
...
Fixed a minor issue when creating a netlist. for nets having global labels, global label names were ignored when naming this net.
2010-07-14 15:24:36 +02:00
jean-pierre charras
052876079a
fixed bug 603481. Better bitmap2component look. fixed some locate problems for footprints using polygons (mainly created by bitmap2component)
2010-07-11 18:24:44 +02:00