Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-01-21 11:47:16 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-01-21 11:51:13 (GMT)
commit89c8d62f20aa0b72b1acc432a135d709b2bd096d (patch)
tree049ea65d2486aff622cbe43f77e563e9cefa6535
parent2c4add695fec746815f53bc7909802b0b497b710 (diff)
...
-rw-r--r--AUTHORS1
-rw-r--r--Main.py3
-rw-r--r--TODO11
-rw-r--r--config.backpics17
-rw-r--r--config.imgdirs3
-rw-r--r--config.sounds4
-rw-r--r--filmstrip.pngbin1790 -> 0 bytes
-rw-r--r--lessons/en/An_Overview.txt (renamed from lp-en/An_Overview.txt)0
-rw-r--r--lessons/en/Lesson_Plan_1.txt (renamed from lp-en/Lesson_Plan_1.txt)0
-rw-r--r--lessons/en/Lesson_Plan_2.txt (renamed from lp-en/Lesson_Plan_2.txt)0
-rw-r--r--lessons/en/Lesson_Plan_3.txt (renamed from lp-en/Lesson_Plan_3.txt)0
-rw-r--r--lessons/en/Lesson_Plan_4.txt (renamed from lp-en/Lesson_Plan_4.txt)0
-rw-r--r--lessons/en/Lesson_Plan_5.txt (renamed from lp-en/Lesson_Plan_5.txt)0
-rw-r--r--lessons/es/0Una_Descripcion.txt (renamed from lp-es/0Una_Descripcion.txt)0
-rw-r--r--lessons/es/Plan_1.txt (renamed from lp-es/Plan_1.txt)0
-rw-r--r--lessons/es/Plan_2.txt (renamed from lp-es/Plan_2.txt)0
-rw-r--r--lessons/es/Plan_3.txt (renamed from lp-es/Plan_3.txt)0
-rw-r--r--lessons/es/Plan_4.txt (renamed from lp-es/Plan_4.txt)0
-rw-r--r--lessons/es/Plan_5.txt (renamed from lp-es/Plan_5.txt)0
-rw-r--r--todo.txt10
20 files changed, 13 insertions, 36 deletions
diff --git a/AUTHORS b/AUTHORS
index 253f250..0261dae 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,2 @@
Ed Stoner <ed@whsd.net>
+Aleksey Lim <alsroot@member.fsf.org>
diff --git a/Main.py b/Main.py
index 9964cc9..ab4715a 100644
--- a/Main.py
+++ b/Main.py
@@ -90,7 +90,6 @@ class CartoonBuilder:
self.screen.fgpixbuf = Document.orig(self.tape_selected)
self.screen.draw()
-
def _play_tape(self):
self.screen.fgpixbuf = Document.orig(self.play_tape_num)
self.screen.draw()
@@ -120,7 +119,7 @@ class CartoonBuilder:
self.screen.draw()
def _frame_cb(self, widget, event, frame):
- Document.stamp(frame, self.char.orig(frame))
+ Document.stamp(self.tape_selected, self.char.orig(frame))
self.tape[self.tape_selected].child.set_from_pixbuf(
self.char.thumb(frame))
self._tape_cb(None, None, self.tape_selected)
diff --git a/TODO b/TODO
index e7cfc03..db06908 100644
--- a/TODO
+++ b/TODO
@@ -1 +1,12 @@
+d make whole interface bigger (like Flipsticks)
+d make the lang chooser a dropdown (like Flipsticks)
+d remove save and open buttons
+d remove my character, my background, and my sound buttons
+ d leave out my character functionality
+d replace file system integration with journal integration
+d add sugar toolbar with activity, background, and sound menus
+ d insert background from background menu (from journal)
+ x insert sound from sound menu (from journal)
+- make buttons bigger
+- make interface screen resolution independent
- add tooltips
diff --git a/config.backpics b/config.backpics
deleted file mode 100644
index 8c601a8..0000000
--- a/config.backpics
+++ /dev/null
@@ -1,17 +0,0 @@
-backpics/bigbg01.gif
-backpics/bigbg02.gif
-backpics/bigbg03.gif
-backpics/bigbg04.gif
-backpics/bigbg05.gif
-backpics/bigbg06.gif
-backpics/bigbg07.gif
-backpics/bigbg08.gif
-backpics/bigbg09.gif
-backpics/bigbg10.gif
-backpics/bigbg11.gif
-backpics/bigbg12.gif
-backpics/bigbg13.gif
-backpics/bigbg14.gif
-backpics/bigbg15.gif
-backpics/bigbg16.gif
-backpics/bigbg17.gif
diff --git a/config.imgdirs b/config.imgdirs
deleted file mode 100644
index 249246c..0000000
--- a/config.imgdirs
+++ /dev/null
@@ -1,3 +0,0 @@
-pics/SpaceBlob
-pics/Elephant
-pics/Turkey
diff --git a/config.sounds b/config.sounds
deleted file mode 100644
index 872147a..0000000
--- a/config.sounds
+++ /dev/null
@@ -1,4 +0,0 @@
-sounds/gobble.wav
-sounds/funk.wav
-sounds/giggle.wav
-sounds/jungle.wav
diff --git a/filmstrip.png b/filmstrip.png
deleted file mode 100644
index f21bd93..0000000
--- a/filmstrip.png
+++ /dev/null
Binary files differ
diff --git a/lp-en/An_Overview.txt b/lessons/en/An_Overview.txt
index de375e3..de375e3 100644
--- a/lp-en/An_Overview.txt
+++ b/lessons/en/An_Overview.txt
diff --git a/lp-en/Lesson_Plan_1.txt b/lessons/en/Lesson_Plan_1.txt
index 8c3a14b..8c3a14b 100644
--- a/lp-en/Lesson_Plan_1.txt
+++ b/lessons/en/Lesson_Plan_1.txt
diff --git a/lp-en/Lesson_Plan_2.txt b/lessons/en/Lesson_Plan_2.txt
index 22d76f1..22d76f1 100644
--- a/lp-en/Lesson_Plan_2.txt
+++ b/lessons/en/Lesson_Plan_2.txt
diff --git a/lp-en/Lesson_Plan_3.txt b/lessons/en/Lesson_Plan_3.txt
index e167c56..e167c56 100644
--- a/lp-en/Lesson_Plan_3.txt
+++ b/lessons/en/Lesson_Plan_3.txt
diff --git a/lp-en/Lesson_Plan_4.txt b/lessons/en/Lesson_Plan_4.txt
index 6f685f0..6f685f0 100644
--- a/lp-en/Lesson_Plan_4.txt
+++ b/lessons/en/Lesson_Plan_4.txt
diff --git a/lp-en/Lesson_Plan_5.txt b/lessons/en/Lesson_Plan_5.txt
index ced6437..ced6437 100644
--- a/lp-en/Lesson_Plan_5.txt
+++ b/lessons/en/Lesson_Plan_5.txt
diff --git a/lp-es/0Una_Descripcion.txt b/lessons/es/0Una_Descripcion.txt
index de375e3..de375e3 100644
--- a/lp-es/0Una_Descripcion.txt
+++ b/lessons/es/0Una_Descripcion.txt
diff --git a/lp-es/Plan_1.txt b/lessons/es/Plan_1.txt
index 8c3a14b..8c3a14b 100644
--- a/lp-es/Plan_1.txt
+++ b/lessons/es/Plan_1.txt
diff --git a/lp-es/Plan_2.txt b/lessons/es/Plan_2.txt
index 22d76f1..22d76f1 100644
--- a/lp-es/Plan_2.txt
+++ b/lessons/es/Plan_2.txt
diff --git a/lp-es/Plan_3.txt b/lessons/es/Plan_3.txt
index e167c56..e167c56 100644
--- a/lp-es/Plan_3.txt
+++ b/lessons/es/Plan_3.txt
diff --git a/lp-es/Plan_4.txt b/lessons/es/Plan_4.txt
index 6f685f0..6f685f0 100644
--- a/lp-es/Plan_4.txt
+++ b/lessons/es/Plan_4.txt
diff --git a/lp-es/Plan_5.txt b/lessons/es/Plan_5.txt
index ced6437..ced6437 100644
--- a/lp-es/Plan_5.txt
+++ b/lessons/es/Plan_5.txt
diff --git a/todo.txt b/todo.txt
deleted file mode 100644
index 59fe161..0000000
--- a/todo.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-d make whole interface bigger (like Flipsticks)
-d make the lang chooser a dropdown (like Flipsticks)
-d remove save and open buttons
-d remove my character, my background, and my sound buttons
- d leave out my character functionality
-d replace file system integration with journal integration
-d add sugar toolbar with activity, background, and sound menus
- d insert background from background menu (from journal)
- x insert sound from sound menu (from journal)
-- make buttons bigger