Nicolas Werner
|
76bf255d4b
|
Don't delete uncached messages after edit
fixes #1469
|
2023-06-01 21:26:02 +02:00 |
|
Nicolas Werner
|
643fc440fd
|
Fix linting
|
2023-05-30 01:32:09 +02:00 |
|
Sateallia
|
627f35f6a5
|
Remember last used filter
fixes #1432
|
2023-05-30 01:30:25 +02:00 |
|
Nicolas Werner
|
bd8bf91fdb
|
Make summary translation plural sensitive
|
2023-05-29 20:31:57 +02:00 |
|
Nicolas Werner
|
1212e5b317
|
Copy arguments for notification
|
2023-05-29 20:15:47 +02:00 |
|
Nicolas Werner
|
0b9bbd3936
|
Enable sending notifications via the systemNotification signal on macOS
|
2023-05-29 20:15:43 +02:00 |
|
Nicolas Werner
|
43df8f3501
|
Fix duplicate notification category identifier
|
2023-05-29 03:11:58 +02:00 |
|
Nicolas Werner
|
3f4d384220
|
Merge branch 'dont-send-notifications-on-first-sync' of github.com:LcsTen/nheko into notif-test
|
2023-05-29 00:42:56 +02:00 |
|
Nicolas Werner
|
f48c696baf
|
Work around ICE on MSVC
See
https://developercommunity.visualstudio.com/t/Internal-compile-error-while-compiling-c/1227337
for details...
|
2023-05-27 02:16:31 +02:00 |
|
Nicolas Werner
|
51084748ee
|
Make default completer complete custom emoji
|
2023-05-25 21:53:23 +02:00 |
|
Nicolas Werner
|
f01940f57c
|
Make emoji picker use the grid view
|
2023-05-25 19:07:13 +02:00 |
|
Nicolas Werner
|
62844facf7
|
Allow scrolling to specific sections and order packs in sticker search by match quality
|
2023-05-20 00:57:52 +02:00 |
|
Nicolas Werner
|
58cfc39ac4
|
Fix StickerPicker padding and names of unnamed packs
|
2023-05-20 00:57:52 +02:00 |
|
Nicolas Werner
|
7fab9a1d73
|
Prevent new packs from overwriting the default pack by accident
|
2023-05-20 00:57:51 +02:00 |
|
Nicolas Werner
|
4bf725379a
|
Fix adding duplicate stickers and strip file extension
|
2023-05-20 00:57:51 +02:00 |
|
Nicolas Werner
|
ab5f176de0
|
Use case folding instead of lower case for search
|
2023-05-20 00:57:51 +02:00 |
|
Nicolas Werner
|
777bf9f9f6
|
Reimplement search for GridImageModel
|
2023-05-20 00:57:51 +02:00 |
|
Nicolas Werner
|
3a0f38d7e9
|
Replace search vector with span
|
2023-05-20 00:57:51 +02:00 |
|
Nicolas Werner
|
0dfdba4316
|
Add rows to stickerpicker
|
2023-05-20 00:57:47 +02:00 |
|
Nicolas Werner
|
0a55c8ee17
|
Delete unused msg db function
|
2023-05-06 21:16:54 +02:00 |
|
Nicolas Werner
|
7dd3339477
|
Sort rooms in completer by 'activity' and make tombstoned rooms italic
|
2023-05-06 19:30:29 +02:00 |
|
Sateallia
|
b0e4841caf
|
Allow picking multiple files to upload
|
2023-04-25 22:44:53 +02:00 |
|
Nicolas Werner
|
6a03615413
|
Copy image to clipboard
Fixes #599
|
2023-04-23 20:55:28 +02:00 |
|
LcsTen
|
7e85e9b12b
|
Do not display reply action in the recap notif on Mac
|
2023-04-14 19:57:35 +02:00 |
|
LcsTen
|
818e205134
|
Don't send desktop notifications if there are too many of them at once
|
2023-04-14 19:57:33 +02:00 |
|
Nicolas Werner
|
559c5d6872
|
Setting case insensitive sort is not necessary
|
2023-04-14 19:26:50 +02:00 |
|
Nicolas Werner
|
1af83bb4cc
|
Optimize alphabetical sorting a bit
fixes #1272
|
2023-04-14 19:21:40 +02:00 |
|
Sateallia
|
4b2bf9680c
|
Alphabetical ordering option
|
2023-04-14 18:59:06 +02:00 |
|
Nicolas Werner
|
10b65b78fa
|
Adapt to the new inherited variant
|
2023-04-11 01:38:46 +02:00 |
|
Loren Burkholder
|
bdee662bbd
|
Update mtxclient commit hash
|
2023-04-11 01:01:22 +02:00 |
|
Loren Burkholder
|
138b0a6b86
|
Use the new mtxclient special effects refactoring
|
2023-04-11 01:01:21 +02:00 |
|
Loren Burkholder
|
e026242a62
|
Don't bother with rainbow rain
|
2023-04-08 18:59:17 -04:00 |
|
Loren Burkholder
|
b95388a5b9
|
Don't allow rainbowifying custom messages
|
2023-04-08 18:59:17 -04:00 |
|
Loren Burkholder
|
0c1cd7a359
|
Fix command name
|
2023-04-08 18:59:17 -04:00 |
|
Loren Burkholder
|
44d4e6f9b5
|
Allow sending custom msgtypes
|
2023-04-08 18:59:17 -04:00 |
|
Loren Burkholder
|
296385e6fe
|
Add rainfall effect
This is a proof-of-concept example of inplementing a msgtype not found
in the spec.
|
2023-04-08 18:59:17 -04:00 |
|
Loren Burkholder
|
0096226aeb
|
Implement unknown msgtype functionality
|
2023-04-08 18:59:17 -04:00 |
|
Nicolas Werner
|
1a97a36dd2
|
Try to reset unread marker if we fail to set it on the server
|
2023-04-05 01:49:11 +02:00 |
|
Nicolas Werner
|
d7af10f06d
|
Fix switching between thread showing stale messages in some circumstances
|
2023-04-04 20:25:41 +02:00 |
|
Nicolas Werner
|
e21100cf17
|
Get rid of an edge case, that can break pagination
|
2023-04-04 19:40:37 +02:00 |
|
Nicolas Werner
|
5557b949e1
|
Allow querying your status message over dbus
Contributed by a Nheko user starting with S.
|
2023-03-31 01:59:56 +02:00 |
|
Nicolas Werner
|
164de9c21c
|
Allow for # in fragments because some clients send matrix.to links like that
|
2023-03-31 01:29:18 +02:00 |
|
DeepBlueV7.X
|
5de730830a
|
Merge pull request #1411 from dtelsing/screenshare-xdg-desktop-portal
Support screen sharing with xdg-desktop-portal
|
2023-03-30 23:07:39 +00:00 |
|
Ryan Schmidt
|
7018d05f4d
|
Fix build on case-sensitive filesystems
|
2023-03-30 11:53:37 -05:00 |
|
David Elsing
|
90b8542a2e
|
Include missing <optional> header
|
2023-03-30 17:36:40 +02:00 |
|
David Elsing
|
c8402b156b
|
Change text of the PipeWire streenshare method
|
2023-03-30 17:36:40 +02:00 |
|
David Elsing
|
c3081ece40
|
Cleanup Qt D-Bus connections and watchers
|
2023-03-30 17:36:40 +02:00 |
|
David Elsing
|
7f98cd0133
|
Use mtx::client::utils::random_token for XDP session tokens
|
2023-03-30 17:36:40 +02:00 |
|
David Elsing
|
2aadc7c2c4
|
Improve choosing screen share type
|
2023-03-30 17:36:40 +02:00 |
|
David Elsing
|
562a71a5f3
|
Add missing license headers
|
2023-03-30 17:36:40 +02:00 |
|