[kupfer: 30/41] qsicons: Generic Icons from Quicksilver in a plugin



commit ab95aa841a1f973ad97f8452a50faeab2d1c36c1
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Tue Apr 26 18:45:48 2011 +0200

    qsicons: Generic Icons from Quicksilver in a plugin
    
    Apache 2.0-licensed (GPLv3+ compatible), see __init__.py for more
    information.

 kupfer/plugin/qsicons/Action.png  |  Bin 0 -> 14111 bytes
 kupfer/plugin/qsicons/Find.png    |  Bin 0 -> 17132 bytes
 kupfer/plugin/qsicons/Object.png  |  Bin 0 -> 11091 bytes
 kupfer/plugin/qsicons/Rocket.png  |  Bin 0 -> 9363 bytes
 kupfer/plugin/qsicons/__init__.py |   31 +++++++++++++++++++++++++++++++
 kupfer/plugin/qsicons/icon-list   |    6 ++++++
 6 files changed, 37 insertions(+), 0 deletions(-)
---
diff --git a/kupfer/plugin/qsicons/Action.png b/kupfer/plugin/qsicons/Action.png
new file mode 100644
index 0000000..24f2362
Binary files /dev/null and b/kupfer/plugin/qsicons/Action.png differ
diff --git a/kupfer/plugin/qsicons/Find.png b/kupfer/plugin/qsicons/Find.png
new file mode 100644
index 0000000..51f9379
Binary files /dev/null and b/kupfer/plugin/qsicons/Find.png differ
diff --git a/kupfer/plugin/qsicons/Object.png b/kupfer/plugin/qsicons/Object.png
new file mode 100644
index 0000000..b9a3ae4
Binary files /dev/null and b/kupfer/plugin/qsicons/Object.png differ
diff --git a/kupfer/plugin/qsicons/Rocket.png b/kupfer/plugin/qsicons/Rocket.png
new file mode 100644
index 0000000..422a233
Binary files /dev/null and b/kupfer/plugin/qsicons/Rocket.png differ
diff --git a/kupfer/plugin/qsicons/__init__.py b/kupfer/plugin/qsicons/__init__.py
new file mode 100644
index 0000000..f71aa13
--- /dev/null
+++ b/kupfer/plugin/qsicons/__init__.py
@@ -0,0 +1,31 @@
+"""
+Acquired from https://github.com/quicksilver/Quicksilver
+Which says
+
+'''
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this software except in compliance with the License.
+You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+'''
+
+Apache License 2-0 is GPLv3+ compatible --ulrik
+
+
+"""
+__kupfer_name__ = _("Quicksilver Icons")
+__description__ = ""
+__version__ = ""
+__author__ = "Quicksilver Authors. License: Apache 2.0"
+
+
+def initialize_plugin(name):
+	pass
diff --git a/kupfer/plugin/qsicons/icon-list b/kupfer/plugin/qsicons/icon-list
new file mode 100644
index 0000000..f959af5
--- /dev/null
+++ b/kupfer/plugin/qsicons/icon-list
@@ -0,0 +1,6 @@
+# ID	File
+kupfer-launch	Rocket.png
+kupfer-object	Object.png
+kupfer-object-multiple	Object.png
+kupfer-execute	Action.png
+kupfer-catalog	Find.png



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]