changelog
    
    
    - 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