summaryrefslogtreecommitdiff
path: root/qt/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2006-07-14* Remove all bindingsJohn (J5) Palmieri1-9/+0
2006-06-09 Patch from Timo Hoenig <thoenig@suse.de>.Thiago Macieira1-1/+1
* qt/dbus/Makefile.am: New file. Fix "make dist", add all headers required during build to EXTRA_DIST. * qt/src/Makefile.am: Fix "make dist", add 'qdbus.h' to EXTRA_DIST. * qt/Makefile.am: Fix "make dist", add 'dbus' to DIST_SUBDIRS. * configure.in: Fix "make dist", take care that the Makefile for qt/dbus is being generated.
2006-06-07 * qt/Makfile.am:Thiago Macieira1-0/+2
* qt/src/Makefile.am: Fix the EXTRA_DIST after the reorganisation. Thanks to Timo Hoenig for pointing this out.
2006-06-04 * qt/: Update to Subversion r548032.Thiago Macieira1-77/+4
This includes a big reorganisation of the files inside the subdir. We really need a version control system that supports moving of files. I'm not bothering with history anyways anymore, since the bindings will be moved out to git. The history should be restored from Subversion when that happens.
2006-05-29 * qt/*: Update the QtDBus bindings up to revision 546310 inThiago Macieira1-5/+11
Subversion. This adds the dbuscpp2xml tool, that parses a C++ header and outputs a D-BUS Introspection XML.
2006-04-282005-04-28 Robert McQueen <robot101@debian.org>Robert McQueen1-1/+1
* qt/Makefile.am: Tweak CLEANFILES from qdbusconnection.moc to qdbusconnection_p.moc.
2006-04-10 * qt/Makefile.am: fix the dependency forThiago Macieira1-2/+1
qdbusconnection_p.moc. It's included in qdbusintegrator.cpp, not in qdbusconnection.cpp. Thanks to Jakub Stachowski <stachowski@hypair.net> for spotting this.
2006-03-28 * configure.in qt/Makefile.am: add qt/examplesThiago Macieira1-0/+2
* qt/examples: Add QtDBus example programs: - hello: Hello, World - ping: Simple method-calling program - pong: Simple object-exporting program (not using adaptors) - complexping: Interactive method-calling program (also gets and sets properties). - complexpong: Sample program exporting methods, signals and properties, using adaptors. - dbus: Simple implementation of a generic method-calling program, similar to 'dbus-send', but with semantics similar to 'dcop'. - chat: Simplistic chat program, implemented using signals and the system bus. Looks like IRC.
2006-03-28 * qt/*:Thiago Macieira1-54/+46
* dbus/qdbus.h: Sync with KDE Subversion revision 523647. Hopefully, this will be the last of the source-incompatible changes. Documentation has been improved; support for QList<basic-types> has been added; QDBusObject is gone; QDBus(Abstract)Interface is now a QObject with auto-generated meta-object; QDBusIntrospection is marked private, since QMetaObject can be used now; lots of bugfixes.
2006-03-062006-03-06 Thiago Macieira <thiago.macieira@trolltech.com>Thiago Macieira1-0/+4
* qt/dbusidl2cpp.cpp: * qt/Makefile.am: add the dbusidl2cpp tool, the replacement for dcopidl2cpp, found in the KDE installations (or the more modern kalyptus): generate Qt4 C++ code for the input XML introspection. Currently no IDL parsing.
2006-03-062006-03-06 Thiago Macieira <thiago.macieira@trolltech.com>Thiago Macieira1-4/+10
* qt/*: * dbus/qdbus.h: Sync with KDE Subversion revision 516237. This represents the first feature-complete version of the Qt4 bindings since I took ove maintainership.
2006-02-282006-02-28 Thiago Macieira <thiago.macieira@trolltech.com>Thiago Macieira1-34/+33
* qt/Makefile.am: Patch by Sjoerd Simons. More .moc issues: make/automake don't detect that we're talking about the same .lo file if I specify the full path to the source files.
2006-02-252006-02-25 Thiago Macieira <thiago.macieira@trolltech.com>Thiago Macieira1-3/+3
* qt/Makefile.am: Patch by Sjoerd Simons. Fix the path to the .lo files taking moc sources.
2006-02-172006-02-16 Robert McQueen <robot101@debian.org>Robert McQueen1-1/+1
* configure.in: Patch from Debian packages by Sjoerd Simons <sjoerd@debian.org> to add --with-qt-moc and --with-qt3-moc arguments so it's possible to build both bindings in the same tree. * qt/Makefile.am: Fix truncated value so that make dist works.
2006-02-15Merge the changes to the bindings from the KDE Subversion server.Thiago Macieira1-16/+41
This is a major change: library is source- and binary-incompatible to what it used to be. All testcases are green, functionality is preserved. It is not feature-complete. Development will continue in the branch in the Subversion server for a while.
2005-09-30bring Qt3 library back. Some apps that are not in the KDE trunk are using it.Harald Fernengel1-4/+4
2005-09-23adding an autotest and "dbus-ify" the build process and include schemeHarald Fernengel1-6/+3
2005-09-23With the permission of the original authors, removing the non-working and ↵Harald Fernengel1-22/+35
hopelessly unmaintained old Qt D-BUS bindings and adding the ones from KDE's SVN.
2005-09-06* Released 0.50dbus-0.50John (J5) Palmieri1-1/+1
* Patch from Steve Grubb: - bus/activation.c (bus_activation_service_reload_test): clean up some indentation - dbus/dbus-keyring.c (_dbus_keyring_reload): fix conditional - dbus/dbus-message-factory.c (generate_special): fix a couple of buffer overflows in the test suite. This is non critical because it can not be exploited and this code is only run when doing a make check. * Patch from Yaakov Selkowitz: Build fixes for Cygwin - configure.in: Don't check and link against kdecore, only qt headers - dbus/Makefile.am: Add -no-undefined to libdbus_1_la_LDFLAGS - gcj/org/freedesktop/dbus/Makefile.am: add libdbus_gcj_1_la_LDFLAGS = -no-undefined - glib/Makefile.am: Add -no-undefined to libdbus_glib_1_la_LDFLAGS and $(DBUS_GLIB_LIBS) to dbus_binding_tool_LDADD - qt/Makefile.am: Add -no-undefined to libdbus_qt_1_la_LDFLAGS - tools/Makefile.am: Add platform extentions to binaries (i.e. .exe on windows) * configure.in: - Make it so if no suitable version of python is found we only disable building python instead of exiting the configure script - Require version 2.4 of glib for glib bindings - Up version to 0.50 * python/__init__.py: Sync version with libdbus to (0,50,0)
2005-03-07* NEWS: Update for 0.31dbus-0.31.0John (J5) Palmieri1-6/+16
* configure.in: Release 0.31 add LT_CURRENT, LT_REVISION, LT_AGE for easy soname bumping * qt/Makefile.am: fixed build * dbus/Makefile.am: soname bump for libdbus * glib/Makefile.am: soname bump for libdbus-glib
2004-07-062004-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.
2004-03-192004-03-19 Havoc Pennington <hp@redhat.com>dbus-0.21Havoc 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
2003-11-25Adding DBusServer wrapper. Switching some thingies, looking pretty andZack Rusin1-2/+3
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.
2003-11-24Seperating integration with D-BUS from Connection to the internal IntegratorZack Rusin1-1/+2
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.
2003-11-23Coding on dbus is like christmas. Just without christmas tree, presents, santaZack Rusin1-2/+2
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.
2003-04-072003-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
2002-12-28very basic check for Qt integration. Another proof that Qt's buildHarri Porten1-0/+9
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 ?