summary refs log tree commit diff
path: root/src/dbus/NhekoDBusBackend.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Speed up compilation a bitNicolas Werner2023-10-311-1/+0
|
* Allow querying your status message over dbusNicolas Werner2023-03-311-0/+6
| | | | Contributed by a Nheko user starting with S.
* Get rid of year in license headersNicolas Werner2023-02-211-2/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Add status message to D-Bus APILoren Burkholder2022-11-051-0/+6
|
* Don't send avatars over dbus by defaultNicolas Werner2022-10-091-52/+35
| | | | This should reduce payload size a lot
* Switch to clang-format14Nicolas Werner2022-09-251-1/+2
|
* Use normal instead of recursive mutexNicolas Werner2022-07-111-3/+2
|
* Fix race condition in dbus APINicolas Werner2022-07-111-11/+38
|
* Fix rooms failing to load over dbus if image can't be downloadedNicolas Werner2022-07-101-1/+3
|
* Remove redundant alias functionNicolas Werner2022-06-171-21/+22
|
* Use right linterNicolas Werner2022-05-101-2/+1
|
* More image dialog fixesNicolas Werner2022-05-101-1/+2
|
* D-Bus fixes (#1048)Loren Burkholder2022-04-181-3/+3
| | | | | | | | 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-8/+16
|
* Add D-Bus API (#916)Loren Burkholder2022-04-141-0/+87
This adds functionality for viewing joined rooms and activating rooms.