- 15 Oct, 2009 1 commit
-
-
charras authored
-
- 14 Oct, 2009 1 commit
-
-
stambaughw authored
* Create single event handler for grid size events. * Fix all frame windows to use new grid size event handler. * Use offset relative to ID instead of ComboBox index to save last grid size. * Move last grid size load/save setting into WinEDA_DrawFrame. * Add equality and assignment operators the GRID_TYPE. * Add current grid helper methods to BASE_SCREEN. * Add GetPins helper to LIB_COMPONENT to replace GetNextPin where applicable. * Add AppendMsgPanel helper to WinEDA_DrawFrame. * Improve rounding for display of coordinates when millimeter units are selected.
-
- 13 Oct, 2009 1 commit
-
-
charras authored
-
- 10 Oct, 2009 1 commit
-
-
charras authored
Fixed problems in libedit and crashes when no component loaded
-
- 05 Oct, 2009 2 commits
-
-
faa authored
-
dickelbeck authored
-
- 29 Sep, 2009 1 commit
-
-
dickelbeck authored
-
- 27 Sep, 2009 1 commit
-
-
dickelbeck authored
-
- 22 Sep, 2009 1 commit
-
-
stambaughw authored
* Split out application specific command IDs to prevent unnecessary rebuilding. * Eliminate duplicate menu and tool bar command IDs. * Split component library editor and viewer definitions to separate header files. * More component library and document file merge code. * A bunch of minor string readability and consistency fixes.
-
- 21 Sep, 2009 1 commit
-
-
faa authored
-
- 19 Sep, 2009 1 commit
-
-
charras authored
-
- 01 Sep, 2009 1 commit
-
-
faa authored
-
- 23 Aug, 2009 1 commit
-
-
charras authored
-
- 20 Aug, 2009 1 commit
-
-
charras authored
enhancement in Cvpcb: fast selection of components or footprint by typing the first letter of reference or footprint name
-
- 19 Aug, 2009 1 commit
-
-
charras authored
-
- 12 Aug, 2009 1 commit
-
-
charras authored
-
- 07 Aug, 2009 1 commit
-
-
dickelbeck authored
-
- 03 Aug, 2009 1 commit
-
-
charras authored
-
- 29 Jul, 2009 1 commit
-
-
charras authored
pcbnew: Starting work on undo/redo in pcbnew. Only some delete item commands are stored in undo/redo stack
-
- 15 Jul, 2009 1 commit
-
-
charras authored
-
- 13 Jul, 2009 2 commits
- 12 Jul, 2009 1 commit
-
-
jerryjacobs authored
Added load error dialog. To display file load errors in a wxTextCtrl with a message, this is the BUG 2802441 enhancement
-
- 06 Jul, 2009 1 commit
-
-
jerryjacobs authored
-
- 05 Jul, 2009 1 commit
-
-
jerryjacobs authored
-
- 03 Jul, 2009 1 commit
-
-
charras authored
-
- 18 Jun, 2009 1 commit
-
-
charras authored
Eeschema: code cleaning
-
- 16 Jun, 2009 1 commit
-
-
charras authored
-
- 01 Jun, 2009 1 commit
-
-
stambaughw authored
* Applied sheet reference plotting patch from Lorenzo. * Fixed bug in Pcbnew plot dialog, ignore user scaling when controls are disabled.
-
- 21 May, 2009 2 commits
-
-
stambaughw authored
* Created separate SVN version header. * Add true config.h for platform dependency checks. * Add dependency check cmake module. * Remove some leftover hand crafted make files. * Remove non-cmake build instructions from COMPILING.txt. * Fix split _() strings causing Visual C++ compiler error. * Fix lots of compiler warnings. * Change project file parameter container from wxArray to boost::vector_ptr. * Removed lots of redundant header definitions. * Fixed green_xpm redefinition in ercgreen.xpm. * Remove some dead code and unnecessary class methods.
-
charras authored
-
- 07 May, 2009 1 commit
-
-
charras authored
-
- 06 May, 2009 1 commit
-
-
stambaughw authored
* ALL: More changes for wxDC based zooming. * 3D_VIEWER: Wrap 3d_viewer.h to prevent redefinitions. * CVPcb: Replace wxList with boost::ptr_vector and take advantage of boost::foreach. * CVPcb: Fix automatic association bug. * CVPcb: Rename some variables for clarity and some minor code clean ups. * CVPcb: Fix GTK sizing issue in library and path dialog. * EESchema: Remove left over sizer from last commit from library and path dialog.
-
- 02 May, 2009 1 commit
-
-
charras authored
-
- 29 Apr, 2009 1 commit
-
-
charras authored
-
- 26 Apr, 2009 1 commit
-
-
charras authored
-
- 25 Apr, 2009 1 commit
-
-
charras authored
-
- 24 Apr, 2009 1 commit
-
-
charras authored
Pcbnew: Fixed: fully broken netlist import from eeschema when using time stamp (fully broken also in stable version).
-
- 23 Apr, 2009 1 commit
-
-
stambaughw authored
* Add methods to read and write project file parameters using dynamically defined list. * Remove all global variables defined in CVPcb code. * Dynamically define project file settings so class member variables can be used. * Separate reading and writing application settings from project file settings. * Make application UI objects and dialogs respect system UI font. * Remove non-standard widget colors from CVPcb dialogs. * Changed CVPcb object link list implementation to use wxList. * Changed project library and path dialog to make OK button save project file instead of confusing "Save Cfg" button. * Eliminate some duplicate file wildcard and extension definitions. * The usual code reformatting, commenting, and spelling fixes.
-
- 21 Apr, 2009 1 commit
-
-
charras authored
-