Carl Schwan
dd75eaec2c
Remove dead code
...
It seems this was never used even by the commit introducing it
2021-11-05 20:54:29 +01:00
Tobias Fella
0568bed62d
Use plaintext in TypingPane
2021-11-02 00:08:02 +01:00
Tobias Fella
d494eb1c63
Use Quotient's accountregistry
2021-11-01 19:36:39 +00:00
Carl Schwan
a146fab5a0
Fix color of Pane in room info drawer
...
This is temporary hack and the real solution is to add a Pane
implementation in qqc2-desktop-style
2021-10-23 20:33:34 +00:00
Carl Schwan
6c3ae87340
Support resizing right drawer
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2021-10-21 23:04:52 +02:00
Carl Schwan
6afeaf1619
Move copy pasted to TextDelegate component
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2021-10-21 22:18:47 +02:00
Carl Schwan
890860df92
Improve room setting
...
* Port away from OverlaySheet
* Use Kirigami.CategorizedSettings
* Add join rules (read only for now)
2021-10-21 20:00:50 +00:00
Carl Schwan
6b8358874a
Simplify function call in RoomPage
...
Instead of passing every argument in the right order, pass the entire
model/event object to the context menu functions. This is less copy
pasta of code and the order of the args is now less likely to break in
the future.
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2021-10-21 19:54:06 +00:00
Carl Schwan
fc9f37d4a4
Port global settings to Kirigami.CategorizedSettings
2021-10-21 19:38:03 +00:00
Tobias Fella
48e410196c
Don't allow opening a room in a new window on mobile
2021-10-18 21:07:35 +00:00
Tobias Fella
65cc392805
Fix flicking the timeline
2021-10-18 15:35:56 +02:00
Tobias Fella
1d7c20e1c7
Make user list search case insensitive
2021-10-16 18:18:07 +00: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
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
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
4e26dc5d57
Improve RoomSettingsDialog: use better text color and clearer label for aliases
2021-10-03 23:12:09 +02:00
Tobias Fella
011cf3c652
Fix highlighted room when opening room from notification
2021-10-03 16:21:53 +00:00
Tobias Fella
fa631ece3a
Add feature to delete all loaded messages by user
2021-10-02 15:08:31 +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
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
71d01593b1
Fix rejecting and accepting invitations
2021-09-24 23:32:19 +02:00
Tobias Fella
7c7d296981
Fix HTML escaping
2021-09-24 12:44:32 +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
Tobias Fella
821993c443
Fix DevicesPage and AccountsPage on mobile
...
Also make the padding smaller
2021-09-17 19:24:16 +00:00
Tobias Fella
9cdf6bfa04
Fix displayname in reply component
2021-09-14 23:24:59 +02:00
Tobias Fella
af29925798
Open users in UserDetailSheet instead of browser in statedelegate
2021-09-11 20:04:36 +02:00
Tobias Fella
c1ee480823
One more
2021-09-11 16:37:42 +02:00
Tobias Fella
f5853dd1f7
Three's a crowd
2021-09-11 16:36:22 +02:00
Tobias Fella
bc76197487
Fix more HTML injections
2021-09-11 16:33:09 +02:00
Noah Davis
2a9d739bc9
Use new crop tool from KQuickImageEditor
2021-09-11 01:08:29 +00:00
Smitty van Bodegom
44bc2388c6
Don't show option to private chat with oneself
...
While this option works, it doesn't make much sense since there isn't
much of a good reason to talk to oneself aside from for testing
purposes. The created conversation also has confusing UI, showing as an
"empty room", not a DM. If needed, creating an empty room with E2E
encryption has the same effect as creating a private chat with
yourself.
Closes #446 .
2021-09-10 18:44:56 -04:00
Tom Z
c39e46a1f0
For the "Compact" view; show hovered background
2021-09-08 13:24:21 +00:00
Tobias Fella
5c86692fb5
Port away from onFoo in Connection
2021-09-06 22:58:37 +02:00
Tobias Fella
c9935804b0
Fix QML warning in ImageDelegate
2021-08-25 00:20:24 +02:00
Tobias Fella
bd08f7fd36
Fix QML error
2021-08-24 00:45:57 +02:00
Tom Z
cd461da413
Fix hoverItem positioning.
...
In the "Compact" layout the hover item is on top of the time label
and the wrong mapping base caused a weird offset. Now we simply
just position the hover item immediately above the current item.
2021-08-23 21:42:11 +00:00
Tobias Fella
046e823d1b
Show blurhashes for image events
2021-08-21 00:39:57 +02:00
Tobias Fella
dada3e300b
Revert "Spellchecking with new Sonnet declarative API"
...
This reverts commit 17bbc60f6f
2021-08-20 20:31:25 +00:00
Jan Blackquill
4955b1f7a0
Improve the file delegate
...
- cleaner code
- supports stopping downloads
- utilises the mimetype in order to display an icon
- better size formatting
- tooltips
2021-08-19 14:01:14 -04:00