Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |