summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2009-07-08 02:01:39 +0200
committerPino Toscano <pino@kde.org>2009-07-08 02:01:39 +0200
commita3c9c6d0c0ee55dccd2d03f20d5683ae300cdc6b (patch)
treeb3fdaca2bfd0c2f9e4bfed6f4a71295c5ef86288 /TODO
parent92ad0ef89fe7690d83854b4821178dfdb2e22897 (diff)
start updating the TODO file
TODO file had quite some rust and dust in it, making quite "difficult" for others to understand what can be done for helping. First step has been removing all the items done. Next is grouping items by areas, so it is more clear what should be done in what area; current areas are: - general items: for general stuff to be done, not specific to some area; an example could have been "use littlecms for color management?" - core: stuff which is specific to the core library - Qt4/Qt/glib/etc frontend: stuff specific for that frontend - new frontends: ideas for possible new frontends I was not sure about some items and Jeff Muizelaar's TODO, so I left them there.
Diffstat (limited to 'TODO')
-rw-r--r--TODO47
1 files changed, 15 insertions, 32 deletions
diff --git a/TODO b/TODO
index c7971a83..2f5447af 100644
--- a/TODO
+++ b/TODO
@@ -1,29 +1,6 @@
-Here's the plan as of March 21:
-
- - Finish glib and qobject wrappers and get rid of the 80
- header files that current constitute the poppler public API.
- Make sure the APIs are usable for kpdf and evince and other
- tools that use poppler (thumbnailers, metadata plugins
- etc.).
-
- - Make the cairo backend feature complete and optimize the
- heck out of it.
-
+* general items:
- Investigate better (that is, normal) text selection.
-
- Use PDF font descriptors to create an FcPattern.
-
-Convert to use as much existing infra-structure as possible:
- - drop t1lib entirely
- - use fontconfig
- - dont use /etc/xpdf.rc, add abstraction that can work with
- GNOME and KDE configuration systems (GConf and ?)
- - improve cairo backend
- - use jasper for jpeg2000 decoding?
- - use littlecms for color management?
- - use libtiff for ccitt decoding?
-
-Performance:
- Add simle performance benchmark that takes a pdf and renders
every page 100 times or so. Start keeping track of
performance.
@@ -31,16 +8,22 @@ Performance:
hack around some of it in the cairo backend)
- move away from getChar to a more read(2) like interface
-Done:
- - rename GString etc in goo lib to make it more glib friendly
- - make splash optional
+* core:
+ - use libtiff for ccitt decoding?
+
+* Qt4 frontend:
+ - expose Rendition media through the MovieObject API
+ - use Q_GLOBAL_STATIC for GlobalParams?
+ - use QSettings or another system for loading/saving Document/global settings?
+ - expose API for lcms/color management system
- - Install poppler-splash.pc and poppler-cairo.pc to indicate
- available backends. Alternatively, just hide the backend
- choice from the application. This is done now, but for this
- to work properly, we really need multiple .so's.
+* new frontends:
+ - toolkit-agnostic C or C++ frontend
+ - Java/JNI-based frontend for Android
- [ This will go away again once we get the wrappers done. ]
+* cairo backend:
+ - Make the cairo backend feature complete and optimize the
+ heck out of it.
Jeff Muizelaar's TODO:
Short Term: