SVN commit 424048 by vriezen: Updates for kmplayer-0.9.0-pre4 release
M +2 -0 ChangeLog M +1 -1 configure.in.in M +6 -0 debian/changelog M +1 -1 kmplayer.lsm M +1 -0 src/kmplayer_part.cpp M +1 -0 src/kmplayerpartbase.cpp --- trunk/extragear/multimedia/kmplayer/ChangeLog #424047:424048 @@ -1,4 +1,6 @@ Changes since version 0.9.0-pre3 +- Fix for DVD submenus for MPlayer and update regexp for audio/subtitle + languages - More work on SMIL. Show active SMIL element in playlist using the color settings. Like mediatypes, if set/animate elements have a duration than it should not deactivate itself immediately. --- trunk/extragear/multimedia/kmplayer/configure.in.in #424047:424048 @@ -1,4 +1,4 @@ -#AM_INIT_AUTOMAKE(kmplayer,0.9.0-pre2) +#AM_INIT_AUTOMAKE(kmplayer,0.9.0-pre4) #KDE_ENABLE_HIDDEN_VISIBILITY --- trunk/extragear/multimedia/kmplayer/debian/changelog #424047:424048 @@ -1,3 +1,9 @@ +kmplayer (0.8.99.2-1) unstable; urgency=low + + * 0.9.0-pre4 fourth pre release for 0.9.0. + + -- Koos Vriezen <[EMAIL PROTECTED]> Fri, 10 Jun 2005 16:43:36 +0200 + kmplayer (0.8.99.1-1) unstable; urgency=low * 0.9.0-pre3 pre release for 0.9.0 (obviously I should have started --- trunk/extragear/multimedia/kmplayer/kmplayer.lsm #424047:424048 @@ -1,6 +1,6 @@ Begin3 Title: Kmplayer -Version: 0.9.0-pre3 +Version: 0.9.0-pre4 Entered-date: Description: Keywords: --- trunk/extragear/multimedia/kmplayer/src/kmplayer_part.cpp #424047:424048 @@ -29,6 +29,7 @@ #include <qpushbutton.h> #include <qslider.h> +class KXMLGUIClient; // workaround for kde3.3 on sarge with gcc4, kactioncollection.h does not forward declare KXMLGUIClient #include <klibloader.h> #include <kdebug.h> #include <kconfig.h> --- trunk/extragear/multimedia/kmplayer/src/kmplayerpartbase.cpp #424047:424048 @@ -411,6 +411,7 @@ for (int i = 0; i < urls.size (); i++) d->appendChild ((new GenericURL (d, urls [i].url ()))->self ()); } + return true; } bool PartBase::closeURL () { -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]