- 28 Mar, 2017 1 commit
-
-
Donald Gagne authored
-
- 30 Dec, 2016 1 commit
-
-
Don Gagne authored
-
- 27 Nov, 2016 1 commit
-
-
Gus Grubba authored
-
- 31 Jul, 2016 1 commit
-
-
Don Gagne authored
-
- 31 May, 2016 1 commit
-
-
Lorenz Meier authored
-
- 19 Feb, 2016 1 commit
-
-
Don Gagne authored
-
- 12 Jan, 2016 1 commit
-
-
Don Gagne authored
-
- 05 Jan, 2016 1 commit
-
-
Tomaz Canabrava authored
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- 02 Jan, 2016 1 commit
-
-
dogmaphobic authored
-
- 25 Dec, 2015 1 commit
-
-
Gus Grubba authored
-
- 09 Dec, 2015 1 commit
-
-
dogmaphobic authored
-
- 08 Dec, 2015 1 commit
-
-
Don Gagne authored
-
- 06 Dec, 2015 3 commits
-
-
Don Gagne authored
-
dogmaphobic authored
-
Don Gagne authored
-
- 03 Dec, 2015 1 commit
-
-
dogmaphobic authored
-
- 23 Nov, 2015 2 commits
- 19 Nov, 2015 2 commits
- 18 Nov, 2015 2 commits
- 06 Nov, 2015 1 commit
-
-
dogmaphobic authored
-
- 30 Oct, 2015 1 commit
-
-
Don Gagne authored
Instead us a Toolbox concept which hangs off of QGCApplication
-
- 29 Oct, 2015 1 commit
-
-
Tomaz Canabrava authored
When you selected via the Menu to go to Fly Mode, the QML toolbar didn't followed the option, and if you selected via the menu to go to all the three possible views (setup, fly and plan) the menu would be all-selected. This tries to keep consistency of things. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- 27 Oct, 2015 2 commits
-
-
Tomaz Canabrava authored
Since the Static const char * items are private and nothing should access them besides the MainWindow class, declare them inside of the .cpp file with static linkage, this way a few good things happen: they are not exported as symbols to any other class (not even with private linkage) and also if we need to add a new one, on the .cpp, the only compiled file will be the cpp, instead of the tons of files that include mainwindow.h Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
dogmaphobic authored
-
- 18 Oct, 2015 1 commit
-
-
Lorenz Meier authored
-
- 16 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 15 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 13 Oct, 2015 5 commits
-
-
Nate Weibley authored
This reverts commit 86f29adf.
-
Don Gagne authored
This is in preparation for full Qml main window
-
Nate Weibley authored
-
Don Gagne authored
-
Don Gagne authored
-
- 12 Oct, 2015 2 commits
- 11 Oct, 2015 1 commit
-
-
Don Gagne authored
- Delete all old map code
-
- 05 Oct, 2015 1 commit
-
-
Don Gagne authored
- select active vehicle - arm/disarm - select flight mode
-
- 25 Sep, 2015 1 commit
-
-
Don Gagne authored
Too complicated supporting both modes as editor becomes more complex
-