1. 03 Feb, 2015 1 commit
  2. 02 Feb, 2015 2 commits
    • 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
  3. 29 Jan, 2015 1 commit
    • 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
  4. 28 Jan, 2015 2 commits
  5. 09 Jan, 2015 1 commit
  6. 26 Dec, 2014 2 commits
  7. 25 Dec, 2014 1 commit
  8. 23 Dec, 2014 2 commits
  9. 22 Dec, 2014 1 commit
  10. 20 Dec, 2014 1 commit
  11. 12 Dec, 2014 2 commits
  12. 11 Dec, 2014 1 commit
  13. 10 Dec, 2014 1 commit
  14. 09 Dec, 2014 6 commits
  15. 08 Dec, 2014 1 commit
    • Don Gagne's avatar
      Removed UAS::requestParameters method · 39eb564f
      Don Gagne authored
      This removes confusion as to whether you call UAS::requestParameters
      (incorrect) or QGCUASParamManager::requestParameterList (correct) from
      client code.
      39eb564f
  16. 05 Dec, 2014 5 commits
  17. 04 Dec, 2014 2 commits
  18. 03 Dec, 2014 2 commits
  19. 02 Dec, 2014 1 commit
  20. 01 Dec, 2014 4 commits
  21. 30 Nov, 2014 1 commit
    • Don Gagne's avatar
      Remove unused code · 08caae78
      Don Gagne authored
      This was leftover from a problem I was having with virtual slots
      08caae78