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