| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Note that QtLocation API received a few bug fixes as well
but since the API has not been released it won't be mentioned
in the changelog.
Change-Id: Id71581dfc17284712bbe528e327c4f7280ef6cc3
Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
If a relative path is given and the source of the qml file is inside the
qrc then it will cause "qrc:/" to be prepended causing it to fail to find
the file. Therefore it should also remove "qrc:/" from the start of the
url if that exists.
Change-Id: I369ae933d77511a8f7b9db7585922b8ad70ef571
Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
Transform the scene position of the touch event to maps coordinate
system. Fixes panning behavior in map displayed on device in a
non-default orientation.
Change-Id: I1db7b64666ca61932954bcebbabd30c168e00cc1
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
Also improves the behavior of the OSM plugin to the same event
Task-number: QTBUG-43523
Change-Id: I26a5eb1814f51bc66ecba89534842fd74273f37a
Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
86549ae5135f2efa9ceb0689b88004ede5269668 imported the poly2tri library
with doubles changed to floats. The poly2tri has expectations on the
precision of floating point operations which are not met with single
precision floating point operations, leading to crashes. Revert back to
using double precision.
Change-Id: Ifd35287461a268fd89cdc6674aa31fef1dd55562
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Reviewed-by: Michal Klocek <michal.klocek@digia.com>
|
|
|
|
|
|
|
|
| |
Sync'd with upstream change 26242d0aa7b8.
Change-Id: I16e8fd333006b88c464d8e083af181cd2ce726e3
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Reviewed-by: Michal Klocek <michal.klocek@digia.com>
|
|
|
|
|
|
|
| |
Compilers that don't support the using keyword are too old
Change-Id: I5337271984845bdecee058da9320197ccb6f6981
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
|
|\
| |
| |
| | |
Change-Id: I3470a71b91db46ab803c2fb4de41a95ad430535e
|
| |
| |
| |
| |
| | |
Change-Id: I5e3ff34d8724fab19408f42984308ca12b4ff521
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
|
| |
| |
| |
| | |
Change-Id: Ie9f06be2e745ebd94ce5edd0a9f1a29457fa311c
|
| |
| |
| |
| |
| |
| |
| |
| | |
Found by Clang 3.6:
qdeclarativegeomapquickitem_p.h:92:10: warning: private field 'inUpdate_' is not used [-Wunused-private-field]
Change-Id: Ifeb46931cf1a322a667594a2dd3c7fe74d89b171
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
|
| |
| |
| |
| |
| |
| | |
Task-number: QTBUG-43006
Change-Id: I2143b815d8b597f3a02e8bd18021f6133fa9ea17
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
|
|\ \
| |/
| |
| | |
Change-Id: Ia189ec48c4cbbdec65f87d9de1bfe6aac88ef56e
|
|/
|
|
|
|
| |
Change-Id: I4828f4d3d66dd4f6739388d10e91395ed951f3b5
Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com>
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
|
|
|
|
|
|
|
| |
Missing include caused build failure with simulator enabled.
Change-Id: I8f3aafab5353ec23de87fa4b02f10429ad091ace
Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
|
|
|
|
|
|
|
| |
Task-number: QTBUG-41873
Change-Id: Ic6efadbdf92a2d43151089509708556e48748120
Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com>
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
iOS8 introduced a new authorization scheme for Location data.
Before retrieving location data, CLLocationManager must request authorization.
Call two methods: requestAlwaysAuthorization/requestWhenInUseAuthorization
on a location manager (which one will work/preferred - can be adjusted
by setting NSLocationAlwaysUsageDescription/NSLocationWhenInUseUsageDescription
entries in a plist).
Task-number: QTBUG-41827
Change-Id: I9fc24921dc7d889b629b2c71e7698a33fc6ae47a
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
|
|
|
|
|
|
| |
Task-number: QTBUG-41447
Change-Id: I9837fab4b7132f406f69ecbe6c0e5f383345a516
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
|
|
|
|
|
|
| |
Change-Id: I14da28acbd124e07da42fbf5efc3a501267f86f3
Task-number: QTBUG-41739
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
|
|
|
|
|
|
| |
Change-Id: I7ad07daac92e1af8c7daa4f59b948692c03a85e3
Task-number: QTBUG-41250
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The request to search the photos on flickr needs SSL,
without which the search fails to get the required results.
Also updated the example's GridDelegate to scale the photos
based on pixelDensity. Otherwise the photos look too small
on high DPI devices.
Task-number: QTBUG-37203
Change-Id: I5f3385e99868bdfae6e62d1ade5acea2ac536b65
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
|
|
|
|
|
| |
Change-Id: I9d4a6c7341a8ea468d7ecfc5c55b36ee434d66e4
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
|
|
|
|
|
| |
Change-Id: I0152af80f1c1165a78310db2b263221036830448
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
|
|
|
|
|
|
|
|
| |
This broke due to a behavior change in QtDeclarative when converting
JS Array to C++. For more details see QTBUG-40431.
Change-Id: Id666b4872a5cd1e435cca67b5362c2ab3beb3633
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
|
|
|
|
|
|
|
|
| |
This fixes shadow build breaks and not found log file on OSX
when using app bundles.
Change-Id: Ib92cb2973c4687b356f8f35d4dbce2c39ef70b17
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
|
|
|
|
|
|
| |
Task-number: QTBUG-37725
Change-Id: Ia5b98f630afd735d60e80eb986d5df7a9d40cd82
Reviewed-by: Martin Smith <martin.smith@digia.com>
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
.qmake.conf
Change-Id: Ib269ecd9a61ebe25da23a0423682b591f7c399c3
|
| |
| |
| |
| |
| |
| |
| |
| | |
Ensure that new data will get processed, and that error can be
recovered, while avoiding an excessive load on the server.
Change-Id: I1c3a0b17eb0cc31553013e953d7dcf46060daef1
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
|
| |
| |
| |
| | |
Change-Id: I9ba0ee3a88beaf14a0e6627aa3dff377b57619ae
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Disable pinch/flick test for now as it doesn't pass.
Nevertheless we want to enable the other tests to maintain
quality.
Task-number: QTBUG-31797
Change-Id: I1b73079fc102cc9a1ee649122daf950522722b09
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
|
|\ \
| |/
| |
| | |
Change-Id: I92b8aba7f6f63acfa2de21a1b4451a108f622344
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix corelocation plugin to return "nan" values for the QGeoPositionInfo
attributes which aren't available.
Task-number: QTBUG-38300
Change-Id: Id4c6eb69ef65fccfd7de32ec476d3afa3c4bbf98
Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com>
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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>
|
|\ \
| |/
| |
| | |
Change-Id: I02ab19530354f656823e59bb43a6fc4786b2f189
|
| |
| |
| |
| |
| |
| |
| |
| | |
We continue with the simulation mode.
Task-number: QTBUG-40702
Change-Id: I130b0080a198a218803986fb7ff06fdd0b83186a
Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This avoids that platform specific plug-ins such as the geoclue plug-in
on Linux interfere with auto tests. The auto tests require the specific
test plug-in values to succeed.
Task-number: QTBUG-40702
Change-Id: I1c3ea9f6d23e1ad20815a86ded7815e498016af2
Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ChangeLog][QtPositioning][QGeoPositionInfoSource] Report errors when
failing to connect to Geoclue.
Task-number: QTBUG-40425
Change-Id: If3fa0929b724aa70a1fed01b5951f5bc9bd5adad
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
|
| |
| |
| |
| |
| | |
Change-Id: If443639a44cc22e3e81571033aaee9e4cf188a7b
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
This property was recently added but not properly advertised as Qt 5.4+
API element and the QML revision was not set.
Change-Id: Iab6a125269d627d5e1b3a0e457f6a42708ea7026
Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ChangeLog][QtPositioning][Position] Added magneticVariation and
magneticVariationValid property to the QML Position type
Task-number: QTBUG-39547
Change-Id: I59d0039f2b501701f67404dabef2ab4c62bcb16b
Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
|
|\ \ |
|
| |\ \
| | |/
| | |
| | | |
Change-Id: I48f866a8fbb8af18dee640eada24556d097059b0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The item counter was broken. Therefore the bounding box calculation
only worked under certain circumstances.
This commit removes the circle special case calculation, which is
superfluous, and treats all map items the same way.
Change-Id: Ida0a6cf695fb151132bc867eb30ecb834a5bf6c5
Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I15ab944e7b9e7cecc8ff9122183c438fd006e65b
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It can happen that the osm router does not find a route between the
specified points. In this case it returns a json object with a status
code other than 0 and an error message.
This commit notifies the app developer that an error occurred and
that no valid route is available.
Prior this it was not possible to catch the error message.
Change-Id: I172ae3cf9dfcd80e5a162110178203084071c9b0
Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
For some mystical reason Polygon is redefined by an unknown Windows
header preventing this file from compiling if Qt is compiled
with pre-compiled headers.
The workaround is to simply rename this private type.
Discussed-in: http://lists.qt-project.org/pipermail/development/2014-May/017125.html
Task-number: QTBUG-39692
Change-Id: If71e1a12394dfde7729d0505417a37b9fd407c82
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@digia.com>
|
|\ \
| |/
| |
| | |
Change-Id: I8768dd3f81a7f53020771f60332b1ed144b4ed07
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
MapItemView did not allow clearing either the model or the delegate.
There is no reason to restrict clearing these properties. Doing so
makes it difficult to temporarily hide the view setting a null model.
Signal connections between the model and the view were never
disconnected, which could result in strange behavior if a single view
is used to display multiple models.
Removed unneeded member variables and declared but unimplemented member
functions.
Change-Id: Ife4745ab38104460960c18419ed1b95e72ffab23
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
locationDelegate is used by two iOS plug-ins at the same time.
This removes the duplicate names and thus fixes the build if
the same application happens to use the two APIs.
Task-number: QTBUG-40198
Change-Id: I7bb0c1400f1a088a70854b522ca81ee58f1abbb0
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
|
| |
| |
| |
| |
| | |
Change-Id: I198835abd66cab93ed687c75909aabd3a921e621
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
|