log src/audacious/dbus.c @ 4770:fde0748bd6aa

age author description
Thu, 28 Aug 2008 22:09:30 +0200 Tomasz Mon MPRIS specification defines url to the media as location, not URI
Wed, 09 Jul 2008 19:42:32 +0200 mf0102 simplify equalizer code a bit
Mon, 07 Jul 2008 23:01:59 +0200 mf0102 made new equalizer interface that doesn't imply a connection with the UI
Mon, 07 Jul 2008 22:28:30 +0200 mf0102 remove dbus skin functions
Sun, 06 Jul 2008 17:55:40 +0200 mf0102 move all files belonging to the legacy UI to legacy/
Fri, 13 Jun 2008 05:10:39 +0300 Matti Hamalainen De-constify and remove an unused variable.
Thu, 12 Jun 2008 14:04:51 +0900 Yoshiki Yazawa backout 4626. there was no relevance to the bug I was chasing.
Wed, 11 Jun 2008 18:03:27 +0300 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
Wed, 11 Jun 2008 18:02:53 +0300 Matti Hamalainen Remove code repetition by using a function.
Wed, 11 Jun 2008 18:01:33 +0300 Matti Hamalainen Added few g_messages() to ease debugging of certain D-Bus-related problems.
Wed, 11 Jun 2008 18:00:29 +0300 Matti Hamalainen Print a warning instead of mysterious dbus-glib assertion failures when
Wed, 11 Jun 2008 14:19:31 +0900 Yoshiki Yazawa revert 4605. filename in tuple must be in "filename encoding".
Thu, 05 Jun 2008 01:05:36 +0300 Matti Hamalainen Add a new dbus / remote interface function for getting available "standard" Tuple field names.
Wed, 04 Jun 2008 22:40:03 +0300 Matti Hamalainen Remove useless str_to_utf8() conversions.
Wed, 04 Jun 2008 22:27:06 +0300 Matti Hamalainen Use a define (AUD_EQUALIZER_NBANDS) instead of magic value 10 everywhere.
Wed, 21 May 2008 15:50:36 +0200 mf0102 revert DBus removals
Wed, 21 May 2008 13:58:45 +0200 mf0102 uncomment last dbus functions that need UI access
Mon, 12 May 2008 23:01:06 +0200 mf0102 removed variable "has_x11_connection" from main.c, needed to hookify some functions therefore
Sun, 27 Apr 2008 03:24:07 +0300 Matti Hamalainen Handling of remote DBus PlaylistAdd method was incorrect, causing a segfault. Dbus marshaller
Tue, 22 Apr 2008 13:27:32 +0200 mf0102 renamed skin.* to ui_skin.* and moved ui_skinned_widget_draw() to it
Sat, 12 Apr 2008 19:24:55 +0200 mf0102 introduce function aud_quit(), which is basically mainwin_quit_cb(), but
Mon, 31 Mar 2008 06:47:48 +0300 Matti Hamalainen Huge renaming patch, changing BMP references to Audacious.
Tue, 25 Dec 2007 00:46:07 -0600 Jussi Judin Fixes memory leak in mpris_emit_track_change() (Bugzilla #37)
Sat, 17 Nov 2007 23:55:36 -0600 William Pitcock Add MPRIS codec and quality fields.
Fri, 16 Nov 2007 04:56:04 -0600 William Pitcock Fix misleading assertion triggers (Debian #451214)
Mon, 12 Nov 2007 21:45:30 -0600 William Pitcock unbreak build.
Thu, 08 Nov 2007 22:16:50 +0900 Yoshiki Yazawa libaudclient:
Wed, 07 Nov 2007 23:18:29 +0900 Yoshiki Yazawa audacious remote functions:
Thu, 01 Nov 2007 19:50:20 -0500 William Pitcock unbreak build
Thu, 01 Nov 2007 19:27:28 -0500 William Pitcock fix exit_on_disconnect behaviour.
Tue, 30 Oct 2007 22:12:47 +0900 Yoshiki Yazawa audacious remote functions:
Mon, 29 Oct 2007 22:21:42 +0900 Yoshiki Yazawa - many remained audacious remote functions have been implemented.
Sun, 21 Oct 2007 07:05:38 -0500 William Pitcock dbus: ensure that only proper UTF8 is sent over the wire.
Sat, 01 Sep 2007 07:09:38 +0300 Matti Hamalainen Fixed to comply with the Tuple API changes. trunk
Mon, 13 Aug 2007 00:03:33 -0700 Ben Tucker -Set the track "title" in metadata instead of "name" trunk
Sun, 12 Aug 2007 16:10:45 -0700 Ben Tucker Implemented TrackChange, StatusChange signals, with a stub for CapsChange. trunk
Sun, 12 Aug 2007 13:26:02 -0700 Ben Tucker -Implemented /Player GetStatus, GetMetadata, GetCaps, PositionGet, PositionSet, VolumeGet, and VolumeSet trunk
Sat, 11 Aug 2007 22:17:13 -0700 Ben Tucker removed Disconnect method and Disconnected signal as they have been removed from the spec. trunk
Fri, 10 Aug 2007 05:22:35 -0500 William Pitcock audacious-core: convert to tuple-ng, remove titlestring API. trunk
Sat, 04 Aug 2007 01:13:08 -0700 Ben Tucker Added function prototypes for Disconnect and GetMetadata methods, and a prototype for the Disconnected signal. trunk
Wed, 25 Jul 2007 15:46:00 -0500 William Pitcock Remove mainwin_set_info_text() craq. Still some work to do. trunk
Fri, 20 Jul 2007 09:09:58 -0500 William Pitcock Invoke "Plugins are not derived work" clause provided by GPL3. trunk audacious-1.4.0-DR1
Fri, 20 Jul 2007 08:59:47 -0500 William Pitcock GPL3 relicensing. trunk
Sun, 24 Jun 2007 05:29:45 -0500 William Pitcock Backed out changeset 0e39e903b0dc408f50359cef0e7abce11affa7b4 trunk
Sat, 23 Jun 2007 23:13:44 -0500 William Pitcock BSD relicensing (pass 12). trunk
Mon, 28 May 2007 10:28:41 -0700 yaz [svn] - give default values to audacious_remote_* functions. if dbus call fails, default value will be returned. trunk
Tue, 22 May 2007 15:17:15 -0700 yaz [svn] - implement some audacious-remote functions. trunk
Tue, 15 May 2007 21:53:37 -0700 magma [svn] -Renamed MPRIS /TrackList Shuffle method to Random trunk
Sun, 13 May 2007 18:38:53 -0700 magma [svn] Implemented CMD_IS_ADVANCE and CMD_TOGGLE_ADVANCE. Added partial MPRIS support. Root is complete, Player is partially implemented, and TrackList has not been started. trunk
Sun, 13 May 2007 02:31:11 -0700 magma [svn] Added CMD_GET_INFO and CMD_PLAYLIST_GET_TUPLE_DATA replacements; Changed some formatting and used unsigned numbers where appropriate. trunk
Fri, 11 May 2007 17:49:37 -0700 giacomo [svn] - fix cfg options for visibility trunk
Fri, 11 May 2007 11:52:56 -0700 magma [svn] Implemented more of the stubs in audctrl; Added more methods to objects.xml with implementations in dbus.c. I'm still trying to get plugins working with libaudclient. trunk
Thu, 10 May 2007 13:21:55 -0700 nenolod [svn] - log when dbus has been successfully started up trunk
Wed, 09 May 2007 15:07:50 -0700 nenolod [svn] - make audacious build again trunk
Wed, 09 May 2007 14:36:37 -0700 magma [svn] Initial commit of dbus client library for plugins. Various changes were made to the plugin structure to support dbus. trunk
Tue, 08 May 2007 10:26:29 -0700 magma [svn] Completed the implementation of all the stubs in dbus.c, and commented the creation of the mpris dbus bindings to fix compilation issues. trunk
Mon, 07 May 2007 17:09:15 -0700 nenolod [svn] - rename *class prototypes to *klass to avoid keyword collisions in sun studio and icc. trunk
Sat, 05 May 2007 16:50:36 -0700 magma [svn] Improved DBus initialization and fixed a warning. trunk
Sat, 05 May 2007 16:24:08 -0700 magma [svn] Fixed licensing issues and DBus node/interface names. Also implemented playlist advance and reverse. trunk
Sat, 05 May 2007 16:04:39 -0700 magma [svn] Fixed formatting. Tabs + tw=2 ==> spaces + tw=4. trunk