- Apr 30, 2015
-
-
Don Gagne authored
-
- Apr 28, 2015
-
-
dogmaphobic authored
-
dogmaphobic authored
-
Don Gagne authored
-
- Apr 27, 2015
-
-
Don Gagne authored
-
- Apr 22, 2015
-
-
dogmaphobic authored
-
Gus Grubba authored
-
dogmaphobic authored
-
- Apr 20, 2015
-
-
dogmaphobic authored
-
- Apr 18, 2015
-
-
dogmaphobic authored
-
- Apr 16, 2015
-
-
dogmaphobic authored
-
- Apr 14, 2015
-
-
Don Gagne authored
-
Gus Grubba authored
-
dogmaphobic authored
-
- Apr 10, 2015
-
-
Don Gagne authored
-
- Apr 05, 2015
-
-
dogmaphobic authored
Getting sloppy...
-
dogmaphobic authored
It now shows "Show" or "Hide" Status Bar depending on the current state.
-
dogmaphobic authored
-
- Mar 31, 2015
-
-
dogmaphobic authored
New version using QtQuick along with an experimental Map Background
-
- Mar 30, 2015
-
-
Don Gagne authored
-
- Mar 27, 2015
-
-
dogmaphobic authored
-
- Mar 22, 2015
-
-
Don Gagne authored
Also many LinkManager API changes to further isolate all link management inside LinkManager.
-
- Mar 19, 2015
-
-
dogmaphobic authored
-
- Mar 09, 2015
-
-
Susurrus authored
Should fix things.
-
dogmaphobic authored
Moved update canvas signal to perspective load instead of hooking it to the paint event. Added an "S" as the unit for the number of cells fact (as in 4S).
-
Bryant authored
-
- Mar 06, 2015
-
-
dogmaphobic authored
-
- Mar 05, 2015
-
-
Don Gagne authored
Although this should theoretically be a no-op it causes a crash in Windows when running unit tests. Also parent toolbar in constructor.
-
- Mar 04, 2015
-
-
dogmaphobic authored
-
dogmaphobic authored
-
- Feb 13, 2015
-
-
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).
-
- Feb 07, 2015
-
-
Don Gagne authored
-
- Feb 04, 2015
-
-
dogmaphobic authored
-
- Feb 02, 2015
-
-
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).
-
Don Gagne authored
-
Don Gagne authored
- Central widget no longer stacked. Views are added/removed to layout to switch view - Dock Widgets are globals with single instance of each type - Both central views and dock widgets are just-in-time created saving lots of memory
-
dogmaphobic authored
-
- Jan 31, 2015
-
-
dogmaphobic authored
-
- Jan 29, 2015
-
-
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()
-