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

6890 Commits

Author SHA1 Message Date
Laurent Lalanne
553f2e90bb LP-292 Move Rx level to the right, fix alignements and typos. 2016-05-01 21:57:55 +02:00
Laurent Lalanne
8ac0bc38aa LP-292 Oplink tab cleanup, remove unused buttons, remote monitoring.
Update statusTip to toolTip.
2016-05-01 21:57:06 +02:00
Laurent Lalanne
c9fff7e16e LP-151 OPLink: Allow custom Device ID or auto generated. 2016-05-01 21:56:50 +02:00
Lalanne Laurent
4ada670272 Merged in mkaduk/librepilot/LP-286_taulabs_uavbrowser_filter (pull request #226)
LP-286 Port TauLabs filter in UAVobjectbrowser
2016-04-24 15:22:17 +02:00
Mateusz Kaduk
1c67853bfd LP-286 Clean-up spelling, headers and uncrustify 2016-04-24 09:13:17 +02:00
Mateusz Kaduk
f0b3156abe LP-286 TauLabs acknowledgements for parts of the code 2016-04-23 23:07:22 +02:00
Philippe Renon
29b33453f3 LP-286 minor optimization: replace map contains+get with get 2016-04-23 23:07:22 +02:00
Philippe Renon
947dbf88ab LP-286 rephrase filter placeholder text 2016-04-23 23:07:22 +02:00
Philippe Renon
6328b8a593 LP-286 minor code cleanups
remove unused class members
reorganize some methods
2016-04-23 23:07:22 +02:00
Philippe Renon
fa0686eba1 LP-286 change proxy model source instead of recreating it
this also fixes a leak of the previous proxy model
2016-04-23 23:07:22 +02:00
Philippe Renon
8db244b30a LP-286 get TreeItem using data() method instead of internalPointer() method
not only it is not legal to use internalPointer() outside of the model class
but it also requires to do nasty index juggling when using a proxy model
2016-04-23 23:06:50 +02:00
Philippe Renon
0f339dfef0 LP-286 make uavobject model data() method return the TreeItem when called with Qt::UserRole
also cleaned up data() method (use switch instead of if mumble jumble)
2016-04-23 22:55:38 +02:00
Mateusz Kaduk
e550317fdf LP-286 Port TauLabs filter in UAVobjectbrowser 2016-04-23 22:54:58 +02:00
Philippe Renon
137b3b24c1 Merged in filnet/librepilot (pull request #229)
uncrustify
2016-04-20 23:47:48 +02:00
James Duley
46f910e9f4 OSG 3.2 fixes
- return textGeode not text
2016-04-17 20:04:58 +01:00
Philippe Renon
02ab505731 uncrustify 2016-04-17 20:08:44 +02:00
Philippe Renon
0dd328e1c0 msys2: add missing dependencies
- qt related libgraphite2
- curl related libnghttp2
2016-04-16 12:30:50 +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
1adcc36d2c Merged in alessiomorale/librepilot/Qt-5.6_Support_Win (pull request #220)
Qt 5.6_support_win
2016-04-14 11:43:49 +02:00
Laurent Lalanne
25dad0957c LP-285 Set Accessory neutral to middle range 2016-04-10 19:27:05 +02:00