- 31 May, 2016 1 commit
-
-
Lorenz Meier authored
-
- 23 Dec, 2015 1 commit
-
-
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>
-
- 06 Dec, 2015 1 commit
-
-
Don Gagne authored
-
- 23 Nov, 2015 1 commit
-
-
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
-
- 19 Nov, 2015 1 commit
-
-
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
-
- 18 Nov, 2015 1 commit
-
-
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
-
- 30 Oct, 2015 2 commits
- 29 Sep, 2015 1 commit
-
-
Don Gagne authored
-
- 27 Sep, 2015 1 commit
-
-
Don Gagne authored
Also: - Remove unused code
-
- 29 Aug, 2015 2 commits
- 06 Jun, 2015 1 commit
-
-
Lorenz Meier authored
-
- 12 Dec, 2014 1 commit
-
-
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.
-
- 11 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 05 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 04 Dec, 2014 1 commit
-
-
Don Gagne authored
This allows use of compile time Object::connect syntax
-
- 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
-
- 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 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
-
- 21 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 19 May, 2014 1 commit
-
-
Lorenz Meier authored
-
- 28 Dec, 2013 1 commit
-
-
Don Gagne authored
This allows us to create mock version of the objects to use for unit tests
-
- 13 Aug, 2013 1 commit
-
-
tstellanova authored
-
- 07 Aug, 2013 1 commit
-
-
tstellanova authored
-
- 16 Jul, 2013 1 commit
-
-
Bill Bonney authored
-
- 09 Jul, 2013 1 commit
-
-
Lorenz Meier authored
-
- 04 Jul, 2013 1 commit
-
-
Lorenz Meier authored
-
- 10 Jun, 2013 2 commits
-
-
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.
-
- 07 Jun, 2013 2 commits
-
-
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.
-
- 10 May, 2013 1 commit
-
-
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
-
- 09 Sep, 2012 1 commit
-
-
Lorenz Meier authored
-
- 13 Jan, 2012 1 commit
-
-
LM authored
-
- 02 Nov, 2011 1 commit
-
-
oberion authored
-
- 21 Oct, 2011 1 commit
-
-
LM authored
-
- 10 Oct, 2011 1 commit
-
-
LM authored
-
- 20 Sep, 2011 1 commit
-
-
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
-
- 16 Sep, 2011 1 commit
-
-
pixhawk authored
-