summary refs log tree commit diff
path: root/include/RoomInfoListItem.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | closes #11
* 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
| | | | | | | Basically reverts the last font related commits since pointSize isn't as reliable as pixelSize. Also some layout values (margins, spacings) have been moved out to Config.h.
* Remove hardcoded font sizes, margins etcKonstantinos Sideris2017-07-011-0/+6
| | | | - Fixes small font issue on MacOs
* 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
| | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.
* 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
| | | | - Add border width on Badge
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-061-1/+1
|
* Initial commitKonstantinos Sideris2017-04-061-0/+93