Jacob Walser
d490610503
Only show Fly Toolstrip when the vehicle supports guided mode
8 years ago
Jacob Walser
0fe76d0328
Remove RSSI indicators for Sub firmware plugin
8 years ago
Nate Weibley
b71cf9ba2f
Make AnalyzeView controllers persistent
8 years ago
Don Gagne
ba4fca5b52
Merge pull request #4937 from DonLakeFlyer/SafetyFix
...
Safety: Fix bad field
8 years ago
DonLakeFlyer
e3367e3588
New Arm/Disarm toolbar indicator
8 years ago
DonLakeFlyer
35d98b23ad
Fix bad field
8 years ago
Don Gagne
9226dcaef8
Merge pull request #4933 from DonLakeFlyer/ToolStripFixes
...
Tool strip fixes
8 years ago
Gus Grubba
fe8e61e5b8
Merge pull request #4936 from dogmaphobic/qtLocation
...
Handle network availability transitions.
8 years ago
Gus Grubba
0ffd864832
Handle network availability transitions.
8 years ago
DonLakeFlyer
844e678010
Fix toolstrip recalc
8 years ago
DonLakeFlyer
5cc5973475
Keep takeoff/land from showing up at the same time
8 years ago
DonLakeFlyer
0e96ae12f7
Shows values for unknown flight mode
8 years ago
Don Gagne
950ee021f8
Merge pull request #4931 from DonLakeFlyer/PlanUploadAnimation
...
Figured out better animation for Upload button
8 years ago
Don Gagne
0487ffc39a
Merge pull request #4930 from DonLakeFlyer/SurveyRefly
...
Support for refly survey at 90 degrees offset
8 years ago
DonLakeFlyer
2a2f4085b2
Figured out better animation for Upload button
8 years ago
DonLakeFlyer
eaedc20a8e
Support for reply survey at 90 degrees offset
8 years ago
Don Gagne
681c342311
Merge pull request #4929 from DonLakeFlyer/PlanInsertSurvey
...
Fix add pattern
8 years ago
DonLakeFlyer
6eb9ec96b0
Fix add pattern
8 years ago
Gus Grubba
b026de276d
Merge pull request #4928 from dogmaphobic/alertIcon
...
Fixing white on white issue with the alert icon in “Outdoor” mode.
8 years ago
Gus Grubba
9e40cb763e
Fixing white on white issue with the alert icon in “Outdoor” mode.
8 years ago
Gus Grubba
7e86f9b02b
Merge pull request #4927 from dogmaphobic/planToolbar
...
Plan toolbar
8 years ago
Gus Grubba
a53a62a4a6
Forgot to take the “Upload” button into account.
8 years ago
Gus Grubba
5f259cf47e
Fixing plan toolbar positioning issues
...
Adding proper time formatting for mission time
8 years ago
Gus Grubba
96303bb41c
Fixing JavaScript exceptions
8 years ago
Don Gagne
1ab5760132
Merge pull request #4926 from DonLakeFlyer/Fixes
...
Fixes
8 years ago
Don Gagne
23ad3af011
Merge pull request #4925 from DonLakeFlyer/Bugs
...
Bugs
8 years ago
Don Gagne
fa23e1d0a7
Merge remote-tracking branch 'origin/Bugs' into Bugs
8 years ago
DonLakeFlyer
a5d3df399c
Use FocusScope in all the right places
8 years ago
DonLakeFlyer
bc171f06e7
Fix center map tool drop position
8 years ago
DonLakeFlyer
9867c7360b
Fix up ordering
8 years ago
Don Gagne
960b6aec99
Fix input method hinting
8 years ago
Don Gagne
eeb138b17a
Amps should be double
8 years ago
Don Gagne
f6c802cc13
Remove debug output
8 years ago
Don Gagne
31ab9fed10
Correct position of item editors
8 years ago
Don Gagne
dcc5642d50
Merge pull request #4924 from DonLakeFlyer/PlanWaypointsOnlyMode
...
Add support for QGCOptions::waypointsOnlyMode
8 years ago
DonLakeFlyer
6bdc8428a3
Use FocusScope in all the right places
8 years ago
DonLakeFlyer
4d9627f8f7
Fix center map tool drop position
8 years ago
DonLakeFlyer
3ce9905347
Fix up ordering
8 years ago
DonLakeFlyer
f52eceed69
Return false for standard build
8 years ago
DonLakeFlyer
e627805a2b
Add support for QGCOptions::waypointsOnlyMode
...
Also added insert pattern support to hamburger
8 years ago
Don Gagne
7bf0dc2d4b
Merge pull request #4923 from DonLakeFlyer/QGCComboBox
...
Fix the stupid )(&*@#$)*(& android combox box problem
8 years ago
DonLakeFlyer
786cc26550
Implement our own CombBox from scratch
...
On 5.7 and 5.8 somethings this would happen:
* The menu would be ordered incorrectly due to bug in Instantiator
* The menu would be positioned incorrectly
8 years ago
DonLakeFlyer
81ce6f00a2
Fix typo with Math.Max
8 years ago
Gus Grubba
ec24883674
Merge pull request #4921 from dogmaphobic/toolStrip
...
Work on ToolStrip
8 years ago
Gus Grubba
83f3ec5c81
Adding some WIP icons to the Fly View ToolStrip
...
Increasing a bit the bottom margin for the confirmation dialogs
Changed the color for the guidedActionConfirm dialog to the palette’s alertColor
Disabled onHeightChanged on ToolStrip for the time being as it was not working. I need to come back to this and see why it hides “optional elements” even though I have plenty of space for them.
Adjusted the color for disabled text so you can read it within the ToolStrip
8 years ago
Gus Grubba
4e9b1de50f
Merge pull request #4918 from DonLakeFlyer/QGCToolboxParenting
...
Fix crash on exit due to bad parenting/shutdown sequence
8 years ago
Gus Grubba
865a47fefd
Merge pull request #4920 from dogmaphobic/flyviewOverlay
...
Flyview overlay
8 years ago
Gus Grubba
6b43167272
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into flyviewOverlay
...
* 'master' of https://github.com/mavlink/qgroundcontrol :
Pile of bug fixes
Permit firmware to send responses until stdout handle is drained
Add mavlink console support
Deprecation comments
Fix plan view geofence display
Fix mock link calls
Mavlink submodule update
8 years ago
Gus Grubba
ce911c01f0
Enable (custom) Fly View overlay
...
Added top/bottom alignment state to map scale
Allow disabling instrument widget altogether
Added an otherwise redundant row to PlanToolbar so it matches the same button position as the main toolbar
Fixed typo (Math.max()) in ScreenTools
Fixed Javascript Exception in OfflineMap
Increased the import window size in OfflineMap
Added function to MainWindow to disable toolbar for a truly modal dialog
Added code so clicking on an open toolbar indicator will cause it to close
8 years ago
Donald Gagne
62ef4af322
Update for QGCToolbox signature change
8 years ago