1. 02 Feb, 2015 1 commit
  2. 13 Oct, 2014 1 commit
  3. 04 Jul, 2014 1 commit
  4. 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
  5. 19 May, 2014 1 commit
  6. 09 May, 2013 1 commit
  7. 30 Mar, 2013 1 commit
  8. 08 Dec, 2012 1 commit
  9. 27 Nov, 2012 1 commit
  10. 05 Nov, 2012 1 commit
  11. 24 Sep, 2012 1 commit
  12. 30 Aug, 2012 1 commit
  13. 29 Aug, 2012 2 commits
  14. 09 Jun, 2012 1 commit
  15. 12 Apr, 2012 1 commit
    • Wayne Stambaugh's avatar
      Internal unit improvements and Pcbnew s-expression file format changes. · bed96be7
      Wayne Stambaugh authored
      * Move EDA_TEXT object into separate header and source file.
      * Compile EDA_TEXT class separately for BOARD_ITEM and SCH_ITEM units.
      * Compile PAGE_INFO  class separately for BOARD_ITEM and SCH_ITEM units.
      * Minor formatting tweaks to Pcbnew s-expression file.
      * Move internal unit formatting functions into BOARD_ITEM and SCH_ITEM.
      bed96be7
  16. 05 Apr, 2012 1 commit
  17. 23 Jan, 2012 1 commit
  18. 09 Jan, 2012 1 commit
  19. 07 Jan, 2012 1 commit
  20. 03 Jan, 2012 1 commit
  21. 30 Sep, 2011 1 commit
    • Wayne Stambaugh's avatar
      Application name capitalization fixes. · 4b853ded
      Wayne Stambaugh authored
      * Correct all user strings and comments for the correct capitalization of
        application names according to JP.  They are KiCad, Pcbnew, CvPcb,
        Eeschema, and GerbView.
      * Add a note the the user interface policy about the correct capitalization.
      4b853ded
  22. 19 Aug, 2011 1 commit
  23. 17 Feb, 2011 1 commit
  24. 16 Feb, 2011 1 commit
  25. 03 Feb, 2011 1 commit
  26. 30 Jan, 2011 1 commit
  27. 28 Jan, 2011 1 commit