| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix translation context of QBluetoothUuid::WeightScaleFeature | Friedemann Kleint | 2023-08-21 | 1 | -1/+1 |
| * | QBluetoothUuid: inherit all ctors from QUuid | Marc Mutz | 2023-08-18 | 1 | -13/+0 |
| * | QBluetoothUuid: inline the (quint128, Endian) ctor | Marc Mutz | 2023-08-18 | 1 | -19/+1 |
| * | QBluetoothUuid: inline converting ctor from QUuid | Marc Mutz | 2023-08-17 | 1 | -4/+2 |
| * | QBluetoothUuid: cut out the streamingOperator() middle-man | Marc Mutz | 2023-08-15 | 1 | -1/+1 |
| * | QBluetoothUuid: provide Endian overloads for quint128 functions | Marc Mutz | 2023-08-15 | 1 | -18/+33 |
| * | QBluetoothUuid: remove default case labels and fix the fallout | Marc Mutz | 2023-08-12 | 1 | -8/+4 |
| * | QBluetoothUuid: insulate against potentially-disappearing QUuid(quint128) ctor | Marc Mutz | 2023-08-12 | 1 | -1/+1 |
| * | QBluetoothUuid: add missing Endian argument to Id128Bytes ctor | Marc Mutz | 2023-08-11 | 1 | -2/+3 |
| * | QBluetoothUuid: keep custom quint128 and related methods when 128-bit ints ar... | Ivan Solovev | 2023-08-03 | 1 | -0/+31 |
| * | Follow up on change to QUuid in qtbase | Volker Hilsheimer | 2023-05-23 | 1 | -0/+7 |
| * | QBluetoothUuid: remove quint128 support | Thiago Macieira | 2023-02-15 | 1 | -39/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-10 | 1 | -38/+2 |
| * | Replace Q_DECLARE_METATYPE with QT_DECL_METATYPE_EXTERN | Ivan Solovev | 2022-04-27 | 1 | -0/+2 |
| * | Rename streamingoperator to adhere to camelCase | Andreas Buhr | 2021-07-23 | 1 | -1/+1 |
| * | Make streaming operators hidden friends in QtBluetooth | Andreas Buhr | 2021-03-12 | 1 | -0/+7 |
| * | Make comparison operators hidden friends in QtBluetooth | Andreas Buhr | 2021-03-12 | 1 | -8/+4 |
| * | Fix clazy-rule-of-soft-two for QBluetoothUuid | Alex Blasche | 2021-03-12 | 1 | -15/+0 |
| * | Use scoped enum for constants in QBluetoothUuid | Andreas Buhr | 2021-03-11 | 1 | -264/+264 |
| * | Optimize QBluetoothUuid ctors and make use of QUuid optimizations | Alex Blasche | 2021-03-09 | 1 | -67/+32 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-05-06 | 1 | -3/+6 |
| |\ |
|
| | * | Improve QBluetoothUuid(QString) ctor documentation | Alex Blasche | 2016-04-26 | 1 | -3/+6 |
| * | | Merge remote-tracking branch 'gerrit/dev' into neard | Alex Blasche | 2016-01-26 | 1 | -14/+20 |
| |\ \ |
|
| | * | | Updated license headers | Antti Kokko | 2016-01-20 | 1 | -14/+20 |
| | |/ |
|
| * / | Add operator!= for QBluetoothUuid. | Christian Kandeler | 2015-12-11 | 1 | -1/+7 |
| |/ |
|
| * | Merge remote-tracking branch 'gerrit/5.5' into 5.6 | Alex Blasche | 2015-12-01 | 1 | -10/+17 |
| |\ |
|
| | * | Don't register meta types during static init time5.5 | Alex Blasche | 2015-11-30 | 1 | -10/+17 |
| * | | Standardize DST terminology. | Edward Welbourne | 2015-11-12 | 1 | -1/+1 |
| |/ |
|
| * | Fix GCC warning | Konstantin Ritt | 2015-05-26 | 1 | -0/+3 |
| * | Further fixes to translated messages. | Friedemann Kleint | 2015-03-05 | 1 | -1/+2 |
| * | Further fixes to Bluetooth UUID messages. | Friedemann Kleint | 2015-03-02 | 1 | -11/+32 |
| * | Fix spelling in messages. | Friedemann Kleint | 2015-03-02 | 1 | -3/+3 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-16 | 1 | -7/+7 |
| * | Provide user visible strings/translations for new BTLE uuids | Alex Blasche | 2014-12-05 | 1 | -1/+81 |
| * | Add new environmental sensing descriptor types | Alex Blasche | 2014-12-05 | 1 | -1/+10 |
| * | Add newly adopted BTLE service/characteristic type uuids | Alex Blasche | 2014-12-05 | 1 | -11/+101 |
| * | Merge remote-tracking branch 'origin/5.4' into dev | Frederik Gladhorn | 2014-11-27 | 1 | -1/+6 |
| |\ |
|
| | * | Add missing \since tags for new API introduced by Qt 5.4. | Alex Blasche | 2014-11-13 | 1 | -1/+6 |
| * | | Permanently register QBluetoothUuid with Qt Meta type system | Alex Blasche | 2014-11-10 | 1 | -0/+12 |
| |/ |
|
| * | Add \since to all Qt Bluetooth classes which didn't have the tag yet | Alex Blasche | 2014-09-26 | 1 | -0/+1 |
| * | Improve extended properties docs and fix qdoc errorv5.4.0-alpha1 | Alex Blasche | 2014-09-05 | 1 | -0/+2 |
| * | Improve quint128 to QBluetoothUuid conversion performance | Alex Blasche | 2014-08-27 | 1 | -11/+3 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-24 | 1 | -18/+10 |
| * | Update QLowEnergyDescriptor class documentation. | Alex Blasche | 2014-08-18 | 1 | -0/+1 |
| * | Don't construct QBluetoothUuid via string parsing | Alex Blasche | 2014-06-16 | 1 | -0/+2 |
| * | Provide means of translating descriptor types to user strings | Alex Blasche | 2014-06-11 | 1 | -1/+37 |
| * | Improve handling of QBluetoothUuid::CharacteristicType enum | Alex Blasche | 2014-06-04 | 1 | -4/+123 |
| * | Streamline some of the QLowEnergyDescriptorInfo related code | Alex Blasche | 2014-06-04 | 1 | -4/+17 |
| * | Merge BTLE service names into QBluetoothUuid::serviceClassToString() | Alex Blasche | 2014-06-02 | 1 | -0/+22 |
| * | Merge branch 'dev' into btle | Alex Blasche | 2014-05-26 | 1 | -1/+126 |
| |\ |
|