summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-16remove minor dead code in dbus-gparserChristian Dywan1-3/+0
2011-06-02remove remaining inclusions of <glib/gi18n.h> from libraryDerek Foreman2-2/+0
2011-06-02Regression test for fd.o #37852Simon McVittie4-0/+91
2011-06-02Fix regression in marshalling objects as object pathsSimon McVittie1-4/+4
2011-06-02registrations test: only listen for signals, not all messagesSimon McVittie1-2/+2
2011-06-010.95Simon McVittie1-1/+1
2011-06-01Prepare 0.94 releasedbus-glib_0.94Simon McVittie1-3/+4
2011-06-01dbus-binding-tool: forbid ReturnVal annotation after the first OUT <arg>Simon McVittie1-0/+15
2011-06-01Fix compiler warnings in dbus-binding-toolSimon McVittie1-1/+2
2011-06-01Remove all support for DoxygenSimon McVittie5-219/+1
2011-06-01Use single star in doc-comments not intended for gtk-docSimon McVittie4-5/+5
2011-06-01Remove Doxygen droppings from source codeSimon McVittie11-77/+8
2011-06-01Remove _dbus_g_proxy_test, which isn't called and doesn't do anythingSimon McVittie1-17/+0
2011-06-01Remove _dbus_gutils_test, which didn't test anythingSimon McVittie2-22/+1
2011-06-01_dbus_gidl_test: remove unused function which does nothingSimon McVittie1-17/+0
2011-06-01dbus-glib-tool: remove regression-test boilerplate which does nothingSimon McVittie1-48/+0
2011-06-01dbus-binding-tool: clean up temporary file on errorSimon McVittie1-20/+58
2011-06-01Remove useless HAVE_GLIB conditional - GLib is mandatorySimon McVittie1-1/+0
2011-06-01Remove unused DBUS_DAEMONDIRSimon McVittie1-10/+0
2011-06-01Remove vestigial dbus-glib-error-*.h and the machinery to generate themSimon McVittie5-24/+2
2011-06-01Simplify the check for dbus-1Simon McVittie1-9/+3
2011-06-01Add more auto-generated gtkdoc droppings to .gitignoreSimon McVittie1-0/+2
2011-06-01Remove support for i18n completelySimon McVittie6-105/+68
2011-06-01Remove i18n macros from files where they're unusedSimon McVittie2-9/+0
2011-06-01Log error message from failed object registrationDan Williams1-5/+10
2011-05-30Remind maintainers to update the libtool versioningSimon McVittie1-0/+1
2011-05-30add a Makefile rule to upload a tarball and up-to-date docsSimon McVittie2-1/+14
2011-05-30Force a full rebuild for new gcc versions if gcov is enabledSimon McVittie1-13/+4
2011-05-30Include config.h in generated C files, and regenerate dbus-gmarshal.cSimon McVittie4-5/+13
2011-05-30Consistently include config.h in all non-generated .c filesSimon McVittie28-0/+58
2011-05-30dbus_g_proxy_add_signal: document error casesSimon McVittie1-1/+4
2011-05-27dbus-gobject: check various preconditions for methodsSimon McVittie1-3/+26
2011-05-27dbus-gobject: move weakref to ObjectExport, with ObjectRegistration pointing ...Simon McVittie1-30/+59
2011-05-27Add a regression test for removing all registrations and starting againSimon McVittie1-0/+64
2011-05-27dbus_g_connection_register_g_object: only hook onto signals on first useSimon McVittie1-32/+16
2011-05-27dbus_g_connection_register_g_object: attach ObjectExport firstSimon McVittie1-11/+9
2011-05-27dbus-gobject: wrap the GSList of registrations in a simple structSimon McVittie1-26/+51
2011-05-27test/interfaces: test annotated argumentsSimon McVittie1-2/+8
2011-05-27test/interfaces: check that some invalid annotations aren't allowedSimon McVittie5-2/+43
2011-05-27Test that interfaces, methods, properties, signals can be annotatedSimon McVittie2-2/+39
2011-05-27Don't .gitignore everything in test/interfaces, and remove some duplicationSimon McVittie1-13/+6
2011-05-27Allow <annotation> inside <property> tooSimon McVittie1-2/+2
2011-05-27Allow signal annotations in dbus-binding-toolChristian Dywan1-1/+0
2011-05-17Add a regression test for removing an object from only one connectionSimon McVittie1-4/+5
2011-05-17dbus_g_connection_unregister_g_object: only unregister from @connectionSimon McVittie1-2/+6
2011-05-17Add a regression test for registering an object on two connectionsSimon McVittie1-0/+101
2011-05-17fd.o #32087: emit signals on the appropriate connectionsSimon McVittie1-18/+5
2011-05-17Add a regression test for re-registering an object at the same pathSimon McVittie1-0/+24
2011-05-17dbus_g_connection_register_g_object: don't destroy state on early returnSimon McVittie1-4/+8
2011-05-17dbus_g_connection_unregister_g_object: fix out-of-bounds readingSimon McVittie1-3/+3