Don Gagne
7f80a1db32
Merge pull request #6015 from DonLakeFlyer/CustomCommandWidget
...
Custom Command Widget: Fix all the horribly broken stuff
7 years ago
Don Gagne
da09b78bab
Merge pull request #6014 from DonLakeFlyer/Readme5.9.3
...
Update README to 5.9.3
7 years ago
DonLakeFlyer
a4d63612d9
Fix all the horribly broken stuff
7 years ago
DonLakeFlyer
885e5e839a
Update to 5.9.3
7 years ago
Don Gagne
b6dc73b167
Merge pull request #6011 from DonLakeFlyer/iOSAutoConnect
...
Fix AutoConnect settings for iOS
7 years ago
Don Gagne
748b053121
Merge pull request #6009 from DonLakeFlyer/DoubleClose
...
Fix double-close bug on OSX
7 years ago
Don Gagne
feb7b59244
Merge pull request #6008 from DonLakeFlyer/RemoveHack
...
Hack dialog was causing extra window
7 years ago
Don Gagne
0bfa60efe7
Merge pull request #6013 from DonLakeFlyer/AndroidQt5.9.3
...
Move Android to Qt 5.9.3
7 years ago
DonLakeFlyer
5833a839a7
Move Android to Qt 5.9.3
7 years ago
DonLakeFlyer
f6a1cb6f23
Fix AutoConnect settings for iOS
7 years ago
DonLakeFlyer
94364a5abe
Fix double-close bug on OSX
7 years ago
DonLakeFlyer
50cf318055
Hack dialog was causing extra window
...
Seems to work fine without out.
7 years ago
Don Gagne
555b8b999f
Merge pull request #6005 from DonLakeFlyer/Linux5.9.3
...
Move Linux to 5.9.3
7 years ago
Don Gagne
d3e682856b
Merge pull request #6004 from DonLakeFlyer/VolatileFacts
...
Add support for volatile Facts/Parameters
7 years ago
Don Gagne
d7790dd9fa
Merge pull request #6002 from DonLakeFlyer/HighLatencyTimeout
...
No comm timeout on high latency links
7 years ago
DonLakeFlyer
28025d4388
Move Linux to 5.9.3
7 years ago
DonLakeFlyer
e950558856
Add support for volatile Facts/Parameters
7 years ago
DonLakeFlyer
e4f0d5f9e0
No comm timeout on high latency links
7 years ago
Don Gagne
fee0d4d126
Merge pull request #6001 from mavlink/factMetadataCrash
...
Fixed crash in FactMetadata constructor.
7 years ago
Gus Grubba
db27a9eaf7
Fixed crash in FactMetadata constructor.
...
It did not like the use of the tr() macro within a static QString in the constructor.
7 years ago
Gus Grubba
2af0422b35
Merge pull request #6000 from mavlink/offlineMapTiles
...
Offline map fixes
7 years ago
PX4 Jenkins
70d6ccb038
Update PX4 Firmware metadata Fri Jan 12 04:37:12 UTC 2018
7 years ago
Gus Grubba
1db0adaf58
Fixed an issue when importing a tile set that already exists would cause an error. When an imported set has a same name, it is renamed so the name is unique. The original logic had an error and was allowing the "new" set to be added with the same name, which would cause an error. In addition, if a new tile set brings no new unique tiles, it is now ignored.
...
Fixed an issue where the progress was based on the total number of incoming tiles but this total can change if a given tile already exists in the database (it is not added).
7 years ago
PX4 Jenkins
3e0555423a
Update PX4 Firmware metadata Mon Jan 8 23:37:05 EST 2018
7 years ago
PX4 Jenkins
cc0628a4fc
Update PX4 Firmware metadata Sun Jan 7 23:37:05 EST 2018
7 years ago
Don Gagne
4259f9c272
Merge pull request #5992 from DonLakeFlyer/iOSXCode
...
iOS using wrong Xcode
7 years ago
DonLakeFlyer
5e985fbfc8
Break up iOS get/tar commands to fix timeout
7 years ago
Don Gagne
1348442580
Merge pull request #5993 from DonLakeFlyer/FactSliderPanel
...
Fix Android slider
7 years ago
Don Gagne
15cd3e566c
Merge pull request #5994 from mavlink/pr-px4-param-update
...
PX4 Firmware: Update param meta
7 years ago
Lorenz Meier
dbb2c673ae
PX4 Firmware: Update param meta
7 years ago
DonLakeFlyer
86d360c782
Fix Android slider
7 years ago
DonLakeFlyer
a974c09888
Clear cursor before disconnectAll
...
Since disconnectAll will kill this controller before it gets to next
statement
7 years ago
DonLakeFlyer
f4b4f476f8
Fix forceSetRawValue usage pattern
7 years ago
DonLakeFlyer
e62abbe2fe
iOS using wrong Xcode
7 years ago
Don Gagne
0b0f4b037e
Merge pull request #5989 from DonLakeFlyer/LatencyBit
...
High Latency Link bit support
7 years ago
Don Gagne
7fa9c27e43
Merge pull request #5988 from DonLakeFlyer/MockParams
...
Update PX4 MockLink params to latest firmware
7 years ago
Don Gagne
8a411b4585
Merge pull request #5980 from hsteinhaus/nex5r_20mm
...
Add camera definition for Sony NEX-5R with 20mm lens
7 years ago
PX4 Jenkins
f24c521663
Update PX4 Firmware metadata Sat Jan 6 23:37:07 EST 2018
7 years ago
Don Gagne
bd4b4dfe3f
High Latency Link bit support
7 years ago
Don Gagne
40708809d0
Merge pull request #5987 from DonLakeFlyer/ParameterCategories
...
Parameter Editor Category->Group hierarchy support
7 years ago
Don Gagne
3f048b2140
Update MockLink params to latest PX4 firmware
7 years ago
Don Gagne
e608612751
Fix uninitialized variables
7 years ago
Don Gagne
b0f60168e2
Parameter Editor Category->Group hierarchy support
7 years ago
Don Gagne
ce0e3ad06b
Merge pull request #5977 from bluerobotics/usb-gps
...
Remove nmea serial port for mobile builds
7 years ago
Don Gagne
c2dcb35daa
Merge pull request #5984 from DonLakeFlyer/iOSTravis
...
WIP: Try turning iOS back on in Travis
7 years ago
Don Gagne
300631dc4b
iOS back on, switched to Qt 5.9.3
7 years ago
Don Gagne
72aa6d9fa1
commit
7 years ago
Don Gagne
c90bc0bd52
Merge pull request #5983 from DonLakeFlyer/MacFast
...
Speed up pull request OS X travis builds
7 years ago
Don Gagne
1b93d6c0a0
Speed up pull request OS X travis builds
7 years ago
Don Gagne
66e64f50b3
Merge pull request #5982 from DonLakeFlyer/VideoFix
...
Fix unused variable
7 years ago