- 05 Dec, 2014 1 commit
-
-
Don Gagne authored
This makes unit test output easier to read
-
- 04 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 03 Dec, 2014 1 commit
-
-
Don Gagne authored
This makes unit test output easier to read
-
- 01 Dec, 2014 1 commit
-
-
Bryant authored
This function is called automatically when a QSettings object is destroyed, so is rarely needed to be called explicitly. There are still some cases where a QSettings object is passed-by-reference, so there I left the sync() calls as it's unclear how permanent those objects are and if they'd call sync() before application shutdown
-
- 27 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 25 Nov, 2014 2 commits
-
-
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
-
Don Gagne authored
-
- 24 Nov, 2014 1 commit
-
-
Don Gagne authored
Using QFileDialog directly on OS X can hang intermittently due to Qt bug.
-
- 05 Aug, 2014 1 commit
-
-
Bryant Mairs authored
-
- 26 Jul, 2014 1 commit
-
-
Bryant Mairs authored
I don't think it's needed anywhere in QGC since this has been a bug for a long time.
-
- 27 Jun, 2014 4 commits
-
-
Bryant Mairs authored
-
Bryant Mairs authored
-
Bryant Mairs authored
-
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.
-
- 05 May, 2014 1 commit
-
-
Lorenz Meier authored
-
- 22 Feb, 2014 1 commit
-
-
Don Gagne authored
MainWindow::loadDataView has been commented out for 9 months now. Removed commented out code instead of leaving cruft in.
-
- 12 Feb, 2014 1 commit
-
-
Don Gagne authored
-
- 12 Jan, 2014 2 commits
- 10 Nov, 2013 1 commit
-
-
Thomas Gubler authored
-
- 25 Oct, 2013 1 commit
-
-
Thomas Gubler authored
-
- 23 Oct, 2013 2 commits
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- 20 Oct, 2013 1 commit
-
-
John Tapsell authored
There's no need to create multiple signals - connect() is fine with connecting styleChanged(MainWindow::QGC_MAINWINDOW_STYLE) to a slot with no parameters.
-
- 19 Oct, 2013 1 commit
-
-
John Tapsell authored
-
- 14 Oct, 2013 1 commit
-
-
John Tapsell authored
Replace 9 seperate valueChanged() signals with just 1, and remove the resultant tons of code duplication
-
- 11 Oct, 2013 1 commit
-
-
John Tapsell authored
-
- 10 Oct, 2013 2 commits
-
-
John Tapsell authored
-
John Tapsell authored
-
- 07 Oct, 2013 1 commit
-
-
John Tapsell authored
This crash could be reproduced by starting QGroundControl, switching to plot, then clicking the "Symmetric" checkbox.
-
- 03 Aug, 2013 1 commit
-
-
Lorenz Meier authored
-
- 16 Jun, 2013 1 commit
-
-
Bryant authored
-
- 11 Jun, 2013 1 commit
-
-
Bryant authored
-
- 05 Jun, 2013 3 commits
- 04 Jun, 2013 3 commits
-
-
Bryant authored
-
Bryant authored
Refactored QGC startup so that MainWindow::instance() is usable everywhere. This was required to get the styling working properly for ChartPlot.
-
Bryant authored
A few more style updates. Added theme awareness to the toolbar. Also switched the plot zoomer over to use blue instead of red as it's selector coloring to match the standard accent color for QGC.
-