- Jan 13, 2018
-
-
DonLakeFlyer authored
-
- Jul 09, 2017
-
-
Don Gagne authored
Helps battery life
-
- Mar 28, 2017
-
-
Donald Gagne authored
-
- Dec 30, 2016
-
-
Don Gagne authored
-
- Nov 27, 2016
-
-
Gus Grubba authored
-
- Jul 31, 2016
-
-
Don Gagne authored
-
- May 31, 2016
-
-
Lorenz Meier authored
-
- Feb 19, 2016
-
-
Don Gagne authored
-
- Jan 12, 2016
-
-
Don Gagne authored
-
- Jan 05, 2016
-
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Jan 02, 2016
-
-
dogmaphobic authored
-
- Dec 25, 2015
-
-
Gus Grubba authored
-
- Dec 09, 2015
-
-
dogmaphobic authored
-
- Dec 08, 2015
-
-
Don Gagne authored
-
- Dec 06, 2015
-
-
Don Gagne authored
-
dogmaphobic authored
-
Don Gagne authored
-
- Dec 03, 2015
-
-
dogmaphobic authored
-
- Nov 23, 2015
- Nov 19, 2015
- Nov 18, 2015
- Nov 06, 2015
-
-
dogmaphobic authored
-
- Oct 30, 2015
-
-
Don Gagne authored
Instead us a Toolbox concept which hangs off of QGCApplication
-
- Oct 29, 2015
-
-
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>
-
- Oct 27, 2015
-
-
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
-
- Oct 18, 2015
-
-
Lorenz Meier authored
-
- Oct 16, 2015
-
-
Don Gagne authored
-
- Oct 15, 2015
-
-
Don Gagne authored
-
- Oct 13, 2015
-
-
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
-
- Oct 12, 2015
- Oct 11, 2015
-
-
Don Gagne authored
- Delete all old map code
-