- Dec 21, 2016
-
-
Gus Grubba authored
-
- May 31, 2016
-
-
Lorenz Meier authored
-
- Feb 03, 2015
-
-
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.
-
- 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()
-
- Nov 10, 2013
-
-
Thomas Gubler authored
-
- Oct 23, 2013
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- Oct 14, 2013
-
-
John Tapsell authored
Replace 9 seperate valueChanged() signals with just 1, and remove the resultant tons of code duplication
-
- Oct 11, 2013
-
-
John Tapsell authored
-
- Oct 10, 2013
-
-
John Tapsell authored
-
- Jun 04, 2013
-
-
Bryant authored
Further consolidation of Plot code into ChartPlot. Also removed some unused variables from LinechartWidget.cc. Also only active curves are recolored in the IncrementalPlot class.
-
- Sep 14, 2012
-
-
Lorenz Meier authored
-
- Mar 22, 2012
-
-
Bryant Mairs authored
Modified the Linechart widget so that the "Show units" button is under the "Curve Selection" frame, which is what it actually modifies. Also moved all of the UI that was under the "Curve Selection" to inside of it at the bottom so that the grouping of UI elements is more coherent.
-
- Feb 25, 2012
-
-
LM authored
-
- Feb 16, 2012
-
-
Bryant Mairs authored
Removed some dead code. Added more valueChanged() signals to account for every data type. This moves the conversion over into the valueChanged receivers, which while it will require more slot-functions, makes it easier to add more code as any necessary conversion is done internally to the slot and so the signaler doesn't need to know the details. I also added some more details on the types of units expected by valueChanged().
-
- Sep 18, 2011
-
-
lm authored
-
- Sep 15, 2011
-
-
pixhawk authored
-
- Sep 08, 2011
- Sep 02, 2011
-
-
lm authored
-
- Mar 30, 2011
-
-
James Goppert authored
-
- Feb 12, 2011
-
-
lm authored
-
- Jan 09, 2011
-
-
pixhawk authored
-
- Jan 08, 2011
-
-
pixhawk authored
Added not yet working version of logging / log replay, fixed ALL bugs in main window, enabled full persistence in main window and serial link.
-
- Jan 07, 2011
-
-
lm authored
Improved line chart, brought back movement on HUD (but still looks somewhat wrong on the dials). Fixed logging for ground time mode
-
- Jan 05, 2011
-
-
pixhawk authored
-
- Jan 02, 2011
-
-
pixhawk authored
Added new options for windows serial port, fixed a number of bugs, added customizing options to instrument widgets
-
- Dec 28, 2010
- Dec 27, 2010
-
-
pixhawk authored
Substantially bugfixed and improved deactivation/activation and persistence of widgets. A lot of testing of Google Earth view, only minor improvements
-
- Dec 25, 2010
-
-
lm authored
Fixed initial startup bugs, cleaned up the activation-deactivation of update timers. Added initial instructions for new users.
-
- Dec 12, 2010
-
-
pixhawk authored
-
- Aug 21, 2010
-
-
pixhawk authored
Significantly improved plotting, now capturing data in linechart allows limmediate processing / analysis of the whole flight
-
- May 16, 2010
-
-
pixhawk authored
-
- Apr 24, 2010
-
-
pixhawk authored
Improved runtime performance, currently hunting down a bug where the whole application gets repainted although only parts of it are refreshed
-
- Apr 03, 2010
-
-
pixhawk authored
-