Nicolas Werner
e114b1adc7
Fix space-community wording
2023-03-18 15:06:19 +01:00
DeepBlueV7.X
9ad3f3f4fb
Merge pull request #1404 from LcsTen/dont-show-private-rooms-in-space
...
Don't show inaccessible private rooms in spaces
2023-03-18 14:02:03 +00:00
LcsTen
b3b5b6b374
Check isPreviewFetched property for hints
2023-03-18 13:07:08 +01:00
tastytea
a4d8df7bd0
make scroll-down button (toEndButton) focus message input
2023-03-12 22:46:23 +01:00
LcsTen
f186e56121
Show an appropriate hint if the room is inaccessible
2023-03-11 13:19:04 +01:00
DeepBlueV7.X
7d8ccd4ce8
Merge pull request #1388 from Nheko-Reborn/command
...
Warn if an invalid command is entered
2023-03-10 00:17:06 +00:00
DeepBlueV7.X
94c34a6e58
Merge pull request #1394 from Nheko-Reborn/uiTweaks
...
Some small UI changes
2023-03-09 23:06:30 +00:00
Nicolas Werner
d0d33660ba
Cleanup table rendering
...
fixes #1406
2023-03-09 21:08:18 +01:00
Loren Burkholder
b266185ce8
Handle incomplete commands better
2023-03-07 19:17:26 -05:00
Loren Burkholder
9429e3c000
Scroll farther on PgUp/PgDn
2023-03-02 13:35:14 -05:00
Loren Burkholder
7bb509005c
Add leave button to space preview
2023-03-02 10:30:59 -05:00
Loren Burkholder
1e701d411b
Don't double-show encryption dialog
2023-03-01 14:39:16 -05:00
Loren Burkholder
3245b119be
Make switches respect accent color
2023-03-01 10:49:17 -05:00
Loren Burkholder
24d401365e
Always open the invite dialog properly from the member list
2023-02-28 20:40:22 -05:00
Loren Burkholder
f3ab0abadf
Change members button color when hovered
2023-02-28 20:40:22 -05:00
Loren Burkholder
eced5c83b4
Elide nicks and userids in read reciepts dialog
2023-02-28 20:40:22 -05:00
Loren Burkholder
0e3453660f
Prevent long nicks/userids from breaking roomlist layout
...
Fixes #1297
2023-02-28 20:40:22 -05:00
Loren Burkholder
a731402816
Use the nheko spinner everywhere
2023-02-28 20:40:22 -05:00
Loren Burkholder
c27407bfab
Don't show timeline behind warnings
2023-02-28 20:10:25 -05:00
Loren Burkholder
b4f8d4947f
Simplify code a bit
2023-02-28 20:10:25 -05:00
Loren Burkholder
22ac5d861e
Move command calculation logic into InputBar
2023-02-28 20:10:25 -05:00
Loren Burkholder
b6ef00b5ee
Show warning when invalid command is entered
...
Fixes #1363
Please note that this doesn't prompt when you try to send a message with a bad command.
2023-02-28 20:10:25 -05:00
Loren Burkholder
9043087c80
Enhance appearance of room ping warning
2023-02-28 20:10:25 -05:00
Nicolas Werner
3c895ecd17
add missing license header
2023-02-24 02:55:56 +01:00
Nicolas Werner
aae3300860
Show rooms you share with someone
2023-02-24 02:40:14 +01:00
DeepBlueV7.X
4372742bc1
Merge pull request #1374 from Nheko-Reborn/private_images
...
Blur images properly
2023-02-23 18:03:13 +00:00
Loren Burkholder
5abd2df9b4
Fade in images when fully recieved
2023-02-22 20:25:45 -05:00
Marcus Hoffmann
7c08d88990
print errors on failed dialog creation
...
Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
2023-02-22 13:14:16 +01:00
Nicolas Werner
96f791daf1
Get rid of year in license headers
...
See also:
https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
https://hynek.me/til/copyright-years/
2023-02-21 23:48:49 +01:00
Nicolas Werner
1a6728fe47
Fix newlines in status messages
2023-02-21 23:35:52 +01:00
Nicolas Werner
5d7deca0db
Simplify status message in profile a bit
2023-02-21 23:25:49 +01:00
Marcus Hoffmann
7fe62aa4ca
UserProfile: add padding to device list
...
Add the same padding as is applied to long status messages.
Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
2023-02-21 14:29:14 +01:00
Marcus Hoffmann
4c328193ce
UserProfile: fix status message overflowing
...
Also style the "Status:" prefix bold.
2023-02-21 14:24:25 +01:00
Marcus Hoffmann
7c7a8d2d9a
UserProfile: reduce spacing by a bit
...
Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
2023-02-21 12:39:43 +01:00
Marcus Hoffmann
9635b248f8
UserProfile: display status message
...
Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
2023-02-21 12:39:43 +01:00
Marcus Hoffmann
9c5a7c4075
MessageView: Add ToolTip to status message
...
Show the user that this is a status text on hover.
We need to change the status text label width to be it's implicitWidth
(or the maximum width as specified before), otherwise the tooltip is
wildly off-centered.
Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
2023-02-21 12:39:43 +01:00
Marcus Hoffmann
6c37f219ba
MessageView: improve styling of presence status
...
Significantly reduce the font size as to visually indicate this is
additional information and not part of the username or message
text. Align the text with the username field besides it.
Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
2023-02-21 12:39:43 +01:00
Loren Burkholder
2b8cadaac8
Properly handle images without blurhashes
2023-02-20 19:59:06 -05:00
Loren Burkholder
179c16fd08
Use a single, reversible privacy screen transition
2023-02-20 19:18:05 -05:00
Loren Burkholder
c9e3ad1850
Animate transition to blurhash
2023-02-20 16:35:00 -05:00
Loren Burkholder
66d8a38c80
Blurhash images when the privacy screen is active
2023-02-20 16:35:00 -05:00
Nicolas Werner
5457d67c98
Explicitly set parent for scrollbars to prevent them from showing on some platforms
2023-02-16 00:39:47 +01:00
Nicolas Werner
58f5ba5023
Make scrollbars optional and disabled by default
...
Also add them to the communities sidebar
2023-02-14 22:01:00 +01:00
Alexander Bantyev
ac19c6c92b
Room list: add scrollbar when not collapsed
2023-02-14 22:01:00 +01:00
Loren Burkholder
9297035ba8
Focus text input when quick switcher is closed
...
Fixes #1065
2023-02-14 12:58:28 -05:00
DeepBlueV7.X
009d1a8e2d
Merge pull request #1359 from Nheko-Reborn/encryption_delegate
...
Add a fancy delegate when encryption is enabled
2023-02-14 18:54:43 +01:00
Loren Burkholder
92d9539824
Update resources/qml/delegates/EncryptionEnabled.qml
...
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
2023-02-14 12:44:26 -05:00
Loren Burkholder
905b127a73
Add a generic video icon when there is no thumbnail
2023-02-14 09:16:00 -05:00
Loren Burkholder
1f8777178e
Limit max width of blurb
2023-02-13 20:46:53 -05:00
Loren Burkholder
707af2c11d
Update message
2023-02-13 20:46:53 -05:00