Loren Burkholder
05e6dd9d0d
Modifications to member list buttons
3 years ago
Loren Burkholder
f9b3690e87
Modifications to member list buttons
3 years ago
Nicolas Werner
656fcac91c
Don't use a modal to edit room name and topic
3 years ago
tastytea
b75f7e564d
Make “show more” “show less” in room settings translatable
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
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
Nicolas Werner
47b822604d
Hidden events: Refactor slightly for reusability
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
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
2815ad0408
Fix width of room name to dialog width
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
Nicolas Werner
61404641d9
Update year in copyright notice to shut up lint job
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
d1e1e9363d
Fix qml warnings and missing icons
3 years ago
Nicolas Werner
9c1c3eb10d
Fix qml warnings and missing icons
3 years ago
Loren Burkholder
f3aeb4b044
Switch icon theme to Fluent icons
3 years ago
Nicolas Werner
8f3a6abfa2
Improve the layout and behaviour of topbar slightly
3 years ago
Nicolas Werner
5ca1fb18bb
Move away from using an event loop to access secrets
...
Fixes messages in room flickering and being stuck
fixes #760
relates to #770
relates to #789
3 years ago
Loren Burkholder
4e020645f1
Reorganize all the dialogs into the dialogs folder
3 years ago
Joseph Donofry
c7545cb455
Fix a few jdenticon bugs
3 years ago
Loren Burkholder
3a86d44c1e
Finish getting all avatars jdenticonified
3 years ago
Joseph Donofry
9504d02f18
Add Qt.WindowTitleHint to qml dialogs
3 years ago
Nicolas Werner
5b460861b1
Allow accepting knocks in the timeline
...
As well as selecting more join rules.
3 years ago
Nicolas Werner
d0947fd7c4
increase settings window size
3 years ago
Nicolas Werner
a57a15a2e0
Basic sticker pack editor
3 years ago
Nicolas Werner
87e81498b7
Fix window placement on wayland and add close buttons
...
We explicitly set a parent. We can't assign to
ApplicationWindow.transientParent though, only to
Window.transientParent, so we just call setTransientParent in C++.
3 years ago
Nicolas Werner
eafbab6ae1
Add menu to enable or disable stickers globally
3 years ago
Nicolas Werner
0ac550ecbb
Show confirmation dialog when leaving a room via the context menu
3 years ago
Loren Burkholder
44be4c1f4a
Move various room auxiliary functions to TimelineManager
3 years ago
Loren Burkholder
b17002929c
Open room members when member info label clicked
3 years ago
Loren Burkholder
fa06881c49
Don't hardcode fonts
...
Fix hardcoded fonts (again)
3 years ago
Loren Burkholder
182de32380
Use standard buttons for OK button
3 years ago
Joseph Donofry
19f2c02eda
Remove 'respond to key requests' functionality
3 years ago
Nicolas Werner
2f08f5181c
Redesign invites and room preview joins
3 years ago
Joseph Donofry
8871f7e9d8
Fixes from code review
3 years ago
Joseph Donofry
284ca27fdc
Add nheko logo spinner to relevant places in UI
4 years ago
Nicolas Werner
f2bc184550
Fix device list not showing up and UserProfile blocking the window
4 years ago
Nicolas Werner
22afa122c4
Move openLink to Nheko globals
4 years ago
Nicolas Werner
a7f8b23b52
Make palette global in Qml
4 years ago
Nicolas Werner
663c3b0014
Set a title for the room settings
4 years ago