Knut Hjorth
6f636e7891
Github actions: Remove android-33-ext4 from build image
...
Github workflow image ubuntu-20.04 version 20230109.1 have added Android
SDK Platform android-33-ext4. Something, possible the gradle version
bundled with qt does not parse this correctly, and sets
androidCompileSdkVersion in android-build/gradle.properties to "ext4"
instead of expected "33". This commit is a quick fix to the problem, so
the build will revert to android-33 wich was used before 20230109.1.
2 years ago
AndKe
3f9b60f65f
Display Rangefinder Distance
2 years ago
Vincent Poon
206518a0d2
Add Kakute H7 v2 & Kakute H7 Mini to QGC
...
Add Kakute H7 v2 & Kakute H7 Mini to QGC FirmwareUpgradeController.cc
2 years ago
PX4BuildBot
ad370d50b3
Update PX4 Firmware metadata Thu Feb 2 02:29:24 UTC 2023
2 years ago
PX4BuildBot
d6f77f65b3
Update PX4 Firmware metadata Thu Jan 26 05:53:28 UTC 2023
2 years ago
Patrick José Pereira
61f9c2cd02
src: FlyViewVideo: Remove Double-click text after 10 seconds
...
People wants to usue fullscreen without some text on the mididle of the screen,
10 seconds is enough to get the message.
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2 years ago
Holden
b549bf8bcd
remove old qtlocation files
2 years ago
Philipp Borgers
e64fce5cb3
CI: Remove obsolete Jenkinsfile
...
We use github actions for CI now so Jenkins is obsolete. It is part of
the git history in case we need a backup.
2 years ago
murata
0cfe2537c9
uas: HTML symbol support
2 years ago
PX4BuildBot
7da819f369
Update PX4 Firmware metadata Fri Dec 30 06:49:42 UTC 2022
2 years ago
Patrick José Pereira
6543be6275
FactSystem: ParameterManager: Remove unused variables
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2 years ago
murata
1c3451f0df
APM: Change the ZIGZAG in the flight mode list to one
2 years ago
Philipp Borgers
7480dc57ba
README: Remove gitter badge
2 years ago
Philipp Borgers
dec4210538
README: Remove obsolete badges
...
We use github actions for CI now. The travis and appveyor badges are
obsolete.
2 years ago
PX4BuildBot
232ba01983
Update PX4 Firmware metadata Tue Dec 20 22:58:07 UTC 2022
2 years ago
davidsastresas
838bcece4e
Fix issue for Ardupilot Vtols and start mission action:
...
The current code would set the vehicle to guided,
then arm, and if fixed wing, then switch to auto.
This small time it remained in guided, until QGC
received feedback of vehicle armed and changed to
auto, was enough to cause dangerous situations,
because when arming in guided mode, if the
vehicle is a tilt rotor vtol, it would arm the
rotors in forward flight position.
This commit changes the behaviour of start mission,
so if it is an Ardupilot fixed wing or VTOL it will
set auto mode, and then arm, which is the intended
way of dealing with this in Ardupilot
2 years ago
Willian Galvani
4c4548e970
ArduSubFirmwarePlugin: add GuidedModeCapability to Sub vehicles
2 years ago
PX4BuildBot
3e6b4c2a05
Update PX4 Firmware metadata Wed Dec 7 05:44:35 UTC 2022
2 years ago
Tim Nelson
00efd7d4fd
ParameterManagerTest.cc: initialize float with float value ( #10506 )
2 years ago
Philipp Borgers
8e11aa3769
Github actions: Fix deprecation warning for node12
...
"Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ .
Please update the following actions to use Node.js 16:
GabrielBB/xvfb-action@v1"
Replaces the obsolete action as suggested by @alisonatwork in
https://github.com/GabrielBB/xvfb-action/issues/30#issuecomment-1335389183
2 years ago
Patrick José Pereira
3baf555943
FirmwarePlugin: Use ArduPilot-Parameter-Repository
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2 years ago
Patrick José Pereira
76656d0c75
Add ArduPilot-Parameter-Repository
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2 years ago
PX4BuildBot
df33a8a707
Update PX4 Firmware metadata Thu Dec 1 05:13:38 UTC 2022
2 years ago
PX4BuildBot
b6935630e2
Update PX4 Firmware metadata Fri Nov 25 21:28:27 UTC 2022
2 years ago
PX4BuildBot
8463a9d629
Update PX4 Firmware metadata Tue Nov 22 20:28:13 UTC 2022
2 years ago
PX4BuildBot
b0d06dfc3b
Update PX4 Firmware metadata Tue Nov 22 17:10:17 UTC 2022
2 years ago
Patrick José Pereira
05e7669c57
FlightDisplayViewUVC: Fix wrong indentation
...
Added by #10349
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2 years ago
Remek Zajac
7d801ad245
Addressing review comments: s/arm64/arm64-v8a
...
https://github.com/airmap/platform-sdk/issues/182#issuecomment-1258188025
qmake on aarch64 linux says: 'arm64' and not 'arm64-v8a' like Android does.
2 years ago
Remek Zajac
aa0bb2db3a
Unfortunatelly no support on Android yet. Android won't link.
...
But this https://github.com/airmap/platform-sdk/issues/182
confirms the published platform-sdk binaries do build/link for ArchLinuxARM
2 years ago
Remek Zajac
ecd3ae2004
Migrate the QGC build system to the upgraded (aarch64-supporting) AirMap
...
All I do here is ask qmake for the architecture and use it to download
the correct *.deb package. The rest of the changes is simply indentation.
I do not have an aarch64 linux so testing against Android NDK.
clang is slightly more picky with the unused 'this' captured by the
Airmap/services/*.cpp files
2 years ago
Philipp Borgers
ef55faba87
translation: Fix translation of Item #%1
...
Fixes translation issue reported in:
https://github.com/mavlink/qgroundcontrol/issues/10329
2 years ago
Zdanek
736ad397c9
Review fix: emit
2 years ago
Zdanek
4695cb3c5f
Refactor and fix Video manager issues #10348
2 years ago
olliw42
55200937f6
MAVFtp: Allow proper compId as default ( #10488 )
2 years ago
Patrick José Pereira
7c2ec6b3e4
CMakeLists: Add missing compression on QGC link
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2 years ago
Don Gagne
7a34d61fcb
Allow selection of first item in ardupilot firmware list
2 years ago
Don Gagne
040a6f1276
Moved Guided Confirm slider to top of window
2 years ago
DESKTOP-TG61LAS\Olli
1cb6d39641
QGCCameraControl: support of ownlaod of .xz, .lzma compressed cam definition files
2 years ago
Philipp Borgers
2e41ac45c9
ParameterEditorController: Add regular expressions to parameter search
...
This adds regular expression support to the parameter search function. I
added the isValid condition to prevent the contains function to spam the
log with messages about invalid regular expressions.
User requested this feature here:
https://github.com/mavlink/qgroundcontrol/issues/10383
2 years ago
David Lechner
5c3099e21e
LogDownloadPage.qml: fix TableView text color
...
This passes the styleData.textColor property from the TableView to the
Text items used to populate the rows to ensure the proper color of the
text to match the alternating background colors of each row.
This fixes not being able to read the text on macOS where half of the
rows were black text on almost black background.
Fixes : #10449
2 years ago
Philipp Borgers
3736502e53
Github actions: Fix deprecation warning for set-output
...
Use of `::set-output` is deprecated. See:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands
2 years ago
Philipp Borgers
dccf0becf2
Github actions: Update install-qt-action to version 3
...
Fixes deprecation warning in build process:
"Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ .
Please update the following actions to use Node.js 16: actions/checkout,
jurplel/install-qt-action, actions/cache,
EthanSK/git-branch-name-action, actions/cache, actions/checkout"
2 years ago
Philipp Borgers
403b9400b4
Github actions: Remove git-branch-name action
...
Github provides a `github.ref_name` variable that contains the branch
name:
"The short ref name of the branch or tag that triggered the workflow
run. This value matches the branch or tag name shown on GitHub. For
example, feature-branch-1."
https://docs.github.com/en/actions/learn-github-actions/contexts#github-context
2 years ago
Philipp Borgers
7637bde924
Github actions: Update cache action to version 3
...
Fixes deprecation warning in build process:
"Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ .
Please update the following actions to use Node.js 16: actions/checkout,
jurplel/install-qt-action, actions/cache,
EthanSK/git-branch-name-action, actions/cache, actions/checkout"
2 years ago
Philipp Borgers
2556f719e5
Github actions: Update checkout action to version 3
...
Fixes deprecation warning in build process:
"Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ .
Please update the following actions to use Node.js 16: actions/checkout,
jurplel/install-qt-action, actions/cache,
EthanSK/git-branch-name-action, actions/cache, actions/checkout"
2 years ago
Philipp Borgers
3eea902255
LogReplayStatusBar: Implement 10x log replay speed
...
Another user requested this feature here:
https://github.com/mavlink/qgroundcontrol/issues/8557
And actually tested it for a year.
2 years ago
PX4BuildBot
31d6400c96
Update PX4 Firmware metadata Wed Nov 2 06:59:15 UTC 2022
2 years ago
Bill Geyer
bca659f2b6
APM: Tradheli-fix heli setup page for version 4.2
2 years ago
Philipp Borgers
c2c183bc8c
VehicleClockFactGroup: Add option to display UTC time in flight data panel
...
Add a UTC time fact to the VehicleClockFactGroup group that allows us to
display time in UTC.
Feature requested in:
https://github.com/mavlink/qgroundcontrol/issues/5182
2 years ago
Don Gagne
a3ff5976a1
Fix compiler error from eigen libs
2 years ago