Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename settings to be more consistent | Nicolas Werner | 2020-05-26 | 1 | -1/+1 |
| | |||||
* | Tag rooms via context menu | Nicolas Werner | 2020-05-18 | 1 | -1/+104 |
| | |||||
* | Optimize RoomList sorting | Nicolas Werner | 2020-04-30 | 1 | -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 screens | Nicolas Werner | 2020-04-29 | 1 | -1/+2 |
| | | | | Fixes #180 | ||||
* | Try to fix avatars not updating after deletion | Nicolas Werner | 2020-03-22 | 1 | -1/+4 |
| | |||||
* | Fixed bug caused by me forgetting what types im using (invites appearing at ↵ | Emi Simpson | 2020-03-15 | 1 | -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 off | Emi Simpson | 2020-03-15 | 1 | -8/+7 |
| | |||||
* | Clean up stray comment | Emi Simpson | 2020-03-15 | 1 | -2/+0 |
| | |||||
* | Make toggle in settings revert between old behavior and new behavior for ↵ | Emi Simpson | 2020-03-15 | 1 | -11/+14 |
| | | | | sorting by unreads | ||||
* | Added toggle in the settings to ignore minor events | Emi Simpson | 2020-03-15 | 1 | -7/+10 |
| | |||||
* | Switched room importance to an enum | Emi Simpson | 2020-03-15 | 1 | -2/+20 |
| | |||||
* | Appease the linter | Emi Simpson | 2020-03-14 | 1 | -4/+2 |
| | |||||
* | Add a comment explaining room importance | Emi Simpson | 2020-03-13 | 1 | -0/+5 |
| | |||||
* | Fixed channels appearing out of order when only mentions were present, ↵ | Emi Simpson | 2020-03-13 | 1 | -1/+1 |
| | | | | without any non-mentions | ||||
* | Sort room list by room priority | Emi Simpson | 2020-03-13 | 1 | -0/+9 |
| | |||||
* | Fix avatar layering in room list | Nicolas Werner | 2020-03-03 | 1 | -2/+9 |
| | |||||
* | Delete unused variable | Nicolas Werner | 2020-02-28 | 1 | -2/+0 |
| | |||||
* | Fix high dpi scaling of avatars | Nicolas Werner | 2020-02-28 | 1 | -43/+8 |
| | |||||
* | Optimize includes a bit | Nicolas Werner | 2020-01-31 | 1 | -3/+3 |
| | |||||
* | Reduce some include of Cache.h since it needs 11s on average | Nicolas Werner | 2019-12-14 | 1 | -1/+1 |
| | |||||
* | Fix position of invite button and elide long button texts | Nicolas Werner | 2019-12-13 | 1 | -3/+7 |
| | |||||
* | Make invites always stick to the top | Nicolas Werner | 2019-12-13 | 1 | -12/+0 |
| | | | | This also removes an ugly hack, that was needed before. | ||||
* | Fix translation of roomlist message preview | Nicolas Werner | 2019-11-23 | 1 | -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 timeline | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | relinted | Aidan Hahn | 2019-09-03 | 1 | -7/+5 |
| | |||||
* | Merge branch '0.7.0-dev' of https://github.com/Nheko-Reborn/nheko into ↵ | Aidan Hahn | 2019-09-01 | 1 | -3/+6 |
|\ | | | | | | | 0.7.0-dev-bugfix-71 | ||||
| * | Try to reduce memory usage by reusing avatar pixmaps | Nicolas Werner | 2019-08-26 | 1 | -3/+6 |
| | | |||||
* | | Refactored Avatar and RoomInfoListItem to access rounding settings in place | Aidan Hahn | 2019-09-01 | 1 | -14/+7 |
| | | |||||
* | | add controll bits for avatar rounding | Aidan Hahn | 2019-08-28 | 1 | -2/+17 |
|/ | |||||
* | Fix support for Qt versions < 5.11 | Joseph Donofry | 2019-07-04 | 1 | -2/+9 |
| | |||||
* | Fix formatting issues | Joseph Donofry | 2019-07-04 | 1 | -1/+2 |
| | |||||
* | Fix deprecated function call issues with Qt 5.13 | Joseph Donofry | 2019-07-04 | 1 | -2/+2 |
| | | | | Update to mtxclient 0.3.0 | ||||
* | Add unread notification color for user mentioned | redsky17 | 2019-01-25 | 1 | -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. | redsky17 | 2019-01-12 | 1 | -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 Donofry | 2019-01-12 | 1 | -0/+4 |
| | | | | Add room list hover title/subtitle color change support. | ||||
* | Increase the height of the roomlist items | Konstantinos Sideris | 2018-10-10 | 1 | -2/+2 |
| | |||||
* | Use a smaller font size for the timestamp | Konstantinos Sideris | 2018-10-07 | 1 | -2/+4 |
| | |||||
* | Adjustments for the minimized sidebar | Konstantinos Sideris | 2018-10-07 | 1 | -9/+7 |
| | |||||
* | Adjust the widget size of the room list items | Konstantinos Sideris | 2018-10-06 | 1 | -55/+84 |
| | |||||
* | Remove pixel value from fonts | Konstantinos Sideris | 2018-09-30 | 1 | -8/+4 |
| | |||||
* | Improvements on the system theme | Konstantinos Sideris | 2018-09-19 | 1 | -1/+1 |
| | |||||
* | Mark unread rooms as such in the room list | Konstantinos Sideris | 2018-09-13 | 1 | -4/+18 |
| | | | | fixes #313 | ||||
* | Merge matrix-structs into the client lib | Konstantinos Sideris | 2018-09-01 | 1 | -2/+0 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+390 |