Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-20 | Remove attributes on del tags | Nicolas Werner | 1 | -7/+13 | |
There is no use case for those afaik and they do break our replacement in the frontend. Let's instead strip them out in the sanitization step, since there are no valid attributes defined for the del tag currenlty. In theory we could also strip out all attributes here, but that seems excessive for now. Fixes https://github.com/Nheko-Reborn/nheko/issues/1693 | |||||
2024-03-19 | Fix presence not being per profile | Nicolas Werner | 1 | -12/+12 | |
fixes #1699 | |||||
2024-03-16 | Make a few headers forward declarations | Nicolas Werner | 39 | -118/+198 | |
2024-03-16 | Include moc files for a tiny speedup on incremental builds | Nicolas Werner | 72 | -17/+335 | |
2024-03-14 | workaround broken platform dialogs on macos | Nicolas Werner | 5 | -6/+18 | |
See https://bugreports.qt.io/browse/QTBUG-102078 | |||||
2024-03-11 | Remove reference to unmaintained AUR helper | q234rty | 1 | -1/+1 | |
https://github.com/rmarquis/pacaur is long unmaintained. | |||||
2024-03-10 | Work around the duplicate right click menus on KDE | Nicolas Werner | 2 | -2/+40 | |
2024-03-09 | Update README.md to reflect the keyring use flag for qtkeychain on Gentoo | jjdredd | 1 | -1/+1 | |
2024-03- |