jean-pierre charras
e7d5770f42
Fix some Doxygen warnings.
Eeschema: cleaning code. Start work to enhance annotation algorithm.
Already added an option to annotate using sheet number (sheet 1 uses numbers 100 to 199, sheet 2 uses 200 to 299..).
Works fine if deleting existing annotation, but needs work to be used when the existing annotation is kept .
15 years ago
Wayne Stambaugh
d0105f1ba6
EESchema code refactoring and other minor fixes.
15 years ago
Dick Hollenbeck
dbb2dd7127
from 12-Dec-2010 Sweet Spec
15 years ago
Dick Hollenbeck
0ff5faaf23
++richio:
* Deleted kicad_exceptions, because it required the big #include <wx/wx.h> and
that was slowing down compiling. Moved that stuff back into richio.h where
it came from.
* Enhanced IO_ERROR to format an errorText.
* Added THROW_IO_ERROR() and THROW_PARSE_ERROR() macros to capture the
the call site of the thrower. If you have problems compiling, it is probably
due to the definition of __LOC__ in richio.h. Some compilers may not support
__func__ in C++ yet. Find a macro that identifies your compiler, and we can
work out something in the #define of __LOC__.
15 years ago
Dick Hollenbeck
d2cc77ac71
see CHANGELOG.txt
15 years ago
Dick Hollenbeck
d4b7757304
forgot sweet.keywords
15 years ago
Dick Hollenbeck
70b17eed1d
Constructed and organized all the /new infrastructure to get a Sweet string being passed
to PART::Parse() from test program. Ready now to complete the PART parsing.
15 years ago
Marco Serantoni
3caca699cc
typo fixed
15 years ago
Dick Hollenbeck
7bcb4ff34e
merge from testing
15 years ago
Dick Hollenbeck
69801630aa
changes
15 years ago
Dick Hollenbeck
f6265fd272
Added "lookup" functions to LIB_TABLE. Fixed up Doxygen output even more.
Include image file inline on main HTML page.
Added HTTP_LIB_SOURCE.
Added utf8.h
15 years ago
jean-pierre charras
a9010796e0
Doxygen comment warning fixes.
15 years ago
Dick Hollenbeck
f6def3eaf4
++new:
Completed most of /new class LIB_TABLE.
Completed all of /new class LPID.
15 years ago
Dick Hollenbeck
911bde45b6
changes
15 years ago
Marco Serantoni
92af087a10
OSX: Little fixes and update of packagemaker
15 years ago
Dick Hollenbeck
695ac11a85
bazaar things, time for a break
15 years ago
Dick Hollenbeck
29e829b7c0
new/sch_lpid.*, fix Doxygen errors in /new
15 years ago
Dick Hollenbeck
5311dd70e7
changes
15 years ago
Dick Hollenbeck
99c1a9a1bb
changes
15 years ago
Dick Hollenbeck
85477537ce
more richio enhancements, /new work, SCH::LIB_TABLE nearly finished
15 years ago
Dick Hollenbeck
dc35a18c85
merge from testing, new work
15 years ago
Dick Hollenbeck
4e97b4e179
changes
15 years ago
jean-pierre charras
258cebf1a8
Fix some Doxygen warnings. No new code.
15 years ago
Dick Hollenbeck
37d73b030d
fix more IO_ERROR() constructor issues
15 years ago
Dick Hollenbeck
27dea7826d
more IO_ERROR constructor fixes
15 years ago
Dick Hollenbeck
02e1f83906
fix utf8 IO_ERROR() compile problem
15 years ago
Dick Hollenbeck
53249cda85
fix utf8 IO_ERROR() compile problem
15 years ago
Dick Hollenbeck
a6e21516ed
implement more of SCH::LIB_TABLE, start SCH::LPID, enhance richio
15 years ago
Dick Hollenbeck
a7c11a0b11
implement most of SCH::LIB_TABLE, start SCH::LPID, enhance richio
15 years ago
Dick Hollenbeck
7ca0b717bc
SCH_LIB_TABLE::Parse()
15 years ago
Dick Hollenbeck
5b5db5557d
change order of constructor args of DSNLEXER::DSNLEXER()
15 years ago
Dick Hollenbeck
bdbd28a9f4
complete initial version of LIB_TABLE::Parse()
15 years ago
Dick Hollenbeck
7798e51dc7
more /new work, create a place for Wayne to work on PART::Parser()
15 years ago
Dick Hollenbeck
364132cbe1
add cmake function make_lexer
15 years ago
Dick Hollenbeck
4f956712e2
fill out more /new files
15 years ago
Marco Serantoni
916f80f1b4
Adding artwork from Jerry Jacobs for bitmap2component
15 years ago
Marco Serantoni
a6c6041266
OSX: Fixes making bitmap2compoenent work.
15 years ago
jean-pierre charras
2faf429643
Fix bug in SCH_SHEET copy constructor (size not copied, so copied hierarchical sheets have a 0 size), and a minor bug in block save.
15 years ago
jean-pierre charras
952f9f9b7e
Fix bug in LIB_COMPONENT::LocateDrawItem() that destroys DefaultTransform matrix.
15 years ago
jean-pierre charras
b700f7c248
fix bug 692240: a subtle bug in LIB_COMPONENT::LocateDrawItem() that destroys DefaultTransform matrix.
15 years ago
Dick Hollenbeck
263e5c2413
sch_dir_lib_source.*
15 years ago
Dick Hollenbeck
4c8b87dc8c
sch_dir_lib_source.* continued work
15 years ago
Dick Hollenbeck
2def9b3f7e
merge from testing
15 years ago
Dick Hollenbeck
150373cb2f
fix comments
15 years ago
jean-pierre charras
de6beac92a
version id update
15 years ago
jean-pierre charras
3453e67085
Eeschema: minor enhancements
15 years ago
jean-pierre charras
69b19f5148
Libedit: fix a bug (affects only multi parts per packages) after moving an item.
15 years ago
Wayne Stambaugh
b98538ec35
Add copy constructors and cloning to schematic objects and other minor fixes.
15 years ago
jean-pierre charras
c699c726b6
Eeschema: in component properties dialog, add control for fields texts justification, like in Libedit.
Fix some Doxygen warnings.
15 years ago
jean-pierre charras
aec75256c9
Eeschema, Modedit: void fields (mainly the footprint field) now cannot be selected when click on them.
15 years ago