DonLakeFlyer
12ed0dc8e4
Fix QGCPopupDialog automatic flickable parenting
5 years ago
Don Gagne
ccd2a1eda4
Merge pull request #8657 from DonLakeFlyer/SetRCToParam
...
Set RC To Param support
5 years ago
DoinLakeFlyer
17313b9be5
Set RC To Param support
5 years ago
DoinLakeFlyer
eaec5be53c
Use new QGCPopupDialog mechanism
5 years ago
DoinLakeFlyer
629094b869
New QGCPopupDialog mechanism
5 years ago
Don Gagne
eac7e5db48
Merge pull request #7472 from mavlink/pr-default_metric_system_based_on_user_locale
...
Change default metric system based on user locale
5 years ago
Don Gagne
6d2f100ec5
Merge pull request #8656 from mavlink/PopupVisuals
...
Tweaks to Popup visuals
5 years ago
DonLakeFlyer
3178f7de36
Tweaks to Popup visuals
5 years ago
Don Gagne
2d83e17e6a
Merge pull request #8655 from DonLakeFlyer/ValueRanges
...
Value range visual change support
5 years ago
DoinLakeFlyer
8cf5f75cf1
Update value visuals to support value ranges
5 years ago
DoinLakeFlyer
1aba5c4b1a
Initial support for value ranges
5 years ago
Don Gagne
b458b75193
Merge pull request #8653 from DonLakeFlyer/ValueEditDialog
...
Value edit dialog
5 years ago
DoinLakeFlyer
c7262637ef
New value editing dialogs
5 years ago
DoinLakeFlyer
5ad2b7f859
QGCPopupDialog support
5 years ago
Don Gagne
fb5fc2493e
Merge pull request #8652 from mavlink/ValueIconPicker
...
Instrument Values: Icon picker support
5 years ago
DonLakeFlyer
43236ab28e
Icon picker support
5 years ago
Don Gagne
d8ba7332a7
Merge pull request #8651 from mavlink/ValueIcons
...
Icon support for instrument values
5 years ago
DonLakeFlyer
71149eabe6
Add missing include
5 years ago
DoinLakeFlyer
5818edd7e3
Generic icon set for values display
5 years ago
DoinLakeFlyer
3f6425f96f
Icon support for values display
5 years ago
DoinLakeFlyer
890833b302
Add support for ScreenTools.defaultFontDescent
5 years ago
Don Gagne
f4d15fd5c2
Always generate AppSettings::savePath at runtime for mobile builds
5 years ago
Stefan Dunca
6c0716312d
Add first time wizard so user can change/confirm the default locales
5 years ago
PX4BuildBot
0121a26aa9
Update PX4 Firmware metadata Thu Apr 9 13:13:11 UTC 2020
5 years ago
Stefan Dunca
74942a50ab
Log preferred language that is used for map fetching
5 years ago
Stefan Dunca
b88923e8d9
Get the default metric system from system locale
5 years ago
PX4BuildBot
e2b34aaf82
Update PX4 Firmware metadata Thu Apr 9 01:29:09 UTC 2020
5 years ago
Don Gagne
c24b42a6a7
Merge pull request #8645 from mavlink/VTOLLandingPattern
...
Plan: VTOL landing pattern
5 years ago
DoinLakeFlyer
7429e20ac5
Update
5 years ago
DoinLakeFlyer
2b1fc9def3
VTOL Landing Pattern support
5 years ago
PX4BuildBot
4a049d4f24
Update PX4 Firmware metadata Wed Apr 8 16:14:43 UTC 2020
5 years ago
Don Gagne
9445a5598c
Merge pull request #8642 from mavlink/BlankPage
...
Fix blank instrument values page after changing to another page
5 years ago
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
Don Gagne
07422b0df3
Merge pull request #8636 from DonLakeFlyer/MobileDirLocation
...
Mobile QGCFileDialog: Show dir location
5 years ago
Don Gagne
6a0f76799d
Merge pull request #8641 from mavlink/ValuesPageEditor
...
New grid based values page editor support
5 years ago
DoinLakeFlyer
60d7580839
New grid based values page editor support
5 years ago
Don Gagne
edf69f88ab
Merge pull request #8638 from dakejahl/pr-update_gps_drivers
...
udpdated gps drivers to fix compiler errror
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
Don Gagne
3cad81ff4d
Merge pull request #8634 from mavlink/GuidedPause
...
Fly: Fix display of Continue Mission/Change Alt after Pause
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
Don Gagne
c77b63bacc
Merge pull request #8351 from patrickelectric/sprintf_deprecated
...
Remove deprecated QString::sprintf
5 years ago
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