kicad patches
Go to file
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
3d-viewer Added deps make target for Mac OS X 2007-11-19 14:35:04 +00:00
bitmaps set eol-style native on new file 2007-11-02 17:43:03 +00:00
common fix typo, beautify 2007-12-11 23:12:37 +00:00
cvpcb listboxes.cpp FootprintListBox::m_ActiveFootprint member was not initialized 2007-12-10 20:57:33 +00:00
demos better hotkey.cpp (code cleaning and info messages) 2007-06-25 08:05:45 +00:00
docs Localized English, German, French KiCad tutorials added. 2007-10-31 17:02:37 +00:00
eeschema added Edit_Comp_Footprint.xpm 2007-12-11 17:51:28 +00:00
gerbview Fix CMake build. 2007-12-09 14:13:34 +00:00
help added: libraries and infos relatives to polygons (usefull for zone redesign) 2007-12-08 17:49:55 +00:00
include SwitchLayer() fix 2007-12-14 22:31:45 +00:00
internat solved drc.cpp error (pcbnew crashes in track creation or edition). very minor other changes (translation) 2007-12-06 07:35:26 +00:00
kicad modified the treeprj so that, instead of recursively scanning and adding 2007-12-16 18:44:12 +00:00
library CMake build: preliminary support for install targets under linux. 2007-11-08 12:46:02 +00:00
modules CMake build: preliminary support for install targets under linux. 2007-11-08 12:46:02 +00:00
nsis_win_installer Sync Polish translation with trunk. 2007-11-01 20:06:47 +00:00
pcbnew SwitchLayer() fix 2007-12-14 22:31:45 +00:00
polygon set eol-style and mime-type properties for new polygon related files 2007-12-08 18:19:48 +00:00
share drawpanel.cpp change for wxWidgets 2.6 compatibility 2007-12-09 09:00:15 +00:00
template CMake build: preliminary support for install targets under linux. 2007-11-08 12:46:02 +00:00
CMake.TODO CMake: 2007-11-09 21:45:26 +00:00
CMakeLists.txt removed __WXDEBUG__ for debug compiles. Instead, edit the CMakeCache.txt file and append --debug to the wx-config command line 2007-12-11 21:40:10 +00:00
Doxyfile hotkey fix for + and - 2007-12-11 06:35:52 +00:00
UIpolicies.txt UIpolicy.txt 2007-10-21 19:44:49 +00:00
change_log.txt SwitchLayer() fix 2007-12-14 22:31:45 +00:00
contrib_makefiles.txt add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
copyright.h added copyright.h for review 2007-08-21 14:35:10 +00:00
how-to-build-kicad.txt pcbnew: remove bug in block delete zone (crashes pcbnew) 2007-11-29 11:13:16 +00:00
install.txt Comments added in to the root CMakeLists.txt. 2007-11-08 20:38:30 +00:00
libs.linux minor changes before creating a stable version 2007-11-09 14:42:10 +00:00
libs.macosx Updated build system for Mac OS X 2007-10-28 18:47:28 +00:00
libs.win pcbnew: connect.cpp : english translation of comments 2007-11-27 17:42:15 +00:00
makefile.g95 add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
makefile.gtk patch 2007-12-05 20:54:11 +00:00
makefile.macosx Added deps make target for Mac OS X 2007-11-19 14:35:04 +00:00
regex_doc.txt Jean-Pierre's changes for kicad-2007-05-25 release 2007-05-28 18:09:49 +00:00
running_kicad_under_W98.txt better hotkey.cpp (code cleaning and info messages) 2007-06-25 08:05:45 +00:00
todo.txt todo.txt item deleted 2007-12-07 00:13:47 +00:00
uncrustify.cfg "uncrustify" C++ beautifier config file, use with sourceforge's uncrustify from its subversion 2007-08-21 15:31:15 +00:00
version.txt last update for the kicad release candidate 2007-11-20 10:08:07 +00:00