summary refs log tree commit diff
path: root/resources/qml/QuickSwitcher.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix theme in cross-signing setupNicolas Werner2023-06-081-3/+3
|
* Fix palette in popupsNicolas Werner2023-06-081-0/+3
|
* Fix request for empty imageNicolas Werner2023-06-081-1/+1
|
* Bump mtxclient depNicolas Werner2023-06-081-1/+1
|
* Format qmlNicolas Werner2023-06-081-29/+26
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-2/+1
|
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* Focus text input when quick switcher is closedLoren Burkholder2023-02-141-0/+1
| | | | Fixes #1065
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Fix a few small completer glitchesNicolas Werner2022-03-011-0/+1
|
* Fix forward completerNicolas Werner2022-02-211-44/+43
|
* make search usable on mobileMalte E2022-02-181-1/+1
|
* Port registration to QmlNicolas Werner2022-01-281-1/+1
|
* Functional login pageNicolas Werner2022-01-261-3/+1
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Use in memory media player instead of storing unencrypted files on diskNicolas Werner2021-08-291-3/+2
|
* accept Backtab and Shift-Tab for hovering selection backwardsresolritter2021-08-221-6/+7
|
* Tab to move down completerNicolas Werner2021-08-141-0/+3
|
* Port to explicit connect syntaxNicolas Werner2021-07-271-2/+4
| | | | Also fix a lot of warnings.
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-2/+1
|
* Make palette global in QmlNicolas Werner2021-05-131-2/+2
|
* Fix some TapHandler focus issuesNicolas Werner2021-04-111-1/+1
|
* Remove delay when focusing quick switcherNicolas Werner2021-03-271-14/+1
|
* Fix qml license headers againNicolas Werner2021-03-141-0/+4
|
* Remove background of quick switcher popupNicolas Werner2021-03-141-0/+1
|
* Improve sorting and sizing of completions a bitNicolas Werner2021-03-141-37/+39
|
* Fix text corruption from unrounded pixel heightNicolas Werner2021-03-131-2/+2
|
* change allowed mistakes, fix minor style issues, remove old completer ↵Jedi182021-03-071-5/+4
| | | | function from inputbar
* changed bottomToTop to true and renamed textWidth to textHeightJedi182021-02-261-5/+5
|
* added margins and ui changes for quickswitcher and completerJedi182021-02-241-1/+5
|
* fix row content centeringJedi182021-02-241-0/+1
|
* fix matrixtextfield color and quickswitcher font sizeJedi182021-02-231-2/+3
|
* add matrix text fieldJedi182021-02-231-7/+25
|
* enter key now works, fix room highlighting and add overlayJedi182021-02-231-0/+9
|
* selecting room in quickswitcher now works, added completionSelected signalJedi182021-02-221-0/+19
|
* add room alias delegate, fix some quickswitcher ui problemsJedi182021-02-221-5/+13
|
* add quick switcher qml file and moved completerFor from inputbar to timeline ↵Jedi182021-02-211-0/+38
view class