Skip to content
  1. 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
  2. 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
  3. Nov 24, 2014
  4. Aug 05, 2014
  5. Jun 27, 2014
  6. May 05, 2014
  7. Feb 12, 2014
  8. Nov 10, 2013
  9. Oct 25, 2013
  10. Oct 23, 2013
  11. Oct 20, 2013
  12. Oct 14, 2013
  13. Oct 11, 2013
  14. Oct 10, 2013
  15. Aug 03, 2013
  16. Jun 16, 2013
  17. Jun 11, 2013
  18. Jun 05, 2013
  19. Jun 04, 2013
  20. Jan 24, 2013
  21. Nov 06, 2012
  22. Sep 14, 2012
  23. Mar 22, 2012
  24. Feb 25, 2012
  25. Feb 16, 2012
    • Bryant Mairs's avatar
      Added logging of useful values from the HEARTBEAT and SYS_STATUS messages to the realtime plotter. · 5114ff8e
      Bryant Mairs authored
      Removed some dead code.
      Added more valueChanged() signals to account for every data type. This moves the conversion over into the valueChanged receivers, which while it will require more slot-functions, makes it easier to add more code as any necessary conversion is done internally to the slot and so the signaler doesn't need to know the details.
      I also added some more details on the types of units expected by valueChanged().
      5114ff8e
  26. Dec 28, 2011
  27. Dec 23, 2011
  28. Nov 17, 2011
  29. Sep 18, 2011
  30. Sep 15, 2011
  31. Sep 08, 2011
  32. Sep 06, 2011
  33. Sep 02, 2011
  34. Jul 19, 2011
Loading