Mercurial > audlegacy-plugins
diff ChangeLog @ 884:4fd90f2d1832 trunk
[svn] improve support for static playlist:
- make use of Playlist.attribute.
- now xspf plugin is capable of embedding static playlist marker. user can specify at "Save Playlist" dialog.
- all meaningful mtime value will be preserved even if a playlist file is handled as static playlist.
author | yaz |
---|---|
date | Wed, 21 Mar 2007 02:32:49 -0700 |
parents | e6d51d079a46 |
children | 1d8d643134db |
line wrap: on
line diff
--- a/ChangeLog Tue Mar 20 18:55:57 2007 -0700 +++ b/ChangeLog Wed Mar 21 02:32:49 2007 -0700 @@ -1,3 +1,15 @@ +2007-03-21 01:55:57 +0000 Giacomo Lozito <james@develia.org> + revision [1866] + - aosd: use a single ghosd object for all of the osd showups; this will be a lot gentler to XLib and should definitely help with stability + trunk/src/aosd/aosd.c | 11 ++++++---- + trunk/src/aosd/aosd_osd.c | 45 +++++++++++++++++++++++++++++------------- + trunk/src/aosd/aosd_osd.h | 6 +++-- + trunk/src/aosd/aosd_trigger.c | 6 ++--- + trunk/src/aosd/aosd_ui.c | 14 ++++++++++--- + trunk/src/aosd/ghosd.c | 1 + 6 files changed, 57 insertions(+), 26 deletions(-) + + 2007-03-20 21:01:54 +0000 Michael Farber <01mf02@gmail.com> revision [1864] - integrated SndStretch into build process