- 28 Aug, 2010 1 commit
-
-
jean-pierre charras authored
Added hotkeys editor from David Turner, with a lot of enhancements and fixes Added pins connections info in intermediate netlist for each compoment. This is redundant, but some netlist formats (ORCADPCB, PSPICE) are very easy to create with this redundant info.
-
- 24 Aug, 2010 1 commit
-
-
Wayne Stambaugh authored
-
- 23 Aug, 2010 3 commits
-
-
Wayne Stambaugh authored
* Fix build errors for ambiguous wxDialog constructor using gcc 3.4.5 on MinGW/MSYS. * Fix compiler warnings in VRML export.
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 22 Aug, 2010 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 20 Aug, 2010 2 commits
-
-
jean-pierre charras authored
fixed issues in pads-pcb xsl converter
-
jean-pierre charras authored
fixed issues in pads-pcb xsl converter
-
- 19 Aug, 2010 4 commits
-
-
jean-pierre charras authored
Removed useless messages in debug mode. Fixed very minor issues (minor warnings in debug mode) 3D export: Added patch from Lorenzo Marcantonio. Fixed issue in VRML export dialog.
-
jean-pierre charras authored
3D view: now displays polygons used in footprint shapes, like logos. Fixed very minor issues (minor warnings in debug mode)
-
Dick Hollenbeck authored
-
jean-pierre charras authored
3D export: Added patch from Lorenzo Marcantonio. Fixed issue in VRML export dialog. Removed useless messages in debug mode.
-
- 17 Aug, 2010 6 commits
-
-
jean-pierre charras authored
Updated boost library version to stable 1_44_0 (mainly for boost::polygon)
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
Pcbnew: Added move and rotate hot keys in board editor. hotkeys.cpp code cleaned. Fixed a bug that can crash Pcbnew when switching track posture.
-
jean-pierre charras authored
Pcbnew: Added move and rotate hot keys in board editor. hotkeys.cpp code cleaned. Fixed a bug that can crashes Pcbnew when switching track posture.
-
- 12 Aug, 2010 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
Dick Hollenbeck authored
Use wxXmlNode::GetProperties() and not GetAttributes() since the former is more widely available in older wxXml libs
-
- 11 Aug, 2010 7 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
jean-pierre charras authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
jean-pierre charras authored
-
Dick Hollenbeck authored
-
- 10 Aug, 2010 4 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
Wayne Stambaugh authored
* Fixed multiple line strings causing MSVC compile errors. * Fixed memory leak when attempting to add duplicate library component. * Added recent cmake generated files to bazaar ignore list. * Minor code cleaning.
-
-
- 09 Aug, 2010 4 commits
-
-
Dick Hollenbeck authored
Revise TokenList2DsnLexer.cmake to take outCppFile and outHeaderFile optinally and enum mandatorily. Standardize the script's invocation technique within all the CMakeLists.txt files.
-
Dick Hollenbeck authored
Revise TokenList2DsnLexer.cmake to take outCppFile and outHeaderFile optinally and enum mandatorily. Standardize the script's invocation technique within all the CMakeLists.txt files.
-
Dick Hollenbeck authored
Revise TokenList2DsnLexer.cmake to make an entire derived lexer class that returns the proper enum type for superior debugging. ++eeschema * netform.cpp now outputs the allowed footprint filters for a given library component. * There is an auto-generated class called NETLIST_LEXER which is defined in from netlist.keywords by TokenList2DsnLexer.cmake into netlist_lexer.h, that may be the basis of loading a S-expression form of the generic netlist format which is written from netform.cpp.
-
Dick Hollenbeck authored
-
- 08 Aug, 2010 2 commits
-
-
Dick Hollenbeck authored
* add xnode.cpp and xnode.h which can be used to output either an XML or S-expression document file. * Add class STREAM_OUTPUTFORMATTER which is a richio class which can write to any of the wxOutputStream derivatives, such as file, socket, zip, tar. * Added netlist.keywords ++eeschema * netform.cpp can now output S-expression OK, although I have it commented out pending the addition of a UI for it.
-
Dick Hollenbeck authored
-
- 07 Aug, 2010 1 commit
-
-
Dick Hollenbeck authored
-