summary refs log tree commit diff
path: root/src/CompletionProxyModel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | makes nheko appear at the top, if you search for it as well as TWIM match the twim room
* Improve sorting and sizing of completions a bitNicolas Werner2021-03-141-3/+16
|
* Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into ↵Nicolas Werner2021-03-131-2/+5
|\ | | | | | | Jedi18-quickswitcher_qml
| * change allowed mistakes, fix minor style issues, remove old completer ↵Jedi182021-03-071-2/+5
| | | | | | | | function from inputbar
* | fix lintingNicolas Werner2021-03-051-10/+11
| |
* | Merge pull request #505 from Nheko-Reborn/license-headersDeepBlueV7.X2021-03-051-0/+4
|\ \ | | | | | | License headers
| * | 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