summary refs log tree commit diff
path: root/include/RoomInfoListItem.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-3/+52
| | | | | | | 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.
* 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 ↵Max Sandholm2017-10-011-0/+2
| | | | | | | | | | 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.
* 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
| | | | 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