summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothsocket/tst_qbluetoothsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-04-041-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-061-10/+10
* Use SPDX license identifiersLucie Gérard2022-06-101-27/+2
* Close socket descriptor when QBluetoothSocketBluez is destroyedJuha Vuolle2022-05-301-2/+2
* Port simple cases of count() to size()Marc Mutz2022-04-111-14/+14
* Replace count() comparisons against 0 with isEmpty()Marc Mutz2022-04-081-11/+11
* Omit Bluetooth socket peername testcase exact check on WindowsJuha Vuolle2022-03-241-0/+6
* Align the bluez dbus socket error codes with other platformsJuha Vuolle2022-02-221-0/+11
* Accommodate different bluez socket types in autotest [secFlags]Juha Vuolle2022-02-221-1/+9
* Use the service's socket protocol info on Bluez bluetooth socketJuha Vuolle2022-02-221-1/+1
* Change QBluetooth::Security and AttAcc. to be a scoped enumsAndreas Buhr2021-03-301-6/+7
* rename error signals to errorOccurredAndreas Buhr2021-03-221-4/+5
* Decouple QBluetoothSocket and QAbstractSocket, introduce scoped enumsAndreas Buhr2021-03-121-24/+24
* tst_qbluetoothsocket: Fix one ORed preprocessor conditionOliver Wolff2020-07-031-1/+1
* Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-1/+1
* Replace custom QT_BLUEZ_BLUETOOTH against the related feature defineAlex Blasche2017-04-061-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-0/+47
|\
| * QBluetoothSocket::connectToService - check a socket type firstTimur Pocheptsov2016-08-261-0/+47
* | Updated license headersAntti Kokko2016-01-201-17/+12
|/
* Add test for QBluetoothSocket::preferredSecurityFlags() and setterAlex Blasche2015-07-061-0/+25
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Convert qRegisterMetaType<T>(const char*) to qRegisterMetaType<T>()Alex Blasche2015-01-281-4/+2
* Fix QBluetoothSocket unit test failures on AndroidAlex Blasche2014-10-131-8/+22
* Fix QBluetoothSocket::isReadable()/isOpen()/isWritable()Alex Blasche2014-10-131-12/+35
* Update license headers and add new licensesJani Heikkinen2014-08-241-19/+11
* Utilize QStringLiteral where possibleAlex Blasche2014-05-151-2/+2
* Fix qbluetoothsocket unit testAlex Blasche2014-02-271-425/+134
* Error handling for QBluetoothServerFabian Bumberger2013-09-201-3/+1
* Unify QBluetoothSoket, QBluetoothServer and QBluetoothServiceInfo protocol enumFabian Bumberger2013-09-201-28/+28
* Remove QtBluetooth and QtNfc namespace.Alex Blasche2013-09-091-1/+1
* Update Copyright headersAlex Blasche2013-06-251-1/+1
* Rename NFC and Bluetooth namespace macros.Aaron McCarthy2013-02-141-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Fix various Bluetooth tests such that they run via CIalex2012-06-271-0/+3
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-301-2/+2
* No more Bluetooth on Symbianalex2012-02-081-9/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-201-1/+1
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-111-1/+1
* QtConnectivity: Fix test crashes/asserts/hangs.Friedemann Kleint2012-01-031-4/+2
* tst_qbluetoothsocket: Fix warnings about operators.Friedemann Kleint2011-11-301-7/+8
* QtConnectivity: Fix compilation on Windows.Friedemann Kleint2011-11-301-7/+1
* added Connectivity namespaces (QtBluetooth and QtNfc)Michael Zanetti2011-11-111-1/+3
* Remove SkipMode parameter from QSKIP.Jason McDonald2011-11-091-2/+2
* re-added autotestsMichael Zanetti2011-10-071-0/+782