Nicolas Werner
7a11b69f99
Fix images being cropped instead of scaled
3 years ago
tastytea
b75f7e564d
Make “show more” “show less” in room settings translatable
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
Malte E
cb057b016a
rich text emoji
3 years ago
Malte E
864adaffca
wrap room name
3 years ago
Malte E
573933f239
cosmetics
3 years ago
Malte E
8658801839
hopfefully the button works now
3 years ago
Malte E
cf7353c1e9
fix text color and button, copy roomID on click
3 years ago
Eldred Habert
90e9df0ec9
Correct "be be"
...
This kind of duplicated short word is
is easy to have your brain "auto-correct" :D
3 years ago
Malte E
02da8e445a
make long topic collapsible
3 years ago
Malte E
22235defac
restore default width and height
3 years ago
Malte E
e59468f28c
clean up indentation
3 years ago
Malte E
fd3efdffcf
make RoomSettings mobile friendly and more like UserProfile
3 years ago
Malte E
3d8e5c0028
make room directory fit mobile screens
3 years ago
Nicolas Werner
ff4334d59e
Don't leak dialogs
...
It seems that you need to manually destroy created objects... Great...
fixes #898
3 years ago
Nicolas Werner
47b822604d
Hidden events: Refactor slightly for reusability
3 years ago
tastytea
72cfb06208
Hidden events: Some cleanup
3 years ago
tastytea
49b313e3b8
Hidden events: Make save-function reusable for global account data
3 years ago
tastytea
f7ca41bc49
Hidden events: Change title and prompt depending on isRoomSetting
...
We would have to set text and title separately otherwise.
3 years ago
tastytea
f0bb64030e
Hidden events: Incorporate suggestions from review
...
- Set TitleHint flag on dialog
- Store hidden events as QSet<QString> instead of std::vector<bool>
- Change wording in dialog (disable events instead of turning the hiding
on)
3 years ago
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
4a80fdc951
Functional login page
3 years ago
Nicolas Werner
aaae72a4f2
Fix focus and qml parenting with qml root
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
6d4ff70b48
Add minimum scale in image viewer
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
61404641d9
Update year in copyright notice to shut up lint job
3 years ago
Nicolas Werner
6484ed6496
Explicitly set text format for raw message dialog
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
Nicolas Werner
d46e517e3a
Only show room pack button, when you can actually create one
3 years ago
Nicolas Werner
a0699f5247
Multiply source size by scale factor
...
Might be unnecessary, but docs are unclear on that.
3 years ago
Nicolas Werner
2974c541c5
Misc pack editor improvements
3 years ago
Nicolas Werner
bb600dd3d1
Show some avatar for image packs
3 years ago
Nicolas Werner
57fb0d79f9
Fix colors and alignment in dialogs
3 years ago
Nicolas Werner
d1e1e9363d
Fix qml warnings and missing icons
3 years ago
Nicolas Werner
9c1c3eb10d
Fix qml warnings and missing icons
3 years ago
Loren Burkholder
9a5d457a49
Quality-of-life improvements to InputDialog
3 years ago
Loren Burkholder
f048caee69
Simplify code for padding delegates
3 years ago
Loren Burkholder
36f1bbcc02
Remove duplicate property
3 years ago
Loren Burkholder
b1c1274d96
Allow removing users from the invite dialog
3 years ago
Loren Burkholder
e09af0b101
Nicer padding
3 years ago
Loren Burkholder
f095352a2c
Add pointing hand cursor shape
3 years ago
Loren Burkholder
07aa89cca1
Port invite dialog to use ItemDelegate
3 years ago
Loren Burkholder
d645c43618
Add highlight on hover
3 years ago