Loren Burkholder
c751c487da
Use particle groups to separate effects
2 years ago
Loren Burkholder
296385e6fe
Add rainfall effect
...
This is a proof-of-concept example of inplementing a msgtype not found
in the spec.
2 years ago
Nicolas Werner
e114b1adc7
Fix space-community wording
2 years ago
LcsTen
b3b5b6b374
Check isPreviewFetched property for hints
2 years ago
LcsTen
f186e56121
Show an appropriate hint if the room is inaccessible
2 years ago
Loren Burkholder
b266185ce8
Handle incomplete commands better
2 years ago
Loren Burkholder
7bb509005c
Add leave button to space preview
2 years ago
Loren Burkholder
c27407bfab
Don't show timeline behind warnings
2 years ago
Loren Burkholder
b4f8d4947f
Simplify code a bit
2 years ago
Loren Burkholder
22ac5d861e
Move command calculation logic into InputBar
2 years ago
Loren Burkholder
b6ef00b5ee
Show warning when invalid command is entered
...
Fixes #1363
Please note that this doesn't prompt when you try to send a message with a bad command.
2 years ago
Marcus Hoffmann
7c08d88990
print errors on failed dialog creation
...
Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
2 years ago
Nicolas Werner
96f791daf1
Get rid of year in license headers
...
See also:
https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
https://hynek.me/til/copyright-years/
2 years ago
Loren Burkholder
66d8a38c80
Blurhash images when the privacy screen is active
2 years ago
Joseph Donofry
8835040db6
Pause ParticleEmitter when not in use ( #1284 )
...
* Pause ParticleEmitter when not in use
* Use timer instead to pause particle system
2 years ago
Nicolas Werner
3a6a905429
A whole new year full of excitement and possibilities!
2 years ago
Nicolas Werner
f98b289ba2
Show invite reason in the UI (hidden by default)
2 years ago
Nicolas Werner
6762032c53
Fix copy and paste again
2 years ago
Nicolas Werner
8730586cfd
Focus text field on key press (swallows first though...)
2 years ago
Loren Burkholder
fa0c14b846
confetti ( #1243 )
...
* 🎉 (confetti) message support. Thanks @LorenDB !
2 years ago
Nicolas Werner
f1c1f18f81
Add a slow way to search a room
2 years ago
Nicolas Werner
d8993c14e1
Fix raw message dialog
2 years ago
Loren Burkholder
05e6dd9d0d
Modifications to member list buttons
3 years ago
Loren Burkholder
e9112912b8
Better handle pluralization
3 years ago
Loren Burkholder
8436b5c498
Allow users to see through the spinner
3 years ago
Nicolas Werner
c21711830f
Fix pinned messages getting clipped
3 years ago
Loren Burkholder
f9b3690e87
Modifications to member list buttons
3 years ago
Loren Burkholder
24ec2181a3
Better handle pluralization
3 years ago
Loren Burkholder
3d60fadb39
Allow users to see through the spinner
3 years ago
Loren Burkholder
9cf0e3ca55
Add member list and settings buttons to spaces ( #1051 )
...
* Add member list and settings buttons to spaces
* Un-buttonify the member list button
* Properly button settings *and* members
3 years ago
Loren Burkholder
35e6cf003d
Close current room on Ctrl+W
3 years ago
Malte E
5078bdd14f
drag to reply ( #1018 )
3 years ago
Nicolas Werner
a9486ec896
Fix thumbnails for encrypted files and factor upload box out
3 years ago
Nicolas Werner
dbd2bebe6c
Show some previews in upload window
3 years ago
Nicolas Werner
d3471a1097
Move uploads to InputBar
3 years ago
Nicolas Werner
ff4334d59e
Don't leak dialogs
...
It seems that you need to manually destroy created objects... Great...
fixes #898
3 years ago
Nicolas Werner
61404641d9
Update year in copyright notice to shut up lint job
3 years ago
Loren Burkholder
f3aeb4b044
Switch icon theme to Fluent icons
3 years ago
Nicolas Werner
1a163f49e2
Fix unjoinable invites on mobile as well as unclickable previews
3 years ago
Loren Burkholder
96edc0bb75
Use correct form of roomId
3 years ago
Loren Burkholder
3a86d44c1e
Finish getting all avatars jdenticonified
3 years ago
Nicolas Werner
3528fe4e5d
Warn the user before they ping the whole room
3 years ago
Nicolas Werner
ded926cdf9
Fix a few null warnings
3 years ago
Nicolas Werner
b5b580fda5
Loaded causes weird artifacts loading rooms
3 years ago
Nicolas Werner
71a153538f
Disable async timeline loading, since it hangs in a layout loop sometimes
3 years ago
Nicolas Werner
56b24f8d93
Load message list async
3 years ago
Nicolas Werner
42d2b10d5d
Round images in the image provider
3 years ago
Nicolas Werner
18ea01e198
Show if there are unverified devices in a room
...
Also fixes some issues where nested transactions will poison the
verification cache.
3 years ago
Loren Burkholder
9a0c1c27ed
Remove warnings on closing room
3 years ago
Nicolas Werner
87e81498b7
Fix window placement on wayland and add close buttons
...
We explicitly set a parent. We can't assign to
ApplicationWindow.transientParent though, only to
Window.transientParent, so we just call setTransientParent in C++.
3 years ago