- May 31, 2016
-
-
Lorenz Meier authored
-
- Dec 23, 2015
-
-
Anselmo L. S. Melo authored
There are many ways of iterating over lists in C++/Qt. In the specific case of QStrings, it is known [1] that using foreach with const references avoids the creation of new QString objects in each iteration, reducing the time consumed by the loops. [1] https://blog.qt.io/blog/2009/01/23/iterating-efficiently/ Signed-off-by:
Anselmo L. S. Melo <anselmo.melo@intel.com>
-
- Dec 06, 2015
-
-
Don Gagne authored
-
- Nov 23, 2015
-
-
Don Gagne authored
- Pervasive change to automatically connect to known board types - Lots of additional changes along with this: - More exposure of objects/properties to Qml - Much restructuring in LinkManager and LinkManager clients
-
- Nov 19, 2015
-
-
Don Gagne authored
- Pervasive change to automatically connect to known board types - Lots of additional changes along with this: - More exposure of objects/properties to Qml - Much restructuring in LinkManager and LinkManager clients
-
- Nov 18, 2015
-
-
Don Gagne authored
- Pervasive change to automatically connect to known board types - Lots of additional changes along with this: - More exposure of objects/properties to Qml - Much restructuring in LinkManager and LinkManager clients
-
- Oct 30, 2015
- Sep 29, 2015
-
-
Don Gagne authored
-
- Sep 27, 2015
-
-
Don Gagne authored
Also: - Remove unused code
-
- Aug 29, 2015
- Jun 06, 2015
-
-
Lorenz Meier authored
-
- Dec 12, 2014
-
-
Don Gagne authored
Plus a large number of other changes to allow for orderly shutdown of objects without crashes or asserts. This is need for unit tests to create/delete global state around every test.
-
- Dec 11, 2014
-
-
Don Gagne authored
-
- Dec 05, 2014
-
-
Don Gagne authored
-
- Dec 04, 2014
-
-
Don Gagne authored
This allows use of compile time Object::connect syntax
-
- Dec 01, 2014
-
-
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
-
- 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
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
-
- Nov 21, 2014
-
-
Don Gagne authored
-
- May 19, 2014
-
-
Lorenz Meier authored
-
- Dec 28, 2013
-
-
Don Gagne authored
This allows us to create mock version of the objects to use for unit tests
-
- Aug 13, 2013
-
-
tstellanova authored
-
- Aug 07, 2013
-
-
tstellanova authored
-
- Jul 16, 2013
-
-
Bill Bonney authored
-
- Jul 09, 2013
-
-
Lorenz Meier authored
-
- Jul 04, 2013
-
-
Lorenz Meier authored
-
- Jun 10, 2013
-
-
Bryant authored
Removing UASes now returns the UI to an almost pristine state. This was done by altering the activeUASSet signal so that it can emit a NULL UAS. Crashes may still exist in autopilot-specific code.
-
Bryant authored
Partway through refactoring of UAS deletion. This is in order to actually support removing UASes from QGC, which is currently impossible.
-
- Jun 07, 2013
-
-
Bryant authored
Removing UASes now returns the UI to an almost pristine state. This was done by altering the activeUASSet signal so that it can emit a NULL UAS. Crashes may still exist in autopilot-specific code.
-
Bryant authored
Partway through refactoring of UAS deletion. This is in order to actually support removing UASes from QGC, which is currently impossible.
-
- May 10, 2013
-
-
Michael Carpenter authored
Change so Waypoints are the same across maps, and offline waypoints get appeneded to the end of the MAV's waypoint list on connect
-
- Sep 09, 2012
-
-
Lorenz Meier authored
-
- Jan 13, 2012
-
-
LM authored
-
- Nov 02, 2011
-
-
oberion authored
-
- Oct 21, 2011
-
-
LM authored
-
- Oct 10, 2011
-
-
LM authored
-
- Sep 20, 2011
-
-
LM authored
Fixed roll angle in Google earth, still not smooth. Fixed a number of threading issues. Fixed all custom widget related bugs. Improved MAVLink decoder. Reduced CPU usage substantially across all views
-
- Sep 16, 2011
-
-
pixhawk authored
-