- 22 Dec, 2007 7 commits
-
-
dickelbeck authored
-
dickelbeck authored
-
dickelbeck authored
-
dickelbeck authored
-
dickelbeck authored
-
dickelbeck authored
-
dickelbeck authored
-
- 21 Dec, 2007 1 commit
-
-
CHARRAS authored
-
- 20 Dec, 2007 3 commits
-
-
CHARRAS authored
-
dickelbeck authored
-
dickelbeck authored
-
- 19 Dec, 2007 1 commit
-
-
raburton authored
-
- 18 Dec, 2007 2 commits
-
-
dickelbeck authored
-
dickelbeck authored
-
- 17 Dec, 2007 8 commits
-
-
dickelbeck authored
-
dickelbeck authored
-
dickelbeck authored
-
dickelbeck authored
-
dickelbeck authored
-
CHARRAS authored
-
CHARRAS authored
-
dickelbeck authored
-
- 16 Dec, 2007 1 commit
-
-
lifekidyeaa authored
*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)
-
- 14 Dec, 2007 1 commit
-
-
dickelbeck authored
-
- 13 Dec, 2007 4 commits
-
-
dickelbeck authored
-
dickelbeck authored
-
dickelbeck authored
-
dickelbeck authored
-
- 12 Dec, 2007 2 commits
-
-
dickelbeck authored
-
dickelbeck authored
-
- 11 Dec, 2007 10 commits
-
-
dickelbeck authored
-
dickelbeck authored
removed __WXDEBUG__ for debug compiles. Instead, edit the CMakeCache.txt file and append --debug to the wx-config command line
-
dickelbeck authored
-
raburton authored
-
dickelbeck authored
-
dickelbeck authored
-
dickelbeck authored
-
lifekidyeaa authored
-
lifekidyeaa authored
* fixed a bug in hierarchal shematics where a loop (e.g. same file included at different points in the hierarchy) would cause infinite memory use. * added a edit footprint hotkey to eeschema, since it seems I'm always editing '0603' '0402' etc. on the common components, and it was difficult to edit this information before.
-
dickelbeck authored
-