1. 13 May, 2015 2 commits
  2. 12 May, 2015 1 commit
  3. 07 May, 2015 1 commit
  4. 06 May, 2015 1 commit
  5. 03 May, 2015 1 commit
  6. 28 Apr, 2015 2 commits
  7. 27 Apr, 2015 3 commits
  8. 25 Apr, 2015 2 commits
  9. 18 Apr, 2015 1 commit
  10. 14 Apr, 2015 1 commit
  11. 13 Apr, 2015 1 commit
  12. 08 Apr, 2015 1 commit
  13. 31 Mar, 2015 1 commit
  14. 29 Mar, 2015 1 commit
  15. 28 Mar, 2015 1 commit
    • Don Gagne's avatar
      Remove link ids and add link mavlink channel · 4f5984b3
      Don Gagne authored
      Link ids were being used interchangeably with the mavlink channel for
      the link. Link ids handed out as a numerically increasing integer. Once
      the counter went past MAVLINK_COMM_NUM_BUFFERS all hell would break
      loose and cause memory corruption.
      4f5984b3
  16. 26 Mar, 2015 2 commits
  17. 22 Mar, 2015 1 commit
  18. 15 Mar, 2015 2 commits
  19. 13 Mar, 2015 1 commit
  20. 07 Mar, 2015 1 commit
  21. 05 Mar, 2015 1 commit
  22. 04 Mar, 2015 1 commit
  23. 03 Mar, 2015 1 commit
  24. 01 Mar, 2015 1 commit
  25. 28 Feb, 2015 1 commit
  26. 18 Feb, 2015 1 commit
  27. 13 Feb, 2015 1 commit
  28. 12 Feb, 2015 2 commits
  29. 03 Feb, 2015 1 commit
  30. 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
  31. 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