[Gambas-devel-svn] SF.net SVN: gambas:[7150] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2015-06-27 21:26:34
|
Revision: 7150 http://sourceforge.net/p/gambas/code/7150 Author: gambas Date: 2015-06-27 21:26:32 +0000 (Sat, 27 Jun 2015) Log Message: ----------- [INTERPRETER] * NEW: GB.GetProperty() API now returns the property value as a GB_VALUE pointer, or NULL if the property could not be read. [GB.DB.POSTGRESQL] * BUG: Fix a compilation warning. [GB.DBUS] * NEW: DBusVariant.Signature is now a constant, not a property anymore. * NEW: DBusVariant() static method has been removed. * NEW: DBusVariant.Value is now writable. * NEW: DBusVariant now can be inherited. Use the value of the Signature constant for introspection of methods and properties using a child class of DBusVariant. * BUG: Show the org.freedesktop.DBus.Peer interface in introspection. * BUG: The org.freedesktop.DBus.Properties.GetAll method now works correctly. * BUG: Correctly handle array datatypes. * BUG: Correctly marshall DBus structures and arrays. * BUG: Correctly handle NULL values. [GB.FORM.EDITOR] * BUG: TextEditor: Better detect cursor position when clicking in the editor with the mouse. [GB.FORM.STATUSICON] * NEW: New component that provides a StatusIcon that is a TrayIcon using the Status Notifier DBus specification (i.e. the new protocol). It should only works with KDE at the moment. [GB.IMAGE] * NEW: Implement all possible image format conversions. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/gb.db.postgresql/src/main.c gambas/trunk/gb.dbus/src/c_dbusvariant.c gambas/trunk/gb.dbus/src/c_dbusvariant.h gambas/trunk/gb.dbus/src/gb.dbus/.src/DBusObject.class gambas/trunk/gb.dbus/src/gb.dbus/.src/MMain.module gambas/trunk/gb.dbus/src/gb.dbus/.src/MyObject.class gambas/trunk/gb.dbus/src/helper.c gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/lib/image/CImage.c gambas/trunk/main/lib/image/image.c gambas/trunk/main/lib/image/image.h gambas/trunk/main/share/gambas.h Added Paths: ----------- gambas/trunk/comp/src/gb.form.statusicon/ gambas/trunk/comp/src/gb.form.statusicon/.action/ gambas/trunk/comp/src/gb.form.statusicon/.component gambas/trunk/comp/src/gb.form.statusicon/.directory gambas/trunk/comp/src/gb.form.statusicon/.gambas/ gambas/trunk/comp/src/gb.form.statusicon/.gitignore gambas/trunk/comp/src/gb.form.statusicon/.hidden/ gambas/trunk/comp/src/gb.form.statusicon/.hidden/control/ gambas/trunk/comp/src/gb.form.statusicon/.hidden/control/statusicon.png gambas/trunk/comp/src/gb.form.statusicon/.hidden/doc.txt gambas/trunk/comp/src/gb.form.statusicon/.icon.png gambas/trunk/comp/src/gb.form.statusicon/.info gambas/trunk/comp/src/gb.form.statusicon/.lang/ gambas/trunk/comp/src/gb.form.statusicon/.list gambas/trunk/comp/src/gb.form.statusicon/.project gambas/trunk/comp/src/gb.form.statusicon/.src/ gambas/trunk/comp/src/gb.form.statusicon/.src/DBusStatusIconPixmap.class gambas/trunk/comp/src/gb.form.statusicon/.src/FTest.class gambas/trunk/comp/src/gb.form.statusicon/.src/FTest.form gambas/trunk/comp/src/gb.form.statusicon/.src/Main.module gambas/trunk/comp/src/gb.form.statusicon/.src/StatusIcon.class gambas/trunk/comp/src/gb.form.statusicon/.src/StatusIconDBusObject.class gambas/trunk/comp/src/gb.form.statusicon/.startup gambas/trunk/comp/src/gb.form.statusicon/default-white.png gambas/trunk/comp/src/gb.form.statusicon/default.png gambas/trunk/gb.dbus/src/gb.dbus/.src/MyValue.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |