summary refs log tree commit diff
path: root/include/timeline/TimelineView.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-426/+0
* De-duplicate the m.room.encryption eventKonstantinos Sideris2018-07-151-2/+5
* Remove the v2 namespace from the http clientKonstantinos Sideris2018-07-151-1/+1
* Send image dimensions in m.image eventKonstantinos Sideris2018-07-101-2/+6
* Add a timeline message when encryption is enabledKonstantinos Sideris2018-07-071-39/+4
* Mark all decrypted messages with a padlockKonstantinos Sideris2018-07-071-1/+9
* Save timeline messages in cache for faster startup timesKonstantinos Sideris2018-06-281-0/+1
* Send one claim request per user that includes all devicesKonstantinos Sideris2018-06-251-3/+2
* Fix regressions regarding invites & slowness during shutdownKonstantinos Sideris2018-06-171-2/+0
* Don't try to send megolm session keys to devices with no one-time keysKonstantinos Sideris2018-06-151-0/+21
* Add support for sending encrypted messagesKonstantinos Sideris2018-06-131-0/+1
* Add method to convert PendingMessage's to event typesKonstantinos Sideris2018-06-121-1/+30
* Add support for displaying decrypted messagesKonstantinos Sideris2018-06-101-0/+3
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-33/+32
* Set fixed height for the DateSeparator & TextLabelKonstantinos Sideris2018-05-261-2/+0
* Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris2018-05-081-8/+5
* Add support for retrieving the notification events (#33)Konstantinos Sideris2018-05-051-3/+0
* Show user avatar for messages on different day or time gap > 15 minsKonstantinos Sideris2018-05-011-8/+31
* Improve the date separator widgetKonstantinos Sideris2018-04-251-0/+36
* Cache refactoringKonstantinos Sideris2018-04-211-6/+3
* Update first & last sender after message deletionKonstantinos Sideris2018-03-271-0/+3
* Don't count m.room.member or m.room.reaction events as viewableKonstantinos Sideris2018-03-181-0/+6
* Remove redacted events from other users (#171)Konstantinos Sideris2018-03-181-6/+0
* Add ability to redact messagesKonstantinos Sideris2018-03-171-15/+20
* Add context menu option to mark events individually as readKonstantinos Sideris2018-03-111-0/+3
* Be explicit about the captured parameters in lambdasKonstantinos Sideris2018-02-201-1/+1
* Minor adjustmentsKonstantinos Sideris2018-02-191-4/+4
* Support audio, video, generic file for pasting (#220)christarazi2018-02-181-7/+15
* Implement server-side notification countKonstantinos Sideris2018-02-151-2/+1
* Generate a date separator before local messagesKonstantinos Sideris2018-02-101-3/+4
* Render messages received by `/messages` on demandKonstantinos Sideris2018-01-301-0/+4
* Register timeline item so that it will be availableKonstantinos Sideris2018-01-291-4/+2
* Show the scroll-down button when showing the timelineKonstantinos Sideris2018-01-231-0/+2
* Hack to work around layout flickering when adding new timeline itemsKonstantinos Sideris2018-01-161-1/+13
* Properly assign default value to QSharedPointer for Qt5.7Konstantinos Sideris2018-01-121-3/+4
* Use Q_NULLPTR to be compatible with qt5.7Konstantinos Sideris2018-01-121-4/+4
* Add support for pasting images into a room (#180)christarazi2018-01-101-3/+7
* Create widgets on demand for messages added to the end of the timelineKonstantinos Sideris2018-01-051-6/+19
* Add date separator in the timelineKonstantinos Sideris2017-12-251-0/+1
* Don't keep fetching history on non-visible timelinesKonstantinos Sideris2017-12-231-2/+4
* Migrate to matrix-structs for event and response parsingKonstantinos Sideris2017-12-041-54/+32
* Add inline audio clip player (m.audio) (#143)Konstantinos Sideris2017-12-011-2/+5
* Create directories for related filesKonstantinos Sideris2017-11-301-0/+310