From a4e299e698ea90ef8dae62e3210cc02f7c51aafc Mon Sep 17 00:00:00 2001 From: Wade Brainerd Date: Fri, 09 May 2008 03:51:07 +0000 Subject: New icons. --- diff --git a/MANIFEST b/MANIFEST index d51bc81..cfe5724 100644 --- a/MANIFEST +++ b/MANIFEST @@ -23,7 +23,9 @@ data/intro.drw data/castle.png data/castle.drw icons/erase.svg +icons/take-reference.svg +icons/show-reference.svg +icons/video-paint.svg icons/palette.svg -icons/reference.svg activity/activity.info -activity/activity.svg +activity/Colors-activity.svg diff --git a/NEWS b/NEWS index 3739edd..f2fd769 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Colors-4 + +* New toolbar icons. + Colors-3 * Add icons & descriptions to samples. diff --git a/activity/activity.info b/activity/activity.info index 7ccb003..9e7db3f 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -1,7 +1,7 @@ [Activity] name = Colors! -activity_version = 3 +activity_version = 4 host_version = 1 service_name = org.laptop.community.Colors -icon = activity +icon = Colors-activity exec = sugar-activity colors.Colors diff --git a/activity/activity.svg b/activity/activity.svg deleted file mode 100644 index 8ed9c46..0000000 --- a/activity/activity.svg +++ /dev/null @@ -1,96 +0,0 @@ - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/colors.changes b/colors.changes index 21efe12..3f6c3b0 100644 --- a/colors.changes +++ b/colors.changes @@ -1,3 +1,9 @@ +Colors-4.xo + + * New toolbar icons. + + -- Wade Brainerd May 8th, 2008 + Colors-3.xo * Initial push of Colors!. diff --git a/colors.py b/colors.py index 4666f6d..c262f55 100755 --- a/colors.py +++ b/colors.py @@ -434,19 +434,19 @@ class Colors(activity.Activity, ExportedGObject): self.refsep = gtk.SeparatorToolItem() - self.takerefbtn = toolbutton.ToolButton('reference') + self.takerefbtn = toolbutton.ToolButton('take-reference') self.takerefbtn.set_tooltip(_("Take Reference Picture")) self.takerefbtn.connect('clicked', self.on_take_reference) self.take_reference = False - self.showrefbtn = toggletoolbutton.ToggleToolButton('zoom-out') + self.showrefbtn = toggletoolbutton.ToggleToolButton('show-reference') self.showrefbtn.set_tooltip(_("Show Reference Picture")) self.showrefbtn.connect('clicked', self.on_show_reference) self.reference_forced = False self.videopaintsep = gtk.SeparatorToolItem() - self.videopaintbtn = toggletoolbutton.ToggleToolButton('zoom-out') + self.videopaintbtn = toggletoolbutton.ToggleToolButton('video-paint') self.videopaintbtn.set_tooltip(_("Video Paint")) self.videopaintbtn.connect('clicked', self.on_videopaint) self.videopaintpreview = gtk.DrawingArea() diff --git a/icons/palette.svg b/icons/palette.svg index c4f10bf..eeb686c 100644 --- a/icons/palette.svg +++ b/icons/palette.svg @@ -1,20 +1,21 @@ - - -]> - - - - - - - - - - - - - - - - + + + + + + + + + + + diff --git a/icons/reference.svg b/icons/reference.svg deleted file mode 100644 index a3a81e7..0000000 --- a/icons/reference.svg +++ /dev/null @@ -1,12 +0,0 @@ - - -]> - - - - - - - - \ No newline at end of file diff --git a/icons/show-reference.svg b/icons/show-reference.svg new file mode 100644 index 0000000..eb97bcf --- /dev/null +++ b/icons/show-reference.svg @@ -0,0 +1,8 @@ + + + + + + + diff --git a/icons/take-reference.svg b/icons/take-reference.svg new file mode 100644 index 0000000..2291de9 --- /dev/null +++ b/icons/take-reference.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/icons/video-paint.svg b/icons/video-paint.svg new file mode 100644 index 0000000..0ad1c24 --- /dev/null +++ b/icons/video-paint.svg @@ -0,0 +1,11 @@ + + + + + + + + -- cgit v0.9.1