- 30 Apr, 2015 1 commit
-
-
Maciej Suminski authored
-
- 17 Apr, 2015 1 commit
-
-
Maciej Suminski authored
-
- 30 Mar, 2015 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 10 Mar, 2015 1 commit
-
-
Maciej Suminski authored
-
- 18 Feb, 2015 1 commit
-
-
Maciej Suminski authored
-
- 17 Feb, 2015 1 commit
-
-
Tomasz Włostowski authored
-
- 15 Feb, 2015 1 commit
-
-
Maciej Suminski authored
-
- 25 Jan, 2015 1 commit
-
-
Maciej Suminski authored
-
- 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 Oct, 2014 1 commit
-
-
Garth Corral authored
Committing this separately from the rest to ease making a patch for just this functionality in case that it might make it into the trunk. This can function standalone, though it is less useful without the rest. It requires that wxwidgets-3.0.0_macosx_magnify_event.patch be applied to wxWidgets It is completely optional; everything is guarded by the USE_OSX_MAGNIFY_EVENT macro. - Added OnMagnify event handler to EDA_DRAW_PANEL, EDA_3D_CANVAS and the helper for EDA_DRAW_PANEL_GAL, WX_VIEW_CONTROLS. This should cover canvases all current tools. - Guarded all with USE_OSX_MAGNIFY EVENT feature macro and added support in CMakeLists.txt
-
- 14 Jul, 2014 1 commit
-
-
Maciej Suminski authored
-
- 09 Jul, 2014 1 commit
-
-
Maciej Suminski authored
-
- 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.
-
- 06 Jun, 2014 1 commit
-
-
Tomasz Wlostowski authored
-
- 14 May, 2014 1 commit
-
-
Tomasz Włostowski authored
-
- 25 Apr, 2014 1 commit
-
-
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
-
- 07 Apr, 2014 1 commit
-
-
Maciej Suminski authored
-
- 20 Mar, 2014 1 commit
-
-
Maciej Suminski authored
Screen size is saved in VECTOR2I instead of VECTOR2D.
-
- 12 Mar, 2014 1 commit
-
-
Maciej Suminski authored
-
- 27 Feb, 2014 1 commit
-
-
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().
-
- 21 Feb, 2014 1 commit
-
-
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.
-
- 13 Feb, 2014 1 commit
-
-
Maciej Suminski authored
-
- 06 Feb, 2014 1 commit
-
-
Maciej Suminski authored
-
- 04 Feb, 2014 1 commit
-
-
Maciej Suminski authored
-
- 20 Dec, 2013 1 commit
-
-
Maciej Suminski authored
-
- 02 Dec, 2013 1 commit
-
-
Maciej Suminski authored
-
- 13 Nov, 2013 1 commit
-
-
Maciej Suminski authored
Fixes the case, when waste is never greater then the worst case and seeds assignment does not occur.
-
- 02 Nov, 2013 1 commit
-
-
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.
-
- 14 Oct, 2013 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
template<> -> template <> Some more reformatting according to uncrustify results.
-
Maciej Suminski authored
-
- 02 Oct, 2013 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
Added typedefs for VIEW_GROUP iterators. Fixed improper order of layer drawing for VIEW_GROUP items.
-
- 01 Oct, 2013 1 commit
-
-
Maciej Suminski authored
VIEW_GROUP now does not change depth during drawing. Introduced functions for manipulating stored items. FIxed problem of overlay being covered by other layers while panning. Few minor fixes.
-
- 27 Sep, 2013 1 commit
-
-
Maciej Suminski authored
-
- 24 Sep, 2013 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 20 Sep, 2013 1 commit
-
-
Maciej Suminski authored
-