- 28 Apr, 2015 2 commits
- 27 Apr, 2015 3 commits
- 25 Apr, 2015 2 commits
- 18 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 14 Apr, 2015 1 commit
-
-
Don Gagne authored
-
- 13 Apr, 2015 1 commit
-
-
Don Gagne authored
-
- 08 Apr, 2015 1 commit
-
-
Don Gagne authored
-
- 31 Mar, 2015 1 commit
-
-
dogmaphobic authored
New version using QtQuick along with an experimental Map Background
-
- 29 Mar, 2015 1 commit
-
-
Don Gagne authored
-
- 28 Mar, 2015 1 commit
-
-
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.
-
- 26 Mar, 2015 2 commits
-
-
Don Gagne authored
-
dogmaphobic authored
-
- 22 Mar, 2015 1 commit
-
-
Don Gagne authored
Also many LinkManager API changes to further isolate all link management inside LinkManager.
-
- 15 Mar, 2015 2 commits
- 13 Mar, 2015 1 commit
-
-
Don Gagne authored
If it doesn’t exist it will be prefilled with all registered categories set to false
-
- 07 Mar, 2015 1 commit
-
-
Don Gagne authored
-
- 05 Mar, 2015 1 commit
-
-
Don Gagne authored
Also turn them back on
-
- 04 Mar, 2015 1 commit
-
-
dogmaphobic authored
-
- 03 Mar, 2015 1 commit
-
-
Don Gagne authored
-
- 01 Mar, 2015 1 commit
-
-
Don Gagne authored
-
- 28 Feb, 2015 1 commit
-
-
Don Gagne authored
-
- 18 Feb, 2015 1 commit
-
-
dogmaphobic authored
-
- 13 Feb, 2015 1 commit
-
-
dogmaphobic authored
The goal of this first installment is to organize the code a bit so it's more readable, clean up a bit of left over cruft, and manage link configurations (and links in general).
-
- 12 Feb, 2015 2 commits
- 03 Feb, 2015 1 commit
-
-
dogmaphobic authored
-
- 02 Feb, 2015 2 commits
-
-
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.
-
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).
-
- 29 Jan, 2015 1 commit
-
-
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()
-
- 28 Jan, 2015 2 commits
-
-
dogmaphobic authored
Revert premature assumption that adding support for selected filters in Open Save would not affect all other file dialog operations. As is, unit tests requires all or nothing.
-
dogmaphobic authored
WIP issue #1173. Adding default suffix (extension). While at it, added selected filter support and removed unit test assert about its use.
-
- 09 Jan, 2015 1 commit
-
-
Thomas Gubler authored
-
- 01 Jan, 2015 2 commits
- 26 Dec, 2014 1 commit
-
-
Don Gagne authored
Now works for more than Serial links
-