- 18 Aug, 2013 1 commit
-
-
jean-pierre charras authored
Others: fix very minor issues.
-
- 09 Aug, 2013 1 commit
-
-
jean-pierre charras authored
Replace the wxFilePickedCtrl in Option Page dialog by an usual wxButton + wxTextCtrl, because under wxWdgets 2.8.12 the look and the behavior is very different between Windows and Linux.
-
- 06 Aug, 2013 1 commit
-
-
Carl Poirier authored
REMOVE: USE_PCBNEW_NANOMETERS by making it the only way to go in pcbnew, effectively removing the deci-mils build.
-
- 05 Aug, 2013 3 commits
-
-
Dick Hollenbeck authored
was simply a pointer to an object on the display list. At times this object would disappear from the display list, in the test case because of a concatonation of two wires, and if you then tried to clone the non-existent object you'd get a crash. This was not merely a bug, but a naive design choice. IMO. Now the item to repeat is cloned, so will never also be on the display list.
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
must be defined if that is the build type wanted. This only affects a text string anyways, is not particularly important other than telling user from which code branch the source came. 2) Change name of "testing" to "product" in that same description within common/build_version.cpp. "testing" made it sound frightenly unusable.
-
- 03 Aug, 2013 4 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
fix interface mapping slip-up in wxPoint EDA_DRAW_FRAME::GetCrossHairPosition( bool aInvertY ) const
-
Dick Hollenbeck authored
split expression into two lines for verification while using debugger that GetScreen() is a virtualized call.
-
Dick Hollenbeck authored
*) add hotkey for setting the grid origin as 'S', in board editor, module editor. *) re-position the function interface for cursor movement from BASE_SCREEN into class EDA_DRAW_FRAME. This is a prelude to getting rid of BASE_SCREEN or splitting it up.
-
- 29 Jul, 2013 1 commit
-
-
jean-pierre charras authored
Minor code cleaning. Pcbnew: better iniatilization of members in DRAWSEGMENT, TRACK, EDGE_MOD (useful when using python scripting).
-
- 26 Jul, 2013 1 commit
-
-
jean-pierre charras authored
-
- 24 Jul, 2013 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 23 Jul, 2013 1 commit
-
-
jean-pierre charras authored
-
- 22 Jul, 2013 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 20 Jul, 2013 1 commit
-
-
jean-pierre charras authored
-
- 19 Jul, 2013 1 commit
-
-
jean-pierre charras authored
-
- 09 Jul, 2013 3 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 01 Jul, 2013 3 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
This keeps it out of the KiCad mode path, making that leaner and less confusing about what is supported in KiCad mode. Within KiCad mode, treat quoted vs. non-quoted tokens as the two general categories, with non-quoted having sub-categories. Eliminate an unimplemented, unused function declaration in DSNLEXER. Improve the output formatting of THROW_PARSE_ERROR().
-
Dick Hollenbeck authored
in *.kicad_pcb file loading times.
-
- 30 Jun, 2013 1 commit
-
-
Karl Thorén authored
-
- 29 Jun, 2013 1 commit
-
-
jean-pierre charras authored
Replace in EDA_TEXT::Draw the parameter EDA_DRAW_PANEL* aPanel by EDA_RECT* aClipBox, which is the actual parameter used by Draw. This change make more easy to use this function when a EDA_DRAW_PANEL canvas is not used to draw texts. Remove dead code in worksheet.cpp.
-
- 28 Jun, 2013 1 commit
-
-
Wayne Stambaugh authored
* Do not fail to build when wxWidgets is built with either --with-gnomeprint or --with-gtkprint are not configured. Only display warning. * Move warning code from include/common.h to common/common.cpp so it only shows the warning once instead of every source file that includes common.h
-
- 27 Jun, 2013 1 commit
-
-
jean-pierre charras authored
-
- 23 Jun, 2013 1 commit
-
-
Dick Hollenbeck authored
This is limited to round tripping the lines of commented text in the loading and saving to disk through PCBIO::Format() and PCBIO::Parse(). No editing of the comments is given.
-
- 19 Jun, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: netlist dialog: add silent mode option, and tool tip to the 2 options (dry run and silent mode) dialog_display_info_HTML_base: derived now from dialog_shim.
-
- 13 Jun, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 12 Jun, 2013 1 commit
-
-
Alexander Lunev authored
-
- 10 Jun, 2013 1 commit
-
-
jean-pierre charras authored
-
- 09 Jun, 2013 2 commits
-
-
Dick Hollenbeck authored
-
jean-pierre charras authored
-
- 08 Jun, 2013 1 commit
-
-
jean-pierre charras authored
-
- 07 Jun, 2013 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Plot files : fix Bug #1188664 (full filename instead of short file name, and swapping between sheet path and file name)
-
Wayne Stambaugh authored
* Add option to MODULE::GetPadCount() to exclude non-plated through holes.
-