Laurent Trinques
20911f215b
Update de translations, thanks Lars
2020-11-13 08:30:27 +01:00
Laurent Trinques
b557aa0e98
Add and refresh Wago WAGO_Kontakttechnik directory, thanks Plc-user
2020-11-12 19:06:22 +01:00
Laurent Trinques
6b89349240
Minor: move lt4301tadac.elmt to pro-face directory
2020-11-12 13:29:04 +01:00
Laurent Trinques
6b54e45e3a
Add Pro face element, thanks Fury
2020-11-12 09:33:13 +01:00
Laurent Trinques
fec3c70739
Add new Legrand Optimum & Netatmo element, thanks Arnaud
2020-11-11 10:12:14 +01:00
Ole Carlsen
a028724773
Danish update
2020-11-09 20:51:43 +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
artgg7300
862dbede24
updated hungarian files
2020-11-07 09:56:33 +01:00
dlee99
be3421f8c9
modified: lang/qet_nl.qm
...
modified: lang/qet_nl.ts
2020-11-06 20:08:46 +01:00
Laurent Trinques
4ad4e75132
Update TS files and update it translation, thanks Marco
2020-11-06 08:01:14 +01:00
pavelfric
d2c4bf4ec7
Updated Czech translation.
2020-11-02 22:05:38 +01:00
pavelfric
a97ee8ddba
Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet
2020-11-02 22:04:40 +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
Ole Carlsen
98de247a4d
Minor danish translation update
2020-11-02 18:47:53 +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
Simon De Backer
69adb10bcc
Add clang-format file (WIP)
2020-11-01 16:57:19 +01:00
pavelfric
239a7daf7f
Updated Czech translation.
2020-11-01 15:20:39 +01:00
pavelfric
f73f71c0aa
Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet
2020-11-01 15:16:13 +01:00
Laurent Trinques
23764c0e11
Update be-nl translations, thanks Ronny
2020-11-01 11:40:17 +01:00
Laurent Trinques
beec556a55
Update qet_en.qm
2020-11-01 07:10:46 +01:00
M. Buijs
3a0da97878
Update qet_en.ts
...
The first letter of the word needs to be in upper case to align with the rest of the menu.
2020-11-01 07:09:11 +01:00
pavelfric
2afac1e56d
Updated Czech translation.
2020-10-31 22:20:13 +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
Ole Carlsen
8c51725c71
Danish translation update
2020-10-29 17:19:29 +01:00
Laurent Trinques
dbf4315deb
Update de translation, thanks Lars
2020-10-29 02:10:05 +01:00
Laurent Trinques
099dc614bd
Update en qm
2020-10-28 10:57:12 +01:00
M. Buijs
96450ce19f
Update qet_en.ts
...
Small language updates
2020-10-27 23:56:20 +01:00
dlee99
1d606c574b
modified: lang/qet_nl.qm
...
modified: lang/qet_nl.ts
2020-10-27 21:46:54 +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 995066916b
2020-10-27 20:49:16 +01:00
Laurent Trinques
50de125787
Update en translations
2020-10-27 12:07:44 +01:00
M. Buijs
2839a4009c
Update qet_en.ts
...
Added missing translation
2020-10-27 12:07:01 +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
sdeffaux
0dba97ef6a
Add symbols and fix bux 193
2020-10-26 21:23:33 +01:00
Simon De Backer
c5c3dfb07b
Mod Maximum Size of configureQET widget
2020-10-25 12:24:43 +01:00
sdeffaux
1c91a6300a
Add symbols
2020-10-24 20:31:45 +02: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
artgg7300
077c4f578a
translated hungarian files
2020-10-21 18:24:05 +02:00
aitolos
752f31513c
Update Greek Lang
2020-10-19 18:29:29 +03:00