Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve compile times a tiny bit | Nicolas Werner | 2020-05-26 | 1 | -0/+2 |
| | |||||
* | Fix jumpy room list, when sort order is ambiguous | Nicolas Werner | 2020-05-05 | 1 | -1/+1 |
| | |||||
* | Speed up initial load a bit | Nicolas Werner | 2020-05-04 | 1 | -0/+9 |
| | |||||
* | Old Qt doesn't have .get... | Nicolas Werner | 2020-05-01 | 1 | -3/+3 |
| | |||||
* | Optimize RoomList sorting | Nicolas Werner | 2020-04-30 | 1 | -28/+29 |
| | | | | | Keep the almost sorted list around and sort by the raw timestamp value instead of doing the expensive toMSecSinceEpoch conversion. | ||||
* | Try to fix avatars not updating after deletion | Nicolas Werner | 2020-03-22 | 1 | -3/+0 |
| | |||||
* | Fixed compatibility with Qt < 5.11 | Emi Simpson | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Sort room list on setting change | Emi Simpson | 2020-03-15 | 1 | -0/+4 |
| | |||||
* | Added toggle in the settings to ignore minor events | Emi Simpson | 2020-03-15 | 1 | -3/+5 |
| | |||||
* | Appease the linter | Emi Simpson | 2020-03-14 | 1 | -7/+11 |
| | |||||
* | Automatically move rooms down in the list once they've been read | Emi Simpson | 2020-03-13 | 1 | -0/+2 |
| | |||||
* | Sort room list by room priority | Emi Simpson | 2020-03-13 | 1 | -9/+27 |
| | |||||
* | Quick hack to enable touch scrolling in settings and room list | Nicolas Werner | 2020-02-15 | 1 | -0/+3 |
| | |||||
* | Select first room on startup | Nicolas Werner | 2020-02-04 | 1 | -5/+10 |
| | |||||
* | Optimize includes a bit | Nicolas Werner | 2020-01-31 | 1 | -5/+1 |
| | |||||
* | Add next/prev room shortcuts | Nicolas Werner | 2020-01-31 | 1 | -0/+66 |
| | |||||
* | Make invites always stick to the top | Nicolas Werner | 2019-12-13 | 1 | -1/+8 |
| | | | | This also removes an ugly hack, that was needed before. | ||||
* | Try to reduce memory usage by reusing avatar pixmaps | Nicolas Werner | 2019-08-26 | 1 | -36/+3 |
| | |||||
* | Add unread notification color for user mentioned | redsky17 | 2019-01-25 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | Use alignment instead of stretch | Konstantinos Sideris | 2018-10-07 | 1 | -1/+1 |
| | |||||
* | Remove room re-ordering option | Konstantinos Sideris | 2018-10-06 | 1 | -5/+1 |
| | |||||
* | Mark unread rooms as such in the room list | Konstantinos Sideris | 2018-09-13 | 1 | -0/+13 |
| | | | | fixes #313 | ||||
* | Fix background color on the room list widget | Konstantinos Sideris | 2018-07-26 | 1 | -0/+1 |
| | |||||
* | Enable scrollbar on the room list for macOS (#174) | Konstantinos Sideris | 2018-07-25 | 1 | -2/+6 |
| | |||||
* | Fix issue with missing communities due to an unregistered metatype | Konstantinos Sideris | 2018-07-25 | 1 | -2/+0 |
| | |||||
* | Disable paint updates when removing the room filter | Konstantinos Sideris | 2018-07-24 | 1 | -0/+2 |
| | |||||
* | Disable paint updates while applying room filtering (#380) | Konstantinos Sideris | 2018-07-21 | 1 | -0/+5 |
| | |||||
* | Lower the complexity of the group filtering algorithm (#380) | Konstantinos Sideris | 2018-07-21 | 1 | -23/+30 |
| | | | | | | | | The old algorithm during filtering will check every room if it's part of the group. O(N*G) The room ids for a group are now stored in a map for faster lookup so the search can be completed in a single pass. O(N) | ||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+440 |