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