[gegl-qt] Update README



commit cea535cc379a9a84b948b48f8f3707e41788ca6a
Author: Jon Nordby <jononor gmail com>
Date:   Sat Sep 24 01:41:39 2011 +0200

    Update README

 README.txt |   27 +++++++++++----------------
 1 files changed, 11 insertions(+), 16 deletions(-)
---
diff --git a/README.txt b/README.txt
index 8f0a1f1..bfa2160 100644
--- a/README.txt
+++ b/README.txt
@@ -43,10 +43,6 @@ use GEGL in applications with Qt based user interfaces.
 gegl-qt aims to support Qt4 and both QWidget, QGraphicsView and QML based user interfaces.
 Qt5 support will be considered in the future.
 
-It is currently outside the scope of gegl-qt to provide C++ (Qt/QObject) or QML bindings
-for GEGL. If you are interested in this, the best way would be to use GObject
-Introspection + Smoke GObject.
-
 == Contributing ==
 To contribute code, please file a bug and attach git-formatted patches there, or link to
 a public git branch which has the commits (on github for instance).
@@ -65,30 +61,29 @@ Should at happen before or together with the next Gegl release.
 Need to build and work with whatever is the latest Gegl release.
 
 - Do API review
-- Check that improvements like using child items in QGW/QML
-for autoscaling/autocentering is possible with current API
+- API documentation
 
 - Have a basic set of tests, and good test infrastructure
-- Distribute a basic examples for the provided features
+- Distribute a set of basic examples for the provided features
+* Missing: use of view->model transformations
+* Examples needs to have a description, and be commented
 - Add information about gegl-qt to gegl.org website
 
-- Test the Python bindings
-
-- Make QML able to manipulate view options
+=== Later ===
 
+Display operation
 - Display operation needs to spin its own mainloop
 - Register the display operation as a 'display' type operation (needs support in Gegl)
 
-=== Later ===
-General
-- Python support using PySide and Shiboken (see 'pyside' branch)
-- API documentation
-
 View widgets
 - Rotation support
 - Background and overlay draw support for GeglQtView
 
-QImage IO loader plugin that uses
+QImage IO loader plugin that uses GEGL loaders
+
+QML Gegl bindings
+- Use GObject Introspection + Smoke GObject to provide Qt bindings,
+so that Gegl can be used in pure QML
 
 Tests
 - Unittests for view widgets



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]