- 20 Oct, 2011 1 commit
-
-
Vladimir Ur authored
* symbol in sch library have only single footprint filter, * footprint filter have no wildcards, * according footprint exists in pcb lib. This could remove need in long equ files for lots of ICs.
-
- 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.
-
- 14 Oct, 2011 1 commit
-
-
jean-pierre charras authored
-
- 13 Oct, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 12 Oct, 2011 1 commit
-
-
Andrey Fedorushkov authored
-
- 03 Oct, 2011 1 commit
-
-
jean-pierre charras authored
-
- 30 Sep, 2011 1 commit
-
-
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.
-
- 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 1 commit
-
-
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.
-
- 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.
-
- 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 1 commit
-
-
Wayne Stambaugh 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.
-
- 29 Aug, 2011 1 commit
-
-
Wayne Stambaugh authored
* Add USE_IMAGES_IN_MENUS definition to override the default platform behavior for adding images to menu items. * Update COMPILING.txt to document how to use USE_IMAGES_IN_MENUS. * Fix Windows segfault when creating language selection submenu introduced by new bitmap code in r3087. * Changed per email from JP from CVPcb to CvPcb because I'm getting old and blind and misread the email. * Lot's of Doxygen comment and coding style policy fixes.
-
- 28 Aug, 2011 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 24 Aug, 2011 1 commit
-
-
Wayne Stambaugh authored
* Check user write permissions before saving project and net list files. * Append read only to file name and path in title bar when the user does not have write privileges. * Don't display file dialog every time the net list or project file is saved. * Add save as and save project file as commands. * Make capitalization of CVPcb consistent in all user strings. * Doxygen comment and coding style policy fixes.
-
- 20 Aug, 2011 1 commit
-
-
jean-pierre charras authored
-
- 04 Aug, 2011 1 commit
-
-
jean-pierre charras authored
-
- 03 Aug, 2011 1 commit
-
-
Wayne Stambaugh authored
* Raise 3D frame in PCB editor and module editor instead of displaying a message dialog indicating that the 3D viewer is already open. * Raise 3D viewer and module viewer in CVPCB to mimic the behavior changed in PCBNew. * Set focus to OpenGL canvas when creating 3D viewer so mouse wheel events are handled on Windows without having to click on the canvas. * Rename 3D viewer frame class from WinEDA3D_DrawFrame to EDA_3D_FRAME. * The usual smattering of coding policy fixes.
-
- 16 Jun, 2011 2 commits
-
-
Vladimir Ur authored
-
Vladimir Ur authored
Altough it is a bad practice to have such files :)
-
- 12 Jun, 2011 1 commit
-
-
jean-pierre charras authored
-
- 10 Jun, 2011 1 commit
-
-
Vladimir Ur authored
- first, matches are now filtered with component filters (as set in eeschema lib editor); - second, if two or more matches exist, first one will be accepted in accordance to alias file order set in project prefs, and then to order of lines in file. For example you may have such configuration .equ: '100' 'CAP100' '100' 'RES300' C component have filter 'CAP*' R component have filter 'RES*' So R with value 100 (IEEE/ESKD short for 100 Ohm) will get 'RES300' footprint, and C with value 100 (IEEE/ESKD short for 100 pF) will get 'CAP100'. Also equ read routine is rewritten so it is now gracefully accept UTF-8 and spaces.
-
- 12 May, 2011 1 commit
-
-
Jerry Jacobs authored
-
- 17 Apr, 2011 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 13 Apr, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 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.
-
- 29 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 25 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-