Nicolas Werner
8ea03e41e0
Switch to KDSingleApplication
2023-11-20 02:56:42 +01:00
Nicolas Werner
b28fa86e6a
Enable -Wconversion
2022-10-26 01:10:35 +02:00
Nicolas Werner
683fd75700
More granular automoc
2022-09-23 15:47:25 +02:00
Nicolas Werner
87ba5796bc
Optimize blurhashes a bit more
2022-01-02 06:22:50 +01:00
Nicolas Werner
0d10ffc8cd
Speed up blurhashes
2022-01-01 15:47:29 +01:00
Nicolas Werner
57d1dffdbd
Update to SingleApplication 3.3.2 proper
2021-12-15 15:20:04 +01:00
Nicolas Werner
0620632d6a
Properly fix #825
...
We should read the message before sending the ack!
2021-11-24 05:42:31 +01:00
Nicolas Werner
07e187d4d8
Fix crash in SingleApplication when other end exits immediately
...
In those cases the emit might cause the server to remove the connection
and we are working with a dangling pointer. We can't call putChar on
that, so acknowledge the message immediately and then emit the message.
2021-11-24 05:21:30 +01:00
Nicolas Werner
5bce8fd915
speed up blurhash decode a bit
2021-10-20 15:19:23 +02:00
Nicolas Werner
6a7d28d1b5
update SingleApplication
2021-06-25 11:34:17 +02:00
Nicolas Werner
44c5236808
Fix warning on gcc11
2021-05-13 01:31:24 +02:00
LorenDB
53f45bdb1c
Switch profile code to a more flexible method
...
This introduces a new version of SingleApplication as well.
2020-12-24 21:16:46 -05:00
Nicolas Werner
c2f2e8324c
Update blurhash
2020-09-16 23:49:17 +02:00
Nicolas Werner
fe45c49e56
Bump singleapplication version
2020-05-26 22:54:51 +02:00
Nicolas Werner
7b1fa60cc6
Add SSO
...
closes #94
2020-05-09 23:33:03 +02:00
Nicolas Werner
5ac18f1f5f
Speed up blurhash code
2020-03-04 01:30:43 +01:00
Nicolas Werner
0fc98b2692
Experimental blurhash implementation (MXC2448)
2020-03-03 02:34:26 +01:00
Nicolas Werner
e96241265e
Use third_party singleapplication helper
...
This may still not raise the application correctly on some WMs, because
they don't allow disturbing the user with windows popping up. I don't
think we want to work around that.
fixes #84
fixes #113
2020-02-23 13:44:05 +01:00