From 2bda8f7717adf28da4af0d34fb82f63d2868c31d Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdelirc/profiles/Makefile.am | 5 +++ kdelirc/profiles/klauncher.profile.xml | 18 ++++++++ kdelirc/profiles/konqueror.profile.xml | 17 ++++++++ kdelirc/profiles/noatun.profile.xml | 75 ++++++++++++++++++++++++++++++++++ kdelirc/profiles/profile.dtd | 28 +++++++++++++ 5 files changed, 143 insertions(+) create mode 100644 kdelirc/profiles/Makefile.am create mode 100644 kdelirc/profiles/klauncher.profile.xml create mode 100644 kdelirc/profiles/konqueror.profile.xml create mode 100644 kdelirc/profiles/noatun.profile.xml create mode 100644 kdelirc/profiles/profile.dtd (limited to 'kdelirc/profiles') diff --git a/kdelirc/profiles/Makefile.am b/kdelirc/profiles/Makefile.am new file mode 100644 index 0000000..e25d1d4 --- /dev/null +++ b/kdelirc/profiles/Makefile.am @@ -0,0 +1,5 @@ +profiledata_DATA = profile.dtd noatun.profile.xml klauncher.profile.xml konqueror.profile.xml +profiledatadir = $(kde_datadir)/profiles + +EXTRA_DIST = $(profiledata_DATA) + diff --git a/kdelirc/profiles/klauncher.profile.xml b/kdelirc/profiles/klauncher.profile.xml new file mode 100644 index 0000000..436a04d --- /dev/null +++ b/kdelirc/profiles/klauncher.profile.xml @@ -0,0 +1,18 @@ + + + + KDE 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 + + diff --git a/kdelirc/profiles/konqueror.profile.xml b/kdelirc/profiles/konqueror.profile.xml new file mode 100644 index 0000000..7dfd78c --- /dev/null +++ b/kdelirc/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/kdelirc/profiles/noatun.profile.xml b/kdelirc/profiles/noatun.profile.xml new file mode 100644 index 0000000..a9b204b --- /dev/null +++ b/kdelirc/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/kdelirc/profiles/profile.dtd b/kdelirc/profiles/profile.dtd new file mode 100644 index 0000000..070fd14 --- /dev/null +++ b/kdelirc/profiles/profile.dtd @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + +]> + + -- cgit v1.2.1