- 21 Dec, 2009 1 commit
-
-
charras authored
-
- 20 Dec, 2009 1 commit
-
-
charras authored
-
- 19 Dec, 2009 2 commits
- 11 Dec, 2009 2 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.
-
- 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.
-
- 06 Dec, 2009 1 commit
-
-
charras authored
-
- 03 Dec, 2009 1 commit
-
-
charras authored
-
- 02 Dec, 2009 2 commits
-
-
stambaughw authored
* Fixed EESchema options dialog focus bug so escape key now works in GTK. * Rename schematic objects for improved readability. * Fixed GCC compiler warnings in plot code. * Added paragraph in UIpolicies.txt about setting dialog box sizes. * Lots of message box string clean up.
-
faa authored
-
- 28 Nov, 2009 1 commit
-
-
charras authored
-
- 23 Nov, 2009 3 commits
-
-
charras authored
-
charras authored
-
stambaughw authored
-
- 22 Nov, 2009 1 commit
-
-
charras authored
enhancement in Gerbview: page limits can be now displayed on screen. Useful when printing a Gerber layer
-
- 15 Nov, 2009 1 commit
-
-
charras authored
-
- 07 Nov, 2009 1 commit
-
-
charras authored
others minor bugs fix.
-
- 05 Nov, 2009 1 commit
-
-
dickelbeck authored
-
- 02 Nov, 2009 1 commit
-
-
dickelbeck authored
-
- 30 Oct, 2009 1 commit
-
-
stambaughw authored
* Replaced library pin properties dialog with wxFormBuilder version. * Remove DialogBlocks version of pin properties dialog. * Add pin properties dialog support code to pin object. * Create single event handler for displaying pin properties dialog. * Remove left over DialogBlocks project file for annotate dialog. * Fixed escape key bug in library editor new component dialog. * Add GetUnitsLabel() to get human readable units for dialog labels. * Translate French comments in all modified files. * Some minor clean up of Doxygen comments.
-
- 28 Oct, 2009 1 commit
-
-
charras authored
-
- 27 Oct, 2009 2 commits
-
-
charras authored
-
jerryjacobs authored
-
- 26 Oct, 2009 2 commits
-
-
dickelbeck authored
quiet the newer g++ compilers, which complain about certain stdio function's return values not being used
-
charras authored
-
- 25 Oct, 2009 1 commit
-
-
charras authored
-
- 23 Oct, 2009 1 commit
-
-
charras authored
-
- 21 Oct, 2009 2 commits
- 17 Oct, 2009 1 commit
-
-
charras authored
-
- 16 Oct, 2009 1 commit
-
-
stambaughw authored
* Replace all known instances of (const wxChar*) casts to GetChars() for wxWidgets 2.9 compatibility. * Cleaned up get component dialog so last part gets saved on wild card selections. * Remove redundant schematic component drawing code. * Added SCH_COMPONENT constructor to create new component from library component object. * Add message panel helpers to WinEDA_DrawFrame and update old message panel access code. * Using library viewer to add component to schematic now respects unit and body style selection.
-
- 15 Oct, 2009 1 commit
-
-
charras authored
-
- 14 Oct, 2009 1 commit
-
-
stambaughw authored
* Create single event handler for grid size events. * Fix all frame windows to use new grid size event handler. * Use offset relative to ID instead of ComboBox index to save last grid size. * Move last grid size load/save setting into WinEDA_DrawFrame. * Add equality and assignment operators the GRID_TYPE. * Add current grid helper methods to BASE_SCREEN. * Add GetPins helper to LIB_COMPONENT to replace GetNextPin where applicable. * Add AppendMsgPanel helper to WinEDA_DrawFrame. * Improve rounding for display of coordinates when millimeter units are selected.
-
- 13 Oct, 2009 2 commits
- 11 Oct, 2009 1 commit
-
-
charras authored
-
- 10 Oct, 2009 1 commit
-
-
charras authored
Fixed problems in libedit and crashes when no component loaded
-
- 05 Oct, 2009 1 commit
-
-
dickelbeck authored
-
- 01 Oct, 2009 1 commit
-
-
charras authored
-