- 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 3 commits
-
-
dickelbeck authored
-
charras authored
-
charras authored
-
- 17 Aug, 2009 4 commits
-
-
charras authored
-
dickelbeck authored
-
dickelbeck authored
-
dickelbeck authored
-
- 13 Aug, 2009 4 commits
-
-
charras authored
fixed: incorrect sub path calculation for libs and doc filenames (full filenames where always converted to relative paths, even when they are not in standard libraries paths)
-
faa authored
-
charras authored
Small change in print function: print footprint after zones (like in BOARD::Draw) to make pads holes visible on copper zones
-
charras authored
-
- 12 Aug, 2009 1 commit
-
-
charras authored
-
- 11 Aug, 2009 2 commits
- 10 Aug, 2009 1 commit
-
-
dickelbeck authored
-
- 08 Aug, 2009 1 commit
-
-
charras authored
-