Don Gagne
1c90dba540
Notify user of touch area toggle
2 years ago
Don Gagne
e6929a3fd9
Switch date format to fix small screens
2 years ago
Don Gagne
e56b1725f3
Increase size of click area for flight mode change
2 years ago
Don Gagne
551fbc0790
Allow easter eggs to work on mobile
2 years ago
Don Gagne
ed093aff6b
Add showTouchAreas support
2 years ago
Don Gagne
0695c93fad
Increase touch area border size for better visibility
2 years ago
Don Gagne
bee8528c2b
Prevent virtual keyboard from popping up on combo box entry
2 years ago
Don Gagne
67be0d7441
Fix turning on edit for mobile
2 years ago
Don Gagne
f9ac752320
Android support for serial/bluetooth disabling
2 years ago
Don Gagne
7b49824ab0
Remove noisy qmake output
2 years ago
PX4BuildBot
e7ccce4844
Update PX4 Firmware metadata Tue Aug 8 17:55:21 UTC 2023
2 years ago
Don Gagne
48d1441493
Support custom builds with joysticks which are buttons only
...
For example a Herelink controller custom build will use this.
2 years ago
Junwoo Hwang
9b6b359928
PX4SimpleFlightModes.qml: Rename the variable for bugfix
...
This was introduced in
d5dc4f1af1
,
and the refactor didn't fix the case for RC_MAP_FLAPS case correctly,
leading to the bug report: https://github.com/PX4/PX4-Autopilot/issues/21927
2 years ago
PX4BuildBot
27341c8335
Update PX4 Firmware metadata Fri Aug 4 15:21:33 UTC 2023
2 years ago
Don Gagne
4003b48c5d
Fix sd card permission
2 years ago
Don Gagne
fa9bf8a00f
Allow app data to save to sd card on android
2 years ago
davidsastresas
a07c4c257d
ToolStrip.qml: Fix Flickable height, it was bigger than panel
2 years ago
PX4BuildBot
1130ab3ba4
Update PX4 Firmware metadata Thu Jul 27 14:30:37 UTC 2023
2 years ago
PX4BuildBot
84a985224d
Update PX4 Firmware metadata Tue Jul 25 21:20:11 UTC 2023
2 years ago
Matt Skelton
4fe11c223d
add Sentera 65R camera model
2 years ago
PX4BuildBot
6ab6ef1792
Update PX4 Firmware metadata Mon Jul 17 09:23:30 UTC 2023
2 years ago
davidsastresas
e748380e10
LinkManager: use range based loop instead when getting links
2 years ago
davidsastresas
6c4ff9c862
APM support forwarding: Add toolbar indicator just to APMFirmwarePlugin
2 years ago
davidsastresas
63f1c86998
APM support forwarding: linkManager and MavlinkProtocol backend implementation
2 years ago
davidsastresas
e74147f4c7
APM support forwarding: Add APMRemoteSupportComponent to APM conf submenus
2 years ago
davidsastresas
850d4938bf
APM support forwarding: Add new host to appSettings:
...
This new host is different to the standard mavlink forwarding
one because it is meant to get disconnected when QGC closes
so the users don't leave by mistake the connection to the
support servers opened
2 years ago
davidsastresas
ce6e99aade
APM support forwarding: Add artwork
2 years ago
davidsastresas
d420961f49
DO_SET_HOME command support:
...
This commit adds support for setting home clicking on map.
It is shown as another action in the submenu when we click
over the map with an active vehicle online.
As per mavlink specs, this command must use AMSL altitude,
so we need to first query terrain altitude, and when received
send the command.
Several checks have been implemented, and in case terrain
altitude is not shown at the selected location a popup will
appear indicating there are no terrain data for the specified location
2 years ago
davidsastresas
aeb3822585
GeneralSettings: more desctiptive definition label for updateHomePosition setting:
...
This effectively sends a mav cmd do_set_home
when GCS location changes. This affects return
to home flight modes, and should be explained
explicitely
2 years ago
davidsastresas
6f1fa9593c
APMFirmwarePlugin, RCRSSIIncidator: solve bug where no valid rssi would show indicator:
...
There was a bug scaling rc rssi from rc_channels mavlink
message where it was scaled to 0-100 from 0-255, and this
was wrong because 255 is meant to be invalid, and AP uses
0-254 anyway. We must leave 255 as it is so the frontend
can understand if we don't have data.
Also, in RCRSSIIndicator, we don't show the indicator anymore
if data is not valid, there is no point
2 years ago
Peter Barker
231f300e7f
Use MAV_CMD_DO_SET_MODE to change modes on ArduPilot-base vehicles
...
ArduPilot has supported this command for 5.5 years now. Probably time to start using it. Copter 3.6.0 has it, 3.5.x does not.
2 years ago
Sergii Lisovenko
19e4a69f58
Fix aimap deleting for cmake build
2 years ago
PX4BuildBot
c617e1067f
Update PX4 Firmware metadata Wed Jul 12 16:34:08 UTC 2023
2 years ago
PX4BuildBot
ce21b68433
Update PX4 Firmware metadata Tue Jul 11 09:56:23 UTC 2023
2 years ago
Peter Barker
b4b20fb441
Vagrant: increase number of allowed open files
...
1024 is the default, which is not enough for the QGC link step
2 years ago
Peter Barker
1564399cf8
Vagrantfile: move to use Ubuntu Jammy for Vagrant builds
2 years ago
Don Gagne
d8ff5522dc
Remove AirMap support ( #10726 )
...
Airmap platform SDK is no longer supported by Airmap
2 years ago
PX4BuildBot
85506fa524
Update PX4 Firmware metadata Mon Jul 3 08:41:32 UTC 2023
2 years ago
PX4BuildBot
7dc5315b26
Update PX4 Firmware metadata Tue Jun 27 09:00:52 UTC 2023
2 years ago
PX4BuildBot
6848888717
Update PX4 Firmware metadata Mon Jun 26 15:53:48 UTC 2023
2 years ago
DieBorr
14e9b94b1b
Add Frontend UI for GripperAction Feature
...
Now the user can release and grab the gripper while the UAV has
motors armed with the action button and also while the motors are
disarmed in a specific toolbar option.
2 years ago
DieBorr
f83156560f
Add BackEnd logic for GripperAction Feature
...
Created a Q_Property for return grip_enable option state to the
frontend and a parser for setGripperAction function
2 years ago
DieBorr
7a658a5fe0
VirtualJoystick: Fix stick position while screen size changes
...
Resolve of mavlink#10666, while the QGC window is resizing, both virtual
joysticks are not centered causing dangerous behavior. Now, if the screen
size is changed, both joysticks will be centered while the screen resize
is stopped.
2 years ago
davidsastresas
f5d9340e88
MainRootWindow: fix bug toolbar dissapearing:
...
In the edge scenario where we set video view in full screen
and for some reason QGC brings us to setup view ( if the
vehicle has calibration/setup pending ) the toolbar would
dissapear, thus not being able to get out of that state
2 years ago
PX4BuildBot
bad7c6a56b
Update PX4 Firmware metadata Thu Jun 22 12:07:58 UTC 2023
2 years ago
Kristoffer Bergman
aa0f2c61b2
Replaced install with install-qt
2 years ago
PX4BuildBot
feab673a86
Update PX4 Firmware metadata Mon Jun 12 08:31:25 UTC 2023
2 years ago
PX4BuildBot
2a50ab11aa
Update PX4 Firmware metadata Fri Jun 9 10:43:03 UTC 2023
2 years ago
PX4BuildBot
a6cc58b7e6
Update PX4 Firmware metadata Wed Jun 7 17:08:50 UTC 2023
2 years ago
PX4BuildBot
ec29e4acfb
Update PX4 Firmware metadata Mon Jun 5 16:48:11 UTC 2023
2 years ago