gambas-source-code/gb.dbus/src
Benoît Minisini 91556cac06 [DEVELOPMENT ENVIRONMENT]
* NEW: The debug window has a button to switch between "normal view" and 
  "symbol view". In "normal view", array and collection contents are
  displayed. If the object is not an array or a collection, then all
  non-hidden symbols are displayed. In "symbol view", all objects symbols 
  are displayed, whatever the object type is.

[INTERPRETER]
* NEW: The debugger now can display collection-like objects. An object can 
  be displayed like a collection if it has a Count property, is enumerable,
  has a _get special method taking a string, and has a Key property that 
  returns the key of the last enumerated element.

[GB.DEBUG]
* NEW: The debugger now can display collection-like objects. An object can 
  be displayed like a collection if it has a Count property, is enumerable,
  has a _get special method taking a string, and has a Key property that 
  returns the key of the last enumerated element.

[GB.FORM]
* BUG: GridView.Clear resets the height of all rows to the default value.


git-svn-id: svn://localhost/gambas/trunk@4558 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-03-17 02:05:31 +00:00
..
gb.dbus [DEVELOPMENT ENVIRONMENT] 2012-03-17 02:05:31 +00:00
c_dbus.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
c_dbus.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
c_dbusconnection.c [GB.DBUS] 2012-01-21 20:10:45 +00:00
c_dbusconnection.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
c_dbusobserver.c [GB.DBUS] 2012-02-19 21:13:50 +00:00
c_dbusobserver.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
c_dbusvariant.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
c_dbusvariant.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
dbus_print_message.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
dbus_print_message.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb.dbus.component
helper.c [GB.DBUS] 2012-01-21 20:10:45 +00:00
helper.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
main.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
main.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
Makefile.am