- 21 Oct, 2014 1 commit
-
-
jean-pierre charras authored
python scripting: refinement for UTF8 class (from Miguel Ángel Ajo Pelayo) add __str__ method, usefull to print a UTF8 string. Kicad manager: fix issues in file watcher: changes (adding/removing files) in project folder not seen by Kicad manager (perhaps due to changes in internal wxWidgets code between 2.9.5 and 3.0).
-
- 07 Jul, 2014 1 commit
-
-
Dick Hollenbeck authored
switch back to original sexpr usage of PTREE, add new DSNLEXER constructor, enforce accessors in kicad.exe
-
- 19 Jul, 2013 1 commit
-
-
jean-pierre charras authored
-
- 31 Dec, 2012 1 commit
-
-
jean-pierre charras authored
Kicad manager: first use of wxFileSystemWatcher (only with wxWidgets >= 2.9.2) to monitor files list.
-
- 29 Aug, 2012 1 commit
-
-
jean-pierre charras authored
Kicad manager: shows now svg files in tree files. Pcbnew: fix incorrect printing (board out of page) when creating drill map in postscript format ( noticeable mainly for small boards)
-
- 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.
-
- 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)
-
- 16 Feb, 2012 1 commit
-
-
jean-pierre charras authored
Code cleaning and other minor fixes.
-
- 23 Jan, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 22 Jan, 2012 1 commit
-
-
Dick Hollenbeck 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.
-
- 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.
-
- 06 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 28 Aug, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 02 Mar, 2010 1 commit
-
-
charras authored
-
- 28 Feb, 2010 1 commit
-
-
dickelbeck authored
This patch applies on the very last svn (r2402) and removes all disfunctionnal python code (including deletion of unused strings)
-
- 20 Feb, 2010 2 commits
- 19 Feb, 2010 1 commit
-
-
charras authored
-
- 12 Nov, 2009 1 commit
-
-
stambaughw authored
* Completed translation of all kicad source. * Translated source files A through C in pcbnew.
-
- 22 Sep, 2009 1 commit
-
-
stambaughw authored
* Split out application specific command IDs to prevent unnecessary rebuilding. * Eliminate duplicate menu and tool bar command IDs. * Split component library editor and viewer definitions to separate header files. * More component library and document file merge code. * A bunch of minor string readability and consistency fixes.
-
- 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.
-
- 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
-
- 04 May, 2008 1 commit
-
-
raburton authored
-
- 17 Dec, 2007 3 commits
-
-
dickelbeck authored
-
CHARRAS authored
-
dickelbeck authored
-
- 16 Dec, 2007 1 commit
-
-
lifekidyeaa authored
*all* the nested files and directories within the current working directory, it scans the first level of files and directories. When a user double-clicks on a folder, *then* the childeren of that directory are added to the wxTreeCtrl. This means that the little triangle does not appear until the user opens a directory .. but, i think this is a worthwile price to pay given below. This prevents (or at least mitigates) memory overflow in the case that kicad starts in root, or, in my case, it starts in my home directory, where thanks to wine & other sw, there are far too many directories. also modified the TreePrjItemData so that it stores the full pathnames in m_FileName, not paths relative to the CWD. I'm not sure if this is the correct thing to do, especially with the python interface, so change it back if it is more complicated. the move and rename commands threw a segfault on my system (Debian etch, wxWidgets 2.8.7), and since there are better ways to rename and move files, this functionality was disabled until somebody can fix it (alas, I don't have time for this now)
-
- 13 Sep, 2007 1 commit
-
-
dickelbeck authored
-
- 25 Jul, 2007 1 commit
-
-
CHARRAS authored
-
- 05 Jun, 2007 1 commit
-
-
raburton authored
-
- 28 May, 2007 1 commit
-
-
dickelbeck authored
-