Mercurial > audlegacy
graph
-
playlist_get_info_func works in a different thread, so trying to do UI updates from it eventually leads to UI freeze; fixed to schedule those updates in the main loop instead of doing them directly trunkSat, 18 Aug 2007 00:31:51 +0200, by Giacomo Lozito
-
oops. tuple_formatter_make_title_string() should call tuple_formatter_process_string(). trunkFri, 17 Aug 2007 18:52:46 +0900, by Yoshiki Yazawa
-
right click on textboxes without connected handler should bring up audacious menu trunkThu, 16 Aug 2007 19:20:11 +0200, by Tomasz Mon
-
introduce plugin_treeview_enable_prefs and plugin_treeview_enable_info trunkThu, 16 Aug 2007 14:30:48 +0200, by Tomasz Mon
-
double click on plugin row opens plugin config (if available) trunkThu, 16 Aug 2007 13:34:48 +0200, by Tomasz Mon
-
Make contrib/lap.py support pre-DBus Audacious via an audtool-wrapping fallback. trunkWed, 15 Aug 2007 22:35:11 -0400, by ssokolow
-
Removed the hardcoded Add/Play CD menu entry trunkMon, 13 Aug 2007 23:24:50 +0300, by Calin Crisan ccrisan
-
add tuple_formatter_make_title_string(). it is a wrapper function to tuple_formatter_process_construct() to make title string. it falls back to the file name if the formatted string is blank or unavailable. trunkMon, 13 Aug 2007 19:45:52 +0900, by Yoshiki Yazawa
-
-Set the track "title" in metadata instead of "name" trunkMon, 13 Aug 2007 00:03:33 -0700, by Ben Tucker
-
Implemented TrackChange, StatusChange signals, with a stub for CapsChange. trunkSun, 12 Aug 2007 16:10:45 -0700, by Ben Tucker
-
-Implemented /Player GetStatus, GetMetadata, GetCaps, PositionGet, PositionSet, VolumeGet, and VolumeSet trunkSun, 12 Aug 2007 13:26:02 -0700, by Ben Tucker
-
cue:// should get accepted before. Contact me if it breaks cue:// support somehow. trunkSun, 12 Aug 2007 21:57:53 +0200, by Christian Birchinger
-
Remove hardcoded test because uri_get_plugin should take care of it now trunkSun, 12 Aug 2007 21:38:04 +0200, by Christian Birchinger
-
Check for registered URI://s defined by uri_set_plugin trunkSun, 12 Aug 2007 21:12:54 +0200, by Christian Birchinger
-
Add functions for custom uri support of input plugins trunkSun, 12 Aug 2007 20:18:04 +0200, by Christian Birchinger
-
adjusted comments for == and != tuple operators trunkSun, 12 Aug 2007 17:23:21 +0200, by Giacomo Lozito
-
added support for raw text comparisons in tuple == operator (and that means != as well) trunkSun, 12 Aug 2007 16:58:43 +0200, by Giacomo Lozito
-
- 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. trunkSun, 12 Aug 2007 21:21:46 +0900, by Yoshiki Yazawa