1. 22 May, 2011 1 commit
  2. 20 May, 2011 1 commit
  3. 27 Apr, 2011 1 commit
    • Wayne Stambaugh's avatar
      Add hit testing clarification to schematic library editor. · 86bf955d
      Wayne Stambaugh authored
      * Create library collector class.
      * Add clarification menu to library editor when multiple items are found
        at the current position.
      * Add get clarification menu text to all objects derived from LIB_ITEM.
      * Add get menu bitmap for all objects derived from LIB_ITEM.
      * Improve LIB_PIN bounding box calculation.
      * Rename LIB_ITEM::DoGenCopy to doClone to match behavior defined in base
        class EDA_ITEM.
      * Minor class renaming for improved code consistency.
      * Added less than operator to EDA_ITEM.
      86bf955d
  4. 21 Mar, 2011 1 commit
  5. 20 Mar, 2011 1 commit
  6. 28 Feb, 2011 1 commit
  7. 24 Feb, 2011 1 commit
    • Wayne Stambaugh's avatar
      Improve handling of tool bar command IDs. · cb647737
      Wayne Stambaugh authored
      * Make EDA_DRAW_FRAME current tool ID member variable private.
      * Added global no tool selected ID to replace application specific no
        tool selected IDs.
      * Change SetToolID to prevent setting the tool ID to anything less than
        the new global no tool selected ID and assert on debug builds.
      * Change command and update user interface command event handlers to use
        new global no tool selected ID.
      * Fixed schematic library editor add pin hot key handler.
      cb647737
  8. 23 Feb, 2011 1 commit
  9. 21 Feb, 2011 1 commit
    • Wayne Stambaugh's avatar
      All control state handling is now performed in wxUpdateUIEvent handlers. · bdca3c5e
      Wayne Stambaugh authored
      * Old control state handling code completely removed in all applications.
      * Factor common control state handlers into EDA_DRAW_FRAME.
      * Replaced EDA_ITEM test for newness with IsNew() method.
      * Factor vertical right toolbar command handlers out of giant edit command
        switch statement in EESchema and PCBNew.
      bdca3c5e
  10. 16 Feb, 2011 1 commit
  11. 05 Feb, 2011 1 commit
    • Wayne Stambaugh's avatar
      EESchema command handling and other minor improvements. · 66566f9b
      Wayne Stambaugh authored
      * Schematic editor cancel current tool command now use a single command
        ID that is used everywhere the event is generated.
      * Moved cancel current tool code from Process_Special_Functions to a
        separate event handler.
      * Add idle check method to block select object.
      * Add block active check to base screen object.
      66566f9b
  12. 10 Dec, 2010 1 commit
  13. 19 Nov, 2010 1 commit
  14. 10 Nov, 2010 1 commit
  15. 23 Oct, 2010 1 commit
  16. 22 Oct, 2010 1 commit
    • Wayne Stambaugh's avatar
      Component library editor bug fixes and other minor fixes. · 185a2544
      Wayne Stambaugh authored
      * Fix bug that prevented component from being replaced in library when
        the component root name was changed.
      * Fix drawing bug when changing text or field item string while move in
        progress.
      * Fix drawing bug when rotating text item while move in progress.
      * Prevent undo or redo when editing a component draw item.
      * Fix assert bug when replacing component in library when the component
        root name was changed.
      * Fix bug in field editor caused by new root alias implementation that
        prevented any field from being changed.
      * Fix minor spacing issues with EESchema find dialog.
      * Deprecate remaining internal linked list code from component library
        objects.
      * Rename pin object files to match new library object file naming
        scheme.
      * Move LIB_TEXT object definition into it's own header file.
      185a2544
  17. 21 Oct, 2010 1 commit
  18. 08 Oct, 2010 1 commit
    • Wayne Stambaugh's avatar
      Schematic component library object code cleaning and refactoring. · fc0864be
      Wayne Stambaugh authored
      * Break classes_body_item.cpp(.h) into more reasonable size bites.
      * Rename classes_body_item.cpp(.h) to lib_draw_item.cpp(.h)
      * Fix some unsatisfied header file dependencies.
      * Add stubs to component library draw item base classe to handle editing
        internally.
      * Lots of code cleaning.
      fc0864be
  19. 26 Jul, 2010 1 commit
  20. 04 Mar, 2010 1 commit
  21. 16 Feb, 2010 1 commit
  22. 04 Feb, 2010 1 commit
  23. 17 Jan, 2010 1 commit
  24. 06 Dec, 2009 1 commit
  25. 30 Oct, 2009 1 commit
    • stambaughw's avatar
      Replace library editor pin properties dialog box and minor update. · 2884d125
      stambaughw authored
      * Replaced library pin properties dialog with wxFormBuilder version.
      * Remove DialogBlocks version of pin properties dialog.
      * Add pin properties dialog support code to pin object.
      * Create single event handler for displaying pin properties dialog.
      * Remove left over DialogBlocks project file for annotate dialog.
      * Fixed escape key bug in library editor new component dialog.
      * Add GetUnitsLabel() to get human readable units for dialog labels.
      * Translate French comments in all modified files.
      * Some minor clean up of Doxygen comments.
      2884d125
  26. 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
  27. 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
  28. 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
  29. 12 Aug, 2009 1 commit
  30. 25 Jul, 2009 1 commit
  31. 05 Apr, 2009 1 commit
  32. 04 Feb, 2009 1 commit
  33. 02 Jan, 2009 1 commit
  34. 22 Oct, 2008 1 commit
  35. 18 Oct, 2008 1 commit
  36. 13 Oct, 2008 1 commit
  37. 13 Sep, 2008 1 commit
  38. 23 Aug, 2008 1 commit
  39. 22 May, 2008 1 commit
  40. 03 Apr, 2008 1 commit