Skip to content
  1. Mar 31, 2016
  2. Mar 23, 2016
  3. Jan 05, 2016
  4. May 31, 2015
  5. Feb 04, 2015
  6. Feb 03, 2015
  7. Feb 02, 2015
    • dogmaphobic's avatar
      Changing the defaultSuffix argument from a pointer to a const. · 77f442fd
      dogmaphobic authored
      Changing the order of the QGCFileDialog::getSaveFileName() function. The idea was to expand the existing QFileDialog version but as we removed the selectedFilter, we might as well make this more intuitive. The options argument is the one trully optional and should be last.
      Adding an example to the documentation on how to go about figuring out what file type was returned by these functions.
      77f442fd
    • dogmaphobic's avatar
      Removed the “selectedFilter” argument from the QGCFileDialog functions along... · 209d354c
      dogmaphobic authored
      Removed the “selectedFilter” argument from the QGCFileDialog functions along with references to it in unit tests.
      Fixed function declarations and prototypes formatting while at it.
      Changed the caption of a few file save dialogs with a more descriptive text (explicitly telling what is being saved).
      209d354c
  8. Jan 29, 2015
    • dogmaphobic's avatar
      Added default suffixes to these functions: · 32495fc4
      dogmaphobic authored
      QGCApplication::saveTempFlightDataLogOnMainThread()
      MainWindow::startVideoCapture()
      QGCBaseParamWidget::saveParametersToFile()
      QGCDataPlot2D::savePlot()
      QGCDataPlot2D::saveCsvLog()
      WaypointList::saveWaypoints()
      QGCToolWidget::exportWidget()
      LinechartWidget::startLogging()
      
      Making sure defaultSuffix doesn’t start with a dot (i.e. “.bar”)
      
      QGCFileDialog::getSaveFileName()
      
      Assert if defaultSuffix contains a dot (i.e. “.bar”)
      
      UnitTest::_getSaveFileName()
      32495fc4
  9. Dec 26, 2014
  10. 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
  11. Nov 24, 2014
  12. Jun 27, 2014
  13. Jun 26, 2014
  14. Oct 08, 2013
  15. Jun 05, 2013
  16. Jun 04, 2013
  17. Aug 27, 2012
  18. Apr 13, 2012
  19. Mar 23, 2012
  20. Dec 23, 2011
  21. Jul 21, 2011
  22. Mar 30, 2011
  23. Jan 04, 2011
  24. Jan 03, 2011
  25. Dec 28, 2010
  26. Aug 26, 2010
  27. Aug 21, 2010
  28. Aug 19, 2010
  29. Aug 18, 2010
  30. Aug 16, 2010
Loading