- 16 Jan, 2010 1 commit
-
-
jerryjacobs authored
-
- 14 Jan, 2010 1 commit
-
-
charras authored
Ugly but necessary fix to display toolbars in latest Linux version (tested with Ubuntu 9.10 updated)
-
- 12 Jan, 2010 1 commit
-
-
charras authored
-
- 08 Jan, 2010 1 commit
-
-
charras authored
-
- 05 Jan, 2010 1 commit
-
-
dickelbeck authored
-
- 03 Jan, 2010 2 commits
- 01 Jan, 2010 1 commit
-
-
charras authored
-
- 30 Dec, 2009 1 commit
-
-
charras authored
-
- 21 Dec, 2009 1 commit
-
-
dickelbeck authored
-
- 20 Dec, 2009 1 commit
-
-
dickelbeck authored
Renamed dialog_layers_setup* files. Got rid of the header file since there was only one file including it.
-
- 12 Dec, 2009 1 commit
-
-
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 1 commit
-
-
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.
-
- 07 Dec, 2009 1 commit
-
-
dickelbeck authored
* Moved ReturnLayerName() to static BOARD::GetDefaultLayerName() and migrated to a Specctra DSN compatible default layer naming scheme: Component becomes Front, Copper becomes Back. * set_color.h: Cmp becomes Front, Cu becomes Back. * D_PAD::DisplayInfo() changed to use actual copper layer names. * more layer setup dialog work, moved all programmatic wxControl instantiation into the wxFormbuilder environment, but this is fraught with danger: wxFlexGridSizer used the tallest control to establish the row heights, so be careful about changing control borders in the scroll panel. The vertical size can explode since just a couple of pixels times the number of rows is substantial. Currently I am setting a 5 pixel border only left, top, and right but not bottom. * Set copper layer count is back in place as a hack until I can get the enabled layer bit map fully operational.
-
- 03 Dec, 2009 2 commits
-
-
charras authored
fixed redundant hot keys in Eeschema
-
dickelbeck authored
This makes it easier to preview the page in a browser. Then autogenerate the *.h file from the html using a CMake script.
-
- 05 Nov, 2009 2 commits
-
-
charras authored
Pcbnew: control of masks clearance: Pad Editor Dialog rewritten to handle local mask clearances and a local Net clearance
-
dickelbeck authored
-
- 04 Nov, 2009 1 commit
-
-
charras authored
-
- 02 Nov, 2009 3 commits
-
-
dickelbeck authored
-
charras authored
-
dickelbeck authored
* Added exporting of netclass vias to specctra_export. * DIALOG_DESIGN_RULES now remembers it last selected TAB and screen position and window size, and its grid columns are automatically expanded to fit the column titles. Remembering screen position and size allows someone with multiple monitors, to have a given window always come up on the monitor last chosen for it.
-
- 30 Oct, 2009 1 commit
-
-
charras authored
pcbnew Rewrite the GUI relative to the tracks widths and vias diameters and drills selection and edition, for compatibility with new netclass approach.
-
- 27 Oct, 2009 1 commit
-
-
jerryjacobs authored
-
- 23 Oct, 2009 1 commit
-
-
charras authored
See also changelog
-
- 21 Oct, 2009 2 commits
- 15 Oct, 2009 1 commit
-
-
charras authored
-
- 01 Oct, 2009 1 commit
-
-
charras authored
-
- 27 Sep, 2009 1 commit
-
-
charras authored
Pcbnew: fixed a double deletion that crashes pcbnew. Starting my work on net classes (moving target)
-
- 17 Sep, 2009 1 commit
-
-
charras authored
-
- 10 Sep, 2009 4 commits
-
-
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
-
- 23 Aug, 2009 1 commit
-
-
charras authored
-
- 17 Aug, 2009 1 commit
-
-
dickelbeck authored
-
- 07 Aug, 2009 1 commit
-
-
dickelbeck authored
-
- 06 Aug, 2009 1 commit
-
-
charras authored
-
- 29 Jul, 2009 1 commit
-
-
charras authored
pcbnew: Starting work on undo/redo in pcbnew. Only some delete item commands are stored in undo/redo stack
-