- 18 Feb, 2015 1 commit
-
-
Don Gagne authored
-
- 17 Feb, 2015 1 commit
-
-
Don Gagne authored
-
- 16 Feb, 2015 2 commits
-
-
Basil Huber authored
-
Basil Huber authored
problem: in src/ui$/HUD.cc copyImage(UASInterface* u): u->getImage() was called twice. The first called already erased the buffer. changes: src/ui/HUD.cc: copyImage(UASInterface* u): instead of getting the image a second time, we take the one we already fetched
-
- 14 Feb, 2015 1 commit
-
-
dogmaphobic authored
I noticed that some times, the disconnect signal would get to the updateConnect button (tool bar) before the link was physically disconnected. That would cause it to count it as a still connected link and get the connect button logic out of sync. While at it, added an interface to the UDP link to return its configuration instance. That allows the LinkManager to unlink it when disconnecting it.
-
- 13 Feb, 2015 3 commits
-
-
dogmaphobic authored
-
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).
-
Don Gagne authored
- Much simpler UI - MVC style qml programming model
-
- 10 Feb, 2015 2 commits
- 09 Feb, 2015 1 commit
-
-
Bryant authored
There's also a partial fix for the databits and stopbits. I'm unsure how to deal with the logic around the 'is_cdc' variable, as I can't really follow what it's for.
-
- 07 Feb, 2015 1 commit
-
-
Don Gagne authored
-
- 04 Feb, 2015 2 commits
-
-
dogmaphobic authored
-
dogmaphobic authored
-
- 03 Feb, 2015 5 commits
-
-
dogmaphobic authored
-
dogmaphobic authored
Fixing braces Changing data plot save files to csv only Fixing LinechartWidget::startLogging() as it no longer needs to worry about a proper file name being set.
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
- 02 Feb, 2015 9 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).
-
Don Gagne authored
-
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
-
Don Gagne authored
No need to force them to show
-
Don Gagne authored
-
Don Gagne authored
This way the dock doesn’t end up too wide
-
dogmaphobic authored
-
- 31 Jan, 2015 1 commit
-
-
dogmaphobic authored
-
- 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()
-
- 21 Jan, 2015 1 commit
-
-
James Goppert authored
-
- 08 Jan, 2015 1 commit
-
-
Thomas Gubler authored
-
- 01 Jan, 2015 1 commit
-
-
Don Gagne authored
-
- 31 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 30 Dec, 2014 5 commits
-
-
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
-
Don Gagne authored
No need to force them to show
-
Don Gagne authored
-
Don Gagne authored
This way the dock doesn’t end up too wide
-
- 28 Dec, 2014 1 commit
-
-
Thomas Gubler authored
-