- 26 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
* Move auto save time global variables into PCB_EDIT_FRAME object. * Move footprint library name list global variable int PCB_EDIT_FRAME object. * Improve library back up and temporary file error message strings and make them translatable. * PCBNew string unification. * Translate French code names and comments. * Coding style policy and Doxygen comment fixes.
-
- 24 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
* More common header file compiler fixes. * Translate French code naming and comments. * Remove global variable ScreenPcb. * Dead code removal.
-
- 23 Sep, 2011 2 commits
-
-
jean-pierre charras authored
-
Wayne Stambaugh authored
* All header files used to create the PCB common library now compile as stand alone code. This prevents the need to define them in a specific order to make source code compile properly. It should also now be possible to relocate the source code to build the common PCB library to a separate folder.
-
- 15 Sep, 2011 1 commit
-
-
Hauptmech authored
-
- 14 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 13 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
* Move various locate functions into the appropriate board item object. * Unified best zoom for all frames derived from PCB_BASE_FRAME. * Remove track.cpp as it is no longer needed. * Dead code removal. * Remove scary frame window pointer member from board item objects. * Add draw bounding box to gerber draw item for debugging purposes.
-
- 09 Sep, 2011 1 commit
-
-
jean-pierre charras authored
Fix minor other issues. Remove unused files.
-
- 08 Sep, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 07 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
* Changed <wx-2.8/xml/xml.h> to "xnode.h" in pcbnew_config.cpp to fix bug when building against wxWidgets 2.9 and above. * Convert broken wxXmlNode code to use XNODE. * Overloaded XNODE constructor for creating child nodes. * Translate French naming conventions. * Translate French comments. * Remove tabs from several source files. * Coding style policy and Doxygen comment fixes.
-
- 06 Sep, 2011 2 commits
-
-
Wayne Stambaugh authored
-
Fabrizio authored
-
- 04 Sep, 2011 1 commit
-
-
jean-pierre charras authored
Code cleaning: rename DIALOG_LOAD_ERROR (a stupid name) class to the more understandable HTML_MESSAGE_BOX. rename corresponding files are move them in a better place.
-
- 01 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
* Rename all ADD_MENUITEM_* functions to AddMenuItem and move them to wxstruct.h since they are used by the Kicad main frame classes. * Move SET_BITMAP and SETBITMAPS definitions to wxstruct.h. * Fix a bug in SET_BITMAPS that prevented enabling menu item images on OSX. * Rename MsgItem to EDA_MSG_ITEM. * Remove redundant includes from modified files. * Doxygen and coding style policy fixes.
-
- 30 Aug, 2011 2 commits
-
-
Jerry Jacobs authored
-
Jerry Jacobs authored
-
- 29 Aug, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 28 Aug, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 20 Aug, 2011 1 commit
-
-
jean-pierre charras authored
-
- 05 Jul, 2011 1 commit
-
-
jean-pierre charras authored
All: use double instead of int to store zoom values.
-
- 31 May, 2011 1 commit
-
-
jean-pierre charras authored
-
- 30 May, 2011 1 commit
-
-
jean-pierre charras authored
-
- 21 May, 2011 1 commit
-
-
Marco Serantoni authored
-
- 13 May, 2011 1 commit
-
-
Wayne Stambaugh authored
* Remove most (not all) variables that were initialized but never used that cause GCC 4.6 to generate a warning. * Fix bug in schematic library editor best zoom calculation.
-
- 12 May, 2011 1 commit
-
-
Jerry Jacobs authored
-
- 26 Apr, 2011 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 24 Apr, 2011 1 commit
-
-
jean-pierre charras authored
-
- 23 Apr, 2011 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 19 Apr, 2011 2 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
-
- 17 Apr, 2011 1 commit
-
-
jean-pierre charras authored
-
- 13 Apr, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 07 Apr, 2011 1 commit
-
-
jean-pierre charras authored
In Render, colors shown were the default colors, not the selected colors, when starting Pcbnew or Gerbview, because colors were not updated after reading the config.
-
- 06 Apr, 2011 1 commit
-
-
Jerry Jacobs authored
-
- 05 Apr, 2011 2 commits
-
-
jean-pierre charras authored
fix an issue created by commit 2954. Gerbview: display now an indicator of layers in use. minor code cleanup.
-
Wayne Stambaugh authored
* Move undo item copy global variable into schematic editor frame object member variable. * Add helper methods for accessing the undo item copy member variable. * Fix undetected bug when changing a text type. * Added an exchange command to the undo/redo base class for handling undoing a changed item type which cannot be undone by swapping out the variables. * Revert change to common/hotkeys_basic.cpp that broke hot key behavior. * Lots of coding policy changes while making the changes above.
-
- 02 Apr, 2011 1 commit
-
-
jean-pierre charras authored
* Gerbview, Pcbnew: add SetLocaleTo_Default() after reading double in config to fix issues with decimal separator (when the separator is not a point). (WxWidgets 2.9.1 seems call setlocale( LC_NUMERIC, "" ) when wxConfig read doubles stored in config, but forget to back to current locale.) Note: perhaps there are some dialogs that need this call to SetLocaleTo_Default() ). * Minor code cleanup in pcbnew/netlist.cpp
-