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 |
Don Gagne
|
d11aef1373
|
Support copy constructor
|
10 years ago |
Don Gagne
|
70c22ab39a
|
Merge pull request #1857 from DonLakeFlyer/MapFixes
Map menu fixes
|
10 years ago |
Don Gagne
|
82b91759fa
|
Map menu fixes
- Only show video option if supported
- Persist settings
- Show/Hide/Add items correctly
|
10 years ago |
dogmaphobic
|
f7f4a977e8
|
Attempt at making Windows build happy.
While at it, fixed an issue with builds that have video streaming disabled.
|
10 years ago |
dogmaphobic
|
f5ab8d3b81
|
Adding instructions for Android.
|
10 years ago |
dogmaphobic
|
a163845220
|
Hand picked plugins to link statically along with the rest of GStreamer dependencies
|
10 years ago |
dogmaphobic
|
bcc8b43f53
|
Move video streaming initialization away from QGCApplication.
|
10 years ago |
dogmaphobic
|
8dabbb98d5
|
Stop annoying errors when there is no serial device.
|
10 years ago |