- 21 Nov, 2014 - 1 commit
-
-
Alex Blasche authored
QBluetoothServiceDiscoveryAgent::InvalidBluetoothAdapter was introduced by Qt 5.3 but never added to the QML BluetoothDiscoveryModel. This patch fixes the problem. This was noticed due to a crash on Android emulator. Change-Id: I652576929659ca370216133154e36158e8425711 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 24 Aug, 2014 - 1 commit
-
-
Jani Heikkinen authored
- Renamed LICENSE.LGPL to LICENSE.LGPLv21 - Added LICENSE.LGPLv3 & LICENSE.GPLv2 - Removed LICENSE.GPL Change-Id: I7a8b8b787fcae9a178794364efdefe1021d10b1b Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
- 29 Apr, 2014 - 1 commit
-
-
Oleg Shparber authored
Change-Id: Ieec72048837abe70b0187086b265bcde96c7d6cd Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
- 14 Apr, 2014 - 1 commit
-
-
Alex Blasche authored
The model always resets the model content when starting a new service discovery. However QBluetoothServiceDiscovery doesn't do that. It adds newly discovered services and maintains the existing services. Since the model updates its content based on the serviceDiscovered signal, every second run created an empty list or only ever added services. Change-Id: I9c1d29562b9178678ab42bee98d5d1e3d0c4367f Reviewed-by:
Fabian Bumberger <fbumberger@rim.com>
-
- 18 Mar, 2014 - 1 commit
-
-
Sze Howe Koh authored
Append the handler names to the end of the corresponding signal doc. Task-number: QTBUG-35846 Change-Id: I0d1c067e9eca4c3c28489a074a7f0e33759c000a Reviewed-by:
Alex Blasche <alexander.blasche@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- 13 Feb, 2014 - 1 commit
-
-
Alex Blasche authored
This is a feature merge to dev targeting Qt 5.3. Known issues: -QTBUG-36754: QBluetoothServer::close() crashes -QTBUG-36763: QBluetothTransferManager port to Android not possible -QTBUG-36764: Improve QBluetoothLocalDevice::connectedDevices() -QTBUG-36810: Remove direct use of Android action strings The above issues and some other minor TODO's will be addressed until final release time. Task-number: QTBUG-33792 [ChangeLog][QtBluetooth][Android] QtBluetooth has been ported to Android. Change-Id: I31ba83e3b7d6aa68e7258b7e43235de7d1a6e68a Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
- 03 Feb, 2014 - 1 commit
-
-
Thiago Macieira authored
Profiling shows Qt Creator spends 2% of its load time normalizing Change-Id: I50c4f66f30debd49c37109dd2460925dc22af605 Reviewed-by:
Aaron McCarthy <mccarthy.aaron@gmail.com>
-
- 22 Jan, 2014 - 1 commit
-
-
Alex Blasche authored
So far, we only ever disabled the device search. If a SDP discovery was running and we changed to device discovery the SDP discovery kept running in the background. Change-Id: I5f2cf88ecf7f9b5cfe2608e0ceda366b552982e5 Reviewed-by:
Fabian Bumberger <fbumberger@rim.com>
-
- 15 Jan, 2014 - 1 commit
-
-
Alex Blasche authored
This is due to a behavior difference of the finished() signal between service and device discovery. Change-Id: I59d6358171275987f07f86a6da80e8435445fd0e Reviewed-by:
Fabian Bumberger <fbumberger@rim.com>
-
- 08 Jan, 2014 - 1 commit
-
-
Alex Blasche authored
Add some minor include cleanups as well. Task-number: QTBUG-32253 Change-Id: I2ccb813a9dd85ca16c1ed8aab962418df8157890 Reviewed-by:
Fabian Bumberger <fbumberger@rim.com>
-
- 14 Oct, 2013 - 2 commits
-
-
Alex Blasche authored
Change-Id: Id8f57b69dcb80056b53bfee538a2f65c9662bb55 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Fabian Bumberger <fbumberger@rim.com>
-
Alex Blasche authored
5.0 remains as silent import though. Change-Id: I06c839a1224dc0d8b019bd99e354245f829ae750 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Fabian Bumberger <fbumberger@rim.com>
-
- 11 Oct, 2013 - 2 commits
-
-
Alex Blasche authored
Change-Id: Ifba68d1980f6eedd030db38836be5a2d62a224b2 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Fabian Bumberger <fbumberger@rim.com>
-
Alex Blasche authored
- rename signal: newServiceDiscovered -> serviceDiscovered - rename signal: newDeviceDiscovered -> deviceDisovered - add parameter to deviceDiscovered signal - improve documentation for above signals - minor example fixes Task-number: QTBUG-33678 Change-Id: I2f9223250ef844564c3e76a85adc25322867fd6e Reviewed-by:
Fabian Bumberger <fbumberger@rim.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
- 25 Sep, 2013 - 1 commit
-
-
Jerome Pasion authored
-QDoc ignores the version in \inqmlmodule but it is good to remove it to avoid confusion. -QDoc uses \qmlmodule for the import statement Task-number: QTBUG-32172 Change-Id: If5a3ec8a16aabcf5abec6d1794717ea2c54f0c9f Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
- 20 Sep, 2013 - 1 commit
-
-
Fabian Bumberger authored
- Make them more consistent with other Qt modules - Propagate the error during device discovery to the QBluetoothServiceDiscoveryAgent Change-Id: Idcd3e0e6061b85e8b6adad248625740f3b91289a Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
- 18 Sep, 2013 - 2 commits
-
-
Fabian Bumberger authored
Change-Id: I979eaa15d62606206c4c175dcdcaf9d1691f4117 Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
Fabian Bumberger authored
- Add the option to discover devices - Clear the model when a new discovery is started. In the previous implementation the model was only cleared if new data was available. This can lead to some funny results. - Change some property types to enums - Enhance the qmlscanner example Change-Id: I94f33e3eabd7440b5c0c6c83f3e8158009bd2dbd Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
- 16 Sep, 2013 - 1 commit
-
-
Fabian Bumberger authored
This class in unfinished and does not work properly plus it introduces a dependency to the svg module. I also refactored the example where the icon was used. Change-Id: If3bd5e2eb6b05e090255f1bae0015d69c2a83065 Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
- 12 Jul, 2013 - 1 commit
-
-
Alex Blasche authored
This addresses a few bugs in the QML UI and makes the behavior of the BluetoothDiscoveryModel more sane. Change-Id: Ifae0848a70b8fa31a2582a5db91b4bed927926aa Reviewed-by:
Alex <alexander.blasche@digia.com>
-
- 25 Jun, 2013 - 1 commit
-
-
Alex Blasche authored
- Update Digia's copyright year - Add copyright to files without it - Convert old BSD to new LGPL license for auto test code Change-Id: I47f5c871c436f9c2731b235026434448719cc671 Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
- 21 Jun, 2013 - 2 commits
-
-
Alex Blasche authored
Task-number: QTBUG-31913 Change-Id: Ia466c40801994f402b7d6a739d5d43df145c432d Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Alex <alexander.blasche@digia.com>
-
Alex Blasche authored
Change-Id: I4b6ff895a021665b18b007c8bd8a7059cbba3ab1 Reviewed-by:
Aaron McCarthy <mccarthy.aaron@gmail.com>
-
- 29 Sep, 2012 - 1 commit
-
-
Jerome Pasion authored
These pages will list the C++ classes and the QML types in Qt Bluetooth. Removed extra groups. Change-Id: I27d7004d804cc0cc29af997f3a11fcc9f9477efb Reviewed-by:
Alex <ablasche@gmail.com>
-
- 23 Sep, 2012 - 1 commit
-
-
Iikka Eklund authored
Change copyrights and license headers from Nokia to Digia Change-Id: I4f07028d0bf0b3ba4c4649897b80687ea5e51abc Reviewed-by:
Janne Anttila <janne.anttila@digia.com> Reviewed-by:
Lars Knoll <lars.knoll@digia.com> Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
- 31 Jul, 2012 - 1 commit
-
-
Jerome Pasion authored
-\qmlclass is now \qmltype -\instantiates is for QML types that are implemented in C++. Change-Id: I2f739bc54785e26ce4d6c0774c10f29dee35805b Reviewed-by:
Martin Smith <martin.smith@nokia.com> Reviewed-by:
Peter Yard <peter.yard@nokia.com>
-
- 22 Mar, 2012 - 1 commit
-
-
Michael Zanetti authored
Change-Id: I812fda9282eaa6f25d0b198d6729ff99899bfe62 Reviewed-by:
Alex <alex.blasche@nokia.com>
-
- 05 Mar, 2012 - 1 commit
-
-
Casper van Donderen authored
QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: I40e6d40c8ca9b5e7b98a16aab3fac57ec84be63d Reviewed-by:
Alex <alex.blasche@nokia.com>
-
- 29 Feb, 2012 - 1 commit
-
-
Venugopal Shivashankar authored
Change-Id: I13206b25dbd87ce0d066cb21842dfbd516bd2bbc Reviewed-by:
Alex <alex.blasche@nokia.com>
-
- 28 Feb, 2012 - 1 commit
-
-
veshivas authored
Change-Id: I3c455739afe9d63eb822a0462c7e786bd83259ee Reviewed-by:
Gary Aish <gary.aish@nokia.com> Reviewed-by:
Alex <alex.blasche@nokia.com>
-
- 30 Jan, 2012 - 1 commit
-
-
Jason McDonald authored
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: I84f8c423bd7748bbae495fedae696990414cee83 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com>
-
- 23 Jan, 2012 - 1 commit
-
-
Michael Zanetti authored
Change-Id: Ia99e5f8f9579c189379bce1a22de3d58b12ce5fc Reviewed-by:
Alex <alex.blasche@nokia.com> Sanity-Review: Alex <alex.blasche@nokia.com>
-
- 20 Jan, 2012 - 1 commit
-
-
Jason McDonald authored
Replace Nokia contact email address with Qt Project website. Change-Id: I1c6ba5c87f0eca30b6f01f4245a032262d30f8ce Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com>
-
- 11 Jan, 2012 - 1 commit
-
-
Jason McDonald authored
Update copyright headers from before 2011. Change-Id: Ic34da6aa9bf8ba63d4e41c2135b4fdaf7c437360 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com>
-
- 15 Nov, 2011 - 1 commit
-
-
Michael Zanetti authored
Change-Id: I1792d516ca80418af9fc6249e4aa55964fc94b38 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alex <alex.blasche@nokia.com>
-