1. 07 Mar, 2014 1 commit
    • Wayne Stambaugh's avatar
      Pcbnew: make block rotate honor the rotation angle setting. (fixes lp:1281605) · c89d52ee
      Wayne Stambaugh authored
      * Make block rotate command honor the rotation angle setting.  Thank you
        Umesh Mohan <mohan.umesh@gmail.com> for the patch.
      * Change block rotate undo command from UR_ROTATE to UR_CHANGED so consecutive
        rotations do not lead to round errors and for proper undo in case the user
        changes the rotation angle setting between block rotations.
      c89d52ee
  2. 06 Mar, 2014 2 commits
  3. 05 Mar, 2014 2 commits
  4. 03 Mar, 2014 2 commits
  5. 01 Mar, 2014 1 commit
    • Martin Janitschke's avatar
      Pcbnew: fix global deletion bug and minor dialog changes. (fixes lp:1263795) · 7c3918da
      Martin Janitschke authored
      * Handle different item global deletions correctly.  No more removing of text
        if graphics is selected.
      * Layer settings are always obeyed for modules, zones, text, and graphics.
      * Text will be removed from copper layers if all layers are selected or
        according to the current layer.
      * Added check boxes for "normal" and "locked" footprints to be consistent
        with the naming for the track deletion options.
      7c3918da
  6. 28 Feb, 2014 4 commits
  7. 27 Feb, 2014 5 commits
  8. 26 Feb, 2014 2 commits
  9. 24 Feb, 2014 5 commits
  10. 23 Feb, 2014 1 commit
    • Henner Zeller's avatar
      Eeschema: fix build error when using wxWidgets 2.8 and other minor fixes. · df8b7c53
      Henner Zeller authored
      * Fix string concatenation for _( "Unit" ) + wxT( " " ). This failed
        compiling against wxWidgets 2.8 (thanks Cirilo Bernardo ).
      * Base the indentation on a measured observation with explanation
        (98%-ile of name-length found in library). The previously chosen 24
        character indentation was too wide for most.
      * Don't use a #define spilling into the global namespace, but use
        a locally defined constant for COLUMN_DESCR_POS.
      df8b7c53
  11. 22 Feb, 2014 3 commits
  12. 21 Feb, 2014 4 commits
  13. 19 Feb, 2014 3 commits
  14. 18 Feb, 2014 3 commits
  15. 17 Feb, 2014 2 commits