Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix notification images | Nicolas Werner | 2023-06-08 | 1 | -13/+10 |
| | |||||
* | Make Nheko compile on Qt6 | Nicolas Werner | 2023-06-08 | 1 | -1/+0 |
| | |||||
* | Allow querying your status message over dbus | Nicolas Werner | 2023-03-31 | 4 | -0/+21 |
| | | | | Contributed by a Nheko user starting with S. | ||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 4 | -10/+4 |
| | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | Remove a few more unused symbols | Nicolas Werner | 2023-02-19 | 1 | -1/+1 |
| | |||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 4 | -0/+4 |
| | |||||
* | Bump micro version | Loren Burkholder | 2022-11-05 | 1 | -1/+1 |
| | |||||
* | Add status message to D-Bus API | Loren Burkholder | 2022-11-05 | 4 | -0/+20 |
| | |||||
* | Enable -Wconversion | Nicolas Werner | 2022-10-26 | 1 | -1/+1 |
| | |||||
* | Mark classes as final where possible | Nicolas Werner | 2022-10-10 | 2 | -2/+2 |
| | |||||
* | Don't send avatars over dbus by default | Nicolas Werner | 2022-10-09 | 4 | -65/+61 |
| | | | | This should reduce payload size a lot | ||||
* | Switch to clang-format14 | Nicolas Werner | 2022-09-25 | 2 | -3/+6 |
| | |||||
* | Use normal instead of recursive mutex | Nicolas Werner | 2022-07-11 | 1 | -3/+2 |
| | |||||
* | Fix race condition in dbus API | Nicolas Werner | 2022-07-11 | 1 | -11/+38 |
| | |||||
* | Fix rooms failing to load over dbus if image can't be downloaded | Nicolas Werner | 2022-07-10 | 1 | -1/+3 |
| | |||||
* | Remove redundant alias function | Nicolas Werner | 2022-06-17 | 1 | -21/+22 |
| | |||||
* | Use right linter | Nicolas Werner | 2022-05-10 | 2 | -6/+3 |
| | |||||
* | More image dialog fixes | Nicolas Werner | 2022-05-10 | 2 | -3/+6 |
| | |||||
* | Fix linting | Nicolas Werner | 2022-04-18 | 1 | -2/+1 |
| | |||||
* | D-Bus fixes (#1048) | Loren Burkholder | 2022-04-18 | 4 | -39/+95 |
| | | | | | | | | 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. | ||||
* | Fix grayscale bug AGAIN | Nicolas Werner | 2022-04-16 | 1 | -1/+1 |
| | |||||
* | Cleanup some random dbus stuff | Nicolas Werner | 2022-04-14 | 2 | -9/+17 |
| | |||||
* | Add D-Bus API (#916) | Loren Burkholder | 2022-04-14 | 4 | -0/+378 |
This adds functionality for viewing joined rooms and activating rooms. |