Find a file
Thiago Macieira edbf2bfc10 * qt/: Update to Subversion r548032.
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-06-04 15:52:05 +00:00
bus * bus/bus.c: (bus_context_reload_config): Flush the user database cache on 2006-03-06 19:06:45 +00:00
dbus * dbus/dbus-sysdeps.c: Make tcp socket connection error somewhat more 2006-05-30 15:34:10 +00:00
doc * Adding old doc patch that never got applied 2006-05-03 22:56:35 +00:00
gcj 2006-02-10 John (J5) Palmieri <johnp@redhat.com> 2006-02-10 20:57:10 +00:00
glib 2006-05-21 Havoc Pennington <hp@redhat.com> 2006-05-21 05:33:52 +00:00
mono 2006-04-19 John (J5) Palmieri <johnp@redhat.com> 2006-04-19 16:02:24 +00:00
python 2006-03-02 John (J5) Palmieri <johnp@redhat.com> 2006-03-02 23:28:18 +00:00
qt * qt/: Update to Subversion r548032. 2006-06-04 15:52:05 +00:00
qt3 bring Qt3 library back. Some apps that are not in the KDE trunk are using it. 2005-09-30 15:20:08 +00:00
test * test/qt/tst_hal.cpp: Remove the waiting, since it's not 2006-04-10 10:51:56 +00:00
tools Added support for printing of all remaining data types. Fixed logic for indentation of compound data types. 2006-04-16 18:14:51 +00:00
.cvsignore 2003-02-16 Havoc Pennington <hp@pobox.com> 2003-02-16 07:20:54 +00:00
acinclude.m4 2006-02-16 Robert McQueen <robot101@debian.org> 2006-02-16 01:13:04 +00:00
AUTHORS * bus/driver.c (bus_driver_handle_reload_config): Make sure we send an 2005-11-07 21:57:13 +00:00
autogen.sh 2005-01-30 Havoc Pennington <hp@redhat.com> 2005-01-31 02:55:12 +00:00
ChangeLog * qt/: Update to Subversion r548032. 2006-06-04 15:52:05 +00:00
configure.in * Makefile.am: 2006-04-30 10:47:47 +00:00
COPYING 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
dbus-1.pc.in Patch from Milosz Derezynski <internalerror at gmail.com> 2006-03-17 03:20:14 +00:00
dbus-glib-1.pc.in 2003-06-22 Anders Carlsson <andersca@codefactory.se> 2003-06-22 06:53:42 +00:00
dbus-qt4-1.pc.in * Makefile.am: 2006-04-30 10:47:47 +00:00
dbus-sharp.pc.in Remove glib-sharp from Libs flag. 2004-06-10 12:55:28 +00:00
Doxyfile.in 2004-06-02 Kristian Høgsberg <krh@redhat.com> 2004-06-02 13:13:14 +00:00
HACKING * News: Update 0.32 2005-03-29 18:27:35 +00:00
INSTALL 2006-04-24 John (J5) Palmieri <johnp@redhat.com> 2006-04-24 15:28:42 +00:00
Makefile.am Oops, forgot part of the patch. Same ChangeLog entry. 2006-04-30 11:07:01 +00:00
Makefile.cvs Match kde schematics 2003-11-23 08:07:04 +00:00
NEWS 2006-02-24 John (J5) Palmieri <johnp@redhat.com> 2006-02-24 18:18:41 +00:00
README 2006-04-24 John (J5) Palmieri <johnp@redhat.com> 2006-04-24 15:28:42 +00:00
update-dbus-docs.sh fix file list in update-dbus-docs.sh 2005-12-01 05:42:03 +00:00

D-BUS is a simple IPC library based on messages.

See also the file HACKING for notes of interest to developers working on D-BUS.

See http://www.freedesktop.org/software/dbus/ for lots of documentation, 
mailing lists, etc.

Note
===

A core concept of the D-BUS implementation is that "libdbus" is
intended to be a low-level API, similar to Xlib. Most programmers are
intended to use the bindings to GLib, Qt, Python, Mono, Java, or
whatever. These bindings have varying levels of completeness.

Configuration flags
===

These are the dbus-specific configuration flags that can be given to
the ./configure program.

  --enable-qt             enable Qt-friendly client library (note: Qt4)
  --enable-qt-debug       enable Qt-friendly client library, linked to debug
                          Qt libraries
  --enable-qt3            enable Qt3-friendly client library
  --enable-glib           enable GLib-friendly client library
  --enable-gtk            enable GTK-requiring executables
  --enable-tests          enable unit test code
  --enable-ansi           enable -ansi -pedantic gcc flags
  --enable-verbose-mode   support verbose debug mode
  --enable-asserts        include assertion checks
  --enable-checks         include sanity checks on public API
  --enable-xml-docs       build XML documentation (requires xmlto)
  --enable-doxygen-docs   build DOXYGEN documentation (requires Doxygen)
  --enable-gcov           compile with coverage profiling instrumentation (gcc only)
  --enable-abstract-sockets
                          use abstract socket namespace (linux only)
  --enable-gcj            build gcj bindings
  --enable-mono           build mono bindings
  --enable-mono-docs      build mono docs
  --enable-python         build python bindings
  --enable-selinux        build with SELinux support
  --enable-dnotify        build with dnotify support (linux only)

  --with-qt-moc=<path>              moc for Qt
  --with-qt3-moc=<path>             moc for Qt3
  --with-xml=libxml/expat           XML library to use
  --with-init-scripts=redhat        Style of init scripts to install
  --with-session-socket-dir=dirname Where to put sockets for the per-login-session message bus
  --with-test-socket-dir=dirname    Where to put sockets for make check
  --with-system-pid-file=pidfile    PID file for systemwide daemon
  --with-system-socket=filename     UNIX domain socket for systemwide daemon
  --with-console-auth-dir=dirname   directory to check for console ownerhip
  --with-dbus-user=<user>           User for running the DBUS daemon (messagebus)
  --with-gnu-ld                     assume the C compiler uses GNU ld [default=no]
  --with-tags[=TAGS]                include additional configurations [automatic]
  --with-x                          use the X Window System


API/ABI Policy
===

D-BUS API/ABI and protocol necessarily remain in flux until we are
sure it will meet the various needs it's intended to meet. This means
we need to see some significant sample usage in the contexts of GNOME,
KDE, desktop applications, and systemwide uses such as print queue
monitoring, hotplug events, or whatever. We need the flexibility to
incorporate feedback from this sample usage.

Once we feel confident in the protocol and the API, we will release a 
version 1.0. At that point, the intent is:

 - The protocol will never be broken again; any message bus should 
   work with any client forever. However, extensions are possible
   where the protocol is extensible.

 - If the library API is modified incompatibly, we will rename it 
   as in http://ometer.com/parallel.html - in other words, 
   it will always be possible to compile against and use the older 
   API, and apps will always get the API they expect.

Until 1.0 is released, feedback that requires API changes may be
incorporated into D-BUS. This may break the API, the ABI, the
protocol, or all three.

To avoid a huge soname, the plan is to increment the soname only
between official stable releases, not with every development snapshot.
Versions numbered 0.x are considered development snapshots.

Until 1.0 is released, you have to define -DDBUS_API_SUBJECT_TO_CHANGE
just as a safety check to be sure everyone is aware of this API/ABI
policy and has the right expectations.

We do need people to test the APIs, so please do use the development
snapshots of D-BUS. They are intended to work and we do actively
address bugs.

However, if you're shipping a commercial binary-only application that
needs to keep running on M future versions of N operating systems, you
might want to include your own copy of D-BUS rather than relying on
the installed copy, for example.