[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeextragear-1/amarok/src/amarokcore
From:       Stefan Bogner <bochi () online ! ms>
Date:       2004-05-31 20:24:25
Message-ID: 20040531202425.6718E126E0 () office ! kde ! org
[Download RAW message or body]

CVS commit by bochi: 

consistency fixes for time output


  M +1 -1      amarokdcophandler.cpp   1.20
  M +1 -1      amarokdcophandler.h   1.13
  M +1 -1      amarokdcopiface.h   1.11


--- kdeextragear-1/amarok/src/amarokcore/amarokdcophandler.cpp  #1.19:1.20
@@ -108,5 +108,5 @@ namespace amaroK
     }
 
-    QString DcopHandler::Position()
+    QString DcopHandler::CurrentTime()
     {
         return MetaBundle::prettyLength( EngineController::engine() ->position() / \
1000 );

--- kdeextragear-1/amarok/src/amarokcore/amarokdcophandler.h  #1.12:1.13
@@ -49,5 +49,5 @@ class DcopHandler : public QObject, virt
       virtual QString Album();
       virtual QString TotalTime();
-      virtual QString Position();
+      virtual QString CurrentTime();
       virtual QString Genre();
       virtual QString Year();

--- kdeextragear-1/amarok/src/amarokcore/amarokdcopiface.h  #1.10:1.11
@@ -56,5 +56,5 @@ k_dcop:
    virtual QString Album() = 0;                             ///< Return the album of \
the currently playing track  virtual QString TotalTime() = 0;                         \
                ///< Return the total length of the currently playing track \
                ([h:]mm:ss format)
-   virtual QString Position() = 0;                          ///< Return the position \
of the currently playing track ([h:]mm:ss format) +   virtual QString CurrentTime() = \
0;                          ///< Return the position of the currently playing track \
([h:]mm:ss format)  virtual QString Genre() = 0;                             ///< \
Return the genre of the currently playing track  virtual QString Year() = 0;          \
///< Return the year of the currently playing track


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic