- 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
-
- 30 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 27 Nov, 2014 5 commits
-
-
Don Gagne authored
Fix linux compiler warning
-
Don Gagne authored
Largest change is that once a link is added to LinkManager it maintains ownership and is responsible for delete. If you need to delete a link use LinkManager::delete. Also added guard code to assert if a Link is deleted outside of LinkManager.
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
- 26 Nov, 2014 1 commit
-
-
Don Gagne authored
- allow unit tests to use QGCApplication - clear global singletons for each unit test run
-
- 25 Nov, 2014 5 commits
-
-
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
-
Lorenz Meier authored
-
Don Gagne authored
-
Don Gagne authored
-
- 24 Nov, 2014 6 commits
-
-
Don Gagne authored
Using QFileDialog directly on OS X can hang intermittently due to Qt bug.
-
Don Gagne authored
-
Lorenz Meier 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
-
Don Gagne authored
Centralize all connecting and disconnecting of links through LinkManager::[Connect|Disconnect]Link api. Connect/Disconnect no longer allowed through LinkInterface. This allows creation of new LinkManager::setConnections[Suspended|Allowed] methods to disallow connections as needed.
-
- 21 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 17 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 14 Nov, 2014 1 commit
-
-
Don Gagne authored
This is the Pixhawk research board, not the PX4 production board.
-
- 11 Nov, 2014 1 commit
-
-
Julian Oes authored
-
- 05 Nov, 2014 2 commits
- 03 Nov, 2014 1 commit
-
-
Don Gagne authored
This api doesn’t make any sense given the fact that LinkInterface signals bytesReceived with the bytes in the signal. Also the reason why it is never called!
-
- 01 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 31 Oct, 2014 2 commits
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- 30 Oct, 2014 1 commit
-
-
philipoe authored
-
- 28 Oct, 2014 1 commit
-
-
Lorenz Meier authored
-
- 27 Oct, 2014 1 commit
-
-
Lorenz Meier authored
-
- 23 Oct, 2014 1 commit
-
-
Don Gagne authored
-
- 07 Oct, 2014 2 commits
- 04 Oct, 2014 3 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
This reverts commit b4089ad9.
-
Lorenz Meier authored
-
- 29 Sep, 2014 1 commit
-
-
Don Gagne authored
-
- 02 Sep, 2014 1 commit
-
-
Thomas Gubler authored
-