Don Gagne
8287b37f69
Merge pull request #8629 from AWilco/patch-1
...
Correctly set parent of QGCCorePlugin
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
Don Gagne
f711da2433
Merge pull request #8626 from mavlink/NewWizardDoneModel
...
Plan: New wizard done model
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
Don Gagne
c143db0522
Merge pull request #8624 from mavlink/FWLandingLock
...
Plan FW Landing: Drag of land/loiter maintains land distance/heading as appropriate
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
Don Gagne
9f8d1b52eb
Merge pull request #8577 from dakejahl/pr-qgc-wp_index_values_widget
...
WP index to the values widget
5 years ago
Don Gagne
f0af152db9
Merge pull request #8620 from mavlink/KMLWork
...
Plan: Output Survey polygons with KML save
5 years ago
DoinLakeFlyer
8ce5c2d9ee
Fix return value
5 years ago
DoinLakeFlyer
0a2fc71e14
Out Survey polygons with KML save
5 years ago
Don Gagne
8ae259b411
Merge pull request #8352 from patrickelectric/reprecated_time
...
Remove deprecated QTime::start function and use QELapsedTimer
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
Don Gagne
278a8fa45a
Merge pull request #8618 from DonLakeFlyer/ChunkedSTATUSTEXT
...
Add support for chunked STATUSTEXT
5 years ago
Don Gagne
e9bafe971a
Merge pull request #8617 from DonLakeFlyer/RemoveHILCode
...
Remove unused HIL code
5 years ago
Don Gagne
6d0599848d
Merge pull request #8619 from mavlink/StableUpdate
...
Stable update
5 years ago
DoinLakeFlyer
89bd433cfa
Stable update
5 years ago
Don Gagne
d508515792
Merge pull request #8615 from DonLakeFlyer/PlanHamburger
...
Plan: Fix hamburger positioning
5 years ago
Don Gagne
5872f6b07c
Merge pull request #8614 from alexeylysenko/remove_unnecessary_allocations
...
Removed unnecessary memory allocation
5 years ago
DoinLakeFlyer
6d76fd3af4
Update mavlink submodule
5 years ago
Jacob Dahl
7bb3fa8fb8
updated from reviewer feedback
5 years ago
DoinLakeFlyer
8b18cf066f
Add support for chunked STATUSTEXT
5 years ago
Don Gagne
e58ce630f0
Merge pull request #8613 from alexeylysenko/delete_unused_variable
...
Removed unused variable
5 years ago
Don Gagne
8401eef1b1
Merge pull request #8061 from mavlink/pr-fix-warnings
...
Removed compile warnings on Linux
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
Don Gagne
1c328b9ca0
Merge pull request #8610 from booo/remove-trailing-white-spaces-joystickmanager
...
remove trailing whitespaces in JoystickManager.cc
5 years ago
Don Gagne
9094110039
Merge pull request #8608 from uvify/master
...
Add UVify Core in the firmware downloader.
5 years ago
Don Gagne
40d5f1ffe3
Merge pull request #8595 from DonLakeFlyer/IntlChar
...
Remove international char from comment causing compiles to fail
5 years ago
Alexey
f18b879deb
Removed unused variable
5 years ago
Don Gagne
e28a6c9c89
Merge pull request #8587 from dakejahl/pr-GPS_message_name_update
...
Update GPS struct name to match PX4
5 years ago
Don Gagne
7c143cc649
Merge pull request #8583 from alexeylysenko/unreachable_code
...
Removed unreachable code
5 years ago
Don Gagne
dd27f8eab8
Merge pull request #8582 from alexeylysenko/fixed_enable_sensor_hil
...
Emit sensorHilChanged signal only if it was really changed
5 years ago
Don Gagne
84e704e4c0
Merge pull request #8581 from alexeylysenko/remove_extra_check
...
Removed checking pointer after 'new' operator
5 years ago
Don Gagne
03ce13ab48
Merge pull request #8612 from DonLakeFlyer/PlanKML
...
Much better conversion of Mission to KML for use as 3d validation
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
Don Gagne
984d53925b
Merge pull request #8611 from DonLakeFlyer/GooglePlayDeploy
...
Travis: Fix deploy error on store upload stage
5 years ago
Don Gagne
1d5f6dac79
Fix deploy error on store upload stage
5 years ago
Philipp Borgers
7079db9e69
remove trailing whitespaces in JoystickManager.h
5 years ago