1. 02 Dec, 2009 1 commit
    • stambaughw's avatar
      Compiler warning, object name, bug, and string fixes. · 1aaa7a9b
      stambaughw authored
      * Fixed EESchema options dialog focus bug so escape key now works in GTK.
      * Rename schematic objects for improved readability.
      * Fixed GCC compiler warnings in plot code.
      * Added paragraph in UIpolicies.txt about setting dialog box sizes.
      * Lots of message box string clean up.
      1aaa7a9b
  2. 04 Nov, 2009 1 commit
    • stambaughw's avatar
      Comment translations and other minor updates. · b2f9d5bd
      stambaughw authored
      * Complete comment translation for all EESchema source files.
      * Complete comment translation for all 3D viewer source files.
      * Rename class class_hierarchical_PIN_sheet to SCH_SHEET_PIN.
      * Rename class DrawSheetStruct to SCH_SHEET.
      * Tool tip capitalization fixes.
      * Uncrustify and spell check comments and strings in all modified source
        files.
      b2f9d5bd
  3. 03 Nov, 2009 1 commit
  4. 25 Sep, 2009 1 commit
    • stambaughw's avatar
      Component library editor improvements and minor bug fixes. · 8570d331
      stambaughw authored
      * Component library objects renamed for improved readability.
      * Fields now move when selected in library editor.
      * Add copy constructor to all library draw and library component objects.
      * Added copy constructor to EDA_BaseStruct.
      * Delete base screen in WinEDA_DrawFrame destructor to prevent potential memory leak.
      * Fixed memory access bug when replacing and adding a component to library.
      * Moved library component block manipulation code into component object.
      * Removed all of the global variables used by the library editor main window object.
      * The usual code cleaning and refactoring.
      8570d331
  5. 01 Aug, 2009 1 commit
  6. 12 Jul, 2009 1 commit
  7. 10 Jul, 2009 1 commit
  8. 09 Jul, 2009 1 commit
  9. 08 Jul, 2009 1 commit
  10. 07 Jul, 2009 1 commit
  11. 06 Jul, 2009 1 commit
  12. 05 Jul, 2009 1 commit
  13. 03 Jul, 2009 1 commit
  14. 05 Apr, 2009 1 commit
  15. 04 Feb, 2009 1 commit
  16. 29 Jan, 2009 1 commit
  17. 06 Jan, 2009 1 commit
  18. 10 Dec, 2008 1 commit
  19. 24 Nov, 2008 1 commit
  20. 22 May, 2008 1 commit
  21. 14 Apr, 2008 1 commit
  22. 13 Mar, 2008 1 commit
  23. 28 Feb, 2008 2 commits
  24. 27 Feb, 2008 1 commit
  25. 26 Feb, 2008 1 commit
  26. 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
  27. 31 Oct, 2007 1 commit
  28. 13 Oct, 2007 1 commit
  29. 20 Sep, 2007 1 commit
  30. 13 Sep, 2007 1 commit
  31. 01 Sep, 2007 1 commit
  32. 13 Jun, 2007 1 commit
  33. 06 May, 2007 1 commit