1. 14 Mar, 2014 3 commits
  2. 13 Mar, 2014 4 commits
  3. 12 Mar, 2014 4 commits
  4. 10 Mar, 2014 1 commit
  5. 09 Mar, 2014 1 commit
  6. 08 Mar, 2014 2 commits
  7. 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
  8. 06 Mar, 2014 4 commits
  9. 05 Mar, 2014 4 commits
  10. 03 Mar, 2014 3 commits
  11. 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
  12. 28 Feb, 2014 4 commits
  13. 27 Feb, 2014 5 commits
  14. 26 Feb, 2014 2 commits
  15. 25 Feb, 2014 1 commit
    • Maciej Suminski's avatar
      Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode() · 75026d87
      Maciej Suminski authored
      Renamed BOARD_CONNECTED_ITEM::SetNet() -> SetNetCode()
      Added BOARD_CONNECTED_ITEM::GetNet() for accessing NETINFO_ITEM* of a given item.
      Fixed module editor crash when launched to edit a module from a PCB.
      Replaced some BOARD::FindNet( item->GetNet() ) calls with BOARD_CONNECTED_ITEM::GetNet().
      75026d87