summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-01-25 05:53:30 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-01-25 05:53:30 (GMT)
commit82ba28a874eebdbff831a7c6f7fb9d7458804748 (patch)
tree2a7a708e498fc73aa2bbd81bcd63f52544d88efd
parent19db5db690d4daffe6b88580ec1cc886bb02dcfd (diff)
parent63cc393716c6455555e1e6283a43c718c8616cb3 (diff)
downloadQt-82ba28a874eebdbff831a7c6f7fb9d7458804748.zip
Qt-82ba28a874eebdbff831a7c6f7fb9d7458804748.tar.gz
Qt-82ba28a874eebdbff831a7c6f7fb9d7458804748.tar.bz2
Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
-rw-r--r--demos/declarative/samegame/README10
-rw-r--r--examples/declarative/fonts/fonts.qml2
-rw-r--r--examples/declarative/fonts/fonts/FreeMono.ttfbin267400 -> 0 bytes
-rw-r--r--examples/declarative/fonts/fonts/tarzeau_ocr_a.ttfbin0 -> 24544 bytes
-rw-r--r--examples/declarative/tutorials/samegame/samegame4/README10
-rw-r--r--examples/declarative/tutorials/samegame/samegame4/content/pics/background.pngbin153328 -> 313930 bytes
-rw-r--r--examples/declarative/tutorials/samegame/samegame4/content/pics/blueStone.pngbin2691 -> 3054 bytes
-rw-r--r--examples/declarative/tutorials/samegame/samegame4/content/pics/greenStone.pngbin2662 -> 2932 bytes
-rw-r--r--examples/declarative/tutorials/samegame/samegame4/content/pics/redStone.pngbin2604 -> 2902 bytes
-rw-r--r--examples/declarative/tutorials/samegame/samegame4/content/pics/yellowStone.pngbin2667 -> 3056 bytes
10 files changed, 1 insertions, 21 deletions
diff --git a/demos/declarative/samegame/README b/demos/declarative/samegame/README
deleted file mode 100644
index 244b205..0000000
--- a/demos/declarative/samegame/README
+++ /dev/null
@@ -1,10 +0,0 @@
-This demo uses pictures from the KDE project (www.kde.org),
-specifically the images from the KSame game. These images are
-
-background.png
-blueStone.png
-redStone.png
-greenStone.png
-yellowStone.png
-
-and are presumably under the same GPL2 license as the rest of kdegames
diff --git a/examples/declarative/fonts/fonts.qml b/examples/declarative/fonts/fonts.qml
index c7af666..275ad43 100644
--- a/examples/declarative/fonts/fonts.qml
+++ b/examples/declarative/fonts/fonts.qml
@@ -8,7 +8,7 @@ Rectangle {
FontLoader { id: fixedFont; name: "Courier" }
- FontLoader { id: localFont; source: "fonts/FreeMono.ttf" }
+ FontLoader { id: localFont; source: "fonts/tarzenau-ocr-a.ttf" }
FontLoader { id: webFont; source: "http://www.princexml.com/fonts/steffmann/Starburst.ttf" }
FontLoader { id: webFont2; source: "http://wrong.address.org" }
diff --git a/examples/declarative/fonts/fonts/FreeMono.ttf b/examples/declarative/fonts/fonts/FreeMono.ttf
deleted file mode 100644
index d7ce52d..0000000
--- a/examples/declarative/fonts/fonts/FreeMono.ttf
+++ /dev/null
Binary files differ
diff --git a/examples/declarative/fonts/fonts/tarzeau_ocr_a.ttf b/examples/declarative/fonts/fonts/tarzeau_ocr_a.ttf
new file mode 100644
index 0000000..cf93f96
--- /dev/null
+++ b/examples/declarative/fonts/fonts/tarzeau_ocr_a.ttf
Binary files differ
diff --git a/examples/declarative/tutorials/samegame/samegame4/README b/examples/declarative/tutorials/samegame/samegame4/README
deleted file mode 100644
index 244b205..0000000
--- a/examples/declarative/tutorials/samegame/samegame4/README
+++ /dev/null
@@ -1,10 +0,0 @@
-This demo uses pictures from the KDE project (www.kde.org),
-specifically the images from the KSame game. These images are
-
-background.png
-blueStone.png
-redStone.png
-greenStone.png
-yellowStone.png
-
-and are presumably under the same GPL2 license as the rest of kdegames
diff --git a/examples/declarative/tutorials/samegame/samegame4/content/pics/background.png b/examples/declarative/tutorials/samegame/samegame4/content/pics/background.png
index 25e885f..3734a27 100644
--- a/examples/declarative/tutorials/samegame/samegame4/content/pics/background.png
+++ b/examples/declarative/tutorials/samegame/samegame4/content/pics/background.png
Binary files differ
diff --git a/examples/declarative/tutorials/samegame/samegame4/content/pics/blueStone.png b/examples/declarative/tutorials/samegame/samegame4/content/pics/blueStone.png
index bf342e0..20e43c7 100644
--- a/examples/declarative/tutorials/samegame/samegame4/content/pics/blueStone.png
+++ b/examples/declarative/tutorials/samegame/samegame4/content/pics/blueStone.png
Binary files differ
diff --git a/examples/declarative/tutorials/samegame/samegame4/content/pics/greenStone.png b/examples/declarative/tutorials/samegame/samegame4/content/pics/greenStone.png
index 5ac14a5..b568a19 100644
--- a/examples/declarative/tutorials/samegame/samegame4/content/pics/greenStone.png
+++ b/examples/declarative/tutorials/samegame/samegame4/content/pics/greenStone.png
Binary files differ
diff --git a/examples/declarative/tutorials/samegame/samegame4/content/pics/redStone.png b/examples/declarative/tutorials/samegame/samegame4/content/pics/redStone.png
index b099f60..36b09a2 100644
--- a/examples/declarative/tutorials/samegame/samegame4/content/pics/redStone.png
+++ b/examples/declarative/tutorials/samegame/samegame4/content/pics/redStone.png
Binary files differ
diff --git a/examples/declarative/tutorials/samegame/samegame4/content/pics/yellowStone.png b/examples/declarative/tutorials/samegame/samegame4/content/pics/yellowStone.png
index c56124a..b1ce762 100644
--- a/examples/declarative/tutorials/samegame/samegame4/content/pics/yellowStone.png
+++ b/examples/declarative/tutorials/samegame/samegame4/content/pics/yellowStone.png
Binary files differ