Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-09-08 12:21:56 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-08 12:21:56 (GMT)
commitb8018bb889fc6921a6af8d6512f34cff387431a7 (patch)
treeab396b648017d04d1fb417ad98005a1784e20330
parent8d27527fd90eb686ec3b65d49d6f2e685106e16f (diff)
Add a test for icons
-rw-r--r--examples/README2
-rw-r--r--examples/gmail/gmail.activity4
-rwxr-xr-xexamples/gmail/gmail.py22
-rw-r--r--tests/bots/LICENSE (renamed from examples/bots/LICENSE)0
-rw-r--r--tests/bots/bots.activity (renamed from examples/bots/bots.activity)0
-rw-r--r--tests/bots/bots.py (renamed from examples/bots/bots.py)0
-rw-r--r--tests/bots/chaitanya.jpg (renamed from examples/bots/chaitanya.jpg)bin1653 -> 1653 bytes
-rw-r--r--tests/bots/kiu.jpg (renamed from examples/bots/kiu.jpg)bin1364 -> 1364 bytes
-rw-r--r--tests/bots/penelope.jpg (renamed from examples/bots/penelope.jpg)bin1577 -> 1577 bytes
9 files changed, 0 insertions, 28 deletions
diff --git a/examples/README b/examples/README
deleted file mode 100644
index 1368f17..0000000
--- a/examples/README
+++ /dev/null
@@ -1,2 +0,0 @@
-To install just drop the whole directory inside ~/.sugar/activities.
-Then run sugar as usual.
diff --git a/examples/gmail/gmail.activity b/examples/gmail/gmail.activity
deleted file mode 100644
index 50d92c9..0000000
--- a/examples/gmail/gmail.activity
+++ /dev/null
@@ -1,4 +0,0 @@
-[Activity]
-name = GMail
-id = org.sugar.GMail
-python_module = gmail.GMailActivity
diff --git a/examples/gmail/gmail.py b/examples/gmail/gmail.py
deleted file mode 100755
index 37c8fec..0000000
--- a/examples/gmail/gmail.py
+++ /dev/null
@@ -1,22 +0,0 @@
-import os
-
-import geckoembed
-
-from sugar.activity.Activity import Activity
-import sugar.env
-
-_GMAIL_ACTIVITY_TYPE = "_gmail_google._tcp"
-
-class GMailActivity(Activity):
- def __init__(self, args):
- Activity.__init__(self, _GMAIL_ACTIVITY_TYPE)
-
- profile_path = os.path.join(sugar.env.get_user_dir(), 'gmail')
- geckoembed.set_profile_path(profile_path)
- self.set_title("Mail")
-
- embed = geckoembed.Embed()
- self.add(embed)
- embed.show()
-
- embed.load_address("http://www.gmail.com")
diff --git a/examples/bots/LICENSE b/tests/bots/LICENSE
index e80f60b..e80f60b 100644
--- a/examples/bots/LICENSE
+++ b/tests/bots/LICENSE
diff --git a/examples/bots/bots.activity b/tests/bots/bots.activity
index fe18e11..fe18e11 100644
--- a/examples/bots/bots.activity
+++ b/tests/bots/bots.activity
diff --git a/examples/bots/bots.py b/tests/bots/bots.py
index 68bc4e1..68bc4e1 100644
--- a/examples/bots/bots.py
+++ b/tests/bots/bots.py
diff --git a/examples/bots/chaitanya.jpg b/tests/bots/chaitanya.jpg
index aecaf81..aecaf81 100644
--- a/examples/bots/chaitanya.jpg
+++ b/tests/bots/chaitanya.jpg
Binary files differ
diff --git a/examples/bots/kiu.jpg b/tests/bots/kiu.jpg
index 1beca11..1beca11 100644
--- a/examples/bots/kiu.jpg
+++ b/tests/bots/kiu.jpg
Binary files differ
diff --git a/examples/bots/penelope.jpg b/tests/bots/penelope.jpg
index 0d81097..0d81097 100644
--- a/examples/bots/penelope.jpg
+++ b/tests/bots/penelope.jpg
Binary files differ