Don Gagne
916651a6e7
Merge pull request #3246 from bkueng/rtcm_gps
...
Add GPS drivers and RTCM output for RTK GPS
9 years ago
Don Gagne
7bc1d256f6
Merge pull request #3250 from DonLakeFlyer/VTOLTuning
...
Tuning not supported on VTOL
9 years ago
Beat Küng
90741961cc
gps & rtcm: exclude on MobileBuilds (Qt serialport seems not to be available on Android & iOS)
9 years ago
Beat Küng
f2011b3005
GPSProvider: retry a few times before giving up when we get an error from the driver
...
This also replaces tabs with spaces
9 years ago
Don Gagne
85af870cb7
Tuning not supported on VTOL
9 years ago
Lorenz Meier
1df6297661
Update MAVLink version
9 years ago
Beat Küng
795d48d242
GPSManager: remove the usage of PRIu64, because of problems under windows
9 years ago
Beat Küng
d94ac67326
update gps submodule
9 years ago
Beat Küng
f13c1785a5
gps: add structure to use gps drivers and send a RTCM stream via mavlink (currently disabled)
...
This does the following:
- add RTCMMavlink class that streams RTCM messages via mavlink
- add GPSProvider class that opens a serial device and uses the gps driver
submodule to get an RTCM stream
- add a GPSManager class that manages the RTCMMavlink & GPSProvider classes
- implement gps driver callback & definitions using Qt
- add the GPSManager to the QGCToolbox
To test this, uncomment the _gpsManager->setupGPS("ttyACM0"); in
QGCToolbox.cc
9 years ago
Beat Küng
ddafe14550
gps: add gps drivers submodule
9 years ago
Lorenz Meier
07052d03e1
Merge pull request #3244 from mavlink/fltmode_fixes
...
Fix flight mode display for PX4. Missed reverse channel check
9 years ago
Lorenz Meier
e89706064a
Fix flight mode display for PX4. Missed reverse channel check
9 years ago
Gus Grubba
6ab27c17ce
Merge pull request #3241 from dogmaphobic/criticalMessages
...
Restore critical messages in the main window.
9 years ago
dogmaphobic
db61222679
Restore critical messages in the main window.
9 years ago
Gus Grubba
a66ff7617d
Merge pull request #3240 from dogmaphobic/transparentIcons
...
Fixing transparent "Q" in all icons.
9 years ago
Gus Grubba
8c03a14a9a
Merge pull request #3239 from gregd72002/master
...
Default case for RADIO_STATUS
In response to #3151 .
9 years ago
dogmaphobic
0eb6af1cdb
Fixing transparent "Q" in all icons.
9 years ago
Gregory Dymarek
ae9a4a82e5
Default case for RADIO_STATUS
9 years ago
Don Gagne
0ea2a81dae
Merge pull request #3235 from DonLakeFlyer/VersionParameterRemapping
...
Version based parameter name remapping
9 years ago
Don Gagne
0a88341fc5
Fix bad return
9 years ago
Don Gagne
4e1acddda8
Add support for version based parameter remapping
9 years ago
Don Gagne
2e552b3af1
Add Vehicle::versionNotSetValue
9 years ago
Don Gagne
2f149c59ac
Merge pull request #3232 from DonLakeFlyer/APMFirmwareVersioning
...
Fix APM parameter versioning
9 years ago
Don Gagne
dde81d1313
Fix min check
9 years ago
Don Gagne
5a039092a6
Fix APM parameter versioning
9 years ago
Don Gagne
cfd7f99804
Merge pull request #3223 from DonLakeFlyer/RCChannelMonitor
...
New RCChannelMonitorControl
9 years ago
Don Gagne
7bb043247c
New RCChannelMonitorControl
9 years ago
Don Gagne
4776d22d18
Merge pull request #3227 from NaterGator/hilfix
...
Fix HIL mode not being properly detected for #3226
9 years ago
Don Gagne
3ae7cbb25c
Merge pull request #3224 from tcanabrava/qstr_qml_v5
...
Qstr qml v5
9 years ago
Nate Weibley
861a2d0711
Fix HIL mode not being properly detected for #3226
9 years ago
Tomaz Canabrava
2bc9d6b6ae
Add a new string to translation
...
Missing string
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
871397bd8e
Finish the qsTrlization of the qml components.
...
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
c8caf6f673
Tons of qsTr added
...
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
a3838026ff
Remove a Typo bug : onEntered: { __forceHoverOff; false; hoverTimer.start() }
...
instead of onEntered: { __forceHoverOff = false; hoverTimer.start() }
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
93fe725299
Removed if (true) then true, else false
...
without a check this code should be a bit faster, and thus
the check was really uneeded.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
b8d13084f4
Added missing qsTr on QML files
...
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
89658a5744
More strings to translate
...
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
0014506778
Don't translate Cartesian Coordinates
...
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
5f005e5734
More qsTr aditions
...
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
60a6a31f14
Random additions to the qml qsTr calls
...
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
c20c359f7c
Translate FlightDisplay
...
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
1957086fe0
Fact QML ready for translation
...
All qsTr calls done
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
fb0c9f2651
Localize the PX4 QML Files
...
all calls to qsTr are done, if I didn't forget anything,
on the PX4 QML files.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
9ac9b3aaea
Continue the preparation to localization
...
Add support for localization in the QML's on the Common folder.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
e8b042e421
Add the Qml translation rules for APM
...
Change all text to have a qsTr call, this way it will
call the right translated text when needed.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Daniel Agar
b16f091769
travis-ci only build debug for PRs
9 years ago
Nate Weibley
e05b987a53
- Use NSIS installer + script from AppVeyor tracker / closer to CI builder ( #3217 )
...
- Include appveyor YAML script in windows build other files
See also: https://github.com/appveyor/ci/issues/743
9 years ago
Don Gagne
f35086055e
Merge pull request #3219 from DonLakeFlyer/CablePullDisconnect
...
Auto-Disconnect on cable pull
9 years ago
Don Gagne
519c403b28
Merge pull request #3218 from DonLakeFlyer/TravisMacGStreamer
...
Add GStreamer to OS X travis builds
9 years ago
Daniel Agar
a75c4ee223
Revert "[WIP] add PX4 airspeed mode" ( #3220 )
9 years ago