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 |
dogmaphobic
|
9500b4e2dd
|
Separate video streaming initialization.
|
10 years ago |
dogmaphobic
|
2d31004d16
|
Recovering lost initial changes
|
10 years ago |
Don Gagne
|
f323f850b3
|
Merge pull request #1854 from DonLakeFlyer/MissionEditorSwitch
Add switch for using old/new mission editor
|
10 years ago |
Don Gagne
|
7a25f8f6a7
|
Add switch for using old/new mission editor
|
10 years ago |
Don Gagne
|
748f1dd96f
|
Merge pull request #1853 from DonLakeFlyer/MissionEdit
More mission editing work
|
10 years ago |
Don Gagne
|
2ca5bd843d
|
More mission editing
|
10 years ago |
Don Gagne
|
10bff8552e
|
Use new yawRadians method
|
10 years ago |
Lorenz Meier
|
c6aff9f457
|
Video streaming README: Add instructions to generate test stream
|
10 years ago |
Don Gagne
|
683cdd44e7
|
Merge pull request #1852 from DonLakeFlyer/MapVideo
Add video background support
|
10 years ago |
Don Gagne
|
0708752523
|
Add video background support
|
10 years ago |
Don Gagne
|
8ce307941c
|
Merge pull request #1848 from DonLakeFlyer/MissionEditor
Mission editor (WIP)
|
10 years ago |
Don Gagne
|
69f271419e
|
First cut at Mission Editor
- Restructured a number of MissionItem properties as well
|
10 years ago |
Daniel Agar
|
0a770c978c
|
Merge pull request #1812 from dagar/appveyor
appveyor support (windows ci)
|
10 years ago |
Daniel Agar
|
e0b08aa877
|
Merge pull request #1841 from dagar/travis-fixes
fix linux unittests failure
|
10 years ago |
Daniel Agar
|
a0a7b7884d
|
travis-ci linux switch to ppa:beineri/opt-qt542
|
10 years ago |
Daniel Agar
|
2d687443ff
|
qmake Linux installer create qgroundcontrol.tar.bz2
|
10 years ago |
Daniel Agar
|
47d93de04b
|
switch documentsDir.exists() assert to QWarning
|
10 years ago |
Daniel Agar
|
a70e22a999
|
re-enable travis-ci linux unittests
|
10 years ago |
Don Gagne
|
ca234ed5bc
|
commit
|
10 years ago |
Don Gagne
|
fa4e7a2cee
|
Merge pull request #1847 from DonLakeFlyer/ControlReorg
Restructure map controls for better reusability
|
10 years ago |
Daniel Agar
|
1e27c36ee4
|
appveyor temporarily disable unit tests
|
10 years ago |
Daniel Agar
|
c3b7411c09
|
initial appveyor windows builds
|
10 years ago |
Don Gagne
|
d1285c1838
|
Work around strange UT only failure
|
10 years ago |
Don Gagne
|
4ecde73d57
|
Set correct parent
|
10 years ago |
Don Gagne
|
4b65b5e054
|
Merge remote-tracking branch 'origin/ControlReorg' into ControlReorg
Conflicts:
src/FlightDisplay/FlightDisplayView.qml
|
10 years ago |
Don Gagne
|
08a652257b
|
Restructure map controls for better reusability
|
10 years ago |
Don Gagne
|
cd7951b379
|
Restructure map controls for better reusability
|
10 years ago |
Don Gagne
|
4719c514dd
|
Merge pull request #1846 from DonLakeFlyer/GPSLock
Don't show vehicle till 2d gps lock
|
10 years ago |
Don Gagne
|
5832b6a3e6
|
Don't show vehicle till 2d gps lock
|
10 years ago |
Don Gagne
|
942b6d66c8
|
Merge pull request #1844 from DonLakeFlyer/FMWork
Use true list models for vehicles and mission items
|
10 years ago |
Don Gagne
|
c240c43ecf
|
Use true list models for vehicles and mission items
|
10 years ago |
Don Gagne
|
338201cc20
|
Merge pull request #1843 from DonLakeFlyer/UTFix
Fix UT only shutdown ordering crash
|
10 years ago |
Don Gagne
|
25eaa8577e
|
Merge pull request #1842 from DonLakeFlyer/PX4Flow
Allow custom firmware flash on PX4Flow
|
10 years ago |
Don Gagne
|
a41fb7cf74
|
Fix UT only shutdown ordering crash
|
10 years ago |
Don Gagne
|
f2cc7a93de
|
Allow custom firmware flash on PX4Flow
|
10 years ago |
Lorenz Meier
|
05cc261b32
|
Merge pull request #1838 from dogmaphobic/angleJitter
Decreasing the angle jitter threshold for row, pitch and yaw.
|
10 years ago |