- 06 Mar, 2015 - 1 commit
-
-
Alex Blasche authored
lupdate cannot parse .mm files. Therefore tr markup must be inside of C++ files. Some error strings where slightly modified to make use of already existing translations for other backends such as Bluez and QNX. Change-Id: I97fe6cfe2227e32fdbc61edd253080a1cd68edc9 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
- 05 Mar, 2015 - 1 commit
-
-
Friedemann Kleint authored
Change-Id: I7d5f9f8b9ad26ed607684c44e231eb0fcbcdc9ab Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 02 Mar, 2015 - 2 commits
-
-
Friedemann Kleint authored
- Use Linguist comments instead of disambiguating strings for developer comments - Add Linguist comments for some abbreviations - Fix spelling. Change-Id: I5887be7c7c5ef9197b5bde8b0b46ba68690af0ef Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
Friedemann Kleint authored
Change-Id: Icbbfe9cfb1e4187f2c043b85b8c0d19c9a82b6b9 Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 24 Feb, 2015 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: Ie5ce761b77cc5c02647a9f7d52f427401b85d6b0
-
- 17 Feb, 2015 - 4 commits
-
-
Alex Blasche authored
serviceUuid() may be null and is not the same as the service class uuid. Task-number: QTBUG-44442 Change-Id: I200db4e2a403fabb8d1b5814b9d615dfc76a627d Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Andy Shaw <andy.shaw@digia.com>
-
Alex Blasche authored
This affects Bluez 4 & 5. Task-number: QTBUG-44452 Change-Id: Ifa9f6c56499bece3d99dba65a0afeed6c2ed60ac Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
Andreas Schwab authored
bswap_16 isn't defined anywhere, use qbswap from <QtCore/qendian.h> instead. Change-Id: I9ee260752ab7bcae3bbd30b4b71d30d52c837a2b Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
Sergio Ahumada authored
Change-Id: I0b98c18e0943b250debcf6e5461ddb19fba024ab Reviewed-by:
Liang Qi <liang.qi@theqtcompany.com> Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 16 Feb, 2015 - 3 commits
-
-
Frederik Gladhorn authored
-
Jani Heikkinen authored
Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: I3822a6484e8f7a420330de1cb1aeb0c3d1cf41b7 Reviewed-by:
Sergio Ahumada <sahumada@texla.cl>
-
Frederik Gladhorn authored
Conflicts: src/bluetooth/qbluetoothdeviceinfo.h Change-Id: I2ad566b9ca8fb001fa91a74501e83e8a2121ef3a
-
- 12 Feb, 2015 - 2 commits
-
-
Sergio Ahumada authored
Change-Id: I01f01575a03d95f558b1f1994e0c76b22b3c19e0 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Alex Blasche authored
The plain text option was never triggered as the raw data processing always considered \0 as part of the string. Subsequently the string was always evaluated to be non-printable and the hex based handover was triggered. Fortunately the hex based handover worked without trouble. In addition the plain value was not properly escaped to be valid XML. Change-Id: I537a94ef4705c7eeab143b3053affc6abbd548cc Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
- 11 Feb, 2015 - 2 commits
-
-
Sergio Ahumada authored
Change-Id: Ifdb98e21999ecdcf57c89a3664b8d0db796c73a1 Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
Alex Blasche authored
Change-Id: Ia70c3fe64e2ffcb27181bf912b06e6af59d2bc92
-
- 10 Feb, 2015 - 2 commits
-
-
Alex Blasche authored
Change-Id: I1d15de1e31aeecfe162d700c632ad59cc0d6077d
-
Sergio Ahumada authored
Change-Id: I4a3907dc1f8b8608b1c1b34e16d2e987cdc23be3 Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 06 Feb, 2015 - 6 commits
-
-
Timur Pocheptsov authored
Compile time checks (SDK version) are not sufficient, add runtime checks also. Change-Id: I4214d0a32544883d07da06a2ce2db24ea42678cf Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
Timur Pocheptsov authored
Add runtime version checks, compile time can be not enough. Change-Id: If59131b3a9039a7fe15ccba0346fa71d58f36736 Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
Timur Pocheptsov authored
Add OS X version check, compile time check is not enough if Qt is built for older versions. Change-Id: Ieebd3f05f0fd9942516ea1d9b40ee929905cb799 Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
Timur Pocheptsov authored
Add runtime checks, compile time is not enough. Change-Id: I1821c9718d4e4af1e2d7989bd1ee7a1f11d5c051 Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
Timur Pocheptsov authored
Compile time check of SDK version is not sufficient if Qt is build for older device. Change-Id: I0e4d0baf903c6291e67462890107b0e5cc30e7c4 Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
Timur Pocheptsov authored
Add notes about handles on OS X and iOS and their meaning(less). Change-Id: I61fda1de27d194bd904b88536c180a2acf376690 Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 05 Feb, 2015 - 4 commits
-
-
Alex Blasche authored
In certain situations internal java objects of QBluetoothSocket cannot be deleted fast enough. This causes a crash when the local reference table exceeds its maximum size of entries. This patch converts the pure JNI code to a QAndroidJniObject based version. It ensures faster cleanup of local jobject references and improves readability too. [ChangeLog][Platform Specific Changes][Android] Fixed leaking of java objects when calling QBluetoothSocket::connectToService() on Android. Task-number: QTBUG-44164 Change-Id: Iaa696bfeee69c6a79f3aeddec262ae34d8891743 Reviewed-by:
Christian Stromme <christian.stromme@theqtcompany.com>
-
Alex Blasche authored
There have been no new additions in Qt 5.5 so far. Change-Id: Ib6c0d7b333bba327942fc48737f9762079062e7b Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
Alex Blasche authored
NearField QML type introduces a new revision which must be registered. Change-Id: Icc8499380babff5060548c1d25bd9cd67c5229df Reviewed-by:
Frank Meerkoetter <frank.meerkoetter@basyskom.com> Reviewed-by:
Martin Leutelt <martin.leutelt@basyskom.com> Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
Alex Blasche authored
This enables proper versioning. Change-Id: Iae3e54ed91a7fa78ba6b978cb4c5194f4e1e105a Reviewed-by:
Frank Meerkoetter <frank.meerkoetter@basyskom.com> Reviewed-by:
Martin Leutelt <martin.leutelt@basyskom.com> Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 02 Feb, 2015 - 1 commit
-
-
Alex Blasche authored
The required API became public in Android v19 which is what was used as check so far. However the same API was already privately provided since Android v15. THis patch ensures that older Android versions can create pairing requests too. This patch was provided by George Najarian. Task-number: QTBUG-43757 Change-Id: I0f38e538a972341a6acf719098f1010e52b639b7 Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com>
-
- 29 Jan, 2015 - 2 commits
-
-
Alex Blasche authored
The example immidiately destroys the QBluetoothServiceDiscoveryAgent when the user selects a remote chat service from the remote selector dialog. This may happen even when the scheduled QtConcurrent call to runSdpScan() was still pending. The subsequent signal callback into the deleted parent caused a crash. Unfortunately QtConcurrent::run() returns a QFuture which does not permit stopping the pending thread execution. Therefore the runSdpScan() had to be rewritten using QProcess to properly destruct pending calls. Change-Id: I1ed5e147feb94a26240901a02d836056eddabbf6 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
Alex Blasche authored
Change-Id: I1f4f3ace78b4619a43581182d885c479314a7603 Reviewed-by:
Aaron McCarthy <mccarthy.aaron@gmail.com>
-
- 28 Jan, 2015 - 2 commits
-
-
Alex Blasche authored
This reduces the number of registration calls since a QBluetoothTransferManager is created once or twice whereas multiple QBluetoothTransferReply instances are common. Change-Id: I14bc636cb91d9bd399d8dae55140808ec6bf7fe5 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
-
Alex Blasche authored
This is much safer and cleaner. [ChangeLog][QtBluetooth][Important Behavior Changes] Q_DECLARE_METATYPE added for QBluetoothServiceDiscoveryAgent::Error, QBluetoothSocket::SocketState, QBluetoothSocket::SocketError and QBluetoothDeviceInfo. This breaks source compatibility if application code has defined the above metatypes already. The applications Q_DECLARE_METATYPE must be removed to fix the compile error. Change-Id: I1c7cb1ee25832b7e5337c9aca6f36b21e8caf22e Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 27 Jan, 2015 - 1 commit
-
-
Fatih Aşıcı authored
With -no-c++11, - Enum type names cannot be used as namespaces. Use old style naming. - For errno, errno.h must be included. - stdint.h must be included to use uint*_t types. Use quint* equivalents instead. Change-Id: I992f531a46cfc997df0aa6fc7ff6bf75fb750fc6 Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 23 Jan, 2015 - 1 commit
-
-
Timur Pocheptsov authored
Workaround for CoreBluetooth's limitation (no addresses, only 'uuids'). Change-Id: I9ab83a403d4643df11320185eb473818ef798d70 Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 21 Jan, 2015 - 1 commit
-
-
Alex Blasche authored
Based on Bluetooth spec Vol3 PartB 5.1.7 the BrowseGroupList consists of a data element sequence. The current approach was not correct. This was discovered because Bluez5 doesn't add a custom service to the Extended Inquiry Response (EIR) unless it is in a sequence. If the service is not part of the EIR other platforms such as Windows report an error or won't simply see the service. This was not a problem when using Bluez4 because it was more tolerant towards such mistakes and added the custom service to the EIR anyway. Task-number: QTBUG-43806 Change-Id: Ib0ca59005c940249fb6aefd8ecafe5b2ceff3878 Reviewed-by:
Aaron McCarthy <mccarthy.aaron@gmail.com>
-
- 19 Jan, 2015 - 1 commit
-
-
Frederik Gladhorn authored
Conflicts: .qmake.conf Change-Id: I7e707606f2caa18b6f4027aa5833b2d6d21511d4
-
- 16 Jan, 2015 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: I59b24ee6fa29e005233283a10664644d60b7df3c
-
- 13 Jan, 2015 - 2 commits
-
-
Alex Blasche authored
Invalid request implies that the platform doesn't support writing of NDEF messages. This case does not trigger an error() signal though. That's why we have to trigger the error handling code manually. Change-Id: I0b95fddfe30052f1c7baa566ebc099998854146d Reviewed-by:
Martin Leutelt <martin.leutelt@basyskom.com> Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
Alex Blasche authored
Task-number: QTBUG-43802 Change-Id: I8500f67e44ad4119ec540eb45c1891ac849d2085 Reviewed-by:
Martin Leutelt <martin.leutelt@basyskom.com> Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-