KDE Utils/kdelirc

From KDE Community Wiki
Revision as of 10:27, 15 April 2016 by Ochurlaud (talk | contribs) (9 revisions imported: imported from techbase)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

kdelirc Plans

KDE 4.4

See the feature plan for KDE 4.4.

  • Communicate to lirc through solid
  • Integrate solid backend into kdelirc frontend
  • Cycle mode function (see Bug 134060)

Long time goals / ideas

In this section are some ideas and features listened, were discussing about. Maybe these will be implemented in a further release of kdelirc.

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:
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>

Frontend

  • Merge add action and edit action dialog into one dialog
  • KNewStuff for profiles