Gus Grubba
e5d6dbfaf0
UI Sizing
6 years ago
Gus Grubba
fe59583def
UI/UX Rework
6 years ago
Gus Grubba
b4784c40ab
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into pairingTweaks
6 years ago
Gus Grubba
402c24f510
Merge pull request #7726 from mavlink/microhardFix
...
Prevent Microhard handler from locking main thread
6 years ago
Don Gagne
313ce21f85
Merge pull request #7613 from Aeronavics/compass_home_n_COG
...
Feature Proposal - Home Heading / COG Angle / Next WP Heading in Compass
6 years ago
Gus Grubba
2fd7016229
Prevent Microhard handler from locking main thread
6 years ago
Pierre TILAK
64772fa98d
Update ChangeLog
6 years ago
Don Gagne
ec7f74067a
Merge pull request #7704 from tcanabrava/remove_unused_file
...
SerialInterface: delete - it's not used thru the project
6 years ago
Gus Grubba
1211752376
Pairing UI tweaks
6 years ago
Gus Grubba
bdaa0e3d02
Pairing in toolbar when not connected (to the right of toolbar)
6 years ago
Gus Grubba
f8419d02f5
Merge pull request #7721 from mavlink/tameRallyPoints
...
Plan View Work
6 years ago
Don Gagne
c3edf7aa8e
Merge pull request #7719 from ppicazo/patch-1
...
Add Sony DSC-RX0 Camera
6 years ago
Pierre TILAK
05fa52000b
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into compass_home_n_COG
6 years ago
Don Gagne
c33fb061d7
Merge pull request #7716 from Aeronavics/fix_typo_memset
...
MissionItem memset to 8 instead of 0
6 years ago
Gus Grubba
6940e70c1e
Plan View Work
...
Toggle Rally Point insertion on/off.
Highlight current Rally Point and current Waypoint.
Use tab bar instead of a row of radio buttons for selection (Mission, Fence, Rally).
Fix QGCHoverButton to handle proper checked state toggle.
Get rid of the many arrays used to define behaviors for the ToolStrip. They are now all defined within its model.
Fixed color for disabled text within ToolStrip (it was invisible)
6 years ago
PX4BuildBot
5bd09707fd
Update PX4 Firmware metadata Fri Aug 23 21:17:28 UTC 2019
6 years ago
Gus Grubba
4dbbe70a4a
Merge pull request #7720 from mavlink/disabledPairing
...
Remove all references to Pairing if it's not supported.
6 years ago
Gus Grubba
eec1bedec7
Merge pull request #7606 from olliw42/pr-storagefreesize
...
CameraManager, improve displayed available memory
6 years ago
Gus Grubba
242d6519a4
Merge pull request #7678 from mavlink/pr-add_gps_info
...
custom-example: Add GPS info to the Vehicle Indicator
6 years ago
Gus Grubba
22132435cc
Merge pull request #7689 from stefandunca/pr-fix_windows_dev_build
...
Fix `VERSION` qmake variable being corrupted by dev version build
6 years ago
Gus Grubba
12043ba41b
Remove all references to Pairing if it's not supported.
6 years ago
Paul Picazo
f5e16c4c4d
Add Sony DSC-RX0 Camera
6 years ago
Gus Grubba
3918559bf6
Merge pull request #7718 from mavlink/pairing
...
Initial support for link pairing
6 years ago
Gus Grubba
20bf53f552
Remove unused pairing settings
6 years ago
Gus Grubba
23ab840c62
Linux fixes
6 years ago
Gus Grubba
db5c070a24
Handle pairing status
6 years ago
Gus Grubba
3d4f2d8f9b
Flag thread blockers
6 years ago
Gus Grubba
604e12f645
Add link pairing
6 years ago
Gus Grubba
d5144e9279
Merge pull request #7691 from stefandunca/pr-fix_combobox_usage
...
Pr fix combobox usage
6 years ago
Pierre TILAK
21dda219ba
Missionitem memset to 8 instead of 0
6 years ago
PX4BuildBot
e67a9387d1
Update PX4 Firmware metadata Wed Aug 21 15:19:51 UTC 2019
6 years ago
Gus Grubba
86e2947dc4
Merge pull request #7713 from mavlink/videoRecordingIndicator
...
Enable video running time and shutter count
6 years ago
Gus Grubba
e56877b306
Enable video running time and shutter count
6 years ago
Don Gagne
e7e3818dd1
Merge pull request #7674 from muramura/QGC_Change_NULL_or_0_to_nullptr
...
Global: change null or 0 to nullptr
6 years ago
PX4BuildBot
f3b1e7bdcf
Update PX4 Firmware metadata Wed Aug 21 00:41:03 UTC 2019
6 years ago
Don Gagne
efaac16da9
Merge pull request #7711 from DonLakeFlyer/TravisAndroid
...
Fix for android builds (attempting!)
6 years ago
Don Gagne
dde8f31330
Fix for android builds
6 years ago
Don Gagne
f9a7d849d4
Merge branch 'master' into QGC_Change_NULL_or_0_to_nullptr
6 years ago
Tomaz Canabrava
95329afd2b
Removed more dead files
6 years ago
Tomaz Canabrava
ea63d012d7
UAS: Use qobject_cast instead of dynamic_cast
...
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
6 years ago
Tomaz Canabrava
baf4458526
UDPLink: Use qobject_cast instead of dynamic_cast
...
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
6 years ago
Tomaz Canabrava
3a51a34e48
TCPLink: use qobject_cast instead of dynamic_cast
...
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
6 years ago
Tomaz Canabrava
bc52987ea6
SerialLink: Use qobject_cast instead of dynamic_cast
...
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
6 years ago
Tomaz Canabrava
be20c87650
MockLink: Use qobject_cast instead of dynamic_cast
...
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
6 years ago
Tomaz Canabrava
5ae77c6587
LogReplayLink: Use qobject_cast instead of dynamic_cast
...
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
6 years ago
Tomaz Canabrava
819a3ac792
LinkManager: use qobject_cast instead of dynamic_cast
...
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
6 years ago
Tomaz Canabrava
6b11855ce4
LinkConfiguration: use qobject_cast instead of dynamic_cast
...
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
6 years ago
Tomaz Canabrava
ea87ffca2d
BluetoothLink: use qobject_cast instead of dynamic_cast
...
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
6 years ago
Tomaz Canabrava
0bd3728383
VehicleObjectAvoidance: Use qobject_cast instead of dynamic_cast
...
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
6 years ago
Tomaz Canabrava
c53977fbb1
MultiVehicleManager: use qobject_cast instead of dynamic_cast
...
qobject_cast is times faster dynamic_cast for objects that
inherit QObject. also, use auto keyword to not duplicate
class names.
6 years ago