summary refs log tree commit diff
path: root/include/RoomInfoListItem.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-204/+0
|
* 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
| | | | fixes #330
* 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
| | | | fixes #2
* Add date separator in the timelineKonstantinos Sideris2017-12-251-0/+2
| | | | fixes #157
* Handle incoming invitesKonstantinos Sideris2017-12-191-24/+55
| | | | fixes #128
* 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