- 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
-
- Oct 05, 2015
-
-
Don Gagne authored
- select active vehicle - arm/disarm - select flight mode
-
- Sep 25, 2015
-
-
Don Gagne authored
Too complicated supporting both modes as editor becomes more complex
-
- Sep 11, 2015
-
-
Don Gagne authored
These use OpenGL implementation which prevented moving to ANGLE support. Since they are rarely used they are being remove instead of being upgrade.
-
Don Gagne authored
These use OpenGL implementation which prevented moving to ANGLE support. Since they are rarely used they are being remove instead of being upgrade.
-
- Sep 08, 2015
-
-
Don Gagne authored
-
- Sep 07, 2015
-
-
Don Gagne authored
-
- Sep 03, 2015
-
-
Don Gagne authored
-
- Sep 01, 2015
-
-
Don Gagne authored
Plus lots of other cleanup
-
- Aug 31, 2015
-
-
Don Gagne authored
-
- Aug 29, 2015
- Aug 23, 2015
-
-
Don Gagne authored
-
- Jun 09, 2015
-
-
dogmaphobic authored
-
- Jun 06, 2015
-
-
Lorenz Meier authored
-
- May 31, 2015
-
-
dogmaphobic authored
-
- May 14, 2015
-
-
Don Gagne authored
-
- May 13, 2015
-
-
Don Gagne authored
-