• Craig Watson's avatar
    New settings queue for UBSettings · 599f925d
    Craig Watson authored
    This should cut down on disk access. Instead of loading and saving
    settings directly through QSettings instances (which occasionally
    read and write to their associated file; but there is no way to control
    how often this happens), they are now added to a QHash for in-app
    access.
    
    Save() and load() functions were also added to enable manually saving
    the settings, and loading all settings from file, respectively.
    599f925d
Name
Last commit
Last update
resources Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
C++StandardHeaderFile.txt Loading commit data...
COPYRIGHT Loading commit data...
LICENSE Loading commit data...
OpenBoard.iss Loading commit data...
OpenBoard.packproj Loading commit data...
OpenBoard.pro Loading commit data...
README.md Loading commit data...
TEST_OpenBoard_Win32.txt Loading commit data...
buildDebianPackage.sh Loading commit data...
changes_porting_qt5.txt Loading commit data...
release.macx.sh Loading commit data...
release.win7.vc9.bat Loading commit data...