Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace search vector with span | Nicolas Werner | 2023-05-20 | 1 | -6/+7 |
| | |||||
* | Sort rooms in completer by 'activity' and make tombstoned rooms italic | Nicolas Werner | 2023-05-06 | 1 | -4/+8 |
| | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -3/+1 |
| | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Mark classes as final where possible | Nicolas Werner | 2022-10-10 | 1 | -1/+1 |
| | |||||
* | cppcheck stuff (#1200) | Loren Burkholder | 2022-10-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * cppcheck stuff * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Fix linting Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | ||||
* | Do less work when building completion trie | nenomius | 2022-07-23 | 1 | -1/+12 |
| | | | | Convert to lower case only once per string. | ||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Increase Completer limit to 30 | Joe Donofry | 2021-12-30 | 1 | -1/+1 |
| | | | | | - Add scrolling - Only display ~7 items at once | ||||
* | Make clang-format <13 and clang-format >=13 behave the same | Nicolas Werner | 2021-11-22 | 1 | -3/+2 |
| | | | | | I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up. | ||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -143/+140 |
| | |||||
* | Use one CompletionProxy for everything including EmojiPicker | Nicolas Werner | 2021-04-18 | 1 | -2/+4 |
| | |||||
* | Improve sorting a bit and fix some bugs in edge cases | Nicolas Werner | 2021-04-09 | 1 | -37/+51 |
| | | | | 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 bit | Nicolas Werner | 2021-03-14 | 1 | -2/+4 |
| | |||||
* | Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into ↵ | Nicolas Werner | 2021-03-13 | 1 | -17/+25 |
|\ | | | | | | | Jedi18-quickswitcher_qml | ||||
| * | change allowed mistakes, fix minor style issues, remove old completer ↵ | Jedi18 | 2021-03-07 | 1 | -17/+25 |
| | | | | | | | | function from inputbar | ||||
* | | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
|/ | |||||
* | Split completion model into header and source | Nicolas Werner | 2020-11-25 | 1 | -110/+11 |
| | |||||
* | Match on each word in the completer | Nicolas Werner | 2020-11-25 | 1 | -1/+12 |
| | |||||
* | Fix completer fuzzy match not applying after prefix match and insert being ↵ | Nicolas Werner | 2020-11-25 | 1 | -19/+9 |
| | | | | broken | ||||
* | Fix some issues with completer | Nicolas Werner | 2020-11-25 | 1 | -12/+77 |
| | |||||
* | Use a trie for filtering completions (not fuzzy yet) | Nicolas Werner | 2020-11-25 | 1 | -72/+129 |
| | |||||
* | Simple prefix match for completions | Nicolas Werner | 2020-11-25 | 1 | -4/+4 |
| | |||||
* | Custom completer filtering | Nicolas Werner | 2020-11-25 | 1 | -0/+96 |
| | |||||
* | Working User completer | Nicolas Werner | 2020-11-25 | 1 | -1/+20 |
| | |||||
* | rename CompletionModel to CompletionProxyModel | Jussi Kuokkanen | 2020-11-25 | 1 | -0/+20 |