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

List:       kde-commits
Subject:    branches/work/kdelirc/profiles
From:       Frank Scheffold <fscheffold () googlemail ! com>
Date:       2010-01-23 13:46:20
Message-ID: 1264254380.062032.1603.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1079051 by frasche:

converted kscd profile to new schema + backport from 4.4 into old directory

 A             kscd.profile.xml  
 _M            old (directory)  
 M  +5 -5      old/amarok.profile.xml  
 M  +1 -1      old/dragonplayer.profile.xml  
 A             old/kscd.profile.xml  
 M  +1 -1      old/okular.profile.xml  
 M  +16 -2     old/profile.dtd  


** branches/work/kdelirc/profiles/old #property svn:ignore
   + Makefile
Makefile.in
--- branches/work/kdelirc/profiles/old/amarok.profile.xml #1079050:1079051
@@ -26,20 +26,20 @@
         <name>Go to previous track</name>
         <comment></comment>
     </action>
-    <action objid="Player" prototype="void Forward(int)" button="Forward">
+    <action objid="Player" prototype="void Forward(int)" button="FastForward">
         <name>Fast Forward</name>
+        <comment></comment>
         <argument type="int">
             <comment>Amount to fast forward in ms</comment>
             <default>10000</default>
-        </argument>
-        <comment></comment>
+        </argument>        
     </action>
     <action objid="Player" prototype="void Backward(int)"  button ="Rewind">
         <name>Rewind</name>
+        <comment></comment>
         <argument type="int">
             <comment>Amount to rewind in ms</comment>
             <default>10000</default>
-        </argument>
-        <comment></comment>
+        </argument>        
     </action>
 </profile>
--- branches/work/kdelirc/profiles/old/dragonplayer.profile.xml #1079050:1079051
@@ -3,7 +3,7 @@
 <profile id="dragonplayer" servicename="org.mpris.dragonplayer">
     <name>Dragon Player</name>
     <author>Gioacchino Mazzurco [gmazzurco89@gmail.com]</author>
-    <instances unique="0" ifmulti="sendtoone"/>
+    <instances unique="0" ifmulti="sendtotop"/>
 
     <!-- Playback actions -->
     <action objid="Player" prototype="void Play()" button="Play">
--- branches/work/kdelirc/profiles/old/okular.profile.xml #1079050:1079051
@@ -20,7 +20,7 @@
         <name>Last</name>
         <comment>Goes to the last page</comment>
     </action>
-    <action objid="okular" prototype="void slotTogglePresentation()" repeat="0" \
autostart="0" class="PlayPause"> +    <action objid="okular" prototype="void \
slotTogglePresentation()" repeat="0" autostart="0" button="PlayPause">  \
<name>Presentation</name>  <comment>Starts/stops presentation</comment>
     </action>
--- branches/work/kdelirc/profiles/old/profile.dtd #1079050:1079051
@@ -13,7 +13,7 @@
 <!ATTLIST profile servicename CDATA #REQUIRED>
 <!ATTLIST action objid CDATA #REQUIRED>
 <!ATTLIST action prototype CDATA #REQUIRED>
-<!ATTLIST argument type (int|QString|QCString|QStringList|bool|double) #REQUIRED>
+<!ATTLIST argument type (int|uint|QString|QCString|QStringList|bool|double) \
#REQUIRED>  <!ATTLIST range min CDATA #REQUIRED>
 <!ATTLIST range max CDATA #REQUIRED>
 <!--
@@ -21,7 +21,21 @@
 To get a list  of all available button names please look at
 http://api.kde.org/4.x-api/kdebase-workspace-apidocs/libs/solid/html/classSolid_1_1Control_1_1RemoteControlButton.html
                
 -->
-<!ATTLIST action button CDATA #IMPLIED>
+<!ATTLIST action button 
+(Number0|Number1|Number2| 
+Number3|Number4|Number5|Number6|
+Number7|Number8|Number9|Play|
+Pause|PlayPause|Stop|SkipForward|
+SkipBackward|FastForward|Rewind|ChannelDown|
+ChannelUp|VolumeDown|VolumeUp|Mute|
+Info|Eject|Power|Up|
+Down|Left|Right|Select|
+Back|Menu|Aux|CD|
+DVD|EPG|Favorites|Help|
+Home|Music|Text|TV|
+Blue|Green|Red|Yellow)
+ #IMPLIED>
+
 <!ATTLIST action multiplier CDATA "1">
 <!ATTLIST action repeat (0|1) "0">
 <!ATTLIST action autostart (0|1) "0">


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

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