Don Gagne
|
5e0aa3deff
|
Loc .ts file update
|
4 years ago |
Don Gagne
|
22b2bfe678
|
Fix strings which can't be parsed for .ts generation
|
4 years ago |
Don Gagne
|
e42a655414
|
VTOL: No wizard mode for transition position
|
4 years ago |
Don Gagne
|
0896bbbebe
|
Debounce app reboot messages
|
4 years ago |
Don Gagne
|
62c4e4ded9
|
Sort languages by category
|
4 years ago |
Don Gagne
|
17e4bd2824
|
Update language selection
|
4 years ago |
PX4BuildBot
|
f6c936e460
|
Update PX4 Firmware metadata Wed Oct 27 08:21:19 UTC 2021
|
4 years ago |
Don Gagne
|
9287ec5fc8
|
New Crowdin updates (#9950)
* New translations qgc.ts (Japanese)
* New translations qgc-json.ts (Japanese)
|
4 years ago |
Don Gagne
|
949e375e01
|
New translations qgc-json.ts (Japanese) (#9948)
|
4 years ago |
Beat Küng
|
b18d2fdace
|
FactMetadata: fix bitset metadata parsing from json
- use int's instead of double's
- use bitshift to match the logic in the xml
|
4 years ago |
PX4BuildBot
|
4031dd586e
|
Update PX4 Firmware metadata Mon Oct 25 20:54:45 UTC 2021
|
4 years ago |
Don Gagne
|
a031d33446
|
New translations qgc.ts (Korean)
|
4 years ago |
Don Gagne
|
b2fc11f3ec
|
New translations qgc.ts (Korean)
|
4 years ago |
PX4BuildBot
|
9c4b1e0ec1
|
Update PX4 Firmware metadata Mon Oct 25 11:54:42 UTC 2021
|
4 years ago |
Atanas Batinkov
|
17cb9f48df
|
PID tuning: add Autotune UI for rate & attitude controllers
|
4 years ago |
Don Gagne
|
4e4837c893
|
S3 upload if condition
Cut back to build only since AAB doesn't work
Update
|
4 years ago |
PX4BuildBot
|
72cec6a6b0
|
Update PX4 Firmware metadata Fri Oct 22 15:17:10 UTC 2021
|
4 years ago |
PX4BuildBot
|
046cf0da94
|
Update PX4 Firmware metadata Fri Oct 22 07:44:34 UTC 2021
|
4 years ago |
Don Gagne
|
ca2d5a2676
|
Mavlink update
|
4 years ago |
Don Gagne
|
02f81e9162
|
Android App Bundle support
Update
Update
Update
|
4 years ago |
PX4BuildBot
|
5b38268977
|
Update PX4 Firmware metadata Thu Oct 21 14:08:26 UTC 2021
|
4 years ago |
Peter Barker
|
4f8400e395
|
Vagrant: use aqt to install qt deps rather than using tarball
|
4 years ago |
Don Gagne
|
363f952b7f
|
New translations qgc.ts (Korean)
|
4 years ago |
Don Gagne
|
a995af26fb
|
New translations qgc.ts (Portuguese)
|
4 years ago |
Don Gagne
|
51cb90cde9
|
New translations qgc-json.ts (Spanish)
|
4 years ago |
Don Gagne
|
71baded49f
|
Get tags
|
4 years ago |
Don Gagne
|
a9e5fea731
|
Fix signal handling
|
4 years ago |
Don Gagne
|
38ae1c929f
|
Don't build android to staging
|
4 years ago |
PX4BuildBot
|
7c6df5c7a8
|
Update PX4 Firmware metadata Mon Oct 18 22:59:35 UTC 2021
|
4 years ago |
Louis Mueller
|
58a88b73d5
|
Update Sentera Double 4k and Single minTriggerInterval
|
4 years ago |
Louis Mueller
|
5faa45662c
|
Add Sentera 6X Camera Meta Data
|
4 years ago |
Jonathan Taylor
|
dc0c535b06
|
Patched iOS build. Added precompile directives for SerialLink inclusions.
|
4 years ago |
Don Gagne
|
b0c54230f8
|
First pass at Android CI github action
Update
Update
Update
Update
Update
Update
update
Update
Update
Update
Update
|
4 years ago |
Don Gagne
|
3f72ebacca
|
New Crowdin updates (#9928)
* New translations qgc.ts (Spanish)
* New translations qgc-json.ts (Spanish)
|
4 years ago |
Aleksey Kontsevich
|
c606eb5e09
|
Fixed GStreamer support in Android build
It seems that `QT_ARCH` has gone out of favor at some point
[[0](https://bugreports.qt.io/browse/QTBUG-21224)]
[[1](https://bugreports.qt.io/browse/QTBUG-80582)]. It's not even [a documented qmake
variable](https://doc.qt.io/qt-5/qmake-variable-reference.html). When compiling with a
`message(QT_ARCH)`, the message would be empty. So it would always load up the x86 (32-bit) headers
and then get compiler errors for some static asserts about pointer size assumptions.
A little bit of digging found
[`ANDROID_ABIS`](https://doc.qt.io/qt-5/qmake-variable-reference.html#android-abis) which is a list
of the ABIs selected on the project panel in Qt Creator. That's better but not helpful for a
multi-arch build where each arch needs to look at a different set of headers.
@keith-bennett-airmap found Android documents the
[`TARGET_ARCH`](https://developer.android.com/ndk/guides/android_mk#target_arch) and made an
educated guess that it might be `ANDROID_TARGET_ARCH`. Seems to work though I'm 100% sure where the
variable is getting set -- @keith-bennett-airmap assumes it's set by qmake while it iterates through
`ANDROID_ABIS` since
it's not in the build environment list on the project pane.
While writing this comment, @keith-bennett-airmap found [this](https://stackoverflow.com/a/2658176)
which is probably a more canonical answer for a more general (non-Android) solution: to use
`QMAKE_TARGET.arch`
|
4 years ago |
vladimir
|
777c096b86
|
append callsign to ADSB vehicle label
|
4 years ago |
batinkov
|
931ee2dfdc
|
AMC-2537 - A command ack progress indication added to QGC
|
4 years ago |
PX4BuildBot
|
95170e7c1f
|
Update PX4 Firmware metadata Fri Oct 15 13:43:07 UTC 2021
|
4 years ago |
PX4BuildBot
|
f5bbb44b05
|
Update PX4 Firmware metadata Fri Oct 15 08:12:26 UTC 2021
|
4 years ago |
PX4BuildBot
|
a42ad716e4
|
Update PX4 Firmware metadata Thu Oct 14 01:47:16 UTC 2021
|
4 years ago |
PX4BuildBot
|
cd6a4200dc
|
Update PX4 Firmware metadata Wed Oct 13 22:01:14 UTC 2021
|
4 years ago |
Don Gagne
|
36c01f3e6a
|
Updates to move to Qt 5.15.2
|
4 years ago |
Jacob Dahl
|
6ea812a839
|
added missing libraries for Linux
|
4 years ago |
ryanmeagher
|
000f93afe9
|
fix setting up reverse thrust for uuv with joysticks
|
4 years ago |
RafikHachana
|
be4d85db50
|
Land is not settable from the menu anymore
|
4 years ago |
RafikHachana
|
6894a91812
|
Add Precland and Land to the flight mode dropdown
Now it is possible to manually switch to Precland or Land mode from the dropdown menu in VTOL mode
|
4 years ago |
PX4BuildBot
|
dd418a5160
|
Update PX4 Firmware metadata Fri Oct 8 22:03:32 UTC 2021
|
4 years ago |
Patrick José Pereira
|
8ca4780f10
|
libs: CMakeLists: Include qmdnsengine as static
libs is included as static, and only static can be included here
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
4 years ago |
Willian Galvani
|
732c9953b2
|
PhotoVideoControl.qml: check if camera captures video before telling it to do so
This allows recording video locally in QGC when the camera doesn't advertise
it is able to record the video by itself.
|
4 years ago |
Beat Küng
|
003f55f55a
|
FactMetadata: add 'rebootRequired' to json parsing
This is set from PX4.
|
4 years ago |