[okular] [Bug 444297] Okular "Could not open" a certain PDF, with no other details

2021-12-05 Thread Wolfgang Faust
https://bugs.kde.org/show_bug.cgi?id=444297 --- Comment #17 from Wolfgang Faust --- That seems entirely plausible. I see that Poppler has way to get error codes and also some kind of callback mechanism that can use actual error strings? Whereas I guess right now that Generator is just returning

KDE CI: Applications » okular » kf5-qt5 FreeBSDQt5.15 - Build # 426 - Fixed!

2021-12-05 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Applications/job/okular/job/kf5-qt5%20FreeBSDQt5.15/426/ Project: kf5-qt5 FreeBSDQt5.15 Date of build: Mon, 06 Dec 2021 01:44:01 + Build duration: 9 min 56 sec and counting JUnit Tests Name: proje

[okular] [Bug 431792] PDF Form checkbox state cannot been seen when form is hidden

2021-12-05 Thread Carsten Clever
https://bugs.kde.org/show_bug.cgi?id=431792 Carsten Clever changed: What|Removed |Added CC||clush...@gmx.net -- You are receiving this ma

[okular] [Bug 444297] Okular "Could not open" a certain PDF, with no other details

2021-12-05 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=444297 --- Comment #16 from David Hurka --- There are two ways to set this message: QMetaObject::Connection errorToOpenErrorConnection = QObject::connect(m_generator, &Generator::error, m_parent, [this](const QString &message) { m_openError = message; });