charras
cfd868562e
pcbnew:fixed muwave toolbar not working in AUI option.
...
fixed a grid refresh problem when using fast algo in drawpanel.cpp
2010-01-17 14:20:29 +00:00
jerryjacobs
cae96bceb1
Fixed aui component for other platform other than OSX, with wxwidgets 2.9 we dont need to define aui
2010-01-16 22:39:58 +00:00
jerryjacobs
30f6c51407
Application title spelling corrected on OSX
2010-01-16 22:32:26 +00:00
charras
445843e37e
Eeschema added resizable lib and cmp lists in viewlib when using AUI option.
...
Added patch for macOSX
turn on fast algo for draw grid (should work now)
2010-01-16 19:42:58 +00:00
jerryjacobs
7b78dc1a8b
Added new OSX Package Maker project
2010-01-16 18:49:51 +00:00
jerryjacobs
5ec4bdaf2d
Update on OSX packaging
2010-01-16 18:46:38 +00:00
jerryjacobs
a470a34e5b
Split 2009 changelog, added Marco's WXMAC search path patch
2010-01-16 11:16:09 +00:00
dickelbeck
1d98f1f1d2
more layer_widget work
2010-01-16 07:50:01 +00:00
dickelbeck
e7a49c838a
more layer_widget work
2010-01-16 06:22:24 +00:00
charras
8789ca5f1d
drawpanel.cpp: fixed a serious bug in draw grid fast algo.
...
Fast algo currently disabled (tests needed)
2010-01-15 19:18:29 +00:00
charras
b41e4e6947
macOSX: fixed GetMBarHeight( ) problem.
2010-01-15 13:02:04 +00:00
charras
5eddb1f467
fixed flicker when zooming. (wxGTK specific)
2010-01-15 10:02:47 +00:00
charras
37309e1aac
Ugly but necessary fix to display toolbars in latest Linux version (tested with Ubuntu 9.10 updated)
2010-01-14 20:20:59 +00:00
charras
2c9dd50851
attempt to find a suitable way to draw grid depending on platforms
2010-01-14 08:55:45 +00:00
stambaughw
e15341411d
Minor bug fixes, compiler warning fixes and code cleaning.
...
* Fix debug asserts when passing NULL pointers to wxAuiPaneInfo.
* Fix Kicad main window sash sizer bug when using wxAui.
* Remove specctra_test from Visual Studio builds to prevent build errors.
* Add WIN32 to layer widget test so it will build properly on Visual Studio.
* Fixed compiler conversion warnings in PCBNew.
* Fixed worksheet print scaling in PCBNew.
* Minor code renaming.
2010-01-13 21:15:54 +00:00
charras
4936ca3a7f
Testing a new fast draw algo to draw grid.
2010-01-13 20:03:33 +00:00
charras
6efce74c96
Eeschema: fixed bug when edit a component reference using the component dialog editor
...
Code cleaning and using DrawPanel->Refresh() instead of ReDraw() when possible.
2010-01-13 13:43:36 +00:00
faa
3432474c96
not build in linux
2010-01-13 10:19:52 +00:00
charras
fca4a7dd42
Uses a buffered DC in OnPaint event. Seems solve slow grid redraw on some PC.
2010-01-12 13:44:22 +00:00
charras
54b561236f
Uses a buffered DC in OnPaint event. Seems solve slow grid redraw on some PC.
2010-01-12 13:15:13 +00:00
dickelbeck
9d81025e1a
more layer widget work
2010-01-11 16:49:11 +00:00
charras
6601495c58
Fixed mouse wheel not working if 3D frame under wxWidgets 2.9
2010-01-11 14:44:49 +00:00
charras
6eda97fbdd
fixed missing options -DKICAD_AUIMANAGER and -DKICAD_AUITOOLBAR in makefiles when using aui
2010-01-10 19:20:26 +00:00
charras
d5e1172042
minot patch for OSX
2010-01-10 15:06:14 +00:00
dickelbeck
cb69347cd7
expose DisplayColorFrame
2010-01-10 07:59:24 +00:00
dickelbeck
cd27245c00
allow user to change layer color
2010-01-10 07:56:07 +00:00
dickelbeck
816c1596f3
changes
2010-01-10 06:40:22 +00:00
dickelbeck
6c737bc146
fix for wxwidgets 2.9
2010-01-10 05:44:29 +00:00
charras
d4bd033a8e
Pcbnew: print dialog: added pads drill option (like in plot dialog)
2010-01-09 20:25:39 +00:00
jerryjacobs
cee9ab7610
Applied Torsten PCBNew DRC patch and testcase, update email, update scripts
2010-01-09 17:54:39 +00:00
dickelbeck
4f6cfb65d2
changes
2010-01-09 15:51:09 +00:00
dickelbeck
d22ee87048
formatting
2010-01-09 15:49:48 +00:00
charras
34728bec70
Eeschema: added Copy option in labels and component in pop up menu (and 'C' hotkey)
2010-01-09 08:50:30 +00:00
charras
c4b37d77bd
Gerbview: Added support of arcs in polygons outlines. Need more tests, but works.
2010-01-08 12:28:13 +00:00
dickelbeck
32dfdb4844
changes
2010-01-08 01:17:59 +00:00
dickelbeck
0e6dd5780e
more layer widget work
2010-01-07 16:33:41 +00:00
dickelbeck
465a82a277
initial layer widget work
2010-01-07 02:18:25 +00:00
dickelbeck
75a00f65c4
typo
2010-01-05 17:48:27 +00:00
dickelbeck
08e5fec309
set eol style
2010-01-05 17:47:49 +00:00
dickelbeck
3be44e8143
comment out unneeded debug output
2010-01-05 17:46:18 +00:00
dickelbeck
c9ec403a95
layer widget work
2010-01-05 17:45:38 +00:00
charras
24a07f17c8
commit missing file
2010-01-05 11:44:28 +00:00
charras
84a0e32865
fixed build problem for specctra.cpp stand alone.
2010-01-05 08:48:49 +00:00
charras
1b6ad8c7f7
code cleaning and a minor problem fixed in Gerbview printing option
2010-01-04 19:09:33 +00:00
charras
ef29dabf9b
fixed a potential bug in fill zone.
...
Tried to fix a problem under Vista and Window 7 in fill zone: sometimes Pcbnew crashes.
Could be a bug in Kbool (see changelog).
2010-01-03 16:53:21 +00:00
charras
bee0d118f0
fixed a potential bug in fill zone.
...
Tried to fix a problem under Vista and Window 7 in fill zone: sometimes Pcbnew crashes.
Could be a bug in Kbool (see changelog).
2010-01-03 16:47:46 +00:00
faa
fe8e50e4c1
minor change russian GUI
2010-01-02 11:34:01 +00:00
faa
155c2543f1
update russian GUI, minor changes eol style
2010-01-02 07:29:07 +00:00
charras
27346c7e79
Pcbnew and Gerbview: Refactor dialogs for plot and print.
2010-01-01 13:30:39 +00:00
charras
a1998410fc
Some enhancements and fixes. (see changelog)
2009-12-30 18:06:12 +00:00