[gcompris/gcomprixogoo] From trunk



commit a5409f8a0d5da72406c471a9029135d686860c85
Author: Bruno Coudoin <bcoudoin src gnome org>
Date:   Mon Sep 1 23:26:56 2008 +0000

    	From trunk
    	Added more levels to the babyshape activity. This levels are based
    	on famous paintings, the children must drag missing part of the paintings
    	back to their proper places.
    	This is a contribution of Marc Levivier
    
    svn path=/trunk/; revision=3525

 .../resources/babyshapes/.gitignore                |    8 +------
 .../resources/babyshapes/Bosschaert_04/1.png       |  Bin 0 -> 17845 bytes
 .../resources/babyshapes/Bosschaert_04/2.png       |  Bin 0 -> 55383 bytes
 .../resources/babyshapes/Bosschaert_04/3.png       |  Bin 0 -> 49584 bytes
 .../resources/babyshapes/Bosschaert_04/4.png       |  Bin 0 -> 23018 bytes
 .../resources/babyshapes/Bosschaert_04/5.png       |  Bin 0 -> 23242 bytes
 .../resources/babyshapes/Bosschaert_04/6.png       |  Bin 0 -> 91736 bytes
 .../babyshapes/Bosschaert_04/background.png        |  Bin 0 -> 1282643 bytes
 .../resources/babyshapes/Makefile.am               |    7 +++++-
 .../babyshapes/Paul_Gauguin_006/background.png     |  Bin 0 -> 948596 bytes
 .../babyshapes/Paul_Gauguin_006/chien.png          |  Bin 0 -> 262512 bytes
 .../babyshapes/Paul_Gauguin_006/jeunes_filles.png  |  Bin 0 -> 314499 bytes
 .../babyshapes/Paul_Gauguin_006/statue.png         |  Bin 0 -> 41186 bytes
 .../babyshapes/Pieter_Bruegel/background.png       |  Bin 0 -> 1452920 bytes
 .../babyshapes/Pieter_Bruegel/fillette.png         |  Bin 0 -> 70406 bytes
 .../resources/babyshapes/Pieter_Bruegel/mur.png    |  Bin 0 -> 34296 bytes
 .../babyshapes/Pieter_Bruegel/musicien.png         |  Bin 0 -> 111504 bytes
 .../babyshapes/Pieter_Bruegel/service.png          |  Bin 0 -> 440733 bytes
 .../resources/babyshapes/Van_Gogh_0011/1.png       |  Bin 0 -> 82968 bytes
 .../resources/babyshapes/Van_Gogh_0011/2.png       |  Bin 0 -> 104197 bytes
 .../resources/babyshapes/Van_Gogh_0011/3.png       |  Bin 0 -> 15952 bytes
 .../resources/babyshapes/Van_Gogh_0011/4.png       |  Bin 0 -> 13061 bytes
 .../resources/babyshapes/Van_Gogh_0011/5.png       |  Bin 0 -> 372915 bytes
 .../babyshapes/Van_Gogh_0011/background.png        |  Bin 0 -> 1288655 bytes
 .../resources/babyshapes/board8_0.xml.in           |   15 +++++++++++++
 .../resources/babyshapes/board8_1.xml.in           |   18 ++++++++++++++++
 .../resources/babyshapes/board8_2.xml.in           |   20 ++++++++++++++++++
 .../resources/babyshapes/board8_3.xml.in           |   20 ++++++++++++++++++
 .../resources/babyshapes/board8_4.xml.in           |   22 ++++++++++++++++++++
 .../resources/babyshapes/lady_unicorn/1.png        |  Bin 0 -> 6634 bytes
 .../resources/babyshapes/lady_unicorn/2.png        |  Bin 0 -> 25816 bytes
 .../resources/babyshapes/lady_unicorn/3.png        |  Bin 0 -> 15300 bytes
 .../resources/babyshapes/lady_unicorn/4.png        |  Bin 0 -> 166423 bytes
 .../resources/babyshapes/lady_unicorn/5.png        |  Bin 0 -> 32611 bytes
 .../babyshapes/lady_unicorn/background.png         |  Bin 0 -> 890624 bytes
 35 files changed, 102 insertions(+), 8 deletions(-)
---
diff --git a/src/babyshapes-activity/resources/babyshapes/.gitignore b/src/babyshapes-activity/resources/babyshapes/.gitignore
index 5cd0aa0..6722cd9 100644
--- a/src/babyshapes-activity/resources/babyshapes/.gitignore
+++ b/src/babyshapes-activity/resources/babyshapes/.gitignore
@@ -1,7 +1 @@
-board1_0.xml
-board2_0.xml
-board3_0.xml
-board4_0.xml
-board5_0.xml
-board6_0.xml
-board7_0.xml
+*.xml
diff --git a/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/1.png b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/1.png
new file mode 100644
index 0000000..a5ce66e
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/1.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/2.png b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/2.png
new file mode 100644
index 0000000..2ce3430
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/2.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/3.png b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/3.png
new file mode 100644
index 0000000..f696e9c
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/3.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/4.png b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/4.png
new file mode 100644
index 0000000..8c8108c
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/4.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/5.png b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/5.png
new file mode 100644
index 0000000..3823b6c
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/5.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/6.png b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/6.png
new file mode 100644
index 0000000..fbfdbab
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/6.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/background.png b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/background.png
new file mode 100644
index 0000000..72d0496
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/background.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Makefile.am b/src/babyshapes-activity/resources/babyshapes/Makefile.am
index de8f323..688d5e8 100644
--- a/src/babyshapes-activity/resources/babyshapes/Makefile.am
+++ b/src/babyshapes-activity/resources/babyshapes/Makefile.am
@@ -9,7 +9,12 @@ xml_in_files = \
 	board4_0.xml.in \
 	board5_0.xml.in \
 	board6_0.xml.in \
-	board7_0.xml.in
+	board7_0.xml.in \
+	board8_0.xml.in \
+	board8_1.xml.in \
+	board8_2.xml.in \
+	board8_3.xml.in \
+	board8_4.xml.in
 
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
diff --git a/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/background.png b/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/background.png
new file mode 100644
index 0000000..6ebd3b2
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/background.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/chien.png b/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/chien.png
new file mode 100644
index 0000000..64fdc2a
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/chien.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/jeunes_filles.png b/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/jeunes_filles.png
new file mode 100644
index 0000000..f19b1a2
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/jeunes_filles.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/statue.png b/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/statue.png
new file mode 100644
index 0000000..185cbcc
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/statue.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/background.png b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/background.png
new file mode 100644
index 0000000..3acacb6
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/background.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/fillette.png b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/fillette.png
new file mode 100644
index 0000000..e0c1c0e
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/fillette.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/mur.png b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/mur.png
new file mode 100644
index 0000000..a12a023
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/mur.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/musicien.png b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/musicien.png
new file mode 100644
index 0000000..2e92ee9
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/musicien.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/service.png b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/service.png
new file mode 100644
index 0000000..7741ca2
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/service.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/1.png b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/1.png
new file mode 100644
index 0000000..d46a1a8
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/1.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/2.png b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/2.png
new file mode 100644
index 0000000..45d3aef
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/2.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/3.png b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/3.png
new file mode 100644
index 0000000..18fcfcf
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/3.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/4.png b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/4.png
new file mode 100644
index 0000000..9039b11
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/4.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/5.png b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/5.png
new file mode 100644
index 0000000..35250b7
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/5.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/background.png b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/background.png
new file mode 100644
index 0000000..5ad9e2c
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/background.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/board8_0.xml.in b/src/babyshapes-activity/resources/babyshapes/board8_0.xml.in
new file mode 100644
index 0000000..f2eb2ce
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/board8_0.xml.in
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ShapeGame><!-- Created with GComprisShapegame gimp script -->
+<title justification="GTK_JUSTIFY_CENTER" x="394" y="495"
+       color_skin="gcompris/text button"
+       color_background_skin="gcompris/shadow">
+<_name>Paul Gauguin, Arearea - 1892</_name></title>
+<shape name="Chien" pixmapfile="babyshapes/Paul_Gauguin_006/chien.png" position="0" x="259.5" y="413.5">
+</shape>
+<shape name="Jeunes_filles" pixmapfile="babyshapes/Paul_Gauguin_006/jeunes_filles.png" position="0"  x="504.0" y="240.0">
+</shape>
+<shape name="Statue" pixmapfile="babyshapes/Paul_Gauguin_006/statue.png" position="0"  x="204.0" y="76.5">
+</shape>
+<shape name="background" pixmapfile="babyshapes/Paul_Gauguin_006/background.png" position="0" type="SHAPE_BACKGROUND" x="399.5" y="260.0">
+<tooltip>background</tooltip></shape>
+</ShapeGame>
diff --git a/src/babyshapes-activity/resources/babyshapes/board8_1.xml.in b/src/babyshapes-activity/resources/babyshapes/board8_1.xml.in
new file mode 100644
index 0000000..6b5eebb
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/board8_1.xml.in
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ShapeGame><!-- Created with GComprisShapegame gimp script -->
+<!-- Source http://commons.wikimedia.org/wiki/Image:Pieter_Bruegel_d._%C3%84._011.jpg -->
+<title justification="GTK_JUSTIFY_CENTER" x="394" y="495"
+       color_skin="gcompris/text button"
+       color_background_skin="gcompris/shadow">
+<_name>Pieter Bruegel the Elder, The peasants wedding - 1568</_name></title>
+<shape name="service" pixmapfile="babyshapes/Pieter_Bruegel/service.png" position="0" x="533.0" y="324.0">
+</shape>
+<shape name="Mur" pixmapfile="babyshapes/Pieter_Bruegel/mur.png" position="0" x="664.5" y="81.5">
+</shape>
+<shape name="musicien" pixmapfile="babyshapes/Pieter_Bruegel/musicien.png" position="0" x="223.0" y="236.5">
+</shape>
+<shape name="Fillette" pixmapfile="babyshapes/Pieter_Bruegel/fillette.png" position="0" x="293.5" y="445.0">
+</shape>
+<shape name="background" pixmapfile="babyshapes/Pieter_Bruegel/background.png" position="0" type="SHAPE_BACKGROUND" x="399.5" y="260.0">
+<tooltip>background</tooltip></shape>
+</ShapeGame>
diff --git a/src/babyshapes-activity/resources/babyshapes/board8_2.xml.in b/src/babyshapes-activity/resources/babyshapes/board8_2.xml.in
new file mode 100644
index 0000000..5ae9dca
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/board8_2.xml.in
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ShapeGame><!-- Created with GComprisShapegame gimp script -->
+<!-- Source http://commons.wikimedia.org/wiki/Image:Tapisserie_moyen-age_dame_licorne.JPG -->
+<title justification="GTK_JUSTIFY_CENTER" x="394" y="495"
+       color_skin="gcompris/text button"
+       color_background_skin="gcompris/shadow">
+<_name>The Lady and the Unicorn - XVe century</_name></title>
+<shape name="5" pixmapfile="babyshapes/lady_unicorn/5.png" position="0" x="130.0" y="409.5">
+</shape>
+<shape name="4" pixmapfile="babyshapes/lady_unicorn/4.png" position="0"  x="247.0" y="338.0">
+</shape>
+<shape name="2" pixmapfile="babyshapes/lady_unicorn/2.png" position="0"  x="376.0" y="285.0">
+</shape>
+<shape name="3" pixmapfile="babyshapes/lady_unicorn/3.png" position="0"  x="540.5" y="440.0">
+</shape>
+<shape name="1" pixmapfile="babyshapes/lady_unicorn/1.png" position="0"  x="637.5" y="43.5">
+</shape>
+<shape name="background" pixmapfile="babyshapes/lady_unicorn/background.png" position="0" type="SHAPE_BACKGROUND" x="400.0" y="260.0">
+<tooltip>background</tooltip></shape>
+</ShapeGame>
diff --git a/src/babyshapes-activity/resources/babyshapes/board8_3.xml.in b/src/babyshapes-activity/resources/babyshapes/board8_3.xml.in
new file mode 100644
index 0000000..549b48c
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/board8_3.xml.in
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ShapeGame><!-- Created with GComprisShapegame gimp script -->
+<!-- Source http://commons.wikimedia.org/wiki/Image:Vincent_Van_Gogh_0011.jpg -->
+<title justification="GTK_JUSTIFY_CENTER" x="394" y="495"
+       color_skin="gcompris/text button"
+       color_background_skin="gcompris/shadow">
+<_name>Vincent van Gogh, Bedroom in Arles - 1888</_name></title>
+<shape name="5" pixmapfile="babyshapes/Van_Gogh_0011/5.png" position="0"  x="525.0" y="280.0">
+</shape>
+<shape name="4" pixmapfile="babyshapes/Van_Gogh_0011/4.png" position="0"  x="511.0" y="44.0">
+</shape>
+<shape name="3" pixmapfile="babyshapes/Van_Gogh_0011/3.png" position="0"  x="394.5" y="80.0">
+</shape>
+<shape name="1" pixmapfile="babyshapes/Van_Gogh_0011/1.png" position="0"  x="238.5" y="227.0">
+</shape>
+<shape name="2" pixmapfile="babyshapes/Van_Gogh_0011/2.png" position="0"  x="133.0" y="315.0">
+</shape>
+<shape name="background" pixmapfile="babyshapes/Van_Gogh_0011/background.png" position="0"  type="SHAPE_BACKGROUND" x="399.5" y="260.0">
+<tooltip>background</tooltip></shape>
+</ShapeGame>
diff --git a/src/babyshapes-activity/resources/babyshapes/board8_4.xml.in b/src/babyshapes-activity/resources/babyshapes/board8_4.xml.in
new file mode 100644
index 0000000..6cb2a37
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/board8_4.xml.in
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ShapeGame><!-- Created with GComprisShapegame gimp script -->
+<!-- Source http://commons.wikimedia.org/wiki/Image:Ambrosius_Bosschaert,_the_Elder_04.jpg -->
+<title justification="GTK_JUSTIFY_CENTER" x="394" y="495"
+       color_skin="gcompris/text button"
+       color_background_skin="gcompris/shadow">
+<_name>Ambrosius Bosschaert the Elder, Flower Still Life - 1614</_name></title>
+<shape name="6" pixmapfile="babyshapes/Bosschaert_04/6.png" position="0"  x="356.5" y="376.0">
+</shape>
+<shape name="5" pixmapfile="babyshapes/Bosschaert_04/5.png" position="0"  x="434.0" y="160.0">
+</shape>
+<shape name="4" pixmapfile="babyshapes/Bosschaert_04/4.png" position="0"  x="388.5" y="253.0">
+</shape>
+<shape name="3" pixmapfile="babyshapes/Bosschaert_04/3.png" position="0"  x="219.0" y="126.5">
+</shape>
+<shape name="2" pixmapfile="babyshapes/Bosschaert_04/2.png" position="0"  x="187.0" y="301.0">
+</shape>
+<shape name="1" pixmapfile="babyshapes/Bosschaert_04/1.png" position="0"  x="498.0" y="384.5">
+</shape>
+<shape name="background" pixmapfile="babyshapes/Bosschaert_04/background.png" position="0" type="SHAPE_BACKGROUND" x="400.0" y="260.0">
+<tooltip>background</tooltip></shape>
+</ShapeGame>
diff --git a/src/babyshapes-activity/resources/babyshapes/lady_unicorn/1.png b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/1.png
new file mode 100644
index 0000000..ec1b21d
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/1.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/lady_unicorn/2.png b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/2.png
new file mode 100644
index 0000000..9bb08ed
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/2.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/lady_unicorn/3.png b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/3.png
new file mode 100644
index 0000000..b447c53
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/3.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/lady_unicorn/4.png b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/4.png
new file mode 100644
index 0000000..87310ae
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/4.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/lady_unicorn/5.png b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/5.png
new file mode 100644
index 0000000..3b2c4b3
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/5.png differ
diff --git a/src/babyshapes-activity/resources/babyshapes/lady_unicorn/background.png b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/background.png
new file mode 100644
index 0000000..927f2d0
Binary files /dev/null and b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/background.png differ



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]