[maemo-commits] [maemo-commits] r14490 - in projects/haf/trunk/hildon-desktop: . doc

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Oct 17 22:15:32 EEST 2007
Author: elmarco
Date: 2007-10-17 22:15:22 +0300 (Wed, 17 Oct 2007)
New Revision: 14490

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/doc/hildon-desktop-docs.sgml
   projects/haf/trunk/hildon-desktop/doc/hildon-desktop.types
Log:
2007-10-17  Marc-Andre Lureau  <marcandre.lureau at nokia.com>

* doc/hildon-desktop-docs.sgml: make the index.html more elegant.
* doc/hildon-desktop.types: introspect PopupWindow and PopupMenu
too.


Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-10-17 18:42:52 UTC (rev 14489)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-10-17 19:15:22 UTC (rev 14490)
@@ -1,5 +1,11 @@
 2007-10-17  Marc-Andre Lureau  <marc-andre.lureau at nokia.com>
 
+	* doc/hildon-desktop-docs.sgml: make the index.html more elegant.
+	* doc/hildon-desktop.types: introspect PopupWindow and PopupMenu
+	too.
+
+2007-10-17  Marc-Andre Lureau  <marc-andre.lureau at nokia.com>
+
 	* libhildondesktop/statusbar-item.[ch]: fix StatusbarItem
 	documentation (mainly state things as private).
 

Modified: projects/haf/trunk/hildon-desktop/doc/hildon-desktop-docs.sgml
===================================================================
--- projects/haf/trunk/hildon-desktop/doc/hildon-desktop-docs.sgml	2007-10-17 18:42:52 UTC (rev 14489)
+++ projects/haf/trunk/hildon-desktop/doc/hildon-desktop-docs.sgml	2007-10-17 19:15:22 UTC (rev 14490)
@@ -1,17 +1,33 @@
 <?xml version="1.0"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
                "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
   <bookinfo>
-    <title>libhildondesktop Reference Manual</title>
+    <title>libhildondesktop 2.0 Reference Manual</title>
   </bookinfo>
 
   <chapter>
-    <title>Desktop Item widgets</title>
+    <title>Overview</title>
+    <xi:include href="xml/tree_index.sgml"/>
+    <xi:include href="xml/libhildondesktop.xml"/>
+  </chapter>
+
+  <chapter>
+    <title>Desktop items</title>
     <xi:include href="xml/hildon-desktop-item.xml"/>
     <xi:include href="xml/hildon-desktop-home-item.xml"/>
     <xi:include href="xml/hildon-desktop-panel-item.xml"/>
     <xi:include href="xml/tasknavigator-item.xml"/>
     <xi:include href="xml/statusbar-item.xml"/>
   </chapter>
+
+  <chapter>
+    <title>Window and menu-like</title>
+    <xi:include href="xml/hildon-desktop-popup-window.xml"/>
+    <xi:include href="xml/hildon-desktop-popup-menu.xml"/>
+  </chapter>
+
+  <index>
+    <title>Index</title>
+  </index>
 </book>

Modified: projects/haf/trunk/hildon-desktop/doc/hildon-desktop.types
===================================================================
--- projects/haf/trunk/hildon-desktop/doc/hildon-desktop.types	2007-10-17 18:42:52 UTC (rev 14489)
+++ projects/haf/trunk/hildon-desktop/doc/hildon-desktop.types	2007-10-17 19:15:22 UTC (rev 14490)
@@ -3,9 +3,13 @@
 #include <libhildondesktop/hildon-desktop-panel-item.h>
 #include <libhildondesktop/statusbar-item.h>
 #include <libhildondesktop/tasknavigator-item.h>
+#include <libhildondesktop/hildon-desktop-popup-window.h>
+#include <libhildondesktop/hildon-desktop-popup-menu.h>
 
 hildon_desktop_item_get_type
 hildon_desktop_home_item_get_type
 hildon_desktop_panel_item_get_type
 statusbar_item_get_type
 tasknavigator_item_get_type
+hildon_desktop_popup_window_get_type
+hildon_desktop_popup_menu_get_type


More information about the maemo-commits mailing list