summary refs log tree commit diff
path: root/src/RoomInfoListItem.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cache refactoringKonstantinos Sideris2018-04-211-49/+14
|
* Fix invite button colors on the system themeKonstantinos Sideris2018-03-271-1/+1
| | | | fixes #248
* Pin invites to the top of the room listKonstantinos Sideris2018-03-261-0/+10
| | | | fixes #252
* Adjust unread msg bubbleKonstantinos Sideris2018-03-201-7/+11
|
* More stylistic changes & dark theme tweaksKonstantinos Sideris2018-03-191-7/+4
|
* Use the full with of the roomlist for the last messageKonstantinos Sideris2018-03-191-2/+6
|
* Dark theme revisitedKonstantinos Sideris2018-03-181-8/+14
|
* roomlist: Put the message timestamp on the topKonstantinos Sideris2018-03-181-33/+40
|
* Be explicit about the captured parameters in lambdasKonstantinos Sideris2018-02-201-2/+2
|
* Implement server-side notification countKonstantinos Sideris2018-02-151-8/+1
|
* Remove empty destructorsKonstantinos Sideris2018-02-101-2/+0
|
* Use QSharedPointer to save RoomStatesKonstantinos Sideris2018-01-131-8/+1
|
* Handle surrogate pairs in avatarsKonstantinos Sideris2018-01-121-1/+3
|
* Communities (#195)Max Sandholm2018-01-091-4/+1
|
* Fix font size inconsistenciesKonstantinos Sideris2017-12-211-1/+1
|
* Bold room namesKonstantinos Sideris2017-12-211-1/+2
|
* Handle incoming invitesKonstantinos Sideris2017-12-191-59/+120
| | | | fixes #128
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-12/+18
| | | | | | | 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.
* Use C++11 braced list style (#121)Benjamin Saunders2017-11-051-1/+1
|
* Clean up headersKonstantinos Sideris2017-10-281-2/+3
|
* Remove extra inline keywordsKonstantinos Sideris2017-10-221-0/+15
|
* React to externally left and joined rooms, and add "leave room" button in ↵Max Sandholm2017-10-011-1/+4
| | | | | | | | | | 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.
* Remove extra clang-format optionsKonstantinos Sideris2017-10-011-5/+3
|
* Use white as the background colorKonstantinos Sideris2017-09-201-1/+1
|
* Style change againKonstantinos Sideris2017-09-101-180/+193
|
* Small style changeKonstantinos Sideris2017-08-201-20/+28
|
* Remove unused variableKonstantinos Sideris2017-08-061-5/+0
|
* Display the most recent message instead of the topicKonstantinos Sideris2017-08-061-2/+26
| | | | closes #11
* Keep fetching history until the scrollbar gets activatedKonstantinos Sideris2017-08-051-0/+10
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-12/+13
| | | | | | | 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-10/+20
| | | | - Fixes small font issue on MacOs
* Repaint when the room avatar is receivedKonstantinos Sideris2017-06-051-3/+3
|
* Add context menu on RoomList itemsKonstantinos Sideris2017-05-311-1/+36
|
* Resolve name and avatar on 1-on-1 roomsKonstantinos Sideris2017-05-261-6/+6
|
* pixelSize -> pointSizeKonstantinos Sideris2017-05-221-1/+1
|
* Be explicit about room's name colorKonstantinos Sideris2017-05-211-0/+1
|
* Snappy sidebarKonstantinos Sideris2017-05-191-40/+51
|
* Reverse colors on selection for the unread message bubbleKonstantinos Sideris2017-05-191-2/+12
|
* Add hover color on RoomList itemsKonstantinos Sideris2017-05-191-0/+4
|
* Simplify room list itemKonstantinos Sideris2017-05-191-94/+105
|
* Fix ripple size on RoomListItemKonstantinos Sideris2017-05-141-3/+3
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-9/+27
| | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.
* macOS fixes (#15)Matthew Hodgson2017-05-041-1/+1
| | | | | | | - Improve build instructions. - Fix fullscreen image sizing. - Remove horizontal overscroll of RoomInfoListItem.
* Don't set the font size with a stylesheetKonstantinos Sideris2017-05-021-6/+7
|
* Add initial support for unread message countKonstantinos Sideris2017-04-151-0/+25
| | | | - Add border width on Badge
* Use light themeKonstantinos Sideris2017-04-141-5/+6
|
* Use less contrast on the sidebarKonstantinos Sideris2017-04-121-1/+1
|
* Small stylistic changesKonstantinos Sideris2017-04-121-2/+1
|
* Sanitize room info for displayKonstantinos Sideris2017-04-101-13/+12
|
* Add travis CIKonstantinos Sideris2017-04-091-0/+1
|
* Initial commitKonstantinos Sideris2017-04-061-0/+138