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
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
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
566747eb2b
Improve code style, Wrap code for better readability
2020-08-18 21:29:12 +02:00
Simon De Backer
8e956df8d8
Fix some doxygen issues
2020-08-18 21:28:52 +02:00
Claveau Joshua
319188e010
Export to csv improvement
...
Export to csv doesn't use is own datase, but the project database
instead.
2020-08-17 16:42:07 +02:00
Simon De Backer
928b56f2bf
Improve code style, Wrap code for better readability
2020-08-16 14:23:59 +02:00
Simon De Backer
90417ae509
Fix Copyright indentation
2020-08-16 09:40:14 +02:00
Simon De Backer
7834d6fb84
Mod doc, Improve code style
2020-08-08 23:58:17 +02:00
Simon De Backer
fe4552200b
Add compiler message @TODO
2020-07-19 22:06:42 +02:00
Laurent Trinques
68e78a0de9
Fix indentation code
2020-07-15 20:20:07 +02:00
Laurent Trinques
e10ae8ce2e
Update Copyright date
2020-06-15 17:42:53 +02:00
Simon De Backer
2aff40fd52
fix deprecated warning QTextStream& QTextStreamFunctions::endl(QTextStream&)
...
Use Qt::endl instead
QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl")
2020-06-13 05:42:05 +02:00
Simon De Backer
5d2d4a48a5
fix deprecated warning QButtonGroup::buttonClicked
...
This function is obsolete.
Use QButtonGroup::idClicked instead.
This function was introduced in Qt 5.15.
2020-06-12 05:52:50 +02:00
Laurent Trinques
85a2600e58
Improve files names extension for Gnome DE and Flatpak
2020-02-26 14:50:56 +01:00
joshua
f912eea8d4
CSV export : improve save/load export configuration.
2019-11-10 19:46:28 +01:00
joshua
43361942e3
CSV export : improve selection type.
2019-11-09 14:28:13 +01:00
joshua
c8ab83a3ad
CSV export : improve database and query
2019-11-09 11:38:30 +01:00
joshua
2df9528082
CSV export : fix some missing informations.
2019-11-08 19:06:11 +01:00
joshua
fc73d53d73
CSV export : correctly export label
2019-11-07 21:21:07 +01:00
Laurent Trinques
9c874af52e
Nomenclature export : add coil and protection query
2019-11-06 14:16:55 +01:00
joshua
ff7eb4d11c
Revampe nomenclature
...
Nomenclature is now totally revamped, user can define information to
export and the order of theme.
2019-11-03 13:27:46 +01:00