Nicolas Werner
db93e6b853
Fix warning about not registered Presence type
5 years ago
Nicolas Werner
488924c9b3
Allow deleting a status
5 years ago
Joseph Donofry
12c46e86b4
Fix linting
5 years ago
Joseph Donofry
5e355c36fd
Fix build issue on some versions of clang
5 years ago
Alexander 'z33ky' Hirsch
2b9860c3af
Add setting to alert on notification
5 years ago
Nicolas Werner
0a23615dd7
Fix small formatting error
5 years ago
Nicolas Werner
b9631753dd
Reenable custom status messages
...
This still leaves out setting a client to online/offline, since that
seems to be causing the CPU issues with synapse.
5 years ago
Nicolas Werner
3baf11b5c4
Fix unused capture
5 years ago
Nicolas Werner
814868024c
Disable presence and status_msg menu
...
It currently causes severe performance issues in synapse as well as many
random resets, so this is disabled until those issues are resolved.
5 years ago
Nicolas Werner
f2bfa61e08
Add menu actions to set presence
5 years ago
Nicolas Werner
96f4169be9
Show presence and set custom status messages
5 years ago
Nicolas Werner
e5a55ab1b9
Smooth scaling for images
...
Fixes some issues with inline images.
5 years ago
Nicolas Werner
43d2ebc095
Fix Qt5.15 issues
...
fixes #214
5 years ago
Nicolas Werner
50d5891493
Fix serialization bug introduced in 9eddcfc42f
5 years ago
Nicolas Werner
9eddcfc42f
Remove some redundant functions
5 years ago
Nicolas Werner
6b60ff7713
Rename settings to be more consistent
5 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
Nicolas Werner
4ee9e5c27c
Improve compile times a tiny bit
5 years ago
Nicolas Werner
937b35ca8a
Fix some join messages showing as empty
5 years ago
lkito
60ad6ce277
Added an option to have descriptions for user settings.
5 years ago
Joseph Donofry
5228861b88
Add reaction/redaction for in-line Reactions
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
bdf1147a80
add a bit of additional logging to image paste
5 years ago
Nicolas Werner
23e4408fa8
Add /roomnick command
5 years ago
Nicolas Werner
7de1fc62e8
Tag rooms via context menu
5 years ago
Nicolas Werner
5abdad308d
Fix crash when reacting to messages from /sync
...
Messages on /sync don't have a room_id
5 years ago
Nicolas Werner
f0757a6426
Fix local echo for reactions
5 years ago
lkito
2c21f6e3fa
Implemented optional message body highlighting feature.
5 years ago
Nicolas Werner
576269c9e5
Prevent timeline being black on some platforms
5 years ago
CH Chethan Reddy
57b8cdbd4d
remove #if defined __has_include
5 years ago
CH Chethan Reddy
e4a7e85935
Change the commit hash for mtxclient
5 years ago
CH Chethan Reddy
30d61e3114
minor fixes
5 years ago
Joseph Donofry
18f934efad
Add un-encrypted warning icon for messages in encrypted rooms
5 years ago
Nicolas Werner
279bcd1bf2
Show inline images
...
(This is such a hack and will probably break, but it works for now for
most cases...)
5 years ago
Joseph Donofry
ee4dcef90f
Add new QML-based emoji picker (work in progress)
...
This is necessary to support having a picker within QML.
Eventually, this should replace the existing widget-based one.
5 years ago
Joseph Donofry
8984661187
Initial support for sending reactions
5 years ago
Nicolas Werner
000ab4853a
Translation updates
5 years ago
Nicolas Werner
6befadeec8
Remove shadowing loginMethod
5 years ago
Nicolas Werner
9713284435
Fix not being able to log http status on login
5 years ago
Nicolas Werner
7b1fa60cc6
Add SSO
...
closes #94
5 years ago
Nicolas Werner
813790e603
Improve Login and Register page hinting
5 years ago
Joseph Donofry
a1661f7006
merge master into reactions
5 years ago
Nicolas Werner
a942ae9b93
Fix messages being immediately read again
5 years ago
Nicolas Werner
0b1d3a40f4
Remove unused binding name
5 years ago
Nicolas Werner
e5a5a66716
Fix reaction redaction for real this time
5 years ago
Nicolas Werner
ff54ce9334
Fix rooms with a lot of reactions not paginating correctly
5 years ago
Nicolas Werner
e045e3eb1c
Show displayname on reactions
5 years ago
Nicolas Werner
8348a6c35d
Fix reaction count
5 years ago
Nicolas Werner
e55a09906f
Misc color fixes
5 years ago
Nicolas Werner
692c6119b4
Fix joined rooms dropping to the bottom at first
5 years ago