1. 05 Dec, 2014 1 commit
  2. 03 Dec, 2014 1 commit
  3. 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
  4. 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
  5. 24 Nov, 2014 1 commit
  6. 01 Nov, 2014 1 commit
  7. 23 Oct, 2014 2 commits
  8. 22 Oct, 2014 1 commit
  9. 29 Sep, 2014 1 commit
  10. 23 Aug, 2014 1 commit
  11. 30 Jul, 2014 1 commit
  12. 02 Jul, 2014 1 commit
  13. 01 Jul, 2014 1 commit
  14. 26 Feb, 2014 1 commit
  15. 22 Feb, 2014 1 commit
  16. 12 Feb, 2014 2 commits
  17. 12 Jan, 2014 2 commits
  18. 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
  19. 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
  20. 28 Dec, 2013 1 commit
  21. 01 Sep, 2013 1 commit
  22. 01 Aug, 2013 1 commit
  23. 31 Jul, 2013 7 commits
  24. 30 Jul, 2013 8 commits