1. 14 Apr, 2011 1 commit
  2. 13 Apr, 2011 2 commits
  3. 12 Apr, 2011 4 commits
  4. 11 Apr, 2011 3 commits
  5. 09 Apr, 2011 4 commits
  6. 08 Apr, 2011 1 commit
    • Wayne Stambaugh's avatar
      Fix EESchema undo and abort move regressions. · 053498d1
      Wayne Stambaugh authored
      * Component moves can now be undone do to incorrect virtual method declaration
        in schematic component object.
      * Undoing a field move now redraws the undone field properly.
      * Fix bug when after aborting a field move kept displaying context menu
        field items.
      * Removed unused current field member variable and access methods from the
        schematic edit frame object.
      * Update component move code to comply with coding policy.
      053498d1
  7. 07 Apr, 2011 3 commits
  8. 06 Apr, 2011 2 commits
  9. 05 Apr, 2011 3 commits
  10. 04 Apr, 2011 2 commits
  11. 03 Apr, 2011 2 commits
  12. 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
  13. 01 Apr, 2011 4 commits
  14. 31 Mar, 2011 1 commit
  15. 30 Mar, 2011 5 commits
  16. 29 Mar, 2011 2 commits
    • Wayne Stambaugh's avatar
      Coding style and Doxygen comment fixes. · 67f70fe0
      Wayne Stambaugh authored
      * Rename EDA_Rect class to EDA_RECT.
      * Rename EDA_TextStruct class to EDA_TEXT.
      * Remove duplicate Doxygen comments from sch_sheet_path.cpp.
      67f70fe0
    • Wayne Stambaugh's avatar
      EESchema edit field code improvements and Doxygen comment fixes. · e6c70dca
      Wayne Stambaugh authored
      * Remove specialized edit reference, value, and foot print field methods
        from SCH_FRAME object.
      * Improve general field method to handle all field types as this was
        essentially the same code used in the three methods removed.
      * Updated the the hot key and context menu handlers to use the new field
        edit method.
      * Minor Doxygen comment warning fixes.
      e6c70dca