summary refs log tree commit diff
path: root/src/RoomInfoListItem.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename settings to be more consistentNicolas Werner2020-05-261-1/+1
|
* Tag rooms via context menuNicolas Werner2020-05-181-1/+104
|
* Optimize RoomList sortingNicolas Werner2020-04-301-3/+4
| | | | | Keep the almost sorted list around and sort by the raw timestamp value instead of doing the expensive toMSecSinceEpoch conversion.
* Fix high CPU usage on high dpi screensNicolas Werner2020-04-291-1/+2
| | | | Fixes #180
* 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 ↵Emi Simpson2020-03-151-1/+1
| | | | the bottom of the list instead of the top when priority sorting was off)
* 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 ↵Emi Simpson2020-03-151-11/+14
| | | | sorting by unreads
* 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, ↵Emi Simpson2020-03-131-1/+1
| | | | without any non-mentions
* 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
| | | | This also removes an ugly hack, that was needed before.
* Fix translation of roomlist message previewNicolas Werner2019-11-231-26/+4
| | | | | | | | This also makes long messages unreadable, because we don't shorten long usernames anymore. We may eventually want to do that again, but it is hard with translations and we probably want to shorten the displayname more, as before this change the message was only ever as long as the timestamp, which is usually just 5 characters...
* 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 ↵Aidan Hahn2019-09-011-3/+6
|\ | | | | | | 0.7.0-dev-bugfix-71
| * 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
| | | | Update to mtxclient 0.3.0
* Add unread notification color for user mentionedredsky172019-01-251-3/+9
| | | | | | When user is mentioned (via matrix 'highlight_count'), inactive rooms will use a different color for the notification circle than when only general unread messages exist.
* Add hover color for timestamp.redsky172019-01-121-2/+5
| | | | | Update dark and system themes to provide colors for the hover states for title, subtitle, and timestamp.
* Tweak some of the colors in the CSS rules for nheko.Joe Donofry2019-01-121-0/+4
| | | | Add room list hover title/subtitle color change support.
* 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
| | | | fixes #313
* Merge matrix-structs into the client libKonstantinos Sideris2018-09-011-2/+0
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+390