1. 05 Apr, 2011 1 commit
    • Wayne Stambaugh's avatar
      EESchema remove global variable and fix text object change type undo/redo. · df8f7d1e
      Wayne Stambaugh authored
      * Move undo item copy global variable into schematic editor frame object
        member variable.
      * Add helper methods for accessing the undo item copy member variable.
      * Fix undetected bug when changing a text type.
      * Added an exchange command to the undo/redo base class for handling undoing
        a changed item type which cannot be undone by swapping out the variables.
      * Revert change to common/hotkeys_basic.cpp that broke hot key behavior.
      * Lots of coding policy changes while making the changes above.
      df8f7d1e
  2. 04 Apr, 2011 2 commits
  3. 03 Apr, 2011 2 commits
  4. 02 Apr, 2011 1 commit
    • jean-pierre charras's avatar
      * Gerbview, Pcbnew: add SetLocaleTo_Default() after reading double in config... · 16e9ddc2
      jean-pierre charras authored
      * Gerbview, Pcbnew: add SetLocaleTo_Default() after reading double in config to fix issues with decimal separator (when the separator is not a point).
      (WxWidgets 2.9.1 seems call setlocale( LC_NUMERIC, "" ) when wxConfig read doubles stored in config, but forget to back to current locale.)
      Note: perhaps there are some dialogs that need this call to  SetLocaleTo_Default() ).
      * Minor  code cleanup in pcbnew/netlist.cpp
      16e9ddc2
  5. 01 Apr, 2011 4 commits
  6. 31 Mar, 2011 1 commit
  7. 30 Mar, 2011 5 commits
  8. 29 Mar, 2011 4 commits
  9. 28 Mar, 2011 3 commits
  10. 27 Mar, 2011 1 commit
  11. 26 Mar, 2011 2 commits
  12. 25 Mar, 2011 4 commits
    • jean-pierre charras's avatar
      Fix bug 741352. Needs more tests · 89ff6c64
      jean-pierre charras authored
      89ff6c64
    • jean-pierre charras's avatar
      Fix bug 741352. · e68662c1
      jean-pierre charras authored
      e68662c1
    • jean-pierre charras's avatar
      Fix bug 741352 · 38269efa
      jean-pierre charras authored
      38269efa
    • Wayne Stambaugh's avatar
      EESchema multiple item hit testing and other minor improvements. · 175fab48
      Wayne Stambaugh authored
      * Add item clarification context menu to EESchema when multiple unresolved
        items are found at the current cross hair position.
      * Add collector class SCH_COLLECTOR for supporting multiple item hit testing.
      * Removed bit wise masked filtering from schematic item hit testing.
      * Removed all old hit testing functions and methods scattered about the
        EESchema source code.
      * Move terminal point test function into SCH_SCREEN object.
      * Fixed bug in terminal point test when terminating a bus to a label.
      * Define the < operator for sorting schematic items.
      * Add area calculation method to EDA_Rect item.
      * Add method for returning an item's bitmap for menu display purposes.
      * Add method for returning an item's menu text for menu display purposes.
      * Changed EDA_ITEMS container from boost::ptr_vector to std::vector.
      * Factor coordinate string conversion code from EDA_DRAW_FRAME to function
        CoordinateToString().
      175fab48
  13. 24 Mar, 2011 2 commits
  14. 23 Mar, 2011 2 commits
  15. 22 Mar, 2011 4 commits
  16. 21 Mar, 2011 2 commits