Don Gagne
94d5e1f837
New ExclusiveGroupItem base class control
10 years ago
Nate Weibley
9b1006ce6b
Merge remote-tracking branch 'origin/master' into qt-pch-compiletime
10 years ago
Nate Weibley
4b3783fbc5
Only use precompiled headers on windows
10 years ago
Don Gagne
1f3100cfb1
Merge pull request #1984 from DonLakeFlyer/LiveHome
...
Support live home position in Mission Editor
10 years ago
Don Gagne
a1765794d2
Merge pull request #1982 from NaterGator/rm-cameraview
...
Remove unused CameraView widget using legacy OpenGL
10 years ago
Don Gagne
c4a59ff716
Merge pull request #1981 from DonLakeFlyer/FloatingWidgets
...
Dock Widgets only support floating
10 years ago
Gus Grubba
3643a5e7a7
Merge pull request #1988 from dogmaphobic/mapType
...
Change vehicle position icon based on map type.
10 years ago
Gus Grubba
97c23300dc
Merge pull request #1980 from dogmaphobic/pinchZoomWorkaround
...
Work around for pinch zoom bug in Qt (Qt Location)
10 years ago
dogmaphobic
32aff57c7b
Change vehicle position icon based on map type.
10 years ago
Pritam Ghanghas
3a3a8afcb0
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into apm_mode_support
10 years ago
Pritam Ghanghas
04a4054aaa
flight mode support for ArduPilot
10 years ago
Don Gagne
5f803dd78d
Merge pull request #1965 from NaterGator/param-hash
...
Enable quick cached load of parameters when connecting to vehicle
10 years ago
Don Gagne
b43ccf87a3
Support live home position in Mission Editor
10 years ago
Gus Grubba
84ef7ee248
Merge branch 'master' into pinchZoomWorkaround
10 years ago
Nate Weibley
c6b98fc874
Precompile a handful of Qt headers to speed up compilation time
10 years ago
Nate Weibley
fa3e468337
Use QOpenGLFunctions to resolve direct OpenGL calls
10 years ago
Nate Weibley
4c1701bc4c
Revert "Remove unused CameraView widget using legacy OpenGL"
...
This reverts commit 86f29adf76
.
10 years ago
Don Gagne
85379ce391
Merge pull request #1978 from DonLakeFlyer/VirtualKeyboard
...
Mobile virtual keyboard fixes, plus font
10 years ago
Don Gagne
28fc38f606
Dock Widgets only support floating
...
This is in preparation for full Qml main window
10 years ago
Nate Weibley
86f29adf76
Remove unused CameraView widget using legacy OpenGL
10 years ago
Gus Grubba
f565132218
Merge branch 'master' into pinchZoomWorkaround
10 years ago
Gus Grubba
8cca90f92d
Merge pull request #1979 from dogmaphobic/fixHelpButton
...
Missed in conflicted merge
10 years ago
dogmaphobic
dc5223af11
Work around for pinch zoom bug in Qt (Qt Location)
10 years ago
dogmaphobic
bc61e579b1
Missed in conflicted merge
...
This is to toggle off help view when clicking on items on the map and checking the appropriate buttons accordingly.
10 years ago
Nate Weibley
9862e074b9
Merge remote-tracking branch 'origin/master' into param-hash
10 years ago
Nate Weibley
186f0bff8a
Remove duplicated enum conversion function
10 years ago
Nate Weibley
c9123adfb6
Build param cache path using QDir::filePath
10 years ago
Gus Grubba
5894f2cabb
Merge pull request #1971 from dogmaphobic/toggleMapButtons
...
Made map buttons toggle between black and orange.
10 years ago
Don Gagne
7f834f5b67
No El Capitan hack on Mobile
10 years ago
Don Gagne
c2a42d1023
Close virtual keyboard on dialog close
10 years ago
Don Gagne
7cba880028
Use numeric virtual keyboard
10 years ago
dogmaphobic
ae152e7376
Fixing merge conflicts.
...
Merge remote-tracking branch 'mavlink/master' into toggleMapButtons
* mavlink/master:
UAS: Improve HIL inputs
More work on waypoint lines
Conflicts:
src/MissionEditor/MissionEditor.qml
10 years ago
Lorenz Meier
2ba8a0f332
UAS: Improve HIL inputs
10 years ago
Don Gagne
27f2c6927f
Merge pull request #1972 from DonLakeFlyer/MissionEditor
...
More work on waypoint lines
10 years ago
dogmaphobic
81908093c4
Making waypoints (orange) colors use palette so it can be changed in one single place.
10 years ago
dogmaphobic
1388ac3a87
Adding a palette for map buttons.
10 years ago
Don Gagne
3b20c76d74
More work on waypoint lines
10 years ago
dogmaphobic
6d20e85d05
Merge remote-tracking branch 'mavlink/master' into toggleMapButtons
...
* mavlink/master:
Increase size of controls for tablet
Make sync warning less tall
Use Flickable to allow scroll on Tablet
More header fixes for Mobile build
More header moves for Mobile build
More header moves for no widgets in Mobile build
Move widget controllers out of Mobile build
QGCUnconnectedInfoWidget needed in Mobile builds
Remove widget code from Mobile builds
10 years ago
dogmaphobic
f299ff4599
Added a Help button to the Plan View
...
Also handling the toggling of the various panes on the right side of the screen to match the current selected task.
10 years ago
Don Gagne
76077ac552
Merge pull request #1970 from DonLakeFlyer/Tablet
...
Tablet usability fixes
10 years ago
Don Gagne
696643ab74
Merge pull request #1954 from DonLakeFlyer/NoMobileWidget
...
Remove Dock Widget code from mobile builds
10 years ago
dogmaphobic
37bd04f85d
Made map buttons toggle between black and orange.
...
Adjusted icons so they no longer contain a background.
Added *Exclusive* functionality to the RoundButton element.
Added OnClicked signal for the drop down boxes so I could turn off Add Mission Item and Home Mode.
10 years ago
Don Gagne
13a187b8a3
Merge pull request #1969 from dogmaphobic/roundButton
...
Adding a RoundButton element.
10 years ago
Don Gagne
e5a698a774
Increase size of controls for tablet
...
Made then the same size of toolbar cell height
10 years ago
Don Gagne
2db83806ba
Make sync warning less tall
10 years ago
Don Gagne
85f971f2da
Use Flickable to allow scroll on Tablet
10 years ago
Don Gagne
9010541154
More header fixes for Mobile build
10 years ago
Don Gagne
4f64387b04
More header moves for Mobile build
10 years ago
Don Gagne
a1011b6b8a
More header moves for no widgets in Mobile build
10 years ago
dogmaphobic
9967011d30
Adding a RoundButton element.
...
Also moving the Plan View tool bar buttons into a Row element.
10 years ago