summary refs log tree commit diff
path: root/include/RoomInfoListItem.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Save timeline messages in cache for faster startup timesKonstantinos Sideris2018-06-281-10/+1
* Make the number of unread messages fit in the bubbleKonstantinos Sideris2018-05-251-0/+1
* Update invites in the UI after syncKonstantinos Sideris2018-04-221-0/+2
* Cache refactoringKonstantinos Sideris2018-04-211-30/+12
* More stylistic changes & dark theme tweaksKonstantinos Sideris2018-03-191-0/+12
* Dark theme revisitedKonstantinos Sideris2018-03-181-0/+21
* roomlist: Put the message timestamp on the topKonstantinos Sideris2018-03-181-9/+11
* Implement server-side notification countKonstantinos Sideris2018-02-151-1/+1
* Remove empty destructorsKonstantinos Sideris2018-02-101-2/+0
* Use QSharedPointer to save RoomStatesKonstantinos Sideris2018-01-131-5/+9
* Communities (#195)Max Sandholm2018-01-091-3/+10
* Re-order room list based on activityKonstantinos Sideris2017-12-301-0/+1
* Add date separator in the timelineKonstantinos Sideris2017-12-251-0/+2
* Handle incoming invitesKonstantinos Sideris2017-12-191-24/+55
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-3/+52
* Clean up headersKonstantinos Sideris2017-10-281-3/+4
* Remove extra inline keywordsKonstantinos Sideris2017-10-221-38/+6
* Fix icons for retina displaysKonstantinos Sideris2017-10-151-1/+2
* React to externally left and joined rooms, and add "leave room" button in roo...Max Sandholm2017-10-011-0/+2
* Add missing update callsKonstantinos Sideris2017-09-301-0/+1
* Style change againKonstantinos Sideris2017-09-101-43/+46
* Small style changeKonstantinos Sideris2017-08-201-10/+13
* Update the last sender from the initial paginationKonstantinos Sideris2017-08-141-0/+1
* Display the most recent message instead of the topicKonstantinos Sideris2017-08-061-2/+14
* Keep fetching history until the scrollbar gets activatedKonstantinos Sideris2017-08-051-1/+2
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-6/+0
* Remove hardcoded font sizes, margins etcKonstantinos Sideris2017-07-011-0/+6
* Repaint when the room avatar is receivedKonstantinos Sideris2017-06-051-0/+1
* Add context menu on RoomList itemsKonstantinos Sideris2017-05-311-1/+17
* Resolve name and avatar on 1-on-1 roomsKonstantinos Sideris2017-05-261-4/+4
* Add hover color on RoomList itemsKonstantinos Sideris2017-05-191-1/+1
* Simplify room list itemKonstantinos Sideris2017-05-191-30/+16
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-161-4/+1
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-11/+13
* Show the unread message count on the window titleKonstantinos Sideris2017-04-151-0/+6
* Add initial support for unread message countKonstantinos Sideris2017-04-151-0/+7
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-061-1/+1
* Initial commitKonstantinos Sideris2017-04-061-0/+93