Nicolas Werner
6854cd7e80
Fix missing sdk
3 years ago
Nicolas Werner
3e958ea382
Fix setting emoji font
3 years ago
DeepBlueV7.X
7d2fe812a2
Merge pull request #928 from Nheko-Reborn/fix-openSUSE-install
...
Update openSUSE install instructions
3 years ago
Loren Burkholder
9668fd4fca
Remove unneeded repo
3 years ago
Nicolas Werner
e109613e42
Switch to newer flatpak runtime
...
Apparently the bug https://bugreports.qt.io/browse/QTBUG-99545 shouldn't
happen in the runtime anymore.
3 years ago
DeepBlueV7.X
a930e3c804
Merge pull request #891 from tastytea/hidden-events-gui
...
Add GUI to change hidden events per room
3 years ago
Nicolas Werner
47b822604d
Hidden events: Refactor slightly for reusability
3 years ago
Loren Burkholder
7b9a0f0871
Update openSUSE install instructions
3 years ago
tastytea
7ebced29e9
Hidden events: Make reusable read function
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
Nicolas Werner
dfb8f9a160
Fix application name on Wayland in flatpak
...
fixes #903
3 years ago
DeepBlueV7.X
19e2527b4b
Merge pull request #924 from tastytea/wrap-room-name
...
Allow room name in room settings to wrap
3 years ago
Nicolas Werner
409bfa8c9d
# should be valid in links
3 years ago
Nicolas Werner
b3221b09d6
Add /reset-state command
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
1dacf327e1
Fix avatar url conversion for widgets
3 years ago
Nicolas Werner
7b00411dc4
Show widgets as links
3 years ago
DeepBlueV7.X
00116e8128
Merge pull request #906 from LorenDB/offlineIndicator
...
Add offline indicator
3 years ago
Loren Burkholder
9d3d85c5c2
Use different height setting
3 years ago
DeepBlueV7.X
b30616e183
Merge pull request #918 from tastytea/stickerpicker-reapply-search
...
Clear search text in StickerPicker when the popup closes
3 years ago
Weblate
0024b6bf24
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 16.4% (104 of 633 strings)
Co-authored-by: hulb <hulb@live.cn>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/
Translation: Nheko/nheko
3 years ago
Nicolas Werner
112426e30b
Fetch previews for space children using /hierarchy
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
fcefdb7ca6
split point is pointless
3 years ago
Nicolas Werner
eae43782a3
Do word splitting in completer
3 years ago
Nicolas Werner
3c208cd717
Remove unused funtion
3 years ago
DeepBlueV7.X
b706e272e5
Merge pull request #893 from Nheko-Reborn/qml-root
...
Qml root
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
b4278ffaa8
Remove a few unused includes
3 years ago
Nicolas Werner
f44d8e916b
Remove a few now unused files
3 years ago
Nicolas Werner
392a4be858
Fix centering dialogs
3 years ago
Nicolas Werner
1d6d9e65af
Store window size on exit again
3 years ago
Nicolas Werner
909c11d2bb
Get rid of some shadowing
3 years ago
Nicolas Werner
c5c892b873
Remove unnecessary qml engine shutdown workaround
3 years ago
Nicolas Werner
f7fd43e3f2
Connect quit
3 years ago
Nicolas Werner
a0a35c8786
keep the RegisterPage name
...
So we don't have to retranslate.
3 years ago
Nicolas Werner
2e7d26bcc0
Fix secrets not loading after registration
3 years ago
Nicolas Werner
6a3d55b47f
Bump mtxclient
3 years ago
Nicolas Werner
f28013dc18
Port registration to Qml
3 years ago
DeepBlueV7.X
9f31095e33
Merge pull request #909 from tastytea/rename-manpage
...
Rename man page so GitHub renders it.
3 years ago
tastytea
4210fe1925
Rename man page so GitHub renders it.
3 years ago