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
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