- 24 Jun, 2014 2 commits
-
-
Dick Hollenbeck authored
-
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.
-
- 11 Jun, 2014 3 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
to a new BOARD in the footprint editor. This is PAGE_INFO::A4 and company. *) Remove static storage of the BOARD in the module editor.
-
- 10 Jun, 2014 2 commits
-
-
jean-pierre charras authored
-
Dick Hollenbeck authored
Change class PROJECT to use a generalized wxString in place of the RETAINED_PATH items, so that new session and project specific strings of any purpose can be saved there, for the life of a session.
-
- 08 Jun, 2014 1 commit
-
-
unknown authored
-
- 07 Jun, 2014 1 commit
-
-
jean-pierre charras authored
Page layout editor: fix bad initialization on startup, which can crash pl_editor when trying to edit an item. Minor other fixes.
-
- 06 Jun, 2014 5 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
Tomasz Wlostowski authored
-
- 05 Jun, 2014 5 commits
-
-
unknown authored
-
Bernhard Stegmaier authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 04 Jun, 2014 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 05 Jun, 2014 1 commit
-
-
Dick Hollenbeck authored
Fix segfault when deleting last user path from eeschema libpaths and then pressing cancel.
-
- 04 Jun, 2014 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 03 Jun, 2014 5 commits
-
-
Dick Hollenbeck authored
remove global g_UserLibDirBuffer which was a project specific global, and no longer used with FP_LIB_TABLE support.
-
Dick Hollenbeck authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 02 Jun, 2014 4 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
.kicad_mod files: always save the "last edited date" because only the footprint editor changes this parameter. Usefull to know if/when a footprint was actually modified. Also fix a minor issue in footprint editor which always set the "modified" flag even when no change was made.
-
Maciej Suminski authored
-
- 01 Jun, 2014 4 commits
-
-
jean-pierre charras authored
-
unknown authored
-
Tomasz Wlostowski authored
-
jean-pierre charras authored
-
- 31 May, 2014 2 commits
-
-
jean-pierre charras authored
-
Maciej Suminski authored
-