PX4BuildBot
36f7c2212f
Update PX4 Firmware metadata Sat Feb 6 00:32:56 UTC 2021
4 years ago
Daniel Agar
d720591859
cmake updates and fixes
...
- use any Qt 5.12.x or 5.15.x version found
- prefers 5.12 over 5.15
- overridden by setting QT_VERSION
- add Compression (and XZ_EMBEDDED) to build
4 years ago
PX4BuildBot
bd97a60d82
Update PX4 Firmware metadata Thu Feb 4 10:17:00 UTC 2021
4 years ago
PX4BuildBot
8c0f7d8949
Update PX4 Firmware metadata Thu Feb 4 10:01:30 UTC 2021
4 years ago
Beat Küng
ebab8def79
metadata: remove unused gz files
4 years ago
Beat Küng
1a3e01bb3f
QGCCLZMA: use xz-embedded lib
4 years ago
Beat Küng
050961bf43
libs: add xz-embedded lzma decoding library
...
Using a mirror, because CI had problems cloning from the
original source:
gnutls_handshake() failed: Handshake failed
4 years ago
DonLakeFlyer
14a4e74db2
Switch COMPONENT_INFORMATION compression to lzma
4 years ago
PX4BuildBot
6174cf5ca3
Update PX4 Firmware metadata Wed Feb 3 21:01:37 UTC 2021
4 years ago
PX4BuildBot
fa2f2adfe3
Update PX4 Firmware metadata Wed Feb 3 17:24:40 UTC 2021
4 years ago
PX4BuildBot
7033dddcb8
Update PX4 Firmware metadata Mon Feb 1 10:31:32 UTC 2021
4 years ago
alessandro
21778ab252
linux_appimage: make sure OUTPUT_DIR exists
4 years ago
alessandro
154985124f
linux_appimage: canonicalize all path args
4 years ago
alessandro
bbbba36ff7
linux_appimage: canonicalize release_dir argument
...
When running the script and providing a local path as an
argument for the release directory, the rsync command would fail, because rsync
changes the directory and the relative path no longer applies.
4 years ago
PX4BuildBot
74b815981e
Update PX4 Firmware metadata Sun Jan 31 18:38:13 UTC 2021
4 years ago
Beat Küng
538b448ae0
joystick: fix crash on app exit
...
This fixes a pure virtual method call exception during exit when a joystick
is connected.
The problem was that ~Joystick() waited for the thread to exit, while the
thread called the virtual method _close(). But at this point the destructor
of the derived class (JoystickSDL in my case) was already called.
To resolve the problem a separate stop() method is added that is called
before deleting the object.
4 years ago
david sastre
bae87883a7
main.cc: Different runguard names for custom builds:
...
This way we can run at the same time regular and custom
so runguard will not block the execution of each other
4 years ago
david sastre
b6149c8974
MissionManager: get currentMissionIndex from High_lat messages as well:
...
High latency messages provide wp_num field, which
is meant to be used instead of MISSION_CURRENT when
we are under high latency link. This commit also
refactors the way of updating _lastCurrentIndex
from the 3 possible types of mavlink messages.
4 years ago
PX4BuildBot
3d364ec525
Update PX4 Firmware metadata Sat Jan 30 15:19:02 UTC 2021
4 years ago
PX4BuildBot
dda90860ea
Update PX4 Firmware metadata Sat Jan 30 11:20:19 UTC 2021
4 years ago
Aleksey Kontsevich
6ddf2a9ebb
Migrated to new Mapbox provider API
4 years ago
DonLakeFlyer
eb384dde6b
Fix stable/daily build determination
4 years ago
DonLakeFlyer
ef13749232
Fix 64 bit shift
4 years ago
DonLakeFlyer
130dadab97
Fix ability to write bytes to link
4 years ago
david sastre
8379e4d54b
PlanToolBarIndicators: Fix mission time representation:
...
For missions of less than 1 hour this indicator was showing
1 hour plus the minutes of the mission. Also for missions
longer than 24 hours we had overflow here.
4 years ago
Yun Lin
bc0a317fe8
fix typo
4 years ago
Don Gagne
6643374ced
Don't update Android version on pulls
4 years ago
PX4BuildBot
54aa44e4fd
Update PX4 Firmware metadata Tue Jan 26 23:41:42 UTC 2021
4 years ago
PX4BuildBot
e7ffff6c81
Update PX4 Firmware metadata Tue Jan 26 07:51:44 UTC 2021
4 years ago
Joshua Luckel
6727b7c4ce
Fixed an issue where MSG_ID_PING of type response get parsed assuming ping type request
4 years ago
PX4BuildBot
d2e4808ecd
Update PX4 Firmware metadata Sat Jan 23 15:25:18 UTC 2021
4 years ago
Willian Galvani
fc61f1a089
SubtitleWriter: update to use new intruments widget
4 years ago
Willian Galvani
e06da9e270
SubtitleWriter: always start a new text entry where the previous ended
4 years ago
PX4BuildBot
7877b17ad0
Update PX4 Firmware metadata Fri Jan 22 13:39:19 UTC 2021
4 years ago
PX4BuildBot
aba881bf8e
Update PX4 Firmware metadata Wed Jan 20 19:30:47 UTC 2021
4 years ago
PX4BuildBot
3a21902e91
Update PX4 Firmware metadata Tue Jan 19 14:22:49 UTC 2021
4 years ago
PX4BuildBot
75f190c996
Update PX4 Firmware metadata Mon Jan 18 15:42:35 UTC 2021
4 years ago
PX4BuildBot
7874dcf401
Update PX4 Firmware metadata Mon Jan 18 15:24:43 UTC 2021
4 years ago
PX4BuildBot
246d5742ba
Update PX4 Firmware metadata Sun Jan 17 11:54:01 UTC 2021
4 years ago
PX4BuildBot
e419c4c4cc
Update PX4 Firmware metadata Sun Jan 17 11:53:11 UTC 2021
4 years ago
PX4BuildBot
ddd35b3db9
Update PX4 Firmware metadata Sat Jan 16 15:48:09 UTC 2021
4 years ago
DonLakeFlyer
35bd6f48d9
Fix versionCode scheme
4 years ago
DonLakeFlyer
5e19fb2986
Always fetch version tags
4 years ago
PX4BuildBot
6f8f663250
Update PX4 Firmware metadata Fri Jan 15 13:15:38 UTC 2021
4 years ago
Willian Galvani
36118d69be
Refactor sub default param loading, allow loading params for sub 4.0
4 years ago
PX4BuildBot
e838253a09
Update PX4 Firmware metadata Wed Jan 13 18:48:34 UTC 2021
4 years ago
DonLakeFlyer
7ed9d39a61
Fix multiple off by ones in channel function code
4 years ago
PX4BuildBot
0a5d548d7a
Update PX4 Firmware metadata Wed Jan 13 07:54:10 UTC 2021
4 years ago
DonLakeFlyer
837a19f554
Hack out ROI segment indication since it is broken
4 years ago
DonLakeFlyer
aa98526cb0
Add new VideoAllLog category which turns on all individual video logging categories
...
Fix QCWarning
4 years ago