- 16 Apr, 2012 1 commit
-
-
jean-pierre charras authored
Kicad manager: code cleaning. Dead code removed and minor fixes. support of new .kicad_brd extension.
-
- 12 Apr, 2012 1 commit
-
-
Wayne Stambaugh authored
* Move EDA_TEXT object into separate header and source file. * Compile EDA_TEXT class separately for BOARD_ITEM and SCH_ITEM units. * Compile PAGE_INFO class separately for BOARD_ITEM and SCH_ITEM units. * Minor formatting tweaks to Pcbnew s-expression file. * Move internal unit formatting functions into BOARD_ITEM and SCH_ITEM.
-
- 09 Apr, 2012 1 commit
-
-
jean-pierre charras authored
Enhancements in AddMenuItem (that accepts now a menu type) Partial use of the Edwin van den Oetelaar's patch (patch not fully working or correct)
-
- 07 Apr, 2012 1 commit
-
-
jean-pierre charras authored
-
- 01 Apr, 2012 1 commit
-
-
Wayne Stambaugh authored
* Add s-expression Format() function to all objects derived from BOARD_ITEM. * Add s-expression Format() function to base objects as required. * Add functions to convert coordinates from base internal units (nanometers) to millimeter string for writing to s-expression file. * Add temporary dummy conversion functions to prevent link errors until schematic and board object and action code can be separated into DSO/DLL. * Add CMake build option to build Pcbnew with nanometer internal units.
-
- 19 Mar, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 16 Feb, 2012 1 commit
-
-
jean-pierre charras authored
Code cleaning and other minor fixes.
-
- 27 Jan, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 23 Jan, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 22 Jan, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 16 Dec, 2011 2 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
* EDA_DRAW_FRAME completely encapsulated except for DrawFrame member. * Moved members specific to Pcbnew from EDA_DRAW_FRAME to PCB_BASE_FRAME or PCB_EDIT_FRAME as appropriate. * Replace EDA_TOOLBAR with wxAuiToolBar as EDA_TOOL bar provided no additional functionality and made code less readable. * Remove EDA_TOOLBAR class definition from wxstruct.h and delete file wineda_toolbar.cpp. * Rename tool bar members to something more descriptive since the horizontal and vertical references wont mean anything once the tool bars are movable. * Lots of dead code removal.
-
- 27 Oct, 2011 1 commit
-
-
jean-pierre charras authored
-
- 18 Oct, 2011 1 commit
-
-
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.
-
- 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.
-
- 15 Sep, 2011 1 commit
-
-
Hauptmech authored
-
- 13 Sep, 2011 1 commit
-
-
jean-pierre charras authored
Fix compatibility issues with old xpm icons. Add or update .xpm and .ico files for shortcuts and taskbars Remove artwork folder.
-
- 09 Sep, 2011 1 commit
-
-
jean-pierre charras authored
Fix minor other issues. Remove unused files.
-
- 08 Sep, 2011 2 commits
-
-
Fabio Varesano authored
* Added checks for Inkscape and pngcrush when MAINTAIN_PNG mode is enabled. * Rebuild PNGs with transparent background.
-
Dick Hollenbeck authored
-
- 07 Sep, 2011 1 commit
-
-
jean-pierre charras authored
Remove minizip from kicad sources. Useless because now (and since a long time) wxWidgets supports full zip file read/write, and minizip build creates problems under Windows, due to zlib not always installed.
-
- 06 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 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 1 commit
-
-
Jerry Jacobs authored
-
- 29 Aug, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 28 Aug, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 19 Aug, 2011 2 commits
-
-
Wayne Stambaugh authored
* Check user write permissions before saving project file. * Append read only to file name and path in title bar when the user does not have write privileges. * Remove displaying file dialog every time the project file is saved. * Doxygen comment and coding style policy fixes.
-
jean-pierre charras authored
Minor fixes and enhancements.
-
- 05 Aug, 2011 1 commit
-
-
jean-pierre charras authored
Eeschema: optimize import of footprints names ( .stf files) that was time consumming with large designs.
-
- 18 Jun, 2011 1 commit
-
-
Dick Hollenbeck 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 2 commits
-
-
jean-pierre charras authored
-
Jerry Jacobs authored
-
- 17 Apr, 2011 1 commit
-
-
jean-pierre charras authored
-
- 13 Apr, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 06 Apr, 2011 1 commit
-
-
Jerry Jacobs authored
-
- 05 Apr, 2011 1 commit
-
-
jean-pierre charras authored
fix an issue created by commit 2954. Gerbview: display now an indicator of layers in use. minor code cleanup.
-
- 04 Apr, 2011 1 commit
-
-
Jerry Jacobs authored
-
- 17 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 30 Jan, 2011 1 commit
-
-
jean-pierre charras authored
-