| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Turns out that our CI does not support repos without
any tests. This is treated like an error and leads to
integration failure.
This patch fixes it by disabling tests in
coin/module_config.yaml. This config should be fixed
when QtLocation tests are enabled
Task-number: QTBUG-97084
Change-Id: Ib06e865fe2836806bbbee34345f06b471dd48660
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
(cherry picked from commit 23f32792ad53e23bbafbff6d7667f0bb0f69fc53)
|
|
|
|
|
|
|
|
|
|
| |
Switching QtPositioning, its tests and examples to cmake.
QtLocation is not covered by this patch.
Task-number: QTBUG-89854
Change-Id: Ic971f7fd4c576eac9b662641aae77d68c062712d
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
|
|
|
|
|
|
|
| |
They make it impossible to find any other file.
Change-Id: I9abe8ea08befab52c00e1d1e60262c637905fbbc
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
|
|
|
|
|
|
| |
Change-Id: Ibb30a155a27c849a35d84d8ceb242bac75c17f3c
Reviewed-by: Paolo Angelelli <paolo.angelelli@theqtcompany.com>
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This diversifies the location examples as it adds a relatively small
example. Short of the places examples there is only one large
demo-like mapviewer example.
This new example demonstrates the following features:
- integration of C++ types into QML
- coordinate animations
- fitting viewport of maps
Change-Id: Id0b5b9669cfd1d98bb5dce7d7d42d220efd60142
Task-number: QTBUG-45415
Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com>
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
Some binaries are new and others have moved.
Change-Id: I92f180c22fba52ed36efd76059d486cb7ff7ea38
Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com>
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
| |
This makes it more compliant with standard naming conventions and more
easily distinguishes this example from flickr examples in other modules.
Task-number: QTBUG-41831
Change-Id: Id4953777326a0463d57d52df92c70860addc61ff
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I039d02743cae469704f4815393a0c73b6444a660
Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Change-Id: I29d8602514a7b00dd6bc6c73a8132b0229a71c9e
Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
|
|
|
|
|
|
| |
Change-Id: If85522504242dff45a681c3fece3b3c8a03de61f
Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
Reviewed-by: Aaron McCarthy <aaron.mccarthy@jollamobile.com>
|
|
|
|
|
| |
Change-Id: Ibe9b056e783f78d2cb2622a174619e4cf36372af
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
|
|
|
|
|
| |
Change-Id: Ib4c63c3ce68aeb0c7b343c78901fa40ae88c75d1
Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
examples/declarative/flickr/qmllocationflickr.cpp
examples/declarative/landmarkmap/landmarkmap.pro
examples/declarative/landmarkmap/qmllandmarkmap.cpp
examples/declarative/mapviewer/Dialog.qml
examples/declarative/mapviewer/MapComponent.qml
examples/declarative/mapviewer/Marker.qml
examples/declarative/mapviewer/Message.qml
examples/declarative/mapviewer/RouteDialog.qml
examples/declarative/mapviewer/TextWithLabel.qml
examples/declarative/mapviewer/common/Button.qml
examples/declarative/mapviewer/common/Fader.qml
examples/declarative/mapviewer/common/Menu.qml
examples/declarative/mapviewer/common/Slider.qml
examples/declarative/mapviewer/common/TitleBar.qml
examples/declarative/mapviewer/mapviewer.qml
examples/declarative/mapviewer/qmlmapviewer.cpp
src/imports/location/qdeclarativegeocodemodel.cpp
src/imports/location/qdeclarativegeomapmousearea_p.h
src/imports/location/qdeclarativegeomapobject_p.h
src/imports/location/qdeclarativegeoserviceprovider.cpp
src/imports/location/qdeclarativegeoserviceprovider_p.h
src/imports/location/qdeclarativegraphicsgeomap.cpp
src/imports/location/qdeclarativegraphicsgeomap_p.h
Change-Id: Ic4643a2eabe1d8d4312856422cc0dbe8082c0f16
|
| |
| |
| |
| |
| |
| |
| | |
Change-Id: Iae2982286669723a82061741844a9866ca3365f1
Reviewed-on: http://codereview.qt.nokia.com/3372
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
|
|/
|
|
|
|
|
|
|
|
|
| |
The wildcard usage in these ignore rules are too vague and can
potentially match source files. More specific rules should be added
if required.
Change-Id: I703bb5dd1475bdf93b7680a2819275a7a769a98c
Reviewed-on: http://codereview.qt.nokia.com/2806
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
|
|
|
|
|
| |
An incorrect .gitignore file caused demo and examples from being
properly committed.
|
|
|
|
|
|
|
| |
Provide version info for each library.
Task-number: QTMODULARIZATION-44
Reviewed-by: axis
|
|
|