| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Subjects each *.png file that matched grep -law "sRGB" to:
pngcrush -ow -brute -rem allb -reduce
Change-Id: I4e15dcbf74334985f4a3e366443b2be7016e76a3
Reviewed-by: Lorn Potter <lorn.potter@canonical.com>
|
|
|
|
|
| |
Change-Id: I6045425fb467002db288854f9d0a8f8ea683876f
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
this fixes static builds by ensuring that all dependencies are exported.
Task-number: QTBUG-51071
Change-Id: Ia3c3f69505650fd35982fc76e385e744b877e4df
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
|
|
|
|
| |
Change-Id: I3cdf3ef0e748de5900ffe36ad88d74683362cabe
|
|
|
|
|
| |
Change-Id: I9606b50810c63e49f6821e5188df54417601d11a
Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
|
|
|
|
|
|
| |
Task-number: QTBUG-50165
Change-Id: I1fedc47b19832c8c8400ca28314e2a374d5714de
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
|
|
|
|
|
| |
Change-Id: If952d7f9a0888a16c87bc75a96105c5eabc24377
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
|
|
|
|
|
|
| |
Change-Id: I88eba8f9d5ad0633bf58692245c80cc767d2ab67
Task-number: QTBUG-50013
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When using qml calibrating the tilt sensor does not work on WinRT and
Windows Phone without this change.
QmlTiltsensor::calibrate calls QTiltSensor::calibrate which calls
QMetaObject::invokeMethod with "calibrate" on its backend. That causes
the message "No such method QSensorBackend::calibrate()" without this
change. Thus the meta system has to be made aware of that function.
Change-Id: I539c0fb44e20fffb78bf515ba3767dafa3ce4ed6
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
| |
If addition and removal are not done in the Xaml thread, the functions
might not return at all.
Task-number: QTBUG-49741
Change-Id: Iabdea2c7ee18bf851ab70adfeb28b09781b8b609
Reviewed-by: Andrew Knight <andrew.knight@intopalo.com>
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
| |
There were API changes, that broke the current version.
Both the tilt sensor's value and the ambient light
sensor's enum value are now part of the reading's
instead of the sensor's API.
Change-Id: I774ecbcacdcce537358fdb0f3a6794a89572742d
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
The examplesinstallpath variable in .qdocconf files defines the path
under QT_INSTALL_EXAMPLES where examples are found.
To match the way examples are packaged in Qt 5.6, prefix the
install path with the repository name.
Task-number: QTBUG-48736
Change-Id: I233a6d60edee3378231a9419c6de49fba17bdea2
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
|
|
|
|
|
|
|
|
|
|
| |
Remove "Backend API" section, it's actually "Overview".
Manually create the "Backend Topics" list as it's typically done
in the Qt documentation. And by removing superfluous directive
"\generatelist related" we avoid the duplication of the topics list.
Change-Id: I82de56cd80fa6b8719f85d3a01c07bac3d9d6c1a
Reviewed-by: Martin Smith <martin.smith@digia.com>
|
|
|
|
|
|
|
|
|
|
|
| |
It should be registered/unregistered depending on the availability
of the default light sensor rather than the default accelerometer.
Also mark the ambient light sensor as supported by the generic plugin
in the documentation.
Change-Id: Iff3828140b9549d994563fb736014091e568e867
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
tst_recognizer() and tst_sensor_gesture_multi() fail in some cases.
It happens because QTestRecognizer is emiting the "detected" signal
every 10 ms and QTRY_COMPARE internally calls QTest::qWait(50).
Thus it may happen that QTestRecognizer will emit the "detected"
signal several times before the comparison.
So increase the timeout for the timer in QTestRecognizer from 10 ms
to 100 ms.
Change-Id: I48b2b9455113db832f277abd05cc016bda5718cc
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
|
|
|
|
|
|
|
|
|
| |
To avoid a qdoc warning about the QML snippet structure, commented
out the line with '...' in \qml \endqml block.
Change-Id: I5f2124f374c441f8aac64322df251c70ba3cba3a
Reviewed-by: Martin Smith <martin.smith@digia.com>
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
|
|\
| |
| |
| | |
Change-Id: Ic4c5a95a53ff695b879314cd2d6092bcbe427d94
|
| |
| |
| |
| |
| | |
Change-Id: I04d2fecc6bd53438eacc59154c32f09ce1c85b0d
Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
This makes it possible to use Tilt sensor from generic plugin.
Task-number: QTBUG-47854
Change-Id: I14883e8d4a18a56c52845a4a5172c8c46bfe385f
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
|
| |
| |
| |
| |
| |
| | |
Change-Id: I270fdd3681cbfedef6ccd05a7391b57821524b30
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
|
|\ \
| |/
| |
| | |
Change-Id: I3b03e0033077bb90aba10e8c4ca4cd05cb81f6d3
|
| |
| |
| |
| |
| |
| |
| | |
LGPLv3 refers to it but does not include it in its body.
Change-Id: Ib056b47dde3341ef9a52ffff13eed18cf3504738
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
|
| |
| |
| |
| |
| | |
Change-Id: I9f84dd9595d055f424202fbc65de2198b06ee1f3
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
|
|\ \
| |/
| |
| |
| |
| |
| | |
Conflicts:
.qmake.conf
Change-Id: I988cf7a720d4b17e875339e0ec75cad270fd6186
|
| |
| |
| |
| | |
Change-Id: I6de38cb0dde69c1600626738202c2cead05f8fa1
|
| |\
| | |
| | |
| | | |
Change-Id: Ia81a38826351ffed9409c6ddd24fb4b8beda4d10
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I23d0449b45c3148f0be5f61f32ada3017474355a
Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
|
| |/
| |
| |
| |
| |
| |
| |
| | |
The relevant code base will be removed in Qt 5.6. This change prepares
qtsensors repo for the removal of the "Qt for BlackBerry" link.
Change-Id: I67229cc0778ed54723ae4c6bf9302a3d54d11034
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ChangeLog][QtSensors][Platform Specific Changes] Removed support
for BlackBerry 10 from QtSensors.
Change-Id: I56788caaa53797b7d4e23bb053c3ea8b460b1341
Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
|
| |
| |
| |
| |
| |
| | |
Change-Id: Ie95283344006821ae2e84a3c6b01532cd4cf340f
Reviewed-by: Vyacheslav Koscheev <vok1980@gmail.com>
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
|
|\ \
| |/
| |
| | |
Change-Id: Ie7ba7b82e45afb26705ccc9fe9107ebd917e3129
|
| |\
| | |
| | |
| | | |
Change-Id: Icc01abe0bc7368455527b5f4b5299b4cb9f2b177
|
| | |
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-45516
Change-Id: I45215714e8f5e4693e43d022a3ca313576c85d79
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Change-Id: I9031610c02d9418b46339c34b02264a03600403c
Task-number: QTBUG-45691
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
Conflicts:
.qmake.conf
Change-Id: I2c688e3d3736d6e4f085a22c4a1464fd952fc780
|
| | |\
| | | |
| | | |
| | | | |
Change-Id: I19a82211cf72648a62aedccdeec26f00614a19f8
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: I33e40e039e2c4f8cea8dd873b35a03d5cb6b0769
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
|
| | |/
| | |
| | |
| | | |
Change-Id: I39a3d29785f3efee021748d26b70cdb877a527c2
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
From 5.5.0 -> WinRT port is licensed with LGPLv3, see
http://blog.qt.io/blog/2015/04/29/windows-10-support-in-qt/
Change-Id: I1c78b8f11d1640e36e6b90eea47500c5dd5408ee
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@theqtcompany.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Some extra fields added, and some removed, so that the app runs
on device. Also added iPhone6/6+ support.
Change-Id: I7e2d0337a162a45f1ba37f16ad8ef902b61c7719
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com>
|
| |\ \
| | |/
| | |
| | | |
Change-Id: I06a505894844bfd17eb07106bed0c07ca2f9f79c
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
No need to use a double negative in the chain of data to arrive
at the correct values.
Change-Id: I694037bb7f83083d3d281ec9544d7fa300861f1a
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Iecb6fe8637001d3005aa04c58d1d888f534c5082
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
|
|\ \ \
| |/ /
| | |
| | | |
Change-Id: I3d3951724e93a160cfe612d4a9f1e8fb72313ad2
|
| |\ \
| | |/
| | |
| | | |
Change-Id: If6f44fe2cd69bae92cddd4682e952f2528b85184
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Ibb4d335ff43a91f84f346ab32847ab376830ed35
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
genericrotationsensor.cpp:85:37: error: 'sqrt' was not declared in this scope
Change-Id: I871b88130debdfd0a64421e4da8a451b586e7ba6
Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Meego is long gone and Mer has taken over the continued development.
In addition, Gitorious will shut down soon.
Change-Id: Ib99738a6b9f013ff42ed46d2676de09c9528c9f6
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
doc/config/qt-html-templates-online.qdocconf
doc/config/qt-html-templates.qdocconf
doc/config/qtsensors.qdocconf
Change-Id: Iaf258dbe5311c1f3e190e4b2bff5297f1d4e290e
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Iefecf07553601f3a20a14f86a7e058ef1ccf9ca7
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
|