From 359294c33620c8328d61f67635046d7cc060530c Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 17 May 2013 12:45:40 -0500 Subject: Rename kdessh -> tdessh and kdelirc -> tdelirc. --- tdelirc/profiles/CMakeLists.txt | 16 +++++++ tdelirc/profiles/Makefile.am | 5 +++ tdelirc/profiles/konqueror.profile.xml | 17 ++++++++ tdelirc/profiles/noatun.profile.xml | 75 ++++++++++++++++++++++++++++++++ tdelirc/profiles/profile.dtd | 28 ++++++++++++ tdelirc/profiles/tdelauncher.profile.xml | 18 ++++++++ 6 files changed, 159 insertions(+) create mode 100644 tdelirc/profiles/CMakeLists.txt create mode 100644 tdelirc/profiles/Makefile.am create mode 100644 tdelirc/profiles/konqueror.profile.xml create mode 100644 tdelirc/profiles/noatun.profile.xml create mode 100644 tdelirc/profiles/profile.dtd create mode 100644 tdelirc/profiles/tdelauncher.profile.xml (limited to 'tdelirc/profiles') diff --git a/tdelirc/profiles/CMakeLists.txt b/tdelirc/profiles/CMakeLists.txt new file mode 100644 index 0000000..7fedebd --- /dev/null +++ b/tdelirc/profiles/CMakeLists.txt @@ -0,0 +1,16 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES profile.dtd noatun.profile.xml + tdelauncher.profile.xml konqueror.profile.xml + DESTINATION ${DATA_INSTALL_DIR}/profiles +) + diff --git a/tdelirc/profiles/Makefile.am b/tdelirc/profiles/Makefile.am new file mode 100644 index 0000000..9561d73 --- /dev/null +++ b/tdelirc/profiles/Makefile.am @@ -0,0 +1,5 @@ +profiledata_DATA = profile.dtd noatun.profile.xml tdelauncher.profile.xml konqueror.profile.xml +profiledatadir = $(kde_datadir)/profiles + +EXTRA_DIST = $(profiledata_DATA) + diff --git a/tdelirc/profiles/konqueror.profile.xml b/tdelirc/profiles/konqueror.profile.xml new file mode 100644 index 0000000..0fdfdba --- /dev/null +++ b/tdelirc/profiles/konqueror.profile.xml @@ -0,0 +1,17 @@ + + + + + Konqueror + Gav Wood + + + Create New Window + Creates a new window and loads an arbitrary URL. + The URL to load in the window initially. + + + Quit + Closes the Konqueror window. + + diff --git a/tdelirc/profiles/noatun.profile.xml b/tdelirc/profiles/noatun.profile.xml new file mode 100644 index 0000000..a9b204b --- /dev/null +++ b/tdelirc/profiles/noatun.profile.xml @@ -0,0 +1,75 @@ + + + + + Noatun + Gav Wood + + Play/Pause + Toggles the current track between playing and pausing. + + + Stop + Stops current playback, if any. + + + Clear Playlist + Clears the playlist of all items. + + + Back + Skips to the start of the last track. + + + Forward + Skips to the start of the next track. + + + Playback Mode + Cycles through the playback modes of Noatun. + + + Play + Starts playback. + + + Remove Current + Removes only the current track from the play list. + + + Mute + Toggle sound muting + + + Volume Up + Increase volume + + + Volume Down + Decrease volume + + + Set Volume + Sets the volume to a configurable amount. + + The required percentage of the volume. + + + + + Toggle Playlist View + Toggles the visiblility of the playlist window. + + + Skip To + Skips to a configurable point in the current track. + + The percentage of the track to move through. + + + + + Quit + Exit Noatun + + diff --git a/tdelirc/profiles/profile.dtd b/tdelirc/profiles/profile.dtd new file mode 100644 index 0000000..070fd14 --- /dev/null +++ b/tdelirc/profiles/profile.dtd @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + +]> + + diff --git a/tdelirc/profiles/tdelauncher.profile.xml b/tdelirc/profiles/tdelauncher.profile.xml new file mode 100644 index 0000000..57eca31 --- /dev/null +++ b/tdelirc/profiles/tdelauncher.profile.xml @@ -0,0 +1,18 @@ + + + + TDE Program Launcher + Gav Wood + + Execute + Runs a program or script + The executable name and path of the program or script to run + Parameters for the program or script + + + Execute and Wait + Runs a program or script and waits for it to finish + The executable name and path of the program or script to run + Parameters for the program or script + + -- cgit v1.2.1