1. 23 Dec, 2014 1 commit
    • jean-pierre charras's avatar
      Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; · bc230f76
      jean-pierre charras authored
      Fix issue when using a page layout file in project folder: eeschema and Pcbnew did not use it, unless using an absolute path.
      Now, if the file path is nor absolute, it is seen as relative to the project (which is the expected behavior)
      fp lib wizard: when pcbnew id compiled with USE_GITHUB_PLUGIN=OFF, the github plugin option is no more accessible (and the web viewer no more used).
      bc230f76
  2. 27 Nov, 2014 2 commits
  3. 26 Nov, 2014 1 commit
  4. 15 Nov, 2014 1 commit
  5. 14 Nov, 2014 4 commits
  6. 02 Nov, 2014 1 commit
  7. 30 Sep, 2014 1 commit
  8. 28 Sep, 2014 1 commit
  9. 16 Sep, 2014 1 commit
  10. 24 Aug, 2014 1 commit
  11. 13 Aug, 2014 1 commit
  12. 27 Jul, 2014 1 commit
  13. 09 Jul, 2014 12 commits
  14. 07 Jul, 2014 1 commit
  15. 29 Jun, 2014 1 commit
  16. 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
  17. 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
  18. 23 Jun, 2014 1 commit
  19. 06 Jun, 2014 1 commit
  20. 05 Jun, 2014 1 commit
  21. 04 Jun, 2014 1 commit
  22. 03 Jun, 2014 1 commit
  23. 01 Jun, 2014 1 commit
  24. 31 May, 2014 1 commit
  25. 29 May, 2014 1 commit