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.