joshua
|
be2067148e
|
Element editor : add terminal properties editable
|
2021-02-21 19:40:33 +01:00 |
|
joshua
|
444f62a1f8
|
element data : add terminal type enum and terminal function enum
|
2021-02-21 19:40:33 +01:00 |
|
joshua
|
8f85cacb06
|
QetElementEditor : Use elementData class
|
2021-02-21 19:40:33 +01:00 |
|
joshua
|
ffe3d98279
|
Add element data class
|
2021-02-21 19:40:33 +01:00 |
|
joshua
|
a1779d1a7a
|
Rewrite terminaleditor with ui file.
Write terminal editor with ui file.
The terminalData::type of a terminal can be edited with the terminal
editor.
|
2021-02-21 19:40:33 +01:00 |
|
joshua
|
252106178b
|
Add enum Type to terminalData class
|
2021-02-21 19:40:32 +01:00 |
|
joshua
|
a00404bc9f
|
clean terminal and terminaldata class
|
2021-02-21 19:40:32 +01:00 |
|
joshua
|
e2ebb445a8
|
Terminal : remove unused code
|
2021-02-21 19:40:32 +01:00 |
|
Laurent Trinques
|
ef58f34c14
|
Update Copyright date
|
2021-02-20 12:13:46 +01:00 |
|
joshua
|
2513961cd6
|
Revert "Update Copyright date"
This reverts commit d04bccc384.
|
2021-02-06 19:00:48 +01:00 |
|
Laurent Trinques
|
d04bccc384
|
Update Copyright date
|
2021-02-06 18:33:42 +01:00 |
|
Simon De Backer
|
d0c129478e
|
Mod Cmake en preprocessor
|
2020-12-10 00:08:26 +01:00 |
|
Simon De Backer
|
2a69e540d6
|
Fix Qt 6 definition of macro ‘Q_DECLARE_MOVABLE_CONTAINER’
adding #include <QHash>
+ code fail to compile if it uses deprecated APIs.
=> see .pro file
|
2020-09-21 21:19:50 +02:00 |
|
Simon De Backer
|
5d92393ee7
|
Wrap code for better readability
|
2020-09-07 22:03:40 +02:00 |
|
Simon De Backer
|
0c00d83b27
|
Fix some doxygen issues
|
2020-08-20 21:57:35 +02:00 |
|
Simon De Backer
|
e3093bd06c
|
Fix doxygen issue, Mod to and from Settings
what does this code do?
|
2020-08-19 21:29:18 +02:00 |
|
Simon De Backer
|
cdb2e7b523
|
Wrap code for better readability
|
2020-08-19 21:27:14 +02:00 |
|
Simon De Backer
|
666f20856e
|
Fix some doxygen issues
|
2020-08-19 21:26:36 +02:00 |
|
Simon De Backer
|
6c806d151d
|
Improve code style
|
2020-08-16 14:25:14 +02:00 |
|
Simon De Backer
|
d4ee161c07
|
Mod doc set style de same
|
2020-08-16 11:19:36 +02:00 |
|
Simon De Backer
|
bbd3085b8d
|
Fix indentation code + Mod doc
|
2020-07-19 20:06:22 +02:00 |
|
Simon De Backer
|
1251d7d9b0
|
Fix indentation code + Mod doc
|
2020-07-19 20:05:58 +02:00 |
|
Simon De Backer
|
2229a1938d
|
Add documentation
|
2020-07-19 20:05:13 +02:00 |
|
Simon De Backer
|
cecacfc769
|
Fix compiler warining non-virtual destructor
ref:
https://stackoverflow.com/questions/38407723/how-to-delete-an-object-of-derived-class-that-has-no-dstructor
|
2020-07-19 15:48:46 +02:00 |
|
Simon De Backer
|
2cdfce18ec
|
Mod doc to set style de same + Fix indentation code
|
2020-07-15 18:31:04 +02:00 |
|
Simon De Backer
|
501134ab25
|
add Q_UNUSED for TerminalData:: fromSettings & toSettings
|
2020-06-21 10:49:38 +02:00 |
|
Laurent Trinques
|
e10ae8ce2e
|
Update Copyright date
|
2020-06-15 17:42:53 +02:00 |
|
Martin Marmsoler
|
3bac452141
|
add comments
|
2020-06-14 13:29:26 +02:00 |
|
Martin Marmsoler
|
af989b1cd8
|
Use uuid instead of an index to connect multiple elements
|
2020-06-14 13:29:25 +02:00 |
|
Martin Marmsoler
|
587ada643f
|
try to use TerminalData in Terminal and PartTerminal, sou the code must not be written double
|
2020-06-14 13:29:25 +02:00 |
|
Martin Marmsoler
|
77a2ceea7d
|
regarding to joshuas email, toXml uses a new structure. So it is changed in the properties interface and xrefproperties
|
2020-06-14 13:29:25 +02:00 |
|
Laurent Trinques
|
22e619d6b9
|
Revert pull request #48
|
2020-06-14 07:35:52 +02:00 |
|
Martin Marmsoler
|
c9a7c836c5
|
add comments
|
2020-06-13 16:26:22 +02:00 |
|
Martin Marmsoler
|
9b06a81c49
|
Use uuid instead of an index to connect multiple elements
|
2020-06-13 16:26:22 +02:00 |
|
Martin Marmsoler
|
ec52032532
|
try to use TerminalData in Terminal and PartTerminal, sou the code must not be written double
|
2020-06-13 16:26:22 +02:00 |
|
Martin Marmsoler
|
8c6b4120f5
|
regarding to joshuas email, toXml uses a new structure. So it is changed in the properties interface and xrefproperties
|
2020-06-13 16:26:22 +02:00 |
|
Laurent Trinques
|
3e1740cee0
|
Revert Martin pull request for now, and return to last 7e9fd8df9 commit
|
2020-06-11 13:19:30 +02:00 |
|
Martin Marmsoler
|
cccc4fc0c4
|
add comments
|
2020-06-11 11:12:05 +02:00 |
|
Martin Marmsoler
|
e6f77ec369
|
Use uuid instead of an index to connect multiple elements
|
2020-06-11 11:12:05 +02:00 |
|
Martin Marmsoler
|
6d782f4abb
|
try to use TerminalData in Terminal and PartTerminal, sou the code must not be written double
|
2020-06-11 11:12:05 +02:00 |
|
Martin Marmsoler
|
dcbcb5391f
|
regarding to joshuas email, toXml uses a new structure. So it is changed in the properties interface and xrefproperties
|
2020-06-11 11:12:05 +02:00 |
|
Claveau Joshua
|
87f26ce691
|
Cross Xref : display power contact by default
|
2020-04-09 16:17:37 +02:00 |
|
Laurent Trinques
|
3fa071841c
|
Merge and clean Stromie patch : feature set xref slave position
|
2019-08-31 07:37:34 +02:00 |
|
scorpio810
|
3ed7a4e63b
|
Minor : update Copyright date
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5705 bfdf4180-ca20-0410-9c96-a3a8aa849046
|
2019-01-13 16:56:12 +00:00 |
|
scorpio810
|
31f36b8625
|
Modernize-use-override refactors code
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5009 bfdf4180-ca20-0410-9c96-a3a8aa849046
|
2017-08-05 02:10:01 +00:00 |
|
scorpio810
|
41659fa6fd
|
Revert r4900
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4902 bfdf4180-ca20-0410-9c96-a3a8aa849046
|
2017-02-05 16:18:50 +00:00 |
|
scorpio810
|
6422dd096f
|
Replace foreach function by for, please try and report problem
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4900 bfdf4180-ca20-0410-9c96-a3a8aa849046
|
2017-02-04 21:43:23 +00:00 |
|
scorpio810
|
54c85db29c
|
Minor update Copyright year
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4860 bfdf4180-ca20-0410-9c96-a3a8aa849046
|
2017-01-20 10:55:49 +00:00 |
|
blacksun
|
0ea8b45f70
|
Fix wrong way to save number value in xml file. (store without local formating)
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4748 bfdf4180-ca20-0410-9c96-a3a8aa849046
|
2016-10-17 19:41:44 +00:00 |
|
dfochi
|
373f3bf5a6
|
Xref: Change Vertical Offset of Cross References
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4547 bfdf4180-ca20-0410-9c96-a3a8aa849046
|
2016-06-07 17:01:59 +00:00 |
|