~ubuntu-branches/ubuntu/maverick/kdeutils/maverick-proposed

« back to all changes in this revision

Viewing changes to kdelirc/TODO

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-05-28 09:49:30 UTC
  • mfrom: (1.2.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20100528094930-jzynf0obv1n2v13a
Tags: 4:4.4.80-0ubuntu1~ppa1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Todos / Bugs
2
 
-------------------
3
 
*Look for a way to do more complex action into profile not calling only one simple dbus method 
4
 
  at moment we can't do something like increase volume on amarok because we need to do something like: VolumeSet(VolumeGet() + 10);
5
 
  It should be something like:
6
 
    <action objid="Player" class="volumeup">
7
 
        <name>Increase volume</name>
8
 
        <comment></comment>
9
 
        <someNewTagName>
10
 
          VolumeSet(VolumeGet() + 10);
11
 
        </someNewTagName>
12
 
    </action>
13
 
 
14
 
  
15