summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-11-27 20:14:55 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-28 16:21:57 +0100
commit4dedd61d2e72e2f126fdfc4d518d8aef9eb3a4b0 (patch)
tree8dbdad4496dd28161af2cedacd0a0d0c92291e6d /examples/widgets/tools
parent7cba8a052fc7d5f6ed6c3bacca82807fff28358c (diff)
delete .desktop files of examples
they were added without an explanation, and they can't be particularly useful (because they contain hard-coded paths and refer to non-existing icons). Change-Id: I27e2c35375e28645b0c03449ddc7ac7017da5943 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/widgets/tools')
-rw-r--r--examples/widgets/tools/codecs/codecs.desktop11
-rw-r--r--examples/widgets/tools/completer/completer.desktop11
-rw-r--r--examples/widgets/tools/customcompleter/customcompleter.desktop11
-rw-r--r--examples/widgets/tools/echoplugin/echowindow/echowindow.desktop11
-rw-r--r--examples/widgets/tools/echoplugin/plugin/plugin.desktop11
-rw-r--r--examples/widgets/tools/i18n/i18n.desktop11
-rw-r--r--examples/widgets/tools/plugandpaint/plugandpaint.desktop11
-rw-r--r--examples/widgets/tools/regexp/regexp.desktop11
-rw-r--r--examples/widgets/tools/settingseditor/settingseditor.desktop11
-rw-r--r--examples/widgets/tools/treemodelcompleter/treemodelcompleter.desktop11
-rw-r--r--examples/widgets/tools/undoframework/undoframework.desktop11
11 files changed, 0 insertions, 121 deletions
diff --git a/examples/widgets/tools/codecs/codecs.desktop b/examples/widgets/tools/codecs/codecs.desktop
deleted file mode 100644
index bba62207f8..0000000000
--- a/examples/widgets/tools/codecs/codecs.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Version=1.0
-Type=Application
-Terminal=false
-Name=Codecs
-Exec=/opt/usr/bin/codecs
-Icon=codecs
-X-Window-Icon=
-X-HildonDesk-ShowInToolbar=true
-X-Osso-Type=application/x-executable
diff --git a/examples/widgets/tools/completer/completer.desktop b/examples/widgets/tools/completer/completer.desktop
deleted file mode 100644
index f7e2d155d8..0000000000
--- a/examples/widgets/tools/completer/completer.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Version=1.0
-Type=Application
-Terminal=false
-Name=Completer
-Exec=/opt/usr/bin/completer
-Icon=completer
-X-Window-Icon=
-X-HildonDesk-ShowInToolbar=true
-X-Osso-Type=application/x-executable
diff --git a/examples/widgets/tools/customcompleter/customcompleter.desktop b/examples/widgets/tools/customcompleter/customcompleter.desktop
deleted file mode 100644
index bbc21112ad..0000000000
--- a/examples/widgets/tools/customcompleter/customcompleter.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Version=1.0
-Type=Application
-Terminal=false
-Name=Custom Completer
-Exec=/opt/usr/bin/customcompleter
-Icon=customcompleter
-X-Window-Icon=
-X-HildonDesk-ShowInToolbar=true
-X-Osso-Type=application/x-executable
diff --git a/examples/widgets/tools/echoplugin/echowindow/echowindow.desktop b/examples/widgets/tools/echoplugin/echowindow/echowindow.desktop
deleted file mode 100644
index 7b36de401d..0000000000
--- a/examples/widgets/tools/echoplugin/echowindow/echowindow.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Version=1.0
-Type=Application
-Terminal=false
-Name=Echo Window
-Exec=/opt/usr/bin/echowindow
-Icon=echowindow
-X-Window-Icon=
-X-HildonDesk-ShowInToolbar=true
-X-Osso-Type=application/x-executable
diff --git a/examples/widgets/tools/echoplugin/plugin/plugin.desktop b/examples/widgets/tools/echoplugin/plugin/plugin.desktop
deleted file mode 100644
index 5aba4d1c87..0000000000
--- a/examples/widgets/tools/echoplugin/plugin/plugin.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Version=1.0
-Type=Application
-Terminal=false
-Name=Echo Plugin
-Exec=/opt/usr/bin/plugin
-Icon=plugin
-X-Window-Icon=
-X-HildonDesk-ShowInToolbar=true
-X-Osso-Type=application/x-executable
diff --git a/examples/widgets/tools/i18n/i18n.desktop b/examples/widgets/tools/i18n/i18n.desktop
deleted file mode 100644
index e1632c4d04..0000000000
--- a/examples/widgets/tools/i18n/i18n.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Version=1.0
-Type=Application
-Terminal=false
-Name=I18N
-Exec=/opt/usr/bin/i18n
-Icon=i18n
-X-Window-Icon=
-X-HildonDesk-ShowInToolbar=true
-X-Osso-Type=application/x-executable
diff --git a/examples/widgets/tools/plugandpaint/plugandpaint.desktop b/examples/widgets/tools/plugandpaint/plugandpaint.desktop
deleted file mode 100644
index e39d512225..0000000000
--- a/examples/widgets/tools/plugandpaint/plugandpaint.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Version=1.0
-Type=Application
-Terminal=false
-Name=Plug appnameplaceholder Paint
-Exec=/opt/usr/bin/plugandpaint
-Icon=plugandpaint
-X-Window-Icon=
-X-HildonDesk-ShowInToolbar=true
-X-Osso-Type=application/x-executable
diff --git a/examples/widgets/tools/regexp/regexp.desktop b/examples/widgets/tools/regexp/regexp.desktop
deleted file mode 100644
index b3ae14e360..0000000000
--- a/examples/widgets/tools/regexp/regexp.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Version=1.0
-Type=Application
-Terminal=false
-Name=Regular Expressions
-Exec=/opt/usr/bin/regexp
-Icon=regexp
-X-Window-Icon=
-X-HildonDesk-ShowInToolbar=true
-X-Osso-Type=application/x-executable
diff --git a/examples/widgets/tools/settingseditor/settingseditor.desktop b/examples/widgets/tools/settingseditor/settingseditor.desktop
deleted file mode 100644
index b8561a6f3a..0000000000
--- a/examples/widgets/tools/settingseditor/settingseditor.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Version=1.0
-Type=Application
-Terminal=false
-Name=Settings Editor
-Exec=/opt/usr/bin/settingseditor
-Icon=settingseditor
-X-Window-Icon=
-X-HildonDesk-ShowInToolbar=true
-X-Osso-Type=application/x-executable
diff --git a/examples/widgets/tools/treemodelcompleter/treemodelcompleter.desktop b/examples/widgets/tools/treemodelcompleter/treemodelcompleter.desktop
deleted file mode 100644
index a54aa7b66e..0000000000
--- a/examples/widgets/tools/treemodelcompleter/treemodelcompleter.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Version=1.0
-Type=Application
-Terminal=false
-Name=Tree Model Completer
-Exec=/opt/usr/bin/treemodelcompleter
-Icon=treemodelcompleter
-X-Window-Icon=
-X-HildonDesk-ShowInToolbar=true
-X-Osso-Type=application/x-executable
diff --git a/examples/widgets/tools/undoframework/undoframework.desktop b/examples/widgets/tools/undoframework/undoframework.desktop
deleted file mode 100644
index 24b7f320f4..0000000000
--- a/examples/widgets/tools/undoframework/undoframework.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Version=1.0
-Type=Application
-Terminal=false
-Name=Undo Framework
-Exec=/opt/usr/bin/undoframework
-Icon=undoframework
-X-Window-Icon=
-X-HildonDesk-ShowInToolbar=true
-X-Osso-Type=application/x-executable