Kristoffer Ödmark
19d5cc7548
Removed all exception specifiers since deprecated.
Exception specifiers are deprecated in cpp11, so went through them all
and removed them from the code.
9 years ago
Simon Wells
09ef795a02
Minor coding style fixes in headers
10 years ago
jean-pierre charras
6cc91a074b
Remove a few conditional compilation for wxWidgets version < 3.0
Update a old .fbp file.
10 years ago
Dick Hollenbeck
1c0f034bca
Make KiCad compile with minimal warnings against SVN HEAD of wxWidgets as of today.
12 years ago
Dick Hollenbeck
64f8e0b8e1
various
13 years ago
Alexander Lunev
a3f2980d80
Fix pcad2kicad issue, from A. Lunev, and a minor code cleaning in component_references_lister.cpp.
13 years ago
Alexander Lunef
40f4304b2f
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
13 years ago
Dick Hollenbeck
ffd57d88d7
move all hashtable declarations into include/hashtables.h, prepare for boost usage
14 years ago
jean-pierre charras
75d2dc7311
Pcbnew: Hight contrast mode: commit last patch from Miguel Angel Ajo Pelayo, which also fixes an old bug.
All: prepare better compatibility with wxWidgets 2.9.4. Works fine with 2.8.x (I hope...)
14 years ago
Dick Hollenbeck
b8a0ab4c52
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
14 years ago
Wayne Stambaugh
4b853dedb4
Application name capitalization fixes.
* Correct all user strings and comments for the correct capitalization of
application names according to JP. They are KiCad, Pcbnew, CvPcb,
Eeschema, and GerbView.
* Add a note the the user interface policy about the correct capitalization.
14 years ago
Wayne Stambaugh
0c44335795
Lots and lots of PCBNew code cleaning and fix build bug introduced in r3108.
* Changed <wx-2.8/xml/xml.h> to "xnode.h" in pcbnew_config.cpp to fix bug
when building against wxWidgets 2.9 and above.
* Convert broken wxXmlNode code to use XNODE.
* Overloaded XNODE constructor for creating child nodes.
* Translate French naming conventions.
* Translate French comments.
* Remove tabs from several source files.
* Coding style policy and Doxygen comment fixes.
14 years ago
Dick Hollenbeck
85477537ce
more richio enhancements, /new work, SCH::LIB_TABLE nearly finished
15 years ago
Dick Hollenbeck
067bf8518c
change IOError class name spelling to IO_ERROR to conform to coding standards
15 years ago
Dick Hollenbeck
6417db152a
unconditionally supply some overloads to deal with older wx versions
15 years ago
Dick Hollenbeck
92d58ffea4
XML tweaks
15 years ago
Dick Hollenbeck
fb0bb79a8d
TokenList2DsnLexer.cmake, netform.cpp enhancements
15 years ago
Dick Hollenbeck
f285c8295b
S-expression in xnode.cpp
16 years ago
Dick Hollenbeck
2c44d8175f
add XNODE and XATTR classes
16 years ago