59 Commits

Author SHA1 Message Date
luz paz
10c1ee639c Fix various typos (including documenation)
Found via `codespell -q 3 -S *.ts,./qucs/ChangeLog -L ba,coul,inout,leaded,nd,numer,ro`
2022-07-05 07:08:28 -04:00
Vadim Kuznetsov
69c7eb4973 Add qucs namespace and fix Arc name conflict 2022-02-20 15:43:44 +01:00
Vadim Kuznetzov
8af5b96ee3 Fixed Timing diagram printing
1. Make Diagram::paintDiagram() virtual
2. Override Digaram::paintDiagram() method for TimingDiagram and
TabDiagram
2016-11-11 13:25:27 +03:00
Vadim Kuznetzov
6884e6cd78 Able to print diagram independently from markers
Diagram::paint() was splitted into two methods: Diagram::painDiagram()
and Diagram::paintMarkers(). It allow to print diagram without markers
and supress marker lines when only diagram is selcted and markers are
outside diagram.
2016-06-20 14:23:14 +03:00
Felix Salfelder
f7c582f5bb upgrade Graph::ScrPoints type
- turn into class, make internals private
- implement some member functions
- corresponding code adaptions
2015-07-02 17:12:59 +02:00
Felix Salfelder
5942b9392f register parent diagram in graph, not in marker. turn into const*
the marker is attached to the graph, the graph knows the diagram. so the
extra pointer is redundant/confusing.
2015-06-29 23:03:01 +02:00
Felix Salfelder
a3046c1d81 annotate marker and related code, starting to sort out data flow
also, do some code move and cleanup to increase readability
2015-06-29 22:39:14 +02:00
Felix Salfelder
e38071b13f switch Q3PtrList to QVector in Graph::cPointsX, fix constness in a few places
Q3PtrList is deprecated, also does not provide random access on
immutable instances, which is required for Graph::axis(uint) const.

(should probably store DataX instead of DataX*. leave it like that for
now.)
2015-06-29 11:04:34 +02:00
Felix Salfelder
1dbd9f4132 const (args) for calcCoordinate. dissect implicit iterator magic. 2015-06-23 10:59:47 +02:00
Felix Salfelder
aed2acc738 clarify the roles of Draph, Diagram, and Axis.
untangle spaghetti code, potentially removing stray features
2015-06-22 20:37:36 +02:00
Felix Salfelder
27064475cc ScrPoints
- a typed Graph point container
- make Graph iterable
- (partly) translate to C++
- move graph functions to Graph
2015-06-16 11:43:27 +02:00
Felix Salfelder
2a424ba4e6 put finishMarkerCoordinates code into place. dont rely on names
requires "const" for 2 involved Diagram functions
2015-06-14 17:23:22 +02:00
Felix Salfelder
6f9867972f move setMarker for diagrams to diagrams implementation
(does not change anything)
2015-06-14 14:57:31 +02:00
Guilherme Brondani Torri
722325ebde port Diagrams, from Qt3PtrList to QList
* port the Diagram Class and the derived diagrams
2014-09-03 11:18:36 +02:00
Guilherme Brondani Torri
f06bb6d860 qucs: move from Q3TextStream to QTextStream 2014-06-06 22:06:38 +02:00
Guilherme Brondani Torri
edde902512 Fix depreprecated header include
Silence the anoying warning:
c:/Qt/4.8.5/include/Qt/qbrush.h:3:10: warning: #warning "Inclusion of header fil
es from include/Qt is deprecated."
2013-12-01 18:35:44 +01:00
Vadim Kusnetzov
70904d0ecc Basic functions works for export diagram to png graphics 2013-11-15 10:32:08 +04:00
Vadim Kuznetzov
6a85717f1d Further development 2013-11-14 20:29:49 +04:00
Vadim Kuznetzov
71189cca4a Export to Graphics File Item is added to diagram context menu. Slot was realised for this menu. 2013-11-12 20:25:06 +04:00
Frans Schreuder
35600b50a5 Fixed the QPainter problem, All paint actions are now moved from mouseactions to schematic (to the paint event) 2012-12-05 10:12:11 +01:00
Frans Schreuder
5736ac67f8 Compiles with QT4 (still crashes when opening a document) 2012-10-31 09:15:06 +01:00
ela
d9a7579b2f 2007-05-14 Stefan Jahn <stefan@lkcc.org>
* diagrams/diagram.cpp (loadGraphData): Fixed a bug which skipped
        reloading of newly computed graphs in a diagram.  Thanks to
        Michael.
2007-05-14 20:34:24 +00:00
margraf
6ec6986763 *** empty log message *** 2007-02-08 07:04:54 +00:00
margraf
dee55cd7a2 *** empty log message *** 2006-12-18 06:57:24 +00:00
margraf
b8acb4c45e *** empty log message *** 2006-07-24 06:12:23 +00:00
margraf
da6e6bc99d *** empty log message *** 2006-06-06 06:14:17 +00:00
margraf
18a48d6e04 *** empty log message *** 2005-11-28 07:17:35 +00:00
margraf
5417167bbb *** empty log message *** 2005-11-07 07:04:50 +00:00
margraf
1448bea334 *** empty log message *** 2005-10-24 06:10:35 +00:00
margraf
92c33f3b80 *** empty log message *** 2005-07-19 06:05:41 +00:00
margraf
a9d25555fe *** empty log message *** 2005-06-23 06:06:40 +00:00
margraf
a200d0d1e5 *** empty log message *** 2005-04-19 06:33:22 +00:00
margraf
0a76d22d0c *** empty log message *** 2005-04-12 13:22:48 +00:00
margraf
f998dddb1b *** empty log message *** 2005-03-28 14:23:06 +00:00
margraf
639ef0838e *** empty log message *** 2005-03-22 18:39:40 +00:00
margraf
0fc3da9edc *** empty log message *** 2005-03-13 14:46:24 +00:00
raimi
01a12e6cbb *** empty log message *** 2005-02-14 19:54:33 +00:00
margraf
602fd68627 *** empty log message *** 2004-12-04 18:41:22 +00:00
margraf
85818e0b07 *** empty log message *** 2004-11-28 18:29:33 +00:00
margraf
329a900ed4 *** empty log message *** 2004-11-21 17:47:19 +00:00
margraf
a40b0e808a *** empty log message *** 2004-11-11 18:32:34 +00:00
margraf
d3af79562b *** empty log message *** 2004-11-06 16:29:51 +00:00
margraf
55bc8129d9 *** empty log message *** 2004-10-31 17:55:57 +00:00
margraf
1386f3ac77 *** empty log message *** 2004-10-10 16:06:55 +00:00
ela
ed70b1ac54 * Removed any occurrence of #include "../". 2004-09-10 16:30:41 +00:00
margraf
74a0fac792 *** empty log message *** 2004-08-20 20:13:01 +00:00
margraf
6dd00e3257 *** empty log message *** 2004-08-14 06:40:55 +00:00
margraf
d3046a9af4 *** empty log message *** 2004-08-01 18:49:01 +00:00
margraf
99174ce234 *** empty log message *** 2004-07-18 18:48:51 +00:00
margraf
713347e7c0 *** empty log message *** 2004-06-21 08:22:13 +00:00