• 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
..
UBBoardController.cpp Loading commit data...
UBBoardController.h Loading commit data...
UBBoardPaletteManager.cpp Loading commit data...
UBBoardPaletteManager.h Loading commit data...
UBBoardView.cpp Loading commit data...
UBBoardView.h Loading commit data...
UBDrawingController.cpp Loading commit data...
UBDrawingController.h Loading commit data...
UBFeaturesController.cpp Loading commit data...
UBFeaturesController.h Loading commit data...
board.pri Loading commit data...