Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speed up compilation a bit | Nicolas Werner | 2023-10-31 | 1 | -1/+0 |
| | |||||
* | Make Nheko compile on Qt6 | Nicolas Werner | 2023-06-08 | 1 | -1/+1 |
| | |||||
* | Use case folding instead of lower case for search | Nicolas Werner | 2023-05-20 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | cppcheck stuff (#1200) | Loren Burkholder | 2022-10-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | * 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 | -35/+34 |
| | | | | Convert to lower case only once per string. | ||||
* | split point is pointless | Nicolas Werner | 2022-01-31 | 1 | -1/+0 |
| | |||||
* | Do word splitting in completer | Nicolas Werner | 2022-01-31 | 1 | -21/+26 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Fix more warnings and remove dead code | Nicolas Werner | 2021-12-28 | 1 | -6/+6 |
| | |||||
* | Some qt6 prep | Nicolas Werner | 2021-12-28 | 1 | -2/+2 |
| | |||||
* | Fix inclusion condition for overriden pack types | Nicolas Werner | 2021-12-27 | 1 | -2/+0 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -94/+94 |
| | |||||
* | Optimize completion model by only splitting on normal spaces | Nicolas Werner | 2021-05-30 | 1 | -3/+3 |
| | |||||
* | Use one CompletionProxy for everything including EmojiPicker | Nicolas Werner | 2021-04-18 | 1 | -9/+22 |
| | |||||
* | Improve sorting a bit and fix some bugs in edge cases | Nicolas Werner | 2021-04-09 | 1 | -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 bit | Nicolas Werner | 2021-03-14 | 1 | -3/+16 |
| | |||||
* | Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into ↵ | Nicolas Werner | 2021-03-13 | 1 | -2/+5 |
|\ | | | | | | | Jedi18-quickswitcher_qml | ||||
| * | change allowed mistakes, fix minor style issues, remove old completer ↵ | Jedi18 | 2021-03-07 | 1 | -2/+5 |
| | | | | | | | | function from inputbar | ||||
* | | fix linting | Nicolas Werner | 2021-03-05 | 1 | -10/+11 |
| | | |||||
* | | Merge pull request #505 from Nheko-Reborn/license-headers | DeepBlueV7.X | 2021-03-05 | 1 | -0/+4 |
|\ \ | | | | | | | License headers | ||||
| * | | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| |/ | |||||
* / | Fix linting | Joseph Donofry | 2021-03-04 | 1 | -11/+10 |
|/ | |||||
* | SkipEmptyParts was only added in Qt 5.14 | Nicolas Werner | 2020-11-26 | 1 | -4/+6 |
| | |||||
* | Split completion model into header and source | Nicolas Werner | 2020-11-25 | 1 | -0/+133 |