- Nov 30, 2014
-
-
Don Gagne authored
-
- Nov 27, 2014
-
-
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
-
- Nov 26, 2014
-
-
Don Gagne authored
- allow unit tests to use QGCApplication - clear global singletons for each unit test run
-
- Nov 25, 2014
-
-
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
-
- Nov 24, 2014
-
-
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.
-
- Nov 21, 2014
-
-
Don Gagne authored
-
- Nov 17, 2014
-
-
Don Gagne authored
-
- Nov 14, 2014
-
-
Don Gagne authored
This is the Pixhawk research board, not the PX4 production board.
-
- Nov 11, 2014
-
-
Julian Oes authored
-
- Nov 05, 2014
- Nov 03, 2014
-
-
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!
-
- Nov 01, 2014
-
-
Don Gagne authored
-
- Oct 31, 2014
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- Oct 30, 2014
-
-
philipoe authored
-
- Oct 28, 2014
-
-
Lorenz Meier authored
-
- Oct 27, 2014
-
-
Lorenz Meier authored
-
- Oct 23, 2014
-
-
Don Gagne authored
-
- Oct 07, 2014
- Oct 04, 2014
-
-
Lorenz Meier authored
-
Lorenz Meier authored
This reverts commit b4089ad9.
-
Lorenz Meier authored
-
- Sep 29, 2014
-
-
Don Gagne authored
-
- Sep 02, 2014
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-