- Apr 16, 2020
-
-
DoinLakeFlyer authored
Hack out missing method
-
PX4BuildBot authored
-
DonLakeFlyer authored
Refactor instrument value controls
-
- Apr 15, 2020
-
-
DoinLakeFlyer authored
Add support for multi-press joystick buttons
-
DoinLakeFlyer authored
Fix PX4 Flow image provider
-
DonLakeFlyer authored
Fix QGCPopupDialog automatic flickable parenting
-
- Apr 14, 2020
-
-
DoinLakeFlyer authored
Set RC To Param support
-
DoinLakeFlyer authored
Use new QGCPopupDialog mechanism
-
DoinLakeFlyer authored
New QGCPopupDialog mechanism
-
DonLakeFlyer authored
Tweaks to Popup visuals
-
- Apr 13, 2020
-
-
DoinLakeFlyer authored
Update value visuals to support value ranges
-
- Apr 12, 2020
-
-
DoinLakeFlyer authored
Initial support for value ranges
-
- Apr 11, 2020
-
-
DoinLakeFlyer authored
New value editing dialogs
-
DoinLakeFlyer authored
QGCPopupDialog support
-
DonLakeFlyer authored
Icon picker support
-
DonLakeFlyer authored
Add missing include
-
- Apr 10, 2020
-
-
DoinLakeFlyer authored
Icon support for values display
-
DoinLakeFlyer authored
Add support for ScreenTools.defaultFontDescent
-
- Apr 09, 2020
-
-
Don Gagne authored
Always generate AppSettings::savePath at runtime for mobile builds
-
Stefan Dunca authored
-
PX4BuildBot authored
-
Stefan Dunca authored
-
Stefan Dunca authored
-
PX4BuildBot authored
-
- Apr 08, 2020
-
-
DoinLakeFlyer authored
VTOL Landing Pattern support
-
PX4BuildBot authored
-
DoinLakeFlyer authored
Fix blank display after page change in instrument panel
-
DoinLakeFlyer authored
Fix incorrect call
-
DoinLakeFlyer authored
Control should have it's own palette
-
- Apr 07, 2020
-
-
DoinLakeFlyer authored
New grid based values page editor support
-
- Apr 06, 2020
-
-
PX4BuildBot authored
-
- Apr 05, 2020
-
-
Jacob Dahl authored
-
Don Gagne authored
Mobile QGCFileDialog: Show dir location
-
- Apr 04, 2020
-
-
DonLakeFlyer authored
Fix display of Continue Mission/Change Alt after Pause
-
- Apr 03, 2020
-
-
Jacob Dahl authored
-
- Apr 02, 2020
-
-
PX4BuildBot authored
-
PX4BuildBot authored
-
- Apr 01, 2020
-
-
Alex Wilkinson authored
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).
-
- Mar 31, 2020
-
-
PX4BuildBot authored
-
DoinLakeFlyer authored
New wizard done model
-