1. 21 May, 2014 1 commit
  2. 20 May, 2014 1 commit
  3. 19 May, 2014 2 commits
  4. 18 May, 2014 3 commits
  5. 17 May, 2014 2 commits
  6. 16 May, 2014 5 commits
  7. 15 May, 2014 4 commits
  8. 14 May, 2014 19 commits
  9. 13 May, 2014 3 commits
    • Lorenzo Marcantonio's avatar
      Various fixes to pin drawing code · a1087801
      Lorenzo Marcantonio authored
      - Better shape to the 60617 pin markers
      - Made the markers' size proportional to the pin text
      - Added the missing implementation in the pin plot routines
      a1087801
    • Maciej Suminski's avatar
    • 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