summary refs log tree commit diff
path: root/src/TextInputWidget.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-10-081-1/+1
|\
| * Port ActiveCallBar to Qmltrilene2020-09-221-1/+1
| |
* | Don't fail on missing key for a device and /rotate-megolm-session commandNicolas Werner2020-10-031-0/+1
|/
* remove unused includes and use QRegularExpressionJussi Kuokkanen2020-08-311-1/+0
|
* remove commentJussi Kuokkanen2020-08-311-15/+0
|
* get completion string based on trigger position instead of current wordJussi Kuokkanen2020-08-311-2/+10
|
* lintJussi Kuokkanen2020-08-281-14/+14
|
* Merge branch 'master' of https://github.com/Nheko-Reborn/nhekoJussi Kuokkanen2020-08-281-0/+1
|\
| * Merge remote-tracking branch 'origin/master' into new-event-storeNicolas Werner2020-08-171-0/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt io.github.NhekoReborn.Nheko.json src/Cache.cpp src/timeline/TimelineModel.cpp src/timeline/TimelineModel.h src/timeline/TimelineViewManager.cpp
| * | Add /clear-timeline commandNicolas Werner2020-08-091-0/+1
| | |
* | | add emoji completer to text inputJussi Kuokkanen2020-08-281-1/+23
| |/ |/|
* | Polish voice call UItrilene2020-07-221-1/+2
| |
* | Support voice callstrilene2020-07-101-0/+3
|/
* Add /roomnick commandNicolas Werner2020-05-181-0/+1
|
* Fix reply not closingNicolas Werner2020-04-131-22/+5
| | | | fixes #124
* Make closing the reply popup actually clear the reply messageJoseph Donofry2020-02-041-0/+1
|
* modernize: use nullptrNicolas Werner2020-02-041-1/+1
|
* Remove more unneeded headersNicolas Werner2020-01-311-4/+1
|
* Remove metatypes from headersNicolas Werner2020-01-311-2/+2
|
* Optimize includes a bitNicolas Werner2020-01-311-1/+0
|
* Add command for invite,kick,ban and unbanNicolas Werner2020-01-291-0/+4
|
* Allow replying with an imageNicolas Werner2020-01-121-20/+19
|
* Implement sending encrypted filesNicolas Werner2019-12-051-8/+4
|
* Fix copy and pasting image from clipboardNicolas Werner2019-07-221-4/+0
| | | | | | | | If the QMimeData contains an image, it actually has a mime type of application/x-qt-image. At least in some cases accessing the image/* data returns a 0 length array. Accessing the data via ->imageData works however. So we use that as our accessor and pass it to the preview dialog.
* Further UI Updates to Rich RepliesJoseph Donofry2019-06-141-1/+1
|
* Further Improve Reply FunctionalityJoseph Donofry2019-06-131-6/+11
| | | | | | | 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/+2
|
* Initial Support for Rich RepliesJoseph Donofry2019-06-111-4/+8
| | | | | | | | Add placeholder UI for showing replies in the text entry widget. Existing quoting capability has been removed (Temporarily), as it was replaced with the new reply capability. Replies sent from nheko do not currently appear correctly in the timeline (this will be fixed in a future commit).
* Add initial support for rich replies to nhekoJoseph Donofry2019-06-091-1/+10
|
* Revert "Remove built-in emoji picker"redsky172019-01-261-0/+5
| | | | This reverts commit 4b807229aa20d6f4891e35f08d489da427d3d0b6.
* Remove built-in emoji pickerKonstantinos Sideris2018-10-071-5/+0
|
* Remove the reserved space gap for the typing notificationsKonstantinos Sideris2018-08-091-0/+1
|
* Add tab-completion for usernamesKonstantinos Sideris2018-07-291-0/+15
| | | | fixes #394
* Move all files under src/Konstantinos Sideris2018-07-171-0/+183