- 20 Nov, 2018 1 commit
-
-
Aleix Pol authored
It uses the following image: https://phabricator.kde.org/source/sysadmin-ci-tooling/browse/master/system-images/android/sdk/Dockerfile-clang The one we are using now as kdeorg/android-sdk is still using GCC which can't compile poppler master (it can compile last stable version, but new features are used now and it can't cope). KDE will start using this clang version when Qt 5.12 releases and we know there's no major regressions, but poppler can already start doing so now. It only checks that poppler builds correctly, doesn't execute anything.
-
- 18 Nov, 2018 11 commits
-
-
Albert Astals Cid authored
Supposedly more complete Unicode information
-
Elliott Sales de Andrade authored
-
Elliott Sales de Andrade authored
-
Elliott Sales de Andrade authored
-
Elliott Sales de Andrade authored
-
Elliott Sales de Andrade authored
-
Elliott Sales de Andrade authored
-
Elliott Sales de Andrade authored
-
Elliott Sales de Andrade authored
-
Elliott Sales de Andrade authored
In Python 3, exceptions must derive from the BaseException class, which Printer definitely does not do.
-
Elliott Sales de Andrade authored
-
- 17 Nov, 2018 1 commit
-
-
Albert Astals Cid authored
Fixes issue #669
-
- 16 Nov, 2018 3 commits
-
-
Albert Astals Cid authored
-
Adam Reichold authored
Make GooString constructible and assignable from null pointers again since some of the code expects it.
-
Albert Astals Cid authored
-
- 15 Nov, 2018 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 14 Nov, 2018 4 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 12 Nov, 2018 4 commits
-
-
Albert Astals Cid authored
fixes oss-fuzz/9614
-
Albert Astals Cid authored
-
Tobias Deiminger authored
AnnotLine::initialize used to look for strings, which is wrong, because PDF reference says "LE [...] An array of two names".
-
Albert Astals Cid authored
And don't feel like investigating why
-
- 11 Nov, 2018 3 commits
-
-
Oliver Sander authored
This is the name used by std::string.
-
Albert Astals Cid authored
-
Tobias Deiminger authored
Line endings are already parsed from /LE array and are gettable and settable as enum value in current APIs. With this commit we implement the drawing operations so that line endings become actually visible when document is rendered.
-
- 09 Nov, 2018 7 commits
-
-
Albert Astals Cid authored
Enables levels 0, 1 and 2, along with some manual ones Disables non-pod-globa-static, StructElement would need some rework to fix it and it's only a bit about optimization of start time, we can live with it
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
Since they are part of the API
-
Albert Astals Cid authored
-
Albert Astals Cid authored
Makes clazy happier
-
Albert Astals Cid authored
-
- 08 Nov, 2018 1 commit
-
-
Albert Astals Cid authored
We don't have any signals or slots at the moment but add the keyword so if we ever add them it's using the Q_SIGNAL/Q_SLOT variant so we don't get collisions with other people that use signal/slot
-
- 07 Nov, 2018 2 commits
-
-
Albert Astals Cid authored
Scopes the entry variable so people don't try to use it in between
-
Albert Astals Cid authored
-
- 06 Nov, 2018 1 commit
-
-
Albert Astals Cid authored
-