changelog
- Sun, 08 Sep 2013 22:08:52 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 08 Sep 2013 22:08:52 +0300] rev 30
- renamed the project to ZCinema
- Sun, 08 Sep 2013 21:58:54 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 08 Sep 2013 21:58:54 +0300] rev 29
- added missing UI file
- Sun, 08 Sep 2013 21:58:44 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 08 Sep 2013 21:58:44 +0300] rev 28
- don't ask to confirm when removing one version
- Sun, 08 Sep 2013 21:57:23 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 08 Sep 2013 21:57:23 +0300] rev 27
- clear the rows of the version editor properly when clearing versions; don't save the config when closing the version editor since then changes will apply even if user presses cancel in the main config box
- Sun, 08 Sep 2013 21:02:10 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 08 Sep 2013 21:02:10 +0300] rev 26
- When launched with no parameters, prompt the user for a demo
- Sun, 08 Sep 2013 19:56:11 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 08 Sep 2013 19:56:11 +0300] rev 25
- Added a version data editor
- Sun, 08 Sep 2013 17:44:58 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 08 Sep 2013 17:44:58 +0300] rev 24
- the demo auth checksums need to be read in with readString and not operator>>
- 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.
- Sun, 11 Aug 2013 13:33:57 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 11 Aug 2013 13:33:57 +0300] rev 16
- Only add 'widgets' to QT in the project file in Qt5 - Qt4 doesn't have it and using it results in a warning.