Tobias Fella
59164d3bb2
Implement account registration
...
Implements #7
2023-08-28 10:05:09 +00:00
Tobias Fella
cc60dde62d
Deselect space when leaving it
...
BUG: 473271
2023-08-28 11:47:39 +02:00
James Graham
50e8b9ebf6
Visit User
...
Move to using visit user in all cases.
2023-08-27 19:05:55 +00:00
Nicolas Fella
f5ad2ad162
Fix enter key naviation in login flow
2023-08-27 19:32:41 +02:00
Tobias Fella
d11d6c74b3
Fix opening settings
...
BUG: 473789
2023-08-27 17:17:12 +00:00
James Graham
63ed69a5d4
Use updated AlbumMaximizeDelegate
...
Autoload is being removed so don't use it.
Requires libraries/kirigami-addons!146
2023-08-27 16:02:07 +00:00
Tobias Fella
a8aa775575
Implement message forwarding
...
Implements #338
2023-08-27 09:55:31 +00:00
Tobias Fella
7e859364af
Don't show "no canonical alias" message in GroupChatDrawerHeader
...
The word "canonical" is confusing to average people and there isn't really a point in showing the message.
2023-08-27 09:54:41 +00:00
Tobias Fella
dbc10685f0
Port login to FormCard
2023-08-27 09:54:12 +00:00
Tobias Fella
68298f038d
Fix opening report sheet
2023-08-26 19:54:45 +00:00
Tobias Fella
405fd5841a
Fix opening ban sheet
2023-08-26 19:54:17 +00:00
Tobias Fella
5da9bba844
Force plain text user display name in user detail sheet
2023-08-26 19:54:06 +00:00
Tobias Fella
84373712ef
Fix opening about page
2023-08-26 21:51:40 +02:00
James Graham
50f4f96341
Fix maximize component menu
...
Should be plainText not plainMessage
2023-08-26 19:29:11 +00:00
Tobias Fella
33811a4c49
Remove unused kitemmodels import
2023-08-26 21:25:09 +02:00
James Graham
43715486e5
Room Drawer Mobile
...
Push the room drawer as a page rather than a drawer when on mobile or the window is thin.
This also lays some foundations for having multiple different pages in the drawer by separating the room information into it's own component which could be switched out to show other things like highlights or media.
2023-08-26 08:42:39 +00:00
James Graham
092f1be99b
Further mark messages read fixes
...
Add a timer to lockout the scroll trigger for marking messages as read in the first second after changing room. This is because the scrollview can't differentiate between mouse scrolling and the multiple changes in scrollview that happen as the room is changed over.
2023-08-25 22:27:20 +00:00
Carl Schwan
1e3c3dd1f4
Remove debuging value
...
Otherwise like of connectivity never disapear
2023-08-24 16:10:01 +02:00
Carl Schwan
9f3012061d
ReactionDelegate: Don't bind twice the reaction repeater model
...
We already are using an alias for this
2023-08-22 21:49:30 +00:00
James Graham
df127b88e6
Fix Image Replies
...
Make sure that the image container has it's implicit width/height set so that the correct size can always be calculated. This was breaking images that were a reply to another message (not sure if that's legal because we don't allow but other clients do because I found one).
2023-08-20 18:16:51 +00:00
Joshua Goins
f875a23e83
Only close the settings window if there's no accounts left
2023-08-20 15:08:57 +00:00
Joshua Goins
7f5cfbf21c
Move the sign out button outside the editor, and close the dialog
2023-08-20 15:08:57 +00:00
Joshua Goins
f7c7643c1c
Emit the accepted signal in the logout confirmation dialog
2023-08-20 15:08:57 +00:00
Joshua Goins
692edf52f1
Allow customizing the connection for the logout confirm dialog
2023-08-20 15:08:57 +00:00
Joshua Goins
c71672dab3
Remove used logout dialog in main.qml
2023-08-20 15:08:57 +00:00
Joshua Goins
a0499e5140
Set sourceSize in for images, improving memory usage and smoothing
...
In some cases (where we don't get a thumbnail) we load the entire image,
which might be large. Even when we get a thumbnail, the smoothing we
apply doesn't get the best results and the only other option is
mipmapping which is more memory intensive - it stores progressively
smaller images but keeps all of them in memory.
Now the ImageDelegate sets the sourceSize, which helps reduce the memory
footprint (since Qt will throw away whatever parts of the image we don't
need) and makes the images look smoother when scaled. However,
AnimatedImages do not support this so this change introduces a new
property to tell if the image could possibly be animated. It will
erroneously pick up formats that could support animation (e.g. WebP) but
other image formats will still benefit so it's a net positive. The
ImageDelegate will load the correct image component depending on this
property.
2023-08-19 18:20:49 +00:00
Joshua Goins
6d8c1d0780
Fix avatar URLs for rooms
...
Room avatar URLs don't specify the new mxc:// format the user avatars
use, so we need to carve out a workaround for them.
2023-08-19 15:45:51 +00:00
Joshua Goins
7fe85066a4
Move attachment dialog to ChatBar, where it can actually be used
...
ChatBar calls to an attachDialog that never comes, so let's have them
move in together.
2023-08-19 15:23:04 +00:00
Joshua Goins
4104e10d95
Add another message when no rooms are found
2023-08-19 14:08:45 +00:00
Joshua Goins
05f3c3ee0a
Make the explore page header way prettier, like it is in KCMs
2023-08-19 14:08:45 +00:00
Joshua Goins
0a1c489401
Make the explore page search loading process more obvious
...
Adds progress bars, lots of them! Now it's easier to tell if NeoChat is
trying it's best to load the public room list.
2023-08-19 14:08:45 +00:00
Carl Schwan
3bd93996c0
Don't inherit color in TimelineContainer
2023-08-16 23:44:22 +02:00
Joshua Goins
24d0082048
Use view-list-details instead of expand icon in room drawer
2023-08-16 20:07:46 +00:00
Joshua Goins
2980af11b0
Destroy the correct component in space list context menu
2023-08-16 20:07:46 +00:00
Joshua Goins
91d9406c38
Prevent the TapHandler in AvatarTabButton from triggering clicked()
...
This caused right-clicks on this component (for example, in the space
drawer) to cause clicked() to be called on the delegate.
2023-08-16 20:07:46 +00:00
Joshua Goins
280d1e38e2
Add icons to the space list context menu items
2023-08-16 20:07:46 +00:00
Joshua Goins
7b520da4b4
Prevent the chat bar from pasting a local file URL if we save the bitmap
...
There's no point in also putting the file:// URL, so catch the event if
saving the bitmap from the clipboard is successful.
2023-08-16 19:57:22 +00:00
Joshua Goins
9c4d8ef823
Fix the account switcher width so it doesn't spill off the side
2023-08-16 19:39:14 +00:00
Joshua Goins
fe3bf3a638
Pick a better shadow and clean up emoji popup backgrounds
...
These shadows are now closer to how other popups look.
2023-08-16 19:31:07 +00:00
Joshua Goins
d678a446e2
Don't clip the emoji popups as they destroy shadows
2023-08-16 19:31:07 +00:00
Tobias Fella
4ea183b139
Improve tooltips in chatbar
2023-08-14 07:54:47 +00:00
Tobias Fella
22fd24549b
Wrap room display name in Room Drawer
2023-08-13 20:02:58 +02:00
James Graham
018154f555
No emoji chatbar button on mobile
...
Hide the emoji button in the `chatbar` and don't instantiate the dialog component on mobile. This isn't needed on mobile as the virtual keyboard can add emojis. Should also save a small amount of memory on mobile from the dialog which is normally always instantiated.
2023-08-09 18:10:53 +00:00
Carl Schwan
bf5ce049d9
Port to new settings component
2023-08-08 21:40:05 +00:00
Carl Schwan
58213ee3e6
Display big emoji correctly
...
We already check with a regex if the message only contains emoji so it is safe
to hardcode the font family as emoji for these messages.
2023-08-08 12:07:16 +02:00
Tobias Fella
67453d9fb8
Remove ifdefs for E2EE
2023-08-07 21:15:11 +00:00
Tobias Fella
3ab04583ae
Force plain text in room delegate
2023-08-07 22:58:11 +02:00
James Graham
c7c892c51c
Fix message long press
...
Add a tap handler so that long press events in the text of a message can be captured. This should make mobile menus work on text messages again.
2023-08-06 17:08:46 +00:00
Tobias Fella
88368cefaa
Remove leftover debug statement
2023-08-06 00:51:28 +02:00
Tobias Fella
ab4bb41979
Fix last active time in devices page
2023-08-05 20:32:47 +02:00