- 30 Dec, 2009 1 commit
-
-
charras authored
-
- 29 Dec, 2009 3 commits
- 28 Dec, 2009 1 commit
-
-
faa authored
-
- 27 Dec, 2009 1 commit
-
-
charras authored
-
- 23 Dec, 2009 2 commits
-
-
dickelbeck authored
-
charras authored
-
- 22 Dec, 2009 2 commits
- 21 Dec, 2009 7 commits
-
-
charras authored
-
charras authored
-
dickelbeck authored
-
charras authored
-
charras authored
-
dickelbeck authored
-
dickelbeck authored
-
- 20 Dec, 2009 3 commits
-
-
dickelbeck authored
-
dickelbeck authored
Renamed dialog_layers_setup* files. Got rid of the header file since there was only one file including it.
-
charras authored
-
- 19 Dec, 2009 2 commits
- 17 Dec, 2009 2 commits
- 15 Dec, 2009 2 commits
-
-
stambaughw authored
* Replace EESchema sheet properties dialog with wxFormBuilder version. * Editing an existing sheet now marks schematic as modified. * Code style updates for some of my previous work. * Improvements to the CMP_LIB_ENTRY object. * Replaced symbol edit export fprintf code with wxFFile implementation. * GCC compiler warning fix in pcbnew/drc.cpp.
-
charras authored
pcbnew: fixed in dialog_layers_setup2: new number of layers not taken in account when selected only by the copper layers choice list.
-
- 13 Dec, 2009 2 commits
- 12 Dec, 2009 3 commits
-
-
faa authored
-
charras authored
-
dickelbeck authored
Finished the Layer Setup Dialog. I assumed that the new layer order will be in place soon. It works fine now, but the layer order is probably misleading, since it does not reflect the current stackup but rather the future stackup. I dropped support for a single layer board. The minimum is two copper layers. Avoid the side you don't want anything on. Within a month I should have the layer visibility and selection widget in place.
-
- 11 Dec, 2009 3 commits
-
-
dickelbeck authored
-
dickelbeck authored
constructor takes a keyword table, so it can be used for arbitrary DSN syntax files of your own chosing. Simply create an enum {} with all your unique tokens in it. Then create a KEYWORD table. See SPECCTRA_DB::keywords[]. The reason you want an enum is to give the C++ debugger better type information so it can show symbolic integer symbols. * Factored out common richio.cpp and richio.h which is what DSNLEXER uses. * Fixed some minor issues with reading circuit descriptor from a *.dsn file.
-
dickelbeck authored
-
- 08 Dec, 2009 3 commits
-
-
jerryjacobs authored
-
charras authored
-
faa authored
-
- 07 Dec, 2009 3 commits
-
-
dickelbeck authored
-
faa authored
-
dickelbeck authored
-