Nicolas Werner
f7ffaac63d
Fix PLs for DMs
3 years ago
Nicolas Werner
3b2f47c56f
Show changes in image packs in timeline
3 years ago
Nicolas Werner
a2da4b6df3
Fix linting
3 years ago
Loren Burkholder
da6b3eb8f4
D-Bus fixes ( #1048 )
...
According to LorenDB's First Law of Software Development, once a developer has committed or merged a new feature, he will find at least one problem with the implementation.
I realized that I was constructing the room info items with some parameters out of order, which required a rather urgent fix. Furthermore, I fixed the image decoding algorithms in the QDBusArgument operator. Finally, I switched the API version parameter back to QString, since passing it as a QVersionNumber would create a problem for non-Qt API users.
On the general improvements side of things, I added some handy wrappers for D-Bus calls so that other devs that copy the NhekoDBusApi files to use for their own applications won't have to go to the effort of making the D-Bus calls themselves.
3 years ago
Nicolas Werner
01019450cf
Fix grayscale bug AGAIN
3 years ago
Joseph Donofry
f688e15379
Fix cursor not being closed before txn was committed
3 years ago
Nicolas Werner
c3efab43fb
Cleanup some random dbus stuff
3 years ago
Loren Burkholder
686ebfdbec
Add D-Bus API ( #916 )
...
This adds functionality for viewing joined rooms and activating rooms.
3 years ago
Nicolas Werner
060a03e055
Fix accidental shadowing
3 years ago
Nicolas Werner
0a405a7446
Store notification counts across restarts
3 years ago
Nicolas Werner
3ea8a1d452
fix lint
3 years ago
Marcel
a8810ad016
Add specific powerlevel messages ( #852 )
...
fixes #136
3 years ago
Nicolas Werner
864b4b2646
Fix SSSS if another client used the wrong base64 format
3 years ago
Nicolas Werner
cf38e6974a
Fix typo in key export
3 years ago
Nicolas Werner
f316dbed43
Fix a few issues with receiving to_device messages in initial sync
3 years ago
Nicolas Werner
66b7ff639c
Remove sender key from megolm session index
...
implements MSC3700
see https://github.com/matrix-org/matrix-spec-proposals/pull/3700
3 years ago
Loren Burkholder
3bb00aa96c
Don't treat a space as a direct chat
3 years ago
Apurv404
9eddee75ca
Fix room alias issue ( #354 )
3 years ago
Nicolas Werner
4e5e5d55eb
lint
3 years ago
Nicolas Werner
6f8babc80b
Allow knocking if join failed and via matrix uris
3 years ago
Nicolas Werner
6417dcd398
Fix leaving rooms
3 years ago
Nicolas Werner
a59b3147a6
Add reasons to everything
...
fixes #1030
3 years ago
Nicolas Werner
c91f91d5d3
Add /knock command
3 years ago
Nicolas Werner
0d9a3ff4cd
Fix cursor moving to the end when editing in the middle
3 years ago
Nicolas Werner
9e2789a16d
Remove a few unused variables
3 years ago
Nicolas Werner
656fcac91c
Don't use a modal to edit room name and topic
3 years ago
Nicolas Werner
82cdb483a9
Fix arrow keys
3 years ago
Nicolas Werner
afe381e9b1
Remove unused ToggleButton
3 years ago
Nicolas Werner
14f7fe282f
Cleanup some unused code
3 years ago
Nicolas Werner
6d1416fb6e
Add backend for new room creation dialogs
3 years ago
Nicolas Werner
6f0260d59f
Avoid empty membership events
3 years ago
Malte E
af17e4f8c0
run lint
3 years ago
Malte E
838cf63578
direct chat creator can now create direct chats
3 years ago
Nicolas Werner
7256c70108
Fix crash on missing pack description
3 years ago
tastytea
179ae53b40
Don't send thumbnails that are larger than the original
...
- Set PNG compression to maximum
- Don't upload thumbnail if it is not at least 10% smaller than the
original
3 years ago
Nicolas Werner
637db55e08
Default body to shortcode if unset and sending sticker
3 years ago
Nicolas Werner
922c63ef27
Add a default filename for clipboard pastes again
3 years ago
Nicolas Werner
447a3d4cb9
Try to improve thumbnailing on macOS
3 years ago
Nicolas Werner
30ba387076
Fix thumbnails of received encrypted images
3 years ago
Nicolas Werner
96aacf8068
Small fixes to video thumbnailing
3 years ago
Nicolas Werner
c87af215e1
Actually pass the mimetype we intended
3 years ago
Nicolas Werner
e52f90a941
Properly fix image uploads without image/* format
3 years ago
Nicolas Werner
5734641778
Fix potential crash if there is no image format pasted
3 years ago
tastytea
a622ba4abc
Reword tooltip for Open{Image,Video}External
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
830f4d4942
Please clazy
3 years ago
Nicolas Werner
3aeeed49a9
Also stop audio player
3 years ago
Nicolas Werner
3beed3508a
Thumbnail video
3 years ago
Nicolas Werner
fd83858715
Add duration and resolution to files
3 years ago