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 |
|
Simon De Backer
|
36dbe65457
|
Add TODO compile var + Fix doxygen issue
You can make your code warn on compile time for the TODO's
In order to do so, uncomment the following line. in pro file
DEFINES += TODO_LIST
|
2020-09-24 17:01:33 +02:00 |
|
Simon De Backer
|
b5ae1237e3
|
Fix QRegularExpression
-add isValid
-add debug
|
2020-09-23 21:36:48 +02:00 |
|
Simon De Backer
|
e0c8dd9585
|
Fix Revert deprecated QRegExp
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
see https://qelectrotech.org/forum/viewtopic.php?pid=13406#p13406
|
2020-09-23 19:03:13 +02:00 |
|
Simon De Backer
|
77321f6b70
|
Revert "Fix deprecated QRegExp"
This reverts commit 0a46b83dca7c4f26064a9b0101b9eeeddddaf4e3.
see https://qelectrotech.org/forum/viewtopic.php?pid=13378#p13378
|
2020-09-22 21:12:10 +02: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
|
0a46b83dca
|
Fix deprecated QRegExp
Use QRegularExpression instead.
https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
This function was introduced in Qt 5
|
2020-09-19 01:11:08 +02:00 |
|
Simon De Backer
|
5d92393ee7
|
Wrap code for better readability
|
2020-09-07 22:03:40 +02:00 |
|
Simon De Backer
|
504a061e71
|
Add loading time of collections inf to log
|
2020-08-31 21:22:26 +02:00 |
|
Simon De Backer
|
995066916b
|
Decreases the number of declaring variables
for improve readability
|
2020-08-24 22:10:58 +02:00 |
|
Simon De Backer
|
debca09d5c
|
Translate documentation + Fix indentation
|
2020-08-24 22:02:22 +02:00 |
|
Simon De Backer
|
0c00d83b27
|
Fix some doxygen issues
|
2020-08-20 21:57:35 +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
|
99abc165d6
|
Wrap code for better readability
|
2020-08-18 20:08:32 +02:00 |
|
Simon De Backer
|
790cdc5229
|
Fix some doxygen issues (~100)
|
2020-08-18 20:07:55 +02:00 |
|
Simon De Backer
|
4ed33109f4
|
Improve code style, Wrap code for better readability
|
2020-08-16 14:21:55 +02:00 |
|
Simon De Backer
|
d4ee161c07
|
Mod doc set style de same
|
2020-08-16 11:19:36 +02:00 |
|
Simon De Backer
|
90417ae509
|
Fix Copyright indentation
|
2020-08-16 09:40:14 +02:00 |
|
Simon De Backer
|
11a90d2f69
|
Remove code minium QT_VERSION 5.9
|
2020-08-12 22:04:46 +02:00 |
|
Simon De Backer
|
69ff437368
|
Mod doc, Improve code style
|
2020-08-12 21:59:00 +02:00 |
|
Simon De Backer
|
7834d6fb84
|
Mod doc, Improve code style
|
2020-08-08 23:58:17 +02:00 |
|
Simon De Backer
|
49cca54adc
|
Wrap code for better readability
|
2020-07-24 22:44:32 +02:00 |
|
Simon De Backer
|
c0df06c2ee
|
Mod doc set style de same
|
2020-07-24 22:44:10 +02:00 |
|
Simon De Backer
|
fe4552200b
|
Add compiler message @TODO
|
2020-07-19 22:06:42 +02:00 |
|
Laurent Trinques
|
68116f4664
|
Fix indentation code
|
2020-07-15 23:00:21 +02:00 |
|
Laurent Trinques
|
e10ae8ce2e
|
Update Copyright date
|
2020-06-15 17:42:53 +02:00 |
|