Gus Grubba
d283ecffe0
iOS Build
7 years ago
Gus Grubba
0a62b2244b
Improve virtual joystick graphics ( #6182 )
7 years ago
Don Gagne
97c80463eb
Work around android Qt bug where wrong virtual keyboard is displayed
7 years ago
Don Gagne
067c19fe0f
Add flickable
7 years ago
Don Gagne
7bf50ed984
Add file extension if needed
7 years ago
Don Gagne
e8e9aa4c03
Duplication cleanup
7 years ago
Gus Grubba
d8fed905c3
Restore toolbar height multiplier, which got removed somehow.
7 years ago
Gus Grubba
b95217d149
Allow plugin to override pixel ratio and density
7 years ago
DonLakeFlyer
6cb27d3422
Add Clear All button
7 years ago
DonLakeFlyer
2080e2f326
Fix help button positioning
7 years ago
DonLakeFlyer
383ff5e3ff
Remove bad anchoring
7 years ago
DonLakeFlyer
f77cab5e6a
Fix combo width sizing
7 years ago
Gus Grubba
c15683a5f4
Make option to show/hide vehicle related functions
...
Create new, specific button for clearing mission from vehicle
Adjust sizing of DropPanel
7 years ago
Gus Grubba
611b33307c
Turn "Sync" menu into a proper "File" menu
7 years ago
DonLakeFlyer
435d6d3606
Better text fitting for indices
7 years ago
DonLakeFlyer
463429faa8
Sizing fix
7 years ago
DonLakeFlyer
5c4da3cd08
Specify fully qualified in folder url
7 years ago
DonLakeFlyer
5be806e307
Reorganize to retain state
7 years ago
DonLakeFlyer
5fca2d756d
Cleanup for better visibility
...
Also distinguish Emergency Stop better
7 years ago
DonLakeFlyer
9dd768a3ca
Even more PreFlight reorg/support
7 years ago
DonLakeFlyer
29f03bba66
More PreFlight control reorganization
7 years ago
DonLakeFlyer
70b21bf0d2
Make default firmware more prominent
...
The idea here is to prevent people from accidentally flashing the wrong firmware
7 years ago
Gus Grubba
e7c55ec9ec
Cleanup layout issues throughout QGC
7 years ago
DonLakeFlyer
dc0866d1bb
Simplify PreFlightCheckButton implementation
7 years ago
DonLakeFlyer
b9c5d2ed35
Style cleanup and changes
...
* Added support for sat count to Sensors check control
7 years ago
DonLakeFlyer
63c76487e7
Control renaming
...
* QGCCheckListItem -> PreFlightCheckButton
* CheckList -> PreFlightCheckList
7 years ago
DonLakeFlyer
3a9207cc93
Coding style cleanup
7 years ago
DonLakeFlyer
8f0e0a2a9e
Generic PID tuning support
7 years ago
DonLakeFlyer
31074ff659
Allow DropPanel dynamic sizing
7 years ago
Philipp Oettershagen
13358501e3
Fixes and cleanup according to comments by @dongagne
7 years ago
Philipp Oettershagen
4466d28909
Automated preflight checklist: Initial commit. Note that this requires an autopilot firmware that writes the respective health flags in the SYS_STATUS mavlink message
7 years ago
DonLakeFlyer
65ec484a11
Different visuals for Planne Home in Plan View
7 years ago
DonLakeFlyer
8b8fe7cfdd
Remove outdated FIXME
7 years ago
DonLakeFlyer
c2e0616804
Work on getting keyboard focus to right place
7 years ago
Don Gagne
1e3db639b1
Better console log to file support
7 years ago
DonLakeFlyer
8b7f035842
Fix crash from bad toolbox reference during shutdown
7 years ago
DonLakeFlyer
bc319fa458
Allow logging console output to file from command line
7 years ago
DonLakeFlyer
f50391d9c8
New FactValueSlider control
7 years ago
Don Gagne
27aa9098d1
Change position to vehicle position
7 years ago
DonLakeFlyer
2e6dc3ddea
Not parameter reset for ArduPilot
7 years ago
DonLakeFlyer
e9293adb2b
Remove MavlinkQmlSingleton
7 years ago
Gus Grubba
f41317102e
Airmap API key integration.
...
The build system will look for src/Airmap/Airmap_api_key.h
If it find is, it will used the provided API key and client ID for Airmap.
That file should provide two strings:
static const char* kAirmapAPIKey = "key data";
static const char* kAirmapClientID = "id data";
Local builds, without these will have no Airmap support by default (users can always enter their own within the Airmap settings panel).
7 years ago
DonLakeFlyer
cb901e7166
Make reusable Stats control for TransectStyleComplexItem
7 years ago
Gus Grubba
ab0f772c07
More merge conflict errors
7 years ago
DonLakeFlyer
f622859bfc
Add support for insert/append of multiple objects at a time
...
For much better performance
7 years ago
DonLakeFlyer
3ac26bd5d2
Set focus on button and checkbox click
...
This forces a commit on any uncommitted TextFields
7 years ago
Gus Grubba
b2f7fc8635
Multi camera Support
...
Added (UI) support for vehicles exposing more than one camera.
7 years ago
Gus Grubba
1e079309e7
Fix pedantic compiler errors and warnings.
7 years ago
Gus Grubba
9359c1545b
Cleaning up old vehicle manager and getting it ready to actually provide services for a vehicle (flight management)
...
Added submit flight plan
Added update flight plan
Disable flight features as these don't seem to be quite working (values must be initialized and validated before submission as backend doesn't validate and the objects don't initialize their members)
7 years ago
Gus Grubba
f109339e43
Set mission bounding box as ROI if one exists.
7 years ago