stambaughw
5114b863e5
EESchema UI normalization and configuration updates and Gerbview parser bug fix.
...
* All - add wxList implementation for dynamic declaration of application settings.
* EESchema: remove non-standard fonts and dialog button text colors from all UI controls.
* EESchema: update project file and application settings from static to dynamic method.
* EESchema: save and restore show hidden pins state between sessions.
* EESchema: global variable reductions.
* EESchema: use EVT_UPDATE_UI instead of SetToolbars() to set control states.
* EESchema: remove unused DialogBlocks BOM dialog project file.
* GerbView: remove non-standard fonts and dialog button text colors from all UI controls.
* GerbView: fix infinite loop when parsing RS274X aperture definitions with whitespace.
* GerbView: add file name to export to PCBNew select layer dialog.
2009-04-29 17:09:00 +00:00
stambaughw
b833a46bad
More header file realignments to reduce recompiling and general code cleaning.
2009-02-04 15:25:03 +00:00
charras
5c4c584b93
Cleaning code in print dialogs.
2009-01-17 17:32:20 +00:00
charras
962b8b0ead
Added: patch from Rok Markovic, and some changes in printing functions
2009-01-15 14:32:29 +00:00
charras
b27bbe9cac
Eeschema+Pcbnew: code cleanup and refinements in plot SVG format
2009-01-13 19:18:54 +00:00
charras
19e5bc3b01
Added: Pcbnew print SVG format (see changelog)
2009-01-11 19:12:18 +00:00
charras
31e3e98522
Print and plot functions now properly prints all sheets in a complex hierarchy
2009-01-08 20:29:07 +00:00
charras
00dadcbbdd
Print function now properly prints all sheets in a complex hierarchy.Plot functions not yet updated
2009-01-07 20:09:03 +00:00
dickelbeck
b603580355
WinEDA_BasePcbFrame::m_Pcb is now private, use GetBoard() to access it.
2009-01-05 05:21:35 +00:00
charras
f1eb69a1a3
more about texts and labels options under eeschema
2008-12-20 13:12:57 +00:00
stambaughw
1ecea828c2
Initial ground work for zoom improvements and minor build updates.
2008-12-19 13:51:48 +00:00
stambaughw
2611a54791
Convert global and embedded application pointers to wxGetApp()
2008-12-08 15:27:13 +00:00
stambaughw
f966097d5a
Improved grid implementation, 3D viewer debug assertion fix, moved drawpanel.cpp to common library, and added WinEDA_Appl declaration.
2008-12-05 16:03:05 +00:00
dickelbeck
aab39d1de7
injected DLIST<> into many list heads, see change_log.txt
2008-12-04 04:28:11 +00:00
charras
a0c413a6db
solved a minor bug (pcbnew): arcs incorrectly printed in mirror mode
2008-11-02 19:52:57 +00:00
jerryjacobs
6f84112375
Menu and statusbar strings made more clear
2008-10-07 16:33:57 +00:00
jerryjacobs
0b336edea2
Menu and statusbar strings made more clear
2008-10-03 13:13:21 +00:00
charras
68a8ec1883
minor updates
2008-08-27 06:30:19 +00:00
charras
a977181710
subtle bug solved: no response to the first left click command after opening a dialog box (after an item edition, for instance)
2008-08-26 09:06:26 +00:00
charras
8bfb54bc89
Use new icons for zoom commands
...
pcbnew: Excellon files use only ascii codes in comments (some excellon parsers do not like I18n)
2008-08-26 06:00:27 +00:00
charras
485c92d4fe
Modified recent change on svn change: "PCB edge always printed when PCB edge layer not selected" was incorrect for eeschema and gerbview
...
solved bug 2070228
2008-08-25 12:28:03 +00:00
a-lunev
0629e58785
bug tracker: [ 2069722 ] PCB edge always printed when PCB edge layer not selected.
...
It is resolved by adding 'Exclude Edges_Pcb layer' check box in 'Print' dialog.
2008-08-25 00:03:14 +00:00
charras
72b97ea49d
eeschema: minor changes in plot dialog. plot filled shapes Ok.
2008-08-23 06:44:47 +00:00
jerryjacobs
867d30d159
Linux/Unix desktop files updated and moved to resources directory, about dialog updated
2008-08-17 10:10:20 +00:00
jerryjacobs
18b8932b50
Code comment clean, cmake file cleanup
2008-08-11 11:45:29 +00:00
charras
777076c86f
minor changes. See changelog
2008-06-06 16:39:45 +00:00
dickelbeck
9fd9e68aa6
better debug statements
2008-05-17 19:08:23 +00:00
dickelbeck
9e46a77975
SetToolbars() fixes
2008-04-29 13:35:26 +00:00
charras
1547987157
some enhancements.
2008-04-18 13:28:56 +00:00
dickelbeck
721d878fcf
GetScreen() work, menu capitalization, beautifying
2008-04-17 16:25:29 +00:00
charras
7f453831d5
eeschema: code cleaning. SCH_ITEM class used for all schematic items in eeschema. Files reorganization.
2008-04-14 19:22:48 +00:00
diemer
a015ff2ab4
Cleanup. Relabeled block zoom command.
2008-04-03 19:38:24 +00:00
diemer
48858c30c4
Fixed Bug 1829931: calculation of zoom level in Window_Zoom(), so we show more rather than less for a box-zoom.
2008-04-03 18:45:49 +00:00
dickelbeck
aa93f54d97
BOARD_ITEM::Draw()
2008-04-01 05:21:50 +00:00
charras
72357970aa
Netlist dialog redesigned, netlist.cpp code modified
2008-03-22 18:08:44 +00:00
charras
9e35d3ef1b
refined the dialog_freeroute_exchange. See changelog
2008-03-20 21:32:25 +00:00
plyatov
6d17236b0d
Added icon and "kicad.desktop" for Gnome/KDE menu.
2008-03-18 21:16:49 +00:00
dickelbeck
6153dadc07
TRACK::GetBoundingBox() revised for when track clearance is displayed
2008-03-11 01:19:08 +00:00
dickelbeck
e724e4fd31
delete net uses dirty rect
2008-03-10 15:51:44 +00:00
dickelbeck
3bb1764dff
delete track uses dirty rect
2008-03-10 15:00:22 +00:00
dickelbeck
920ea81061
dirty stuff
2008-03-10 13:33:12 +00:00
charras
8111fe4984
Dirty rect Ok. Code must be cleaned. Import footprints from gpcb ok. See changelog for details
2008-03-10 08:14:20 +00:00
dickelbeck
78be716b9f
testing
2008-03-06 01:46:30 +00:00
dickelbeck
1c14ec7402
deleted
2008-03-06 01:45:25 +00:00
dickelbeck
0b8cef44cf
not used
2008-03-06 00:53:59 +00:00
dickelbeck
1da6b3a407
Beautification
2008-03-04 14:35:19 +00:00
dickelbeck
10e13ae50a
layer names in *.brd file
2008-03-04 04:22:27 +00:00
CHARRAS
4d9ea908f1
Display filename and full sheet name ("sheet path") in sheet references
2008-02-29 14:19:21 +00:00
stambaughw
803ebdf3c4
Fix escape key handling in annotate dialog and some eeschema code refactoring.
2008-02-27 19:38:16 +00:00
plyatov
f942690930
Additions to the menu (see changelog).
2008-02-17 21:19:13 +00:00