- 23 Jan, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 08 Nov, 2011 1 commit
-
-
Wayne Stambaugh authored
* Use version of DateAndTime that returns a wxString and delete the version that takes a char* as it is no longer required. * Merge StrNumICmp() and StrLenNumICmp() into StrLenNumCmp() to create a single function for comparing strings with integers and remove a lot of duplicate code. * Remove unused strupper from string.cpp. * Use wxArrayString for sorting the EDA_LIST_DIALOG contents.
-
- 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.
-
- 06 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 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.
-
- 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.
-
- 18 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 28 Feb, 2011 1 commit
-
-
jean-pierre charras authored
Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. This ensure compatibility between platforms.
-
- 21 Feb, 2011 1 commit
-
-
jean-pierre charras authored
-
- 05 Feb, 2011 1 commit
-
-
jean-pierre charras authored
Change in CvPcb: CvPcb does not use now .dcm files, only .mod files to read modules keywords and doc
-
- 05 Jan, 2010 1 commit
-
-
charras authored
-
- 05 Nov, 2009 1 commit
-
-
stambaughw authored
-
- 13 Oct, 2009 1 commit
-
-
charras authored
-
- 21 May, 2009 1 commit
-
-
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.
-
- 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.
-
- 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.
-
- 05 Apr, 2009 1 commit
-
-
stambaughw authored
Global variable unobfuscation, new library path search, and lots of other changes. See CHANGELOG.txt.
-
- 04 Feb, 2009 1 commit
-
-
stambaughw authored
-
- 13 Sep, 2007 1 commit
-
-
dickelbeck authored
-
- 05 Jun, 2007 1 commit
-
-
raburton authored
set svn:eol-style property to native for all ascii files to support cross platform development
-
- 06 May, 2007 1 commit
-
-
plyatov authored
-