[maemo-commits] [maemo-commits] r12441 - in projects/haf/trunk/hildon-1: . examples

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jun 25 11:54:33 EEST 2007
Author: mdk
Date: 2007-06-25 11:54:20 +0300 (Mon, 25 Jun 2007)
New Revision: 12441

Added:
   projects/haf/trunk/hildon-1/examples/hildon-hvolumebar-insensitive-map-example.c
Modified:
   projects/haf/trunk/hildon-1/ChangeLog
   projects/haf/trunk/hildon-1/examples/Makefile.am
Log:
Adding an example that makes a HildonVolumebar insensitive before mapping it. 



Modified: projects/haf/trunk/hildon-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-1/ChangeLog	2007-06-25 08:51:33 UTC (rev 12440)
+++ projects/haf/trunk/hildon-1/ChangeLog	2007-06-25 08:54:20 UTC (rev 12441)
@@ -1,3 +1,10 @@
+2007-06-25  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* examples/Makefile.am:
+	* examples/hildon-hvolumebar-insensitive-map-example.c: Adding an example
+	that makes a HildonVolumebar insensitive before mapping it. Seems to work
+	fine. Prolly NB#61128 is fixed now.
+
 2007-06-19  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* src/hildon-volumebar.c:
@@ -21,7 +28,6 @@
 	http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back
 	button on after clearing the trail.
 
->>>>>>> .r12381
 2007-06-13  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* src/hildon-code-dialog.c: Removing the separator from the dialog.

Modified: projects/haf/trunk/hildon-1/examples/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-1/examples/Makefile.am	2007-06-25 08:51:33 UTC (rev 12440)
+++ projects/haf/trunk/hildon-1/examples/Makefile.am	2007-06-25 08:54:20 UTC (rev 12441)
@@ -1,36 +1,37 @@
 MAINTAINERCLEANFILES			= Makefile.in
 
 if BUILD_EXAMPLES
-noinst_PROGRAMS				= hildon-window-example 		\
-					  hildon-banner-example			\
-					  hildon-caption-example		\
-					  hildon-weekday-picker-example 	\
-					  hildon-sort-dialog-example		\
-					  hildon-controlbar-example		\
-					  hildon-note-example			\
-					  hildon-time-picker-example		\
-					  hildon-color-chooser-example		\
-					  hildon-color-button-example		\
-					  hildon-login-dialog-example		\
-					  hildon-time-editor-example		\
-					  hildon-icon-sizes-example		\
-					  hildon-insensitive-example		\
-					  hildon-get-password-dialog-example	\
-					  hildon-set-password-dialog-example	\
-					  hildon-window-menu-example		\
-					  hildon-window-cmn-menu-example	\
-					  hildon-vvolumebar-example		\
-					  hildon-toolbar-example		\
-					  hildon-code-dialog-example		\
-					  hildon-hvolumebar-example		\
-					  hildon-hvolumebar-insensitive-example \
-					  hildon-lookup-example			\
-					  hildon-number-editor-example		\
-					  hildon-scrolled-window-example	\
-					  hildon-color-pop-example		\
-					  hildon-thumb-scrollbar-example	\
-					  hildon-date-editor-example		\
-					  hildon-bread-crumb-trail-example	\
+noinst_PROGRAMS				= hildon-window-example				\
+					  hildon-banner-example				\
+					  hildon-caption-example			\
+					  hildon-weekday-picker-example			\
+					  hildon-sort-dialog-example			\
+					  hildon-controlbar-example			\
+					  hildon-note-example				\
+					  hildon-time-picker-example			\
+					  hildon-color-chooser-example			\
+					  hildon-color-button-example			\
+					  hildon-login-dialog-example			\
+					  hildon-time-editor-example			\
+					  hildon-icon-sizes-example			\
+					  hildon-insensitive-example			\
+					  hildon-get-password-dialog-example		\
+					  hildon-set-password-dialog-example		\
+					  hildon-window-menu-example			\
+					  hildon-window-cmn-menu-example		\
+					  hildon-vvolumebar-example			\
+					  hildon-toolbar-example			\
+					  hildon-code-dialog-example			\
+					  hildon-hvolumebar-example			\
+					  hildon-hvolumebar-insensitive-example		\
+					  hildon-hvolumebar-insensitive-map-example	\
+					  hildon-lookup-example				\
+					  hildon-number-editor-example			\
+					  hildon-scrolled-window-example		\
+					  hildon-color-pop-example			\
+					  hildon-thumb-scrollbar-example		\
+					  hildon-date-editor-example			\
+					  hildon-bread-crumb-trail-example		\
 					  hildon-finger-example
 
 # Hildon window
@@ -113,6 +114,11 @@
 hildon_insensitive_example_CFLAGS	= $(HILDON_OBJ_CFLAGS)
 hildon_insensitive_example_SOURCES	= hildon-insensitive-example.c
 
+# HIldon insensitive map example
+hildon_hvolumebar_insensitive_map_example_LDADD		= $(HILDON_OBJ_LIBS)
+hildon_hvolumebar_insensitive_map_example_CFLAGS	= $(HILDON_OBJ_CFLAGS)
+hildon_hvolumebar_insensitive_map_example_SOURCES	= hildon-hvolumebar-insensitive-map-example.c
+
 # HIldon get password dialog example
 hildon_get_password_dialog_example_LDADD	= $(HILDON_OBJ_LIBS)
 hildon_get_password_dialog_example_CFLAGS	= $(HILDON_OBJ_CFLAGS)

Added: projects/haf/trunk/hildon-1/examples/hildon-hvolumebar-insensitive-map-example.c
===================================================================
--- projects/haf/trunk/hildon-1/examples/hildon-hvolumebar-insensitive-map-example.c	2007-06-25 08:51:33 UTC (rev 12440)
+++ projects/haf/trunk/hildon-1/examples/hildon-hvolumebar-insensitive-map-example.c	2007-06-25 08:54:20 UTC (rev 12441)
@@ -0,0 +1,52 @@
+/*
+ * This file is a part of hildon examples
+ *
+ * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
+ *
+ * Author: Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA
+ *
+ */
+
+#include                                        <stdio.h>
+#include                                        <stdlib.h>
+#include                                        <glib.h>
+#include                                        <gtk/gtk.h>
+#include                                        "hildon.h"
+
+int
+main                                            (int argc, 
+                                                 char **args)
+{
+    gtk_init (&argc, &args);
+    
+    GtkDialog *dialog = GTK_DIALOG (gtk_dialog_new ());
+
+    HildonHVolumebar *bar = HILDON_HVOLUMEBAR (hildon_hvolumebar_new ());
+    gtk_widget_set_size_request (GTK_WIDGET (bar), 400, -1);
+
+    gtk_widget_set_sensitive (GTK_WIDGET (bar), FALSE);
+    gtk_box_pack_start (GTK_BOX (dialog->vbox), GTK_WIDGET (bar), FALSE, FALSE, 0);
+    gtk_dialog_add_button (dialog, "Close", GTK_RESPONSE_CLOSE);
+
+    gtk_widget_show_all (GTK_WIDGET (dialog));
+    gtk_dialog_run (dialog);
+
+    return 0;
+}
+
+


More information about the maemo-commits mailing list