summaryrefslogtreecommitdiffstats
path: root/include/RoomInfoListItem.h
AgeCommit message (Collapse)Author
2017-12-19Handle incoming invitesKonstantinos Sideris
fixes #128
2017-11-16Use system color scheme (using a Qt stylesheet) #104Max Sandholm
The color scheme of nheko obeys the default color theme of Qt (i.e. the system theme). It uses a Qt stylesheet to accomplish this, which means replacing the color theme with a custom theme would only be a matter of writing a new style sheet and loading it into the app.
2017-10-28Clean up headersKonstantinos Sideris
2017-10-22Remove extra inline keywordsKonstantinos Sideris
2017-10-15Fix icons for retina displaysKonstantinos Sideris
2017-10-01React to externally left and joined rooms, and add "leave room" button in ↵Max Sandholm
room menu (#75) * Initial "join room" feature. * React correctly to remotely joined rooms. * Leaving rooms implemented both locally using the room menu in nheko, and reacting properly when leaving a room remotely from another client.
2017-09-30Add missing update callsKonstantinos Sideris
2017-09-10Style change againKonstantinos Sideris
2017-08-20Small style changeKonstantinos Sideris
2017-08-14Update the last sender from the initial paginationKonstantinos Sideris
2017-08-06Display the most recent message instead of the topicKonstantinos Sideris
closes #11
2017-08-05Keep fetching history until the scrollbar gets activatedKonstantinos Sideris
2017-07-15Use pixels to specify the font sizesKonstantinos Sideris
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.
2017-07-01Remove hardcoded font sizes, margins etcKonstantinos Sideris
- Fixes small font issue on MacOs
2017-06-05Repaint when the room avatar is receivedKonstantinos Sideris
2017-05-31Add context menu on RoomList itemsKonstantinos Sideris
2017-05-26Resolve name and avatar on 1-on-1 roomsKonstantinos Sideris
2017-05-19Add hover color on RoomList itemsKonstantinos Sideris
2017-05-19Simplify room list itemKonstantinos Sideris
2017-05-16Replace include guards with #pragma onceKonstantinos Sideris
2017-05-07Use timeline to retrieve state eventsKonstantinos Sideris
- Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.
2017-04-15Show the unread message count on the window titleKonstantinos Sideris
2017-04-15Add initial support for unread message countKonstantinos Sideris
- Add border width on Badge
2017-04-06Use const refs for the deserialized dataKonstantinos Sideris
2017-04-06Initial commitKonstantinos Sideris