- Remove dependency on Q3PtrList (most important)
- Hide implementation details (in particular make private
container used to actually store connected elements)
- New class API
- Formatting and code structuring
After switching everything to drawing using bare QPainter, a lot
of ViewPainter-based stuff became unused and basically obsolete,
including the ViewPainter itself.
* schematic_file.cpp (createSubNetlistPlain): Adjusting type
specifiers of VHDL subcircuits according to arbitrary signal types
in VHDL files.
2009-03-10 Stefan Jahn <stefan@lkcc.org>
* vhdlfile.cpp (loadFile): Extracting signal types and passing
them to port specifications.