- 30 Nov, 2014 1 commit
-
-
Don Gagne authored
Splash screen is optional. Also remove some unused class definition.
-
- 27 Nov, 2014 5 commits
- 26 Nov, 2014 2 commits
- 25 Nov, 2014 6 commits
-
-
Don Gagne authored
-
Don Gagne authored
-
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
-
Don Gagne authored
-
Don Gagne authored
Do not dynamic cast or de-reference QObject, since object is either in destructor or may have already been destroyed.
-
- 24 Nov, 2014 9 commits
-
-
Don Gagne authored
Plus change to use QGCFileDialog
-
Don Gagne authored
Using QFileDialog directly on OS X can hang intermittently due to Qt bug.
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
- Logging now always on to temp file - User prompted to save temp file after disconnect - Orphaned temp logs checked for on boot - Logs saved to new save file location - Log file starts/stops with first and last connnection
-
Don Gagne authored
Also renamed from QGCSettingsWidget to SettingsDialog to better reflect usage.
-
Don Gagne authored
-
Don Gagne authored
This avoids collision with main app SettingsDialog class
-
Don Gagne authored
-
- 23 Nov, 2014 1 commit
-
-
Lorenz Meier authored
Map widget: make all connections that might suffer from multiple connect logic issues unique, found by Nyaruko
-
- 21 Nov, 2014 7 commits
-
-
Don Gagne authored
-
Don Gagne authored
This way OS X correctly positioned menu items
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
This allows you to filter the list of parameters the widget displays.
-
Don Gagne authored
This allows you to determine if full parameter list is ready if you missed the parameterListUpToDate signal.
-
- 19 Nov, 2014 5 commits
-
-
Julian Oes authored
-
Don Gagne authored
Also fixed bug in loadStyle
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
- 18 Nov, 2014 1 commit
-
-
Don Gagne authored
The dark css is the master and contains all style information. The light css is the slave and only contains color information.
-
- 17 Nov, 2014 3 commits