summary refs log tree commit diff
path: root/src/CompletionProxyModel.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Speed up compilation a bitNicolas Werner2023-10-311-1/+0
* Make Nheko compile on Qt6Nicolas Werner2023-06-081-1/+1
* Use case folding instead of lower case for searchNicolas Werner2023-05-201-3/+3
* 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
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-2/+2
* Do less work when building completion trienenomius2022-07-231-35/+34
* split point is pointlessNicolas Werner2022-01-311-1/+0
* Do word splitting in completerNicolas Werner2022-01-311-21/+26
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
* Fix more warnings and remove dead codeNicolas Werner2021-12-281-6/+6
* Some qt6 prepNicolas Werner2021-12-281-2/+2
* Fix inclusion condition for overriden pack typesNicolas Werner2021-12-271-2/+0
* Change indentation to 4 spacesNicolas Werner2021-09-181-94/+94
* Optimize completion model by only splitting on normal spacesNicolas Werner2021-05-301-3/+3
* Use one CompletionProxy for everything including EmojiPickerNicolas Werner2021-04-181-9/+22
* Improve sorting a bit and fix some bugs in edge casesNicolas Werner2021-04-091-1/+4
* Improve sorting and sizing of completions a bitNicolas Werner2021-03-141-3/+16
* Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into Jedi18...Nicolas Werner2021-03-131-2/+5
|\
| * change allowed mistakes, fix minor style issues, remove old completer functio...Jedi182021-03-071-2/+5
* | fix lintingNicolas Werner2021-03-051-10/+11
* | Merge pull request #505 from Nheko-Reborn/license-headersDeepBlueV7.X2021-03-051-0/+4
|\ \
| * | Update license headersNicolas Werner2021-03-051-0/+4
| |/
* / Fix lintingJoseph Donofry2021-03-041-11/+10
|/
* SkipEmptyParts was only added in Qt 5.14Nicolas Werner2020-11-261-4/+6
* Split completion model into header and sourceNicolas Werner2020-11-251-0/+133