summary refs log tree commit diff
path: root/src/UserInfoWidget.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow deleting a statusNicolas Werner2020-06-111-1/+1
|
* Reenable custom status messagesNicolas Werner2020-06-091-4/+3
| | | | | This still leaves out setting a client to online/offline, since that seems to be causing the CPU issues with synapse.
* Fix unused captureNicolas Werner2020-06-081-4/+4
|
* Disable presence and status_msg menuNicolas Werner2020-06-081-0/+4
| | | | | It currently causes severe performance issues in synapse as well as many random resets, so this is disabled until those issues are resolved.
* Add menu actions to set presenceNicolas Werner2020-06-081-0/+23
|
* Show presence and set custom status messagesNicolas Werner2020-06-081-0/+24
|
* Improve compile times a tiny bitNicolas Werner2020-05-261-0/+3
|
* Optimize includes a bitNicolas Werner2020-01-311-2/+3
|
* Merge branch '0.7.0-dev' of https://github.com/Nheko-Reborn/nheko into ↵Aidan Hahn2019-09-011-10/+9
|\ | | | | | | 0.7.0-dev-bugfix-71
| * Try to reduce memory usage by reusing avatar pixmapsNicolas Werner2019-08-261-10/+9
| |
* | Refactored Avatar and RoomInfoListItem to access rounding settings in placeAidan Hahn2019-09-011-2/+2
| |
* | rounding options for Avatar classAidan Hahn2019-08-281-1/+2
|/
* Adjustments for the minimized sidebarKonstantinos Sideris2018-10-071-2/+5
|
* Adjust the widget size of the room list itemsKonstantinos Sideris2018-10-061-3/+2
|
* Derive widget sizing from the font sizeKonstantinos Sideris2018-10-041-7/+12
|
* Add option to configure the font sizeKonstantinos Sideris2018-10-011-7/+14
| | | | fixes #161
* Remove pixel value from fontsKonstantinos Sideris2018-09-301-9/+6
|
* Improvements on the system themeKonstantinos Sideris2018-09-191-5/+0
|
* Fix a use-after-free error during logoutKonstantinos Sideris2018-08-311-2/+2
|
* Add bottom border line on LinuxKonstantinos Sideris2018-08-091-1/+3
|
* Add missing tooltips on buttonsKonstantinos Sideris2018-07-251-0/+1
| | | | fixes #249
* Move all files under src/Konstantinos Sideris2018-07-171-0/+165