2008-07-29 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Tue, 29 Jul 2008 22:00:38 +0000 (22:00 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Tue, 29 Jul 2008 22:00:38 +0000 (22:00 +0000)
* doc/hildon-docs.sgml:
        * doc/hildon.types:

         Add the touch pickers, picker dialogs, and picker button widgets
        to the documentation.

ChangeLog
doc/hildon-docs.sgml
doc/hildon.types

index 5f9e668..99f6fdf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
 
+       * doc/hildon-docs.sgml:
+       * doc/hildon.types:
+
+        Add the touch pickers, picker dialogs, and picker button widgets
+       to the documentation.
+
+2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
+
        * src/hildon-button.c: (hildon_button_set_property),
        (hildon_button_class_init): Make "arrangement-flags" a proper
        G_TYPE_FLAGS derived property.
index 3308467..4cdd32f 100644 (file)
     <xi:include href="xml/hildon-weekday-picker.xml"/>
     <xi:include href="xml/hildon-time-picker.xml"/>
     <xi:include href="xml/hildon-app-menu.xml"/>
+    <xi:include href="xml/hildon-touch-picker.xml"/>
+    <xi:include href="xml/hildon-date-selector.xml"/>
+    <xi:include href="xml/hildon-time-selector.xml"/>
+    <xi:include href="xml/hildon-picker-button.xml"/>
+    <xi:include href="xml/hildon-time-button.xml"/>
+    <xi:include href="xml/hildon-date-button.xml"/>
   </chapter>
 
   <chapter>
@@ -75,6 +81,7 @@
     <xi:include href="xml/hildon-font-selection-dialog.xml"/>
     <xi:include href="xml/hildon-code-dialog.xml"/>
     <xi:include href="xml/hildon-wizard-dialog.xml"/>
+    <xi:include href="xml/hildon-picker-dialog.xml"/>
   </chapter>
 
   <chapter>
index 96b9923..adea75b 100644 (file)
 #include                                        <src/hildon-stackable-window.h>
 #include                                        <src/hildon-app-menu.h>
 #include                                        <src/hildon-button.h>
+#include                                        <src/hildon-touch-picker.h>
+#include                                        <src/hildon-time-selector.h>
+#include                                        <src/hildon-date-selector.h>
+#include                                        <src/hildon-picker-dialog.h>
+#include                                        <src/hildon-picker-button.h>
+#include                                        <src/hildon-date-button.h>
+#include                                        <src/hildon-time-button.h>
 
 hildon_banner_get_type
 hildon_calendar_popup_get_type
@@ -75,3 +82,10 @@ hildon_pannable_area_get_type
 hildon_stackable_window_get_type
 hildon_app_menu_get_type
 hildon_button_get_type
+hildon_touch_picker_get_type
+hildon_time_selector_get_type
+hildon_date_selector_get_type
+hildon_picker_dialog_get_type
+hildon_picker_button_get_type
+hildon_date_button_get_type
+hildon_time_button_get_type