Commit Graph

22 Commits

Author SHA1 Message Date
Mateusz Skowroński
317bcd59c9 Use QString's multi-arg overload to save memory allocations. [-Wclazy-qstring-arg] Thanks Clazy! 2019-02-11 15:39:14 +01:00
wmayer
7480544967 fix typo 2018-03-11 18:34:18 +01:00
wmayer
9aab910981 add derived unit electric potential 2017-10-16 21:56:13 +02:00
vdwalts
9a3b750fb7 Base: Units for FEM, new heat and heat flux functions 2016-12-21 11:27:41 -02:00
kgoao
96a705dc7d FEM: FemConstraintHeatflux: Add DFLUX option to heat flux constraint 2016-12-21 11:27:41 -02:00
wmayer
7f835a0c26 add quantity box to unit calculator and allow to set all pre-defined units 2016-08-11 19:03:16 +02:00
wmayer
e5d8871fea rework units dialog 2016-08-11 17:32:58 +02:00
Mateusz Skowroński
7d0e892d36 Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false.
158f39ec78

This change is Qt4/Qt5 neutral.
2016-01-05 16:43:33 +01:00
Mateusz Skowroński
3b463f2138 Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:58 +01:00
Mateusz Skowroński
cd2db00f22 QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:25 +01:00
Mateusz Skowroński
43a4a5938c Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
wmayer
340d6da086 + Various improvements on units calculator 2014-01-23 09:50:16 +01:00
jriegel
f58ea31b6a Some fixes in the unit system 2013-12-03 19:57:29 +01:00
jriegel
2351d115b9 History and Save managment in InputField 2013-12-03 18:48:18 +01:00
jriegel
ae3c1704c9 Using return to write the logBook in UnitsCalculator 2013-11-30 17:58:23 +01:00
wmayer
098a846e93 + Fix signal connections of buttons in units calculator 2013-11-10 20:09:36 +01:00
jriegel
326d42763f Detect unit missmatch in UnitsCalculator 2013-11-10 14:02:34 +01:00
wmayer
b6a9d7973d + Fix memory leak in units calculator 2013-11-09 13:51:21 +01:00
wmayer
047e8f8700 + Fix crash in units calculator, implement copy function 2013-11-09 13:47:15 +01:00
jriegel
46db0c24e8 further implementing InputField and UnitsCalculator 2013-11-09 11:02:23 +01:00
jriegel
3d6743a13b implementing UnitsCalculator and disable changes in Sketcher 2013-11-09 07:34:56 +01:00
jriegel
1f96611b76 Add UnitsCalculator 2013-11-07 16:16:17 +01:00