1. 26 Jan, 2012 1 commit
  2. 23 Jan, 2012 1 commit
  3. 16 Dec, 2011 1 commit
  4. 08 Nov, 2011 1 commit
    • Wayne Stambaugh's avatar
      Minor fixes, dead code removal, and coding policy fixes. · cd0b2316
      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.
      cd0b2316
  5. 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
  6. 06 Sep, 2011 1 commit
  7. 12 May, 2011 1 commit
  8. 28 Feb, 2011 1 commit
  9. 14 Dec, 2010 1 commit
  10. 12 Nov, 2010 1 commit
  11. 11 Jul, 2010 1 commit
  12. 11 May, 2010 1 commit
  13. 23 Nov, 2009 1 commit
  14. 13 Oct, 2009 1 commit
  15. 19 Jun, 2009 1 commit
  16. 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
  17. 17 Apr, 2009 1 commit
  18. 06 Apr, 2009 1 commit
    • stambaughw's avatar
      More search path, compiler warning, and bug fixes. · 5b3c5861
      stambaughw authored
      Added template subdirectory to library search path list.
      Removed PARAM_CFG_BASE empty destructor to prevent GCC warning.
      Set timeout to 0 on DisplayInfo call to prevent debug assertion in eeschema/files-io.cpp.
      Declare PARAM_CFG_ARRAY for future project file object implementation.
      Removed unnecessary COMMON_GLOBL definition in gr_basic.h and param_config.h.
      5b3c5861
  19. 05 Apr, 2009 1 commit
  20. 23 Mar, 2009 1 commit
  21. 04 Feb, 2009 1 commit
  22. 08 Dec, 2008 1 commit
  23. 08 Jul, 2008 1 commit
  24. 03 Jul, 2008 1 commit
  25. 29 Jun, 2008 1 commit
  26. 22 Jun, 2008 2 commits
  27. 11 Jun, 2008 1 commit
  28. 24 Apr, 2008 1 commit
  29. 30 Mar, 2008 1 commit
  30. 06 Mar, 2008 1 commit
  31. 05 Mar, 2008 1 commit
  32. 04 Mar, 2008 1 commit
  33. 20 Feb, 2008 1 commit
  34. 12 Feb, 2008 1 commit
    • lifekidyeaa's avatar
      2008-Feb-12 UPDATE Tim Hanson sideskate@gmail.com · c5cd8502
      lifekidyeaa authored
      ================================================================================
      +eeschema
              * commiting my changes to allow multiple instances of a given schematic file within 
      a hierarchy:
              ** internally, m_currentScreen has been replaced with m_currentSheet,
                      which is a list or 'path' of screens.  The path of screens is used to 
      generate
                      a series of timestamps, which is converted to flat component reference via 
      a look-up
                      table in the schematic files.
              ** this means that m_currentScreen is no longer used -- use GetScreen().
              ** GetScreen is virtual, as some of the dialogs keep around a WinEDA_BaseScreen 
      pointer.
              ** all sub-sheets in a given schematic must have different names to generate a 
      meaningful netlist.
      
      c5cd8502
  35. 01 Jan, 2008 1 commit
  36. 21 Dec, 2007 1 commit
  37. 05 Nov, 2007 1 commit
  38. 02 Nov, 2007 1 commit
  39. 28 Oct, 2007 1 commit