summary refs log tree commit diff
path: root/src/timeline/TimelineViewManager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change decrypt setting againJoseph Donofry2020-04-231-1/+4
|
* Change how decrypt value is retrieved from settingsJoseph Donofry2020-04-231-1/+2
|
* Add signal/slot for decryption changes in last patchJoseph Donofry2020-04-221-0/+17
|
* Fix reply not closingNicolas Werner2020-04-131-29/+47
| | | | fixes #124
* Set palette globallyNicolas Werner2020-03-301-31/+4
|
* Use palette for qml code for themingNicolas Werner2020-03-291-1/+3
| | | | | Can't do it for QtWidgets code. We need to fully transition, before we can fully switch over probably.
* Better image overlay handling when downloadingAdasauce2020-03-201-3/+14
| | | | | | | | | | - hides the overlay when prompting for download location - cancel re-shows the dialog - success closes the overlay - would be nice to have a return code from the download fn in mtxclient. Closes #140
* Experimental blurhash implementation (MXC2448)Nicolas Werner2020-03-031-0/+5
|
* Improve link themingNicolas Werner2020-02-271-0/+2
|
* Reset user colors on theme change (in qml timeline)Nicolas Werner2020-02-201-0/+11
|
* Fix html messages sent as just plain textNicolas Werner2020-02-201-1/+1
|
* show image dialog fullscreen instead of resizing to the size of the first ↵Nicolas Werner2020-02-131-1/+1
| | | | desktop
* Improve styling a bitNicolas Werner2020-02-031-3/+3
|
* Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-devJoseph Donofry2020-01-281-9/+28
|\
| * Don't send useless formatted_bodiesNicolas Werner2020-01-271-1/+6
| |
| * Fix reply rendering without markdown in riotNicolas Werner2020-01-271-9/+16
| |
| * Allow sending messages as plain textNicolas Werner2020-01-271-5/+12
| |
* | Change tooltip palette settings for QMLJoseph Donofry2020-01-281-0/+4
|/
* Switch around dark theme colors again (after looking at some screenshots)Nicolas Werner2020-01-231-3/+3
|
* Move typing display to qmlNicolas Werner2020-01-171-3/+15
|
* Try to match old theme betterNicolas Werner2020-01-141-3/+3
|
* Allow replying with an imageNicolas Werner2020-01-121-28/+40
|
* Fetch missing events for repliesNicolas Werner2020-01-111-0/+3
|
* Update to c++17Nicolas Werner2019-12-141-4/+4
|
* Implement sending encrypted filesNicolas Werner2019-12-051-5/+14
|
* Implement decryption of imagesNicolas Werner2019-12-031-3/+8
| | | | It is a bit of a hack, but it works...
* lintNicolas Werner2019-12-031-1/+0
|
* Add encrypted file downloadNicolas Werner2019-12-031-139/+15
|
* Rename qml namespace from com.github.nheko to im.nhekoNicolas Werner2019-11-301-3/+3
|
* Fix windows buildNicolas Werner2019-11-231-1/+1
| | | | No idea, why apply visitor doesn't work with temporaries?
* Add loading spinner and restore message send queueNicolas Werner2019-11-231-0/+3
|
* Remove old timelineNicolas Werner2019-11-231-252/+312
|
* Further Improve Reply FunctionalityJoseph Donofry2019-06-131-2/+3
| | | | | | | Quoted replies now include matrix.to links for the event and the user. UI Rendering has been (slightly) improved... still very WIP. Restructured the reply structure in the code for future usability improvements.
* Add style for reply popup. Fix ALL of the linting issuesredsky172019-06-111-2/+1
|
* Add initial support for rich replies to nhekoJoseph Donofry2019-06-091-0/+13
|
* Use native scrollbar in the timelineKonstantinos Sideris2018-07-251-3/+1
|
* Mark own read messages with a double checkmark (#377)Konstantinos Sideris2018-07-171-0/+11
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+318