[Pkg-maemo-commits] r173 ./hildon-theme-layout-4/debian: * Merged with trunk branch.

Jonny Lamb jonnylamb at jonnylamb.com
Thu Dec 27 12:52:57 UTC 2007


------------------------------------------------------------
revno: 173
committer: Jonny Lamb <jonnylamb at jonnylamb.com>
branch nick: hildon-theme-layout-4
timestamp: Thu 2007-12-27 12:52:57 +0000
message:
  * Merged with trunk branch.
added:
  rc/ossopromoapplet.rc
modified:
  ChangeLog
  NEWS
  configure.ac
  data/layout.txt
  debian/changelog
  rc/gtkrc.maemo_af_desktop.rc
  rc/gtksettings.rc
  rc/gtktreeview.rc
  rc/hildonkeyboard.rc
    ------------------------------------------------------------
    revno: 152.1.164
    committer: tigert
    timestamp: Mon 2007-10-08 12:17:03 +0000
    message:
      2007-10-08  Tuomas Kuosmanen  <tuomas.kuosmanen at nokia.com>
      
              * rc/gtktreeview.rc: Fixed treeview headers use DefaultTextColor
              instead of button colors. Yes, it is technically a button, but it
              should use default text colors in this context. Fixes NB#72427.
    modified:
      ChangeLog
      rc/gtktreeview.rc
    ------------------------------------------------------------
    revno: 152.1.165
    committer: mdk
    timestamp: Wed 2007-10-10 07:43:28 +0000
    message:
      [0.14.4-1 release]
    modified:
      ChangeLog
      NEWS
      configure.ac
      debian/changelog
      rc/gtktreeview.rc
    ------------------------------------------------------------
    revno: 152.1.166
    committer: mdk
    timestamp: Tue 2007-10-16 14:46:36 +0000
    message:
      Adding the proper _alpha for generic appliet theming.
    modified:
      ChangeLog
      data/layout.txt
    ------------------------------------------------------------
    revno: 152.1.167
    committer: jobi
    timestamp: Fri 2007-10-26 12:56:38 +0000
    message:
      
      2007-10-26  Johan Bilien  <johan,bilien at nokia.com>
      
      	* rc/ossopromoapplet.rc: added theming for the promo applet
      	* rc/gtkrc.maemo_af_desktop.rc: include ossopromoapplet.rc
    added:
      rc/ossopromoapplet.rc
    modified:
      ChangeLog
      rc/gtkrc.maemo_af_desktop.rc
    ------------------------------------------------------------
    revno: 152.1.168
    committer: tjunnone
    timestamp: Tue 2007-10-30 09:23:48 +0000
    message:
      2007-10-30  Tomas Junnonen  <tomas.junnonen at nokia.com>
      
              * rc/hildonkeyboard.rc: Apply VkbBgColor to the thumb-scv widget.
              Fixes: NB#72581.
    modified:
      ChangeLog
      rc/hildonkeyboard.rc
    ------------------------------------------------------------
    revno: 152.1.169
    committer: mdk
    timestamp: Fri 2007-11-02 12:51:40 +0000
    message:
      [0.14.5-1 release]
    modified:
      ChangeLog
      NEWS
      configure.ac
      debian/changelog
    ------------------------------------------------------------
    revno: 152.1.170
    committer: xan
    timestamp: Wed 2007-11-07 09:46:09 +0000
    message:
      2007-11-07  Xan Lopez  <xan.lopez at nokia.com>
      
      	* rc/gtksettings.rc (gtk-menu-popup-click-time): never close
      	menus on release for long press. Fixes: NB#74557
    modified:
      ChangeLog
      rc/gtksettings.rc
    ------------------------------------------------------------
    revno: 152.1.171
    committer: mdk
    timestamp: Tue 2007-11-13 12:59:02 +0000
    message:
      [0.14.6-1 release]
    modified:
      ChangeLog
      NEWS
      configure.ac
      debian/changelog
    ------------------------------------------------------------
    revno: 152.1.172
    committer: mdk
    timestamp: Fri 2007-11-23 13:07:11 +0000
    message:
      Removing the gtk-menu-popup-click-time that was supposed to fix NB#74557.
    modified:
      ChangeLog
      rc/gtksettings.rc
    ------------------------------------------------------------
    revno: 152.1.173
    committer: mdk
    timestamp: Fri 2007-11-23 13:09:05 +0000
    message:
      [0.14.7-1 release]
    modified:
      ChangeLog
      NEWS
      configure.ac
      debian/changelog
    ------------------------------------------------------------
    revno: 152.1.174
    committer: mdk
    timestamp: Tue 2007-11-27 11:07:58 +0000
    message:
      [0.14.7-1 release]
    modified:
      configure.ac
      debian/changelog
-------------- next part --------------
=== added file 'rc/ossopromoapplet.rc'
--- a/rc/ossopromoapplet.rc	1970-01-01 00:00:00 +0000
+++ b/rc/ossopromoapplet.rc	2007-10-26 12:56:38 +0000
@@ -0,0 +1,22 @@
+# Copyright Nokia Corporation 2007
+# Licensed under Creative Commons Attribution-ShareAlike 2.5 license
+
+style "osso-promoapplet"
+{
+  HildonDesktopHomeItem::background-borders = { 25, 25, 25, 25 }
+  bg_pixmap[PRELIGHT] = "../images/qgn_plat_gene_applet_bg_alpha.png"
+  xthickness = 0
+  ythickness = 0
+
+  engine "sapwood"
+    {
+      image
+        {
+          function = SHADOW
+          file     = "../images/qgn_plat_gene_applet_bg.png"
+          border   = { 25, 25, 25, 25 }
+          shaped   = TRUE
+        }
+    }
+}
+widget "*.promo-applet" style "osso-promoapplet"

=== modified file 'ChangeLog'
--- a/ChangeLog	2007-10-05 13:19:28 +0000
+++ b/ChangeLog	2007-11-23 13:09:05 +0000
@@ -1,3 +1,66 @@
+2007-11-23  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	[0.14.7-1 release]
+
+	* NEWS:
+	* configure.ac:
+	* debian/changelog: Updating.
+
+2007-11-23  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* rc/gtksettings.rc: Removing the gtk-menu-popup-click-time that was
+	supposed to fix NB#74557.
+
+2007-11-13  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	[0.14.6-1 release]
+
+	* NEWS:
+	* configure.ac:
+	* debian/changelog: Updating.
+
+2007-11-07  Xan Lopez  <xan.lopez at nokia.com>
+
+	* rc/gtksettings.rc (gtk-menu-popup-click-time): never close
+	menus on release for long press. Fixes: NB#74557
+
+2007-11-02  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	[0.14.5-1 release]
+
+	* NEWS:
+	* configure.ac:
+	* debian/changelog: Updating.
+
+2007-10-30  Tomas Junnonen  <tomas.junnonen at nokia.com>
+
+	* rc/hildonkeyboard.rc: Apply VkbBgColor to the thumb-scv widget.
+	Fixes: NB#72581.
+
+2007-10-26  Johan Bilien  <johan.bilien at nokia.com>
+
+	* rc/ossopromoapplet.rc: added theming for the promo applet
+	* rc/gtkrc.maemo_af_desktop.rc: include ossopromoapplet.rc
+
+2007-10-16  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* data/layout.txt: Adding the proper _alpha for generic appliet theming.
+
+2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	[0.14.4-1 release]
+
+	* NEWS:
+	* configure.ac:
+	* debian/changelog:
+	* rc/gtktreeview.rc: Updating.
+
+2007-10-08  Tuomas Kuosmanen  <tuomas.kuosmanen at nokia.com>
+
+	* rc/gtktreeview.rc: Fixed treeview headers use DefaultTextColor
+	instead of button colors. Yes, it is technically a button, but it
+	should use default text colors in this context. Fixes NB#72427.
+
 2007-10-05  Tuomas Kuosmanen  <tuomas.kuosmanen at nokia.com>
 
 	* rc/gtkbutton.rc: fixed style match a bit, so it actually still

=== modified file 'NEWS'
--- a/NEWS	2007-10-03 08:20:37 +0000
+++ b/NEWS	2007-11-23 13:09:05 +0000
@@ -1,3 +1,15 @@
+[0.14.7-1]
+* Reverting fixes for long-press
+
+[0.14.6-1]
+* Fixes for long-press
+
+[0.14.5-1]
+* Bugfix for special character toolbar
+
+[0.14.4-1]
+* Mostly small fixes
+
 [0.14.3-1]
 * Fixing colors used in the bookmarsk plugin
 * More fixes for windows popups

=== modified file 'configure.ac'
--- a/configure.ac	2007-10-03 08:20:37 +0000
+++ b/configure.ac	2007-11-27 11:07:58 +0000
@@ -1,5 +1,5 @@
 AC_INIT(Makefile.am)
-AM_INIT_AUTOMAKE(hildon-theme-layout-4, 0.14.3)
+AM_INIT_AUTOMAKE(hildon-theme-layout-4, 0.14.8)
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_INSTALL

=== modified file 'data/layout.txt'
--- a/data/layout.txt	2007-09-25 12:30:27 +0000
+++ b/data/layout.txt	2007-10-16 14:46:36 +0000
@@ -314,7 +314,8 @@
 
 qgn_plat_frame.png=6683,501,8,8
 qgn_plat_frame_disabled.png=6733,501,8,8
-qgn_plat_gene_applet_bg.png=3296,441,52,52,alpha
+qgn_plat_gene_applet_bg_alpha.png=3296,441,52,52,alpha
+qgn_plat_gene_applet_bg.png=3296,441,52,52,noalpha
 qgn_plat_home_search_bg_alpha.png=3296,521,106,50,alpha
 qgn_plat_home_search_bg.png=3296,521,106,50,noalpha
 qgn_plat_home_status_bar_background.png=5250,83,720,60

=== modified file 'debian/changelog'
--- a/debian/changelog	2007-10-20 20:56:55 +0000
+++ b/debian/changelog	2007-12-27 12:52:57 +0000
@@ -1,9 +1,43 @@
-hildon-theme-layout-4 (0.14.3-1debian1) unstable; urgency=low
+hildon-theme-layout-4 (0.14.8-1debian1) unstable; urgency=low
 
+  [ Riku Voipio ]
   * Merge with latest upstream
   * use "hildon" as default icon theme and fallback to hicolor
 
- -- Riku Voipio <riku.voipio at iki.fi>  Sat, 20 Oct 2007 23:56:25 +0300
+  [ Jonny Lamb ]
+  * Merged with trunk branch.
+
+ -- Jonny Lamb <jonnylamb at jonnylamb.com>  Thu, 27 Dec 2007 11:38:16 +0000
+
+hildon-theme-layout-4 (0.14.8-1) unstable; urgency=low
+
+  * Bumping the release.
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Tue, 27 Nov 2007 13:02:20 +0200
+
+hildon-theme-layout-4 (0.14.7-1) unstable; urgency=low
+
+  * Reverting the fixes for the long-press.
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Fri, 23 Nov 2007 15:03:34 +0200
+
+hildon-theme-layout-4 (0.14.6-1) unstable; urgency=low
+
+  * Was supposed to fix: NB#74557 Contacts plugin and browser plugin behave wrong when pressed
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Tue, 13 Nov 2007 14:53:49 +0200
+
+hildon-theme-layout-4 (0.14.5-1) unstable; urgency=low
+
+  * Fixes: NB#72581 Special character toolbar is not using correct backgroung image
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Fri, 02 Nov 2007 14:48:39 +0200
+
+hildon-theme-layout-4 (0.14.4-1) unstable; urgency=low
+
+  * Fixes: NB#72427 Columnlist header text color is invisible
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Wed, 10 Oct 2007 10:34:36 +0300
 
 hildon-theme-layout-4 (0.14.3-1) unstable; urgency=low
 

=== modified file 'rc/gtkrc.maemo_af_desktop.rc'
--- a/rc/gtkrc.maemo_af_desktop.rc	2007-07-09 12:06:25 +0000
+++ b/rc/gtkrc.maemo_af_desktop.rc	2007-10-26 12:56:38 +0000
@@ -17,3 +17,4 @@
 include "ossospeeddial.rc"
 include "ossointernetsearchapplet.rc"
 include "hildonwebshortcut.rc"
+include "ossopromoapplet.rc"

=== modified file 'rc/gtksettings.rc'
--- a/rc/gtksettings.rc	2007-06-28 09:33:14 +0000
+++ b/rc/gtksettings.rc	2007-11-23 13:07:11 +0000
@@ -35,3 +35,4 @@
 
 # Enable the delayed asterix in password fields
 gtk-entry-password-hint-timeout = 600
+

=== modified file 'rc/gtktreeview.rc'
--- a/rc/gtktreeview.rc	2007-09-26 11:02:14 +0000
+++ b/rc/gtktreeview.rc	2007-10-10 07:43:28 +0000
@@ -13,6 +13,7 @@
   GtkTreeView::tree-view-separator-area = 15
   GtkTreeView::row-ending-details = 1
   GtkTreeView::separator-height = 3
+  GtkWidget::focus-line-width = 1
 
   engine "sapwood"
   {
@@ -493,6 +494,22 @@
 class "GtkListView" style "osso-listview"
 
 
+# listbox header text color
+style "osso-listboxheader-text-color" = "osso-color-themeing" {
+
+    fg[NORMAL] = @DefaultTextColor
+    fg[PRELIGHT] = @DefaultTextColor
+    fg[ACTIVE] = @DefaultTextColor
+    fg[SELECTED] = @DefaultTextColor
+    fg[INSENSITIVE] = @DisabledTextColor
+    text[NORMAL] = @DefaultTextColor
+    text[PRELIGHT] = @DefaultTextColor
+    text[ACTIVE] = @DefaultTextColor
+    text[SELECTED] = @DefaultTextColor
+    text[INSENSITIVE] = @DisabledTextColor
+
+}
+
 style "osso-listboxheader"
 {
   GtkButton::separator-height = 15
@@ -513,7 +530,7 @@
     }
 }
 widget_class "*.GtkTreeView.GtkButton" style "osso-listboxheader"
-
+widget_class "*.GtkTreeView.GtkButton.*GtkLabel" style "osso-listboxheader-text-color"
 
 style "osso-treeviewcolumn-sortarrow" {
 	engine "sapwood" {

=== modified file 'rc/hildonkeyboard.rc'
--- a/rc/hildonkeyboard.rc	2007-10-01 13:30:45 +0000
+++ b/rc/hildonkeyboard.rc	2007-10-30 09:23:48 +0000
@@ -864,11 +864,12 @@
 }
 widget "*.hildon-im-thumb-scv-frame" style "hildon-im-thumb-scv-frame"
 
-style "hildon-im-thumb-scv-font"
+style "hildon-im-thumb-scv" = "osso-logical-colors"
 {
     font_name = "Nokia Sans 24"
+    bg[NORMAL] = @VkbBgColor
 }
-widget "*osso-im-scv-renderer" style "hildon-im-thumb-scv-font"
+widget "*osso-im-scv-renderer" style "hildon-im-thumb-scv"
 
 style "hildon-im-thumb-scv-down-button"
 {



More information about the Pkg-maemo-commits mailing list