- 28 Mar, 2013 1 commit
-
-
Lorenzo Marcantonio authored
-
- 27 Mar, 2013 1 commit
-
-
jean-pierre charras authored
-
- 26 Mar, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 18 Mar, 2013 1 commit
-
-
Wayne Stambaugh authored
* Complete encapsulation of the MODULE class. * Complete encapsulation of the EDA_TEXT class. * Encapsulate most of the ZONE_CONTAINER class. * Add pcbcommon library as a dependency for reSWIGging the scripting support. This should cover most dependency cases.
-
- 12 Mar, 2013 1 commit
-
-
jean-pierre charras authored
-
- 22 Feb, 2013 3 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
* Make Pcbnew net list dialog honor escape key on Linux. * Make Pcbnew swap layers dialog honor escape key on Linux. * Layout and UI policy fixes for Pcbnew swap layer and net list dialogs. * Layout and UI policy fixes for Eeschema plot dialog. * Rename fpip.h to fpid.h. * Fix FPID class compiler errors. * Restore fpid.cpp to Pcbnew static library source list.
-
Dick Hollenbeck authored
wxID_CANCEL, 5 pixel border around sizers, resizable search combobox, dialog_shim usage on a few dialogs
-
- 19 Feb, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 18 Feb, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 12 Feb, 2013 2 commits
- 11 Feb, 2013 1 commit
-
-
jean-pierre charras authored
Eeschema: All fixed fields are now always saved in libraries. Therefore the footprint field can be set in lib (size, visibility) and imported in schematic with its predefined attributes, even if the footprint text is not set.
-
- 02 Feb, 2013 1 commit
-
-
Emmeran authored
added option to allow zooming around the crosshair instead of the center; can be enabled via options or by holding alt while using the mousewheel
-
- 21 Jan, 2013 1 commit
-
-
Jacobo Aragunde Perez authored
-
- 12 Jan, 2013 1 commit
-
-
Wayne Stambaugh authored
* Improve MSG_PANEL_ITEM to handle message panel information. * Create containers for passing message panel items between objects and the message panel. * Rename EDA_ITEM::DisplayInfo to EDA_ITEM::GetMsgPanelInfo. * Remove all direct manipulation of EDA_DRAW_FRAME from all objects derived from EDA_ITEM.
-
- 29 Dec, 2012 1 commit
-
-
Antia Puentes authored
-
- 18 Dec, 2012 1 commit
-
-
Wayne Stambaugh authored
-
- 16 Dec, 2012 1 commit
-
-
jean-pierre charras authored
eeschema: make new netlist format (S expr netlist format) the default for Pcbnew netlists in dialog netlist. Also move netlist_control.* to dialogs/dialog_netlist.*, to be consistent with other file dialogs.
-
- 10 Dec, 2012 1 commit
-
-
jean-pierre charras authored
Pcbnew: Drc dialog: fix a old very minor bug. Added: single click on an item in marker list moves the board graphic cursor on the corresponding marker location on the board Double clicking is not modified.
-
- 06 Dec, 2012 1 commit
-
-
jean-pierre charras authored
Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click, and therefore when the mouse butoon is released in the parent window Minor other fixes.
-
- 30 Nov, 2012 1 commit
-
-
jean-pierre charras authored
-
- 22 Nov, 2012 1 commit
-
-
jean-pierre charras authored
-
- 13 Oct, 2012 2 commits
-
-
jean-pierre charras authored
Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. Pcbnew: add PDF format for drill map generation. Plotter classes: tweaking code.
-
Andrey Fedorushkov authored
-
- 08 Oct, 2012 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 28 Sep, 2012 1 commit
-
-
jean-pierre charras authored
-
- 27 Sep, 2012 1 commit
-
-
jean-pierre charras authored
-
- 22 Sep, 2012 1 commit
-
-
jean-pierre charras authored
All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
-
- 18 Sep, 2012 2 commits
-
-
jean-pierre charras authored
SVG plotter: fix issues in draw arc and draw rectangle.
-
jean-pierre charras authored
-
- 17 Sep, 2012 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Eeschema: Plot dialogs: unify 5 dialogs (which means 5 duplicate code) to only one plot dialog (like in Pcbnew) clean duplicate code. Simplify HPGL dialog: plot offet removed and replace by only one option (plot origin to center of sheet or not) This is surely enought.
-
- 15 Sep, 2012 1 commit
-
-
jean-pierre charras authored
Mainly to plot drill maps, but can be used to plot boards, for documentation. The print svg still exists, but the plot SVG has more options (mirroring, holes in pads), however print svg allows color print, and full board printing, and plot does not.
-
- 11 Sep, 2012 1 commit
-
-
jean-pierre charras authored
Code cleaning, minor fixes and minor coding style fixes. wxWidgets 2.9.4 compatibility fix( deprecated function MakeModal )
-
- 07 Sep, 2012 1 commit
-
-
Dick Hollenbeck authored
apply DIALOG_SHIM to dialog_lib_edit_text_base and make dialog_lib_edit_pin_base apportion more width for pin name
-
- 02 Sep, 2012 2 commits
-
-
Lorenzo Marcantonio authored
-
Lorenzo Marcantonio authored
-
- 01 Sep, 2012 1 commit
-
-
Lorenzo Marcantonio authored
-