summaryrefslogtreecommitdiffstats
path: root/src/CompletionProxyModel.h
AgeCommit message (Expand)Author
2022-01-01Update year in copyright notice to shut up lint jobNicolas Werner
2021-12-30Increase Completer limit to 30Joe Donofry
2021-11-22Make clang-format <13 and clang-format >=13 behave the sameNicolas Werner
2021-09-18Change indentation to 4 spacesNicolas Werner
2021-04-18Use one CompletionProxy for everything including EmojiPickerNicolas Werner
2021-04-09Improve sorting a bit and fix some bugs in edge casesNicolas Werner
2021-03-14Improve sorting and sizing of completions a bitNicolas Werner
2021-03-13Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into Jedi18...Nicolas Werner
2021-03-07change allowed mistakes, fix minor style issues, remove old completer functio...Jedi18
2021-03-05Update license headersNicolas Werner
2020-11-25Split completion model into header and sourceNicolas Werner
2020-11-25Match on each word in the completerNicolas Werner
2020-11-25Fix completer fuzzy match not applying after prefix match and insert being br...Nicolas Werner
2020-11-25Fix some issues with completerNicolas Werner
2020-11-25Use a trie for filtering completions (not fuzzy yet)Nicolas Werner
2020-11-25Simple prefix match for completionsNicolas Werner
2020-11-25Custom completer filteringNicolas Werner
2020-11-25Working User completerNicolas Werner
2020-11-25rename CompletionModel to CompletionProxyModelJussi Kuokkanen