Nicolas Werner
4783ce8c44
Add a background to scroll to bottom button
3 years ago
Malte E
8c8305bf8a
add jump to end button
3 years ago
Nicolas Werner
6d1416fb6e
Add backend for new room creation dialogs
3 years ago
Malte E
d7cb2bd647
expose options better
3 years ago
Malte E
f66ec626f0
fix tapping messages, fix pressandhold/doubletap on touch
3 years ago
Malte E
5078bdd14f
drag to reply ( #1018 )
3 years ago
Malte E
838cf63578
direct chat creator can now create direct chats
3 years ago
Malte E
5384ab377c
initial direct chat creation dialog
3 years ago
Malte E
b8b31cb36d
CreateRoom dialog in QML
3 years ago
Malte E
13baf77435
Better touch scrolling ( #1012 )
3 years ago
Nicolas Werner
a23e2ba854
Make overlap of actionMenu a bit smaller again
3 years ago
Nicolas Werner
4495ad8e55
Properly enable hovering on message action menu
3 years ago
Nicolas Werner
b52fd8538d
Make hover menu inset slightly
3 years ago
Nicolas Werner
a9486ec896
Fix thumbnails for encrypted files and factor upload box out
3 years ago
Nicolas Werner
dbd2bebe6c
Show some previews in upload window
3 years ago
Nicolas Werner
fd83858715
Add duration and resolution to files
3 years ago
Nicolas Werner
d3471a1097
Move uploads to InputBar
3 years ago
Malte E
f563098e9a
Don't send on Enter when inputMethod.visible ( == OSK active assumed)
3 years ago
Malte E
d58a483642
add preedit text to search
3 years ago
Malte E
0cb729cfc2
remove completer trigger characters
3 years ago
Malte E
548063d303
attempt to include preeditText in search string
3 years ago
Malte E
86a81307fb
make completer work with input method
3 years ago
Malte E
a42335aed2
elide usernames in timeline ( #997 )
...
* Use advanceWidth to get the with of the original text
Co-authored-by: Nicolas Werner <nicolas.werner@hotmail.de>
3 years ago
Malte E
d765305595
properly commit preedit text
3 years ago
math
88d86405f8
add option to open video with external program by default
3 years ago
math
74a4e36f90
add option to open image with external program by default
3 years ago
Nicolas Werner
4f44b63a49
Fix screen share calls
3 years ago
Malte E
637abac334
add space between date bubble and own messages
3 years ago
Malte E
3e59b76b54
add space below datebubble and own message bubbles
3 years ago
Malte E
8a78920b88
allow bubbles to be not larger than necessary
3 years ago
Malte E
a76b50b48e
small rework of the reply popup
3 years ago
tastytea
a7388a70be
Use standard buttons where possible
...
Standard buttons are ordered in the right way and sometimes have an
icon.
Bug: https://matrix.to/#/%23nheko%3Anheko.im/%2476PZ2m6YftX8mqGIe9ettKbh_-pEYeVRQSJBfwFzWi0?via=pixie.town&via=matrix.org&via=matrix.flexinos.tech&via=half-shot.uk
3 years ago
Malte E
7ec0539476
reduce replied-to message to implicitWidth if non-bubble layout is used
3 years ago
Malte E
8fa912ed85
right-align reactions of right-aligned bubbles
3 years ago
Nicolas Werner
bf7b58c959
Don't destroy components in use
...
Add a delay to all destructions and move the call dialog stuff up a
level, so that we don't destroy the component when destroying the parent
dialog.
fixes #984
3 years ago
Nicolas Werner
7a11b69f99
Fix images being cropped instead of scaled
3 years ago
Nicolas Werner
fcfcf5573b
Fix a few alignment issues in the hover menu
3 years ago
tastytea
ddf749d3a2
Remove extra … from reaction text if it is already there
...
elidedText should have … in it if the text doesn't fit, but it seems
that it is omitted if the emoji font doesn't have it. 🙄
See <https://github.com/Nheko-Reborn/nheko/pull/982 >.
3 years ago
tastytea
b82b724795
Show long reaction text in tooltip
...
If the reaction text is elided, it will be shown in the tooltip.
3 years ago
Nicolas Werner
5b09dd1a11
Fix a few alignment issues in the roomlist
3 years ago
tastytea
b75f7e564d
Make “show more” “show less” in room settings translatable
3 years ago
Nicolas Werner
ea6d50d114
Remove spurious log message
3 years ago
Nicolas Werner
9c622b60b9
Fix flickering in hover menu
3 years ago
Nicolas Werner
ac1d678254
Fix server switching to https after bootstrap
...
fixes #878
3 years ago
tastytea
e390c39862
Allow to specify reason for removed message
...
# Previous commits:
# 5949173b
Add function to force focus on InputDialog input field
# 9482ac4e
Allow explicit selection of SSO method
# ab05e2d8
Mobile message input (#962 )
# 12a6da01
If you replace the txn id, replace a string the length of the txn id...
3 years ago
tastytea
5949173ba2
Add function to force focus on InputDialog input field
...
# Previous commits:
# 9482ac4e
Allow explicit selection of SSO method
# ab05e2d8
Mobile message input (#962 )
# 12a6da01
If you replace the txn id, replace a string the length of the txn id...
# df6a5aab
Fix clicking on images in replies
3 years ago
Nicolas Werner
9482ac4e7a
Allow explicit selection of SSO method
...
fixes #975
3 years ago
Malte E
ab05e2d8dc
Mobile message input ( #962 )
...
* swap send and sticker icons based on text input
* collapse MessageInput options when window is narrow
* buttons disappear once you type/send partial text from input method
3 years ago
Nicolas Werner
df6a5aabb6
Fix clicking on images in replies
...
fixes #881
3 years ago
Nicolas Werner
7238ca3765
Open room members dialog when clicking the encryption indicator
...
fixes #937
3 years ago