jean-pierre charras
2ab98f76c1
Try to fix an issue on Ubuntu/Unity for some dialogs which are not displayed. For most, adding GetSizer()->Fit( this ) in dialog constructor fix the issue, but at least one dialog still is not displayed.
2014-11-19 15:22:47 +01:00
TomCC
1a550b8ef1
Fix Python BOM script bug when output file cannot be opened. (fixes:lp:1391904)
2014-11-17 13:03:56 -05:00
jean-pierre charras
1ebaf1371a
Fix remark 1 in Bug #1393277 (the option "use absolute paths" acts reversed: ticked exports relative paths, unticked exports absolute paths)
2014-11-17 14:55:26 +01:00
Garth Corral
79a1086089
Merge trunk @ 5288
2014-11-16 00:45:35 -08:00
Wayne Stambaugh
1dc5178095
Message panel consistency improvements and coding policy fixes.
...
* 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.
2014-11-15 14:06:05 -05:00
Blair Bonnett
a95b5693fc
Fix Linux desktop mime definitions to match FreeDesktop specification. (fixes lp:746710)
2014-11-15 09:14:01 -05:00
Camille
5729ee7ea5
Compile warning fixes and minor code policy fixes.
2014-11-15 08:43:23 -05:00
John Beard
71e5fb13e6
Segment message panel infromation improvements.
...
* Make "Drawing" string translatable.
* Add segment length to message panel.
* Add segment angle to message panel.
2014-11-15 08:09:59 -05:00
Maciej Suminski
9245b90392
Code formatting.
2014-11-14 20:19:00 +01:00
Tomasz Wlostowski
7721d02afe
gal/stroke_font: made text vertical alignment follow the non-GAL renderer.
2014-11-14 19:19:08 +01:00
Tomasz Wlostowski
33f3aca611
geometry: IsSolid() and Move() methods, segment overlap detection, some improvements in SHAPE_LINE_CHAIN class.
2014-11-14 19:18:31 +01:00
Tomasz Wlostowski
4e280f065f
P&S router: fixed shove force propagation incorrect issues causing improper via dragging.
2014-11-14 19:17:52 +01:00
Tomasz Wlostowski
4e67de5c15
P&S router bugfixes
...
- 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
2014-11-14 19:17:01 +01:00
Tomasz Wlostowski
80adf9d85b
router: multiple changes
...
- 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
2014-11-14 19:15:58 +01:00
Garth Corral
c3a3ac9da2
Merge trunk @ 5278
2014-11-14 09:04:21 -08:00
Nick Østergaard
32eb568ec4
Pcbnew place track menu entry hot key text fix.
2014-11-14 11:09:07 -05:00
Maciej Suminski
030e4795f0
Added an additional search path for GLEW (closing bug report 1247910).
2014-11-14 09:30:52 +01:00
jean-pierre charras
35c591166f
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.
2014-11-14 08:25:17 +01:00
Maciej Suminski
15aa24afe8
pcbnew: Modules can be selected with block selection tool without including texts & references (GAL).
2014-11-13 17:32:59 +01:00
Maciej Suminski
4eabe23104
pcbnew: Allows selecting module edges in module editor, when they are covered with other items (GAL).
2014-11-13 16:58:24 +01:00
Maciej Suminski
90c7c72d81
Reverted missing changes.
2014-11-13 16:37:15 +01:00
Maciej Suminski
7de3aa9af2
Reverted the last commit, apparently not every GLEW contains required definitions.
2014-11-13 16:30:30 +01:00
Maciej Suminski
1f8b77697f
gal: Check maximum framebuffer size (OpenGL).
2014-11-13 16:17:53 +01:00
Maciej Suminski
1855db5493
pcbnew: Fix persistent multiple items selection box that stays after selecting a polygon/line (GAL).
2014-11-13 14:11:26 +01:00
unknown
d54675b56b
Fix bug in IDF export (plus minor cleaning up of IDF/VRML export)
2014-11-13 12:29:05 +01:00
Maciej Suminski
d84567ae40
pcbnew: fixes crash when a new part footprint is changed.
2014-11-13 11:06:41 +01:00
jean-pierre charras
f5fd471dd9
Pcbnew: fix Bug #1392087 ( adhesive layer plot broken ).
2014-11-13 09:00:28 +01:00
Garth Corral
7edce2fa16
Merge trunk @ 5266
2014-11-12 21:01:25 -08:00
Alexander Golubev
1aec1f5985
An ugly if condition replaced with a CACHE'd cmake variable in CMakeList.txt.
2014-11-12 21:09:47 -05:00
Adam Wolf
174c62440b
Fix previous version of patches/wxwidgets-3.0.2_macosx_yosemite.patch.
2014-11-12 19:38:18 -05:00
Wayne Stambaugh
37da6766ec
Update avhttp-master.zip to the latest version so Boost 1.57 can be used to build KiCad.
2014-11-12 19:13:27 -05:00
jean-pierre charras
8da93abcb8
Polygon tools: update Clipper lib to 6.2.1
...
Minor doc update.
2014-11-12 18:58:39 +01:00
unknown
b411b240f2
bitmap2component: Add a layer selection to export a logo for Pcbnew from a Cirilo Bernardo's patch.
...
Apply patch from Cirilo Bernardo with some minor changes: mainly allows also the solder mask layer and keep ref and value fields on the silk layer.
2014-11-12 17:59:12 +01:00
unknown
9524ad1f17
Cvpcb: fix bug Bug #1386933 (Horizontal scrollbars not appearing in CvPcb)
2014-11-12 11:46:40 +01:00
jean-pierre charras
9e6ed2b75f
Eeschema plot: fix Bug #1391538 (eeschema PS/PDF export, objects have wrong Z-order )
2014-11-12 11:32:02 +01:00
Blair Bonnett
1188cd433b
Fix wxWidgets debug assertion for wxTextCtrl::IsSingleLine() in GTK.
...
* 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.
2014-11-09 14:24:37 -05:00
Garth Corral
a0e0958cec
Merge trunk @ 5258
2014-11-08 14:21:46 -08:00
jean-pierre charras
f877a1159e
Fix python scripting issue (EDA_RECT not mapped)
2014-11-08 14:30:39 +01:00
jean-pierre charras
6a93777a51
Polyline.h: remove useless class CRect. Use the more powerful EDA_RECT instead. Clean and remove duplicate code.
2014-11-08 13:25:29 +01:00
Garth Corral
a2bff761c3
- Revert some local build changes that slipped in inadvertently
...
- Remove a local patch that was added to trunk as wxwidgets-3.0.0_macosx_scrolledwindow.patch
2014-11-06 20:06:29 -08:00
Garth Corral
f5a8689385
Merge trunk @ 5256
2014-11-06 20:01:54 -08:00
Garth Corral
3764021ef7
Add patch for wxWidgets 3 to fix scrolling on OSX.
2014-11-06 19:50:08 -05:00
Garth Corral
5c3cc11ed5
Fix debug assertion when clicking on hot key menu. (fixes lp:1389932)
2014-11-06 15:56:34 -05:00
Adam Wolf
5f6f59ef2e
Fix OSX bundle library write permission bug.
2014-11-06 13:36:07 -05:00
jean-pierre charras
f55a436d58
map class CPolyLine (used in zones) in Python.
2014-11-06 16:27:22 +01:00
Alexander Golubev
483a7b2747
A small cmake enhancement:
...
An ugly if-condition replaced with a CACHE'd cmake variable.
2014-11-05 19:39:36 +03:00
Gilbert
9f6d1d0ea7
Update the kicad-install.sh script to work with Fedora 20.
2014-11-04 14:32:22 -05:00
Adam Wolf
e9a25ceba9
Added patch for wxWidgets 3.0.2 for Mac OSX 10.10 (Yosemite).
...
* Patch was taken from https://trac.macports.org/ticket/44524 for the upstream
bug of http://trac.wxwidgets.org/ticket/16329 .
2014-11-04 14:24:22 -05:00
Garth Corral
c9d3fd6d89
Merge trunk @5250
2014-11-03 09:06:13 -08:00
jean-pierre charras
24f516f6ae
Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc.
2014-11-02 17:25:04 +01:00