- 03 Dec, 2014 1 commit
-
-
jean-pierre charras authored
BOM dialog: remove a not very useful button, and merge its function with an other (not perfect, need more work) Add message box to show info added in BOM python scripts (See scripts/bom-in-python/README-bom.txt about this info)
-
- 01 Dec, 2014 1 commit
-
-
jean-pierre charras authored
Pcbnew, export Solder masks in Gerber Format: fix not working export when the solder mask minimal width is not 0 (the exported shapes were the same as if the vule = 0) with boost version >= 1.56 This is due to the fact the boost::pylygon function resize ( a inflate/deflate function) used for calculations does not work with boost version >= 1.56. Use Clipper inflate/deflate function instead. It is faster and works fine.
-
- 30 Nov, 2014 1 commit
-
-
jean-pierre charras authored
Modify usage of Inflate/deflate polygon in zone calculations, in order to be compatible with boost::polygon >= 1.56 Some code cleanup.
-
- 29 Nov, 2014 1 commit
-
-
jean-pierre charras authored
-
- 27 Nov, 2014 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 26 Nov, 2014 1 commit
-
-
Angus Gratton authored
-
- 24 Nov, 2014 1 commit
-
-
Maciej Suminski authored
-
- 21 Nov, 2014 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 19 Nov, 2014 2 commits
-
-
Blair Bonnett authored
-
jean-pierre charras authored
-
- 17 Nov, 2014 1 commit
-
-
jean-pierre charras authored
Fix remark 1 in Bug #1393277 (the option "use absolute paths" acts reversed: ticked exports relative paths, unticked exports absolute paths)
-
- 15 Nov, 2014 3 commits
-
-
Wayne Stambaugh authored
* Make title capitalization consistant. * Replace some instances of module with footprint. * Use angle instead of orientation where appropriate. * Remove abbreviations where it made sense. * Coding policy fixes.
-
Camille authored
-
John Beard authored
* Make "Drawing" string translatable. * Add segment length to message panel. * Add segment angle to message panel.
-
- 14 Nov, 2014 6 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
-
Nick Østergaard authored
-
jean-pierre charras authored
Pcbnew: fix Bug #1391561 (PCBNew segfaults on BOM creation). Does not happen on all platforms. Could be due to use of data just previoulsy deleted. Very minor other changes.
-
- 13 Nov, 2014 7 commits
-
-
Maciej Suminski authored
pcbnew: Modules can be selected with block selection tool without including texts & references (GAL).
-
Maciej Suminski authored
pcbnew: Allows selecting module edges in module editor, when they are covered with other items (GAL).
-
Maciej Suminski authored
pcbnew: Fix persistent multiple items selection box that stays after selecting a polygon/line (GAL).
-
unknown authored
-
Maciej Suminski authored
-
jean-pierre charras authored
-
Wayne Stambaugh authored
-
- 09 Nov, 2014 1 commit
-
-
Blair Bonnett authored
* Fix assertions in Eeschema when editing net labels, electronic rules check, and plotting. * Fix assertion when opening PCB calculator. * Fix assertions in Pcbnew when changing footprints in footprint properties dialog and adding or editing text.
-
- 08 Nov, 2014 1 commit
-
-
jean-pierre charras authored
Polyline.h: remove useless class CRect. Use the more powerful EDA_RECT instead. Clean and remove duplicate code.
-
- 06 Nov, 2014 1 commit
-
-
jean-pierre charras authored
-
- 02 Nov, 2014 2 commits
-
-
jean-pierre charras authored
Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc.
-
Marco Ciampa authored
-
- 31 Oct, 2014 5 commits
-
-
Michal Jahelka authored
-
jean-pierre charras authored
Fix minor issues about translated strings and coding style. Add comment relative to file function info in X1 gerber file format.
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
Pcbnew: Console python: use a wxMiniFrame to show the console and remove the management by a EDA_PANEINFO, which was not the right way to manage this console.
-