Projects/Utils/kdelirc: Difference between revisions

From KDE TechBase
(Created page with '== kdelirc Plans == === KDE 4.4 === See the feature plan for KDE 4.4. * Communicate to lirc through solid === Long time goals / id...')
 
(Replaced content with "{{ Moved To Community | KDE Utils }}")
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== kdelirc Plans ==
{{ Moved To Community | KDE Utils }}
=== KDE 4.4 ===
See the [[Schedules/KDE4/4.4_Feature_Plan#kdeutils|feature plan]] for KDE 4.4.
 
* Communicate to lirc through solid
 
=== Long time goals / ideas ===
==== Backend ====
* Provide plasma data engine
* Multi application profiles
* *Look for a way to do more complex action into profile not calling only one simple dbus method.  At moment we can't do something like increase volume on amarok because we need to do something like:
 
<code xml n>
VolumeSet(VolumeGet() + 10);
  It should be something like:
    <action objid="Player" class="volumeup">
        <name>Increase volume</name>
        <comment></comment>
        <someNewTagName>
          VolumeSet(VolumeGet() + 10);
        </someNewTagName>
    </action>
</code>
==== Frontend ====
* Merge add action and edit action dialog into one dialog

Latest revision as of 10:32, 15 April 2016

This page is now on the community wiki.