1. 30 Dec, 2014 3 commits
  2. 26 Dec, 2014 2 commits
  3. 23 Dec, 2014 2 commits
  4. 20 Dec, 2014 3 commits
  5. 12 Dec, 2014 2 commits
  6. 10 Dec, 2014 2 commits
  7. 09 Dec, 2014 4 commits
  8. 07 Dec, 2014 1 commit
  9. 05 Dec, 2014 3 commits
  10. 04 Dec, 2014 3 commits
  11. 03 Dec, 2014 4 commits
  12. 02 Dec, 2014 9 commits
  13. 01 Dec, 2014 2 commits
    • Bryant's avatar
      Remove all unnecessary calls to QSettings.sync(). · 6359f78a
      Bryant authored
      This function is called automatically when a QSettings object is destroyed,
      so is rarely needed to be called explicitly.
      
      There are still some cases where
      a QSettings object is passed-by-reference, so there I left the sync() calls as
      it's unclear how permanent those objects are and if they'd call sync() before
      application shutdown
      6359f78a
    • Bryant's avatar
      Removed unused variable. · 25377440
      Bryant authored
      25377440