1. 19 Jul, 2013 1 commit
  2. 09 Apr, 2013 1 commit
  3. 18 Jan, 2013 1 commit
  4. 03 Jan, 2013 1 commit
  5. 31 Dec, 2012 1 commit
  6. 16 Apr, 2012 1 commit
  7. 23 Jan, 2012 1 commit
  8. 30 Sep, 2011 1 commit
    • Wayne Stambaugh's avatar
      Application name capitalization fixes. · 4b853ded
      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.
      4b853ded
  9. 06 Sep, 2011 1 commit
  10. 28 Feb, 2010 1 commit
    • dickelbeck's avatar
      from Florian Delizy · 52dbb13c
      dickelbeck authored
      This patch applies on the very last svn  (r2402) and removes all
      disfunctionnal python code (including deletion of unused strings)
      
      
      
      52dbb13c
  11. 20 Feb, 2010 2 commits
  12. 19 Feb, 2010 1 commit
  13. 12 Nov, 2009 1 commit
    • stambaughw's avatar
      Comment translations. · 4611bfd5
      stambaughw authored
      * Completed translation of all kicad source.
      * Translated source files A through C in pcbnew.
      4611bfd5
  14. 22 Sep, 2009 1 commit
    • stambaughw's avatar
      Command ID refactoring and other minor improvements. · 43d6c685
      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.
      43d6c685
  15. 21 May, 2009 1 commit
    • stambaughw's avatar
      Build improvements, compiler warning fixes and build fixes, and lots of clean up. · 8bf79111
      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.
      8bf79111
  16. 05 Apr, 2009 1 commit
  17. 04 Feb, 2009 1 commit
  18. 04 May, 2008 1 commit
  19. 17 Dec, 2007 3 commits
  20. 16 Dec, 2007 1 commit
    • lifekidyeaa's avatar
      modified the treeprj so that, instead of recursively scanning and adding · 04e348ac
      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)
      
      
      
      04e348ac
  21. 13 Sep, 2007 1 commit
  22. 25 Jul, 2007 1 commit
  23. 05 Jun, 2007 1 commit
  24. 28 May, 2007 1 commit