Nicolas Werner
e959443831
Speed up rendering the timeline by a LOT by reducing clipping
...
Sadly still required for replies, otherwise this would be perfect.
4 years ago
Nicolas Werner
b3a7f0b888
Hide room name, if not loaded yet
4 years ago
kamathmanu
e1c4f7d516
Make Text element a sibling of the Rectangle to avoid the text from depending on the rectangle's opacity property. Switch to Nheko theme colors
4 years ago
kamathmanu
e3c6656613
Avoid hardcoded font size
4 years ago
kamathmanu
a0c2a174ea
Display filename on mouse hover
4 years ago
Nicolas Werner
1a029112d9
Lint qml with qml-format
4 years ago
Nicolas Werner
0afe1299e2
Fix emoji escape in file messages
...
This disables color emojis for now in filenames
4 years ago
Nicolas Werner
75d7c2608a
Update translations
4 years ago
Nicolas Werner
b05c101021
Fix null errors in qml
4 years ago
Nicolas Werner
7f7108161e
Hide CallCandidates again in new store
4 years ago
CH Chethan Reddy
1fcd768f88
Adding Room Key Verification Stuff
4 years ago
Nicolas Werner
4862be06be
Fix presence indicator
4 years ago
Nicolas Werner
cbb4356b19
Fix more non integer heights
4 years ago
Nicolas Werner
fdcf91f5eb
Fix binding loop and non integer text height
4 years ago
trilene
aec24efbe2
Specify call type on timeline
4 years ago
Nicolas Werner
9ae7d0dce3
Readd pagination and fix redactions
4 years ago
trilene
7a206441c8
Support voice calls
4 years ago
Nicolas Werner
f452bdf2b0
Make settings update immediately in qml and allow limiting timeline width
...
Limiting improves readability on wide monitors.
The immediate update of the settings is done by just exposing settings
as properties and then setting the settings as a context property.
5 years ago
lkito
d8b89e2ef0
Added an optional feature to show bigger emoji-only messages with 3 or less emoji
5 years ago
Nicolas Werner
004d10bfee
Clip replies by default
...
In the future we should probably add a gradient when clipped...
5 years ago
Joseph Donofry
991fa4ac98
Change redaction color that accidentally got committed
5 years ago
Joseph Donofry
cc92161339
Fix redaction color change that accidentally got committed
5 years ago
Joseph Donofry
a1661f7006
merge master into reactions
5 years ago
Nicolas Werner
ca5490074a
Fix scroll to replied to message (somewhat)
5 years ago
Lasath Fernando
c5d373e8f1
Address CR comments
5 years ago
Lasath Fernando
5c57de070e
Remove commented out code; fix padding for Pill
5 years ago
Lasath Fernando
84c5ff0bcb
Fix binding loops for height
5 years ago
Nicolas Werner
6a39b29acc
Disable opening images, when they are not loaded
5 years ago
Nicolas Werner
537cc966cc
Use Item for transparent rectangles
5 years ago
Nicolas Werner
d68b24188f
Size reply background by contents
5 years ago
Nicolas Werner
d2e495532d
Make Filemessage background size by content
5 years ago
Nicolas Werner
6794b6472d
Add a few missing palette colors
5 years ago
Nicolas Werner
d35cc3dda4
Use palette for qml code for theming
...
Can't do it for QtWidgets code. We need to fully transition, before we
can fully switch over probably.
5 years ago
Nicolas Werner
a071f55c7b
Fix images without size
5 years ago
Nicolas Werner
b894ce4dcd
Make blurhash provider async
5 years ago
Adasauce
ed4bb1a576
Add support for more room events in timeline
5 years ago
Nicolas Werner
0fc98b2692
Experimental blurhash implementation (MXC2448)
5 years ago
Nicolas Werner
b1eff0a37f
Improve link theming
5 years ago
Nicolas Werner
4d79f8078e
Don't let click on reply steal focus from the replied to elements
5 years ago
Nicolas Werner
6bdc75d073
Reset user colors on theme change (in qml timeline)
5 years ago
Nicolas Werner
284fc8eaa8
Improve styling of emote messages
5 years ago
Nicolas Werner
d330020fdd
Improve styling a bit
5 years ago
Nicolas Werner
4951241d23
Simplify reply popup logic
5 years ago
Nicolas Werner
3319e0ec20
Fix resize loop of images in reply popup
5 years ago
Nicolas Werner
e9267ffc76
Show event type string in placeholder
5 years ago
Nicolas Werner
86960e67ec
Implement display of membership events
5 years ago
Nicolas Werner
4eb0e11740
Try to match old theme better
5 years ago
Nicolas Werner
4727f1c2bb
Fetch missing events for replies
5 years ago
Nicolas Werner
2b3dc3d8b9
Implement fancy reply rendering
...
This currently assumes the event, that is replied to, is already
fetched. If it isn't, it will render an empty reply. In the future we
should fetch replies before rendering them.
5 years ago
Nicolas Werner
01bd9f659d
Adapt play buttons to theme and remove accidental message bg
5 years ago