1. 22 Feb, 2013 1 commit
  2. 30 Dec, 2011 1 commit
  3. 21 Dec, 2011 1 commit
    • Wayne Stambaugh's avatar
      Eeschema find and replace improvements. · 85d2f2f1
      Wayne Stambaugh authored
      * Add check box and flag to ignore replacing the component reference
        designator field.
      * Fix a resizing bug when switching between the find and replace modes of
        the find/replace dialog.
      * Fix replace component reference designator field bug.
      * Force rebuild of search list when schematic is modified and the replace
        dialog is closed.
      * Prevent finding the next item when the find/replace dialog is closed.
      * Respect warp mouse pointer setting when closing find/replace dialog.
      * Fix duplicate mnemonic control accelerator keys in find/replace dialog.
      85d2f2f1
  4. 13 Dec, 2011 1 commit
    • Wayne Stambaugh's avatar
      Add Eeschema replace code. · a63a2006
      Wayne Stambaugh authored
      * Enable replace toolbar button and menu entry.
      * Improve find replace logging granularity.
      * Fix find and replace dialog control hiding and disabling.
      * Minor improvements to the SCH_FIND_REPLACE_DATA object.
      * Move find collector list iterator into the collector object.
      * Add visibility override flag to EDA_ITEM to temporarily show items that
        are hidden during find and replace.
      a63a2006
  5. 01 Dec, 2011 1 commit
    • Wayne Stambaugh's avatar
      Improve Eeschema find code and add initial replace plumbing. · d9e0ab02
      Wayne Stambaugh authored
      * Replace Eeschema find code with a collector based implementation.
      * Fixed a search bug when all subsequent searches of an item would ignore
        the remaining valid child items when an item had more than one child
        item that matched the search criteria.
      * Add SCH_FIND_COLLECTOR class to find all items that meet the specified
        search criteria.
      * Add SCH_FIND_COLLECT0R_DATA to keep track of information for all matching
        items.
      * Use collector to iterate over the list of items that match the search
        criteria rather than trying to start at the last matched item.
      * Remove unused searching methods from sheet path and sheet path list
        objects.
      * Add replace and replace all functionality to Eeschema find dialog.
      * Push matching methods down to EDA_ITEM class so they can be used by
        other derived objects.
      * Add method to EDA_ITEM to test if item supports replacing.
      * Add flag to find/replace data to support replace feature.
      * Disable wild card matching check box when dialog is in replace mode as
        wild card replacement is not supported at this time.
      * The usual Doxygen comment and coding policy fixes.
      d9e0ab02
  6. 03 Feb, 2011 1 commit
  7. 26 Oct, 2010 1 commit
  8. 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
  9. 16 Mar, 2010 1 commit
    • stambaughw's avatar
      New EESchema find dialog and other minor fixes. · 1bbc009d
      stambaughw authored
      * Replaced find dialog with wxFormBuilder version.
      * New find dialog is modeless, supports more advanced search features,
        remembers it's last position, size, search history, and search settings,
        and implements initial support for replacing.
      * Added Shift+F5 hot key to search for next DRC marker.  F5 now just
        repeats previous search.
      * Minor cosmetic enhancements to label edit dialog.
      * Remove tab from grid size text printf to fix toolbar grid combobox
        display in wxGTK.
      * Updated my TODO list items.
      1bbc009d
  10. 24 Feb, 2010 1 commit
  11. 22 Feb, 2010 1 commit
  12. 09 Jan, 2010 1 commit
  13. 23 Oct, 2009 1 commit
  14. 17 Jan, 2009 1 commit
  15. 23 Dec, 2008 1 commit
  16. 21 Dec, 2008 2 commits