summary refs log tree commit diff
path: root/src/TimelineItem.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create directories for related filesKonstantinos Sideris2017-11-301-506/+0
|
* Implement file uploadsKonstantinos Sideris2017-11-291-25/+8
| | | | fixes #24
* Add read support for m.file messages (#24)Konstantinos Sideris2017-11-281-0/+41
|
* Use span tags to prevent html escapingKonstantinos Sideris2017-11-251-8/+3
|
* Send read receiptsKonstantinos Sideris2017-11-241-0/+9
| | | | | | | | 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-8/+17
| | | | | | | 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.
* Remove obsolete artifact from appveyorKonstantinos Sideris2017-11-071-1/+1
|
* Fix wacky newline/linkification interactionBenjamin Saunders2017-11-051-4/+4
|
* Fix newlines not being displayed (#122)Benjamin Saunders2017-11-061-1/+5
| | | Fixes #64
* Use C++11 braced list style (#121)Benjamin Saunders2017-11-051-21/+20
|
* Clean up headersKonstantinos Sideris2017-10-281-1/+3
|
* Fix unicode handling of replaceEmoji (#84)Victor Berger2017-10-021-4/+4
|
* Remove extra clang-format optionsKonstantinos Sideris2017-10-011-3/+1
|
* Don't mangle bot's display nameKonstantinos Sideris2017-09-281-3/+5
|
* Properly handle html tagsKonstantinos Sideris2017-09-221-2/+5
|
* Implement image uploads (#24)Konstantinos Sideris2017-09-101-0/+33
|
* Add write support for m.emote eventsKonstantinos Sideris2017-09-031-29/+25
| | | | closes #41
* Add read support for m.emote events (#41)Konstantinos Sideris2017-09-021-2/+37
|
* Remove nick colorsKonstantinos Sideris2017-08-261-230/+208
|
* Small style changeKonstantinos Sideris2017-08-201-45/+56
|
* Update the last sender from the initial paginationKonstantinos Sideris2017-08-141-11/+21
|
* Use 'You' instead of your own user idKonstantinos Sideris2017-08-061-6/+12
|
* Display the most recent message instead of the topicKonstantinos Sideris2017-08-061-0/+35
| | | | closes #11
* Fix small timestamp misalignmentKonstantinos Sideris2017-07-151-2/+5
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-19/+18
| | | | | | | 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-1/+5
|
* Remove hardcoded font sizes, margins etcKonstantinos Sideris2017-07-011-51/+75
| | | | - Fixes small font issue on MacOs
* Experimental support for user avatars in timelineKonstantinos Sideris2017-06-051-95/+190
|
* Highlight URLs in TimelineViewKonstantinos Sideris2017-05-111-4/+17
|
* Initial support for display namesKonstantinos Sideris2017-05-081-5/+10
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-6/+24
| | | | | - 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-0/+37
|
* Rename History to TimelineKonstantinos Sideris2017-04-271-0/+159
In order to be compatible with the Matrix terminology