summary refs log tree commit diff
path: root/src/dialogs/CreateRoom.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-25Implement Qml drag and dropNicolas Werner9-5/+104
2020-11-25Fix enter when no completion availableNicolas Werner1-12/+13
2020-11-25Remove redundant user search suggestion codeNicolas Werner7-122/+42
2020-11-25Show userid in completerNicolas Werner3-0/+9
2020-11-25Linkify username completionNicolas Werner1-0/+3
2020-11-25Mouse selection of completionsNicolas Werner2-3/+21
2020-11-25Split completion model into header and sourceNicolas Werner3-110/+145
2020-11-25Match on each word in the completerNicolas Werner1-1/+12
2020-11-25Fix index out of range on backspace in completerNicolas Werner1-3/+3
2020-11-25Fix completer fuzzy match not applying after prefix match and insert being br...Nicolas Werner1-19/<