[maemo-commits] [maemo-commits] r11944 - in projects/haf/branches/hildon-theme-layout-5: . rc

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue May 29 13:13:54 EEST 2007
Author: mdk
Date: 2007-05-29 13:13:17 +0300 (Tue, 29 May 2007)
New Revision: 11944

Removed:
   projects/haf/branches/hildon-theme-layout-5/rc/hildoncandidatebox.rc
Modified:
   projects/haf/branches/hildon-theme-layout-5/ChangeLog
   projects/haf/branches/hildon-theme-layout-5/rc/Makefile.am
   projects/haf/branches/hildon-theme-layout-5/rc/gtkrc.rc
Log:
Removing the candidate box, I'm sure it's not needed.


Modified: projects/haf/branches/hildon-theme-layout-5/ChangeLog
===================================================================
--- projects/haf/branches/hildon-theme-layout-5/ChangeLog	2007-05-29 09:13:13 UTC (rev 11943)
+++ projects/haf/branches/hildon-theme-layout-5/ChangeLog	2007-05-29 10:13:17 UTC (rev 11944)
@@ -1,5 +1,12 @@
 2007-05-29  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
+	* rc/Makefile.am:
+	* rc/gtkrc.rc:
+	* rc/hildoncandidatebox.rc: Removing the candidate box, I'm sure it's not
+	needed.
+
+2007-05-29  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
 	* NEWS:
 	* configure.ac:
 	* data/bundle.ini.in:

Modified: projects/haf/branches/hildon-theme-layout-5/rc/Makefile.am
===================================================================
--- projects/haf/branches/hildon-theme-layout-5/rc/Makefile.am	2007-05-29 09:13:13 UTC (rev 11943)
+++ projects/haf/branches/hildon-theme-layout-5/rc/Makefile.am	2007-05-29 10:13:17 UTC (rev 11944)
@@ -38,7 +38,6 @@
 					  hildonapp.rc 			\
 					  hildonbanners.rc 		\
 					  hildonbreadcrumbbutton.rc 	\
-					  hildoncandidatebox.rc 	\
 					  hildoncaption.rc 		\
 					  hildoncolorchooser.rc 	\
 					  hildoncontrolbar.rc 		\

Modified: projects/haf/branches/hildon-theme-layout-5/rc/gtkrc.rc
===================================================================
--- projects/haf/branches/hildon-theme-layout-5/rc/gtkrc.rc	2007-05-29 09:13:13 UTC (rev 11943)
+++ projects/haf/branches/hildon-theme-layout-5/rc/gtkrc.rc	2007-05-29 10:13:17 UTC (rev 11944)
@@ -37,7 +37,6 @@
 
 include "hildonapp.rc"
 include "hildonbanners.rc"
-include "hildoncandidatebox.rc"
 include "hildoncaption.rc"
 include "hildoncolorchooser.rc"
 include "hildoncontrolbar.rc"
@@ -54,13 +53,6 @@
 include "hildonthumbscrollbar.rc"
 include "hildoncalendar.rc"
 include "hildonbreadcrumbtrail.rc"
-
-include "ossoclock.rc"
-include "ossortc.rc"
-include "ossoglobalsearch.rc"
-include "ossoapplicationinstaller.rc"
-include "ossomediaplayer.rc"
-
 include "hildontimepicker.rc"
 
 include "afterincludes.rc"

Deleted: projects/haf/branches/hildon-theme-layout-5/rc/hildoncandidatebox.rc
===================================================================
--- projects/haf/branches/hildon-theme-layout-5/rc/hildoncandidatebox.rc	2007-05-29 09:13:13 UTC (rev 11943)
+++ projects/haf/branches/hildon-theme-layout-5/rc/hildoncandidatebox.rc	2007-05-29 10:13:17 UTC (rev 11944)
@@ -1,46 +0,0 @@
-##############################
-# HildonCandidateBox
-##############################
-style "osso-candidate-box"
-{
-	fg[NORMAL] = "#aaaaaa"
-	fg[ACTIVE] = "#aaaaaa"
-	fg[INSENSITIVE] = "#aaaaaa"
-	fg[PRELIGHT] = "#aaaaaa"
-	bg[INSENSITIVE] = "#cccccc"
-	bg[NORMAL] = "#cccccc"
-	bg[ACTIVE] = "#cccccc"
-	bg[PRELIGHT] = "#cccccc"
-	xthickness = 0
-	ythickness = 0
-}
-widget_class "*HildonCandidateBox" style "osso-candidate-box"
-
-style "osso-candidate-box-menu"
-{
-	GtkMenu::double_arrows = 1
-	GtkWidget::focus-padding = 0
-	GtkWidget::focus-line-width = 0
-	GtkMenu::vertical-padding = 0
-	GtkMenu::horizontal-padding = 0
-	GtkContainer::border-width = 0
-	xthickness = 0
-	ythickness = 0
-}
-widget "*hildon-candidate-box-menu" style "osso-candidate-box-menu"
-
-style "osso-candidate-box-menu-item"
-{ 
-	GtkMenuItem::include_arrow_in_focus = 0
-	GtkMenuItem::separator_height = 5
-	GtkMenuItem::horizontal-padding = 0
-	GtkWidget::has-focus = TRUE
-	GtkWidget::focus-padding = 0
-	GtkWidget::focus-line-width = 0
-	GtkMenuItem::arrow-spacing = 0
-	GtkContainer::border-width = 0
-	xthickness = 0
-	ythickness = 0
-}													  
-widget "*hildon-candidate-box-menu-item" style "osso-candidate-box-menu-item"
-


More information about the maemo-commits mailing list