summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothuuid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix translation context of QBluetoothUuid::WeightScaleFeatureFriedemann Kleint2023-08-211-1/+1
* QBluetoothUuid: inherit all ctors from QUuidMarc Mutz2023-08-181-13/+0
* QBluetoothUuid: inline the (quint128, Endian) ctorMarc Mutz2023-08-181-19/+1
* QBluetoothUuid: inline converting ctor from QUuidMarc Mutz2023-08-171-4/+2
* QBluetoothUuid: cut out the streamingOperator() middle-manMarc Mutz2023-08-151-1/+1
* QBluetoothUuid: provide Endian overloads for quint128 functionsMarc Mutz2023-08-151-18/+33
* QBluetoothUuid: remove default case labels and fix the falloutMarc Mutz2023-08-121-8/+4
* QBluetoothUuid: insulate against potentially-disappearing QUuid(quint128) ctorMarc Mutz2023-08-121-1/+1
* QBluetoothUuid: add missing Endian argument to Id128Bytes ctorMarc Mutz2023-08-111-2/+3
* QBluetoothUuid: keep custom quint128 and related methods when 128-bit ints ar...Ivan Solovev2023-08-031-0/+31
* Follow up on change to QUuid in qtbaseVolker Hilsheimer2023-05-231-0/+7
* QBluetoothUuid: remove quint128 supportThiago Macieira2023-02-151-39/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-101-38/+2
* Replace Q_DECLARE_METATYPE with QT_DECL_METATYPE_EXTERNIvan Solovev2022-04-271-0/+2
* Rename streamingoperator to adhere to camelCaseAndreas Buhr2021-07-231-1/+1
* Make streaming operators hidden friends in QtBluetoothAndreas Buhr2021-03-121-0/+7
* Make comparison operators hidden friends in QtBluetoothAndreas Buhr2021-03-121-8/+4
* Fix clazy-rule-of-soft-two for QBluetoothUuidAlex Blasche2021-03-121-15/+0
* Use scoped enum for constants in QBluetoothUuidAndreas Buhr2021-03-111-264/+264
* Optimize QBluetoothUuid ctors and make use of QUuid optimizationsAlex Blasche2021-03-091-67/+32
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-3/+6
|\
| * Improve QBluetoothUuid(QString) ctor documentationAlex Blasche2016-04-261-3/+6
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2016-01-261-14/+20
|\ \
| * | Updated license headersAntti Kokko2016-01-201-14/+20
| |/
* / Add operator!= for QBluetoothUuid.Christian Kandeler2015-12-111-1/+7
|/
* Merge remote-tracking branch 'gerrit/5.5' into 5.6Alex Blasche2015-12-011-10/+17
|\
| * Don't register meta types during static init time5.5Alex Blasche2015-11-301-10/+17
* | Standardize DST terminology.Edward Welbourne2015-11-121-1/+1
|/
* Fix GCC warningKonstantin Ritt2015-05-261-0/+3
* Further fixes to translated messages.Friedemann Kleint2015-03-051-1/+2
* Further fixes to Bluetooth UUID messages.Friedemann Kleint2015-03-021-11/+32
* Fix spelling in messages.Friedemann Kleint2015-03-021-3/+3
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Provide user visible strings/translations for new BTLE uuidsAlex Blasche2014-12-051-1/+81
* Add new environmental sensing descriptor typesAlex Blasche2014-12-051-1/+10
* Add newly adopted BTLE service/characteristic type uuidsAlex Blasche2014-12-051-11/+101
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-1/+6
|\
| * Add missing \since tags for new API introduced by Qt 5.4.Alex Blasche2014-11-131-1/+6
* | Permanently register QBluetoothUuid with Qt Meta type systemAlex Blasche2014-11-101-0/+12
|/
* Add \since to all Qt Bluetooth classes which didn't have the tag yetAlex Blasche2014-09-261-0/+1
* Improve extended properties docs and fix qdoc errorv5.4.0-alpha1Alex Blasche2014-09-051-0/+2
* Improve quint128 to QBluetoothUuid conversion performanceAlex Blasche2014-08-271-11/+3
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
* Update QLowEnergyDescriptor class documentation.Alex Blasche2014-08-181-0/+1
* Don't construct QBluetoothUuid via string parsingAlex Blasche2014-06-161-0/+2
* Provide means of translating descriptor types to user stringsAlex Blasche2014-06-111-1/+37
* Improve handling of QBluetoothUuid::CharacteristicType enumAlex Blasche2014-06-041-4/+123
* Streamline some of the QLowEnergyDescriptorInfo related codeAlex Blasche2014-06-041-4/+17
* Merge BTLE service names into QBluetoothUuid::serviceClassToString()Alex Blasche2014-06-021-0/+22
* Merge branch 'dev' into btleAlex Blasche2014-05-261-1/+126
|\