log

age author description
Mon, 13 Aug 2007 00:03:33 -0700 Ben Tucker -Set the track "title" in metadata instead of "name" trunk
Mon, 13 Aug 2007 01:46:16 +0200 mf0102 include a header that had been missed 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:28:09 -0700 Ben Tucker merged with master trunk
Sun, 12 Aug 2007 13:26:02 -0700 Ben Tucker -Implemented /Player GetStatus, GetMetadata, GetCaps, PositionGet, PositionSet, VolumeGet, and VolumeSet trunk
Sun, 12 Aug 2007 21:57:53 +0200 Christian Birchinger cue:// should get accepted before. Contact me if it breaks cue:// support somehow. trunk
Sun, 12 Aug 2007 21:38:04 +0200 Christian Birchinger Remove hardcoded test because uri_get_plugin should take care of it now trunk
Sun, 12 Aug 2007 21:12:54 +0200 Christian Birchinger Check for registered URI://s defined by uri_set_plugin trunk
Sun, 12 Aug 2007 20:18:04 +0200 Christian Birchinger Add functions for custom uri support of input plugins trunk
Sun, 12 Aug 2007 17:23:21 +0200 Giacomo Lozito adjusted comments for == and != tuple operators trunk
Sun, 12 Aug 2007 16:58:43 +0200 Giacomo Lozito added support for raw text comparisons in tuple == operator (and that means != as well) trunk
Sun, 12 Aug 2007 21:21:46 +0900 Yoshiki Yazawa - fix a bug that playlist_ins_url() always returns 1 even if no url has been added. now playlist_ins_url() returns number of new entries which actually added to the playlist. 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
Sat, 11 Aug 2007 20:32:13 +0200 Giacomo Lozito simplified the tuple formatter a bit trunk
Sat, 11 Aug 2007 23:59:24 +0900 Yoshiki Yazawa rename xmms_get_gentitle_format() to get_gentitle_format(). trunk
Sat, 11 Aug 2007 14:54:34 +0200 Tomasz Mon show fileinfopopup only when cfg.show_filepopup_for_tuple is TRUE trunk
Sat, 11 Aug 2007 14:46:19 +0200 Tomasz Mon fix doublesize trunk
Sat, 11 Aug 2007 07:34:28 -0500 William Pitcock some debugging for giacomo trunk
Sat, 11 Aug 2007 05:44:31 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
Sat, 11 Aug 2007 05:44:21 -0500 William Pitcock For interest of transparency, make associating NULL equivilant to deleting the field. trunk
Sat, 11 Aug 2007 12:03:56 +0200 Giacomo Lozito defined a tuple_free for tuple namespace consistency trunk
Sat, 11 Aug 2007 15:03:51 +0900 Yoshiki Yazawa make preset title format work. trunk
Fri, 10 Aug 2007 20:28:30 -0500 William Pitcock thread sanity checks trunk
Fri, 10 Aug 2007 20:23:33 -0500 William Pitcock Fix the thread join issue. trunk
Fri, 10 Aug 2007 20:10:13 -0500 William Pitcock additional tests trunk
Fri, 10 Aug 2007 19:43:31 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
Fri, 10 Aug 2007 19:43:25 -0500 William Pitcock fix recursion and combination of functions and expressions too trunk
Sat, 11 Aug 2007 00:33:09 +0200 Giacomo Lozito fix uimanager paths for AUDACIOUS_MENU_PLAYLIST_RCLICK trunk
Sat, 11 Aug 2007 00:24:20 +0200 Giacomo Lozito plugin-customizable menu entries: added AUDACIOUS_MENU_PLAYLIST_RCLICK to manage custom entries for the playlist right-click menu trunk
Fri, 10 Aug 2007 21:58:19 +0200 Giacomo Lozito added a system that allows input plugins to signal to the core (actually, they MUST do it) that they're ready for playback and it's safe to call their stop function; this fixes a nasty race condition that triggered on fast track-switching trunk
Fri, 10 Aug 2007 12:52:15 -0500 William Pitcock test case for current bug we're facing in the parser. trunk
Fri, 10 Aug 2007 12:29:56 -0500 William Pitcock whoops... trunk
Fri, 10 Aug 2007 12:17:02 -0500 William Pitcock test nesting trunk
Fri, 10 Aug 2007 12:10:24 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
Fri, 10 Aug 2007 12:09:58 -0500 William Pitcock fix parser trunk
Fri, 10 Aug 2007 10:51:39 -0500 William Pitcock use g_str_has_prefix() more. trunk
Fri, 10 Aug 2007 18:26:33 +0200 Tomasz Mon don't clear playlistwin_info on playlist_show trunk
Fri, 10 Aug 2007 18:18:19 +0200 Tomasz Mon revise ui_skinned_window_configure trunk
Fri, 10 Aug 2007 10:47:03 -0500 William Pitcock fix test trunk
Fri, 10 Aug 2007 10:46:29 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
Fri, 10 Aug 2007 10:46:22 -0500 William Pitcock Add a test which displays the backtracking bug. trunk
Fri, 10 Aug 2007 17:09:36 +0200 Giacomo Lozito add required header for plugin-customized menus trunk
Fri, 10 Aug 2007 17:07:04 +0200 Giacomo Lozito added support for plugin-customizable menus; plugins can add their own entries (and even submenus) in main and playlist popup menus trunk
Fri, 10 Aug 2007 15:29:35 +0200 Tomasz Mon revise 19ad8ea66a03: fix skins with non-standard size posbar trunk
Fri, 10 Aug 2007 15:14:20 +0200 Christian Birchinger Make filename a const trunk
Fri, 10 Aug 2007 14:48:13 +0200 Christian Birchinger Use real filenames inside tuples not URIs trunk
Fri, 10 Aug 2007 14:39:53 +0200 Christian Birchinger Automated merge with ssh://hg.atheme-project.org//hg/audacious trunk
Fri, 10 Aug 2007 14:39:42 +0200 Christian Birchinger Add tuple_new_from_filename() which creates a new tuple with file-name, file-path and file-ext. trunk
Fri, 10 Aug 2007 14:36:42 +0200 Tomasz Mon fix skins with non-standard size posbar trunk
Fri, 10 Aug 2007 05:36:53 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
Fri, 10 Aug 2007 05:22:35 -0500 William Pitcock audacious-core: convert to tuple-ng, remove titlestring API. trunk
Fri, 10 Aug 2007 04:04:41 -0500 William Pitcock install tuple_formatter headers trunk
Fri, 10 Aug 2007 03:58:14 -0500 William Pitcock new format strings trunk
Fri, 10 Aug 2007 03:50:41 -0500 William Pitcock Bump binary API/ABI revisions for Tuplez. trunk
Fri, 10 Aug 2007 10:43:27 +0200 Tomasz Mon oops, I haven't noticed that credits are sorted alphabetically by surname trunk
Thu, 09 Aug 2007 19:47:34 +0200 Tomasz Mon when using bitmap font display ชอ as N trunk
Thu, 09 Aug 2007 10:29:45 -0500 William Pitcock Add support for functions. trunk
Thu, 09 Aug 2007 09:38:21 -0500 William Pitcock Test functor extension code from outside scope. trunk
Thu, 09 Aug 2007 09:22:08 -0500 William Pitcock add (empty)? function to formatter trunk
Thu, 09 Aug 2007 09:05:02 -0500 William Pitcock Document the new testharness stuff a little. trunk
Thu, 09 Aug 2007 09:02:05 -0500 William Pitcock more tests trunk
Thu, 09 Aug 2007 09:01:24 -0500 William Pitcock unref our tuple trunk
Thu, 09 Aug 2007 08:55:54 -0500 William Pitcock Add != operator. trunk
Thu, 09 Aug 2007 08:22:08 -0500 William Pitcock revise tuple formatting engine logic trunk
Thu, 09 Aug 2007 06:21:09 -0500 William Pitcock documentation fixes trunk
Thu, 09 Aug 2007 06:19:27 -0500 William Pitcock Add first revision parser code. May or may not work, not hooked up, so I can't test it yet. ;) trunk
Thu, 09 Aug 2007 03:48:01 -0500 William Pitcock Tuple (final version) trunk
Thu, 09 Aug 2007 03:35:05 -0500 William Pitcock Error fixes. trunk
Thu, 09 Aug 2007 03:34:35 -0500 William Pitcock Tuple engine cleanups. trunk
Thu, 09 Aug 2007 03:13:25 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
Thu, 09 Aug 2007 03:13:01 -0500 William Pitcock Tuple API try 1. trunk
Thu, 09 Aug 2007 10:08:54 +0200 Tomasz Mon don't do gtk_widget_show_all(mainwin) when player is not visible trunk
Wed, 08 Aug 2007 20:21:51 +0200 Tomasz Mon stop timer on clicks trunk
Wed, 08 Aug 2007 16:08:34 +0200 Tomasz Mon branch merge trunk
Wed, 08 Aug 2007 16:08:02 +0200 Tomasz Mon we don't need UiSkinnedPlaylist->tooltips anymore trunk
Wed, 08 Aug 2007 08:05:28 -0500 William Pitcock Added tag audacious-1.4.0-dr2 for changeset 91a5f34b0780 trunk
Wed, 08 Aug 2007 14:54:52 +0200 Tomasz Mon resolve CRITICAL **: filepopup_entry_set_text: assertion 'widget != NULL' failed trunk audacious-1.4.0-dr2
Wed, 08 Aug 2007 14:49:47 +0200 Tomasz Mon better way to show fileinfopopup trunk
Tue, 07 Aug 2007 18:07:37 -0700 Ben Tucker merged with master trunk
Sat, 04 Aug 2007 01:15:07 -0700 Ben Tucker merged with master 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
Fri, 03 Aug 2007 17:47:07 -0700 Ben Tucker merged with master trunk
Thu, 02 Aug 2007 09:19:57 -0700 Ben Tucker merged with master trunk
Thu, 02 Aug 2007 08:29:59 -0700 Ben Tucker merged with master trunk
Sun, 29 Jul 2007 11:01:10 -0700 Ben Tucker merge trunk
Sat, 28 Jul 2007 12:28:40 -0700 Ben Tucker merge trunk
Thu, 26 Jul 2007 21:18:41 -0700 Ben Tucker updated to latest trunk
Wed, 25 Jul 2007 23:15:41 -0700 Ben Tucker -Changed copyright notice trunk
Wed, 25 Jul 2007 23:02:50 -0700 Ben Tucker -Fixed a compilation issue with DBus on Mac trunk
Mon, 06 Aug 2007 12:45:46 +0200 Giacomo Lozito merged with some small changes to playback.c
Mon, 06 Aug 2007 12:38:23 +0200 Giacomo Lozito in playback_stop, do not assume that get_written_time will be always > 0, some plugins do not write to output at all
Sun, 05 Aug 2007 22:08:32 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
Sun, 05 Aug 2007 22:08:22 -0500 William Pitcock Update MPRIS service name.
Sun, 05 Aug 2007 21:26:56 -0400 "Stephan Sokolow " - Added my "Locate and Play" script to contrib.
Sun, 05 Aug 2007 20:20:19 -0500 William Pitcock oops
Sun, 05 Aug 2007 20:14:53 -0500 William Pitcock proper race condition fix
Mon, 06 Aug 2007 01:32:41 +0200 Giacomo Lozito - fixed ugly race condition in new threading model; mutexes are also probably required to handle shared access to ip_data
Sun, 05 Aug 2007 16:43:53 +0200 Tomasz Mon goodbye widgets directory
Sun, 05 Aug 2007 12:17:07 +0200 Tomasz Mon solve always broken ui_skinned_textbox_resize_relative
Sun, 05 Aug 2007 11:23:35 +0200 Tomasz Mon add focus_in and focus_out events
Sun, 05 Aug 2007 10:06:35 +0200 Tomasz Mon fix not updating playlist on title change
Sat, 04 Aug 2007 20:54:28 -0500 William Pitcock remove old debugging notices that aren't very relevant anymore.
Sat, 04 Aug 2007 16:48:06 +0200 mf0102 - fixed some cases where the playlist wasn't redrawn
Sat, 04 Aug 2007 14:28:19 +0200 Tomasz Mon we don't need to grab pointer
Sat, 04 Aug 2007 13:50:13 +0200 Tomasz Mon playlistwin_bg is not needed anymore
Sat, 04 Aug 2007 13:45:14 +0200 Tomasz Mon cleaning
Sat, 04 Aug 2007 13:16:19 +0200 Tomasz Mon remove obsolete mainwin_motion
Sat, 04 Aug 2007 11:57:50 +0200 Tomasz Mon mainwin_refresh_visible
Sat, 04 Aug 2007 03:02:53 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
Sat, 04 Aug 2007 03:02:48 -0500 William Pitcock Update credits a little bit.
Sat, 04 Aug 2007 03:02:38 -0500 William Pitcock Add a system path for default presets.
Sat, 04 Aug 2007 15:37:37 +0900 Yoshiki Yazawa add simplified macros to declare plugin. no more excessive NULLs.
Fri, 03 Aug 2007 22:17:41 -0500 William Pitcock Unbreak XMMS/GTK1 file selector.
Fri, 03 Aug 2007 21:52:25 -0500 William Pitcock gtk_file_chooser_get_uris() results in unpredictable behaviour when GNOME is not installed. Build URIs ourselves.
Fri, 03 Aug 2007 21:16:18 -0500 William Pitcock Fix DECLARE_PLUGIN() macro.
Fri, 03 Aug 2007 20:42:13 -0500 William Pitcock Make DECLARE_PLUGIN() macro use a __VA_ARGS__ list instead of a static amount of tokens. trunk
Fri, 03 Aug 2007 20:39:42 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
Fri, 03 Aug 2007 20:39:35 -0500 William Pitcock - bump PAPI version to 4 due to DiscoveryPlugin trunk
Fri, 03 Aug 2007 22:51:04 +0200 Tomasz Mon fix unshading playlistwin when doubleclicking on textbox trunk
Fri, 03 Aug 2007 22:28:18 +0900 Yoshiki Yazawa default value for "enabled discovery plugins" was missing. trunk