- 23 Dec, 2014 1 commit
-
-
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).
-
- 27 Nov, 2014 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 26 Nov, 2014 1 commit
-
-
Angus Gratton authored
-
- 15 Nov, 2014 1 commit
-
-
Camille authored
-
- 14 Nov, 2014 4 commits
-
-
Maciej Suminski authored
-
Tomasz Wlostowski authored
-
Tomasz Wlostowski authored
- fixed walkaround bug causing unwanted overlap/clearance violation when the first segment of trace being laid intersects the obstacle's hull at the same point twice (ie. goes in, turns around and goes out). - fixed placer bug not splitting the start segment after toggling via placement or changing trace width
-
Tomasz Wlostowski authored
- re-worked PNS_LINE_PLACER and PNS_ROUTER classes a bit, removing duplicate class members - cleaned up Andrew's blind/buried via fixes - fixed 'custom via width' dialog bug updating the width even when closed/cancelled - fixed incorrect radius of drawn microvias
-
- 02 Nov, 2014 1 commit
-
-
jean-pierre charras authored
Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc.
-
- 30 Sep, 2014 1 commit
-
-
Andrew Zonenberg authored
-
- 28 Sep, 2014 1 commit
-
-
jean-pierre charras authored
Also update main toolbar track width and via size info in pns router mode, when starting a track, and other very minor update issue.
-
- 16 Sep, 2014 1 commit
-
-
Tomasz Wlostowski authored
-
- 24 Aug, 2014 1 commit
-
-
jean-pierre charras authored
Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. code cleanup.
-
- 13 Aug, 2014 1 commit
-
-
Tomasz Włostowski authored
-
- 27 Jul, 2014 1 commit
-
-
Andrew Zonenberg authored
-
- 09 Jul, 2014 12 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
Reworked the way of processing events in TOOL_MANAGER class. Added GetCommandStr() for TOOL_EVENT class.
-
Maciej Suminski authored
-
Maciej Suminski authored
Removed TOOL_ACTIONs: selectionSingle, selectionClear. SELECTION_TOOL methods are called directly instead.
-
Maciej Suminski authored
Moved View related routines & fields from PCB_{BASE,EDIT}_FRAME & BOARD to PCB_DRAW_PANEL_GAL.
-
- 07 Jul, 2014 1 commit
-
-
Maciej Suminski authored
-
- 29 Jun, 2014 1 commit
-
-
Dick Hollenbeck authored
-
- 25 Jun, 2014 1 commit
-
-
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.
-
- 24 Jun, 2014 1 commit
-
-
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.
-
- 23 Jun, 2014 1 commit
-
-
Kirill Mavreshko authored
-
- 06 Jun, 2014 1 commit
-
-
Maciej Suminski authored
-
- 05 Jun, 2014 1 commit
-
-
Bernhard Stegmaier authored
-
- 04 Jun, 2014 1 commit
-
-
Maciej Suminski authored
-
- 03 Jun, 2014 1 commit
-
-
Maciej Suminski authored
-
- 01 Jun, 2014 1 commit
-
-
Tomasz Wlostowski authored
-
- 31 May, 2014 1 commit
-
-
Maciej Suminski authored
-
- 29 May, 2014 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix a minor bug: in zones with no net, only the zone clerance was used to created clearence, regardless the pad or footprint local clerance. Very minor other fixes.
-