1. 14 May, 2014 4 commits
  2. 13 May, 2014 1 commit
    • Maciej Suminski's avatar
      Moved NETCLASSES to BOARD_DESIGN_SETTINGS. · d9eb15c9
      Maciej Suminski authored
      Most of the changes are just adding GetDesignSettings() before every occurence of m_NetClasses.
      More complex changes:
      class_netclass.cpp - NETCLASS does not store the pointer to the parent BOARD anymore. Added function SetParams( BOARD_DESIGN_SETTINGS& ).
      class_netclass.h - Removed GetTrackMinWidth(), GetViaMinDiameter(), GetViaMinDrill(), GetuViaMinDiameter(), GetuViaMinDrill() as they were refering to BOARD_DESIGN_SETTINGS anyway (they are not net class specific).
      kicad_plugin.cpp - filters out empty nets (that are anyway not saved) when storing net class information. Previously it was done in NETCLASS::Format() function.
      d9eb15c9
  3. 04 May, 2014 2 commits
  4. 25 Apr, 2014 1 commit
    • Lorenzo Marcantonio's avatar
      TRACK/SEGVIA cleanup · 3f2c0e1a
      Lorenzo Marcantonio authored
      - SEGVIA becomes VIA
      - Drill size moved from TRACK to VIA
      - Removed shape from TRACK, becomes ViaType in VIA
      - GetTrace becomes GetTrack, for uniformity
      - Some minor constification and typo fixes
      3f2c0e1a
  5. 09 Apr, 2014 2 commits
  6. 04 Apr, 2014 2 commits
  7. 21 Mar, 2014 1 commit
  8. 16 Mar, 2014 1 commit
  9. 05 Mar, 2014 1 commit
  10. 03 Mar, 2014 1 commit
  11. 25 Feb, 2014 2 commits
    • Maciej Suminski's avatar
      Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode() · f7d00a39
      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().
      f7d00a39
    • 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
  12. 21 Feb, 2014 1 commit
  13. 19 Feb, 2014 2 commits
  14. 17 Feb, 2014 3 commits
  15. 13 Feb, 2014 1 commit
  16. 04 Feb, 2014 1 commit
  17. 03 Feb, 2014 3 commits
  18. 31 Jan, 2014 2 commits
  19. 30 Jan, 2014 2 commits
  20. 29 Jan, 2014 1 commit
  21. 28 Jan, 2014 1 commit
    • Maciej Suminski's avatar
      Added RN_DATA::Add()/Remove() methods. · 83f7c7e3
      Maciej Suminski authored
      RN_DATA::Update()/AddSimple() take BOARD_ITEM* as the parameter (instead of being split to versions with BOARD_CONNECTED_ITEM* and MODULE*), to make the code look clearer.
      83f7c7e3
  22. 07 Jan, 2014 3 commits
  23. 20 Dec, 2013 1 commit
  24. 18 Dec, 2013 1 commit