1. 07 May, 2013 1 commit
  2. 09 Apr, 2013 1 commit
  3. 01 Feb, 2013 1 commit
  4. 21 Jan, 2013 1 commit
  5. 29 Oct, 2012 1 commit
  6. 25 Oct, 2012 1 commit
  7. 23 Jan, 2012 1 commit
  8. 11 Nov, 2011 1 commit
    • Wayne Stambaugh's avatar
      Remove message dialogs from COMPONENT_LIBRARY class. · 7a5e6a2d
      Wayne Stambaugh authored
      * Move the component library save file creation and write error dialogs
        into the appropriate frame object.
      * Change the save component library and document definitions take an
        OUTPUTFORMATTER object instead of a file name.
      * Change the component alias save document definition function to take
        an OUTPUTFORMATTER object instead of a file handle.
      7a5e6a2d
  9. 07 Oct, 2011 1 commit
    • Wayne Stambaugh's avatar
      Eeschema ERC improvements and other minor fixes. · d4fb921b
      Wayne Stambaugh authored
      * Move the hierarchical label connected test into the NETLIST_OBJECT class.
      * ERC pin type strings can now be translated.
      * Remove unused EDA_DRAW_PANEL attribute from all ERC test functions.
      * Add get marker count method to SCH_SCREENS object.
      * Redundant header removal.
      * Lots of coding style policy fixes.
      d4fb921b
  10. 06 Sep, 2011 1 commit
  11. 14 Dec, 2010 1 commit
  12. 10 Dec, 2010 1 commit
  13. 08 Dec, 2010 1 commit
  14. 11 Nov, 2010 1 commit
  15. 10 Nov, 2010 1 commit
  16. 26 Oct, 2010 1 commit
  17. 03 Mar, 2010 1 commit
  18. 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
  19. 16 Oct, 2009 1 commit
    • stambaughw's avatar
      wxWidgets 2.9 string fixes and other minor updates. · 7e24e438
      stambaughw authored
      * Replace all known instances of (const wxChar*) casts to GetChars() for
        wxWidgets 2.9 compatibility.
      * Cleaned up get component dialog so last part gets saved on wild card
        selections.
      * Remove redundant schematic component drawing code.
      * Added SCH_COMPONENT constructor to create new component from library
        component object.
      * Add message panel helpers to WinEDA_DrawFrame and update old message
        panel access code.
      * Using library viewer to add component to schematic now respects unit
        and body style selection.
      7e24e438
  20. 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
  21. 18 Sep, 2009 1 commit
    • stambaughw's avatar
      Component library object and other minor improvements. · f7452ce1
      stambaughw authored
      * Create static component library methods to manage library list.
      * Rename component library, component, and alias objects to more readable name.
      * Use pointer to component instead of root name to prevent redundant library searches.
      * Add append message helper to message panel that calculates string length.
      * Initial ground work for merging library and library document files.
      * Improved component library file load error checking.
      * Minor component library editor improvements.
      f7452ce1
  22. 27 Aug, 2009 1 commit
    • stambaughw's avatar
      Component library object improvements. · ab74cfed
      stambaughw authored
      Moved all library entry manipulation code scattered throughout EESchema into
      the component library object itself.  Adding, removing, and searching is now
      handled by the library object.  This is the precursor to replacing the current
      priority queue code.
      ab74cfed
  23. 05 Apr, 2009 1 commit
  24. 04 Feb, 2009 1 commit
  25. 12 Dec, 2008 1 commit
  26. 10 Dec, 2008 2 commits
  27. 19 Sep, 2008 1 commit
  28. 18 Sep, 2008 1 commit
  29. 15 May, 2008 1 commit
  30. 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
  31. 06 May, 2007 1 commit