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

List:       kde-commits
Subject:    kdeutils/kdelirc
From:       Gav Wood <gav () indigoarchive ! net>
Date:       2004-07-27 22:09:38
Message-ID: 20040727220938.C69B8999B () office ! kde ! org
[Download RAW message or body]

CVS commit by gav: 

Two urgent bug fixes and a slight alteration to the README.


  M +5 -5      README.remote-creation   1.4
  M +1 -1      kcmlirc/addaction.cpp   1.29
  M +1 -1      profiles/noatun.profile.xml   1.10


--- kdeutils/kdelirc/README.remote-creation  #1.3:1.4
@@ -38,6 +38,6 @@
         <remote id="myremote">
                 <name>My Remote Control</name>
-                <information>As bundled with ACME LinTV</information>
                 <author>Me</author>
+                <information>As bundled with ACME LinTV</information>
         </remote>
 
@@ -68,5 +68,5 @@
                 <name>My Remote Control</name>
                 <author>Me</author>
-                <button id="0" class="number" parameter="0">
+                <button id="num0" class="number" parameter="0">
                 </button>
                 <button id="rec" class="record">
@@ -100,5 +100,5 @@
                 <name>My Remote Control</name>
                 <author>Me</author>
-                <button id="0" class="number" parameter="0">
+                <button id="num0" class="number" parameter="0">
                         <name>0</name>
                 </button>
@@ -112,5 +112,5 @@
 by changing
 
-                <button id="0" class="number" parameter="0">
+                <button id="num0" class="number" parameter="0">
                         <name>0</name>
                 </button>
@@ -118,5 +118,5 @@
 to the far less cluttered and simpler:
 
-                <button id="0" class="number" parameter="0"/>
+                <button id="num0" class="number" parameter="0"/>
 
 That's it - just save it as <id>.remote.xml, where <id> is the ID of the remote

--- kdeutils/kdelirc/kcmlirc/addaction.cpp  #1.28:1.29
@@ -340,5 +340,5 @@ void AddAction::updateObjects()
         for(QCStringList::iterator i = theApps.begin(); i != theApps.end(); i++)
         {
-                if(!QString(*i).find(i18n( "<anonymous>" ))) continue;
+                if(!QString(*i).find(i18n( "anonymous" ))) continue;
                 QRegExp r("(.*)-[0-9]+");
                 QString name = r.exactMatch(QString(*i)) ? r.cap(1) : *i;

--- kdeutils/kdelirc/profiles/noatun.profile.xml  #1.9:1.10
@@ -37,5 +37,5 @@
                 <comment>Removes only the current track from the play list.</comment>
         </action>
-        <action objid="Noatun" prototype="void setVolume()">
+        <action objid="Noatun" prototype="void setVolume(int volume)">
                 <name>Set Volume</name>
                 <comment>Sets the volume to a configurable amount.</comment>


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

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