jean-pierre charras
59dfc053c2
Cosmetic enhancements: fix incorrect icons.
12 years ago
Maciej Suminski
2619ceae03
PNS formatting code.
12 years ago
Maciej Suminski
b1a19b1225
Setting proper tool for submenus of CONTEXT_MENU class.
12 years ago
Maciej Suminski
3ef78c66bf
Brighter colors for pad net labels.
12 years ago
Maciej Suminski
0e69277074
Fix for vertical/horizontal (using Ctrl/Shift + mousewheel) panning in GAL canvas.
12 years ago
Maciej Suminski
4f678a919c
Fixed invisible buttons in PNS settings dialog (at least for some GTK themes).
12 years ago
unknown
764c18bde1
OSX install script fixes.
12 years ago
jean-pierre charras
70ce6d2825
Idf tools: Minor change for OSX compatibility (some from a patch from stegmaier@sw-systems.de)
12 years ago
unknown
3af4bf66a2
Idf tools: Minor change for OSX compatibility
12 years ago
jean-pierre charras
771ac33c80
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.
12 years ago
Maciej Suminski
707f5cd6e6
bugfix 1324144: broken PNS dragging
12 years ago
unknown
47c1edd7ca
Add patch about idf export (from cirilo_bernardo), with a fix for Windows.
12 years ago
Maciej Suminski
b9246dd463
bugfix #1323135 : PNS creates vias with giant holes.
12 years ago
unknown
6652bcdc5f
Add patch about idf export (from cirilo_bernardo)
12 years ago
Dick Hollenbeck
e585f2d205
A hopeful fix for bug lp:1322354
12 years ago
Dick Hollenbeck
c8479cdd2b
remove unused single_top.c function.
12 years ago
Dick Hollenbeck
b9b80b48b7
change to fatal error in kicad/kicad.cpp Kiface() stub.
12 years ago
jean-pierre charras
afc5d13172
Apply a workaround in 3D_draw.cpp to avoid crash in boost::polygon (try to fix Bug #1322804 )
This workaround was already used (bzr 4301, in file plot_board_layers.cpp) also to avoid similar crashes (uses 18 segments instead of 16 to approximate a circle by segments).
Minor code cleanup in dialog_plot.
12 years ago
unknown
3802629adc
Fix kicad_plugin.cpp coding style fully broken by commit 4887 (patch from Orson, AKA maciej suminski).
12 years ago
Bernhard Stegmaier
0d5c7f4461
mac fixes
12 years ago
Maciej Suminski
3087c05a5d
Bugfix #1322914 : pcbnew crashes when opening a file
12 years ago
Tomasz Wlostowski
c87baa9d22
router: fix segfault when trying to shove a line that forms a closed loop.
12 years ago
Wayne Stambaugh
0db76ecb14
Add gerber file attributes to road map.
12 years ago
Wayne Stambaugh
012b508622
Add DRC and website improvements to road map.
12 years ago
Maciej Suminski
537a97cf52
Ratsnest is computed for legacy boards in GAL view.
12 years ago
Maciej Suminski
dd1fcd0588
Fix for context menu hanging up in GAL.
12 years ago
Tomasz Wlostowski
b688f9bc20
math_util: speed up rescaling on 64-bit platforms by using native 128-bit types
12 years ago
Maciej Suminski
655721d9ae
Added missing changes required for updating footprints with the module editor.
12 years ago
Maciej Suminski
957f959e90
Fixed bug 1321936: changing a footprint for a set of modules relocates them in GAL canvas.
Changes introduced by the module editor are updated in GAL canvas.
12 years ago
Maciej Suminski
69816d8704
The GAL view uses colors settings from the legacy canvas.
Minor refactoring of PAINTER & RENDER_SETTINGS classes.
12 years ago
Lorenzo Marcantonio
07877f9044
Replaced the display line clipper with the way simpler (and faster) Cohen-Sutherland one.
A couple of trivial accessors made inline
12 years ago
Dick Hollenbeck
f7c1372d58
set( wxWidgets_CONFIG_OPTIONS --static=no ) for platforms using wx-config
12 years ago
Dick Hollenbeck
2fa082f698
fix bug lp:1319839
12 years ago
Maciej Suminski
f31f92e45e
Fixes the bug that causes pcbnew crash, when there are multiple net classes and the plot dialog was opened.
Changed NETCLASS* to boost::shared_ptr<NETCLASS>.
12 years ago
Dick Hollenbeck
f49e9a285f
fix compiler warnings
12 years ago
jean-pierre charras
cfa67aa218
Pcbnew: plot dialog: remove obscure and useless option about texts which are not value or reference.
cosmetic enhancement in dialog.
page layout: fix bug Bug #1320839 (canvas refresh countinously called when moving an item)
12 years ago
Wayne Stambaugh
4e9582c3ab
Add road map to developer's documentation.
- Create KiCad road map document.
- Add road map to developer's documentation.
- A separate road map build command to CMake so the road map can be built
separately for use in websites.
- Update .bzrignore to ignore road map files generated by Doxygen.
12 years ago
Maciej Sumiński
c97afea468
Upstream merge.
12 years ago
Maciej Sumiński
46020e20de
Merged the new Interactive Push and Shove router.
Do not pay attention to add/remove files - it seems there may be a bug in git-bzr-ng plugin. I have checked them, they stayed exactly the same as before.
12 years ago
jean-pierre charras
d54ade9403
Rework on DXF export.
12 years ago
Lorenzo Marcantonio
073a9e1724
TRACK::GetTrack can now be told to confine search to the netlist and/or force the sequential (restartable) algorithm
Reworked the collinear track routines. Cleanup should be faster given the above modification.
12 years ago
jean-pierre charras
41e41b95f8
Plot DXF: better generation of filled zone polygons.
12 years ago
Lorenzo Marcantonio
645e17684d
Pull unfilled polygon drawing thru the line clipper; GTK mess up even in this case and the sheet border lines glitch on the screen at high zoom otherwise in pcbnew.
12 years ago
Maciej Suminski
51ee6916ec
Removed header files from CMakeLists.txt.
12 years ago
Lorenzo Marcantonio
6d17ad712c
Made the project default text size apply to all text things in eeschema, instead of the hardcoded value
12 years ago
Maciej Suminski
ad1b138f28
Reformatted PNS code to conform the coding policy.
12 years ago
Maciej Suminski
ebf35fd43a
Workaround for Mac OS, fixes focus after a mouse click.
12 years ago
Maciej Suminski
4fcaf4c586
Minor BOARD_DESIGN_SETTINGS refactoring.
Removed SetCurrentClassName() (it was not used anywhere and less safe than SetCurrentClass()).
Added BOARD_DESIGN_SETTIGNS::GetDefault() to make some pieces of shorter and clearer.
12 years ago
Maciej Suminski
b2a5b2f329
Scripting fix.
12 years ago
jean-pierre charras
bb0804ec29
DXF export: fix incorrect export of polygons having thick outline (like zones): Thick segments of outline were drawn like lines with no thickness.
Fix ( workaround only) crash (Windows only) when a quasi modal frame (like footprint viewer) was called from a dialog (like the component properties dialog in schematic editor).
Very minor other fixes.
12 years ago