1. 19 Mar, 2013 1 commit
  2. 05 Sep, 2012 1 commit
  3. 25 May, 2012 1 commit
  4. 23 Jan, 2012 1 commit
  5. 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
  6. 01 Nov, 2011 1 commit
  7. 31 Oct, 2011 1 commit
  8. 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
  9. 12 Aug, 2011 1 commit
    • Wayne Stambaugh's avatar
      Prevent component library editor from saving read only files (fixes lp:811118) · e7eef8cf
      Wayne Stambaugh authored
      * Disable save library command when user does not have permission to write
        the active library.
      * Append the active library file name displayed in the title bar with read
        only when the user does not have write permission.
      * Test the selected folder permissions when user chooses the save library
        as command.
      * The obligatory coding style policy fixes.
      e7eef8cf
  10. 14 Dec, 2010 1 commit
  11. 10 Nov, 2010 1 commit
  12. 25 Oct, 2010 1 commit
  13. 22 Oct, 2010 1 commit
  14. 04 Oct, 2010 1 commit
    • Wayne Stambaugh's avatar
      Initial work on new component library stucture. · 3335ccd9
      Wayne Stambaugh authored
      * Use C++ map in component library instead of boost::ptr_vector.
      * Drop Boost pointer containers for standard C++ containers.
      * Moved duplicate name user interface elements from library object to
        library editor.
      * Added code to support direct addition and replacement of component
        alias objects into libraries.
      * Removed temporary strings used to add and remove alias objects.
      * Libraries only store alias objects, components now accessed thru alias.
      * Simplify library API for adding, removing, and replacing components.
      * Updated edit component in library dialog and library editor to reflect
        component library object changes.
      * Fixed bug in library viewer when displaying alias name.
      * Made a few header files compile stand alone per the new coding policy.
      * Remove some dead code and the usual code formatting fixes.
      3335ccd9
  15. 09 Sep, 2010 1 commit
  16. 04 Aug, 2010 1 commit
  17. 31 Jul, 2010 1 commit
  18. 08 May, 2010 1 commit
  19. 13 Feb, 2010 1 commit
  20. 22 Dec, 2009 1 commit
  21. 15 Dec, 2009 1 commit
    • stambaughw's avatar
      Dialog work and other minor changes. · 014d852b
      stambaughw authored
      * Replace EESchema sheet properties dialog with wxFormBuilder version.
      * Editing an existing sheet now marks schematic as modified.
      * Code style updates for some of my previous work.
      * Improvements to the CMP_LIB_ENTRY object.
      * Replaced symbol edit export fprintf code with wxFFile implementation.
      * GCC compiler warning fix in pcbnew/drc.cpp.
      014d852b
  22. 03 Nov, 2009 1 commit
  23. 08 Oct, 2009 1 commit
    • stambaughw's avatar
      Replace library editor new component dialog and minor updates. · ee918d7d
      stambaughw authored
      * Replace component library editor new component dialog using wxFormBuilder.
      * Rename component library draw items to conform to current coding standards.
      * Add GetWidth() method to component library draw objects.
      * Add regular expression key word search capability to component library object.
      ee918d7d
  24. 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
  25. 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
  26. 14 Sep, 2009 1 commit
    • stambaughw's avatar
      Component library editor improvements, build fix, and bug fixes. · 3803b79a
      stambaughw authored
      * Add offset and block hit testing to library component objects.
      * Improved search for library entries.
      * Fixed library component editor component removal and addition.
      * Library editor now uses wxUpdateUIEvents for updating all UI objects.
      * Added version check to cmake find boost macro.
      * Removed unused code in file libalias.cpp.
      * Added method to WinEDA_DrawPanel to take mouse out of managed mode.
      3803b79a
  27. 02 Sep, 2009 1 commit
  28. 28 Aug, 2009 1 commit
  29. 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
  30. 05 Apr, 2009 1 commit
  31. 31 Dec, 2008 1 commit
  32. 30 Dec, 2008 1 commit
  33. 19 Sep, 2008 1 commit
  34. 18 Sep, 2008 1 commit
  35. 13 Sep, 2008 1 commit