1. 14 Mar, 2016 4 commits
  2. 11 Mar, 2016 4 commits
  3. 09 Mar, 2016 10 commits
  4. 08 Mar, 2016 5 commits
  5. 07 Mar, 2016 4 commits
  6. 04 Mar, 2016 4 commits
  7. 03 Mar, 2016 1 commit
  8. 02 Mar, 2016 4 commits
    • 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
    • Craig Watson's avatar
      Don't select a new doc when trashing multiple docs · 8e1b5c4e
      Craig Watson authored
      During trashing of multiple documents, a new document was selected
      every time that one was moved to the trash -- even if it was about
      to be trashed itself. This is no longer the case; the
      selectADocumentOnMultipleTrashing() method was added to select the
      first unselected document found (but this is currently not used, as
      it seems OK to just select no document when we have just deleted a
      whole selection)
      8e1b5c4e
    • Craig Watson's avatar
      6444276d
    • Craig Watson's avatar
      Fix crash when audioItem is initialized · f00d50d6
      Craig Watson authored
      f00d50d6
  9. 01 Mar, 2016 4 commits