plc-user
07c6ac6c9f
correct some English comments
2025-07-09 15:23:01 +02:00
plc-user
ad29893842
use "%" for string-concatenation
...
Qt-Docs says it's less memory-usage...
2025-05-22 21:33:32 +02:00
plc-user
260ce2a8bc
unify NamesList "imported elements" to be used with Qt5 & Qt6; still need to decide whether to use list of QChars or written text in utf-8; kept both variants for now...
2025-03-05 07:03:38 +01:00
Laurent Trinques
43f0107eb1
Revert "Try Clazy fix-its"
...
Segfault on old Qt versions!
This reverts commit dba7caed3035585af4b301ed87bd4131dcac994c.
2025-02-14 16:17:58 +01:00
Laurent Trinques
dba7caed30
Try Clazy fix-its
...
clazy is a compiler plugin which allows clang to understand Qt
semantics. You get more than 50 Qt related compiler warnings, ranging
from unneeded memory allocations to misusage of API, including fix-its
for automatic refactoring.
https://invent.kde.org/sdk/clazy
2025-02-14 15:52:23 +01:00
Laurent Trinques
adcf77e34a
Replacing modules includes <QtConcurrent> with QtConcurrentRun and
...
QtConcurrentMap
Signed-off-by: Laurent Trinques <scorpio@qelectrotech.org>
2025-02-14 14:07:41 +01:00
plc-user
58aae63616
sorted translations \“imported elements\” in sourcecode and added some for Qt6
2025-02-08 07:45:48 +01:00
plc-user
b0324bd6e8
fix typo
2025-02-05 12:58:49 +01:00
plc-user
9dad6963cb
minor: typos, comments, whitespace, translation
2025-02-04 13:48:35 +01:00
Laurent Trinques
ffba440c6e
Rename (be) translation to Belgium-Flemish nl_BE
2025-01-05 13:55:48 +01:00
Laurent Trinques
77bfe84a4c
One year
2025-01-04 13:37:40 +01:00
plc-user
6dcb6ebcb7
fix typos and whitespace
2024-11-23 21:17:39 +01:00
Arkadiusz Kozdra
a2c1c5515a
Force light mode in collections like projects
2024-11-16 10:03:29 +01:00
Laurent Trinques
57b5819f07
Revert
2024-07-28 01:54:27 +02:00
Laurent Trinques
7c5e0135a6
Add to drag and drop the multiple selection in collections
...
See:https://qelectrotech.org/forum/viewtopic.php?pid=20125#p20125
2024-07-27 16:37:39 +02:00
plc-user
f33ea64b99
correct more indentations / whitespace (too many tabs)
2024-04-24 18:21:12 +02:00
plc-user
0d44933432
correct more indentations / whitespace
2024-04-24 18:02:00 +02:00
plc-user
fa68d545d0
correct more indentations / whitespace
2024-04-24 14:14:40 +02:00
Laurent Trinques
e73cf633ce
2023->2024
2024-03-29 10:09:48 +01:00
Laurent Trinques
0109f3bc23
Minor: When the user right-clicks on the collection tree and
...
selects the collection property, the collection name,
file path and number of elements will be added
to the qInfo log file.
2024-03-16 16:15:23 +01:00
Laurent Trinques
3c8d612742
The Elements Collection progress bar adds the number value of all the
...
elements counted.
2024-02-23 12:39:23 +01:00
plc-user
f519499a66
added a second user-collection
2023-12-09 12:02:04 +01:00
Laurent Trinques
9c68414165
Fix FTBFS
2023-10-16 17:17:48 +02:00
Laurent Trinques
60ceab8a32
Add unicode HEX codes from a string in Ukranian: "Імпортовані
...
елементи"
Refresh namesListForIntegrationCategory
2023-01-02 20:13:42 +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
Laurent Trinques
e63a8c8482
Minor
2022-02-16 13:57:04 +01:00
Laurent Trinques
855162bb03
Improve QElapsedTimer in seconds to compute time used for reload element collection
2022-02-16 12:34:04 +01:00
joshua
35cd790c8f
Fix crash
2022-02-06 16:36:00 +01:00
joshua
1a26133a78
Add a QElapsedTimer to compute time used for reload element collection
2022-02-06 15:50:25 +01:00
Simon De Backer
a4872bf686
[Qt6] mod QRegExp to QRegularExpression
...
note ad Core5Compat to Cmake
2021-03-07 20:21:39 +01:00
Simon De Backer
332d978043
[QT6] QtConcurrent its backwards now...function, object, args
2021-03-07 19:58:49 +01:00
joshua
24ec94d73e
QetElementEditor : rewrite gui with ui file
2021-02-21 19:40:32 +01:00
joshua
5f908fcd88
ElementCollectionWidgetWidget : Set search start when text to search have at least 3 letters.
...
The goal is to avoid gui freeze when search for 1 or 2 letters (in this
case qet search for every item and take a lot of time).
2021-02-21 09:44:38 +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 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
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
3fe0adc66e
QT6 QChar and int build error remove code for QT 6 or later!
...
this will have to be restored later.
2020-12-10 16:12:04 +01:00
Simon De Backer
d0c129478e
Mod Cmake en preprocessor
2020-12-10 00:08:26 +01:00
Simon De Backer
10c4c3d528
Wip Fix preprocessor on Cmake
2020-12-08 19:57:35 +01:00
Simon De Backer
859bf7f645
Mod clazy checks range-loop
...
you're using C++11 range-loops with non-const Qt containers
(potential detach).
adding missing &
2020-11-01 19:10:30 +01:00
Simon De Backer
24c930d727
Mod raw Pointer to QScopedPointer
...
Clang-Tidy and Clazy said
"drag" leaks memory
2020-10-30 21:07:12 +01:00
Claveau Joshua
8ba982f6cc
improve code readability
2020-10-27 21:05:29 +01:00
Claveau Joshua
329ceb4594
Bug fix : directory of embedded element collection is not translated
...
Bug introduced at commit 995066916b5f1c697abc70821750d8ae2364a3b7
2020-10-27 20:49:16 +01:00
Simon De Backer
9034d8d791
QT6: Fix deprecated QRegExp
2020-10-03 15:40:32 +02:00
Simon De Backer
30b8205f82
Mod some qWarning add QObject::tr
2020-09-24 22:39:11 +02:00