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
8fb1cd0fa7
Add __FILE__ __LINE__ __FUNCTION__ to failed to load desired_language
...
qInstallMessageHandler(myMessageOutput);// for debugging
is only called later,so we have to get the info manually
2020-12-13 16:26:33 +01:00
Simon De Backer
83d802adf7
Mod Cmake first working build
2020-12-11 14:55:11 +01:00
Simon De Backer
62b71c0ba5
Fix more Cmake + Mod pragma message
2020-12-11 00:45:43 +01:00
Simon De Backer
6da9c58458
Wip Fix preprocessor on Cmake
2020-12-10 21:19:45 +01:00
Simon De Backer
6aa30d5f57
Add QPointF code did not build
2020-12-10 18:52:20 +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
53aaa03967
fix QT DEPRECATED VERSION 5.15.2 and QT6
...
-QPrinter
2020-12-04 22:46:11 +01:00
Claveau Joshua
b22741732b
Minor fix : folio-report information 'tension_protocol' isn't displayed
...
When a folio report have a text item witch must display the information
'tension protocol' the text is empty.
Replace the string 'tension/protocol' by 'tension_protocol' in
QETInformation namespace.
Move the static QStrings of the namespace QETInformation from
qetinformation.cpp to qetinformation.h to be use everywhere in the code.
2020-12-04 21:07:42 +01:00
Simon De Backer
77e6248ac9
fix QT DEPRECATED VERSION 5.15.2 and QT6
...
-QPrinter
2020-12-04 18:15:37 +01:00
Simon De Backer
ccd76f902d
fix QT DEPRECATED VERSION 5.15.2
...
-Qt::MidButton
2020-12-04 18:13:48 +01:00
Claveau Joshua
ada563719b
Minor fix
2020-12-02 18:47:28 +01:00
Laurent Trinques
2f004c271f
Update displayed version to release candidate
2020-12-01 15:45:48 +01:00
Claveau Joshua
aa858ba32d
project database : minor
2020-11-22 12:16:17 +01:00
Claveau Joshua
a303a38d0d
ProjectDatabase improvement
...
Use transaction / commit when several elements was changed instead of
update one by one each element.
2020-11-22 11:31:43 +01:00
Claveau Joshua
8fec6dabef
Dynamic element text item new feature
...
Add feature keep visual rotation.
When parent is rotated, the text rotation is changed to keep the same
visual rotation.
2020-11-20 20:52:19 +01:00
Claveau Joshua
380de0b4c3
Search and replace widget : minor improvement
...
Fix 1 : when widget is reloaded the categories is not checked, but the
child items is. Now all category is checked when reloaded.
Fix 2 : the folio number displayed in the widget is wrong (start at 0
instead of 1)
2020-11-17 22:25:01 +01:00
Simon De Backer
c167015b22
Add Todo for qet_tb_generator
2020-11-15 20:46:37 +01:00
Simon De Backer
f7a445c0a7
Add Todo for DXF to GET-2020
2020-11-15 18:29:19 +01:00
Claveau Joshua
bb32c30004
Search and replace widget improvement
...
Add a popup menu to select the elements, conductors and texts of the
current selected diagram in the tree widget.
2020-11-15 17:19:42 +01:00
Claveau Joshua
79fa9c8ec5
improve qetinformation file
2020-11-15 12:19:37 +01:00
Claveau Joshua
a73d50d7d0
Fix wrong text
2020-11-15 11:49:24 +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
49b2e4ad0a
Replace function by another one
...
Replace QETApp::diagramInfoKeys() by QETInformation::diagramInfoKeys()
and QETApp::diagramTranslatedInfoKey(str) by
QETInformation::translatedInfoKey(str)
2020-11-08 20:23:16 +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
6f60156e00
Change function QETApp::elementTranslatedInfoKey
...
Use the function QETInformation::translatedInfoKey(const QString &info)
instead of QETApp::elementTranslatedInfoKey(const QString &info).
The final goal is to remove all information from the QETApp and use
instea QETInformation who is dedicated to this
2020-11-08 19:16:02 +01:00
Claveau Joshua
7882c5734a
Minor : fix little regression about folio report and displayed information
2020-11-08 19:05:11 +01:00
Claveau Joshua
ca0dcc9b7b
Fix crash
2020-11-02 19:31:52 +01:00
Claveau Joshua
62333506f1
Improve update of the project database
2020-11-02 19:13:56 +01:00
Claveau Joshua
a0efad18ab
Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet into master
2020-11-01 21:28:06 +01:00
Claveau Joshua
b514c39883
Improve update of the project database
2020-11-01 21:27:40 +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
1b10fe3b7f
Mod container-anti-pattern
...
Finds when temporary containers are being created needlessly.
These cases are usually easy to fix by using iterators,
avoiding memory allocations.
And mod to return on first true
can we test if the Elements collection reload faster or not?
2020-11-01 18:44:14 +01:00
Simon De Backer
41c7cde8ca
Mod overlapping comparisons
...
warning: overlapping comparisons always evaluate to true
valid for a project made before 0.7
probably it will be better to delete the code completely.
2020-11-01 18:11:55 +01:00
Claveau Joshua
72271cfc69
Improve format of save date
...
3 formats : local, eu (dd mm yyyy) and us (yyyy mm dd)
2020-10-31 14:22:06 +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
Simon De Backer
87845ef0ee
Add failed to load message of languages on log file
...
compiler complained about non return value of
bool QTranslator::load
2020-10-29 20:41:24 +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
6bfb2b95d2
QT6: QStringref replaced to QStringView in QT6
...
as a result this additional instruction is required
2020-10-26 23:01:45 +01:00
Simon De Backer
c5c3dfb07b
Mod Maximum Size of configureQET widget
2020-10-25 12:24:43 +01:00
Claveau Joshua
b1eb59f3ea
Improve previous comit
2020-10-22 21:07:41 +02:00
Laurent Trinques
cb29a4d383
Fix date on summary pages
2020-10-22 18:28:52 +02:00
Laurent Trinques
9c267d673d
Fix %{saveddate} titleblock variable and
...
add new %{saveddate-eu} variable dd-MM-yyyy date format
2020-10-19 14:09:26 +02:00
Claveau Joshua
69f775aa0f
Minor fix : can't move diagram to top from element panel widget
2020-10-18 11:50:04 +02:00
Claveau Joshua
74ee2fd82c
minor
2020-10-18 10:49:45 +02:00
Claveau Joshua
ec0b92ec1d
Fix : Filling color is not apply to polyline.
2020-10-18 10:45:05 +02:00