- 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
-
- 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.
-
- 05 Aug, 2014 1 commit
-
-
Bryant Mairs authored
-
- 27 Jun, 2014 2 commits
-
-
Bryant Mairs authored
-
Bryant Mairs authored
-
- 05 May, 2014 1 commit
-
-
Lorenz Meier authored
-
- 12 Feb, 2014 1 commit
-
-
Don Gagne authored
-
- 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.
-
- 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 1 commit
-
-
John Tapsell authored
-
- 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 1 commit
-
-
Bryant authored
-
- 04 Jun, 2013 3 commits
-
-
Bryant authored
Curve colors are only displayed when curves are being plotted. Also fixed bug when generating CSS coloring from color.
-
Bryant authored
-
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.
-
- 24 Jan, 2013 1 commit
-
-
Lorenz Meier authored
-
- 06 Nov, 2012 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 14 Sep, 2012 1 commit
-
-
Lorenz Meier authored
-
- 22 Mar, 2012 1 commit
-
-
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.
-
- 25 Feb, 2012 1 commit
-
-
LM authored
-
- 16 Feb, 2012 1 commit
-
-
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().
-
- 28 Dec, 2011 1 commit
-
-
LM authored
-
- 23 Dec, 2011 1 commit
-
-
Lorenz Meier authored
-
- 17 Nov, 2011 1 commit
-
-
pixhawk authored
-
- 18 Sep, 2011 1 commit
-
-
lm authored
-
- 15 Sep, 2011 1 commit
-
-
pixhawk authored
-
- 08 Sep, 2011 2 commits
- 06 Sep, 2011 1 commit
-
-
pixhawk authored
-
- 02 Sep, 2011 1 commit
-
-
lm authored
-
- 19 Jul, 2011 1 commit
-
-
LM authored
-