[maemo-commits] [maemo-commits] r15595 - in projects/haf/trunk/gtk+: . docs/reference/gdk docs/reference/gdk/tmpl docs/reference/gdk-pixbuf docs/reference/gtk docs/reference/gtk/tmpl modules/printbackends/test tests
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri May 23 13:49:02 EEST 2008
- Previous message: [maemo-commits] r15593 - projects/haf/trunk/gtk+
- Next message: [maemo-commits] r15597 - in projects/haf/trunk/gtk+: . gdk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mitch Date: 2008-05-23 13:48:54 +0300 (Fri, 23 May 2008) New Revision: 15595 Modified: projects/haf/trunk/gtk+/ChangeLog projects/haf/trunk/gtk+/docs/reference/gdk-pixbuf/ projects/haf/trunk/gtk+/docs/reference/gdk/ projects/haf/trunk/gtk+/docs/reference/gdk/tmpl/ projects/haf/trunk/gtk+/docs/reference/gdk/tmpl/events.sgml projects/haf/trunk/gtk+/docs/reference/gtk/ projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/ projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkarrow.sgml projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkbutton.sgml projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkcellrenderercombo.sgml projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkcombobox.sgml projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkdialog.sgml projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkentry.sgml projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkimcontext.sgml projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkmenu.sgml projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkmenuitem.sgml projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkrange.sgml projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtksettings.sgml projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtktextview.sgml projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtktreeview.sgml projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkwidget.sgml projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkwindow.sgml projects/haf/trunk/gtk+/modules/printbackends/test/ projects/haf/trunk/gtk+/tests/ Log: 2008-05-23 Michael Natterer <mitch at imendio.com> * === Start Maemo-GTK+ 2.12.9 === * update svn:ignore * regenerated some sgml files in docs/reference Modified: projects/haf/trunk/gtk+/ChangeLog =================================================================== --- projects/haf/trunk/gtk+/ChangeLog 2008-05-23 09:27:06 UTC (rev 15594) +++ projects/haf/trunk/gtk+/ChangeLog 2008-05-23 10:48:54 UTC (rev 15595) @@ -1,3 +1,11 @@ +2008-05-23 Michael Natterer <mitch at imendio.com> + + * === Start Maemo-GTK+ 2.12.9 === + + * update svn:ignore + + * regenerated some sgml files in docs/reference + 2008-03-12 Matthias Clasen <mclasen at redhat.com> * === Released 2.12.9 === Property changes on: projects/haf/trunk/gtk+/docs/reference/gdk ___________________________________________________________________ Name: svn:ignore - Makefile Makefile.in version.xml + Makefile Makefile.in .libs gdk-decl-list.txt gdk-decl.txt gdk-undeclared.txt gdk-undocumented.txt gdk-unused.txt gdk.args gdk.hierarchy gdk.interfaces gdk.prerequisites gdk.signals html html-build.stamp html.stamp scan-build.stamp sgml-build.stamp sgml.stamp tmpl-build.stamp tmpl.stamp version.xml xml Property changes on: projects/haf/trunk/gtk+/docs/reference/gdk/tmpl ___________________________________________________________________ Name: svn:ignore + *.bak Modified: projects/haf/trunk/gtk+/docs/reference/gdk/tmpl/events.sgml =================================================================== --- projects/haf/trunk/gtk+/docs/reference/gdk/tmpl/events.sgml 2008-05-23 09:27:06 UTC (rev 15594) +++ projects/haf/trunk/gtk+/docs/reference/gdk/tmpl/events.sgml 2008-05-23 10:48:54 UTC (rev 15595) @@ -317,6 +317,13 @@ @Returns: +<!-- ##### FUNCTION gdk_close_all_temporary_windows ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gdk_event_send_clientmessage_toall ##### --> <para> </para> Property changes on: projects/haf/trunk/gtk+/docs/reference/gdk-pixbuf ___________________________________________________________________ Name: svn:ignore - Makefile Makefile.in version.xml + Makefile Makefile.in .libs gdk-pixbuf-decl-list.txt gdk-pixbuf-decl.txt gdk-pixbuf-undeclared.txt gdk-pixbuf-undocumented.txt gdk-pixbuf-unused.txt gdk-pixbuf.args gdk-pixbuf.hierarchy gdk-pixbuf.interfaces gdk-pixbuf.prerequisites gdk-pixbuf.signals html html-build.stamp html.stamp scan-build.stamp sgml-build.stamp sgml.stamp tmpl-build.stamp tmpl.stamp version.xml xml Property changes on: projects/haf/trunk/gtk+/docs/reference/gtk ___________________________________________________________________ Name: svn:ignore - Makefile Makefile.in version.xml + Makefile Makefile.in .libs gtk-decl-list.txt gtk-decl.txt gtk-undeclared.txt gtk-undocumented.txt gtk-unused.txt gtk.args gtk.hierarchy gtk.interfaces gtk.prerequisites gtk.signals html html-build.stamp html.stamp scan-build.stamp sgml-build.stamp sgml.stamp tmpl-build.stamp tmpl.stamp version.xml xml Property changes on: projects/haf/trunk/gtk+/docs/reference/gtk/tmpl ___________________________________________________________________ Name: svn:ignore + *.bak Modified: projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkarrow.sgml =================================================================== --- projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkarrow.sgml 2008-05-23 09:27:06 UTC (rev 15594) +++ projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkarrow.sgml 2008-05-23 10:48:54 UTC (rev 15595) @@ -60,6 +60,16 @@ </para> +<!-- ##### ARG GtkArrow:maemo-aspect-ratio ##### --> +<para> + +</para> + +<!-- ##### ARG GtkArrow:maemo-min-size ##### --> +<para> + +</para> + <!-- ##### FUNCTION gtk_arrow_new ##### --> <para> Creates a new arrow widget. Modified: projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkbutton.sgml =================================================================== --- projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkbutton.sgml 2008-05-23 09:27:06 UTC (rev 15594) +++ projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkbutton.sgml 2008-05-23 10:48:54 UTC (rev 15595) @@ -152,6 +152,11 @@ </para> +<!-- ##### ARG GtkButton:tree-view-separator-area ##### --> +<para> + +</para> + <!-- ##### FUNCTION gtk_button_new ##### --> <para> Creates a new #GtkButton widget. To add a child widget to the button, Modified: projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkcellrenderercombo.sgml =================================================================== --- projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkcellrenderercombo.sgml 2008-05-23 09:27:06 UTC (rev 15594) +++ projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkcellrenderercombo.sgml 2008-05-23 10:48:54 UTC (rev 15595) @@ -40,6 +40,15 @@ </para> +<!-- ##### SIGNAL GtkCellRendererCombo::changed ##### --> +<para> + +</para> + + at cellrenderercombo: the object which received the signal. + at arg1: + at arg2: + <!-- ##### ARG GtkCellRendererCombo:has-entry ##### --> <para> Modified: projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkcombobox.sgml =================================================================== --- projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkcombobox.sgml 2008-05-23 09:27:06 UTC (rev 15594) +++ projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkcombobox.sgml 2008-05-23 10:48:54 UTC (rev 15595) @@ -138,6 +138,11 @@ </para> +<!-- ##### ARG GtkComboBox:autodimmed-button ##### --> +<para> + +</para> + <!-- ##### ARG GtkComboBox:shadow-type ##### --> <para> Modified: projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkdialog.sgml =================================================================== --- projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkdialog.sgml 2008-05-23 09:27:06 UTC (rev 15594) +++ projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkdialog.sgml 2008-05-23 10:48:54 UTC (rev 15595) @@ -219,6 +219,11 @@ </para> +<!-- ##### ARG GtkDialog:content-area-spacing ##### --> +<para> + +</para> + <!-- ##### ENUM GtkDialogFlags ##### --> <para> Flags used to influence dialog construction. Modified: projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkentry.sgml =================================================================== --- projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkentry.sgml 2008-05-23 09:27:06 UTC (rev 15594) +++ projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkentry.sgml 2008-05-23 10:48:54 UTC (rev 15595) @@ -79,6 +79,14 @@ @entry: the object which received the signal. @arg1: +<!-- ##### SIGNAL GtkEntry::invalid-input ##### --> +<para> + +</para> + + at entry: the object which received the signal. + at arg1: + <!-- ##### SIGNAL GtkEntry::move-cursor ##### --> <para> @@ -131,6 +139,11 @@ </para> +<!-- ##### ARG GtkEntry:hildon-input-mode ##### --> +<para> + +</para> + <!-- ##### ARG GtkEntry:inner-border ##### --> <para> @@ -489,3 +502,21 @@ @Returns: +<!-- ##### FUNCTION hildon_gtk_entry_get_input_mode ##### --> +<para> + +</para> + + at entry: + at Returns: + + +<!-- ##### FUNCTION hildon_gtk_entry_set_input_mode ##### --> +<para> + +</para> + + at entry: + at input_mode: + + Modified: projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkimcontext.sgml =================================================================== --- projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkimcontext.sgml 2008-05-23 09:27:06 UTC (rev 15594) +++ projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkimcontext.sgml 2008-05-23 10:48:54 UTC (rev 15595) @@ -23,6 +23,14 @@ </para> +<!-- ##### SIGNAL GtkIMContext::clipboard-operation ##### --> +<para> + +</para> + + at imcontext: the object which received the signal. + at arg1: + <!-- ##### SIGNAL GtkIMContext::commit ##### --> <para> @@ -41,6 +49,14 @@ @arg2: @Returns: +<!-- ##### SIGNAL GtkIMContext::has-selection ##### --> +<para> + +</para> + + at imcontext: the object which received the signal. + at Returns: + <!-- ##### SIGNAL GtkIMContext::preedit-changed ##### --> <para> @@ -70,6 +86,11 @@ @imcontext: the object which received the signal. @Returns: +<!-- ##### ARG GtkIMContext:hildon-input-mode ##### --> +<para> + +</para> + <!-- ##### FUNCTION gtk_im_context_set_client_window ##### --> <para> @@ -200,3 +221,79 @@ @HILDON_GTK_INPUT_MODE_INVISIBLE: do not echo or save the input in the IM when entering sensitive information such as passwords. @HILDON_GTK_INPUT_MODE_AUTOCAP: automatically capitalize the first letter at the start of a sentence. @HILDON_GTK_INPUT_MODE_DICTIONARY: enable predictive dictionaries and learning based on the input. + +<!-- ##### FUNCTION gtk_im_context_hide ##### --> +<para> + +</para> + + at context: + + +<!-- ##### FUNCTION gtk_im_context_show ##### --> +<para> + +</para> + + at context: + + +<!-- ##### FUNCTION hildon_gtk_im_context_copy ##### --> +<para> + +</para> + + at context: + + +<!-- ##### FUNCTION hildon_gtk_im_context_cut ##### --> +<para> + +</para> + + at context: + + +<!-- ##### FUNCTION hildon_gtk_im_context_filter_event ##### --> +<para> + +</para> + + at context: + at event: + at Returns: + + +<!-- ##### FUNCTION hildon_gtk_im_context_has_selection ##### --> +<para> + +</para> + + at context: + at Returns: + + +<!-- ##### FUNCTION hildon_gtk_im_context_hide ##### --> +<para> + +</para> + + at context: + + +<!-- ##### FUNCTION hildon_gtk_im_context_paste ##### --> +<para> + +</para> + + at context: + + +<!-- ##### FUNCTION hildon_gtk_im_context_show ##### --> +<para> + +</para> + + at context: + + Modified: projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkmenu.sgml =================================================================== --- projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkmenu.sgml 2008-05-23 09:27:06 UTC (rev 15594) +++ projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkmenu.sgml 2008-05-23 10:48:54 UTC (rev 15595) @@ -139,6 +139,16 @@ </para> +<!-- ##### ARG GtkMenu:maemo-arrow-scaling ##### --> +<para> + +</para> + +<!-- ##### ARG GtkMenu:opposite-arrows ##### --> +<para> + +</para> + <!-- ##### ARG GtkMenu:vertical-offset ##### --> <para> Modified: projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkmenuitem.sgml =================================================================== --- projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkmenuitem.sgml 2008-05-23 09:27:06 UTC (rev 15594) +++ projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkmenuitem.sgml 2008-05-23 10:48:54 UTC (rev 15595) @@ -78,6 +78,11 @@ </para> +<!-- ##### ARG GtkMenuItem:arrow-scaling ##### --> +<para> + +</para> + <!-- ##### ARG GtkMenuItem:arrow-spacing ##### --> <para> Modified: projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkrange.sgml =================================================================== --- projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkrange.sgml 2008-05-23 09:27:06 UTC (rev 15594) +++ projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkrange.sgml 2008-05-23 10:48:54 UTC (rev 15595) @@ -118,6 +118,11 @@ </para> +<!-- ##### ARG GtkRange:arrow-scaling ##### --> +<para> + +</para> + <!-- ##### ARG GtkRange:slider-width ##### --> <para> Modified: projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtksettings.sgml =================================================================== --- projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtksettings.sgml 2008-05-23 09:27:06 UTC (rev 15594) +++ projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtksettings.sgml 2008-05-23 10:48:54 UTC (rev 15595) @@ -193,6 +193,11 @@ </para> +<!-- ##### ARG GtkSettings:gtk-menu-popup-click-time ##### --> +<para> + +</para> + <!-- ##### ARG GtkSettings:gtk-menu-popup-delay ##### --> <para> Modified: projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtktextview.sgml =================================================================== --- projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtktextview.sgml 2008-05-23 09:27:06 UTC (rev 15594) +++ projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtktextview.sgml 2008-05-23 10:48:54 UTC (rev 15595) @@ -168,6 +168,11 @@ </para> +<!-- ##### ARG GtkTextView:hildon-input-mode ##### --> +<para> + +</para> + <!-- ##### ARG GtkTextView:indent ##### --> <para> @@ -836,3 +841,21 @@ +<!-- ##### FUNCTION hildon_gtk_text_view_get_input_mode ##### --> +<para> + +</para> + + at text_view: + at Returns: + + +<!-- ##### FUNCTION hildon_gtk_text_view_set_input_mode ##### --> +<para> + +</para> + + at text_view: + at mode: + + Modified: projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtktreeview.sgml =================================================================== --- projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtktreeview.sgml 2008-05-23 09:27:06 UTC (rev 15594) +++ projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtktreeview.sgml 2008-05-23 10:48:54 UTC (rev 15595) @@ -145,6 +145,14 @@ @arg1: @arg2: +<!-- ##### SIGNAL GtkTreeView::row-insensitive ##### --> +<para> + +</para> + + at treeview: the object which received the signal. + at arg1: + <!-- ##### SIGNAL GtkTreeView::select-all ##### --> <para> @@ -363,6 +371,11 @@ </para> +<!-- ##### ARG GtkTreeView:separator-height ##### --> +<para> + +</para> + <!-- ##### ARG GtkTreeView:tree-line-pattern ##### --> <para> Modified: projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkwidget.sgml =================================================================== --- projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkwidget.sgml 2008-05-23 09:27:06 UTC (rev 15594) +++ projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkwidget.sgml 2008-05-23 10:48:54 UTC (rev 15595) @@ -371,6 +371,13 @@ @widget: @widget2: +<!-- ##### SIGNAL GtkWidget::insensitive-press ##### --> +<para> + +</para> + + at widget: the object which received the signal. + <!-- ##### SIGNAL GtkWidget::key-press-event ##### --> <para> @@ -631,6 +638,32 @@ @widget: the object which received the signal. @previous_style: +<!-- ##### SIGNAL GtkWidget::tap-and-hold ##### --> +<para> + +</para> + + at widget: the object which received the signal. + +<!-- ##### SIGNAL GtkWidget::tap-and-hold-query ##### --> +<para> + +</para> + + at widget: the object which received the signal. + at event: + at Returns: + +<!-- ##### SIGNAL GtkWidget::tap-and-hold-setup ##### --> +<para> + +</para> + + at widget: the object which received the signal. + at arg1: + at arg2: + at arg3: + <!-- ##### SIGNAL GtkWidget::unmap ##### --> <para> @@ -757,6 +790,11 @@ </para> +<!-- ##### ARG GtkWidget:tap-and-hold-state ##### --> +<para> + +</para> + <!-- ##### ARG GtkWidget:tooltip-markup ##### --> <para> @@ -817,6 +855,11 @@ </para> +<!-- ##### ARG GtkWidget:maemo-position-theming ##### --> +<para> + +</para> + <!-- ##### ARG GtkWidget:scroll-arrow-hlength ##### --> <para> @@ -2611,6 +2654,37 @@ @widget: +<!-- ##### FUNCTION gtk_widget_tap_and_hold_menu_position_top ##### --> +<para> + +</para> + + at menu: + at x: + at y: + at push_in: + at widget: + + +<!-- ##### FUNCTION gtk_widget_tap_and_hold_setup ##### --> +<para> + +</para> + + at widget: + at menu: + at func: + at flags: + + +<!-- ##### FUNCTION gtk_widget_insensitive_press ##### --> +<para> + +</para> + + at widget: + + <!-- ##### FUNCTION gtk_requisition_copy ##### --> <para> Modified: projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkwindow.sgml =================================================================== --- projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkwindow.sgml 2008-05-23 09:27:06 UTC (rev 15594) +++ projects/haf/trunk/gtk+/docs/reference/gtk/tmpl/gtkwindow.sgml 2008-05-23 10:48:54 UTC (rev 15595) @@ -171,6 +171,11 @@ </para> +<!-- ##### ARG GtkWindow:temporary ##### --> +<para> + +</para> + <!-- ##### ARG GtkWindow:title ##### --> <para> @@ -1177,3 +1182,29 @@ @opacity: +<!-- ##### FUNCTION gtk_window_set_is_temporary ##### --> +<para> + +</para> + + at window: + at setting: + + +<!-- ##### FUNCTION gtk_window_get_is_temporary ##### --> +<para> + +</para> + + at window: + at Returns: + + +<!-- ##### FUNCTION gtk_window_close_other_temporaries ##### --> +<para> + +</para> + + at window: + + Property changes on: projects/haf/trunk/gtk+/modules/printbackends/test ___________________________________________________________________ Name: svn:ignore + Makefile Makefile.in .deps .libs Property changes on: projects/haf/trunk/gtk+/tests ___________________________________________________________________ Name: svn:ignore - Makefile Makefile.in .deps .libs autotestfilechooser autotestfilesystem floatingtest pixbuf-lowmem pixbuf-random pixbuf-randomly-modified pixbuf-read pixbuf-threads print-editor simple stresstest-toolbar testaccel testactions testassistant testbbox testcairo testcalendar testcellrenderertext testcombo testcombochange testdnd testellipsise testentrycompletion testfilechooser testfilechooserbutton testgrouping testgtk testicontheme testiconview testimage testinput testmenubars testmenus testmerge testmultidisplay testmultiscreen testnotebookdnd testnouiprint testprint testrecentchooser testrgb testrichtext testselection testsocket testsocket_child testspinbutton teststatusicon testtext testtextbuffer testtoolbar testtreecolumns testtreeedit testtreeflow testtreefocus testtreemodel testtreesort testtreeview testxinerama treestoretest testrecentchoosermenu + Makefile Makefile.in .deps .libs autotestfilechooser autotestfilesystem floatingtest pixbuf-lowmem pixbuf-random pixbuf-randomly-modified pixbuf-read pixbuf-threads print-editor simple stresstest-toolbar testaccel testactions testassistant testbbox testcairo testcalendar testcellrenderertext testcombo testcombochange testdnd testellipsise testentrycompletion testfilechooser testfilechooserbutton testgrouping testgtk testicontheme testiconview testimage testinput testmenubars testmenus testmerge testmultidisplay testmultiscreen testnotebookdnd testnouiprint testprint testrecentchooser testrgb testrichtext testselection testsocket testsocket_child testspinbutton teststatusicon testtext testtextbuffer testtoolbar testtreecolumns testtreeedit testtreeflow testtreefocus testtreemodel testtreesort testtreeview testxinerama treestoretest testrecentchoosermenu testtooltips buildertest testframe autotestkeywords testvolumebutton
- Previous message: [maemo-commits] r15593 - projects/haf/trunk/gtk+
- Next message: [maemo-commits] r15597 - in projects/haf/trunk/gtk+: . gdk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]