- 23 Sep, 2009 2 commits
- 22 Sep, 2009 1 commit
-
-
stambaughw authored
* Split out application specific command IDs to prevent unnecessary rebuilding. * Eliminate duplicate menu and tool bar command IDs. * Split component library editor and viewer definitions to separate header files. * More component library and document file merge code. * A bunch of minor string readability and consistency fixes.
-
- 21 Sep, 2009 1 commit
-
-
faa authored
-
- 19 Sep, 2009 1 commit
-
-
charras authored
-
- 18 Sep, 2009 1 commit
-
-
stambaughw authored
* Create static component library methods to manage library list. * Rename component library, component, and alias objects to more readable name. * Use pointer to component instead of root name to prevent redundant library searches. * Add append message helper to message panel that calculates string length. * Initial ground work for merging library and library document files. * Improved component library file load error checking. * Minor component library editor improvements.
-
- 17 Sep, 2009 1 commit
-
-
charras authored
-
- 14 Sep, 2009 1 commit
-
-
stambaughw authored
* 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.
-
- 11 Sep, 2009 1 commit
-
-
charras authored
-
- 10 Sep, 2009 6 commits
-
-
dickelbeck authored
-
dickelbeck authored
-
dickelbeck authored
-
dickelbeck authored
-
charras authored
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)
-
charras authored
--no commit message
-
- 07 Sep, 2009 1 commit
-
-
diemer authored
-
- 04 Sep, 2009 4 commits
-
-
stambaughw authored
* 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.
-
jerryjacobs authored
-
diemer authored
-
charras authored
-
- 02 Sep, 2009 1 commit
-
-
stambaughw authored
* 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.
-
- 01 Sep, 2009 1 commit
-
-
faa authored
-
- 31 Aug, 2009 1 commit
-
-
charras authored
-
- 29 Aug, 2009 1 commit
-
-
charras authored
-
- 28 Aug, 2009 2 commits
- 27 Aug, 2009 4 commits
-
-
stambaughw authored
-
charras authored
-
stambaughw authored
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.
-
charras authored
-
- 23 Aug, 2009 3 commits
-
-
charras authored
-
dickelbeck authored
-
charras authored
-
- 21 Aug, 2009 1 commit
-
-
peud authored
-
- 20 Aug, 2009 1 commit
-
-
charras authored
enhancement in Cvpcb: fast selection of components or footprint by typing the first letter of reference or footprint name
-
- 19 Aug, 2009 4 commits
-
-
stambaughw authored
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.
-
charras authored
-
charras authored
-
charras authored
-
- 18 Aug, 2009 1 commit
-
-
dickelbeck authored
-