summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixup temporary QtLocation export.alex2011-10-2162-83/+83
| | | | | | | Q_LOCATION_EXPORT_TEMP -> Q_LOCATION_EXPORT Change-Id: I65b1d9c59ab2d2ad437f1934013eb53b0b96e606 Reviewed-by: Alex <alex.blasche@nokia.com>
* Add unit test for QGeoAreaMonitoralex2011-10-213-0/+262
| | | | | Change-Id: I9af806d9660107ef05e8ef9a6f7728e7641e376e Reviewed-by: Alex <alex.blasche@nokia.com>
* npe_backend:QGeoPositionInfoSource: add implementation for lastKnownPosition ↵Carsten Bürger2011-10-202-58/+73
| | | | | | | / requestUpdate + few fixes Change-Id: Iaa565df80107a0060885e9f65d9c5137c96fdcf6 Reviewed-by: Alex <alex.blasche@nokia.com>
* Remove obsolete \since flags from good old Mobility times.alex2011-10-2028-190/+0
| | | | | Change-Id: I191f73426ec27df91409909004ac5a60f5b3aacc Reviewed-by: Alex <alex.blasche@nokia.com>
* QML Map pinch and flick part 1/3juhvu2011-10-2017-109/+780
| | | | | | | | | Autotest fw changes. First autotests and related fixes. Map initialization order changed to avoid blinking in hardcoded geocoordinate during app startup. Change-Id: Iaad879c135b6283957e0705b991474517f933485 Reviewed-by: David Laing <david.laing@nokia.com>
* Clear search term and categories correctly.Aaron McCarthy2011-10-203-17/+3
| | | | | Change-Id: Ia269fb0038a9ac5876bd2d8bea671ae1ea794160 Reviewed-by: abcd <amos.choy@nokia.com>
* Location docs, added Places, split off Maps.Peter Yard2011-10-1914-407/+813
| | | | | | | Change-Id: Ic18bd60736b7412434091cbb4b2c539f334e3ec3 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com> Reviewed-by: David Laing <david.laing@nokia.com> Reviewed-by: abcd <amos.choy@nokia.com>
* Remove QT_MODULE(Location) from public Location classesalex2011-10-1962-62/+62
| | | | | | | | Removing all location related defines from qglobal.h causes this macro to fail. It seems that it is no longer used in new modules. Change-Id: Ifbfa6f7f40a419e0890a4611bab7e2d681f63a04 Reviewed-by: Alex <alex.blasche@nokia.com>
* Assorted QML map fixes.juhvu2011-10-1912-406/+141
| | | | | | | | | Fix Map center coordinate updating (especially when pinching / flicking). Remove mouse hover code - will not be supported for a while. Unify MapItem naming (MapItem -derived naming, not MapObject). Change-Id: I66a96d4aa2f0a8dd8f09b2ef6e28b84eeea5538d Reviewed-by: David Laing <david.laing@nokia.com>
* Fix unit testabcd2011-10-187-78/+81
| | | | | Change-Id: I0793cf96bbfa323901f0e742bfbd2dd55ee355ca Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Fix memory leak and warnings on exit.Aaron McCarthy2011-10-181-0/+1
| | | | | Change-Id: I5be0c125bc76cd6922b4501b53ec54dfcd72862e Reviewed-by: abcd <amos.choy@nokia.com>
* Build/compile fixes for Qt Location.David Laing2011-10-189-16/+7
| | | | | | | | | | | Updates several .pro files to reflect the change of Qt3D from a "CONFIG" inclusion to a "QT" inclusion. Also fixes various compile errors brought about by the inclusion of headers from modules we don't use. Change-Id: Ibf1b93d6ee474c24ece0b84ffca36f47aca8cc90 Reviewed-by: Juha Vuolle <juha.vuolle@nokia.com>
* Remove obsoleted signal connectionabcd2011-10-181-2/+0
| | | | | Change-Id: I6973845a234942aae665ae0aa9453ef295e7fa81 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* First step of removal of Q_LOCATION_EXPORT macro from qglobal.halex2011-10-1765-87/+188
| | | | | | | | | Each module handles each its own exports. We need to change the QtLocation version, remove the qglobal.h define and then add it back under the old name in QtLocation Change-Id: I7530a251b78402215a466cd55a33ec24664786b7 Reviewed-by: Alex <alex.blasche@nokia.com>
* Center coordinate for Map element.juhvu2011-10-177-197/+175
| | | | | Change-Id: I9c00836a8bb65646186ea5aaa0bc8a95e44ec9ef Reviewed-by: David Laing <david.laing@nokia.com>
* Let default declarative place have initialized fields.abcd2011-10-171-0/+1
| | | | | Change-Id: I36e1d1a292ecd8f0ebcadf815c0fef1ba9b9ef23 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Remove authentication required signalabcd2011-10-141-1/+0
| | | | | | | | | Authentication can be provided through parameters to the manager, which have been passed through the QGeoServiceProvider class. Change-Id: I8aaba0830e08d82393fac27cbeda84c61e3941a0 Reviewed-on: http://codereview.qt-project.org/6653 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Allow search to take multiple categoriesabcd2011-10-145-29/+74
| | | | | | | | | | | | | | If multiple categories are provided it is expected that the backend will effectively perform a union operation. i.e. any places that match one or more of the categories are returned. It is possible however that some backends may not support multiple categories. In this case the first category is used and the rest ignored. Change-Id: I50133a1945a775d6961f0ada3b07ef1721d4de24 Reviewed-on: http://codereview.qt-project.org/6567 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Add attribution field to Content class/elementabcd2011-10-146-4/+44
| | | | | | Change-Id: I1cc07859f41aee40e8eb05d321a00a1417dd3970 Reviewed-on: http://codereview.qt-project.org/6584 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* QMl PlaceIcon element should've been named Iconabcd2011-10-141-1/+1
| | | | | | Change-Id: I9f223944bd1b9629a2ca6781fd4312470a5eeca7 Reviewed-on: http://codereview.qt-project.org/6590 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Add a user classabcd2011-10-1218-65/+586
| | | | | | | Change-Id: I28993ed7d7cd1ba08c850a558c2bcd2f6fb2bf63 Reviewed-on: http://codereview.qt-project.org/6482 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Make compile.Aaron McCarthy2011-10-121-0/+1
| | | | | | | Change-Id: I3d6562f8ae7cde78d7ab7913f77f059e7602da29 Reviewed-on: http://codereview.qt-project.org/6490 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Juha Vuolle <juha.vuolle@nokia.com>
* Fix crash when manager not set.Aaron McCarthy2011-10-121-5/+2
| | | | | | | Change-Id: I09dc2f211d19636db5e074e9f7d47080d33e9a2b Reviewed-on: http://codereview.qt-project.org/6474 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Juha Vuolle <juha.vuolle@nokia.com>
* Part 2 for arbitrary (geo)map QML items.juhvu2011-10-1211-93/+111
| | | | | | | Change-Id: I64ee38b17f699327bee9adfbd77d1030dd810d1e Reviewed-on: http://codereview.qt-project.org/6471 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Laing <david.laing@nokia.com>
* Add Supported Features handlingabcd2011-10-1212-10/+152
| | | | | | | Change-Id: Ie2518c349fc551756f78a963417cceb93c81a3a8 Reviewed-on: http://codereview.qt-project.org/6407 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Move save/remove operations in to the QDeclarativeCategory classabcd2011-10-114-61/+176
| | | | | | | Change-Id: I1d56afd1150dd4d2865877cf56e2ac622cdaf544 Reviewed-on: http://codereview.qt-project.org/6297 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Add Icon support to Placesabcd2011-10-1154-133/+1298
| | | | | | | | Change-Id: I559c96427db542dd71122f937dff90c900a02241 Reviewed-on: http://codereview.qt-project.org/6041 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com> Reviewed-by: abcd <qt_abcd1@ovi.com>
* Elementary map item support for QML Map.juhvu2011-10-119-105/+183
| | | | | | | Change-Id: I15956333cf59222519c4e7a14f72d901cdca74c7 Reviewed-on: http://codereview.qt-project.org/6289 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Laing <david.laing@nokia.com>
* Changed beforerendering to qsgpainteditem for maps.juhvu2011-10-113-38/+42
| | | | | | | Change-Id: I77fb69d0db4abbcde613ddf8a5d1cf3aeab2d6a6 Reviewed-on: http://codereview.qt-project.org/6218 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Laing <david.laing@nokia.com>
* tests: eliminated usage of qttest_p4.prfRohan McGovern2011-10-105-10/+13
| | | | | | | | | | | qttest_p4.prf was added as a convenience for Qt's own autotests in Qt4. It enables various crufty undocumented magic, of dubious value. Stop using it, and explicitly enable the things from it which we want. Change-Id: I927c50bb469382800f3be7f2d470c8dc71388023 Reviewed-on: http://codereview.qt-project.org/6294 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Fix build with jsondb.Aaron McCarthy2011-10-102-11/+2
| | | | | | | Change-Id: Iae7417a04ae765c99dff92957e59424ec3ecc53f Reviewed-on: http://codereview.qt-project.org/6295 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: abcd <qt_abcd1@ovi.com>
* Improve naming consistency in Places API.Aaron McCarthy2011-10-10105-1353/+769
| | | | | | | Change-Id: Ic902592c3367a76fc0e23c237712224abbf31703 Reviewed-on: http://codereview.qt-project.org/6206 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Convert QtLocation QML import to new Qt 5.0 standardalex2011-10-1032-61/+57
| | | | | | | | | | "import Qt.location 5.0" is replaced by "import QtLocation 5.0" Change-Id: I88e33bca4da62be4ab9f5490d660c306b1f2f425 Reviewed-on: http://codereview.qt-project.org/6205 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com> Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
* Add QGeoSatelliteInfoSource unit testsalex2011-10-065-0/+651
| | | | | | | Change-Id: I1c701c066dc128787d025116db5cd2409de86a7e Reviewed-on: http://codereview.qt-project.org/6127 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* Add QGeoPositionInfoSource unit testalex2011-10-067-14/+989
| | | | | | | Change-Id: I544d4218b88d20608bf142c71cd5e9310baf8653 Reviewed-on: http://codereview.qt-project.org/6108 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* QtLocation: Fix compile on Windows.Friedemann Kleint2011-10-067-10/+14
| | | | | | | | | | | | | - Fix include paths - Remove dependency on QtWidgets by using new API for dragdistance - Remove template exports Change-Id: I4be72301ac15fb3298e7842f3173d145d57bab11 Reviewed-on: http://codereview.qt-project.org/6064 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Laing <david.laing@nokia.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com> Reviewed-by: Juha Vuolle <juha.vuolle@nokia.com>
* Cleanup project files of test case plug-insalex2011-10-065-23/+5
| | | | | | | Change-Id: I7acd96b60748c6b441b4d4d60dc99d715623e49b Reviewed-on: http://codereview.qt-project.org/6030 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Changed clear color to black.juhvu2011-10-061-1/+1
| | | | | | | Change-Id: Id7490ac8b4de136ec811b768bed78971a70997df Reviewed-on: http://codereview.qt-project.org/6084 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Laing <david.laing@nokia.com>
* Add a dummy position plugin for test case execution.alex2011-10-055-0/+338
| | | | | | | | | | | The additional test case verifies that dynamic position plugins are properly loaded. More advanced QgeoPositionInfoSource tests will follow. Change-Id: Idb8c84a4555606814868dfb0e5b019f96878f145 Reviewed-on: http://codereview.qt-project.org/6018 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* Add new QGeoSatelliteInfo unit testalex2011-10-053-2/+394
| | | | | | | | | The test is based on the QtMobility 1.2 version. Change-Id: I666354b710277da46b97a13f4ee2fbad3f6d1df9 Reviewed-on: http://codereview.qt-project.org/6004 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* Add unit test for QGeoPositionInfo classalex2011-10-053-1/+408
| | | | | | | Change-Id: I39d652247790be1d1ddb1e473f414bac78cf2887 Reviewed-on: http://codereview.qt-project.org/5953 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* QGeoManeuver should use implicit shared data copyingalex2011-10-046-3/+385
| | | | | | | | | This commit also adds the relevant unit test for QGeoManeuver. Change-Id: I4a55119f9aedea3d8e7a816225feae809d792ed7 Reviewed-on: http://codereview.qt-project.org/5949 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* Place visibility scope.Aaron McCarthy2011-10-0435-159/+385
| | | | | | | Change-Id: Id1f5d248fd17554b17211d48facf3f6b85565853 Reviewed-on: http://codereview.qt-project.org/5341 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Adds a map item container.David Laing2011-10-049-6/+2551
| | | | | | | | | | | | | The map item container - can be queried for the items at a point or withing a viewport - can be used to update the visible status of the items on a viewport - this also gathers a list of the items added/removed from the visible set Change-Id: I4ca057df37b905a1097287a2b07465faa5966a78 Reviewed-on: http://codereview.qt-project.org/5939 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Juha Vuolle <juha.vuolle@nokia.com>
* Bare minimum fixes to map pinch.juhvu2011-10-047-118/+71
| | | | | | | Change-Id: Ie8beb26af4a2b4dc9b96ef5d122f8b6f3905e705 Reviewed-on: http://codereview.qt-project.org/5567 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Removed temp rendering check from map qml.juhvu2011-10-041-12/+0
| | | | | | | Change-Id: Ia9aa64356dbd01f11b7da92099304e0beeeb7e88 Reviewed-on: http://codereview.qt-project.org/5916 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Laing <david.laing@nokia.com>
* restructure of tests directoryshubinba2011-10-0422-730/+1146
| | | | | | | | Change-Id: I9665c1a48976720597779be164d93da5087c3133 Reviewed-on: http://codereview.qt-project.org/5907 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Natalia Shubina <natalia.shubina@nokia.com> Reviewed-by: Juha Vuolle <juha.vuolle@nokia.com>
* Add Relevancy Hint to SearchRequestabcd2011-10-039-17/+303
| | | | | | | | Change-Id: I455f771f64fb89e0587aaeb0d03cc7b899158038 Reviewed-on: http://codereview.qt-project.org/5531 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com> Reviewed-by: abcd <qt_abcd1@ovi.com>
* Add Category Save and Removal functionalityAaron McCarthy2011-10-0320-207/+1219
| | | | | | | | | | | | | | | | | | Note that the jsondb implementation will be heavily refactored. The currrent implementation of having child id's within each category does not 'gel' very well with jsondb. (Some of the current engine functions are practically synchronous) Apparently there is an alternative approach using 'Views', but further investigation is required. For now the intention is just to have something working so we can with experiment and refine the API. Change-Id: I5c9566e94f1a712f33dc06f6ad5e041326265398 Reviewed-on: http://codereview.qt-project.org/5215 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: abcd <qt_abcd1@ovi.com>
* Fix declarativegeoboundingcircle implementationabcd2011-09-302-27/+43
| | | | | | | | | | Previously the implementation would make a copy of the center rather than referencing the new center directly. Change-Id: I14d00f25d947cf7561139bb47a46d7d96f950a17 Reviewed-on: http://codereview.qt-project.org/5660 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>