Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@laptop.org>2007-12-13 21:08:27 (GMT)
committer C. Scott Ananian <cscott@laptop.org>2007-12-13 23:30:56 (GMT)
commita9d1055a632ad960231dddf98045c060a2a660d7 (patch)
tree3a647fbb942b721056f8fe63929f58ea8ed8ec85 /activity
parentea0596828aa08e611f81f138d121a3e94415187b (diff)
Pippy eats its tail!
Pippy is now a Pippy application; it can be loaded in Pippy and 'make bundle' on it will return a bundle (almost) identical to the original Pippy application.
Diffstat (limited to 'activity')
-rw-r--r--activity/activity-default.svg13
-rw-r--r--activity/activity-icon.svg (renamed from activity/activity-pippy.svg)0
-rw-r--r--activity/activity.info4
3 files changed, 15 insertions, 2 deletions
diff --git a/activity/activity-default.svg b/activity/activity-default.svg
new file mode 100644
index 0000000..41253f0
--- /dev/null
+++ b/activity/activity-default.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#FFFFFF">
+]><svg enable-background="new 0 0 55 55" height="55px" version="1.1"
+ viewBox="0 0 55 55" width="55px" x="0px" y="0px" xml:space="preserve"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+><g display="block" id="activity-icon"><path
+ d="M 28.497,48.507 C 34.485,48.507 43.377,45.669 43.377,37.322 C 43.377,32.6795 41.44125,30.14375 39.104125,28.651125 C 36.767,27.1585 38.482419,26.816027 39.758087,25.662766 C 39.42248,24.275242 37.206195,22.826987 36.262179,21.037968 C 34.005473,20.582994 27.526,19.113 30.314,19.113 C 30.314,19.113 36.946,22.777 42.58,19.853 C 44.168,19.03 47.012,15.185 47.012,12.533 C 47.012,9.88 37.831,6.814 35.045,6.814 C 32.257,6.814 29.886,10.661 29.886,10.661 C 24.312,10.661 12.043878,16.258005 12.043878,21.564005 C 12.043878,24.216505 16.585399,30.069973 19.144694,33.736352 C 22.438716,38.455279 27.257,31.3065 30.444,31.885 C 33.407,32.354 35.885,34.105 35.322,37.323 C 34.865,39.936 32.327,42.629 26.961,42.629 C 22.709,42.629 13.661,42.41 12.216,38.55 C 11.287,36.064 12.384,33.345 13.778,33.345 L 13.751,33.185 C 12.331,33.027 8.203,33.345 8.203,38.65 C 8.202,45.452 17.347,48.507 28.497,48.507 z "
+ fill="&fill_color;" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5" />
+ <path d="M42.579,19.854c-2.623-0.287-6.611-2-7.467-5.022" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3"/>
+ <circle cx="35.805" cy="10.96" fill="&stroke_color;" r="1.676"/>
+</g></svg>
diff --git a/activity/activity-pippy.svg b/activity/activity-icon.svg
index 68e120c..68e120c 100644
--- a/activity/activity-pippy.svg
+++ b/activity/activity-icon.svg
diff --git a/activity/activity.info b/activity/activity.info
index 895daa1..66ad3a5 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,7 +1,7 @@
[Activity]
name = Pippy
bundle_id = org.laptop.Pippy
-class = activity.PippyActivity
-icon = activity-pippy
+class = pippy_app.PippyActivity
+icon = activity-icon
activity_version = 14
show_launcher = yes