gambas-source-code/main/lib
Benoît Minisini 29fe0bc6a6 [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.


git-svn-id: svn://localhost/gambas/trunk@7150 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-06-27 21:26:32 +00:00
..
clipper [GB.CLIPPER] 2015-06-18 23:53:23 +00:00
complex
compress [WIKI CGI SCRIPT] 2015-06-14 22:10:16 +00:00
data
db [DEVELOPMENT ENVIRONMENT] 2015-06-17 21:25:02 +00:00
debug
draw
eval
geom
gui
gui.opengl
gui.qt [GB.FORM] 2015-05-30 18:03:29 +00:00
gui.qt.webkit [GB.GUI.QT.WEBKIT] 2015-05-28 10:09:28 +00:00
image [INTERPRETER] 2015-06-27 21:26:32 +00:00
image.effect
inotify
option
signal
vb
gb.component
Makefile.am