[maemo-commits] [maemo-commits] r11565 - in projects/haf/trunk/hildon-theme-layout-4: . data

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu May 10 13:59:51 EEST 2007
Author: tpalli
Date: 2007-05-10 13:59:50 +0300 (Thu, 10 May 2007)
New Revision: 11565

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/data/theme.xml
Log:

Add values for window frame animation



Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-05-10 10:49:24 UTC (rev 11564)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-05-10 10:59:50 UTC (rev 11565)
@@ -1,3 +1,7 @@
+2007-05-10 Tapani Palli <tapani.palli at nokia.com>
+
+	* data/theme.xml: add frame animation values
+
 2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* rc/hildoncolorchooser.rc: Fixing the color chooser theming.

Modified: projects/haf/trunk/hildon-theme-layout-4/data/theme.xml
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/data/theme.xml	2007-05-10 10:49:24 UTC (rev 11564)
+++ projects/haf/trunk/hildon-theme-layout-4/data/theme.xml	2007-05-10 10:59:50 UTC (rev 11565)
@@ -8,6 +8,11 @@
 
 <color id="lowlightcol" def="#000000" />
 
+<!-- frame animations, src and dst rectangle coordinate values -->
+<frame-animation id="close" src="400 0 400 480" dst="780 30 1 1"/>
+<frame-animation id="minimize" src="80 0 720 480" dst="0 270 80 210"/>
+<frame-animation id="maximize" src="40 450 0 0" dst="80 0 720 480" />
+
 <!-- Fonts, alternate fonts can be listed seperated by a '|'   
             The first matched will be used.                   -->
 <font id="osso-TitleFont" def="Nokia Sans-17.85" />


More information about the maemo-commits mailing list