- 19 Oct, 2011 1 commit
-
-
Fabrizio Tappero authored
-
- 18 Oct, 2011 4 commits
-
-
Wayne Stambaugh authored
* Fixed bug on Windows that prevented the menu short cuts from working properly. * Fix duplicate menu short cut keys in KiCad, Pcbnew, and Eeschema. * Add menu short cuts for all possible menu entries.
-
jean-pierre charras authored
-
jean-pierre charras authored
Fix confusing labels in libedit (for pins and graphic items sharing)
-
jean-pierre charras authored
-
- 17 Oct, 2011 1 commit
-
-
Wayne Stambaugh authored
* Grammar and spelling fixes in Eeschema, CvPcb, and Pcbnew path and library dialog tool tips. * Translate the French file name subrill.cpp to highlight.cpp. * Lots of coding style policy fixes.
-
- 16 Oct, 2011 1 commit
-
-
jean-pierre charras authored
All: fix some strings very hard to translate in messages.
-
- 15 Oct, 2011 1 commit
-
-
Wayne Stambaugh authored
* Factor test for auto save file into base frame class. * Added auto save feature to Eeschema for saving schematics, addresses launchpad question 173631. * Add auto save interval control to Eeschema options dialog. * Fix problem with subsequent auto saves in last commit.
-
- 13 Oct, 2011 2 commits
-
-
Wayne Stambaugh authored
* Factor auto save common code into base frame class so all frame windows can take advantage of the shiny new auto save goodness. * Use a timer instead of depending on mouse and keyboard events to trigger an auto save. * Check for auto save file when opening a board and ask user if they wish to use the auto save file or the last saved board file. * Protect all base frame public members.
-
jean-pierre charras authored
-
- 03 Oct, 2011 1 commit
-
-
jean-pierre charras authored
-
- 01 Oct, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 30 Sep, 2011 2 commits
-
-
Wayne Stambaugh authored
* Correct all user strings and comments for the correct capitalization of application names according to JP. They are KiCad, Pcbnew, CvPcb, Eeschema, and GerbView. * Add a note the the user interface policy about the correct capitalization.
-
Roman Bashkov authored
* Add visible clearance when edit node or track segment, add parameter "show clearance for new or edited track with via area" in "Display options" menu.
-
- 29 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
* Translate French code names and comments. * Dead code removal. * Hot key object and structure coding style policy fixes. * Doxygen comment warning fixes.
-
- 28 Sep, 2011 1 commit
-
-
jean-pierre charras authored
and text dialog editor did not handle properly negative rotation angles values.
-
- 27 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 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 3 commits
-
-
Marco Mattila authored
-
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.
-
- 22 Sep, 2011 1 commit
-
-
Fix minor issues. Fic compil issue in dimension.cpp with wxMSW 2.8.12 (wxMSW 2.8.12 only).
-
- 20 Sep, 2011 2 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
* Remove sine and cosine look up tables from trigo.cpp and replace them with sin() and cos() math functions. * Large include file clean up to prevent header ordering dependency build failures. * Translate French code names and comments. * Lots of coding style policy and doxygen comment fixes.
-
- 19 Sep, 2011 1 commit
-
-
jean-pierre charras authored
Fix 2 very minor issues.
-
- 18 Sep, 2011 1 commit
-
-
jean-pierre charras authored
Remove obsolete foldr resources/icons. Updates svg icons in folder resources.
-
- 17 Sep, 2011 2 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
-
- 16 Sep, 2011 3 commits
-
-
Wayne Stambaugh authored
* Refactor locate footprint function into the board object. * Remove locate.cpp as it is no longer needed. * Actually remove track.cpp from repo that I missed on the last commit. * Increase the size of the layer pair tool bar bitmap so that it looks better with the new larger tool bar images. * Fixes to prevent common headers from complaining when not included in the correct order in source files.
-
Wayne Stambaugh authored
* Refactor trace mark functions into the board object. * Remove track.cpp as it is no longer needed. * Dead code removal.
-
Wayne Stambaugh authored
* Refactor trace search functions into the appropriate object. * Translate French code names and comments. * Lots of coding style policy fixes.
-
- 15 Sep, 2011 2 commits
-
-
Hauptmech authored
-
Wayne Stambaugh authored
* Refactor pad locate code into the appropriate object. * Dead code removal. * Lots of coding style policy fixes.
-
- 14 Sep, 2011 2 commits
-
-
Wayne Stambaugh authored
* Refactor via locate code into the appropriate object. * Rename all HightLight code to HighLight. * Dead code removal.
-
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.
-
- 11 Sep, 2011 1 commit
-
-
jean-pierre charras authored
* Replace use of wxICON by new icons declaration. * Remove unused files. * Fix filenames inconsistencies between old and new icons. * dialog_erc handle variable size icons in erc matrix.
-
- 10 Sep, 2011 1 commit
-
-
Roman Bashkov authored
-
- 09 Sep, 2011 1 commit
-
-
jean-pierre charras authored
Fix minor other issues. Remove unused files.
-