summary refs log tree commit diff
path: root/include/TimelineView.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create directories for related filesKonstantinos Sideris2017-11-301-310/+0
|
* Use templates for the TimelineItem generationKonstantinos Sideris2017-11-301-9/+79
|
* Simplify timeline item creationKonstantinos Sideris2017-11-301-10/+26
|
* Implement file uploadsKonstantinos Sideris2017-11-291-2/+31
| | | | fixes #24
* Add read support for m.file messages (#24)Konstantinos Sideris2017-11-281-0/+3
|
* Send read receiptsKonstantinos Sideris2017-11-241-0/+5
| | | | | | | | Automatically dismiss unread notifications when the window regains focus. fixes #111 fixes #68
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-2/+7
| | | | | | | 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.
* LintKonstantinos Sideris2017-11-151-4/+7
|
* Implement a per-room send queue. (#118)Jani Mustonen2017-11-151-8/+20
| | | [ci skip]
* Clean up headersKonstantinos Sideris2017-10-281-8/+7
|
* Add scroll-down buttonKonstantinos Sideris2017-10-271-0/+4
|
* Adjust scrollbar only after pagination (#94)Konstantinos Sideris2017-10-271-0/+2
| | | | | The scrollbar will stay in the same position if new messages are added to the bottom of the timeline.
* Remove extra inline keywordsKonstantinos Sideris2017-10-221-14/+2
|
* Remove ui flickering when adding new timeline eventsKonstantinos Sideris2017-10-211-1/+1
|
* Fix icons for retina displaysKonstantinos Sideris2017-10-151-4/+5
|
* Reduce timeline flickeringKonstantinos Sideris2017-10-091-4/+3
|
* Prevent FOUCKonstantinos Sideris2017-10-071-0/+9
|
* Remove extra clang-format optionsKonstantinos Sideris2017-10-011-1/+2
|
* Don't move scrollbar to the bottom when it's activeKonstantinos Sideris2017-09-301-1/+3
| | | | fixes #55
* Implement image uploads (#24)Konstantinos Sideris2017-09-101-34/+6
|
* Add write support for m.emote eventsKonstantinos Sideris2017-09-031-4/+39
| | | | closes #41
* Add read support for m.emote events (#41)Konstantinos Sideris2017-09-021-0/+3
|
* Remove nick colorsKonstantinos Sideris2017-08-261-80/+79
|
* Small style changeKonstantinos Sideris2017-08-201-9/+19
|
* Update the last sender from the initial paginationKonstantinos Sideris2017-08-141-2/+2
|
* Display the most recent message instead of the topicKonstantinos Sideris2017-08-061-0/+5
| | | | closes #11
* Keep fetching history until the scrollbar gets activatedKonstantinos Sideris2017-08-051-1/+3
|
* Initial support for state cacheKonstantinos Sideris2017-07-301-0/+10
| | | | - Adds detection for duplicate events
* Fix scrolling flickering on backwards paginationKonstantinos Sideris2017-06-051-1/+5
|
* Add custom scrollbar on the timelineKonstantinos Sideris2017-05-241-0/+2
|
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-161-4/+1
|
* Use QSharedPointer to manage TimelineViews and RoomInfoListItemsKonstantinos Sideris2017-05-141-1/+0
|
* Update prev_batch only while paginatingKonstantinos Sideris2017-05-131-0/+1
|
* Initial support for backwards paginationKonstantinos Sideris2017-05-121-7/+38
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-7/+15
| | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.
* Add initial support for inline imagesKonstantinos Sideris2017-04-281-2/+5
|
* Rename History to TimelineKonstantinos Sideris2017-04-271-0/+81
In order to be compatible with the Matrix terminology