From 6433b55d435d4276d482261fbe1cedd4b83ac727 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Mon, 09 Feb 2009 11:27:05 +0000 Subject: Minor fixes --- diff --git a/TODO b/TODO index db06908..e3df077 100644 --- a/TODO +++ b/TODO @@ -6,7 +6,7 @@ d remove my character, my background, and my sound buttons 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 + d insert sound from sound menu (from journal) +d make buttons bigger +d make interface screen resolution independent +d add tooltips diff --git a/activity/old.activity-cartoonbuilder.svg b/activity/old.activity-cartoonbuilder.svg deleted file mode 100644 index 1a762a3..0000000 --- a/activity/old.activity-cartoonbuilder.svg +++ /dev/null @@ -1,35 +0,0 @@ - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/images/sounds/mute.png b/images/sounds/mute.png index 9283e50..aa5cc60 100644 --- a/images/sounds/mute.png +++ b/images/sounds/mute.png Binary files differ diff --git a/po/CartoonBuilder.pot b/po/CartoonBuilder.pot index 57327d0..1abd706 100644 --- a/po/CartoonBuilder.pot +++ b/po/CartoonBuilder.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-18 00:03+0000\n" +"POT-Creation-Date: 2009-02-09 11:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -20,6 +20,122 @@ msgstr "" msgid "CartoonBuilder" msgstr "" -#: cartoonbuilder.py:1514 -msgid "Background" +#: ground.py:81 +msgid "Saturn" +msgstr "" + +#: ground.py:82 +msgid "Snowflakes" +msgstr "" + +#: ground.py:83 +msgid "Eye" +msgstr "" + +#: ground.py:84 +msgid "Blobs" +msgstr "" + +#: ground.py:85 +msgid "Star Night" +msgstr "" + +#: ground.py:86 +msgid "Forest" +msgstr "" + +#: ground.py:87 +msgid "Spiral" +msgstr "" + +#: ground.py:88 +msgid "Beam" +msgstr "" + +#: ground.py:89 +msgid "Cloth" +msgstr "" + +#: ground.py:90 +msgid "Faces" +msgstr "" + +#: ground.py:91 +msgid "Leaves" +msgstr "" + +#: ground.py:92 +msgid "Vegetables" +msgstr "" + +#: ground.py:93 +msgid "Spotlight" +msgstr "" + +#: ground.py:94 +msgid "Strips" +msgstr "" + +#: ground.py:95 +msgid "Scene" +msgstr "" + +#: ground.py:96 +msgid "Rhombs" +msgstr "" + +#: ground.py:97 +msgid "Milky Way" +msgstr "" + +#: ground.py:99 char.py:149 sound.py:113 +msgid "Custom" +msgstr "" + +#: char.py:142 +msgid "Elephant" +msgstr "" + +#: char.py:144 +msgid "Space Blob" +msgstr "" + +#: char.py:146 +msgid "Turkey" +msgstr "" + +#: sound.py:107 +msgid "Gobble" +msgstr "" + +#: sound.py:108 +msgid "Funk" +msgstr "" + +#: sound.py:109 +msgid "Giggle" +msgstr "" + +#: sound.py:110 +msgid "Jungle" +msgstr "" + +#: sound.py:111 +msgid "Mute" +msgstr "" + +#: activity.py:57 +msgid "Montage" +msgstr "" + +#: activity.py:61 +msgid "Lessons" +msgstr "" + +#: activity.py:93 +msgid "Play / Pause" +msgstr "" + +#: activity.py:118 +msgid "Reset" msgstr "" diff --git a/theme.py b/theme.py index 1d803a5..6021cb6 100644 --- a/theme.py +++ b/theme.py @@ -21,7 +21,7 @@ from sugar.activity.activity import get_bundle_path, get_activity_root from sugar.graphics import style SOUND_SPEAKER = 'images/sounds/speaker.png' -SOUND_MUTE = 'images/sounds/custom.png' +SOUND_MUTE = 'images/sounds/mute.png' SOUND_CUSTOM = 'images/sounds/custom.png' LOGO_WIDTH = 275 @@ -101,8 +101,6 @@ EMPTY_FILENAME = 'images/pics/empty.png' EMPTY_ORIG = pixbuf(EMPTY_FILENAME) EMPTY_THUMB = scale(EMPTY_ORIG) -#CUSTOM_GROUND EMPTY_FILENAME = 'images/pics/empty.png' - CUSTOM_FRAME_ORIG = pixbuf('images/pics/custom.png') CUSTOM_FRAME_THUMB = scale(CUSTOM_FRAME_ORIG) -- cgit v0.9.1