Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for intentional mentions | Nicolas Werner | 2024-03-08 | 1 | -0/+7 |
| | | | | | | This is still a bit flaky around when to remove a mention, but it should work in most cases. Might add a toggle in the future to disable these though. | ||||
* | Fix completer size on plasma6 | Nicolas Werner | 2024-03-05 | 1 | -1/+1 |
| | |||||
* | Spaces are now bold | Nicolas Werner | 2023-11-01 | 1 | -0/+2 |
| | |||||
* | More qml cleanups | Nicolas Werner | 2023-10-26 | 1 | -8/+8 |
| | |||||
* | Reimplement reply delegate by moving out the timeline event without layout | Nicolas Werner | 2023-08-25 | 1 | -5/+0 |
| | |||||
* | fix: duplicate id | ShootingStarDragons | 2023-07-12 | 1 | -5/+0 |
| | |||||
* | Fix completer size | Nicolas Werner | 2023-06-19 | 1 | -1/+1 |
| | |||||
* | Fix theme in cross-signing setup | Nicolas Werner | 2023-06-08 | 1 | -3/+3 |
| | |||||
* | Fix palette in popups | Nicolas Werner | 2023-06-08 | 1 | -0/+3 |
| | |||||
* | Format qml | Nicolas Werner | 2023-06-08 | 1 | -124/+88 |
| | |||||
* | Get rid of scrollhelper | Nicolas Werner | 2023-06-08 | 1 | -5/+0 |
| | |||||
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 1 | -15/+15 |
| | |||||
* | Make default completer complete custom emoji | Nicolas Werner | 2023-05-25 | 1 | -33/+19 |
| | |||||
* | Sort rooms in completer by 'activity' and make tombstoned rooms italic | Nicolas Werner | 2023-05-06 | 1 | -0/+2 |
| | |||||
* | Delay some delegate removals to reduce CPU spent on recalculating sizes | Nicolas Werner | 2023-03-25 | 1 | -0/+2 |
| | |||||
* | 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/ | ||||
* | Fix empty list freeze in Completer | Joseph Donofry | 2023-02-08 | 1 | -0/+3 |
| | |||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Implement a completer for commands | Nicolas Werner | 2022-11-09 | 1 | -0/+24 |
| | | | | fixes #429 | ||||
* | Remove confusing log message | Nicolas Werner | 2022-06-15 | 1 | -4/+0 |
| | |||||
* | Fix crash on some systems because of reuseItems in completer | Nicolas Werner | 2022-06-12 | 1 | -1/+2 |
| | |||||
* | Add basic powerlevel editor | Nicolas Werner | 2022-05-27 | 1 | -10/+18 |
| | |||||
* | Fix a few small completer glitches | Nicolas Werner | 2022-03-01 | 1 | -7/+6 |
| | |||||
* | Fix forward completer | Nicolas Werner | 2022-02-21 | 1 | -35/+18 |
| | |||||
* | Simplify Ripple effect and make it easier to use everywhere | Nicolas Werner | 2022-01-02 | 1 | -4/+3 |
| | |||||
* | 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 | -15/+34 |
| | | | | | - Add scrolling - Only display ~7 items at once | ||||
* | Use body in alt text of custom emoji | Nicolas Werner | 2021-12-27 | 1 | -1/+1 |
| | |||||
* | Add an ugly custom emote completer using ~ | Nicolas Werner | 2021-12-27 | 1 | -4/+34 |
| | |||||
* | Finish getting all avatars jdenticonified | Loren Burkholder | 2021-09-11 | 1 | -0/+3 |
| | |||||
* | Finish converting function to property | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Fix warning by deleting code I don't understand | Nicolas Werner | 2021-07-15 | 1 | -5/+0 |
| | |||||
* | Fix html in completer | Nicolas Werner | 2021-06-08 | 1 | -0/+3 |
| | | | | Fixes #578 | ||||
* | Move currentRoom/timeline handling to roomlist | Nicolas Werner | 2021-05-28 | 1 | -3/+3 |
| | |||||
* | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 1 | -11/+11 |
| | |||||
* | Fix room completions not showing label avatars | Nicolas Werner | 2021-03-14 | 1 | -0/+2 |
| | | | | | When no image is set for a room, the room didn't have the first character in the avatar, when opening any completer, that showed it. | ||||
* | Fix qml license headers again | Nicolas Werner | 2021-03-14 | 1 | -0/+1 |
| | |||||
* | Improve sorting and sizing of completions a bit | Nicolas Werner | 2021-03-14 | 1 | -14/+13 |
| | |||||
* | Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into ↵ | Nicolas Werner | 2021-03-13 | 1 | -10/+68 |
|\ | | | | | | | Jedi18-quickswitcher_qml | ||||
| * | change allowed mistakes, fix minor style issues, remove old completer ↵ | Jedi18 | 2021-03-07 | 1 | -0/+2 |
| | | | | | | | | function from inputbar | ||||
| * | added margins and ui changes for quickswitcher and completer | Jedi18 | 2021-02-24 | 1 | -10/+14 |
| | | |||||
| * | fix row content centering | Jedi18 | 2021-02-24 | 1 | -5/+10 |
| | | |||||
| * | add matrix text field | Jedi18 | 2021-02-23 | 1 | -6/+8 |
| | | |||||
| * | enter key now works, fix room highlighting and add overlay | Jedi18 | 2021-02-23 | 1 | -0/+7 |
| | | |||||
| * | selecting room in quickswitcher now works, added completionSelected signal | Jedi18 | 2021-02-22 | 1 | -2/+11 |
| | | |||||
| * | add room alias delegate, fix some quickswitcher ui problems | Jedi18 | 2021-02-22 | 1 | -2/+27 |
| | | |||||
| * | add quick switcher qml file and moved completerFor from inputbar to timeline ↵ | Jedi18 | 2021-02-21 | 1 | -1/+5 |
| | | | | | | | | view class | ||||
* | | Fix conflict between qmlformat and license check | Nicolas Werner | 2021-03-07 | 1 | -0/+1 |
| | | |||||
* | | Show mxid on hovering username | Nicolas Werner | 2021-03-07 | 1 | -1/+0 |
| | | | | | | | | fixes #507 | ||||
* | | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
|/ | |||||
* | add rooms model, add room delegate for completer | Jedi18 | 2021-02-16 | 1 | -0/+29 |
| | |||||
* | Only select elements in completer when mouse is moved | Nicolas Werner | 2021-01-27 | 1 | -1/+1 |
| | |||||
* | Autoclose completer when space is pressed and no suggestion available | Nicolas Werner | 2021-01-27 | 1 | -0/+1 |
| | |||||
* | Use colors.mid for Completer border | Loren Burkholder | 2021-01-22 | 1 | -2/+1 |
| | |||||
* | Add border to Completer to distinguish it from the window | Loren Burkholder | 2021-01-21 | 1 | -2/+4 |
| | |||||
* | Revert "Update QtQuick versions to match Qt 5.10" | Nicolas Werner | 2021-01-12 | 1 | -2/+2 |
| | | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48. | ||||
* | Update QtQuick versions to match Qt 5.10 | Joseph Donofry | 2021-01-11 | 1 | -2/+2 |
| | |||||
* | Add ripple to completer | Joseph Donofry | 2021-01-11 | 1 | -0/+9 |
| | |||||
* | Clean up Avatar click event handling | Joseph Donofry | 2021-01-11 | 1 | -0/+1 |
| | |||||
* | Show userid in completer | Nicolas Werner | 2020-11-25 | 1 | -0/+5 |
| | |||||
* | Mouse selection of completions | Nicolas Werner | 2020-11-25 | 1 | -0/+9 |
| | |||||
* | Fix some issues with completer | Nicolas Werner | 2020-11-25 | 1 | -52/+67 |
| | |||||
* | Use a trie for filtering completions (not fuzzy yet) | Nicolas Werner | 2020-11-25 | 1 | -2/+2 |
| | |||||
* | Qml emoji completer | Nicolas Werner | 2020-11-25 | 1 | -12/+48 |
| | |||||
* | Working User completer | Nicolas Werner | 2020-11-25 | 1 | -1/+7 |
| | |||||
* | WIP Qml completer | Nicolas Werner | 2020-11-25 | 1 | -0/+107 |