- Apr 16, 2015
-
-
dogmaphobic authored
-
- Apr 14, 2015
-
-
Don Gagne authored
-
Don Gagne authored
-
dogmaphobic authored
-
- Apr 08, 2015
- Apr 06, 2015
-
-
dogmaphobic authored
As this is no longer google specific, renamed everything google to qgc.
-
dogmaphobic authored
-
- Apr 04, 2015
-
-
dogmaphobic authored
And name the target as the main app is now in its own sub project file.
-
dogmaphobic authored
-
- Apr 02, 2015
-
-
Don Gagne authored
- All resources are either under src or under resources dirs - Removed files top level directory - Move flightgear files to top level dir
-
- Apr 01, 2015
-
-
Don Gagne authored
-
- Mar 31, 2015
-
-
dogmaphobic authored
New version using QtQuick along with an experimental Map Background
-
- Mar 30, 2015
-
-
Don Gagne authored
-
- Mar 29, 2015
-
-
Don Gagne authored
-
- Mar 27, 2015
-
-
Don Gagne authored
-
- Mar 26, 2015
-
-
dogmaphobic authored
-
- Mar 15, 2015
-
-
Don Gagne authored
-
- Mar 13, 2015
-
-
Don Gagne authored
If it doesn’t exist it will be prefilled with all registered categories set to false
-
- Mar 09, 2015
-
-
dogmaphobic authored
Created new ScreenTools exported control for QML code to obtain screen DPI factor to be used for computing font point sizes. This code used to be in the tool bar code and now is available to all QML widgets. Moved global mouse position tool into ScreenTools as I felt it would be a place to collect these sort of functionality. Replaced Tree used in the Safety Component from a PNG file to a SVG file as the PNG was not scaling up properly.
-
- Mar 08, 2015
-
-
dogmaphobic authored
-
- Mar 07, 2015
- Mar 06, 2015
-
-
Don Gagne authored
Passing parameters QVariantMap across C++ boundary was causing crashes in Qt due to Qml array bugs. Referencing same Fact* across Qml boundary in multiple QQuickWidgets caused jScript GC to crash.
-
- Mar 04, 2015
-
-
dogmaphobic authored
-
- Feb 28, 2015
-
-
Don Gagne authored
-
- Feb 20, 2015
- Feb 18, 2015
-
-
Don Gagne authored
-
- Feb 17, 2015
-
-
dogmaphobic authored
Shrunk the Message drop down dialog a bit. Made the Message drop down dialog slightly transparent.
-
dogmaphobic authored
-
- Feb 13, 2015
-
-
dogmaphobic authored
The goal of this first installment is to organize the code a bit so it's more readable, clean up a bit of left over cruft, and manage link configurations (and links in general).
-
Don Gagne authored
- Much simpler UI - MVC style qml programming model
-
- Feb 12, 2015
- Feb 07, 2015
-
-
Don Gagne authored
Controls respect QGCPalette settings. Also added test window.
-
- Feb 04, 2015
-
-
Don Gagne authored
-
- Feb 02, 2015
-
-
Don Gagne authored
- Central widget no longer stacked. Views are added/removed to layout to switch view - Dock Widgets are globals with single instance of each type - Both central views and dock widgets are just-in-time created saving lots of memory
-
- Dec 30, 2014
-
-
Don Gagne authored
- Central widget no longer stacked. Views are added/removed to layout to switch view - Dock Widgets are globals with single instance of each type - Both central views and dock widgets are just-in-time created saving lots of memory
-
- Dec 28, 2014
-
-
Thomas Gubler authored
-