1. 15 Jul, 2014 1 commit
  2. 09 Jul, 2014 7 commits
  3. 07 Jul, 2014 2 commits
  4. 04 Jul, 2014 1 commit
  5. 02 Jul, 2014 1 commit
  6. 30 Jun, 2014 4 commits
  7. 29 Jun, 2014 3 commits
  8. 24 Jun, 2014 2 commits
    • jean-pierre charras's avatar
    • 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
  9. 20 Jun, 2014 2 commits
    • jean-pierre charras's avatar
      Fix compil issue with KICAD_SCRIPTING_WXPYTHON option ON. · 4cd4990b
      jean-pierre charras authored
      Minor enhancements.
      4cd4990b
    • jean-pierre charras's avatar
      Remove 2 global variables: g_DrawBgColor and g_ShowPageLimits. · 7c99a242
      jean-pierre charras authored
      They are now member of EDA_DRAW_FRAME.
      This change could fix Bug #1330781 (Background color change in Eeschema affects background color in Pcbnew)
      Show page limits has meaning only for the schematic editor,  the board editor and the page layout editor.
      Draw background color selection exists only in eeschema and  page layout editor.
      In pcbnew, only a black background is allowed.
      A side effect is now the user should set the background color in schematic editor, and the library editor (2 different options).
      The default is still the white color.
      7c99a242
  10. 10 Jun, 2014 1 commit
  11. 06 Jun, 2014 1 commit
  12. 05 Jun, 2014 1 commit
  13. 04 Jun, 2014 1 commit
  14. 02 Jun, 2014 1 commit
  15. 30 May, 2014 1 commit
  16. 26 May, 2014 1 commit
  17. 21 May, 2014 1 commit
  18. 20 May, 2014 1 commit
  19. 19 May, 2014 1 commit
  20. 16 May, 2014 1 commit
  21. 14 May, 2014 1 commit
  22. 13 May, 2014 2 commits
    • 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
    • Maciej Suminski's avatar
  23. 04 May, 2014 2 commits
  24. 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