aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-06-19 02:44:44 +0200
committerJay Berkenbilt <ejb@ql.org>2022-06-19 14:46:58 +0200
commit87412eb05be3148e812310128f361f79922baad8 (patch)
treee8f58ce2ac059c7fcc912df62226885574d6a372 /TODO
parent3a7ee7e93847d41cae414ff77cc75fd6394751ef (diff)
downloadqpdf-87412eb05be3148e812310128f361f79922baad8.tar.zst
Add QPDFJob::registerProgressReporter
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index f71528e1..8a0ad3a0 100644
--- a/TODO
+++ b/TODO
@@ -14,7 +14,10 @@ Next:
Pending changes:
-* Allow users to supply a custom progress reporter for QPDFJob
+* Allow users to supply a custom progress reporter for QPDFJob. If one
+ is provided, use it instead of creating one. Then expose to the C
+ API. Consider also exposing a way to set a new logger and to get the
+ logger from QPDF and QPDFJob in the C API.
* Check about runpath in the linux-bin distribution. I think the
appimage build specifically is setting the runpath, which is
actually desirable in this case. Make sure to understand and