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
609cd82dc0
Fix forward completer
3 years ago
Malte E
1c8a5c645d
Add sender names to state events ( #948 )
...
* add sendernames to state events
* Center state events and make them less tiny
3 years ago
DeepBlueV7.X
b3da8738bf
Merge pull request #951 from maltee1/fix_timeline_scrollbar
...
Fix timeline scrollbar
3 years ago
DeepBlueV7.X
fd25f6ee91
Merge pull request #934 from pavlukivan/master
...
use shortcode as a fallback for custom emote title
3 years ago
DeepBlueV7.X
b90e39ecb4
Prefer empty() over length()
3 years ago
DeepBlueV7.X
8727b696fc
Merge pull request #946 from maltee1/mobile_usersettings
...
Make UserSettingsPage fit on a phone screen
3 years ago
Malte E
8b6d4a57e6
another shot in the dark
3 years ago
Malte E
8b75d86924
try to make scrollbar overlap content based on style
3 years ago
Malte E
ea7c8d1427
remove touchobserver
3 years ago
Malte E
4f8e6602c4
limit width of comboboxes and add bottomPadding
3 years ago
Nicolas Werner
d941974e35
Simplify logic to suppress wheel events
3 years ago
Malte E
af8fbb990b
remove reparenting
3 years ago
Nicolas Werner
46fbb0e749
Use ListView without scrollview for messages
...
That way we can autohide the scollbar if needed, it should fix some
jumping issues, it makes it possible to flick on mobile, etc.
Some related bugs:
https://bugreports.qt.io/browse/QTBUG-75223
https://bugreports.qt.io/browse/QTBUG-44902
3 years ago
DeepBlueV7.X
2c9ef11254
Merge pull request #947 from maltee1/search_button
...
Make search usable on mobile
3 years ago
Malte E
c405eddea6
actually fix awkward message spacing
3 years ago
Malte E
a3fcb4d990
fix awkward message spacing
3 years ago
Malte E
144e7cd038
make search usable on mobile
3 years ago
Malte E
8fede53c82
let labels wrap and collapse below the back button
3 years ago
DeepBlueV7.X
b124cdfca2
Merge pull request #945 from tastytea/fix-bubble-highlight
...
Make hover highlight fill the full width of the timeline
3 years ago
tastytea
624da5e028
Make hover highlight fill the full width of the timeline
...
Rows in the message bubble design are only as wide as the bubbles. This
lead to invisible hover highlight. Now it's consistent.
3 years ago
Nicolas Werner
0629ea5932
Always enable hover for ItemDelegate
3 years ago
Nicolas Werner
c0f415238d
Fix images without size not showing (take5)
3 years ago
Nicolas Werner
c310e6f35c
Fix hover highlight when hovering hover menu
...
fixes #941
3 years ago
DeepBlueV7.X
6a47b47571
Merge pull request #939 from maltee1/better_bubbles
...
Place metadata next to content if there is space
3 years ago
Nicolas Werner
d330fdb61f
Fix hovering messages
3 years ago
Nicolas Werner
e077bdbdd5
Allow window sizes smaller than 400x400
3 years ago
Malte E
1cc4f76998
fix overlap in NoticeMessage
3 years ago
Malte E
e69f0fe960
don't mess up old layout
3 years ago
Malte E
6f3ed5b282
space-saving metadata placement
3 years ago
Nicolas Werner
1df1b5037e
Fix second codeblock not wrapping
3 years ago
Nicolas Werner
297c819bf0
Fix padding in redactions
3 years ago
Nicolas Werner
ddcd4850f1
Merge branch 'message-bubbles' of https://github.com/maltee1/nheko into maltee1-message-bubbles
3 years ago
Nicolas Werner
1bc986fd3b
Prevent old verification requests from showing up
3 years ago
Malte E
ddf11d9a8c
improve spacings
3 years ago
Malte E
ce13ccd677
fix redactions line-wrapping
3 years ago
Malte E
414257bf0e
fix bugs found by Nico
3 years ago
Nicolas Werner
6e1ac16f61
Fix overlapping offline indicator
3 years ago
Malte E
993b0ae721
fix vertical space for some state events
3 years ago
Malte E
c70fe9c571
let lint fix the code formatting
3 years ago
Malte E
987b9bed6b
add small avatars option and tweak colors and spacings
3 years ago
Nicolas Werner
6854cd7e80
Fix missing sdk
3 years ago
Nicolas Werner
3e958ea382
Fix setting emoji font
3 years ago
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.
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
Malte E
894438c6ce
place own bubbles on right and remove user info
3 years ago