comparison ChangeLog @ 2712:aeb4d8da1543 trunk

[svn] - move configdb public API to audacious proper - drop libaudacious entirely
author nenolod
date Wed, 09 May 2007 14:38:41 -0700
parents c35913222440
children 8f7da5257692
comparison
equal deleted inserted replaced
2711:c35913222440 2712:aeb4d8da1543
1 2007-05-09 21:36:37 +0000 Ben Tucker <bnt@interchange.ubc.ca>
2 revision [4448]
3 Initial commit of dbus client library for plugins. Various changes were made to the plugin structure to support dbus.
4
5 trunk/configure.ac | 4
6 trunk/mk/rules.mk.in | 2
7 trunk/src/Makefile | 2
8 trunk/src/audacious/Makefile | 14 +-
9 trunk/src/audacious/dbus-service.h | 91 +++++++++++++++++
10 trunk/src/audacious/dbus.c | 66 ++++++++++--
11 trunk/src/audacious/dbus.h | 64 ------------
12 trunk/src/audacious/main.c | 10 +
13 trunk/src/audacious/objects.xml | 65 ++++++++++--
14 trunk/src/audacious/plugin.h | 13 ++
15 trunk/src/audacious/pluginenum.c | 11 ++
16 trunk/src/libaudaciousng/Makefile | 42 ++++++++
17 trunk/src/libaudaciousng/audctrl.c | 193 +++++++++++++++++++++++++++++++++++++
18 trunk/src/libaudaciousng/audctrl.h | 130 ++++++++++++++++++++++++
19 14 files changed, 620 insertions(+), 87 deletions(-)
20
21
1 2007-05-09 21:35:33 +0000 William Pitcock <nenolod@sacredspiral.co.uk> 22 2007-05-09 21:35:33 +0000 William Pitcock <nenolod@sacredspiral.co.uk>
2 revision [4446] 23 revision [4446]
3 - drop client code 24 - drop client code
4 25
5 trunk/src/libaudacious/Makefile | 6 26 trunk/src/libaudacious/Makefile | 6