summary refs log tree commit diff
path: root/src/RoomInfoListItem.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Try to fix avatars not updating after deletionNicolas Werner2020-03-221-1/+4
* Fixed bug caused by me forgetting what types im using (invites appearing at t...Emi Simpson2020-03-151-1/+1
* Place invites on top of room list even when sorting by importance is offEmi Simpson2020-03-151-8/+7
* Clean up stray commentEmi Simpson2020-03-151-2/+0
* Make toggle in settings revert between old behavior and new behavior for sort...Emi Simpson2020-03-151-11/+14
* Added toggle in the settings to ignore minor eventsEmi Simpson2020-03-151-7/+10
* Switched room importance to an enumEmi Simpson2020-03-151-2/+20
* Appease the linterEmi Simpson2020-03-141-4/+2
* Add a comment explaining room importanceEmi Simpson2020-03-131-0/+5
* Fixed channels appearing out of order when only mentions were present, withou...Emi Simpson2020-03-131-1/+1
* Sort room list by room priorityEmi Simpson2020-03-131-0/+9
* Fix avatar layering in room listNicolas Werner2020-03-031-2/+9
* Delete unused variableNicolas Werner2020-02-281-2/+0
* Fix high dpi scaling of avatarsNicolas Werner2020-02-281-43/+8
* Optimize includes a bitNicolas Werner2020-01-311-3/+3
* Reduce some include of Cache.h since it needs 11s on averageNicolas Werner2019-12-141-1/+1
* Fix position of invite button and elide long button textsNicolas Werner2019-12-131-3/+7
* Make invites always stick to the topNicolas Werner2019-12-131-12/+0
* Fix translation of roomlist message previewNicolas Werner2019-11-231-26/+4
* Implement avatars in qml timelineNicolas Werner2019-11-231-1/+1
* relintedAidan Hahn2019-09-031-7/+5
* Merge branch '0.7.0-dev' of https://github.com/Nheko-Reborn/nheko into 0.7.0-...Aidan Hahn2019-09-011-3/+6
|\
| * Try to reduce memory usage by reusing avatar pixmapsNicolas Werner2019-08-261-3/+6
* | Refactored Avatar and RoomInfoListItem to access rounding settings in placeAidan Hahn2019-09-011-14/+7
* | add controll bits for avatar roundingAidan Hahn2019-08-281-2/+17
|/
* Fix support for Qt versions < 5.11Joseph Donofry2019-07-041-2/+9
* Fix formatting issuesJoseph Donofry2019-07-041-1/+2
* Fix deprecated function call issues with Qt 5.13Joseph Donofry2019-07-041-2/+2
* Add unread notification color for user mentionedredsky172019-01-251-3/+9
* Add hover color for timestamp.redsky172019-01-121-2/+5
* Tweak some of the colors in the CSS rules for nheko.Joe Donofry2019-01-121-0/+4
* Increase the height of the roomlist itemsKonstantinos Sideris2018-10-101-2/+2
* Use a smaller font size for the timestampKonstantinos Sideris2018-10-071-2/+4
* Adjustments for the minimized sidebarKonstantinos Sideris2018-10-071-9/+7
* Adjust the widget size of the room list itemsKonstantinos Sideris2018-10-061-55/+84
* Remove pixel value from fontsKonstantinos Sideris2018-09-301-8/+4
* Improvements on the system themeKonstantinos Sideris2018-09-191-1/+1
* Mark unread rooms as such in the room listKonstantinos Sideris2018-09-131-4/+18
* Merge matrix-structs into the client libKonstantinos Sideris2018-09-011-2/+0
* Move all files under src/Konstantinos Sideris2018-07-171-0/+390