1. 27 Sep, 2009 1 commit
  2. 26 Sep, 2009 1 commit
  3. 25 Sep, 2009 2 commits
    • 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
    • faa's avatar
      eeschema: plot minor bug · fb52997c
      faa authored
      fb52997c
  4. 23 Sep, 2009 2 commits
  5. 22 Sep, 2009 1 commit
    • stambaughw's avatar
      Command ID refactoring and other minor improvements. · 43d6c685
      stambaughw authored
      * Split out application specific command IDs to prevent unnecessary rebuilding.
      * Eliminate duplicate menu and tool bar command IDs.
      * Split component library editor and viewer definitions to separate header files.
      * More component library and document file merge code.
      * A bunch of minor string readability and consistency fixes.
      43d6c685
  6. 21 Sep, 2009 1 commit
  7. 19 Sep, 2009 1 commit
  8. 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
  9. 17 Sep, 2009 1 commit
  10. 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
  11. 11 Sep, 2009 1 commit
  12. 10 Sep, 2009 6 commits
  13. 07 Sep, 2009 1 commit
  14. 04 Sep, 2009 4 commits
  15. 02 Sep, 2009 1 commit
  16. 01 Sep, 2009 1 commit
  17. 31 Aug, 2009 1 commit
  18. 29 Aug, 2009 1 commit
  19. 28 Aug, 2009 2 commits
  20. 27 Aug, 2009 4 commits
  21. 23 Aug, 2009 3 commits
  22. 21 Aug, 2009 1 commit
  23. 20 Aug, 2009 1 commit
  24. 19 Aug, 2009 1 commit
    • stambaughw's avatar
      Schematic library component objects can now load themselves. · b739b227
      stambaughw authored
      This is the first in a series of updates to the schematic library component
      object code.  The goal is to eliminate the external manipulation of these
      objects and push this code back into the objects themselves.  Also replace
      the priority queue and internal linked list implementations with DLIST or
      Boost pointer containers.
      b739b227