Malte E
414257bf0e
fix bugs found by Nico
2022-02-14 14:03:17 +01:00
Nicolas Werner
6e1ac16f61
Fix overlapping offline indicator
2022-02-14 04:05:33 +01:00
Malte E
993b0ae721
fix vertical space for some state events
2022-02-13 13:27:31 +01:00
Malte E
c70fe9c571
let lint fix the code formatting
2022-02-13 13:22:29 +01:00
Malte E
987b9bed6b
add small avatars option and tweak colors and spacings
2022-02-13 13:12:51 +01:00
Nicolas Werner
6854cd7e80
Fix missing sdk
2022-02-12 23:24:22 +01:00
Nicolas Werner
3e958ea382
Fix setting emoji font
2022-02-12 23:07:04 +01:00
Ivan Pavluk
2a2ef2f2e5
use shortcode as a fallback for custom emote title
...
Some clients (e.g. FluffyChat) don't have a UI for specifying the emote
title, and instead use the shortcode as the title. This sets the title
accordingly even if the emote was added through such a client and only
has a shortcode.
2022-02-13 04:51:11 +07:00
DeepBlueV7.X
7d2fe812a2
Merge pull request #928 from Nheko-Reborn/fix-openSUSE-install
...
Update openSUSE install instructions
2022-02-12 21:33:14 +00:00
Loren Burkholder
9668fd4fca
Remove unneeded repo
2022-02-12 15:45:12 -05:00
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.
2022-02-12 20:15:54 +01:00
DeepBlueV7.X
a930e3c804
Merge pull request #891 from tastytea/hidden-events-gui
...
Add GUI to change hidden events per room
2022-02-12 18:52:47 +00:00
Nicolas Werner
47b822604d
Hidden events: Refactor slightly for reusability
2022-02-12 19:48:53 +01:00
Malte E
894438c6ce
place own bubbles on right and remove user info
2022-02-11 23:12:04 +01:00
Malte E
d0ac110cb7
Fix layout - no more binding loops (hopefully)
2022-02-11 22:02:30 +01:00
Loren Burkholder
7b9a0f0871
Update openSUSE install instructions
2022-02-10 19:27:59 -05:00
tastytea
7ebced29e9
Hidden events: Make reusable read function
2022-02-10 00:48:36 +01:00
tastytea
72cfb06208
Hidden events: Some cleanup
2022-02-10 00:48:35 +01:00
tastytea
49b313e3b8
Hidden events: Make save-function reusable for global account data
2022-02-10 00:48:35 +01:00
tastytea
f7ca41bc49
Hidden events: Change title and prompt depending on isRoomSetting
...
We would have to set text and title separately otherwise.
2022-02-10 00:48:35 +01:00
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)
2022-02-10 00:48:35 +01:00
tastytea
d4cc3507f8
Hidden events: Enhance tooltips
...
Shorten tooltip for power levels, expand tooltip for user events.
2022-02-10 00:48:35 +01:00
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.
2022-02-10 00:48:35 +01:00
Nicolas Werner
dfb8f9a160
Fix application name on Wayland in flatpak
...
fixes #903
2022-02-09 23:46:49 +01:00
Malte E
0e548b7d39
fixed most of the binding loops
2022-02-09 21:36:04 +01:00
Malte E
5db7ec7f03
Variable width bubbles (still has binding loop)
2022-02-09 17:53:02 +01:00
Malte E
e290f9938a
Update resources/qml/delegates/Reply.qml
...
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
2022-02-07 22:04:49 +01:00
Malte E
12d600db97
add translations and actually add changes to TimelineModel
2022-02-07 21:53:37 +01:00
Malte E
384c9c91e3
print state events without bubbles, displaynames or avatars and in a smaller font
2022-02-07 21:00:51 +01:00
Malte E
9d194cc2e6
clean up margin setting
2022-02-05 21:53:21 +01:00
DeepBlueV7.X
19e2527b4b
Merge pull request #924 from tastytea/wrap-room-name
...
Allow room name in room settings to wrap
2022-02-05 18:16:35 +01:00
Malte E
f5a693ac03
place metadata below message when the Layout is narrow (<350)
2022-02-05 14:12:51 +01:00
Nicolas Werner
409bfa8c9d
# should be valid in links
2022-02-05 09:27:16 +01:00
Nicolas Werner
b3221b09d6
Add /reset-state command
2022-02-05 08:40:56 +01:00
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.
2022-02-05 01:40:31 +01:00
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. 🤷
2022-02-05 01:38:03 +01:00
tastytea
2815ad0408
Fix width of room name to dialog width
2022-02-04 23:40:40 +01:00
Nicolas Werner
1dacf327e1
Fix avatar url conversion for widgets
2022-02-04 23:33:00 +01:00
Malte E
3f7c15c7af
Add message bubbles
2022-02-04 23:12:30 +01:00
Malte E
3c8c02e802
Revert removal of width and height in TextMessage and implicitWidth in MessageDelegate
2022-02-04 21:20:25 +01:00
Nicolas Werner
7b00411dc4
Show widgets as links
2022-02-04 20:48:14 +01:00
DeepBlueV7.X
00116e8128
Merge pull request #906 from LorenDB/offlineIndicator
...
Add offline indicator
2022-02-04 07:13:53 +01:00
Loren Burkholder
9d3d85c5c2
Use different height setting
2022-02-03 18:31:29 -05:00
Malte E
04b47d6882
prepare code for message bubbles and dynamic message layout
2022-02-03 20:26:20 +01:00
DeepBlueV7.X
b30616e183
Merge pull request #918 from tastytea/stickerpicker-reapply-search
...
Clear search text in StickerPicker when the popup closes
2022-02-03 11:00:07 +01:00
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
2022-02-02 13:52:06 -05:00
Nicolas Werner
112426e30b
Fetch previews for space children using /hierarchy
2022-02-02 19:03:01 +01:00
tastytea
eb13bed201
Clear search text in StickerPicker when the popup closes
...
Same as emoji picker.
2022-02-02 18:00:50 +01:00
Loren Burkholder
5bed3684ec
Add offline indicator ( #472 )
2022-02-01 23:39:22 -05:00
Nicolas Werner
fcefdb7ca6
split point is pointless
2022-01-31 21:47:23 +01:00