1. 15 Mar, 2016 6 commits
  2. 14 Mar, 2016 5 commits
  3. 11 Mar, 2016 4 commits
  4. 09 Mar, 2016 10 commits
  5. 08 Mar, 2016 5 commits
  6. 07 Mar, 2016 4 commits
  7. 04 Mar, 2016 4 commits
  8. 03 Mar, 2016 1 commit
  9. 02 Mar, 2016 1 commit
    • 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