18 Commits

Author SHA1 Message Date
Andrey Kalmykov
e2c540d7f9 Add warning comments to Node::connect and Node::disconnect 2024-08-02 18:17:38 +02:00
Andrey Kalmykov
2cad2d6a13 Refactor Node class
- 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
2024-07-16 19:32:38 +02:00
Andrey Kalmykov
6e5493b13b Move 'Conductor' to a separate header file 2024-07-16 19:01:00 +02:00
Andrey Kalmykov
1a05e1310e Remove ViewPainter and related stuff
After switching everything to drawing using bare QPainter, a lot
of ViewPainter-based stuff became unused and basically obsolete,
including the ViewPainter itself.
2024-05-19 00:42:48 +03:00
Andrey Kalmykov
4e9e9680cb Add "QPainter" version of Node::paint 2024-05-18 23:27:32 +03:00
Vadim Kuznetsov
53d4088388 CMake switched to Qt5; QT3 compatibiliy classes added 2022-02-13 18:32:19 +01:00
yodalee
6e784d847f clean redundant include in main directory
messagedock.h messagedock.cpp

element.cpp
main.h
mnemo.h mnemo.cpp
module.cpp module.h

mouseaction.h mouseaction.cpp

node.h
octave_window.h

qucs.cpp qucs.h

syntax.h
viewpainter.h
wire.h
wirelabel.cpp wirelabel.h
2014-10-30 21:41:05 +08:00
Guilherme Brondani Torri
b0d7cce0b7 Fix several Qt3 deprecated header inclusion 2013-12-01 18:35:44 +01:00
Frans Schreuder
5736ac67f8 Compiles with QT4 (still crashes when opening a document) 2012-10-31 09:15:06 +01:00
ela
1ca20436a1 2009-09-12 Stefan Jahn <stefan@lkcc.org>
* library/Transistors.lib: Added BD139 transistor provided by
        Frans Schreuder.  Thanks!
2009-09-12 15:59:29 +00:00
ela
68bce527f6 2009-03-10 Stefan Jahn <stefan@lkcc.org>
* 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.
2009-03-10 19:32:11 +00:00
margraf
181e4a77f4 *** empty log message *** 2005-08-15 06:04:52 +00:00
margraf
aa91bd9405 *** empty log message *** 2004-12-19 16:06:24 +00:00
margraf
d3af79562b *** empty log message *** 2004-11-06 16:29:51 +00:00
margraf
1386f3ac77 *** empty log message *** 2004-10-10 16:06:55 +00:00
margraf
db10da140d *** empty log message *** 2004-06-16 17:41:33 +00:00
margraf
47c82e4059 *** empty log message *** 2004-03-28 19:51:04 +00:00
ela
b7b4dd970d * Repaired CVS. 2003-10-15 21:32:36 +00:00