Nicolas Werner
|
485babba14
|
Implement a completer for commands
fixes #429
|
2022-11-09 04:59:06 +01:00 |
|
Nicolas Werner
|
4ec92e0244
|
Remove confusing log message
|
2022-06-15 22:18:35 +02:00 |
|
Nicolas Werner
|
051545a851
|
Fix crash on some systems because of reuseItems in completer
|
2022-06-12 17:49:20 +02:00 |
|
Nicolas Werner
|
6c6d43691d
|
Add basic powerlevel editor
|
2022-05-27 17:01:58 +02:00 |
|
Nicolas Werner
|
23efa8f815
|
Fix a few small completer glitches
|
2022-03-01 02:33:22 +01:00 |
|
Nicolas Werner
|
609cd82dc0
|
Fix forward completer
|
2022-02-21 04:07:13 +01:00 |
|
Nicolas Werner
|
1c83ce1e79
|
Simplify Ripple effect and make it easier to use everywhere
|
2022-01-02 06:22:50 +01:00 |
|
Nicolas Werner
|
61404641d9
|
Update year in copyright notice to shut up lint job
|
2022-01-01 04:57:53 +01:00 |
|
Joe Donofry
|
c8ff44aa20
|
Increase Completer limit to 30
- Add scrolling
- Only display ~7 items at once
|
2021-12-30 04:46:30 +00:00 |
|
Nicolas Werner
|
7742f12f30
|
Use body in alt text of custom emoji
|
2021-12-27 19:08:13 +01:00 |
|
Nicolas Werner
|
ea6b19b307
|
Add an ugly custom emote completer using ~
|
2021-12-27 06:23:36 +01:00 |
|
Loren Burkholder
|
3a86d44c1e
|
Finish getting all avatars jdenticonified
|
2021-09-11 19:35:31 -04:00 |
|
Loren Burkholder
|
81a3faee7b
|
Finish converting function to property
|
2021-07-20 21:47:54 -04:00 |
|
Nicolas Werner
|
b158c02e3b
|
Fix warning by deleting code I don't understand
|
2021-07-15 00:34:47 +02:00 |
|
Nicolas Werner
|
27070386e7
|
Fix html in completer
Fixes #578
|
2021-06-08 22:21:29 +02:00 |
|
Nicolas Werner
|
298822baea
|
Move currentRoom/timeline handling to roomlist
|
2021-05-28 22:14:59 +02:00 |
|
Nicolas Werner
|
a7f8b23b52
|
Make palette global in Qml
|
2021-05-13 08:23:56 +02:00 |
|
Nicolas Werner
|
eb9603f4c0
|
Fix room completions not showing label avatars
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.
|
2021-03-14 02:50:44 +01:00 |
|
Nicolas Werner
|
05c636a8d4
|
Fix qml license headers again
|
2021-03-14 02:45:20 +01:00 |
|
Nicolas Werner
|
1961312b15
|
Improve sorting and sizing of completions a bit
|
2021-03-14 01:24:26 +01:00 |
|
Nicolas Werner
|
7a356f3832
|
Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into Jedi18-quickswitcher_qml
|
2021-03-13 23:45:05 +01:00 |
|
Nicolas Werner
|
c03f716e8b
|
Fix conflict between qmlformat and license check
|
2021-03-07 05:57:56 +01:00 |
|
Nicolas Werner
|
bb6ff8cec8
|
Show mxid on hovering username
fixes #507
|
2021-03-07 05:53:54 +01:00 |
|
Jedi18
|
8870455f9d
|
change allowed mistakes, fix minor style issues, remove old completer function from inputbar
|
2021-03-07 00:18:24 +05:30 |
|
Nicolas Werner
|
a6f0d2ea7d
|
Update license headers
|
2021-03-05 01:04:07 +01:00 |
|
Jedi18
|
0ce7f78446
|
added margins and ui changes for quickswitcher and completer
|
2021-02-24 19:32:13 +05:30 |
|
Jedi18
|
096f37df1f
|
fix row content centering
|
2021-02-24 13:38:01 +05:30 |
|
Jedi18
|
97c2505619
|
add matrix text field
|
2021-02-23 21:36:21 +05:30 |
|
Jedi18
|
b1dec6f6ac
|
enter key now works, fix room highlighting and add overlay
|
2021-02-23 00:18:31 +05:30 |
|
Jedi18
|
3f4ad1dd8b
|
selecting room in quickswitcher now works, added completionSelected signal
|
2021-02-22 23:08:42 +05:30 |
|
Jedi18
|
0922a8e4c7
|
add room alias delegate, fix some quickswitcher ui problems
|
2021-02-22 00:01:50 +05:30 |
|
Jedi18
|
32d419d14f
|
add quick switcher qml file and moved completerFor from inputbar to timeline view class
|
2021-02-21 23:10:21 +05:30 |
|
Jedi18
|
19dbbb2c6c
|
add rooms model, add room delegate for completer
|
2021-02-16 00:50:28 +05:30 |
|
Nicolas Werner
|
54cc77de0e
|
Only select elements in completer when mouse is moved
|
2021-01-27 19:36:53 +01:00 |
|
Nicolas Werner
|
d1280af2e4
|
Autoclose completer when space is pressed and no suggestion available
|
2021-01-27 19:19:21 +01:00 |
|
Loren Burkholder
|
cd426d8f75
|
Use colors.mid for Completer border
|
2021-01-22 20:38:09 -05:00 |
|
Loren Burkholder
|
b1f8397499
|
Add border to Completer to distinguish it from the window
|
2021-01-21 19:05:34 -05:00 |
|
Nicolas Werner
|
6090d00251
|
Revert "Update QtQuick versions to match Qt 5.10"
This reverts commit 74e32dd96b .
|
2021-01-12 15:03:39 +01:00 |
|
Joseph Donofry
|
74e32dd96b
|
Update QtQuick versions to match Qt 5.10
|
2021-01-11 22:17:00 -05:00 |
|
Joseph Donofry
|
9be466754e
|
Add ripple to completer
|
2021-01-11 20:22:40 -05:00 |
|
Joseph Donofry
|
9a604d3821
|
Clean up Avatar click event handling
|
2021-01-11 20:02:39 -05:00 |
|
Nicolas Werner
|
37df79f796
|
Show userid in completer
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
0cf556fa20
|
Mouse selection of completions
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
29625ae253
|
Fix some issues with completer
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
c8fa40a2df
|
Use a trie for filtering completions (not fuzzy yet)
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
094c0b09ab
|
Qml emoji completer
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
add5903fb0
|
Working User completer
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
cabeb1464c
|
WIP Qml completer
|
2020-11-25 19:05:12 +01:00 |
|