1. 12 Apr, 2011 2 commits
    • Wayne Stambaugh's avatar
      Coding policy fixes and other minor improvements. · 5c8894f9
      Wayne Stambaugh authored
      * Change class WinEDA_MsgPanel name to EDA_MSG_PANEL per coding policy.
      * Change some old set message panel code in PCBNew with updated message
        panel methods in EDA_DRAW_FRAME.
      * Remove unused global function Affiche_1_Parametre.
      * Minor Doxygen warning fixes.
      5c8894f9
    • jean-pierre charras's avatar
      Modify my previous patch about zoom issues in eeschema (remove zoom limitations). · cc36a80e
      jean-pierre charras authored
      Also fix a minor zoom page issue in Libedit.
      wxMSW, version 2.8.x must be patched.
      Some zoom values smaller than 3 to 5 create artifacts on screen, mainly values < 1.
      (corresponding to draw scale factor > 1 )
      
       * see http://trac.wxwidgets.org/ticket/9554
       
      This is fixed in version 2.9.x
      Workaround: ( that is not a full fix, but remaining artifacts are acceptable )
      edit file  edit file <wxWidgets>/src/msw/dc.cpp
       >> search for line
          static const int VIEWPORT_EXTENT = 1000;
       >> and replace by
          static const int VIEWPORT_EXTENT = 10000;
      cc36a80e
  2. 11 Apr, 2011 3 commits
  3. 09 Apr, 2011 4 commits
  4. 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
  5. 07 Apr, 2011 3 commits
  6. 06 Apr, 2011 2 commits
  7. 05 Apr, 2011 3 commits
  8. 04 Apr, 2011 2 commits
  9. 03 Apr, 2011 2 commits
  10. 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
  11. 01 Apr, 2011 4 commits
  12. 31 Mar, 2011 1 commit
  13. 30 Mar, 2011 5 commits
  14. 29 Mar, 2011 4 commits
  15. 28 Mar, 2011 3 commits