dogmaphobic
8c4410295f
Moving Android defines to QGCCommon.pri
...
Added a preliminary android build environment file with some basic instructions. This is for Mac OS, easily modifiable for Linux but I wouldn't know where to begin getting this to run on Windows.
10 years ago
dogmaphobic
59ad9be767
First android commit.
10 years ago
dogmaphobic
085d38338b
Sorting files.
10 years ago
Don Gagne
84dda11892
Full Fact meta data implementation
10 years ago
dogmaphobic
80ff9f6e25
Removing old Primary Flight Display.
10 years ago
Don Gagne
094eaf2f6f
New ParameterEditor control and dock widget
10 years ago
Don Gagne
4c50595f71
Qml Parameter Editor
10 years ago
dogmaphobic
4d13d78e13
Experimental mapping/planning tool.
10 years ago
Don Gagne
3a793264f5
Get rid of $$qtlibrarytarget
...
This just mangles the library names for no good reason.
10 years ago
Don Gagne
6362e4c764
Restructure location plugin build
...
Restructured to better fit existing build structure
10 years ago
dogmaphobic
86f9a21973
Adding url factory from Open Pilot maps.
...
As this is no longer google specific, renamed everything google to qgc.
10 years ago
dogmaphobic
0377e29794
Switching target (final app name) to all lower case.
10 years ago
dogmaphobic
aa2cf9eb25
Fix Typo
...
And name the target as the main app is now in its own sub project file.
10 years ago
dogmaphobic
47b00f2f52
Google Maps Qt Geoservices plugin.
10 years ago
Don Gagne
d5146cd2a2
Resource restructuring
...
- All resources are either under src or under resources dirs
- Removed files top level directory
- Move flightgear files to top level dir
10 years ago
Don Gagne
7e063193a6
Convert Airframe Config to Qml
10 years ago
dogmaphobic
eb3eb94a8d
Primary Flight Display
...
New version using QtQuick along with an experimental Map Background
10 years ago
Don Gagne
244aff2eab
Remove GoogleEarth support
10 years ago
Don Gagne
4bfb3701a3
Switched to ParameterLoader, added component id support
10 years ago
Don Gagne
44a11040d1
Remove unused code
10 years ago
dogmaphobic
33092084c4
Removing old Tool Bar code.
10 years ago
Don Gagne
4b3c2cecc6
Remove no longer needed code
10 years ago
Don Gagne
f254fc614d
qtlogging.ini automatically created at startup
...
If it doesn’t exist it will be prefilled with all registered categories
set to false
10 years ago
dogmaphobic
b6cf543e32
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.
10 years ago
dogmaphobic
d98b1a8064
Initial Battery Config
10 years ago
Don Gagne
b69a146e73
New Flight Mode config
10 years ago
Don Gagne
9f4b6e76f5
Fix hover state of Button
10 years ago
Don Gagne
e863bdae38
Use FactBinder to access facts from Qml
...
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.
10 years ago
dogmaphobic
bed21b49f3
New, QML based Tool Bar.
10 years ago
Don Gagne
c3a60a94ab
Add new SensorConfig remove old
10 years ago
Don Gagne
80a6e84c66
Work around win 8.1 sdk aapi.h problem
10 years ago
Don Gagne
7f686fc1dd
Put back quick widgets module
10 years ago
Don Gagne
ff0a81bfdc
Update to Qt 5.4
10 years ago
dogmaphobic
7452449027
Renamed classes and files away from the QGC prefix.
...
Shrunk the Message drop down dialog a bit.
Made the Message drop down dialog slightly transparent.
10 years ago
dogmaphobic
16e40be2ed
Added drop down message widget
10 years ago
dogmaphobic
0a31331428
The ultimate goal is to plug a device, set it up and go fly it without any fuss.
...
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).
10 years ago
Don Gagne
381acec96b
Convert Firmware Upgrade to QML
...
- Much simpler UI
- MVC style qml programming model
10 years ago
Don Gagne
e0fed930e9
Fix SetupView to work with latest mavlink headers
...
- Updated MainWindowTest to catch this problem
- Also implemented initial pass at SetupView unit test
10 years ago
Don Gagne
581a026fda
Fix SetupView to work with latest mavlink headers
...
- Updated MainWindowTest to catch this problem
- Also implemented initial pass at SetupView unit test
10 years ago
Don Gagne
f8181f89c8
New set of Qml Controls
...
Controls respect QGCPalette settings. Also added test window.
10 years ago
Don Gagne
af38a105df
Re-implemented Setup View
10 years ago
Don Gagne
48663c8a4f
New MainWindow central and dock widget architecture
...
- 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
10 years ago
Don Gagne
4d40f2984a
New MainWindow central and dock widget architecture
...
- 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
10 years ago
Thomas Gubler
6bc001e6c3
send rc to paramter map prototype
10 years ago
Don Gagne
76ef35a4cf
Empty SafetyConfig compoment
...
Starting point for real implementation
10 years ago
Don Gagne
c02c88a10f
Remove deleted headers
10 years ago
Don Gagne
22f778cf00
Initial implement of QML Palette support
10 years ago
Don Gagne
acbc19aa3d
Generic AutopilotPlugin full implementation
10 years ago
Don Gagne
91614e3add
VehicleSummary converted to QML
...
Summary page is also the launching spot for the setup screens. No more
left hand set of buttons.
10 years ago
Don Gagne
3b328f36c4
New FactSystem unit test
10 years ago