dbus/doc TODO,1.86,1.87
John Palmieri
johnp at freedesktop.org
Wed Jul 13 04:16:08 EST 2005
- Previous message: dbus ChangeLog,1.836,1.837
- Next message: dbus/python Makefile.am, 1.13, 1.14 __init__.py, 1.2, 1.3 _dbus.py,
1.5, 1.6 dbus_bindings.pxd.in, NONE, 1.1 dbus_bindings.pyx,
NONE, 1.1 dbus_bindings.pyx.in, 1.27,
NONE dbus_glib_bindings.pyx, NONE, 1.1 glib.py, NONE,
1.1 service.py, NONE, 1.1 services.py, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus/doc
In directory gabe:/tmp/cvs-serv15272/doc
Modified Files:
TODO
Log Message:
* python/dbus_bindings.pyx.in: removed
* python/dbus_bindings.pyx: Added.
- Fixed some memleaks (patch from
Sean Meiners <sean.meiners at linspireinc.com>)
- Broke out the #include "dbus_h_wrapper.h" and put it in its
own pxd file (Pyrex definition)
- Broke out glib dependancies into its own pyx module
* python/dbus_bindings.pdx: Added.
- Defines C class Connection for exporting to other modules
* python/dbus_glib_bindings.pyx: Added.
- New module to handle lowlevel dbus-glib mainloop integration
* python/glib.py: Added.
- Registers the glib mainloop when you import this module
* python/services.py: Removed (renamed to service.py)
* python/service.py: Added.
- (class Server): renamed Name
* python/__init__.py: Bump ro version (0,41,0)
- don't import the decorators or service module
by default. These now reside in the dbus.service namespace
* python/_dbus.py (Bus::__init__): Add code run the main loop
setup function on creation
* python/examples/example-service.py,
python/examples/example-signal-emitter.py: update examples
* python/examples/gconf-proxy-service.py,
python/examples/gconf-proxy-service2.py: TODO fix these up
* doc/TODO: Addition
- Added a Python Bindings 1.0 section
- added "Add match on args or match on details to match rules"
Index: TODO
===================================================================
RCS file: /cvs/dbus/dbus/doc/TODO,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- TODO 10 Jul 2005 22:54:19 -0000 1.86
+++ TODO 12 Jul 2005 18:16:05 -0000 1.87
@@ -25,6 +25,8 @@
- Add a test case for handling the Ping message
+ - Add match on args or match on details to match rules
+
Important for 1.0 GLib Bindings
===
@@ -32,6 +34,17 @@
- Add support for getting sender
+Important for 1.0 Python bindings
+===
+
+ - Hammer down API
+
+ - Fix removing of signals from the match tree
+
+ - Fix refcounting and userdata lifecycles
+
+ - Write a generic mainloop
+
Might as Well for 1.0
===
- Previous message: dbus ChangeLog,1.836,1.837
- Next message: dbus/python Makefile.am, 1.13, 1.14 __init__.py, 1.2, 1.3 _dbus.py,
1.5, 1.6 dbus_bindings.pxd.in, NONE, 1.1 dbus_bindings.pyx,
NONE, 1.1 dbus_bindings.pyx.in, 1.27,
NONE dbus_glib_bindings.pyx, NONE, 1.1 glib.py, NONE,
1.1 service.py, NONE, 1.1 services.py, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list