summaryrefslogtreecommitdiff
path: root/tests/applications
Commit message (Collapse)AuthorAgeFilesLines
* test app: Improve status and error handling a bitOliver Wolff2019-01-243-9/+28
| | | | | | | | | | | - Reset "running" check box if an error occurs - Add check box to manually reset position source's error code, as error is not emitted with NoError - There is no need to handle the "OK" case in errorChanged, as the corresponding signal will not be emitted for NoError Change-Id: I53d637c8efd807d6c3e8abff98963585fe74f220 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Set things up for logging in positioning test applicationOliver Wolff2019-01-141-0/+3
| | | | | Change-Id: I3f44e1a1d5022c00db149b2ba23d4dd91d3b1f1a Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Enable testing of QGeoPositionSourceInfo::supportedPositioningMethodsChanged()Alex Blasche2019-01-041-0/+9
| | | | | | | | This signal is new and is observable as part of the test application now. Task-number: QTBUG-66427 Change-Id: I3859381f4804112cbf44a365d0c9bb357d068119 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Add ability to visually log position updates in test appAlex Blasche2018-12-126-6/+110
| | | | | | | | | | This makes it much easier to check received positions outside of debug/console output. Regular updates cannot be received inside a building which means a device can be taken out of the office for further testing without the need to have a developer machine attached. Change-Id: I1a54a1b2fa269ec4ab75aacc4531158a02345382 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Add labels for ground speed and directionMaurice Kalinowski2016-10-062-13/+51
| | | | | | | | So far the manual test application was missing those items in case the backend supports them. Change-Id: Ia9fd96fe7d06ee2c36aff59f52fe7f9d898db1ea Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Updated license headersAntti Kokko2016-01-203-51/+36
| | | | | | | | | | | From Qt 5.7 -> tools & applications are lisenced under GPL v3 with some exceptions, see http://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-free-qt-foundation/ Updated license headers to use new GPL-EXCEPT header instead of LGPL21 one (in those files which will be under GPL 3 with exceptions) Change-Id: Ic9ed595cc04b1fbbefb8ec8cac20c1480681857a Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* Do not double delete in positioning test appLaszlo Agocs2015-09-091-4/+4
| | | | | | | Otherwise it can crash on exit. Change-Id: I9e107bd94a6f8a6f2d6600e18a532d313534560c Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Remove declarative_map test applicationMichal Klocek2015-07-1028-2949/+0
| | | | | | | | The code is dead for a while and refers to early stage of maps3d, which does not exist any longer in current codebase Change-Id: I0dd633416d93d62906d956452b4943e3ed03f2c4 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Update contact URL in all license headers to qt.ioAlex Blasche2015-02-1812-12/+12
| | | | | Change-Id: Ia1e333be7fec8898de609d9b9303b1ad7687632e Reviewed-by: Maurice Kalinowski <maurice.kalinowski@theqtcompany.com>
* Update BSD and LGPLv2.1 licensesAlex Blasche2015-02-1812-36/+36
| | | | | | | | - Removes subsidiary extension from Qt Company - Replaces remaining occurrences of Digia in BSD and LGPLv2.1 Change-Id: I7467a6744af7d1c3aef3c29118f219399162a18c Reviewed-by: Maurice Kalinowski <maurice.kalinowski@theqtcompany.com>
* Update all LGPLv2.1 license headers in source to latest versionAlex Blasche2015-02-153-12/+12
| | | | | | | | | | | This affects all QtPositioning related code and the test code in the entire repository. The Qt Company is set as new copyright owner and the copyright year is bumped to 2015. Change-Id: Iee0e990680683c20f5920e49cc1063ea9349e2cd Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Update license headers and add new license filesAntti Kokko2014-08-243-54/+30
| | | | | | | | | - Renamed LICENSE.LGPL to LICENSE.LGPLv21 - Added LICENSE.LGPLv3 & LICENSE.GPLv2 - Removed LICENSE.GPL Change-Id: Iedee2507ab1bd46788409a98505d7be510253110 Reviewed-by: Jani Heikkinen <jani.heikkinen@digia.com>
* Add snippet app to verify plugin implementationMaurice Kalinowski2014-05-235-0/+617
| | | | | | | Useful when creating a new backend to verify behavior. Change-Id: I7a417aabad4d6dbbe494dcd384ca7af57bd78050 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Fix some typosSergio Ahumada2014-03-032-2/+2
| | | | | Change-Id: If46057e48040fda7b61b81e735c171daf2cc7d06 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Bump all qml code to QtLocation 5.3Alex Blasche2014-02-262-2/+2
| | | | | | | It is the baseline for all subsequent additions. Change-Id: Ia56da45b8b92dd0224dbeff97976cd06aa25d943 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
* Add proper version to QtPositioning and its QML API.Alex Blasche2013-10-142-2/+2
| | | | | | | | | The QML API remains available under 5.0 though. Change-Id: I037b82e5b12825db610e8458d6c82122ecde4f44 Reviewed-by: Erik Mattsson <erik.mattsson@appello.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Split QtLocation into QtPositioning and QtLocationAlex Blasche2013-09-022-0/+2
| | | | | | | | | | | | QtPositioning is not dependent on any gui component and mostly covers everything around the retrieval of position information. QtLocation covers place, map and navigation APIs. Several documentation issues were fixed during the process. Change-Id: I98e2a53065549a2fc43f93a75b4f65b5bc884c92 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Update copyright year to 2013Sergio Ahumada2013-06-139-9/+9
| | | | | Change-Id: I5b0cb7d56997ad7b91c073b3e02b31d0368fdcfa Reviewed-by: Alex <alexander.blasche@digia.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-249-54/+54
| | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ic1390da64a219642fa1e1482a7677a4c2db15cbc Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
| | | | | | | | | | Qt 5.0 beta requires changing the default to the 5.0 API, disabling the deprecated code. However, tests should test (and often do) the compatibility API too, so turn it back on. Task-number: QTBUG-25053 Change-Id: Ie0f96417cf765796e5288769563df7845086546a Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* QtLocation: Fix dependencies, remove network.Friedemann Kleint2012-05-291-1/+1
| | | | | | | | - The library does not seem to depend on network. - Remove unneeded dependencies on QtWidgets. Change-Id: Icdbe8a00c746a1ec0d7512f74e0f2566148fdb6e Reviewed-by: Jean Gressmann <jean.gressmann@nokia.com>
* QtDeclarative renaming.Aaron McCarthy2012-03-091-1/+1
| | | | | | Change-Id: I0412d2e8e27cf3035712a3c413b5fa99e3a7ad36 Reviewed-by: David Laing <david.laing@nokia.com> Reviewed-by: Alex Wilson <alex.wilson@nokia.com>
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-309-9/+9
| | | | | | | | | | As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: I00c66363046e475e6924aafd221483c7fad5c0d9 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update obsolete contact address.Jason McDonald2012-01-239-9/+9
| | | | | | | Replace Nokia contact email address with Qt Project website. Change-Id: I3850177e14291901e924f9c27ba09e75df00f96a Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Renames MapPinch => MapPinchArea, adds docs for it and MapFlickableAlex Wilson2012-01-102-28/+28
| | | | | Change-Id: Iad08ce86cf620999178dc3a00786ade980144f7f Reviewed-by: David Laing <david.laing@nokia.com>
* Update copyright year in license headers.Jason McDonald2012-01-069-9/+9
| | | | | Change-Id: I496795d13a615be8d252ca20a40dd2c5ba84ed60 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Add polygon item mouse area support.Juha Vuolle2011-12-221-0/+3
| | | | | Change-Id: I072de0f11105abecee16a4507bfb4411d63d754c Reviewed-by: David Laing <david.laing@nokia.com>
* Fix threading issue for map itemMichal Klocek2011-12-181-6/+12
| | | | | | | | | | * restrict node access only to updatePaintNode * add dirty flags * move gemoetry calcualtion to declaratvie class * fix missing first update call Change-Id: Ie1a6e5e6fcde9d336d72783dfdf22e39bf53c285 Reviewed-by: Juha Vuolle <juha.vuolle@nokia.com>
* Autotest improvements and additions.Juha Vuolle2011-12-163-4/+4
| | | | | | | | | | * Part of tests disabled (see QTBUG-23201) * Removed some testcase build- and runtime warnings. * Made one testcase less timing sensitive (unstable). * Some new map item tests. Change-Id: I238f921410c665996b2db1b098716476873a4f02 Reviewed-by: Juha Vuolle <juha.vuolle@nokia.com>
* Rough version of the mapping test plugin.Juha Vuolle2011-12-151-1/+13
| | | | | Change-Id: I5ed2ab21ea0bfbecd599fe006d2f8a61abc9e50c Reviewed-by: David Laing <david.laing@nokia.com>
* First set of map(-item, -view) quick autotests.Juha Vuolle2011-12-131-6/+4
| | | | | | | Fixed misc findings. Change-Id: I8dce4e6ac557a4a2abaff0c0676c62c383b1e901 Reviewed-by: Juha Vuolle <juha.vuolle@nokia.com>
* Map item and mouse area improvements.Juha Vuolle2011-12-121-28/+126
| | | | | | | | | | Adds preliminary mouse area support for remaining map items. Refactors some of the common functionality into common place. Addresses some bugs. Change-Id: I4cc206c61864d616f9cffa499dfa05b8fb7543f6 Reviewed-by: David Laing <david.laing@nokia.com>
* Preliminary MapMouseArea support for items.Juha Vuolle2011-12-081-52/+289
| | | | | | | | | This commit adds preliminary MapMouseArea support for map items. Supported items: quickitem, polyline and circle (rest items will follow shortly). Change-Id: Ifd457c9a86e2c28b6a384dd0578cd068f3ef5c9e Reviewed-by: Juha Vuolle <juha.vuolle@nokia.com>
* Renamed and reorganized QML Map item files and elements.Juha Vuolle2011-12-011-15/+18
| | | | | | | | | Current plan is to have generic 'QML item' mapitem type (map quick item) and selected map specific items (at least map route item, map polygon item, map circle item). Change-Id: I5a9d1705051595476098d346e5fd3c3500ec7810 Reviewed-by: Juha Vuolle <juha.vuolle@nokia.com>
* MapMouseArea support part 1/3.Juha Vuolle2011-11-302-34/+103
| | | | | | | | | MapMouseArea refactor into a MouseArea. Works now with Map element, and somewhat OK with map items, but full map item support will follow in subsequent commits. Change-Id: I2921f2a54c26f755c1d18929fdfb912e8ad52611 Reviewed-by: David Laing <david.laing@nokia.com>
* Removes the old map items.David Laing2011-11-259-1233/+10
| | | | | | | | | | First pass at removing map items. MapScreenItem should be renamed to MapItem after those last bits are removed. Change-Id: I60e3f0cc32f547bac036abbbca3f017e1c380707 Reviewed-by: Alex <alex.blasche@nokia.com>
* Initial work on pure QML map items.David Laing2011-11-111-0/+32
| | | | | Change-Id: I0d0ca9aa8ff1bc6c2dc9d08b7622519ca75ded54 Reviewed-by: Alex <alex.blasche@nokia.com>
* Map QML autotests and improvements part 2/2.Juha Vuolle2011-11-031-1/+19
| | | | | | | Map uses mapcontroller now. Change-Id: I4249408e4473455fca2634d8150cec00563ad015 Reviewed-by: David Laing <david.laing@nokia.com>
* Map QML autotests and improvements part 1/2.Juha Vuolle2011-11-021-10/+35
| | | | | Change-Id: Iba6d434a1b83f4f1fe9654a7f210786f64b293d1 Reviewed-by: David Laing <david.laing@nokia.com>
* Moved the map qml test app from examples to tests.Juha Vuolle2011-10-2828-0/+2499
| | | | | Change-Id: Ic8dc681cf5dd58606a5d685d2bcdbfe3146d4950 Reviewed-by: David Laing <david.laing@nokia.com>
* Build/compile fixes for Qt Location.David Laing2011-10-181-2/+2
| | | | | | | | | | | 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>
* restructure of tests directoryshubinba2011-10-048-0/+1169
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>