Tobias Fella
a6dd5b9a57
Escape html before processing text to be sent
2021-10-16 20:45:14 +02:00
Tobias Fella
1d7c20e1c7
Make user list search case insensitive
2021-10-16 18:18:07 +00:00
Tobias Fella
22609b21df
Add custom eventToString message for power level events
2021-10-16 18:17:49 +00:00
Tobias Fella
6c5ca0ac9d
FIx querying power levels
...
Fixes #422
2021-10-16 20:16:36 +02:00
Tobias Fella
b22ebf3671
Show number of joined users instead of joined+invited users in room drawer
2021-10-16 19:28:51 +02:00
Carl Schwan
ec1cc34855
Fix missing import
2021-10-16 18:11:59 +02:00
Carl Schwan
a5aafde331
Unify look of loading pages
2021-10-16 17:59:31 +02:00
Carl Schwan
d42ad85b30
Port to OverlaySheet.title
2021-10-16 17:44:42 +02:00
Tobias Fella
8648b4a3bf
Fix copying whole messages
2021-10-14 22:14:36 +02:00
Tobias Fella
bdca636fb8
Copy only selected text instead of whole message
...
Fixes #457
2021-10-14 21:44:32 +02:00
Tobias Fella
7bb7b7850b
Remove some dead code
2021-10-12 13:29:38 +02:00
Tobias Fella
82d49b91e7
Add custom message for acl events in statedelegates
2021-10-12 11:15:15 +00:00
l10n daemon script
ecc6c6e2eb
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2021-10-12 01:18:05 +00:00
l10n daemon script
e6c594f3d2
GIT_SILENT made messages (after extraction)
2021-10-12 00:17:15 +00:00
Tobias Fella
97f8ad88fb
Fix statedelegate text for displayname changes
2021-10-12 00:28:47 +02:00
Carl Schwan
14a358ed58
Fix cliping problems in room list when using multiple accounts
...
Before the rooms from the room list would go above the account selector,
making it not possible to switch accounts and creating weird visual
artifacts.
2021-10-11 18:35:13 +02:00
Tobias Fella
1e78c6caa4
Fix opening rooms
2021-10-10 12:40:39 +02:00
Tobias Fella
2fc4c6456f
Escape more html
2021-10-10 12:26:35 +02:00
Tobias Fella
76675719cf
Wrap the placeholdertext in the chatbar
2021-10-09 21:17:45 +02:00
Tobias Fella
6b331ca8b4
Adapt to libQuotient API changes
2021-10-04 19:34:38 +02:00
Tobias Fella
7d6faaafea
More HTML safety in statedelegates
2021-10-04 15:56:24 +02:00
Tobias Fella
4e26dc5d57
Improve RoomSettingsDialog: use better text color and clearer label for aliases
2021-10-03 23:12:09 +02:00
Tobias Fella
304c74101e
Raise required CMake version
2021-10-03 19:13:33 +02:00
Tobias Fella
c844f2a157
Fix SSO login
2021-10-03 18:34:16 +02:00
Tobias Fella
21c571e2a1
Remove leftover debug log
2021-10-03 18:23:27 +02:00
Tobias Fella
011cf3c652
Fix highlighted room when opening room from notification
2021-10-03 16:21:53 +00:00
Tobias Fella
6b86c113f4
Refactor login.cpp and fix crash
2021-10-03 18:17:37 +02:00
Tobias Fella
4511c1a07e
Fix default color scheme selection
2021-10-03 14:31:16 +02:00
Tobias Fella
1345ddc9ee
Remove ifdef for older versions of KNotifications
...
We require a newer version
2021-10-03 14:15:00 +02:00
Tobias Fella
452380e274
Don't parent connections to controller/Login.
...
This prevents a crash upon destruction for newer libquotient versions
2021-10-03 14:13:04 +02:00
Tobias Fella
cd745d1df7
Minor fixes
2021-10-03 13:43:20 +02:00
Tobias Fella
5bf0aa7a68
Make QML more declarative
2021-10-02 16:34:31 +00:00
Tobias Fella
fa631ece3a
Add feature to delete all loaded messages by user
2021-10-02 15:08:31 +00:00
Arnav Rawat
334930808c
Change wording for knock events
2021-10-02 14:37:06 +00:00
Carl Schwan
c105642e4c
Don't load twice the room list when adding another account
...
Just check if the room list is not yet loaded before loading it
Fix #444
2021-10-02 14:34:39 +00:00
Carl Schwan
6a0b51a78e
Insist on that loading might take a while for initial loading of account
2021-10-02 14:34:15 +00:00
Carl Schwan
00ecb4703e
Make sure the right sidebar width is not considered when no room is open
...
Fix #460
2021-10-02 14:33:52 +00:00
Tobias Fella
3977aee4ba
Remove usage of Kirigami.Units.devicePixelRatio
...
It's deprecated and as far as i can tell it doesn't really do anything
since it is always set to 1
2021-10-02 14:33:27 +00:00
Tobias Fella
e9f935609f
Don't segfault on shutdown
...
Use the current QPalette for user color instead of getting the platform
theme from QML, which caused segfaults.
2021-09-30 18:42:19 +02:00
Tobias Fella
886ee1f5b6
Refactor startup
2021-09-29 22:38:45 +02:00
Tobias Fella
71d01593b1
Fix rejecting and accepting invitations
2021-09-24 23:32:19 +02:00
David Redondo
6dab24bc74
Search for syntax-highlighting qml module
...
It's an optional part of syntax-highlighting so just searching for
the it is not enough we need to make sure to have the qml module.
Also don't link to it, we only need it at runtime.
2021-09-24 17:03:51 +02:00
Tobias Fella
7c7d296981
Fix HTML escaping
2021-09-24 12:44:32 +02:00
Tobias Fella
d28279313d
Rename type because of conflict
2021-09-24 12:42:05 +02:00
Tobias Fella
b3d9861d3d
Fix label alignment in statedelegate
2021-09-23 20:01:59 +02:00
Tobias Fella
218eda63b3
Fix typo
2021-09-20 23:49:18 +02:00
Tobias Fella
cb2ea5f4e3
Allow TextDelegate to wrap anywhere if required
...
Prevents lines from going out of the message bubble
2021-09-20 23:31:36 +02:00
Tobias Fella
50040230f5
Port away from onFoo in Connections
2021-09-20 23:04:40 +02:00
Tobias Fella
da7b3a1ea9
Fix text formatting
2021-09-20 22:55:55 +02:00
Tobias Fella
0a39fccec8
Add syntaxhighlighting to the MessageSourceSheet
2021-09-19 18:56:57 +00:00