Commit Graph

15 Commits

Author SHA1 Message Date
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