summary refs log tree commit diff
path: root/src/CompletionProxyModel.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace search vector with spanNicolas Werner2023-05-201-6/+7
* Sort rooms in completer by 'activity' and make tombstoned rooms italicNicolas Werner2023-05-061-4/+8
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
* Mark classes as final where possibleNicolas Werner2022-10-101-1/+1
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-1/+1
* Do less work when building completion trienenomius2022-07-231-1/+12
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
* Increase Completer limit to 30Joe Donofry2021-12-301-1/+1
* Make clang-format <13 and clang-format >=13 behave the sameNicolas Werner2021-11-221-3/+2
* Change indentation to 4 spacesNicolas Werner2021-09-181-143/+140
* Use one CompletionProxy for everything including EmojiPickerNicolas Werner2021-04-181-2/+4
* Improve sorting a bit and fix some bugs in edge casesNicolas Werner2021-04-091-37/+51
* Improve sorting and sizing of completions a bitNicolas Werner2021-03-141-2/+4
* Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into Jedi18...Nicolas Werner2021-03-131-17/+25
|\
| * change allowed mistakes, fix minor style issues, remove old completer functio...Jedi182021-03-071-17/+25
* | Update license headersNicolas Werner2021-03-051-0/+4
|/
* Split completion model into header and sourceNicolas Werner2020-11-251-110/+11
* Match on each word in the completerNicolas Werner2020-11-251-1/+12
* Fix completer fuzzy match not applying after prefix match and insert being br...Nicolas Werner2020-11-251-19/+9
* Fix some issues with completerNicolas Werner2020-11-251-12/+77
* Use a trie for filtering completions (not fuzzy yet)Nicolas Werner2020-11-251-72/+129
* Simple prefix match for completionsNicolas Werner2020-11-251-4/+4
* Custom completer filteringNicolas Werner2020-11-251-0/+96
* Working User completerNicolas Werner2020-11-251-1/+20
* rename CompletionModel to CompletionProxyModelJussi Kuokkanen2020-11-251-0/+20