- 06 Mar, 2012 1 commit
-
-
jean-pierre charras authored
other minor fixes.
-
- 26 Jan, 2012 1 commit
-
-
jean-pierre charras authored
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.
-
- 22 Dec, 2011 1 commit
-
-
jean-pierre charras authored
Better code in test connections in zones. Very minor other fixes
-
- 19 Dec, 2011 1 commit
-
-
jean-pierre charras authored
* A track is seen connected to a pad if the track end is inside the pad shape. * Pads inside pads are now seen connected, if the center of the pad is *inside* the other pad. * this is made to be sure a large copper area is shared by the 2 pads, and to keep algorithm fast.
-
- 18 Dec, 2011 1 commit
-
-
jean-pierre charras authored
-
- 09 Jun, 2011 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix a minor issue. Version update.
-
- 02 Apr, 2011 1 commit
-
-
jean-pierre charras authored
* 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
-
- 07 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 21 Feb, 2011 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 17 Feb, 2011 1 commit
-
-
jean-pierre charras authored
-
- 10 Feb, 2011 1 commit
-
-
jean-pierre charras authored
Eeschema: in intermediate netlist generation: remove redundant pins list by component, and make Dick happy. Known bug in intermediate netlist generation: multi parts per package have their common pins listed more than once in nets section. Will be fixed.
-
- 05 Feb, 2011 1 commit
-
-
jean-pierre charras authored
Change in CvPcb: CvPcb does not use now .dcm files, only .mod files to read modules keywords and doc
-
- 01 Feb, 2011 1 commit
-
-
jean-pierre charras authored
-
- 23 Jan, 2011 1 commit
-
-
jean-pierre charras authored
-
- 01 Jan, 2011 1 commit
-
-
jean-pierre charras authored
Eeschema: cleaning code. Start work to enhance annotation algorithm. Already added an option to annotate using sheet number (sheet 1 uses numbers 100 to 199, sheet 2 uses 200 to 299..). Works fine if deleting existing annotation, but needs work to be used when the existing annotation is kept .
-
- 15 Dec, 2010 1 commit
-
-
jean-pierre charras authored
Added: in file dialog, multiple file selection. Added: Draw mode selector (in left toolbar): Raw mode: a Gerber image is drawn on screen without buffering. Artifacts happen if there are negative items drawn, if more than one Gerber file is shown. Stacked mode: each Geber image is drawn in a buffer and after drawn on screen No artifact with negative items. Each Gerber image covers previous images. OR mode (transparency mode): each Geber image is drawn in a buffer and after drawn on screen No artifact with negative items. Each Gerber image is "ORed" with previous images, like in Pcbnew. Try to optimize Draw function in buffered modes. (Useful for PC that have problems with "blit" graphic function) Fix minor issues.
-
- 04 Dec, 2010 1 commit
-
-
jean-pierre charras authored
-
- 09 Oct, 2010 2 commits
-
-
Marco Serantoni authored
-
Marco Serantoni authored
-
- 31 Aug, 2010 1 commit
-
-
jean-pierre charras authored
Try to fix block selection issue with some windows managers.
-
- 26 Jul, 2010 1 commit
-
-
jean-pierre charras authored
Added boost::polygon (experimental) Added experimental zone fill calculations with boost::polygon Added patches from Yury Khalyavin
-
- 14 Jul, 2010 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Fixed a minor issue when creating a netlist. for nets having global labels, global label names were ignored when naming this net.
-
- 11 Jul, 2010 1 commit
-
-
jean-pierre charras authored
fixed bug 603481. Better bitmap2component look. fixed some locate problems for footprints using polygons (mainly created by bitmap2component)
-
- 30 Jun, 2010 1 commit
-
-
jean-pierre charras authored
Cleaning code: moved some help strings used both in toolbars and menus in a single file help_common_strings.h, in order to avoid slightly different help strings for the same command, and avoid some not needed translations.
-
- 25 Jun, 2010 1 commit
-
-
jean-pierre charras authored
-
- 23 Jun, 2010 1 commit
-
-
jean-pierre charras authored
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
-
- 12 Jun, 2010 1 commit
-
-
jean-pierre charras authored
-
- 27 May, 2010 1 commit
-
-
jp authored
-
- 23 May, 2010 1 commit
-
-
jean-pierre charras authored
-
- 16 May, 2010 1 commit
-
-
jean-pierre charras authored
Set minimum cmake version to 2.6.4. Added footprint name edition in the module editor dialog properties.
-
- 03 May, 2010 1 commit
-
-
jp authored
-
- 02 May, 2010 1 commit
-
-
jean-pierre charras authored
-
- 28 Apr, 2010 1 commit
-
-
jean-pierre charras authored
-
- 02 Apr, 2010 1 commit
-
-
charras authored
-
- 01 Apr, 2010 1 commit
-
-
charras authored
-
- 18 Mar, 2010 1 commit
-
-
bennett78 authored
output 8 user fields
-
- 01 Mar, 2010 1 commit
-
-
bennett78 authored
-
- 22 Feb, 2009 1 commit
-
-
raburton authored
-