[maemo-commits] [maemo-commits] r11279 - in projects/haf/trunk/hildon-theme-layout-4: . debian rc

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Apr 25 11:03:23 EEST 2007
Author: mdk
Date: 2007-04-25 11:03:21 +0300 (Wed, 25 Apr 2007)
New Revision: 11279

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/NEWS
   projects/haf/trunk/hildon-theme-layout-4/configure.ac
   projects/haf/trunk/hildon-theme-layout-4/debian/changelog
   projects/haf/trunk/hildon-theme-layout-4/rc/hildonapp.rc
Log:
[0.6.2-1 release]
Fixing the margins to 12 pixels.


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-04-25 08:02:57 UTC (rev 11278)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-04-25 08:03:21 UTC (rev 11279)
@@ -1,3 +1,13 @@
+2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+	
+	[0.6.2-1 release]
+
+	* NEWS:
+	* configure.ac:
+	* debian/changelog: Updating.
+
+	* rc/hildonapp.rc: Fixing the margins to 12 pixels.
+
 2007-04-24  Xan Lopez  <xan.lopez at nokia.com>
 
 	* rc/base.rc: Add bindings for GtkComboBox and GtkDialog.

Modified: projects/haf/trunk/hildon-theme-layout-4/NEWS
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/NEWS	2007-04-25 08:02:57 UTC (rev 11278)
+++ projects/haf/trunk/hildon-theme-layout-4/NEWS	2007-04-25 08:03:21 UTC (rev 11279)
@@ -1,3 +1,8 @@
+[0.6.2-1 release]
+* Disable wrap around in menus, notebooks and radio groups
+* Added necessary definitions for the Home compositor (applets)/
+* Fixing focus in radio button and check button  
+
 [0.6.1-1 release]
 * Add special case for position theming when there's only one breadcrumb.
 

Modified: projects/haf/trunk/hildon-theme-layout-4/configure.ac
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/configure.ac	2007-04-25 08:02:57 UTC (rev 11278)
+++ projects/haf/trunk/hildon-theme-layout-4/configure.ac	2007-04-25 08:03:21 UTC (rev 11279)
@@ -1,5 +1,5 @@
 AC_INIT(Makefile.am)
-AM_INIT_AUTOMAKE(hildon-theme-layout-4, 0.6.1)
+AM_INIT_AUTOMAKE(hildon-theme-layout-4, 0.6.2)
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_INSTALL

Modified: projects/haf/trunk/hildon-theme-layout-4/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/debian/changelog	2007-04-25 08:02:57 UTC (rev 11278)
+++ projects/haf/trunk/hildon-theme-layout-4/debian/changelog	2007-04-25 08:03:21 UTC (rev 11279)
@@ -1,3 +1,13 @@
+hildon-theme-layout-4 (0.6.2-1) unstable; urgency=low
+
+  * Fixes: NB#54157 GtkCombobox: Left/right keys does not work properly
+  * Fixes: NB#52986 Down arrow key not focussing on last button in a dialog
+  * Fixes: NB#53751 Double dropdown arrows are displayed for all the dropdown menus in all the applications.
+
+  * Fixing the problem with home applets.
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Wed, 25 Apr 2007 10:49:14 +0300
+
 hildon-theme-layout-4 (0.6.1-1) unstable; urgency=low
 
   * Add special case for position theming when there's only one breadcrumb.

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonapp.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/hildonapp.rc	2007-04-25 08:02:57 UTC (rev 11278)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonapp.rc	2007-04-25 08:03:21 UTC (rev 11279)
@@ -4,7 +4,7 @@
 
 style "osso-window-background" {
    HildonAppview::border-width = 0
-   HildonWindow::borders = { 24, 24, 0, 24 }
+   HildonWindow::borders = { 12, 12, 0, 24 }
    HildonWindow::toolbar-borders = { 24, 24, 9, 9 }
    engine "sapwood" {
 	image {


More information about the maemo-commits mailing list