1. 01 Dec, 2014 1 commit
    • 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
  2. 25 Nov, 2014 1 commit
    • Don Gagne's avatar
      Use new QGCMessageBox apis · db7b86fb
      Don Gagne authored
      Subclass of QMessageBox which re-implements the static public
      functions. There are two reasons for this:
      1) The QMessageBox implementation on OSX does now show the title
      string. This leads to message boxes which don't make much sense. So on
      OSX we set title to text and text to informative text.
      2) If parent is NULL, we set parent to MainWindow::instance. This
      prevents message boxes which can go behind MainWindow
      db7b86fb
  3. 24 Nov, 2014 1 commit
  4. 01 Nov, 2014 1 commit
  5. 23 Oct, 2014 2 commits
  6. 22 Oct, 2014 1 commit
  7. 29 Sep, 2014 1 commit
  8. 23 Aug, 2014 1 commit
  9. 30 Jul, 2014 1 commit
  10. 02 Jul, 2014 1 commit
  11. 01 Jul, 2014 1 commit
  12. 26 Feb, 2014 1 commit
  13. 22 Feb, 2014 1 commit
  14. 12 Feb, 2014 2 commits
  15. 12 Jan, 2014 2 commits
  16. 31 Dec, 2013 1 commit
    • Don Gagne's avatar
      Re-wrote FlightModeConfig · 9dc805dd
      Don Gagne authored
      Realized that I had configured my APM:Plane incorrectly since
      FlightModeConfig was only set up to work with APM:Copter. Changed code
      to respect mode switch channel parameter across all APM frame types.
      Also a pile of other changes to make this code much more bullet proof
      and correct. Implemented simple mode as well. Changed the style of the
      code to be more data driven. This allows for adjusting for new param
      values without needed to changing any code.
      9dc805dd
  17. 29 Dec, 2013 1 commit
    • Don Gagne's avatar
      Re-wrote FlightModeConfig · 97c56e47
      Don Gagne authored
      Realized that I had configured my APM:Plane incorrectly since
      FlightModeConfig was only set up to work with APM:Copter. Changed code
      to respect mode switch channel parameter across all APM frame types.
      Also a pile of other changes to make this code much more bullet proof
      and correct. Implemented simple mode as well. Changed the style of the
      code to be more data driven. This allows for adjusting for new param
      values without needed to changing any code.
      97c56e47
  18. 28 Dec, 2013 1 commit
  19. 01 Sep, 2013 1 commit
  20. 01 Aug, 2013 1 commit
  21. 31 Jul, 2013 7 commits
  22. 30 Jul, 2013 8 commits
  23. 29 Jul, 2013 2 commits