DoinLakeFlyer
77c29f48cb
Fix blank display after page change in instrument panel
5 years ago
DoinLakeFlyer
7a992dd229
Fix incorrect call
5 years ago
DoinLakeFlyer
842c80af46
Control should have it's own palette
5 years ago
DoinLakeFlyer
60d7580839
New grid based values page editor support
5 years ago
PX4BuildBot
da195138e8
Update PX4 Firmware metadata Mon Apr 6 14:08:38 UTC 2020
5 years ago
Jacob Dahl
8ac1499da3
udpdated gps drivers to fix compiler errror
5 years ago
Don Gagne
ae6d413cd4
Mobile QGCFileDialog: Show dir location
5 years ago
DonLakeFlyer
5dabdd5d53
Fix display of Continue Mission/Change Alt after Pause
5 years ago
Jacob Dahl
7dc2159b0e
reset the checklist when the activeVehicle changes
5 years ago
PX4BuildBot
793d8d9632
Update PX4 Firmware metadata Thu Apr 2 11:03:54 UTC 2020
5 years ago
PX4BuildBot
0666b9b265
Update PX4 Firmware metadata Thu Apr 2 10:08:20 UTC 2020
5 years ago
Alex Wilkinson
1893a920ec
Correctly set parent of QGCCorePlugin
...
QGCCorePlugin is currently constructed with a QGCToolbox* toolbx parameter of null. This is because at the time QGCCorePlugin (or an actual custom plugin) is constructed app->toolbox() is null.
_scanAndLoadPlugins() is called as part of the QGCToolbox constructor where all toolbox classes use the same format:
_class = new Class(app, this);
The creation of QGCCorePlugin should follow the same pattern.
The practical issue I had with this is that because the parent is not set correctly, QGCCorePlugin is not destructed when the app is closed. This means any code in the destructor is not run. (QGCCorePlugin itself has as a destructor which is currently not being called).
5 years ago
PX4BuildBot
675b9e79b1
Update PX4 Firmware metadata Tue Mar 31 21:45:00 UTC 2020
5 years ago
DoinLakeFlyer
56017ae709
New wizard done model
5 years ago
PX4BuildBot
743d89de40
Update PX4 Firmware metadata Mon Mar 30 17:24:59 UTC 2020
5 years ago
DoinLakeFlyer
3c2f1e884e
Drag of land/loiter maintains land distance/heading as appropriate
5 years ago
Patrick José Pereira
0b981daa27
comm: Move from deprecated sprintf to asprintf
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
5 years ago
Patrick José Pereira
6418619e3a
QtLocationPlugin: Move from deprecated sprintf to asprintf
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
5 years ago
PX4BuildBot
9627428ba9
Update PX4 Firmware metadata Mon Mar 30 08:14:54 UTC 2020
5 years ago
DoinLakeFlyer
8ce5c2d9ee
Fix return value
5 years ago
DoinLakeFlyer
0a2fc71e14
Out Survey polygons with KML save
5 years ago
Jacob Dahl
79d36515c4
removed comma
5 years ago
PX4BuildBot
52a10716cd
Update PX4 Firmware metadata Sat Mar 28 17:08:25 UTC 2020
5 years ago
DoinLakeFlyer
89bd433cfa
Stable update
5 years ago
Jacob Dahl
7bb3fa8fb8
updated from reviewer feedback
5 years ago
DoinLakeFlyer
8b18cf066f
Add support for chunked STATUSTEXT
5 years ago
DoinLakeFlyer
1396001fec
Remove unused HIL code
5 years ago
DoinLakeFlyer
f24358aefe
Fix hamburger positioning
5 years ago
Alexey
a357909eb3
Removed unnecessary memory allocation
5 years ago
Alexey
f18b879deb
Removed unused variable
5 years ago
DoinLakeFlyer
bb35cc1716
Much better mission->kml conversion support
5 years ago
DoinLakeFlyer
e356fc147c
Use global palette
5 years ago
DoinLakeFlyer
fd19b461ec
Add support for isTakeoffCommand MissionCommandUIInfo
5 years ago
DoinLakeFlyer
cb88912e59
Fix typo
5 years ago
DoinLakeFlyer
578d2548e4
Add global palette object to QGroundControlQmlGlobal for generic usage
5 years ago
DoinLakeFlyer
18409818cc
Remove unnecessary includes of QGroundCotrolQmlGlobal.h
5 years ago
Philipp Borgers
7079db9e69
remove trailing whitespaces in JoystickManager.h
5 years ago
Philipp Borgers
71944e878b
remove trailing whitespaces in JoystickManager.cc
5 years ago
PX4BuildBot
0627751a79
Update PX4 Firmware metadata Thu Mar 26 17:25:28 UTC 2020
5 years ago
junwoo091400
0dd154581c
Feature Add:
...
- UVify Core board support is implemented.
5 years ago
PX4BuildBot
bf25ea1384
Update PX4 Firmware metadata Thu Mar 26 07:17:31 UTC 2020
5 years ago
DoinLakeFlyer
9af279f599
Fix mobile Log Download
5 years ago
PX4BuildBot
47fbdabd75
Update PX4 Firmware metadata Wed Mar 25 20:39:59 UTC 2020
5 years ago
Philipp Borgers
953e92bcef
add emergency stop as joystick button action
...
This commit adds the emergency stop as button action to the joystick.
Enables a user to map emergency stop to a button of the joystick.
5 years ago
PX4BuildBot
5b628000af
Update PX4 Firmware metadata Wed Mar 25 08:59:17 UTC 2020
5 years ago
DoinLakeFlyer
9e38788ad3
Remove international char from comment causing compiles to fail
5 years ago
DoinLakeFlyer
5f71c60de9
Remove buggy support for generation of incomplete lines
5 years ago
DoinLakeFlyer
e061443166
Prevent having items with the same sequence number when the item is incomplete
5 years ago
Don Gagne
a41cceec72
ArduPilot: Only force MISSION_ITEM_INT if vehicle support bit is set
5 years ago
DoinLakeFlyer
259a1bcbb1
Guard against UI Info not available causing crash
5 years ago