charras
7776dd61eb
use kbool 2.1 in zones calculations. see CHANGELOG for others changes and more info
2009-09-17 17:48:40 +00:00
stambaughw
3803b79ac5
Component library editor improvements, build fix, and bug fixes.
...
* Add offset and block hit testing to library component objects.
* Improved search for library entries.
* Fixed library component editor component removal and addition.
* Library editor now uses wxUpdateUIEvents for updating all UI objects.
* Added version check to cmake find boost macro.
* Removed unused code in file libalias.cpp.
* Added method to WinEDA_DrawPanel to take mouse out of managed mode.
2009-09-14 13:24:17 +00:00
charras
7a0f7bda9c
minor changes
2009-09-11 06:18:55 +00:00
dickelbeck
5d2f9d9579
some helpful comments
2009-09-10 19:42:34 +00:00
dickelbeck
00d369ad5a
netclasses done
2009-09-10 17:28:38 +00:00
dickelbeck
c7cc6ea101
comment out problematic code, taking a break for now
2009-09-10 15:30:30 +00:00
dickelbeck
362b6b53f6
NETCLASS work, see CHANGELOG.txt
2009-09-10 15:22:26 +00:00
charras
8682a9fa0a
Send forgotten CHANGELOG file for my previous commit: Switch to kbool V2.0. This version solves some problems in zones calculations but not all. (The Kbool's author, Klaas Holveda, is still working on these problems)
2009-09-10 13:07:57 +00:00
charras
ef2e41e347
2009-09-10 13:04:04 +00:00
diemer
9022898040
added DRC check for rotated rectangular pads
2009-09-07 13:28:11 +00:00
stambaughw
7c7d675cbf
Component library object improvements.
...
* Library component objects can now draw themselves without external drawing code.
* Fix all the library drawing and field objects to support component drawing code.
* Provide proper file dialog wild card for symbol libraries and us wxFileDialog.
* Update component library editing code to reflect component drawing changes.
2009-09-04 18:57:37 +00:00
jerryjacobs
d4a5e5acb7
Added kicad helper scripts and update compiling on debian and ubuntu
2009-09-04 15:10:24 +00:00
diemer
70aba1a813
fixed DRC false alerts for rect pads oriented by 45 degrees
2009-09-04 14:40:55 +00:00
charras
bd9a7d894a
Pcbnew, fixed: plot error in outline mode for trapezoid pads (silk screen layers)
2009-09-04 08:05:13 +00:00
stambaughw
79c9be258a
Replace PriorQue with boost::ptr_vector for component library entries.
...
* Replaced WinEDAListBox buttons with wxStdDialogButtonSizer.
* Moved library draw entries GenCopy method to base class.
* Remove priorque.cpp and priorque.h from CMakeLists.txt.
* The usual code cleaning and uncrustification.
2009-09-02 18:12:45 +00:00
faa
27a0c73c2a
minor bug russian GOST
2009-09-01 10:26:43 +00:00
charras
32336225b5
fixed in plot: filled areas by segments not plotted (outlines only were plotted)
2009-08-31 17:50:09 +00:00
charras
c3fde30419
code cleaning. Pcbnew: Minor enhancements in Plot dialog
2009-08-29 10:20:48 +00:00
charras
0a58e6303f
fixed postscript plot broken. Better default values for pcbnew plot dialog
2009-08-28 18:03:22 +00:00
charras
3806557ff9
Eeschema: fixed: root components non found in schematic
2009-08-28 07:11:56 +00:00
stambaughw
f54a9e58c1
Fixed find library entry bug and applied missing bezier curve load patch.
2009-08-27 19:44:13 +00:00
charras
b6e8c338c5
Eeschema: fixed: bad undo/redo for Drag commands
2009-08-27 13:51:02 +00:00
stambaughw
ab74cfeda8
Component library object improvements.
...
Moved all library entry manipulation code scattered throughout EESchema into
the component library object itself. Adding, removing, and searching is now
handled by the library object. This is the precursor to replacing the current
priority queue code.
2009-08-27 11:41:56 +00:00
charras
4a9dffc334
Fixed in Eeschema a bug that crashed Eeschema after a break wire command
2009-08-27 05:53:24 +00:00
charras
cfdb28394e
Pcbnew: Work on undo/redo in Pcbnew almost finished.
2009-08-23 15:22:44 +00:00
dickelbeck
856b7c790f
beautify, move function comments to header for Doxygen
2009-08-23 14:21:41 +00:00
charras
08d98df73e
fixed: refresh problem in display footprint window
2009-08-23 12:05:22 +00:00
peud
2738669644
PS plotting was broken in B/W mode, made neccessary changes.
2009-08-21 19:13:55 +00:00
charras
22f6657182
Fixed bad 3D png pictures (return to an old code). Seems specific to wxGTK.
...
enhancement in Cvpcb: fast selection of components or footprint by typing the first letter of reference or footprint name
2009-08-20 11:44:06 +00:00
stambaughw
b739b2272e
Schematic library component objects can now load themselves.
...
This is the first in a series of updates to the schematic library component
object code. The goal is to eliminate the external manipulation of these
objects and push this code back into the objects themselves. Also replace
the priority queue and internal linked list implementations with DLIST or
Boost pointer containers.
2009-08-19 19:34:03 +00:00
charras
5bf0a25900
Pcbnew: fixed a bug that crashes pcbnew when dragging a track segment
2009-08-19 15:28:35 +00:00
charras
958e663d64
pcbnew: bugs 2840153, 2840154 fixed (bug 2840150 already fixed)
2009-08-19 14:19:35 +00:00
charras
4117870f9f
cvpcb: fixed a crash when closing the footprint display frame
2009-08-19 06:10:47 +00:00
dickelbeck
c1d048baa5
changes
2009-08-18 18:21:04 +00:00
charras
4203845fdc
enhancements in dialogs (edit component in libedit and zones properties)
2009-08-18 11:07:21 +00:00
charras
6ebc2a52dd
fixed problems in relative paths calculations for libs and docs files
2009-08-18 07:54:03 +00:00
charras
51efe030e1
Fixed, pcbnew: crashes when removing a 3D shape in dialog box (wxGTK specific)
2009-08-17 19:04:51 +00:00
dickelbeck
1873e058dc
BOARD_ITEM::GetBoard(), one size fits all. Maybe this can become non-virtual once tested.
2009-08-17 16:56:02 +00:00
dickelbeck
d21ced6288
no point in removing from netclass incrementally since an entire list rebuild is done below
2009-08-17 12:11:09 +00:00
dickelbeck
85dc98a58a
more netclass work
2009-08-17 02:59:38 +00:00
charras
f9f671d1b9
fixed: incorrect sub path calculation for libs and doc filenames (full filenames where always converted to relative paths,
...
even when they are not in standard libraries paths)
2009-08-13 18:50:47 +00:00
faa
8aca4b3cb0
not build in Linux
2009-08-13 10:24:16 +00:00
charras
b4b7ef99e9
Small change in print function: print footprint after zones (like in BOARD::Draw) to make pads holes visible on copper zones
2009-08-13 06:18:06 +00:00
charras
bd529a7cb0
fixed in pcbnew: abort function in track creation incompatible with new undo/redo functions
2009-08-13 05:52:53 +00:00
charras
2be6520a28
More about undo/redo in pcbnew and minor cleanup
2009-08-12 10:40:01 +00:00
charras
32c54e4931
More about undo/redo in pcbnew
2009-08-11 14:10:34 +00:00
charras
a6fc132999
More about undo/redo in pcbnew
2009-08-11 10:27:21 +00:00
dickelbeck
5c3f35c2f3
beautification in preparation for netclass work.
2009-08-10 02:22:56 +00:00
charras
514de91ee3
More about undo/redo in pcbnew
2009-08-08 10:08:37 +00:00
charras
148a574e6f
More about undo/redo in pcbnew
2009-08-08 06:07:08 +00:00