summary refs log tree commit diff
path: root/src/HistoryViewItem.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename History to TimelineKonstantinos Sideris2017-04-271-159/+0
| | | | In order to be compatible with the Matrix terminology
* Add full emoji supportKonstantinos Sideris2017-04-231-3/+3
|
* Add initial read-only emoji supportKonstantinos Sideris2017-04-191-2/+19
|
* Use light themeKonstantinos Sideris2017-04-141-2/+2
|
* Initial implementation for local echoKonstantinos Sideris2017-04-131-14/+73
| | | | | | | | | | | | | Each HistoryView maintains a list of pending events. Each pending message is validated from the homeserver with either the returned EventId or the body of the message. Currently there is no support to remove invalid messages. Also some small refactoring: - ChatPage doesn't know about the message being sent. The message delivery is solely handled by HistoryViewManager. - Nick coloring function moved to HistoryViewManager.
* Add style for m.noticeKonstantinos Sideris2017-04-121-1/+4
| | | | Tone down the main text color
* Allow message text selectionKonstantinos Sideris2017-04-101-0/+1
|
* Hide horizontal scroll bar on history viewKonstantinos Sideris2017-04-101-2/+1
|
* Use QString::simplified instead of regexKonstantinos Sideris2017-04-101-1/+1
|
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-061-1/+1
|
* Initial commitKonstantinos Sideris2017-04-061-0/+80