Sun, 08 Sep 2013 17:18:50 +0300 | Teemu Piippo | actually use the BuildType enum | changeset | files |
Sun, 08 Sep 2013 17:17:13 +0300 | Teemu Piippo | For some God-knows-why reason, adding operator>> overloads to QDataStream leads into crashes with QFileDialog. Fixed by removing these overloads. | changeset | files |
Sun, 08 Sep 2013 16:53:31 +0300 | Teemu Piippo | use proper names QVariant and QChar instead of ambigous/dumb "var" and "qchar" | changeset | files |
Sun, 08 Sep 2013 16:14:58 +0300 | Teemu Piippo | Use the cfg:: namespace system I made up a while ago instead of using QSettings directly, it's unsafe | changeset | files |
Sun, 11 Aug 2013 16:08:13 +0300 | Teemu Piippo | Added infurnus' application icon | changeset | files |
Sun, 11 Aug 2013 14:04:03 +0300 | Teemu Piippo | Replaced the Bytestream class with QDataStream | changeset | files |
Sun, 11 Aug 2013 13:38:12 +0300 | Teemu Piippo | Qt4 has QChar::toLatin1() as well so we don't need to use toAscii() in Qt4. | changeset | files |