1. 03 Sep, 2010 1 commit
  2. 01 Sep, 2010 1 commit
  3. 28 Aug, 2010 1 commit
    • jean-pierre charras's avatar
      Fixed compatibility with wxWidegets 2.9.1. · f77121a5
      jean-pierre charras authored
      Added hotkeys editor from David Turner, with a lot of enhancements and fixes
      Added pins connections info in intermediate netlist for each compoment. This is redundant, but some netlist formats (ORCADPCB, PSPICE) are very easy to create with this redundant info.
      f77121a5
  4. 24 Aug, 2010 1 commit
  5. 20 Mar, 2010 1 commit
  6. 26 Feb, 2010 1 commit
  7. 15 Jan, 2010 1 commit
  8. 10 Jan, 2010 1 commit
  9. 23 Nov, 2009 1 commit
  10. 02 Nov, 2009 1 commit
  11. 13 Oct, 2009 2 commits
  12. 07 Aug, 2009 1 commit
  13. 20 Jul, 2009 1 commit
  14. 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
  15. 01 May, 2009 1 commit
    • stambaughw's avatar
      PCBNew UI normalization and global variable reductions. · 0652ab4f
      stambaughw authored
      * All: remove all remaining occurrences of g_DialogFont and dialog font menu handers.
      * All: remove all remaining non-standard fonts and button text colors from common dialogs.
      * PCBNew: remove all non-standard fonts and button text colors from dialogs.
      * PCBNew: update project library and path dialog to match changes to CVPCB version.
      * EESchema: update project library and path dialog to match changes to CVPCB version.
      * EESchema: save vertical/horizontal line direction setting between sessions.
      0652ab4f
  16. 15 Apr, 2009 1 commit
    • stambaughw's avatar
      Minor search path updates, initial UI clean up, and more wxDC zoom work. · cc661bdc
      stambaughw authored
      * Add default OS program install path(s) to search path list as fail safe.
      * Remove unnecessary wxGetApp calls in WinEDA_App class methods.
      * Remove non-standard message panel font and changed background to system menu color.
      * Remove italic fonts from menus.
      * Remove non-standard font in Kicad app project tree.
      * Remove font selection dialog menu items from apps for removed fonts.
      * Remove all global variables and settings associated with the removed fonts.
      * Fixed PCBNew export and import library file dialog response tests from wxCANCEL to wxID_CANCEL.
      cc661bdc
  17. 07 Apr, 2009 1 commit
  18. 05 Apr, 2009 1 commit
  19. 02 Mar, 2009 1 commit
  20. 04 Feb, 2009 1 commit
  21. 29 Jan, 2009 1 commit
  22. 17 Jan, 2009 1 commit
  23. 14 Dec, 2008 1 commit
  24. 08 Dec, 2008 1 commit
  25. 17 Sep, 2008 1 commit
  26. 22 Aug, 2008 1 commit
  27. 15 Aug, 2008 1 commit
  28. 11 Jun, 2008 1 commit
  29. 30 May, 2008 1 commit
  30. 04 Mar, 2008 1 commit
  31. 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
  32. 28 Jan, 2008 1 commit
  33. 27 Oct, 2007 1 commit
  34. 13 Sep, 2007 1 commit
  35. 05 Jun, 2007 1 commit
  36. 28 May, 2007 1 commit
  37. 06 May, 2007 1 commit