dickelbeck
d7a85428fa
more specctra work
2008-01-02 18:18:37 +00:00
raburton
ed4b90151c
set eol-style native on new files
2008-01-01 11:58:14 +00:00
CHARRAS
62a28440e0
wxstruct modified and wxPcbStuct.h added. some minor other changes
2008-01-01 11:46:47 +00:00
dickelbeck
0aaf01e98d
more specctra work
2008-01-01 08:53:12 +00:00
dickelbeck
0d3fd5d17f
more specctra work
2008-01-01 08:45:47 +00:00
dickelbeck
1afb0498aa
beautify
2008-01-01 07:53:29 +00:00
dickelbeck
4eac2675de
specctra_test target sources
2008-01-01 07:52:54 +00:00
dickelbeck
8a37513952
const strings
2008-01-01 07:51:54 +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
dickelbeck
ee3d984445
removed windows install of opengl
2007-12-28 03:38:27 +00:00
f3nix
22d5b18c43
CMake.TODO update. Part 1.
2007-12-26 15:54:44 +00:00
f3nix
cda4ed9659
Some tweaks for Windows CMake.
2007-12-26 03:48:17 +00:00
f3nix
36950919c6
Sync Polish translation with trunk.
2007-12-25 21:57:27 +00:00
f3nix
1eea739209
Small CMake cleanup.
2007-12-25 21:17:04 +00:00
f3nix
61ebbd58f8
Small CMake cleanup.
2007-12-25 20:48:58 +00:00
dickelbeck
f38bb9d854
added boost checking
2007-12-23 06:31:52 +00:00
dickelbeck
a7d68dd5fb
added boost checking
2007-12-23 06:30:05 +00:00
dickelbeck
323b5b75fa
more dsn work
2007-12-23 06:11:17 +00:00
dickelbeck
69409a505d
more dsn work
2007-12-23 06:10:51 +00:00
dickelbeck
c5e5815481
more dsn work
2007-12-23 05:43:30 +00:00
dickelbeck
751e2f5c7a
comment out unused function strlower()
2007-12-23 05:41:02 +00:00
dickelbeck
53be3141d7
more specctra dsn import/export work
2007-12-22 15:18:03 +00:00
dickelbeck
b55e819ba3
more specctra dsn import/export work
2007-12-22 15:07:42 +00:00
dickelbeck
745c9d2118
started specctra dsn import/export
2007-12-22 08:09:31 +00:00
dickelbeck
a441900dca
started specctra dsn import/export
2007-12-22 07:18:20 +00:00
dickelbeck
467d9d3692
added strlower()
2007-12-22 07:17:22 +00:00
dickelbeck
e35e2eac8d
fixed compiler warning
2007-12-22 07:16:45 +00:00
dickelbeck
2a8f0f5d40
fixed compiler warning
2007-12-22 07:13:27 +00:00
CHARRAS
1e11a70ef1
minor change (path added in gestfig.cpp, linux only)
2007-12-21 07:45:42 +00:00
CHARRAS
3104b5d885
bug in cvpcb
2007-12-20 22:27:32 +00:00
dickelbeck
15b5df831b
CMAKE howto
2007-12-20 02:56:03 +00:00
dickelbeck
315850fa6d
Added and tested Windows support
2007-12-20 00:55:04 +00:00
raburton
6991b49691
set eol-style native on new files
2007-12-19 16:44:53 +00:00
dickelbeck
fbe304722e
when drc denies via insertion, bridge track not deleted
2007-12-18 02:34:54 +00:00
dickelbeck
10ece80b5a
when drc denies via insertion, bridge track not deleted
2007-12-18 00:04:08 +00:00
dickelbeck
219cedf0fb
file maintenance
2007-12-17 22:13:20 +00:00
dickelbeck
11d7ec7f0c
file maintenance
2007-12-17 22:08:42 +00:00
dickelbeck
37013024f8
follow zone restructuring
2007-12-17 21:55:15 +00:00
dickelbeck
2d51623057
satisfy compiler warning
2007-12-17 21:54:24 +00:00
dickelbeck
b08a3bb300
added comment
2007-12-17 21:19:03 +00:00
CHARRAS
afb2eb9b40
korean dictionnary updated
2007-12-17 20:33:46 +00:00
CHARRAS
7e7a793753
some changes about zones: enhanced dialog, and files reorganisation
2007-12-17 20:18:04 +00:00
dickelbeck
fdb2905baf
unicode compile, style consistency
2007-12-17 14:50:55 +00:00
lifekidyeaa
04e348ac06
modified the treeprj so that, instead of recursively scanning and adding
...
*all* the nested files and directories within the current working directory, it scans the first
level of files and directories. When a user double-clicks on a folder, *then*
the childeren of that directory are added to the wxTreeCtrl. This means that the little
triangle does not appear until the user opens a directory .. but, i think this is
a worthwile price to pay given below.
This prevents (or at least mitigates) memory overflow in the case that kicad starts in root, or,
in my case, it starts in my home directory, where thanks to wine & other sw,
there are far too many directories.
also modified the TreePrjItemData so that it stores the full pathnames in m_FileName,
not paths relative to the CWD. I'm not sure if this is the correct thing to do,
especially with the python interface, so change it back if it is more complicated.
the move and rename commands threw a segfault on my system
(Debian etch, wxWidgets 2.8.7),
and since there are better ways to rename and move files, this functionality
was disabled until somebody can fix it (alas, I don't have time for this now)
2007-12-16 18:44:12 +00:00
dickelbeck
4a32a601e2
SwitchLayer() fix
2007-12-14 22:31:45 +00:00
dickelbeck
806f9aa1ca
highlight tool HitTest()ing prefers pads over tracks
2007-12-13 14:23:50 +00:00
dickelbeck
ced5d7b459
highlight tool HitTest()ing prefers pads over tracks
2007-12-13 14:21:50 +00:00