1. 15 Feb, 2015 1 commit
  2. 25 Jan, 2015 1 commit
  3. 02 Nov, 2014 1 commit
  4. 14 Jul, 2014 1 commit
  5. 09 Jul, 2014 1 commit
  6. 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
  7. 06 Jun, 2014 1 commit
  8. 14 May, 2014 1 commit
  9. 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
  10. 07 Apr, 2014 1 commit
  11. 20 Mar, 2014 1 commit
  12. 12 Mar, 2014 1 commit
  13. 27 Feb, 2014 1 commit
    • Maciej Suminski's avatar
      Added VIEW::ToWorld( double ). · e6598e9d
      Maciej Suminski authored
      TOOL_EVENT message is supposed to contain string as parameter.
      Added missing header for class_drawsegment.h (KiROUND).
      Renamed SELECTION_TOOL::containsSelected() to SELECTION_TOOL::selectionContains().
      e6598e9d
  14. 21 Feb, 2014 1 commit
    • Maciej Suminski's avatar
      Revisiting GAL: · 5ac69977
      Maciej Suminski authored
      - VIEW_ITEM::ViewUpdate() does not update items immediately. Now it marks them to be updated and the real update occurs on the next rendering frame.
      - VIEW::InvalidateItem() made private.
      - VIEW_LAYER::enabled -> visible
      - Some functions moved to header files.
      5ac69977
  15. 13 Feb, 2014 1 commit
  16. 06 Feb, 2014 1 commit
  17. 04 Feb, 2014 1 commit
  18. 20 Dec, 2013 1 commit
  19. 02 Dec, 2013 1 commit
  20. 13 Nov, 2013 1 commit
  21. 02 Nov, 2013 1 commit
    • Dick Hollenbeck's avatar
      *) Start removing some of the problematic "<%s>.." format strings, which won't · 42ef7f62
      Dick Hollenbeck authored
         pass into an HTML rendering panel and otherwise look goofey.
      *) Implement BOARD::Move() can call it from EAGLE_PLUGIN::Load().
      *) When USE_FP_LIB_TABLE, tolerate blank nicknames in FPIDs coming from eeschema.
         See the switch for this in pcbnew/netlist.cpp as ALLOW_PARTIAL_FPID.
      *) Add an assert and a try catch block to figure out that View does not
         like some eagle pcb board.  bitset::set() is getting a -1 value and firing
         an exception.
      42ef7f62
  22. 14 Oct, 2013 3 commits
  23. 02 Oct, 2013 2 commits
  24. 01 Oct, 2013 1 commit
  25. 27 Sep, 2013 1 commit
  26. 24 Sep, 2013 2 commits
  27. 20 Sep, 2013 1 commit
  28. 19 Sep, 2013 1 commit
  29. 18 Sep, 2013 4 commits
  30. 16 Sep, 2013 1 commit
  31. 13 Sep, 2013 2 commits
  32. 12 Sep, 2013 1 commit