summary refs log tree commit diff
path: root/src/TextInputWidget.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove old TextinputNicolas Werner2020-11-251-496/+0
* use completion interface in emoji completionsJussi Kuokkanen2020-11-251-3/+7
* rename CompletionModel to CompletionProxyModelJussi Kuokkanen2020-11-251-2/+2
* Send typing updates from QMLNicolas Werner2020-11-251-30/+0
* Move emoji picker to qmlNicolas Werner2020-11-251-35/+0
* Move calls to new input barNicolas Werner2020-11-251-30/+0
* Add file uploadingNicolas Werner2020-11-251-146/+0
* Basic text input in qmlNicolas Werner2020-11-251-64/+1
* Merge pull request #325 from trilene/webrtc-videoDeepBlueV7.X2020-11-131-2/+2
|\
| * clang-formattrilene2020-11-131-2/+2
* | Merge pull request #313 from MayeulC/shrug-textDeepBlueV7.X2020-10-311-1/+1
|\ \ | |/ |/|
| * Allow sending text after `shrug`Mayeul Cantan2020-10-311-1/+1
* | Supress unused var warning for STUN_SERVER (used only if gstreamer supported)Nicolas Werner2020-10-301-2/+2
* | Fix clipboard image pasting crash on macosJoseph Donofry2020-10-281-1/+1
* | Optimize buildNicolas Werner2020-10-271-2/+2
|/
* Delete text on Ctrl-ULorenDB2020-10-211-0/+3
* Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-10-081-4/+3
|\
| * clang-formattrilene2020-09-221-2/+1
| * Port ActiveCallBar to Qmltrilene2020-09-221-4/+4
* | Don't fail on missing key for a device and /rotate-megolm-session commandNicolas Werner2020-10-031-0/+2
|/
* reset filter string when emoji completer is openedJussi Kuokkanen2020-09-131-1/+2
* remove unused includes and use QRegularExpressionJussi Kuokkanen2020-08-311-7/+5
* get completion string based on trigger position instead of current wordJussi Kuokkanen2020-08-311-8/+9
* ignore enter keypress when completion is selectedJussi Kuokkanen2020-08-311-6/+7
* don't select emoji completion by default and add minimum string length before...Jussi Kuokkanen2020-08-291-7/+8
* fix build and remove commented codeJussi Kuokkanen2020-08-291-4/+1
* lintJussi Kuokkanen2020-08-281-85/+89
* Merge branch 'master' of https://github.com/Nheko-Reborn/nhekoJussi Kuokkanen2020-08-281-13/+15
|\
| * Merge pull request #251 from Nheko-Reborn/new-event-storeDeepBlueV7.X2020-08-261-11/+13
| |\
| | * Merge remote-tracking branch 'origin/master' into new-event-storeNicolas Werner2020-08-171-0/+31
| | |\
| | * | Add /clear-timeline commandNicolas Werner2020-08-091-11/+13
| * | | Stop SendFile and Call buttons swapping places on file uploadtrilene2020-08-171-2/+2
| | |/ | |/|
* / | add emoji completer to text inputJussi Kuokkanen2020-08-281-2/+104
|/ /
* | Disable call support, when GStreamer is unavailableNicolas Werner2020-08-141-0/+6
* | Handle ICE failuretrilene2020-07-261-1/+2
* | Polish voice call UItrilene2020-07-221-11/+9
* | Support voice callstrilene2020-07-101-0/+26
|/
* add a bit of additional logging to image pasteNicolas Werner2020-05-181-0/+1
* Add /roomnick commandNicolas Werner2020-05-181-0/+2
* Fix reply not closingNicolas Werner2020-04-131-60/+9
* use QStandardPaths locations for all file dialogs.Adasauce2020-02-141-1/+2
* Don't leak the full file path when sending fileNicolas Werner2020-02-061-1/+1
* more emojisJoseph Donofry2020-02-011-0/+4
* Remove metatypes from headersNicolas Werner2020-01-311-1/+1
* Optimize includes a bitNicolas Werner2020-01-311-4/+1
* Merge branch 'plain-text-messages' into 0.7.0-devNicolas Werner2020-01-291-0/+8
|\
| * Add command for invite,kick,ban and unbanNicolas Werner2020-01-291-0/+8
* | Add initial QML Reply PopupJoseph Donofry2020-01-271-1/+1
|/
* Allow replying with an imageNicolas Werner2020-01-121-20/+17
* Fix transitive dependencies on iostreamNicolas Werner2019-12-231-1/+1
* Reduce overhead of Cache.hNicolas Werner2019-12-151-2/+2
* Implement sending encrypted filesNicolas Werner2019-12-051-21/+7
* Fix copy and pasting image from clipboardNicolas Werner2019-07-221-2/+3
* Further UI Updates to Rich RepliesJoseph Donofry2019-06-141-4/+4
* Further Improve Reply FunctionalityJoseph Donofry2019-06-131-17/+13
* Add style for reply popup. Fix ALL of the linting issuesredsky172019-06-111-4/+2
* Fix lambda capture and lint issuesredsky172019-06-111-1/+1
* Initial Support for Rich RepliesJoseph Donofry2019-06-111-18/+56
* Add initial support for rich replies to nhekoJoseph Donofry2019-06-091-3/+15
* Merge pull request #43 from vtronko/implicitconversion_fixJoseph Donofry2019-03-031-2/+2
|\
| * Get rid of implicit conversion in text input height calculationVladyslav Tronko2019-03-031-2/+2
* | Don't let multiline text background overlap top border of text widgetVladyslav tronko2019-03-041-3/+3
|/
* Revert "Remove built-in emoji picker"redsky172019-01-261-0/+35
* Remove built-in emoji pickerKonstantinos Sideris2018-10-071-35/+0
* Adjust the height of the bottom widgetsKonstantinos Sideris2018-10-061-10/+19
* Remove pixel values from the text input widgetKonstantinos Sideris2018-09-291-14/+0
* Make the height of the bottom bar smallerKonstantinos Sideris2018-09-291-3/+3
* macOS: Use the native emoji pickerKonstantinos Sideris2018-09-191-0/+15
* Improvements on the system themeKonstantinos Sideris2018-09-191-3/+0
* Merge matrix-structs into the client libKonstantinos Sideris2018-09-011-2/+0
* Remove the reserved space gap for the typing notificationsKonstantinos Sideris2018-08-091-0/+2
* Remove hover event from emoji pickerKonstantinos Sideris2018-08-081-0/+1
* Add tab-completion for usernamesKonstantinos Sideris2018-07-291-11/+34
* Add missing tooltips on buttonsKonstantinos Sideris2018-07-251-0/+2
* Move all files under src/Konstantinos Sideris2018-07-171-0/+631