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
/
resources
/
qml
/
MessageView.qml
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2020-11-25
Fix input focus when pressing reply button
Nicolas Werner
5
-0
/
+5
2020-11-25
Implement Qml drag and drop
Nicolas Werner
9
-5
/
+104
2020-11-25
Fix enter when no completion available
Nicolas Werner
1
-12
/
+13
2020-11-25
Remove redundant user search suggestion code
Nicolas Werner
7
-122
/
+42
2020-11-25
Show userid in completer
Nicolas Werner
3
-0
/
+9
2020-11-25
Linkify username completion
Nicolas Werner
1
-0
/
+3
2020-11-25
Mouse selection of completions
Nicolas Werner
2
-3
/
+21
2020-11-25
Split completion model into header and source
Nicolas Werner
3
-110
/
+145
2020-11-25
Match on each word in the completer
Nicolas Werner
1
-1
/
+12
2020-11-25
Fix index out of range on backspace in completer
Nicolas Werner
1
-3
/
+3
2020-11-25
Fix completer fuzzy match not applying after prefix match and insert being ↵
Nicolas Werner
1
-19
/
+9
broken
2020-11-25
Fix some issues with completer
Nicolas Werner
5
-68
/
+144
2020-11-25
Fix mimetype of media messages
Nicolas Werner
2
-4
/
+5
2020-11-25
Use a trie for filtering completions (not fuzzy yet)
Nicolas Werner
2
-74
/
+131
2020-11-25
Remove old Textinput
Nicolas Werner
5
-681
/
+0
2020-11-25
Qml emoji completer
Nicolas Werner
4
-12
/
+62
2020-11-25
Simple prefix match for completions
Nicolas Werner
2