gnomemm r1672 - in clutter-box2dmm/trunk: . examples/pyramid examples/slides examples/table
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomemm r1672 - in clutter-box2dmm/trunk: . examples/pyramid examples/slides examples/table
- Date: Sun, 10 Aug 2008 13:57:51 +0000 (UTC)
Author: murrayc
Date: Sun Aug 10 13:57:51 2008
New Revision: 1672
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1672&view=rev
Log:
2008-08-10 Murray Cumming <murrayc murrayc com>
* examples/: Replace the ohand logos with GNOME logos.
Added:
clutter-box2dmm/trunk/examples/pyramid/gnome_logo.png (contents, props changed)
clutter-box2dmm/trunk/examples/slides/gnome_logo.png (contents, props changed)
clutter-box2dmm/trunk/examples/table/gnome_logo.png (contents, props changed)
Removed:
clutter-box2dmm/trunk/examples/pyramid/redhand.png
clutter-box2dmm/trunk/examples/slides/redhand.png
clutter-box2dmm/trunk/examples/table/redhand.png
Modified:
clutter-box2dmm/trunk/ChangeLog
clutter-box2dmm/trunk/examples/pyramid/main.cc
clutter-box2dmm/trunk/examples/slides/main.cc
clutter-box2dmm/trunk/examples/table/main.cc
Added: clutter-box2dmm/trunk/examples/pyramid/gnome_logo.png
==============================================================================
Binary file. No diff available.
Modified: clutter-box2dmm/trunk/examples/pyramid/main.cc
==============================================================================
--- clutter-box2dmm/trunk/examples/pyramid/main.cc (original)
+++ clutter-box2dmm/trunk/examples/pyramid/main.cc Sun Aug 10 13:57:51 2008
@@ -74,7 +74,7 @@
const int x = (stage->get_width() / 2) - (count * 64 / 2) + i * 64;
Glib::RefPtr<Clutter::Texture> texture = Clutter::Texture::create();
- texture->set_from_file("redhand.png");
+ texture->set_from_file("gnome_logo.png");
box2d->add_actor(texture);
texture->set_opacity(1.0 * 255);
texture->set_position(x, y);
Added: clutter-box2dmm/trunk/examples/slides/gnome_logo.png
==============================================================================
Binary file. No diff available.
Modified: clutter-box2dmm/trunk/examples/slides/main.cc
==============================================================================
--- clutter-box2dmm/trunk/examples/slides/main.cc (original)
+++ clutter-box2dmm/trunk/examples/slides/main.cc Sun Aug 10 13:57:51 2008
@@ -84,7 +84,7 @@
const int y = g_random_int_range(-(stage->get_height()), 0);
Glib::RefPtr<Clutter::Texture> texture = Clutter::Texture::create();
- texture->set_from_file("redhand.png");
+ texture->set_from_file("gnome_logo.png");
box2d->add_actor(texture);
texture->set_opacity(1.0 * 255);
texture->set_position(x, y);
Added: clutter-box2dmm/trunk/examples/table/gnome_logo.png
==============================================================================
Binary file. No diff available.
Modified: clutter-box2dmm/trunk/examples/table/main.cc
==============================================================================
--- clutter-box2dmm/trunk/examples/table/main.cc (original)
+++ clutter-box2dmm/trunk/examples/table/main.cc Sun Aug 10 13:57:51 2008
@@ -69,7 +69,7 @@
const int y = stage->get_height() * 0.8;
Glib::RefPtr<Clutter::Texture> texture = Clutter::Texture::create();
- texture->set_from_file("redhand.png");
+ texture->set_from_file("gnome_logo.png");
box2d->add_actor(texture);
texture->set_opacity(1.0 * 255);
texture->set_position(x, y);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]