It is available at the usual place https://community.kde.org/Schedules/KDE_Gear_22.04_Schedule
Dependency freeze is in six weeks (March 10) and Feature Freeze a week after that, make sure you start finishing your stuff!
A blog about random things and sometimes about my work translating and developing KDE and anything
It is available at the usual place https://community.kde.org/Schedules/KDE_Gear_22.04_Schedule
Dependency freeze is in six weeks (March 10) and Feature Freeze a week after that, make sure you start finishing your stuff!
Up to today, Okular would kind of error out when opening a PDF file that contains a signature field that was unsigned (think like the old space in paper forms saying "sign here")
It would tell you "document is signed but can't be properly validated"
And that was it, you couldn't do much with the signature. When you tried to "see" it all the fields would be default like "Signed at 1 Jan 1970", etc.
With the new code we properly detect that there are unsigned signatures and we offer to sign them when interacting with it
Relevant merge requests:
https://invent.kde.org/graphics/okular/-/merge_requests/539
https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/1026