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.
|
file |
diff |
annotate
|
Sun, 08 Sep 2013 16:53:31 +0300 |
Teemu Piippo |
use proper names QVariant and QChar instead of ambigous/dumb "var" and "qchar"
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Sun, 11 Aug 2013 14:04:03 +0300 |
Teemu Piippo |
Replaced the Bytestream class with QDataStream
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 11 Aug 2013 03:47:58 +0300 |
Teemu Piippo |
made it compile on windows/qt5
|
file |
diff |
annotate
|
Sun, 11 Aug 2013 03:06:54 +0300 |
Teemu Piippo |
now with 3691% extra legalese!
|
file |
diff |
annotate
|
Sun, 11 Aug 2013 03:02:50 +0300 |
Teemu Piippo |
made style more consistent
|
file |
diff |
annotate
|
Sun, 11 Aug 2013 02:58:55 +0300 |
Teemu Piippo |
Overhauled the way versions are handled, it's all kept dynamically now.
|
file |
diff |
annotate
|
Wed, 17 Jul 2013 19:44:46 +0300 |
Teemu Piippo |
Added a prompt for demo information
|
file |
diff |
annotate
|
Wed, 17 Jul 2013 18:46:47 +0300 |
Teemu Piippo |
Now capable of actually launching demos
|
file |
diff |
annotate
|