summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-06-282004-07-06 Colin Walters <walters@redhat.com>Colin Walters1-0/+2
* doc/Makefile.am, qt/Makefile.am: mono/doc/Makefile.am: Allow 'make dist' without doc building of various sorts or QT support enabled.
2006-06-28Modified version of the patch by Jeff Snyder jeff at caffeinated.me.ukZack Rusin1-2/+4
Thanks
2006-06-28small compile fixHarald Fernengel1-0/+2
2006-06-28Committing Haralds stuff together with some of my backlog for connection.Zack Rusin2-19/+53
2006-06-282004-03-19 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+10
* NEWS: 0.21 updates * configure.in: 0.21 * doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED * python/Makefile.am: change to avoid dist of dbus_bindings.c so you don't need pyrex to make dist * qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to sources; run moc
2006-06-28thingiesZack Rusin2-0/+5
2006-06-28Slightily modified patch from Alex (blarf). I'll have to rething the accessZack Rusin5-15/+120
to dbus internals from the wrappers.
2006-06-282003-12-02 Richard Hult <richard@imendio.com>Richard Hult10-10/+10
* Update AFL version to 2.0 throughout the source files to reflect the update that was done a while ago.
2006-06-28Adding DBusServer wrapper. Switching some thingies, looking pretty andZack Rusin7-12/+205
being cool... Anyway, we're done at a very basic level. I have to go back to something else now, but i'll try to commit an example sometime soon.
2006-06-28As changelog says. Integration is pretty much there, so dbus should at leastZack Rusin4-73/+116
use Qt for timeouts and watches comfortably now.
2006-06-28Seperating integration with D-BUS from Connection to the internal IntegratorZack Rusin5-89/+281
class. I simply hated the interfaces in the public Connection when it had to contain a bunch of friends and protected members that were never really meant to be seen.
2006-06-28Coding on dbus is like christmas. Just without christmas tree, presents, santaZack Rusin5-10/+186
clause, shopping, food, cookies, carrols, eggs, bunnies, trick or treating, smoking crack... I don't quite remember where I was going with this but we're getting closer.
2006-06-281) switching d-pointer names to just PrivateZack Rusin3-8/+65
2) starting workin on the connection binding 3) trying to find clean socks, committing the first two, the third one is hopeless
2006-06-28Happy birthday to me, happy birthday to me... Well, it's not reallyZack Rusin2-47/+53
my birthday, but it will be in like 8 months and for such a huge celebration I want to start preparing rather early. The marshelling in Message is crap (not the good kind of crap either). I'm not yet sure how we'll handle the transition from dcop but for now lets at least make it sane api wise.
2006-06-28thanksgiving break, lets start working on those bindings.Zack Rusin2-78/+139
2006-06-282003-04-06 Havoc Pennington <hp@pobox.com>Havoc Pennington1-0/+5
* qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h, from Colin Walters * configure.in: fixes to Qt detection from Colin Walters * doc/Makefile.am: Only remove generated docbook dirs if they exist, from Colin Walters * dbus/dbus-bus.c: change how we set well-known connections to NULL, so that it works if a single connection is stored in two well-known array slots. * test/Makefile.am: remove a lot of stuff that isn't immediately useful, it's in CVS history if we want it. * test/test-service.c: use dbus-mainloop instead of that watch.[hc] crack
2006-06-282003-02-16 Havoc Pennington <hp@pobox.com>Havoc Pennington1-1/+4
* dbus/dbus-connection.c (dbus_connection_set_change_sigpipe): allow people to avoid setting SIGPIPE to SIG_IGN (_dbus_connection_new_for_transport): disable SIGPIPE unless we've been asked not to
2006-06-28Bad Alex.Zack Rusin1-1/+1
2006-06-282003-02-15 Alexander Larsson <alexl@redhat.com>Alex Larsson1-1/+75
* dbus/dbus-threads.c: * dbus/dbus-threads.h: Add condvars. Remove static mutext from API. Implement static mutexes by initializing them from threads_init. * glib/dbus-gthread.c: * qt/dbus-qthread.cpp: Update with the thread api changes. * dbus/dbus-list.c: * dbus/dbus-list.h: Turn StaticMutex into normal mutex + init function. Export new functions _dbus_list_alloc_link, _dbus_list_free_link, _dbus_list_append_link, _dbus_list_prepend_link * dbus/dbus-sysdeps.c: * dbus/dbus-sysdeps.h: New type dbus_atomic_t, and new functions _dbus_atomic_inc, _dbus_atomic_dec. Only slow fallback implementation at the moment. * dbus/dbus-protocol.h: Add DBUS_MESSAGE_LOCAL_DISCONNECT define * dbus/dbus-message.c: Make ref/unref atomic. Fix some docs. * dbus/dbus-connection-internal.h: * dbus/dbus-connection.c: * dbus/dbus-connection.h: Make threadsafe. Change _peek to _borrow,_return & _steal_borrowed. Change disconnect callback to event. Make dbus_connection_dispatch_messages reentrant. * dbus/dbus-transport.c: Don't ref the connection on calls to the transport implementation. * dbus/dbus-message-handler.c: Make threadsafe. * glib/dbus-gmain.c: Don't use peek_message anymore * test/Makefile.am: * test/debug-thread.c: * test/debug-thread.h: Simple thread implementation that asserts() on deadlocks in single-threaded code. * test/bus-test.c: (main) Call debug_threads_init. * test/watch.c: Use disconnect message instead of disconnect callback. * bus/connection.c: * bus/connection.h: Don't call dbus_connection_set_disconnect_function. Instead export bus_connection_disconnect. * bus/dispatch.c: Call bus_connection_disconnect when we get a disconnected message.
2006-06-28Sample KDE wrapper for DBusMessage.Zack Rusin2-0/+517
2006-06-28very basic check for Qt integration. Another proof that Qt's buildHarri Porten3-2/+22
system needs more work for people using it. I didn't want to copy all of KDEs autoconf magic so this is far from perfect, yet. Can we use pkg-config here ?
2006-06-28adjusted ctor and getter function to KDE/Qt conventionsHarri Porten1-6/+7
2006-06-28Starting the work on Qt integration.Zack Rusin2-0/+165
2006-06-28Initial commit of module dbus-qtJohn (J5) Palmieri1-0/+0