[cairo-commit] [cairo-www] src/todo.mdwn

Chris Wilson ickle at freedesktop.org
Wed Oct 15 03:29:29 PDT 2008


 src/todo.mdwn |   11 +++++++++++
 1 file changed, 11 insertions(+)

New commits:
commit d2613ac420f78b46c4b13aab446e9762c615e858
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed Oct 15 11:27:40 2008 +0100

    [todo] QPainter backend.
    
    From https://bugs.freedesktop.org/show_bug.cgi?id=17186.

diff --git a/src/todo.mdwn b/src/todo.mdwn
index 4b21e04..b6cc125 100644
--- a/src/todo.mdwn
+++ b/src/todo.mdwn
@@ -332,6 +332,17 @@ Backend-specific improvements
 
   Cross-platform backend to generate Windows Meta Files.
 
+ * QPainter [new]
+
+  Mozilla wrote a backend to interface with QT so that they could port their
+  applications to Qtopia.
+
+  The implementation is here: [mozilla-central](http://hg.mozilla.org/index.cgi/mozilla-central/file/39ab740301f0/gfx/cairo/cairo/src/cairo-qpainter-surface.cpp) [updates](http://mxr.mozilla.org/mozilla-central/find?text=&kind=text&string=cairo-qpainter), [an old patch for cairo](https://bugs.freedesktop.org/attachment.cgi?id=18953).
+
+  Outstanding issues:
+    * No test suite integration.
+    * Use of C++ badly breaks autotools when linking without it included.
+
 
 Test-suite improvements
 -----------------------


More information about the cairo-commit mailing list