tastytea
d4cc3507f8
Hidden events: Enhance tooltips
...
Shorten tooltip for power levels, expand tooltip for user events.
3 years ago
tastytea
5cd3e61cb0
Add GUI to change hidden events per room
...
This adds a dialog to the room settings in which the user can choose
which of these three event types they want to hide (additionally to the
default):
- m.room.member
- m.room.power_levels
- m.sticker
The current state is read when room settings are opened and saved when
new settings are accepted.
3 years ago
tastytea
9836443d26
Add maximum width to room name in user profile
...
Layout is: spacing | text | spacing | button | spacing
Therefore we subtract 3x spacing and 1x button(16) from width.
3 years ago
tastytea
721c315be2
Add maximum width to user name in profile
...
Layout is: padding | text | margin | button | padding
Therefore we subtract 2x padding, 1x margin and 1x button from
width. And an extra button for some reason. 🤷
3 years ago
tastytea
2815ad0408
Fix width of room name to dialog width
3 years ago
Nicolas Werner
7b00411dc4
Show widgets as links
3 years ago
Loren Burkholder
9d3d85c5c2
Use different height setting
3 years ago
tastytea
eb13bed201
Clear search text in StickerPicker when the popup closes
...
Same as emoji picker.
3 years ago
Loren Burkholder
5bed3684ec
Add offline indicator ( #472 )
3 years ago
Nicolas Werner
f76d679ef6
Fix list items being hoverable through between settings and new room buttons
3 years ago
Nicolas Werner
2613275461
Reimplement error notifications
3 years ago
Nicolas Werner
a0a35c8786
keep the RegisterPage name
...
So we don't have to retranslate.
3 years ago
Nicolas Werner
f28013dc18
Port registration to Qml
3 years ago
Joseph Donofry
42ae8fa9f2
Use ScrollHelper on EmojiPicker
3 years ago
Nicolas Werner
4a80fdc951
Functional login page
3 years ago
Nicolas Werner
aaae72a4f2
Fix focus and qml parenting with qml root
3 years ago
Nicolas Werner
b106eafb0e
Initial qml root window
3 years ago
Nicolas Werner
c59bb67569
Fix setting double values in setting spinboxes
3 years ago
Nicolas Werner
34abae0c42
Small size and selection improvements for the settings page
3 years ago
Nicolas Werner
41a9577201
Fix device verification colors
3 years ago
Nicolas Werner
39bf20baed
Move usersettings page to pages subdir
3 years ago
Nicolas Werner
59bc8307c8
Address review comments
3 years ago
Nicolas Werner
f1a23355bd
Port usersettings to qml
3 years ago
Joseph Donofry
53c73c2195
Fix some minor UI issues with ImageOverlay and RawMessageDialog
3 years ago
Nicolas Werner
8d52c17f29
Work around images with size 0 in info
...
fixes #875
3 years ago
Nicolas Werner
6d4ff70b48
Add minimum scale in image viewer
3 years ago
Nicolas Werner
eee61cd524
Fix download icon size
3 years ago
Nicolas Werner
ccc221c341
Make some icons smoother
3 years ago
Nicolas Werner
66520eae19
Port image overlay to qml
...
Allows you to zoom and pan now.
relates to #647
3 years ago
Nicolas Werner
c3e2e73175
Fix fade out of ripple
3 years ago
Nicolas Werner
1c83ce1e79
Simplify Ripple effect and make it easier to use everywhere
3 years ago
Nicolas Werner
1dc53a301f
Fix hovering aliases that only have text
3 years ago
Nicolas Werner
7685d1808b
Strip variant selector in some cases
...
fixes #439
Workaround for https://bugreports.qt.io/browse/QTBUG-97401
fixes #810
3 years ago
Nicolas Werner
61404641d9
Update year in copyright notice to shut up lint job
3 years ago
Nicolas Werner
6f77a1fe9d
Use the styles default delay for tooltips
...
This makes them less annoying when scrolling or accessing the popup
menu.
See also #860
3 years ago
Nicolas Werner
750c64f323
Get rid of some useless code
3 years ago
Nicolas Werner
b7d6191e24
Fix wrapping in member events
3 years ago
Joe Donofry
c8ff44aa20
Increase Completer limit to 30
...
- Add scrolling
- Only display ~7 items at once
3 years ago
Nicolas Werner
9a9dbda571
Update presence dynamically and reduce allocations
3 years ago
Nicolas Werner
7742f12f30
Use body in alt text of custom emoji
3 years ago
Nicolas Werner
ea6b19b307
Add an ugly custom emote completer using ~
3 years ago
Nicolas Werner
926c7a89ad
Add alternative shortcut to Alt-A for systems, where that is taken already
3 years ago
Nicolas Werner
6484ed6496
Explicitly set text format for raw message dialog
3 years ago
Nicolas Werner
999ac95658
Fix a small alignment issue of text in notification bubbles
3 years ago
Loren Burkholder
4a7e6d3f48
Fix a few things
3 years ago
Loren Burkholder
6e7e22b0e7
Make notification count bubbles expand some more
3 years ago
Loren Burkholder
b25cda6939
Don't get too large of corners
3 years ago
Loren Burkholder
d15094b21e
Use better translation method
3 years ago
Loren Burkholder
c09c0d35b8
Make opening room members from rooms settings dialog work
3 years ago
Loren Burkholder
95887c87db
Make it obvious that this is a notification and not the actual message
3 years ago