index
:
matrix/thirdparty/nheko.git
this commit
master
github/master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
TextInputWidget.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove old Textinput
Nicolas Werner
2020-11-25
1
-496
/
+0
*
use completion interface in emoji completions
Jussi Kuokkanen
2020-11-25
1
-3
/
+7
*
rename CompletionModel to CompletionProxyModel
Jussi Kuokkanen
2020-11-25
1
-2
/
+2
*
Send typing updates from QML
Nicolas Werner
2020-11-25
1
-30
/
+0
*
Move emoji picker to qml
Nicolas Werner
2020-11-25
1
-35
/
+0
*
Move calls to new input bar
Nicolas Werner
2020-11-25
1
-30
/
+0
*
Add file uploading
Nicolas Werner
2020-11-25
1
-146
/
+0
*
Basic text input in qml
Nicolas Werner
2020-11-25
1
-64
/
+1
*
Merge pull request #325 from trilene/webrtc-video
DeepBlueV7.X
2020-11-13
1
-2
/
+2
|
\
|
*
clang-format
trilene
2020-11-13
1
-2
/
+2
*
|
Merge pull request #313 from MayeulC/shrug-text
DeepBlueV7.X
2020-10-31
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Allow sending text after `shrug`
Mayeul Cantan
2020-10-31
1
-1
/
+1
*
|
Supress unused var warning for STUN_SERVER (used only if gstreamer supported)
Nicolas Werner
2020-10-30
1
-2
/
+2
*
|
Fix clipboard image pasting crash on macos
Joseph Donofry
2020-10-28
1
-1
/
+1
*
|
Optimize build
Nicolas Werner
2020-10-27
1
-2
/
+2
|
/
*
Delete text on Ctrl-U
LorenDB
2020-10-21
1
-0
/
+3
*
Merge remote-tracking branch 'origin/master' into cross-signing
Nicolas Werner
2020-10-08
1
-4
/
+3
|
\
|
*
clang-format
trilene
2020-09-22
1
-2
/
+1
|
*
Port ActiveCallBar to Qml
trilene
2020-09-22
1
-4
/
+4
*
|
Don't fail on missing key for a device and /rotate-megolm-session command
Nicolas Werner
2020-10-03
1
-0
/
+2
|
/
*
reset filter string when emoji completer is opened
Jussi Kuokkanen
2020-09-13
1
-1
/
+2
*
remove unused includes and use QRegularExpression
Jussi Kuokkanen
2020-08-31
1
-7
/
+5
*
get completion string based on trigger position instead of current word
Jussi Kuokkanen
2020-08-31
1
-8
/
+9
*
ignore enter keypress when completion is selected
Jussi Kuokkanen
2020-08-31
1
-6
/
+7
*
don't select emoji completion by default and add minimum string length before...
Jussi Kuokkanen
2020-08-29
1
-7
/
+8
*
fix build and remove commented code
Jussi Kuokkanen
2020-08-29
1
-4
/
+1
*
lint
Jussi Kuokkanen
2020-08-28
1
-85
/
+89
*
Merge branch 'master' of https://github.com/Nheko-Reborn/nheko
Jussi Kuokkanen
2020-08-28
1
-13
/
+15
|
\
|
*
Merge pull request #251 from Nheko-Reborn/new-event-store
DeepBlueV7.X
2020-08-26
1
-11
/
+13
|
|
\
|
|
*
Merge remote-tracking branch 'origin/master' into new-event-store
Nicolas Werner
2020-08-17
1
-0
/
+31
|
|
|
\
|
|
*
|
Add /clear-timeline command
Nicolas Werner
2020-08-09
1
-11
/
+13
|
*
|
|
Stop SendFile and Call buttons swapping places on file upload
trilene
2020-08-17
1
-2
/
+2
|
|
|
/
|
|
/
|
*
/
|
add emoji completer to text input
Jussi Kuokkanen
2020-08-28
1
-2
/
+104
|
/
/
*
|
Disable call support, when GStreamer is unavailable
Nicolas Werner
2020-08-14
1
-0
/
+6
*
|
Handle ICE failure
trilene
2020-07-26
1
-1
/
+2
*
|
Polish voice call UI
trilene
2020-07-22
1
-11
/
+9
*
|
Support voice calls
trilene
2020-07-10
1
-0
/
+26
|
/
*
add a bit of additional logging to image paste
Nicolas Werner
2020-05-18
1
-0
/
+1
*
Add /roomnick command
Nicolas Werner
2020-05-18
1
-0
/
+2
*
Fix reply not closing
Nicolas Werner
2020-04-13
1
-60
/
+9
*
use QStandardPaths locations for all file dialogs.
Adasauce
2020-02-14
1
-1
/
+2
*
Don't leak the full file path when sending file
Nicolas Werner
2020-02-06
1
-1
/
+1
*
more emojis
Joseph Donofry
2020-02-01
1
-0
/
+4
*
Remove metatypes from headers
Nicolas Werner
2020-01-31
1
-1
/
+1
*
Optimize includes a bit
Nicolas Werner
2020-01-31
1
-4
/
+1
*
Merge branch 'plain-text-messages' into 0.7.0-dev
Nicolas Werner
2020-01-29
1
-0
/
+8
|
\
|
*
Add command for invite,kick,ban and unban
Nicolas Werner
2020-01-29
1
-0
/
+8
*
|
Add initial QML Reply Popup
Joseph Donofry
2020-01-27
1
-1
/
+1
|
/
*
Allow replying with an image
Nicolas Werner
2020-01-12
1
-20
/
+17
*
Fix transitive dependencies on iostream
Nicolas Werner
2019-12-23
1
-1
/
+1
*
Reduce overhead of Cache.h
Nicolas Werner
2019-12-15
1
-2
/
+2
*
Implement sending encrypted files
Nicolas Werner
2019-12-05
1
-21
/
+7
*
Fix copy and pasting image from clipboard
Nicolas Werner
2019-07-22
1
-2
/
+3
*
Further UI Updates to Rich Replies
Joseph Donofry
2019-06-14
1
-4
/
+4
*
Further Improve Reply Functionality
Joseph Donofry
2019-06-13
1
-17
/
+13
*
Add style for reply popup. Fix ALL of the linting issues
redsky17
2019-06-11
1
-4
/
+2
*
Fix lambda capture and lint issues
redsky17
2019-06-11
1
-1
/
+1
*
Initial Support for Rich Replies
Joseph Donofry
2019-06-11
1
-18
/
+56
*
Add initial support for rich replies to nheko
Joseph Donofry
2019-06-09
1
-3
/
+15
*
Merge pull request #43 from vtronko/implicitconversion_fix
Joseph Donofry
2019-03-03
1
-2
/
+2
|
\
|
*
Get rid of implicit conversion in text input height calculation
Vladyslav Tronko
2019-03-03
1
-2
/
+2
*
|
Don't let multiline text background overlap top border of text widget
Vladyslav tronko
2019-03-04
1
-3
/
+3
|
/
*
Revert "Remove built-in emoji picker"
redsky17
2019-01-26
1
-0
/
+35
*
Remove built-in emoji picker
Konstantinos Sideris
2018-10-07
1
-35
/
+0
*
Adjust the height of the bottom widgets
Konstantinos Sideris
2018-10-06
1
-10
/
+19
*
Remove pixel values from the text input widget
Konstantinos Sideris
2018-09-29
1
-14
/
+0
*
Make the height of the bottom bar smaller
Konstantinos Sideris
2018-09-29
1
-3
/
+3
*
macOS: Use the native emoji picker
Konstantinos Sideris
2018-09-19
1
-0
/
+15
*
Improvements on the system theme
Konstantinos Sideris
2018-09-19
1
-3
/
+0
*
Merge matrix-structs into the client lib
Konstantinos Sideris
2018-09-01
1
-2
/
+0
*
Remove the reserved space gap for the typing notifications
Konstantinos Sideris
2018-08-09
1
-0
/
+2
*
Remove hover event from emoji picker
Konstantinos Sideris
2018-08-08
1
-0
/
+1
*
Add tab-completion for usernames
Konstantinos Sideris
2018-07-29
1
-11
/
+34
*
Add missing tooltips on buttons
Konstantinos Sideris
2018-07-25
1
-0
/
+2
*
Move all files under src/
Konstantinos Sideris
2018-07-17
1
-0
/
+631