* NEW: DBus.Session returns a connection to the session bus as a
DBusConnection object.
* NEW: DBus.System returns a connection to the system bus as a
DBusConnection object.
* NEW: DBusConnection.Introspect() is a method that returns the result of
the Introspect() method on a specific object path.
* NEW: DBusConnection.CallMethod() allows to call any D-Bus method.
Marshalling is automatic, but D-Bus signature of input and output
arguments must be provided.
git-svn-id: svn://localhost/gambas/trunk@2205 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Fix the project refreshing routine that made edited data files
read-only and unsaveable.
[WEB SITE MAKER]
* NEW: Arabic translation made by Daif Alotaibi.
* NEW: Support for right-to-left written languages.
[GB.DBUS]
* NEW: A new component to talk with D-Bus. But it cannot do anything at
the moment.
[GB.QT4]
* BUG: Expanded an item in a TreeView by code now shows the children as if
you did it by user interaction.
git-svn-id: svn://localhost/gambas/trunk@2197 867c0c6c-44f3-4631-809d-bfa615b0a4ec