- 03 Aug, 2013 2 commits
-
-
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 5 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.
-
Wayne Stambaugh authored
-
jean-pierre charras authored
page layout: if the environment variable KICAD_WKSFILE points a S expr page layout descr, this descr is used instead of internal descr. Mainly for testing purposes. Eeschema, dialog edit component: minor enhancement (the last selected notebook page is remembered during a session)
-
- 06 Jun, 2013 1 commit
-
-
jean-pierre charras authored
Eeschema, dialog netlist: fix a bug when removing a plugin panel, when is is not the last. dialog netlist:Add a predefined command string for python scripts, when creating a new netlist plugin entry.
-
- 05 Jun, 2013 4 commits
-
-
jean-pierre charras authored
-
Dick Hollenbeck authored
-
jean-pierre charras authored
-
jean-pierre charras authored
All: use a S expression to describe the page layout (title block and grid references). Work in progress. This should allow users to define their own page layout.
-
- 04 Jun, 2013 1 commit
-
-
Dick Hollenbeck authored
which was creating silly strings like PcbTextThickness=" 0.300000" in kicad.pro files.
-