Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to KDSingleApplication | Nicolas Werner | 2023-11-20 | 29 | -2801/+0 |
| | |||||
* | Enable -Wconversion | Nicolas Werner | 2022-10-26 | 1 | -8/+6 |
| | |||||
* | More granular automoc | Nicolas Werner | 2022-09-23 | 1 | -2/+1 |
| | |||||
* | Optimize blurhashes a bit more | Nicolas Werner | 2022-01-02 | 1 | -43/+45 |
| | |||||
* | Speed up blurhashes | Nicolas Werner | 2022-01-01 | 1 | -3/+22 |
| | |||||
* | Update to SingleApplication 3.3.2 proper | Nicolas Werner | 2021-12-15 | 30 | -61/+111 |
| | |||||
* | Properly fix #825 | Nicolas Werner | 2021-11-24 | 1 | -1/+3 |
| | | | | We should read the message before sending the ack! | ||||
* | Fix crash in SingleApplication when other end exits immediately | Nicolas Werner | 2021-11-24 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | speed up blurhash decode a bit | Nicolas Werner | 2021-10-20 | 2 | -18/+17 |
| | |||||
* | update SingleApplication | Nicolas Werner | 2021-06-25 | 29 | -63/+1050 |
| | |||||
* | Fix warning on gcc11 | Nicolas Werner | 2021-05-13 | 1 | -1/+1 |
| | |||||
* | Switch profile code to a more flexible method | LorenDB | 2020-12-24 | 13 | -298/+473 |
| | | | | This introduces a new version of SingleApplication as well. | ||||
* | Update blurhash | Nicolas Werner | 2020-09-16 | 1 | -3/+4 |
| | |||||
* | Bump singleapplication version | Nicolas Werner | 2020-05-26 | 12 | -89/+211 |
| | |||||
* | Add SSO | Nicolas Werner | 2020-05-09 | 1 | -0/+5125 |
| | | | | closes #94 | ||||
* | Speed up blurhash code | Nicolas Werner | 2020-03-04 | 2 | -2/+5 |
| | |||||
* | Experimental blurhash implementation (MXC2448) | Nicolas Werner | 2020-03-03 | 3 | -0/+517 |
| | |||||
* | Use third_party singleapplication helper | Nicolas Werner | 2020-02-23 | 10 | -0/+1466 |
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 |