Philippe Renon
4cc1d0cb15
LP-32 fix resizing issues
2016-07-09 14:20:53 +02:00
Philippe Renon
cbc52c8b5f
LP-32 fix improper resize handling
2016-07-09 14:20:53 +02:00
Philippe Renon
4cd817fe3a
LP-32 workaround lost texture when switching tab
2016-07-09 14:20:53 +02:00
Philippe Renon
33b052947b
LP-32 review how the scene is created and released
...
this fixes crashes when switching PFD configuration or when closing a gadget
also add optimiziation to on demand mode : redraw only when new tiles arrive
2016-07-09 14:20:53 +02:00
Philippe Renon
b12cd4b2b6
LP-32 increase database threads
2016-07-09 14:20:53 +02:00
Philippe Renon
12f1359461
LP-32 simplify osgearth cache initialization
2016-07-09 14:20:53 +02:00
Philippe Renon
b32567e5ec
LP-32 simplify osgearth dependencies
2016-07-09 14:20:53 +02:00
Philippe Renon
a50fbcb6cd
LP-32 upgrade to OpenSceneGraph 3.5.3
2016-07-09 14:20:53 +02:00
Philippe Renon
16092f7f38
LP-32 force initial update of OSGGeoTransformManipulator
...
other such classes should also be force updated...
2016-07-09 14:20:53 +02:00
Philippe Renon
70975f0d3f
LP-32 add Rhombicuboctahedron shape
2016-07-09 14:20:53 +02:00
Philippe Renon
104f98315f
LP-32 workaround spurious BusyIndicator trigger when switching tabs
2016-07-09 14:20:53 +02:00
James Duley
3b421f08b0
hotfix: update windows copydata for nettle
2016-06-04 13:44:06 +01:00
Laurent Lalanne
afb32d3090
LP-72 Uncrustify after rebase
2016-05-25 13:51:40 +02:00
James Duley
f4955741bf
Add Qt < 5.6 compatibility again
2016-05-07 10:27:19 +01:00
James Duley
46f910e9f4
OSG 3.2 fixes
...
- return textGeode not text
2016-04-17 20:04:58 +01: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
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
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
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
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
Alessio Morale
773207293c
LP-208 - Upgrade Eigen to get rid of deprecated bind* warning ( http://eigen.tuxfamily.org/bz/show_bug.cgi?id=872 )
2016-04-04 22:44:38 +02:00
Lalanne Laurent
d3f150f5a8
Merged in filnet/librepilot/LP-208_windows_packaging (pull request #215 )
...
Lp 208_windows_packaging
2016-04-04 21:36:53 +02:00
Lalanne Laurent
9ca699b1be
Merged in filnet/librepilot/LP-277_opmap_compile_warning (pull request #219 )
...
Lp 277_opmap_compile_warning
2016-04-04 21:36:40 +02:00
Philippe Renon
af93346e1e
LP-277 remove dubious destroy loop in Tile::Clear()
...
- the foreach was generating a compiler warning 'img.QByteArray::d' may be used uninitialized
- explictly destroying the list elements is useless as clearing the list does it implicitly
2016-04-04 00:13:15 +02:00
Philippe Renon
1ceb6d7143
LP-277 silence OPMap log output
...
it is just too verbose...
2016-04-04 00:13:08 +02:00
Stefan Karlsson
9e08eb7e43
LP-275 Workaround QT 5.6 QMap bug
2016-04-03 20:19:24 +02:00
Philippe Renon
4da4ec12ad
LP-208 msys2: fix dependency issues
...
- catch up with msys2 package changes (qt5.6, etc.)
- use LP provided gdal-minimal (to pull less dependencies)
- update CONTRIBUTING.md accordingly
- enable use of osgearth by default
- enable use of osg/osgearth debug builds
2016-04-03 14:34:29 +02:00
Philippe Renon
38a0dfc0de
LP-208 msys2: copy only necessary osg/osgearth plugins to distribution
2016-04-02 19:00:32 +02:00
Philippe Renon
bbb93658be
Merged in m_thread/librepilot/thread/Qt-5.6_Support_Mac (pull request #209 )
...
LP-208 Qt 5.6.0
2016-03-30 23:56:46 +02:00
Fredrik Arvidsson
dc3f0edaf5
LP-208 Some minor changes suggested in the code review.
2016-03-30 10:17:55 +02:00