- 09 Jul, 2012 1 commit
-
-
jean-pierre charras authored
Fix incorrect import of smd pads from Gpcb. Very minor change in dialog print.
-
- 25 Jun, 2012 2 commits
-
-
Jean-Pierre Charras authored
Commit JP's custom page size fix for Pcbnew s-expressions file format with minor changes. Thanks JP.
-
jean-pierre charras authored
All: fix a truncation issue in ReturnValueFromString that creates sometimes a small error for values entered in dialogs. Pcbnew: fix a compatibility issue with nano version for zones parameters.
-
- 24 Jun, 2012 1 commit
-
-
Wayne Stambaugh authored
* Put text effects on a single line. * Remove size token when defining drill sizes. * Don't save net in pad definition when pad has no connection.
-
- 20 Jun, 2012 2 commits
-
-
jean-pierre charras authored
Fix an issue (only found using gcc under mingw) in dsnlexer.cpp, using ::isspace( ) function that accepts only a 7 bit ASCII value under gcc/ mingw.
-
jean-pierre charras authored
-
- 16 Jun, 2012 1 commit
-
-
Wayne Stambaugh authored
* Use index when saving layers to handle translated layer names. * Add LOCALE_IO switcher when loading s-expression format. * Make SEGVIA default to through hole to improve file size. * Don't save default orientation of 0 degrees in TEXTE_MODULE and TEXTE_PCB. * Don't save default zone configuration parameters. * Save multiple zone corners on a single line. * Fixed missing ( check in graphic and module arc parsers. * Consistency improvements for DRAWSEGMENT and EDGE_MODULE objects. * Minor tweaks to D_PAD formatting.
-
- 13 Jun, 2012 1 commit
-
-
Wayne Stambaugh authored
* Change save order of drawings to match legacy file format object order. * Set end point of SEGVIA to start point so the round trip back to legacy format is the same. * Fixed bug saving and loading oval pad drill parameters. * Fixed bug saving and loading rectangular pad deltas. * Fixed missing layer for PCB_TARGET. * Fixed EDA_TEXT italic bug. Thanks Dick! * Remove some left over debug logging statements.
-
- 11 Jun, 2012 1 commit
-
-
Dick Hollenbeck authored
* Apply Dick's patch along with a few minor changes to fix some clashes with changes in my branch. Thanks Dick! * Added missing DRAWSEGMENT line angle. * Fix thru hole pad layer mask issue.
-
- 09 Jun, 2012 2 commits
-
-
Wayne Stambaugh authored
* Add s-expression file parser object and keyword files. * Fix minor issues with s-expression file formatting. * Fix a minor bug the zone container fill state parsing in the legacy plugin. * Move EDA_TEXT visibility definition to eda_text.h. * Add minor BOARD_ITEM object improvements to support s-expression file parser.
-
jean-pierre charras authored
-
- 08 Jun, 2012 1 commit
-
-
jean-pierre charras authored
Minor code cleaning in autoroute files.
-
- 30 May, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 29 May, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 27 May, 2012 1 commit
-
-
Lorenzo Marcantonio authored
-
- 25 May, 2012 1 commit
-
-
Lorenzo Marcantonio authored
-
- 20 May, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 19 May, 2012 1 commit
-
-
jean-pierre charras authored
-
- 16 May, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 14 May, 2012 1 commit
-
-
henner zeller authored
-
- 13 May, 2012 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix Pcbnew name capitalization in messages. About dialog: add a link to kicad-pcb.org
-
- 10 May, 2012 1 commit
-
-
jean-pierre charras authored
-
- 09 May, 2012 1 commit
-
-
Dick Hollenbeck authored
Fix some comments. Enhance LEGACY_PLUGIN such that it can tolerate, then fix bad legacy footprint libraries containing duplicate footprint names. This may have been an undocumented bug from more than a year ago, which manifested itself in *.mod files containing duplicate names. LEGACY_PLUGIN loads those now quietly, but appends "_v2", "_v3", etc. to each succeeding duplicate sharing the same name.
-
- 08 May, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 07 May, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 06 May, 2012 2 commits
-
-
Dick Hollenbeck authored
base on expected text and current window font. Expand the virtual world to 2.14 meters in the nanometer build of PCBNEW. This seems to be holding up for now.
-
Dick Hollenbeck authored
-
- 05 May, 2012 2 commits
-
-
Jerry Jacobs authored
-
Dick Hollenbeck authored
Delete LEGACY_PLUGIN cache after deleting library of same name. Remove automatically generted freerouter help header. Add Normalize() to BOX2. Clamp some values in the virtual space of drawframe.cpp
-
- 04 May, 2012 1 commit
-
-
jean-pierre charras authored
Should allow Pcbnew code easier to change and Gerbview code more understandable and easier to maintain. Code cleaning (remove dead code, add comments). Minor other enhancements.
-
- 03 May, 2012 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Add patch from Lorenzo Marcantonio. Fix some warning issues, and zlib issue under Windows (zlib sources added)
-
- 30 Apr, 2012 1 commit
-
-
Dick Hollenbeck authored
generation tool. For now, it is just an s-expression beautifier using our "non-specctra mode" version of s-expressions.
-
- 27 Apr, 2012 1 commit
-
-
jean-pierre charras authored
-
- 26 Apr, 2012 2 commits
-
-
jean-pierre charras authored
All: change MILS_TO_IU_SCALING_FACTOR constant to IU_PER_MILS ( and MM_TO_IU_SCALING_FACTOR to IU_PER_MM) Also fix bug 985654.
-
jean-pierre charras authored
All: change MILS_TO_IU_SCALING_FACTOR constant to MILS_PER_IU ( and MM_TO_IU_SCALING_FACTOR to MM_PER_IU) Also fix bug 985654.
-
- 25 Apr, 2012 1 commit
-
-
jean-pierre charras authored
Other scaling factors (MILS_TO_IU_SCALING_FACTOR and DECIMILS_TO_IU_SCALING_FACTOR) also defined only in convert_to_biu.h. Allows different scaling value for Gerbview. Needs more tests.
-
- 24 Apr, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 23 Apr, 2012 1 commit
-
-
Dick Hollenbeck authored
as a starting point * Make double Distance() take double arguments and remove internal range checking. * Start on EDA_DRAW_FRAME::AdjustScrollBars() and use "double" for most all calculations in anticipation of setting INT_MAX INT_MIN limits eventually.
-
- 22 Apr, 2012 1 commit
-
-
Wayne Stambaugh authored
* Move board item object Format() functions into PCB_IO object. * Change file format to use layer names instead of numbers. * Change file extension to kicad_pcb.
-