- 12 Mar, 2014 1 commit
-
-
Maciej Suminski authored
Workarounded SWIG problems (does not support nested C++ classes, more on the subject: http://www.swig.org/Doc1.3/SWIGPlus.html#SWIGPlus_nested_classes).
-
- 10 Mar, 2014 1 commit
-
-
Marco Serantoni authored
-
- 09 Mar, 2014 1 commit
-
-
jean-pierre charras authored
-
- 08 Mar, 2014 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Rework on 3D viewer (work in progress): Disable or enable layers, grid or 3D footprint shapes should be now faster.
-
- 07 Mar, 2014 1 commit
-
-
Wayne Stambaugh authored
* Make block rotate command honor the rotation angle setting. Thank you Umesh Mohan <mohan.umesh@gmail.com> for the patch. * Change block rotate undo command from UR_ROTATE to UR_CHANGED so consecutive rotations do not lead to round errors and for proper undo in case the user changes the rotation angle setting between block rotations.
-
- 06 Mar, 2014 2 commits
-
-
Wayne Stambaugh authored
-
Maciej Suminski authored
-
- 05 Mar, 2014 4 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 03 Mar, 2014 2 commits
-
-
Maciej Suminski authored
-
Martin Janitschke authored
-
- 01 Mar, 2014 1 commit
-
-
Martin Janitschke authored
* Handle different item global deletions correctly. No more removing of text if graphics is selected. * Layer settings are always obeyed for modules, zones, text, and graphics. * Text will be removed from copper layers if all layers are selected or according to the current layer. * Added check boxes for "normal" and "locked" footprints to be consistent with the naming for the track deletion options.
-
- 28 Feb, 2014 4 commits
-
-
jean-pierre charras authored
-
Fabrizio Tappero authored
Commit patch about cvpcb, pcbnew and layout editor menu items, with 3 menu labels modified in Eeschema.
-
jean-pierre charras authored
Fix also other very minor issues. Realistic mode shows or not the copper thickness (depending on selected option in preferences) to speed up the screen redraw.
-
Maciej Suminski authored
-
- 27 Feb, 2014 2 commits
-
-
Marco Serantoni authored
Fix for bug #1285878, build fails with clean repository and high parallelism due missing dependance between router and pcbcommon
-
Martin Janitschke authored
-
- 26 Feb, 2014 1 commit
-
-
Marco Serantoni authored
[MacOSX] Avoid race between cmake -E copy_directory, which triggers a build error when using an high parallelism
-
- 25 Feb, 2014 1 commit
-
-
Maciej Suminski authored
Renamed BOARD_CONNECTED_ITEM::SetNet() -> SetNetCode() Added BOARD_CONNECTED_ITEM::GetNet() for accessing NETINFO_ITEM* of a given item. Fixed module editor crash when launched to edit a module from a PCB. Replaced some BOARD::FindNet( item->GetNet() ) calls with BOARD_CONNECTED_ITEM::GetNet().
-
- 21 Feb, 2014 2 commits
-
-
Marco Serantoni authored
-
Maciej Suminski authored
-
- 19 Feb, 2014 1 commit
-
-
Marco Serantoni authored
-
- 18 Feb, 2014 2 commits
-
-
Marco Serantoni authored
-
jean-pierre charras authored
-
- 17 Feb, 2014 1 commit
-
-
Marco Serantoni authored
-
- 15 Feb, 2014 2 commits
-
-
Marco Serantoni authored
-
Cirilo Bernardo authored
Fix minor bug in eeschema (opening a relative path does not work) (patch from HennerZeller).
-
- 14 Feb, 2014 1 commit
-
-
Marco Serantoni authored
-
- 13 Feb, 2014 1 commit
-
-
jean-pierre charras authored
Fix a minor error in class D_PAD: void D_PAD::Flip( int Y ) changed to virtual void D_PAD::Flip( const wxPoint& aCentre ) (as defined in BOARD_ITEM) Scripting: fix compatibility current pcbnew version in 2 examples and the default extension of board files in board.i (was .kicad_brd, now is .kicad_pcb)
-
- 12 Feb, 2014 4 commits
-
-
Miguel Angel Ajo authored
-
Maciej Suminski authored
Fixed case for the footprint legacy plugin when added module's do not have set parent (BOARD). Added copyright notice for pcbnew/class_netinfolist.cpp (feel free to correct, it is just copied from corresponding header file).
-
jean-pierre charras authored
gr_basic.cpp: rewrite the function which draws the outlines of a thick segment.
-
Nick Østergaard authored
-
- 11 Feb, 2014 2 commits
-
-
Fabrizio Tappero authored
-
Maciej Suminski authored
-
- 10 Feb, 2014 1 commit
-
-
Lorenzo Marcantonio authored
Factored out the next-pad-number function
-