charras
|
b3c064b0b4
|
Thermal shapes modification for round and oblong pads.
This is a workaround for a bug (i believe) of kbool.
|
2008-11-09 17:14:53 +00:00 |
charras
|
134c07f94b
|
Thermal shapes modification for round and oblong pads.
This is a workaround for a bug (i believe) of kbool.
|
2008-11-09 15:01:35 +00:00 |
charras
|
f723c540d0
|
code cleaning. Some comments translated into English.
Added: Zones unfill in polygon mode
|
2008-10-29 15:26:53 +00:00 |
charras
|
3c97a45f48
|
code cleaning, and some minor bugs solved
|
2008-10-25 10:21:46 +00:00 |
charras
|
544ca4c90d
|
solved a very subtle bug in polygon_test_point_inside.cpp. Sometimes a point outside a polygon was seen inside the polygon
|
2008-10-15 17:14:51 +00:00 |
charras
|
2c60c00640
|
Some enhancements about code for zones
|
2008-10-13 12:01:12 +00:00 |
charras
|
72fae7e9e3
|
updating polygon lib code. A bug removed.
|
2008-10-12 15:30:23 +00:00 |
charras
|
b7db0ef850
|
updating polygon lib code. A bug removed.
|
2008-10-12 15:29:43 +00:00 |
charras
|
7c5feb61e7
|
pcbnew: insulated islands in copper pour removed
|
2008-10-11 19:27:43 +00:00 |
charras
|
4cccb0dd7e
|
First tests about copper zones filled by polygons, without grid (see changelog)
Only for tests! not for production.
|
2008-10-02 13:24:31 +00:00 |
charras
|
ab1df3f1d7
|
more about non copper zones (see changelog)
|
2008-09-27 19:26:29 +00:00 |
charras
|
27cf4ad0ad
|
pcbnew: addded zones in non copper areas and starting work to use polygons in zone fill algos in not copper areas
work in progress: see changelog
|
2008-09-26 19:51:36 +00:00 |
charras
|
5a904e460a
|
Solved kbool lib compil problem under Windows and wxWidgets shared version
Pcbnew: Add position edition in footprint dialog edition
|
2008-09-05 16:08:13 +00:00 |
kajtek1
|
a8a351327d
|
Fixed compiler warnings
|
2008-06-20 22:17:59 +00:00 |
f3nix
|
6bb111cb8e
|
CMake files cleaning.
|
2008-06-06 12:39:00 +00:00 |
raburton
|
1e1a1bb620
|
set eol-style native on new files
|
2008-06-05 18:35:58 +00:00 |
charras
|
9131e2a104
|
compiling problems in kbool
|
2008-06-02 10:23:50 +00:00 |
charras
|
44743723d1
|
removed GPC library due to its unacceptable license. Using the great and powerfull kbool library insteed
|
2008-05-30 18:06:21 +00:00 |
charras
|
b8ea76fe63
|
Solved netlist problems for multiple parts per package components in complex hierarchies.
B.O.M. generation still have a minor problem wih this.
|
2008-05-15 11:20:19 +00:00 |
f3nix
|
6ed78f5b16
|
Compiler warnings fixes.
|
2008-05-01 17:12:38 +00:00 |
plyatov
|
dd38594d39
|
Compiler warnings elimination (Thanks to the unknown Martin!).
|
2008-05-01 16:16:36 +00:00 |
charras
|
9039a0a579
|
minor changes and cleanup
|
2008-04-03 18:03:42 +00:00 |
dickelbeck
|
4a2830e4a4
|
compiler warning
|
2008-03-31 13:44:42 +00:00 |
raburton
|
2a45c24880
|
removing 3rd party pdfs from svn, saving a couple of mb from the source tree
moved them to the files section of the kicad-devel yahoo group
|
2008-03-31 12:19:00 +00:00 |
f3nix
|
08467e0959
|
Kill compiler warnings.
|
2008-03-30 11:48:18 +00:00 |
charras
|
157298ba5b
|
minor changes
|
2008-03-12 11:49:16 +00:00 |
f3nix
|
07a0e142ed
|
Lowercase CMake commands.
|
2008-03-11 15:57:54 +00:00 |
CHARRAS
|
4a0b560766
|
zone outlines edition refinements
|
2008-02-01 11:01:32 +00:00 |
CHARRAS
|
af445e70ea
|
remove the old EDGEZONE class. Cleaning code in polyline.x
|
2008-01-31 20:53:44 +00:00 |
f3nix
|
af1c15646f
|
CMake:
* Change tabs to spaces.
* Make Boost required.
|
2008-01-30 09:42:19 +00:00 |
dickelbeck
|
11ddcd8e9b
|
commented out a troublesome assert
|
2008-01-22 20:38:43 +00:00 |
CHARRAS
|
e9b3322fc0
|
On line DRC when creating a zone outline
|
2008-01-20 19:55:22 +00:00 |
CHARRAS
|
e6c938856a
|
changed ASSERT to wxASSERT in math_for_graphic.cpp
|
2008-01-17 16:09:00 +00:00 |
CHARRAS
|
f85ade75d8
|
see changelog
|
2008-01-16 20:37:50 +00:00 |
CHARRAS
|
638ab25498
|
more about zones.
|
2008-01-06 20:58:27 +00:00 |
CHARRAS
|
339a90e7ac
|
Block commands now works with zones.
|
2008-01-06 12:43:57 +00:00 |
dickelbeck
|
bd5ca82f63
|
use pad_shapes.h
|
2008-01-05 17:30:56 +00:00 |
CHARRAS
|
97be005035
|
Added: Delete cutout outline in zone popup menu
|
2008-01-05 13:37:51 +00:00 |
CHARRAS
|
ffd3a7133a
|
more about zones. current No DRC for outlines
|
2008-01-04 12:27:16 +00:00 |
CHARRAS
|
62a28440e0
|
wxstruct modified and wxPcbStuct.h added. some minor other changes
|
2008-01-01 11:46:47 +00:00 |
CHARRAS
|
738d00ba72
|
more about new zone handling: fill zones now exists
|
2007-12-30 18:20:51 +00:00 |
f3nix
|
cbea44a663
|
* Fix CMake build.
* Add polygon library.
|
2007-12-30 03:30:34 +00:00 |
raburton
|
e126042b1e
|
set eol-style native on new files
|
2007-12-29 19:27:58 +00:00 |
CHARRAS
|
5eda8a52ce
|
First draft (and first code..) about new zone handling
|
2007-12-29 19:15:58 +00:00 |
CHARRAS
|
7e7a793753
|
some changes about zones: enhanced dialog, and files reorganisation
|
2007-12-17 20:18:04 +00:00 |
raburton
|
4ce4631da6
|
set eol-style and mime-type properties for new polygon related files
|
2007-12-08 18:19:48 +00:00 |
CHARRAS
|
dab0fd9edb
|
added: libraries and infos relatives to polygons (usefull for zone redesign)
|
2007-12-08 17:49:55 +00:00 |