1. 30 Jun, 2014 1 commit
  2. 29 Jun, 2014 3 commits
  3. 26 Jun, 2014 1 commit
  4. 25 Jun, 2014 2 commits
  5. 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
  6. 20 Jun, 2014 1 commit
    • 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
  7. 17 Jun, 2014 1 commit
  8. 16 Jun, 2014 1 commit
  9. 12 Jun, 2014 2 commits
  10. 11 Jun, 2014 2 commits
  11. 10 Jun, 2014 1 commit
  12. 06 Jun, 2014 2 commits
  13. 05 Jun, 2014 1 commit
  14. 04 Jun, 2014 1 commit
  15. 03 Jun, 2014 2 commits
  16. 31 May, 2014 2 commits
  17. 22 May, 2014 1 commit
  18. 21 May, 2014 1 commit
  19. 20 May, 2014 1 commit
  20. 16 May, 2014 1 commit
  21. 15 May, 2014 2 commits
    • 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
    • jean-pierre charras's avatar
      DXF export: fix incorrect export of polygons having thick outline (like... · bb0804ec
      jean-pierre charras authored
      DXF export: fix incorrect export of polygons having thick outline (like zones): Thick segments of outline were drawn like lines with no thickness.
      Fix ( workaround only) crash (Windows only) when a quasi modal frame (like footprint viewer) was called from a dialog (like the component properties dialog in schematic editor).
      Very minor other fixes.
      bb0804ec
  22. 14 May, 2014 7 commits
  23. 13 May, 2014 3 commits