1. 29 Jun, 2014 1 commit
  2. 25 Jun, 2014 1 commit
    • Dick Hollenbeck's avatar
      1) Fix compiles using wx 3.x and 2.8. · b920fa00
      Dick Hollenbeck authored
      2) Fix passing wxString to common/config_params so lookup keys 
         can be dynamically generated.  This gives ~/.kicad files all the colors.
      3) Fix LEGACY_PLUGIN so it loads all layer types and masks properly.
      4) Extend the table in router/pns_index.h to 128 from 64.
      b920fa00
  3. 24 Jun, 2014 1 commit
    • Dick Hollenbeck's avatar
      1) Add 32 Cu Layers. · 4578ea8b
      Dick Hollenbeck authored
      2) Change from legacy Cu stack to counting down from top=(F_Cu or 0).
         The old Cu stack required knowing the count of Cu layers to make
         sense of the layer number when converting to many exported file types.
         The new Cu stack is more commonly used, although ours still gives
         B_Cu a fixed number.
      3) Introduce class LSET and enum LAYER_ID.
      4) Change *.kicad_pcb file format version to 4 from 3.
      5) Change fixed names Inner1_Cu-Inner14_Cu to In1_Cu-In30_Cu and their
         meanings are typically flipped.
      6) Moved the #define LAYER_N_* stuff into legacy_plugin.cpp where they
         can die a quiet death, and switch to enum LAYER_ID symbols throughout.
      7) Removed the LEGACY_PLUGIN::Save() and FootprintSave() functions.
         You will need to convert to the format immediately, *.kicad_pcb and
         *.kicad_mod (=pretty) since legacy format was never going to know
         about 32 Cu layers and additional technical layers and the reversed Cu
         stack.
      4578ea8b
  4. 06 Jun, 2014 1 commit
  5. 05 Jun, 2014 1 commit
  6. 04 Jun, 2014 1 commit
  7. 03 Jun, 2014 1 commit
  8. 01 Jun, 2014 1 commit
  9. 31 May, 2014 1 commit
  10. 29 May, 2014 1 commit
  11. 28 May, 2014 2 commits
  12. 23 May, 2014 1 commit
  13. 20 May, 2014 1 commit
  14. 16 May, 2014 2 commits
  15. 15 May, 2014 1 commit
    • Maciej Suminski's avatar
      Minor BOARD_DESIGN_SETTINGS refactoring. · 4fcaf4c5
      Maciej Suminski authored
      Removed SetCurrentClassName() (it was not used anywhere and less safe than SetCurrentClass()).
      Added BOARD_DESIGN_SETTIGNS::GetDefault() to make some pieces of shorter and clearer.
      4fcaf4c5
  16. 14 May, 2014 5 commits
  17. 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
  18. 04 May, 2014 3 commits
  19. 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
  20. 09 Apr, 2014 2 commits
  21. 04 Apr, 2014 2 commits
  22. 21 Mar, 2014 1 commit
  23. 16 Mar, 2014 1 commit
  24. 05 Mar, 2014 1 commit
  25. 03 Mar, 2014 1 commit
  26. 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
  27. 21 Feb, 2014 1 commit
  28. 19 Feb, 2014 2 commits