summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/nokia/logo.png
Commit message (Collapse)AuthorAgeFilesLines
* New copyright logo for nokia maps pluginErik Mattsson2013-10-291-0/+0
| | | | | | | | | Since Nokia maps is now Here maps we need to update the copyrigt logo in the maps view to the Here logo. Change-Id: Ice6b08afbe7eedefd93a6fb1733df1aa07f30577 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Implementation of copyrights notice handling for Nokia online plugin.bhashish2012-03-221-0/+0
Introducing classes QGeoCopyrightsCacheNokia, QGeoMapCopyrightsContext. - QGeoCopyrightsCacheNokia: Provides shared copyrights fetching and lookup services and is common for all maps generated by QGeoTiledMappingManagerEngineNokia, hence its instance is owned by the engine. - QGeoMapCopyrightsContext: Encapsulates copyrights info for last rendered frame per QGeoTiledMapDataNokia class, and is passed to QGeoCopyrightsCacheNokia::evaluateContext(...) to evaluate the validity of last copyrights notice upon signaling by base QGeoTiledMapData. Change-Id: I23cb378d51670c4fa124ac607c71f199e9520cb0 Reviewed-by: Alex Wilson <alex.wilson@nokia.com>