Don Gagne
|
23eb6562db
|
Fix isCapable for PX4 plugin
|
10 years ago |
Don Gagne
|
64eca0143c
|
Fix APM adjustMavlinkMessage
Previous code was horribly wrong.
|
10 years ago |
Don Gagne
|
09f33f6bc1
|
Merge pull request #1883 from DonLakeFlyer/ParamSearch
Paramedter Editor search support
|
10 years ago |
Don Gagne
|
4bfb13189e
|
Merge pull request #1884 from DonLakeFlyer/APMPlugin
Added APM Firmware Plugin
|
10 years ago |
Don Gagne
|
f6e82b5697
|
Always search name and descriptions
|
10 years ago |
Don Gagne
|
37e9f869a2
|
Added APM Firmware Plugin
- Also added new adjustMavlinkMessage support
|
10 years ago |
Don Gagne
|
87865088ec
|
Parameter search support
|
10 years ago |
Don Gagne
|
3a66b7ce99
|
Remove Parameter Editor widget
Too complicated supporting both modes as editor becomes more complex
|
10 years ago |
Don Gagne
|
baf5a10b27
|
Merge pull request #1881 from DonLakeFlyer/JoystickFix
Joystick fix
|
10 years ago |
Daniel Agar
|
81e9c5648a
|
Merge pull request #1873 from mavlink/s3deploy
travis-ci s3 deploy
|
10 years ago |
Don Gagne
|
3d296c076c
|
Switch to latest XCode
|
10 years ago |
Daniel Agar
|
8ca2c0fc91
|
travis-ci s3 deploy
|
10 years ago |
Daniel Agar
|
8572f9d7ee
|
qmake handle android deploy in installer
|
10 years ago |
Daniel Agar
|
91b5bf57dd
|
qmake output qgroundcontrol.tar.bz2 in package dir
|
10 years ago |
Daniel Agar
|
27e0b154e8
|
qmake output qgroundcontrol.dmg in package dir
|
10 years ago |
Don Gagne
|
474ebb2871
|
Fix boundary problem
|
10 years ago |
Don Gagne
|
8883e5b23a
|
Bump to sdk 10.11 for latest Xcode
|
10 years ago |
Lorenz Meier
|
fa5198975b
|
Joystick: Fix magic numbers with integer overflow
|
10 years ago |
Don Gagne
|
2b4453e569
|
Merge pull request #1876 from DonLakeFlyer/Flickable
Allow buttons to be scrolled
|
10 years ago |
Don Gagne
|
bc2c607bb1
|
Allow buttons to be scrolled
|
10 years ago |
Lorenz Meier
|
39a2500be0
|
Merge pull request #1868 from DonLakeFlyer/RemoveSupport
Remove HDD, HUD, HSI
|
10 years ago |
Daniel Agar
|
138c5e35d9
|
Merge pull request #1824 from dagar/travis-android
travis-ci android
|
10 years ago |
Don Gagne
|
74e2c247ad
|
Merge pull request #1872 from DonLakeFlyer/MissionWork2
Add relative altitude support
|
10 years ago |
Daniel Agar
|
ace085efc8
|
travis-ci android
|
10 years ago |
Don Gagne
|
dc90f4b9fe
|
Add help text
Remove nigh load/save
|
10 years ago |
Don Gagne
|
7303aafc88
|
Add relative altitude support
Also much other cleanup/change
|
10 years ago |
Don Gagne
|
66d45cc93e
|
Merge pull request #1871 from DonLakeFlyer/Positioning
Font size based sizing and relative positioning fixes
|
10 years ago |
Don Gagne
|
b30d4eb174
|
Font size based sizing and relative positioning fixes
|
10 years ago |
Daniel Agar
|
0a77bbcffd
|
Merge pull request #1863 from dagar/appveyor
Revert "Update NSIS script to include ANGLE dlls for windows, add NSI…
|
10 years ago |
Don Gagne
|
f19c3cfc31
|
Merge pull request #1869 from DonLakeFlyer/TestHighDPI
Add --test-high-dpi command line option
|
10 years ago |
Don Gagne
|
ae7becb532
|
Add --test-high-dpi command line option
This allows for testing issues found on high dpi screen without needing
a high dpi screen. it does this by doubling the font sizes.
|
10 years ago |
Don Gagne
|
cd2d960ac7
|
Merge pull request #1867 from DonLakeFlyer/MissionDeleteUpDown
Add Delete, Move Up, Move Down
|
10 years ago |
Don Gagne
|
5bf54e983a
|
Merge remote-tracking branch 'origin/RemoveSupport' into RemoveSupport
|
10 years ago |
Don Gagne
|
1d0feb3dfd
|
Remove HDD, HUD, HSI
These use OpenGL implementation which prevented moving to ANGLE
support. Since they are rarely used they are being remove instead of
being upgrade.
|
10 years ago |
Don Gagne
|
850c9be012
|
Remove HDD, HUD, HSI
These use OpenGL implementation which prevented moving to ANGLE
support. Since they are rarely used they are being remove instead of
being upgrade.
|
10 years ago |
Don Gagne
|
5f5ff580d5
|
Don't delete rows until parent is deleted
|
10 years ago |
Don Gagne
|
f5389ba62d
|
Add Delete, Move Up, Move Down
Plus more overall ui work
|
10 years ago |
Don Gagne
|
46fd24138d
|
Merge pull request #1866 from DonLakeFlyer/VehicleSummary
Stop using fixed pixel count spacing
|
10 years ago |
Don Gagne
|
25f2007c69
|
Merge pull request #1865 from DonLakeFlyer/EvenMoreMission
More MissionEditor work
|
10 years ago |
Don Gagne
|
61414f8ba2
|
Fix compiler warnings
|
10 years ago |
Don Gagne
|
2b562b90dc
|
Stop using fixed pixel count spacing
|
10 years ago |
Don Gagne
|
86629c8b20
|
Fix compiler warning
|
10 years ago |
Don Gagne
|
d0d6cc420b
|
More MissionEditor work
- New MissionManager
- Plumb MissionManager through MissionEditor
- Mission Editor supports get/set
|
10 years ago |
Daniel Agar
|
702fe1f49f
|
Revert "Update NSIS script to include ANGLE dlls for windows, add NSIS script to otherfiles on windows"
This partially reverts commit 233ea3b436 .
|
10 years ago |
Don Gagne
|
830d7deeb4
|
Merge pull request #1860 from DonLakeFlyer/MissionWork
Mission work
|
10 years ago |
Lorenz Meier
|
00b393ba2a
|
Merge pull request #1862 from dogmaphobic/androidOrientation
Fixing Android screen orientation.
|
10 years ago |
dogmaphobic
|
9323034c66
|
Fixing Android screen orientation.
It now uses the sensor to maintain proper landscape mode.
|
10 years ago |
Lorenz Meier
|
c9e685554b
|
Merge pull request #1835 from Prioria/bugfixes
Update NSIS script to include ANGLE dlls for windows, add NSIS script…
|
10 years ago |
Lorenz Meier
|
c0607a749c
|
Merge pull request #1855 from dogmaphobic/enableAndroidVideo
Enable Android Video Streaming
|
10 years ago |
Don Gagne
|
faa7500cd1
|
Use Fact members for storage
|
10 years ago |