summary refs log tree commit diff
path: root/include/TimelineItem.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create directories for related filesKonstantinos Sideris2017-11-301-155/+0
|
* Implement file uploadsKonstantinos Sideris2017-11-291-0/+43
| | | | fixes #24
* Add read support for m.file messages (#24)Konstantinos Sideris2017-11-281-0/+6
|
* Send read receiptsKonstantinos Sideris2017-11-241-1/+3
| | | | | | | | 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-0/+6
| | | | | | | 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-5/+3
|
* Remove extra inline keywordsKonstantinos Sideris2017-10-221-7/+1
|
* Implement image uploads (#24)Konstantinos Sideris2017-09-101-0/+3
|
* Add write support for m.emote eventsKonstantinos Sideris2017-09-031-2/+5
| | | | closes #41
* Add read support for m.emote events (#41)Konstantinos Sideris2017-09-021-0/+4
|
* Remove nick colorsKonstantinos Sideris2017-08-261-37/+37
|
* Small style changeKonstantinos Sideris2017-08-201-6/+13
|
* Display the most recent message instead of the topicKonstantinos Sideris2017-08-061-0/+10
| | | | closes #11
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-8/+2
| | | | | | | 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.
* Set emoji size relative to the default fontKonstantinos Sideris2017-07-011-0/+3
|
* Remove hardcoded font sizes, margins etcKonstantinos Sideris2017-07-011-4/+5
| | | | - Fixes small font issue on MacOs
* Experimental support for user avatars in timelineKonstantinos Sideris2017-06-051-4/+21
|
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-161-4/+1
|
* Highlight URLs in TimelineViewKonstantinos Sideris2017-05-111-2/+2
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-5/+12
| | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.
* Add lint ruleKonstantinos Sideris2017-04-301-1/+1
|
* Add initial support for inline imagesKonstantinos Sideris2017-04-281-0/+5
|
* Rename History to TimelineKonstantinos Sideris2017-04-271-0/+55
In order to be compatible with the Matrix terminology