fix compiling engine (bug introduced in
r33868aea694c)
unify default videorec values loading/reloading, fix setting index/value from previous commit
resize the qt window to fill 2/3 of the screen size (no more crammed widgets on first launch) and always center it
Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
Fix QSettings problems:
- Reopen file in ReadOnly mode if it was open in ReadWrite mode
and is being read. This is needed for stupid QSettings which
opens file in ReadWrite mode just to call readAll() on it.
- Implement setSize(0)