1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
Commit Graph

14346 Commits

Author SHA1 Message Date
Vladimir Zidar
96ce3db02d LP-293 Added LibrePilot to @author tag 2016-04-22 02:04:21 +02:00
Vladimir Zidar
72582d1100 LP-293 Added severity level parameter to AlarmString(). Reverted alarm sort order to natural severity levels (highest to lowest): ERROR, CRITICAL, WARNING, OK 2016-04-22 01:18:09 +02:00
Vladimir Zidar
8f937e0508 LP-293 Changed alarm strings to match GCS display 2016-04-22 01:17:59 +02:00
Vladimir Zidar
e513db4b4d LP-293 Added state parameter to receive highest severity level. 2016-04-22 01:17:50 +02:00
Vladimir Zidar
91a9c19e1f LP-293 Implemented AlarmString() function to return human readable SystemAlarms data 2016-04-22 01:16:37 +02:00
Philippe Renon
137b3b24c1 Merged in filnet/librepilot (pull request #229)
uncrustify
2016-04-20 23:47:48 +02:00
Philippe Renon
3360da09ae Merged in james-duley/librepilot/travis (pull request #230)
Fix up ubuntu PPA packaging with osg and add travis-ci to check it
2016-04-20 23:45:53 +02:00
James Duley
bc2fc562da Add ccache to travis 2016-04-20 22:25:57 +01:00
James Duley
4f8cf5474a Add travis badge to README.md 2016-04-17 20:04:58 +01:00
James Duley
46f910e9f4 OSG 3.2 fixes
- return textGeode not text
2016-04-17 20:04:58 +01:00
James Duley
c74c894235 Added travis CI 2016-04-17 20:04:58 +01:00
James Duley
c7ab6ff358 Make deb package do osg 2016-04-17 20:04:58 +01:00
James Duley
5d26e81c9e Make ubuntu trusty use opt Qt 2016-04-17 20:04:58 +01:00
James Duley
457aa0f56f Remove unicode apostrophe 2016-04-17 20:04:58 +01:00
Philippe Renon
02ab505731 uncrustify 2016-04-17 20:08:44 +02:00
James Duley
61ce3d66d8 Merged in filnet/librepilot (pull request #228)
msys2: add missing dependencies
2016-04-17 18:16:09 +01:00
Philippe Renon
0dd328e1c0 msys2: add missing dependencies
- qt related libgraphite2
- curl related libnghttp2
2016-04-16 12:30:50 +02:00
Lalanne Laurent
23f1867746 Merged in filnet/librepilot/filnet/LP-29_osgearth_integration (pull request #222)
LP-29_osgearth_integration
2016-04-14 22:14:59 +02:00
Philippe Renon
4bb43e7f9d LP-29 silence utility log output 2016-04-14 22:06:54 +02:00
Philippe Renon
aaba2419f2 LP-29 added known issues to readme.txt 2016-04-14 21:49:55 +02:00
Philippe Renon
dd52cc4344 LP-29 improve dirty handling of camera manipulators 2016-04-14 21:49:16 +02:00
Philippe Renon
2c75badb0b LP-29 more osgearth log silencing 2016-04-14 21:35:03 +02:00
Philippe Renon
7212d65a1f LP-29 fix constant resize triggering on high dpi devices
dpr was not handled well...
2016-04-14 21:35:03 +02:00
Philippe Renon
e3379a169b LP-29 inverse PFD opaque handling (was wrong) 2016-04-14 21:35:03 +02:00
Philippe Renon
1b201455fb LP-29 fix regression in PFD Terrain : terrain was not moving 2016-04-14 21:35:03 +02:00
Philippe Renon
03152b88b5 LP-29 minor renaming in DirtySupport + silencing a warning 2016-04-14 21:35:03 +02:00
Philippe Renon
a0b6220d7a LP-29 update copyright year 2016-04-14 21:35:03 +02:00
Philippe Renon
3a866949af LP-29 clean and silence OSGViewport 2016-04-14 21:35:03 +02:00
Philippe Renon
c230e8002d LP-29 update GeoTransform position when scene or clamping changed 2016-04-14 21:35:03 +02:00
Philippe Renon
54f0ac2410 LP-29 use new connect syntax 2016-04-14 21:35:03 +02:00
Philippe Renon
ae9c05a8e3 LP-29 minor OSGSkyNode renaming 2016-04-14 21:35:03 +02:00
Philippe Renon
7c0e92fb1b LP-29 fix OSGGroup update logic 2016-04-14 21:35:03 +02:00
Philippe Renon
567b7f1040 LP-29 move all utility classes to utils dir 2016-04-14 21:35:03 +02:00
Philippe Renon
ff1da598b2 LP-29 add "opaque" property to PfdView 2016-04-14 21:35:03 +02:00
Philippe Renon
444c126dab LP-29 OSGTransformNode now derives from OSGGroup 2016-04-14 21:35:03 +02:00
Philippe Renon
5800f17d03 LP-29 replace OSGBackgroundNode with new OSGBillboardNode and OSGImageNode
- refactor how nodes are created
- allows deriving from OSGGroup which was needed by OSGBillboardNode
2016-04-14 21:35:03 +02:00
Philippe Renon
1f649f4327 LP-29 reorganize shared/qml directory
- move java script stuff to js directory
- move PFD implementation to pfd directory
2016-04-14 21:35:03 +02:00
Philippe Renon
fd9615b1ab LP-29 some Qml property renaming 2016-04-14 21:35:03 +02:00
Philippe Renon
c16fc656aa LP-29 refactoring and clean ups 2016-04-14 21:35:03 +02:00
Philippe Renon
a124ddd5da LP-29 factorize dirty flag handling in new DirtySupport class
simplifies OSGNode and OSGCameraManipulator
OSGViewport should use DirtySupport too
2016-04-14 21:35:03 +02:00
Philippe Renon
c1d0d03ba0 LP-29 remove osx workaround in welcome plugin (should work now...) 2016-04-14 21:35:03 +02:00
Philippe Renon
ec92b9c41a LP-29 make some PfdTerrainView properties read only 2016-04-14 21:35:03 +02:00
Philippe Renon
b19898ac5d LP-29 extract CameraManipulator out of OSGCamera
- clean up Camera/Viewport
- clean up SkyNode
- replace attach/detach with use of QQmlParserStatus
2016-04-14 21:35:03 +02:00
Philippe Renon
911e3118f5 LP-29 start silencing osg debug output 2016-04-14 21:35:03 +02:00
Philippe Renon
913d9d2cb0 LP-29 const correcteness 2016-04-14 21:35:03 +02:00
Philippe Renon
9ad4e57df1 LP-29 renaming and other minor cleanups 2016-04-14 21:35:03 +02:00
Philippe Renon
c89d8f4ff4 LP-29 improve OSGViewport update mode handling 2016-04-14 21:35:03 +02:00
Philippe Renon
2e0f10d982 LP-29 add OSGViewport busy indicator
spins when database pager requests are in progress
2016-04-14 21:35:03 +02:00
Philippe Renon
2c7333935d LP-29 add ability to change vehicle model using up and down arrow key
wip : needs a proper UI to let user change model
2016-04-14 21:35:03 +02:00
Lalanne Laurent
e6ada50587 Merged in alessiomorale/librepilot/amorale/LP-276_measurement_based_d_term (pull request #218)
[LP-276] Support D Term calculation on measurement only
2016-04-14 11:44:39 +02:00