log libpurple/dbus-analyze-functions.py @ 28695:ff5d8b8de895

age author description
2009-08-23 Ka-Hing Cheung serialize functions that return unsigned int types in dbus
2009-05-26 Paul Aurich Convert the disco browser to a plugin. Refs #556
2009-05-16 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 0fc44e2e9b4c3867ea189f9705f637125cb2497c)
2009-05-10 Paul Aurich Exclude some get/set UI/protocol data functions from dbus. I don't see how these could function properly.
2009-04-14 Paul Aurich Iteratively expand the disco tree as prompted by the UI.
2009-04-11 Paul Aurich Use per-PurpleDiscoList ops for canceling a disco and registering.
2009-02-03 Sadrul Habib Chowdhury *** Plucked rev 8e8959be (sadrul@pidgin.im):
2009-01-27 Elliott Sales de Andrade Add special handling to the Python D-Bus parsing code for the *_get_data
2008-11-13 Richard Laager A patch from Math2Gold to fix the dbus-analyze-functions script to properly
2008-05-13 Sadrul Habib Chowdhury Update the dbus-analyze script to deal with multiline function
2008-01-14 Richard Laager Disable the DBus "Functions not exported" list. It's huge and buries the
2007-10-28 Will Thompson Silence warnings from dbus-analyze-functions.py about calling 'raise' on a
2007-09-10 Richard Laager Work around a problem so --enable-dbus will build again.
2007-08-25 Sadrul Habib Chowdhury DBus-ify the message history in a conversation.
2007-08-13 Sadrul Habib Chowdhury Make sure dbus doesn't leak in purple_prefs_get_children_names.
2007-06-17 Sadrul Habib Chowdhury Remove the warning about signedness.
2007-06-17 Sadrul Habib Chowdhury Process unsigned ints for dbus.
2007-06-16 Sadrul Habib Chowdhury Treat some more types as simple types. This allows exporting some useful
2007-06-16 Richard Laager Re-fix the DBus list handling code by killing const GList* / const GSList*
2007-06-16 Richard Laager Fix some weird whitespace in the output.
2007-06-07 Richard Laager Lots of DBus list handling changes. The objective here was to eliminate a
2007-06-06 Richard Laager Whitespace changes.
2007-06-02 Richard Laager Now fix warnings from null_to_empty()'s constness.
2007-06-02 Richard Laager The DBus bindings have a lot of warnings about calling g_free() on a
2007-05-30 Richard Laager Part of a patch from o_sukhodolsky.
2007-05-13 Sadrul Habib Chowdhury Callbacks are not supported for dbus.
2007-05-02 Sadrul Habib Chowdhury gchar returning functions should also be exposed for dbus.
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/