From kde-commits Wed Apr 27 22:15:59 2005 From: Michael Pyne Date: Wed, 27 Apr 2005 22:15:59 +0000 To: kde-commits Subject: kdemultimedia/juk Message-Id: <20050427221559.D0907630 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111464017031308 CVS commit by mpyne: DCOP improvements. * Access the track cover from DCOP (with a shortcut for the currently playing file). You can grab both the large and small size covers. * Provide a currentFile() shortcut accessor. * Get/set the random play mode. * The track properties for the currently playing item now are returned when the player is merely paused as well. FEATURE:97264 FEATURE:99903 M +24 -0 jukIface.h 1.19 M +34 -1 playermanager.cpp 1.52 M +5 -0 playermanager.h 1.26 M +18 -0 playlistcollection.cpp 1.70 M +1 -0 playlistcollection.h 1.39