Achim
e73aa3b84d
ComboBox change sorting
...
alphabetical sorting in the ComboBox changed according to the order in
the elementInfoKeys list
2024-12-31 08:40:03 +01:00
Laurent Trinques
31ed09f185
Revert "Try to fix https://github.com/qelectrotech/qelectrotech-source-mirror/ "
...
This reverts commit 3992c60c45adfbbbecca119e1e505e9d3f0bc0d7.
2024-12-22 16:17:32 +01:00
Laurent Trinques
3992c60c45
Try to fix https://github.com/qelectrotech/qelectrotech-source-mirror/
...
pull/314
2024-12-22 14:25:30 +01:00
Laurent Trinques
34cc26a325
Revert "ElementEditor elmt_info_cb sorting changed"
2024-12-21 12:59:43 +01:00
Achim
7b50f10749
ElementEditor elmt_info_cb sorting changed
...
alphabetical sorting in the ComboBox changed according to the order in
the elementInfoKeys list
2024-12-08 19:36:22 +01:00
Laurent Trinques
e73cf633ce
2023->2024
2024-03-29 10:09:48 +01:00
Laurent Trinques
9afef79629
Update Copyright date
2023-01-01 17:05:57 +01:00
luz paz
1994235bc5
Fix various typos in source documentation and comments (cont.)
...
Found via `codespell`
2022-12-04 20:46:32 +01:00
joshua
0d90defcfe
Remove unused include
2022-09-28 21:54:02 +02:00
joshua
ffc2a7a7d7
Fix warning
2022-09-26 21:48:08 +02:00
joshua
3e75bedef0
Fix crash
...
https://qelectrotech.org/forum/viewtopic.php?pid=16647#p16647
2022-09-26 21:40:47 +02:00
joshua
74dcf96e4b
Element editor: make element text option "keep visual rotation" editable.
2021-05-08 22:14:15 +02:00
joshua
11b8ef927b
Revert "Merge branch 'XMLPropertiesNew'"
...
**Break a lot of thing.**
This reverts commit 1db1800572aa9a636b0cc03cd70cb490e47f00ca, reversing
changes made to 4c563821e885535ec123a019b5aa545e729b6cfc.
2021-03-11 19:52:50 +01:00
Martin Marmsoler
ea793125a5
move m_change_connections to ElementItemEditor, so it must not be defined by every editor it self
2021-03-05 20:59:36 +01:00
Martin
bc88f2ec2e
reimplement Priv function, so the ElementEditor gets called automatically
2021-03-05 17:38:51 +01:00
joshua
8f85cacb06
QetElementEditor : Use elementData class
2021-02-21 19:40:33 +01:00
joshua
24ec94d73e
QetElementEditor : rewrite gui with ui file
2021-02-21 19:40:32 +01:00
Laurent Trinques
ef58f34c14
Update Copyright date
2021-02-20 12:13:46 +01:00
joshua
30858f9a4d
Minor fix :
...
Combobox "information of element" don't display the real information set
to the dynamic text field
2021-02-15 18:53:22 +01:00
joshua
2513961cd6
Revert "Update Copyright date"
...
This reverts commit d04bccc384aa8b9dc16e4432ac72ccb787b2508b.
2021-02-06 19:00:48 +01:00
Laurent Trinques
d04bccc384
Update Copyright date
2021-02-06 18:33:42 +01:00
joshua
e1b98ce5b5
Revert "QetElementEditor : rewrite gui with ui file"
...
This reverts commit e3db2bc898c1479566dd1202c196fb3890d9e797.
2021-02-01 19:52:15 +01:00
joshua
e3db2bc898
QetElementEditor : rewrite gui with ui file
2021-01-30 19:34:21 +01:00
joshua
0a616088ea
Dynamic text field editor : move kcolorbutton from ui file to cpp file
...
Kcolorbutton is not available in Qt6 for now.
We move it from the ui file to the cpp file for choose at compilation if
qet must use kcolorbutton or not.
2021-01-07 18:56:25 +01:00
Simon De Backer
d3093f495b
Revert "Mod DynamicTextFieldEditor"
...
This reverts commit f6d777e2f76b0136670923f5b79b3bd22f30ca6e.
it is preferable to keep the gui in the ui file
QT6 will have to wait.
2021-01-04 20:37:17 +01:00
joshua
546db38683
Fix fail to build
2020-12-17 23:39:04 +01:00
Simon De Backer
f6d777e2f7
Mod DynamicTextFieldEditor
...
the ui file is written in the Dynamic Text Field Editor class
Add switch for KF5 (QT6)
2020-12-17 21:42:18 +01:00
Simon De Backer
cb37c1c2fe
Add switch for KF5 (QT6) and Mod Cmake
...
if we want to test QET on QT6, KF5 must be removed from the code,
this switch is for that,
this is for testing only
2020-12-16 23:06:08 +01:00
Simon De Backer
6da9c58458
Wip Fix preprocessor on Cmake
2020-12-10 21:19:45 +01:00
Simon De Backer
d15443cf93
Wip Fix preprocessor on Cmake
2020-12-10 18:49:35 +01:00
Simon De Backer
d0c129478e
Mod Cmake en preprocessor
2020-12-10 00:08:26 +01:00
Claveau Joshua
af7d1df5ab
Replace function by another one.
...
Replace function QETApp::elementInfoKeys() and
QETApp::elementInfoToVar(const QString &info) by function provided by
QETInformation.
2020-11-14 19:09:40 +01:00
Claveau Joshua
81efc5181b
Minor replace function by another one
...
Replace QETApp::conductorInfoKeys() and
QETApp::conductorTranslatedInfoKey(const QString &key) by
QETInformation::conductorInfoKeys() and
QETInformation::translatedInfoKey
2020-11-08 19:44:21 +01:00
Claveau Joshua
7882c5734a
Minor : fix little regression about folio report and displayed information
2020-11-08 19:05:11 +01:00
Simon De Backer
5d92393ee7
Wrap code for better readability
2020-09-07 22:03:40 +02:00
Simon De Backer
9dad8a5d01
Fix Bug Fill the combo box "element information" was not called
...
a typo it happens :)
See commit
216374d27c23fc36b69742e7833ea981aecae4b0
2020-08-23 17:47:53 +02:00
Simon De Backer
0c00d83b27
Fix some doxygen issues
2020-08-20 21:57:35 +02:00
Simon De Backer
d4ee161c07
Mod doc set style de same
2020-08-16 11:19:36 +02:00
damianCaceres
216374d27c
ElementEditor: dynamictextfieldeditor.cpp improve code style
2020-08-06 11:08:08 +02:00
Laurent Trinques
68e78a0de9
Fix indentation code
2020-07-15 20:20:07 +02:00
Laurent Trinques
fb75bf0a73
Add new variables for report folio and can be added in a composite text
...
{conductor_color}
{conductor_section}
2020-07-05 14:01:38 +02:00
Claveau Joshua
8ac8ff5384
Replace minus (-) by underscore (_)
2020-07-04 20:43:40 +02:00
Laurent Trinques
e10ae8ce2e
Update Copyright date
2020-06-15 17:42:53 +02:00
Laurent Trinques
509d1f39f0
Try to fix Ubuntu 18.04 FTBFS again
2020-06-14 17:49:50 +02:00
Martin Marmsoler
d7b5ceece1
implement currentParts() for every elementItemEditor so the editor can be extended to multi part edit in a later step
2020-06-14 17:07:14 +02:00
Martin Marmsoler
0fb98fbdac
add multiedit feature also for dynamic text
2020-06-14 17:07:14 +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
e36a4ddd0a
implement currentParts() for every elementItemEditor so the editor can be extended to multi part edit in a later step
2020-06-11 11:12:17 +02:00
Martin Marmsoler
1ccffda93b
add multiedit feature also for dynamic text
2020-06-11 11:12:17 +02:00
blacksun
47b78bfec1
use KColorButton instead of QPushButton when needed
...
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5787 bfdf4180-ca20-0410-9c96-a3a8aa849046
2019-03-15 18:07:57 +00:00