- 01 Dec, 2014 - 1 commit
-
-
Alex Blasche authored
The class' behavior strongly deponds on its state. This can be confusing. This patch reduces the behavior uncertainties. Change-Id: Ib5cd8e821f2bb9aca5b579abf4ae98918f951f24 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 27 Nov, 2014 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: I3f85a68066352e0b163f47d2b8ada1d0b8d34f33
-
- 24 Nov, 2014 - 1 commit
-
-
Alex Blasche authored
Change-Id: If6fccce951c2f3c3787cde2fa593e65da26f4370 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 23 Nov, 2014 - 1 commit
-
-
Alex Blasche authored
This caused problems when disconnecting from the remote device while an openrequest was pending and if the controller tried to reconnect immediately afterwards. The pending request queue was blocked forever. Change-Id: I444d5ac6763b65ec8baf687e0dccec4b28016a6c Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 21 Nov, 2014 - 3 commits
-
-
Frederik Gladhorn authored
Change-Id: Ib79fe0b33b405cdf6fee87f97f6ebb86bb79d976
-
Alex Blasche authored
This is caused when running a service discovery on an Android emulator. The emulator does not have a local Bluetooth device despite the Qt code assuming it. Change-Id: I9c0d826d14e7494bfeb27d449f9b6f568860d917 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
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>
-
- 18 Nov, 2014 - 1 commit
-
-
Alex Blasche authored
Change-Id: Ia82082ce24c98b69697b348dc20164b8ec034a0b Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
- 17 Nov, 2014 - 1 commit
-
-
Alex Blasche authored
Change-Id: I9eca03f01ba01e9952c28c6d4bd14f656aa5d838 Reviewed-by:
Topi Reiniö <topi.reinio@digia.com> Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 13 Nov, 2014 - 2 commits
-
-
Alex Blasche authored
Change-Id: Ie51d6e549d80baae57864d4e0d43a1c58897f149 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Topi Reiniö <topi.reinio@digia.com>
-
Alex Blasche authored
Change-Id: If62bce8794855b8865e02ed87ec3faac80bfc3bd Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 11 Nov, 2014 - 1 commit
-
-
Alex Blasche authored
A logical condition was inverted. Change-Id: Ia7b54fe75a8cea4275e3c92c6283bc12f3423b64 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 30 Oct, 2014 - 1 commit
-
-
Alex Blasche authored
Previously the UI was only updated when a new service was discovered on a device. In the extremely rare event of no services being found the UI was hanging in the "Searching for services" view. Change-Id: I245216ac4e373a765dea2e182ab541e8830417d0 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
- 29 Oct, 2014 - 2 commits
-
-
Alex Blasche authored
1.) The QLEController may error out during connectToDevice() which does not require the eventloop to run. At the same time the services view is not yet loaded. Subsequently the services view never notices the errors and loads as if the controller is still trying to connect. 2.) The services view can only be left when a disconnect() signal is received. During a connection error the disconnect never happens because the connect never happened. Artificially introduce a disconnect() when the controller is not connected but disconnect was called by the UI. This part should be cleaned up to properly allow tracking of the controller's state in the future. Change-Id: I2cbd90d55b5e70fb275a8f4563d9436419874e6d Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
Alex Blasche authored
What is really needed is a new ConnectionError for this case. This new error will shortly be introduced to the btle/5.5 branch. Change-Id: I751fa0eeb5cf4d0b78863842c94770f4e8e74015 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
- 28 Oct, 2014 - 2 commits
-
-
Alex Blasche authored
Previously the error was indicated but other UI elements were still giving the impression that the scan was ongoing. Change-Id: Iafab8f43bff3303eb6ad5e3385db2f81288d2e66 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
Alex Blasche authored
warning: 'QLowEnergyDescriptorPrivate' defined as a struct here but previously declared as a class [-Wmismatched-tags] Change-Id: I2b90a645ed5aa2d86184d94acb2658460f26f660 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
- 16 Oct, 2014 - 2 commits
-
-
Alex Blasche authored
The value is needed for platforms which do not provide this type information. An example are Android versions below 18. The enum was added in Qt 5.4. Therefore we need to add the missing \since tag too. Change-Id: I23582e7500d8da6740b281ba9821d028c4f33e05 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
Alex Blasche authored
Change-Id: I918bd3b4134504d5bfc3e160adeb97187186df3d Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
- 13 Oct, 2014 - 3 commits
-
-
Alex Blasche authored
Change-Id: I8c659233fd6eb2232d7bd9d904ce14f1de8a9d34 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
Alex Blasche authored
Change-Id: Ib8800fa30c74678c74df9ed943b143ea4cf49bb2 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
Alex Blasche authored
Change-Id: Ifd6b5ed8176aa7959ed8da0edc762266aa2bd6fa Task-number: QTBUG-32704 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
- 10 Oct, 2014 - 2 commits
-
-
Timur Pocheptsov authored
Fix a potential memory leak in _bluez and _qnx versions of copyToTempFile. Change-Id: I4c21d25b88620747adaaea8f2da561ca0b3d5df6 Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
Alex Blasche authored
The disconnected() and stateChanged() signals are delayed which may easily overlooked by API users. This change specifically points out this behavior difference. Change-Id: I3a9e9c656da50c9efe455cd2dbf903a2849e36da Task-number: QTBUG-41770 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- 09 Oct, 2014 - 1 commit
-
-
Nico Vertriest authored
Change-Id: I4bf466a3f6c34b338f741ec003343b572e73d738 Task-number: QTBUG-41250 Reviewed-by:
Topi Reiniö <topi.reinio@digia.com> Reviewed-by:
Martin Smith <martin.smith@digia.com>
-
- 05 Oct, 2014 - 1 commit
-
-
Alex Blasche authored
This makes the example more compliant with general UI color guidelines and cuts out unnecessary code. Change-Id: I1cf7df602e586a667ebd052ed45baef8eafb6955 Reviewed-by:
Sami Makkonen <sami.makkonen@digia.com> Reviewed-by:
Topi Reiniö <topi.reinio@digia.com>
-
- 02 Oct, 2014 - 1 commit
-
-
Alex Blasche authored
The change makes a few minor cosmetic changes (e.g. sorting by alphabet and better descriptions) to the overview page too. Change-Id: I20c6e4735dd531b457fdf52b59f00e8a285a7397 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Topi Reiniö <topi.reinio@digia.com>
-
- 01 Oct, 2014 - 1 commit
-
-
Alex Blasche authored
It is realted to nfc socket streaming which we don't support at this stage. Change-Id: Idae80decad7aa2cdf7eb67b82ddc3e20384df8b8 Reviewed-by:
Martin Leutelt <martin.leutelt@basyskom.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
- 30 Sep, 2014 - 5 commits
-
-
Alex Blasche authored
Those platforms require a running QBluetoothServer to satisfy the prerequisites of calling QBluetoothServiceInfo::registerService(). This requirement is imposed by the public API contract anyway. Change-Id: I2498030fa2787df9745580cd744886693945fe4f Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
Alex Blasche authored
The function didn't return true right after calling listen(). This is caused by the fakeserverport implementation. On Android listen() doesn't really initiate the listen until QBluetoothServiceInfo::registerService() was called. We need to check the fakeServerPort registration to check whether we are listening already. [ChangeLog][QtBluetooth][Android] Fixed broken QBluetoothServer::isListening(). It returned false right after a successful call to listen(). Change-Id: I24de02602b401ecbbedaafd19d824170a181e03f Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
Alex Blasche authored
Change-Id: I073b0b4432d7e51516584aa1d23c681bb8544392 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Topi Reiniö <topi.reinio@digia.com>
-
Alex Blasche authored
Change-Id: I235c54591dbbf04aa58c024093beca8c068b4aed Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
Alex Blasche authored
Change-Id: If1add78a34f4d01313e022bd7af1d53ac2abd535 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
- 29 Sep, 2014 - 2 commits
-
-
Alex Blasche authored
Change-Id: I9dfff5fbbb8ce939de37fcf1b4f03fd7569b9203 Task-number: QTBUG-36496 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com> Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Friedemann Kleint authored
Change-Id: I161cac536d261c517a8323777561f8380b7d4bfb Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
- 26 Sep, 2014 - 5 commits
-
-
Timur Pocheptsov authored
Re-order some declarations to make the example work on OS X. Change-Id: I9e74ce7b19a3d749f6ba0f951c1ce013f42729f7 Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
Alex Blasche authored
Change-Id: Ic8387dd411a9784b6163a15d423cdeaa5e63ea30 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
Alex Blasche authored
1.) ElidedMiddle makes the text disappear on Debian and Ubuntu. Swapping elide mode to wrap mode which serves the same purpose 2.) The server was started as rfcomm channel but the client used L2Cap protocol. It may have worked anyway because rfcomm is based on l2cap. In any case this shouldn't be relied upon especially since some platforms don't support l2cap sockets as part of the public API offering. This way the example becomes more widely usable. Change-Id: Ibbcd7029d5843e86af0313037b6433017eb92c76 Reviewed-by:
Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
Alex Blasche authored
Internal or not yet released classes have been skipped Change-Id: I5bc3e08f87348ae8df61b923d7cdb81186ebebc8 Task-number: QTBUG-36775 Reviewed-by:
Topi Reiniö <topi.reinio@digia.com>
-
Alex Blasche authored
Change-Id: I50d818294cb53962bca2b08edbfdc4558890777c Task-number: QTBUG-36775 Reviewed-by:
Topi Reiniö <topi.reinio@digia.com>
-