- 31 May, 2016 1 commit
-
-
Lorenz Meier authored
-
- 31 Mar, 2016 1 commit
-
-
Don Gagne authored
-
- 23 Mar, 2016 1 commit
-
-
Tomaz Canabrava authored
This way we don't need macro-magic to deal with different operating systems and compilers. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- 05 Jan, 2016 1 commit
-
-
Tomaz Canabrava authored
Now I'v discovered a Slot that returns a bool, this is not very good because Qt expects a slot to have the same return type as the signal, void, always. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- 31 May, 2015 1 commit
-
-
dogmaphobic authored
-
- 04 Feb, 2015 2 commits
-
-
dogmaphobic authored
-
dogmaphobic authored
-
- 03 Feb, 2015 4 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
-
- 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()
-
- 26 Dec, 2014 2 commits
- 25 Nov, 2014 1 commit
-
-
Don Gagne authored
Subclass of QMessageBox which re-implements the static public functions. There are two reasons for this: 1) The QMessageBox implementation on OSX does now show the title string. This leads to message boxes which don't make much sense. So on OSX we set title to text and text to informative text. 2) If parent is NULL, we set parent to MainWindow::instance. This prevents message boxes which can go behind MainWindow
-
- 24 Nov, 2014 1 commit
-
-
Don Gagne authored
Using QFileDialog directly on OS X can hang intermittently due to Qt bug.
-
- 27 Jun, 2014 1 commit
-
-
Bryant Mairs authored
-
- 26 Jun, 2014 1 commit
-
-
Bryant authored
I was unsure how to update the QwtPlotPrintFilter code, so I just commented it out with a FIXME.
-
- 08 Oct, 2013 1 commit
-
-
John Tapsell authored
-
- 05 Jun, 2013 1 commit
-
-
Bryant authored
-
- 04 Jun, 2013 1 commit
-
-
Bryant authored
Moved all shared code for IncrementalPlot and LinechartPlot into a common ChartPlot superclass. Also recoloring the background of both widgets now works when switching between color schemes.
-
- 27 Aug, 2012 1 commit
-
-
Lorenz Meier authored
-
- 13 Apr, 2012 2 commits
-
-
Bryant Mairs authored
Also changed calculateRegression(...) to return a bool, as that's all it needs.
-
Bryant Mairs authored
Fixed a stack overflow bug when using the regression fitting command in logfile plot. Solution involved just allocating on the heap instead of the stack.
-
- 23 Mar, 2012 1 commit
-
-
Bryant Mairs authored
-
- 23 Dec, 2011 1 commit
-
-
pixhawk authored
-
- 21 Jul, 2011 3 commits
- 30 Mar, 2011 1 commit
-
-
James Goppert authored
-
- 04 Jan, 2011 1 commit
-
-
lm authored
-
- 03 Jan, 2011 1 commit
-
-
lm authored
-
- 28 Dec, 2010 2 commits
- 26 Aug, 2010 1 commit
-
-
lm authored
-
- 21 Aug, 2010 1 commit
-
-
pixhawk authored
Significantly improved plotting, now capturing data in linechart allows limmediate processing / analysis of the whole flight
-
- 19 Aug, 2010 1 commit
-
-
pixhawk authored
-
- 18 Aug, 2010 1 commit
-
-
pixhawk authored
-