kicad/pcbnew/tools
Dick Hollenbeck 4578ea8b9e 1) Add 32 Cu Layers.
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.
2014-06-24 11:17:18 -05:00
..
bright_box.cpp Upstream merge. 2014-04-02 15:38:59 +02:00
bright_box.h Upstream merge. 2014-04-02 15:38:59 +02:00
common_actions.cpp Placing the grid origin is possible with GAL. 2014-06-04 17:46:43 +02:00
common_actions.h Placing the grid origin is possible with GAL. 2014-06-04 17:46:43 +02:00
drawing_tool.cpp 1) Add 32 Cu Layers. 2014-06-24 11:17:18 -05:00
drawing_tool.h Activation of any drawing/placement tool clears current selection. 2014-04-01 14:06:19 +02:00
edit_constraints.cpp Added EC_SNAPLINE to make possible snapping EDIT_LINES by their ends rather than by its center. 2014-04-02 15:57:21 +02:00
edit_constraints.h Added EC_SNAPLINE to make possible snapping EDIT_LINES by their ends rather than by its center. 2014-04-02 15:57:21 +02:00
edit_points.cpp Refactoring EDIT_POINTS, part 1: separated functions that operate on EDIT_POINTS and EDIT_LINES. 2014-04-01 17:18:43 +02:00
edit_points.h Added EC_SNAPLINE to make possible snapping EDIT_LINES by their ends rather than by its center. 2014-04-02 15:57:21 +02:00
edit_tool.cpp Removed an unused parameter from TOOL_BASE::getModel<T>() method. 2014-06-06 14:59:25 +02:00
edit_tool.h Single items are dragged by their origin in GAL canvas. 2014-06-05 09:55:53 +02:00
pcb_tools.cpp TOOL_MANAGER is no longer static. Reworked autoregistration of TOOL_ACTIONs. 2014-05-14 16:29:53 +02:00
pcbnew_control.cpp 1) Add 32 Cu Layers. 2014-06-24 11:17:18 -05:00
pcbnew_control.h Placing the grid origin is possible with GAL. 2014-06-04 17:46:43 +02:00
point_editor.cpp Removed an unused parameter from TOOL_BASE::getModel<T>() method. 2014-06-06 14:59:25 +02:00
point_editor.h Refactoring EDIT_POINTS, part 2: replaced index numbers with constants. 2014-04-01 17:41:24 +02:00
selection_area.cpp Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
selection_area.h Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
selection_tool.cpp 1) Add 32 Cu Layers. 2014-06-24 11:17:18 -05:00
selection_tool.h Minor code cleaning. 2014-06-04 18:01:01 +02:00