1. 01 Apr, 2011 1 commit
  2. 31 Mar, 2011 1 commit
  3. 30 Mar, 2011 1 commit
    • Wayne Stambaugh's avatar
      EESchema sheet pin code improvements. · cfc3d6df
      Wayne Stambaugh authored
      * Change all code references to pin sheet and sheet label to sheet pin to
        more closely match the sheet pin object for improved code readability.
      * Change menu and tool bar text from pin sheet to sheet pin for improved
        user readability.
      * Moved sheet pin place method to sheet pin object source file.
      * Move last sheet pin stored state information into schematic frame object.
      * Add Doxygen comments for the sheet pin editing methods.
      cfc3d6df
  4. 29 Mar, 2011 3 commits
  5. 28 Mar, 2011 2 commits
  6. 24 Mar, 2011 1 commit
  7. 23 Mar, 2011 1 commit
  8. 20 Mar, 2011 2 commits
  9. 19 Mar, 2011 1 commit
  10. 17 Mar, 2011 1 commit
  11. 14 Mar, 2011 1 commit
    • Wayne Stambaugh's avatar
      Set default button on all dialogs. Fixes lp:665703 · 283cfa67
      Wayne Stambaugh authored
      * Set default button on all dialogs that do not already have a defined
        default button.  The only exception is the EESchema net list dialog
        which needs converted over to wxFormBuilder and due to it's design makes
        setting the default button in any tab other than the default tab
        problematic.
      * Fix escape key dialog handling bug in EESchema print post script
        dialog.
      283cfa67
  12. 12 Mar, 2011 1 commit
  13. 11 Mar, 2011 1 commit
    • Wayne Stambaugh's avatar
      PCBNew auxiliary tool bar changes and other minor improvements. · 018292a8
      Wayne Stambaugh authored
      * Remove clearance and net class name read only text boxes from PCBNew
        auxiliary tool bar.
      * Display full net class information in message panel when an object that
        supports net classes is selected.
      * Move coordinate string conversion function to EDA_DRAW_FRAME object and
        made it more versatile.
      * Refresh message panel text when units change.
      018292a8
  14. 10 Mar, 2011 1 commit
    • Wayne Stambaugh's avatar
      Schematic editor locate item changes and other minor fixes. · c07b677a
      Wayne Stambaugh authored
      * Move locate function code into schematic screen object.
      * Move test for junction needed into schematic screen object.
      * Move test for marking connected items into schematic screen object.
      * Move delete item function code into schematic screen object.
      * Move delete all markers code into schematic screen object.
      * Add method for locating multiple items in schematic screen object.
      * Fix minor bug in schematic field object hit test declaration.
      * Initial encapsulation work on item picker object.
      * Remove duplicate doxygen comments from item picker object source file.
      c07b677a
  15. 09 Mar, 2011 1 commit
  16. 04 Mar, 2011 1 commit
  17. 03 Mar, 2011 3 commits
    • Wayne Stambaugh's avatar
      Minor EESchema code improvements. · 9769c9b6
      Wayne Stambaugh authored
      * Factor change schematic component orientation code out of switch statement
        into separate function.
      * Remove redundant command events from schematic editor hot key handler.
      9769c9b6
    • jean-pierre charras's avatar
      fix very minor bugs. · 098a20a0
      jean-pierre charras authored
      098a20a0
    • Wayne Stambaugh's avatar
      EESchema and other minor code improvements. · 9e0e43e4
      Wayne Stambaugh authored
      * Change EDA_ITEM set flag function to set flag bits using logical or
        instead of assignment.
      * Add clear flag function to EDA_ITEM to clear flag bit using inverted
        logical and.
      * Factor change schematic text type code out of switch statement into
        a single function call.
      * Schematic text orientation function renaming improvements.
      * Lots of small coding policy changes to updated files.
      9e0e43e4
  18. 02 Mar, 2011 2 commits
  19. 01 Mar, 2011 1 commit
    • Wayne Stambaugh's avatar
      PCBNew control update bug fixes, fixes lp:725963. · 1010601a
      Wayne Stambaugh authored
      * Fix grid select box update bug on context menu.
      * Fix via size and track width select box update bugs.
      * Fix layer pair indicator button update bug.
      * Fix auto track width tool bar control enable bug.
      * Fix via size and track width select status bug in context menu.
      * Fix layer select box and layer control widget select bug when current
        layer is removed.
      * Add virtual function to notify objects derived from EDA_DRAW_FRAME that
        the units setting has changed.
      * Coding policy class naming fixes.
      1010601a
  20. 28 Feb, 2011 1 commit
  21. 27 Feb, 2011 4 commits
  22. 26 Feb, 2011 1 commit
  23. 25 Feb, 2011 1 commit
  24. 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
  25. 22 Feb, 2011 3 commits
  26. 21 Feb, 2011 2 commits
    • Wayne Stambaugh's avatar
      Use wxUpdateUIEvent in CVPcb and other minor changes. · c02d90e9
      Wayne Stambaugh authored
      * CVPcb now uses wxUpdateUIEvent instead of set toolbars.
      * Removed duplicate event handlers in CVPcb that were factored into
        EDA_DRAW_FRAME.
      * Fix definition of GeneralControle() in CVPcb that prevented it from being
        called.
      * Remove rarely used and scary refresh code GeneralControle() method in all
        main frame windows.
      * Factor zoom menu and tool bar command IDs down to EDA_DRAW_FRAME.
      c02d90e9
    • 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
  27. 14 Feb, 2011 1 commit