User Details
User Details
- User Since
- Sep 25 2018, 12:36 PM (343 w, 4 d)
- Availability
- Available
Jul 3 2019
Jul 3 2019
Add MediaTransport API
Jun 28 2019
Jun 28 2019
mweichselbaumer added inline comments to D22107: Add MediaTransport API.
Jun 27 2019
Jun 27 2019
mweichselbaumer added inline comments to D22107: Add MediaTransport API.
mweichselbaumer added inline comments to D22107: Add MediaTransport API.
Jun 26 2019
Jun 26 2019
mweichselbaumer requested review of D22107: Add MediaTransport API.
Jun 11 2019
Jun 11 2019
Add MediaTransport API
Jun 7 2019
Jun 7 2019
mweichselbaumer committed R269:1a5660ab1547: Add LE Advertising and GATT APIs (authored by mweichselbaumer).
Add LE Advertising and GATT APIs
mweichselbaumer updated the diff for D21584: Add LE Advertising and GATT APIs.
Fixed according to comments
mweichselbaumer updated the diff for D21584: Add LE Advertising and GATT APIs.
Fixed according to comments
mweichselbaumer added inline comments to D21584: Add LE Advertising and GATT APIs.
Jun 6 2019
Jun 6 2019
mweichselbaumer added inline comments to D21584: Add LE Advertising and GATT APIs.
mweichselbaumer updated the diff for D21584: Add LE Advertising and GATT APIs.
Fixed according to comments
Jun 5 2019
Jun 5 2019
mweichselbaumer updated the diff for D21584: Add LE Advertising and GATT APIs.
Fixed according to comments
mweichselbaumer updated the diff for D21584: Add LE Advertising and GATT APIs.
Fixed according to comments
mweichselbaumer updated the diff for D21584: Add LE Advertising and GATT APIs.
Fixed according to comments
mweichselbaumer added inline comments to D21584: Add LE Advertising and GATT APIs.
Jun 4 2019
Jun 4 2019
mweichselbaumer requested review of D21584: Add LE Advertising and GATT APIs.
mweichselbaumer committed R269:9682ea321fe7: Merge branch 'master' of https://github.com/mincequi/bluez-qt (authored by mweichselbaumer).
Merge branch 'master' of https://github.com/mincequi/bluez-qt
Fix LE autotests
mweichselbaumer committed R269:7cc3c234308b: Merge branch 'master' of git://anongit.kde.org/bluez-qt (authored by mweichselbaumer).
Merge branch 'master' of git://anongit.kde.org/bluez-qt
mweichselbaumer committed R269:f3899eefdee9: Merge branch 'master' of git://anongit.kde.org/bluez-qt (authored by mweichselbaumer).
Merge branch 'master' of git://anongit.kde.org/bluez-qt
Add LE autotests
mweichselbaumer committed R269:970f4a09d4d7: Merge branch 'master' of https://github.com/mincequi/bluez-qt (authored by mweichselbaumer).
Merge branch 'master' of https://github.com/mincequi/bluez-qt
mweichselbaumer committed R269:992875a7afb7: Fix style issues in bluezapi2qt (authored by mweichselbaumer).
Fix style issues in bluezapi2qt
Add GATT API
mweichselbaumer committed R269:bd575dbe11d2: Add C++ generator to bluezapi2qt (authored by mweichselbaumer).
Add C++ generator to bluezapi2qt
mweichselbaumer committed R269:59c545fd9ba3: Merge branch 'master' of https://github.com/mincequi/bluez-qt (authored by mweichselbaumer).
Merge branch 'master' of https://github.com/mincequi/bluez-qt
mweichselbaumer committed R269:086d7185baaf: Merge branch 'master' of https://github.com/mincequi/bluez-qt (authored by mweichselbaumer).
Merge branch 'master' of https://github.com/mincequi/bluez-qt
Cleaning up
mweichselbaumer committed R269:340188d2c4b6: Merge branch 'master' of https://github.com/mincequi/bluez-qt (authored by mweichselbaumer).
Merge branch 'master' of https://github.com/mincequi/bluez-qt
mweichselbaumer committed R269:eee920faab21: Add tool to generate D-Bus introspection XMLs from BlueZ D-Bus API descriptions (authored by mweichselbaumer).
Add tool to generate D-Bus introspection XMLs from BlueZ D-Bus API descriptions
mweichselbaumer committed R269:2215a40cd315: Add tool to generate D-Bus introspection XMLs from BlueZ D-Bus API descriptions (authored by mweichselbaumer).
Add tool to generate D-Bus introspection XMLs from BlueZ D-Bus API descriptions
Enable tests
Fix LE server
Add BLE test
mweichselbaumer committed R269:769e2fc6eafb: Add Bluez API to DBus XML parser (authored by mweichselbaumer).
Add Bluez API to DBus XML parser
Add BLE test
mweichselbaumer committed R269:fc88cb4dad7d: Add Bluetooth LE interface xmls (authored by mweichselbaumer).
Add Bluetooth LE interface xmls
Add LE Advertising API
mweichselbaumer committed R269:6c741125cc64: Merge remote-tracking branch 'upstream/master' (authored by mweichselbaumer).
Merge remote-tracking branch 'upstream/master'
mweichselbaumer committed R269:3bacbf80dd21: Create static lib, lower dependencies, disable building tests (authored by mweichselbaumer).
Create static lib, lower dependencies, disable building tests
Disable building tests
Lower Qt dep to 5.7
mweichselbaumer committed R269:899c2faf81be: Lower ECM dependency to 5.44 (authored by mweichselbaumer).
Lower ECM dependency to 5.44
mweichselbaumer committed R269:b9adfd6a7740: Generate Media and MediaEndpoint header (authored by mweichselbaumer).
Generate Media and MediaEndpoint header
mweichselbaumer committed R269:ea429a12753a: Create static lib of BluezQt (authored by mweichselbaumer).
Create static lib of BluezQt
May 31 2019
May 31 2019
mweichselbaumer committed R269:bfe94dface00: Add Bluez API to DBus XML parser/generator (authored by mweichselbaumer).
Add Bluez API to DBus XML parser/generator
May 30 2019
May 30 2019
mweichselbaumer added a comment to D21265: Add Bluez API to DBus XML parser/generator.
Well, it can directly generate c++ code without going via XML files. Currently, it only generates adaptor code, but could be extended to generate all other c++ related files.
This is just a start.
May 29 2019
May 29 2019
mweichselbaumer added a comment to D21265: Add Bluez API to DBus XML parser/generator.
Using QStringLiteral and fixed style issues.
Also added C++ adaptor generator.
mweichselbaumer updated the diff for D21265: Add Bluez API to DBus XML parser/generator.
Using QStringLiteral and fixed style issues.
Also added C++ adaptor generator
May 25 2019
May 25 2019
mweichselbaumer added inline comments to D21265: Add Bluez API to DBus XML parser/generator.
May 17 2019
May 17 2019
mweichselbaumer requested review of D21265: Add Bluez API to DBus XML parser/generator.
Oct 9 2018
Oct 9 2018
mweichselbaumer requested review of D16084: Add Media and MediaEndpoint API header generation.
Oct 4 2018
Oct 4 2018
mweichselbaumer added a comment to D15745: Implement Media and MediaEndpoint API.
mweichselbaumer updated the diff for D15745: Implement Media and MediaEndpoint API.
mweichselbaumer added a comment to D15745: Implement Media and MediaEndpoint API.
mweichselbaumer added a comment to D15745: Implement Media and MediaEndpoint API.
mweichselbaumer updated the diff for D15745: Implement Media and MediaEndpoint API.
Fixed style issues and smart pointer construction
Oct 3 2018
Oct 3 2018
mweichselbaumer updated the diff for D15745: Implement Media and MediaEndpoint API.
Added autotests and additional test: mediaendpointconnector
mweichselbaumer updated the summary of D15745: Implement Media and MediaEndpoint API.
Sep 25 2018
Sep 25 2018
mweichselbaumer updated the diff for D15745: Implement Media and MediaEndpoint API.
mweichselbaumer added inline comments to D15745: Implement Media and MediaEndpoint API.
mweichselbaumer requested review of D15745: Implement Media and MediaEndpoint API.