summary refs log tree commit diff
path: root/src/dbus/NhekoDBusApi.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark classes as final where possibleNicolas Werner2022-10-101-1/+1
|
* Don't send avatars over dbus by defaultNicolas Werner2022-10-091-4/+7
| | | | This should reduce payload size a lot
* D-Bus fixes (#1048)Loren Burkholder2022-04-181-6/+21
| | | | | | | | According to LorenDB's First Law of Software Development, once a developer has committed or merged a new feature, he will find at least one problem with the implementation. I realized that I was constructing the room info items with some parameters out of order, which required a rather urgent fix. Furthermore, I fixed the image decoding algorithms in the QDBusArgument operator. Finally, I switched the API version parameter back to QString, since passing it as a QVersionNumber would create a problem for non-Qt API users. On the general improvements side of things, I added some handy wrappers for D-Bus calls so that other devs that copy the NhekoDBusApi files to use for their own applications won't have to go to the effort of making the D-Bus calls themselves.
* Cleanup some random dbus stuffNicolas Werner2022-04-141-1/+1
|
* Add D-Bus API (#916)Loren Burkholder2022-04-141-0/+80
This adds functionality for viewing joined rooms and activating rooms.