Commit graph

15 commits

Author SHA1 Message Date
Ivailo Monev
b244724c69 okular: implement embedded files feature for poppler generator
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-04-23 13:08:49 +03:00
Ivailo Monev
bb6c303358 okular: implement fonts information feature for poppler generator
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-04-23 12:42:46 +03:00
Ivailo Monev
3bb401e23e okular: semi-working poppler generator text pages
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-04-18 08:50:15 +03:00
Ivailo Monev
2145e9f186 okular: reimplement poppler generator
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-04-18 02:09:19 +03:00
Ivailo Monev
62a59fb621 okular: manage mutexes via QMutexLocker [ci reset]
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-03-07 00:02:22 +02:00
Ivailo Monev
0637fff76c generic: adjust to Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-03-01 21:07:06 +02:00
Ivailo Monev
a3a1541ae7 generic: replace QLinkedList<T> with QList<T>
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-01-29 18:41:17 +02:00
Ivailo Monev
ac1cfae224 okular: indent
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-08-02 04:22:46 +03:00
Ivailo Monev
13c358bbd5 generic: remove win leftovers
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-03-26 22:18:42 +02:00
Ivailo Monev
ca6ec59cc7 generic: replace macro_log_feature() with set_package_properties() calls
other changes such as syncing properties, updating some of the URLs,
adding missing feature information, removing of redundant checks and
variables and indentation were done in the process while testing if the
changes work as intended.

replacing find_package() with macro_optional_find_package() was also done
where applicable however it's usage is questionable due to the CMake
`CMAKE_DISABLE_FIND_PACKAGE_<PACKAGE>` option.

there is a lot to be done, mostly updating package properties so I am
thinking of either providing a package properties file (like the
MacroLibrary) which sets properties for packages globablly or setting
package properties from the CMake modules shipped with kdelibs. the first
solution may override properties for packages if other projects define them
however a check to ensure that is not done should suffice. the second
solution will cover only DESCRIPTION and URL meaning PURPOSE and TYPE will
still have to be specified in the build systems.

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-21 05:37:28 +02:00
Ivailo Monev
08d1a327a7 poppler: bump minimum Poppler version to 0.28.0
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-13 14:41:20 +00:00
Ivailo Monev
c135cfa6bf generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
Ivailo Monev
f5b2f7892c cleanup okular, rendition actions are JavaScript related and Okular no longer supports those since the KJS removal 2014-12-04 22:31:43 +00:00
Ivailo Monev
21ecea343c further code remove on JS action of okular 2014-11-21 21:04:11 +00:00
Ivailo Monev
bf2d9dcd05 import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00