[maemo-commits] [maemo-commits] r13064 - in projects/haf/trunk/hildon-audit: . data/bora data/sardine

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Aug 8 13:54:09 EEST 2007
Author: mdk
Date: 2007-08-08 13:54:06 +0300 (Wed, 08 Aug 2007)
New Revision: 13064

Added:
   projects/haf/trunk/hildon-audit/data/sardine/desktop-related.txt
   projects/haf/trunk/hildon-audit/data/sardine/help.txt
Removed:
   projects/haf/trunk/hildon-audit/data/sardine/jakub.txt
Modified:
   projects/haf/trunk/hildon-audit/ChangeLog
   projects/haf/trunk/hildon-audit/data/bora/gtk.txt
   projects/haf/trunk/hildon-audit/data/bora/hildon-lgpl.txt
   projects/haf/trunk/hildon-audit/data/bora/hildon-libs-infoprints.txt
   projects/haf/trunk/hildon-audit/data/bora/libosso-changes.txt
   projects/haf/trunk/hildon-audit/data/sardine/gtk-dep.txt
   projects/haf/trunk/hildon-audit/data/sardine/gtk.txt
   projects/haf/trunk/hildon-audit/data/sardine/hildon-libs-others.txt
Log:
Updating the data files. Making some messages more clear, changing the links to point to live.gnome.org, spreading the stuff coming from Jakub to more convienient places.


Modified: projects/haf/trunk/hildon-audit/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-audit/ChangeLog	2007-08-08 10:42:21 UTC (rev 13063)
+++ projects/haf/trunk/hildon-audit/ChangeLog	2007-08-08 10:54:06 UTC (rev 13064)
@@ -1,3 +1,17 @@
+2007-08-08  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* data/sardine/desktop-related.txt:
+	* data/bora/gtk.txt:
+	* data/bora/hildon-lgpl.txt:
+	* data/bora/hildon-libs-infoprints.txt:
+	* data/bora/libosso-changes.txt:
+	* data/sardine/gtk-dep.txt:
+	* data/sardine/gtk.txt:
+	* data/sardine/help.txt:
+	* data/sardine/hildon-libs-others.txt: Updating the data files. Making
+	some messages more clear, changing the links to point to live.gnome.org,
+	spreading the stuff coming from Jakub to more convienient places.
+
 2007-08-06  Luc Pionchon  <luc.pionchon at nokia.com>
 
 	* hildon-audit: reversed output in "stat" mode, to have occurence

Modified: projects/haf/trunk/hildon-audit/data/bora/gtk.txt
===================================================================
--- projects/haf/trunk/hildon-audit/data/bora/gtk.txt	2007-08-08 10:42:21 UTC (rev 13063)
+++ projects/haf/trunk/hildon-audit/data/bora/gtk.txt	2007-08-08 10:54:06 UTC (rev 13064)
@@ -1,24 +1,24 @@
 # GtkButton
-gtk_button_new_from_stock	|minor|	gtk-button-images is set to FALSE by default with gtk+ 2.10, so images won't be shown on GtkButtons | see http://maemo.org/maemowiki/MaemoGtk210Migration#M68
+gtk_button_new_from_stock	|minor|	gtk-button-images is set to FALSE by default with gtk+ 2.10, so images won't be shown on GtkButtons | see http://live.gnome.org/Maemo/Gtk210Migration#M68
 
-_gtk_button_set_depressed		      |minor|  Removed with no replacement, there is no need for this outside gtk+
-hildon_gtk_button_set_depressed		      |minor|  Removed with no replacement, there is no need for this outside gtk+
+_gtk_button_set_depressed		      |minor|  Removed with no replacement, don't use
+hildon_gtk_button_set_depressed		      |minor|  Removed with no replacement, don't use
 
-\"automatic.detail\"		|medium| GtkButton::automatic-detail property is removed, view buttons are not supported | http://maemo.org/maemowiki/MaemoGtk210Migration#M37
-\"detail\"			|medium| Gtkbutton::detail property is removed, view buttons are not supported | http://maemo.org/maemowiki/MaemoGtk210Migration#M37
+\"automatic.detail\"		|medium| GtkButton::automatic-detail property is removed, view buttons are not supported | http://live.gnome.org/Maemo/Gtk210Migration#M37
+\"detail\"			|medium| Gtkbutton::detail property is removed, view buttons are not supported | http://live.gnome.org/Maemo/Gtk210Migration#M37
 
-osso_gtk_button_set_detail_from_attach_flags  |medium| Removed, view buttons are not supported | http://maemo.org/maemowiki/MaemoGtk210Migration#M37
+osso_gtk_button_set_detail_from_attach_flags  |medium| Removed, view buttons are not supported | http://live.gnome.org/Maemo/Gtk210Migration#M37
 
 # GtkCellView
-gtk_cell_view_set_cell_data	|minor|	Removed with no replacement, there is no need for this outside gtk+	|	see http://maemo.org/maemowiki/MaemoGtk210Migration#M33
+gtk_cell_view_set_cell_data	|minor|	Removed with no replacement, don't use	|	see http://live.gnome.org/Maemo/Gtk210Migration#M33
 
 # GtkIMContext (GtkEntry, GtkTextView)
-\"autocap\"	|medium| [GtkEntry,GtkTextView] autocap property removed - use HILDON_GTK_INPUT_MODE_AUTOCAP	|	see http://maemo.org/maemowiki/MaemoGtk210Migration#M24
+\"autocap\"	|medium| [GtkEntry,GtkTextView] autocap property removed - use HILDON_GTK_INPUT_MODE_AUTOCAP	|	see http://live.gnome.org/Maemo/Gtk210Migration#M24
 gtk_im_context_hide					|minor|	Deprecated, use hildon_gtk_im_context_hide
 gtk_im_context_show					|minor|	Deprecated, use hildon_gtk_im_context_show
 
 # GtkTable
-osso_gtk_table_find_button_detail	|medium|	Going to be deprecated, no replacement API yet
+osso_gtk_table_find_button_detail	|medium|	Don't use, draw your own graphics. View buttons are not supported
 
 # GtkWidget
 \"tap-and-hold-state\"	                |minor|	GtkWidget::tap-and-hold-state property does nothing, you can remove it safely.
@@ -28,8 +28,8 @@
 gtk_window_set_prev_focus_widget	|minor|	This function does nothign, you can remove it safely.
 
 # OssoGtkButtonAttachFlags
-OSSO_GTK_BUTTON_ATTACH_NORTH	|medium|	Removed, view buttons are not supported | http://maemo.org/maemowiki/MaemoGtk210Migration#M37
-OSSO_GTK_BUTTON_ATTACH_EAST	|medium|	Removed, view buttons are not supported | http://maemo.org/maemowiki/MaemoGtk210Migration#M37
-OSSO_GTK_BUTTON_ATTACH_SOUTH	|medium|	Removed, view buttons are not supported | http://maemo.org/maemowiki/MaemoGtk210Migration#M37
-OSSO_GTK_BUTTON_ATTACH_WEST	|medium|	Removed, view buttons are not supported | http://maemo.org/maemowiki/MaemoGtk210Migration#M37
-OSSO_GTK_BUTTON_ATTACH_ENUM_END	|medium|	Removed, view buttons are not supported | http://maemo.org/maemowiki/MaemoGtk210Migration#M37
+OSSO_GTK_BUTTON_ATTACH_NORTH	|medium|	Removed, view buttons are not supported | http://live.gnome.org/Maemo/Gtk210Migration#M37
+OSSO_GTK_BUTTON_ATTACH_EAST	|medium|	Removed, view buttons are not supported | http://live.gnome.org/Maemo/Gtk210Migration#M37
+OSSO_GTK_BUTTON_ATTACH_SOUTH	|medium|	Removed, view buttons are not supported | http://live.gnome.org/Maemo/Gtk210Migration#M37
+OSSO_GTK_BUTTON_ATTACH_WEST	|medium|	Removed, view buttons are not supported | http://live.gnome.org/Maemo/Gtk210Migration#M37
+OSSO_GTK_BUTTON_ATTACH_ENUM_END	|medium|	Removed, view buttons are not supported | http://live.gnome.org/Maemo/Gtk210Migration#M37

Modified: projects/haf/trunk/hildon-audit/data/bora/hildon-lgpl.txt
===================================================================
--- projects/haf/trunk/hildon-audit/data/bora/hildon-lgpl.txt	2007-08-08 10:42:21 UTC (rev 13063)
+++ projects/haf/trunk/hildon-audit/data/bora/hildon-lgpl.txt	2007-08-08 10:54:06 UTC (rev 13064)
@@ -1 +1 @@
-hildon-lgpl  |minor| hildon-lgpl is an empty package and will be removed. Widgets were moved to hildon-libs | Remove dependencies to hildon-lgpl, and use proper "include" directives.
+hildon-lgpl  |minor| hildon-lgpl is an empty package and is removed. Widgets were moved to hildon-1 | Remove dependencies to hildon-lgpl, and use proper "include" directives.

Modified: projects/haf/trunk/hildon-audit/data/bora/hildon-libs-infoprints.txt
===================================================================
--- projects/haf/trunk/hildon-audit/data/bora/hildon-libs-infoprints.txt	2007-08-08 10:42:21 UTC (rev 13063)
+++ projects/haf/trunk/hildon-audit/data/bora/hildon-libs-infoprints.txt	2007-08-08 10:54:06 UTC (rev 13064)
@@ -1,6 +1,8 @@
 # Infoprints are totally deprecated and can be 
 # easily replaced with hildon_banner functions
 
-gtk_infoprint                                   |minor|  infoprints are deprecated, use HildonBanner instead                                 | see http://maemo.org/platform/docs/api-bora/hildon-docs/hildon-libs/hildon-libs-HildonBanner.html
-gtk_confirmation_banner                         |minor|  confirmation banners are deprecated, use HildonBanner with bold text markup instead | see http://maemo.org/platform/docs/api-bora/hildon-docs/hildon-libs/hildon-libs-HildonBanner.html#hildon-banner-show-information-with-markup
-gtk_banner                                      |minor|  gtk_banners are deprecated, use HildonBanner instead                                | see http://maemo.org/platform/docs/api-bora/hildon-docs/hildon-libs/hildon-libs-HildonBanner.html
+gtk_infoprint                                   |minor|  infoprints are deprecated, use HildonBanner instead (same functionality)                                 | see https://stage.maemo.org/svn/maemo/projects/haf/doc/api/hildon/HildonBanner.html
+gtk_confirmation_banner                         |minor|  confirmation banners are deprecated, use HildonBanner with bold text markup instead | see https://stage.maemo.org/svn/maemo/projects/haf/doc/api/hildon/HildonBanner.html#hildon-banner-show-information-with-markup
+gtk_banner                                      |minor|  gtk_banners are deprecated, use HildonBanner instead                                | see https://stage.maemo.org/svn/maemo/projects/haf/doc/api/hildon/HildonBanner.html
+hildon-widgets/gtk-infoprint.h	|major| hildon-widgets/gtk-infoprint.h deprecated and replaced by hildon/hildon-banner.h
+hildon-widgets/hildon-input-mode-hint.h	|major| hildon-widgets/hildon-input-mode-hint.h deprecated and replaced by standard gtk/gtkenums.h 

Modified: projects/haf/trunk/hildon-audit/data/bora/libosso-changes.txt
===================================================================
--- projects/haf/trunk/hildon-audit/data/bora/libosso-changes.txt	2007-08-08 10:42:21 UTC (rev 13063)
+++ projects/haf/trunk/hildon-audit/data/bora/libosso-changes.txt	2007-08-08 10:54:06 UTC (rev 13064)
@@ -1,10 +1,10 @@
-# Libosso
-osso_tasknav_mail_add			|minor| Remove call to osso_tasknav_mail_add.
-osso_tasknav_mail_del			|minor| Remove call to osso_tasknav_mail_del.
-osso_tasknav_mail_set_outbox_count	|minor| Remove call to osso_tasknav_mail_set_outbox_count.
-osso_application_initialize		|minor| Remove call to osso_application_initialize, use osso_initialize instead. Note that parameters have changed.
-osso_application_exit_cb		|minor| Remove use of type osso_application_exit_cb. (callback is not being called.)
-osso_application_set_exit_cb		|minor| Remove call to osso_application_set_exit_cb. (callback is not begin called.)
-osso_state_open_write			|minor| Use osso_state_write instead of osso_state_open_write. Note that parameters have changed.
-osso_state_open_read			|minor| Use osso_state_read instead of osso_state_open_read. Note that parameters have changed.
-osso_state_close			|minor| Remove call to osso_state_close, it is not needed.
+# Libosso
+osso_tasknav_mail_add			|minor| This is not needed anymore, remove this function call.
+osso_tasknav_mail_del			|minor| This is not needed anymore, remove this function call.
+osso_tasknav_mail_set_outbox_count	|minor| This is not needed anymore, remove this function call.
+osso_application_initialize		|minor| Remove call to osso_application_initialize, use osso_initialize instead. Note that parameters have changed.
+osso_application_exit_cb		|minor| Remove use of type osso_application_exit_cb. (callback is not being called.)
+osso_application_set_exit_cb		|minor| Remove call to osso_application_set_exit_cb. (callback is not begin called.)
+osso_state_open_write			|minor| Use osso_state_write instead of osso_state_open_write. Note that parameters have changed.
+osso_state_open_read			|minor| Use osso_state_read instead of osso_state_open_read. Note that parameters have changed.
+osso_state_close			|minor| Remove call to osso_state_close, it is not needed.

Copied: projects/haf/trunk/hildon-audit/data/sardine/desktop-related.txt (from rev 13062, projects/haf/trunk/hildon-audit/data/sardine/jakub.txt)
===================================================================
--- projects/haf/trunk/hildon-audit/data/sardine/jakub.txt	2007-08-08 08:25:32 UTC (rev 13062)
+++ projects/haf/trunk/hildon-audit/data/sardine/desktop-related.txt	2007-08-08 10:54:06 UTC (rev 13064)
@@ -0,0 +1,5 @@
+hildon-status-bar-lib-dev	|major| hildon-status-bar-lib-dev deprecated and replaced by libhildondesktop-dev
+hildon-status-bar-lib		|major| hildon-status-bar-lib deprecated and replaced by libhildondesktop >= 0.0.5
+pluginlibdir			|major| Plugin directory is not provided anymore by "pkg-config hildon-status-bar-lib --variable=pluginlibdir", use "pkg-config osso-af-settings --variable=legacystatusbarlibdir" instead.
+hildon-status-bar-lib/hildon-status-bar-item.h	|major| hildon-status-bar-lib/hildon-status-bar-item.h deprecated and replaced by libhildondesktop/hildon-status-bar-item.h
+

Modified: projects/haf/trunk/hildon-audit/data/sardine/gtk-dep.txt
===================================================================
--- projects/haf/trunk/hildon-audit/data/sardine/gtk-dep.txt	2007-08-08 10:42:21 UTC (rev 13063)
+++ projects/haf/trunk/hildon-audit/data/sardine/gtk-dep.txt	2007-08-08 10:54:06 UTC (rev 13064)
@@ -7,21 +7,21 @@
 
 # GtkCalendar
 
-gtk_calendar_new	|minor|	GtkCalendar is deprecated, use HildonCalendar (?)	|	see http://maemo.org/maemowiki/MaemoGtk210Migration#M14
-GTK_TYPE_CALENDAR	|minor|	GtkCalendar is deprecated, use HildonCalendar (?)	|	see http://maemo.org/maemowiki/MaemoGtk210Migration#M14
-gtk_calendar_get_type	|minor|	GtkCalendar is deprecated, use HildonCalendar (?)	|	see http://maemo.org/maemowiki/MaemoGtk210Migration#M14
+gtk_calendar_new	|minor|	GtkCalendar is deprecated, use HildonCalendar from hildon-1 | see http://live.gnome.org/Maemo/Gtk210Migration#M14
+GTK_TYPE_CALENDAR	|minor|	GtkCalendar is deprecated, use HildonCalendar from hildon-1 | see http://live.gnome.org/Maemo/Gtk210Migration#M14
+gtk_calendar_get_type	|minor|	GtkCalendar is deprecated, use HildonCalendar from hildon-1 | see http://live.gnome.org/Maemo/Gtk210Migration#M14
 
 
 # GtkComboBox
 
 \"propagate.lr.keys\"	|medium| GtkComboBox::propagate-lr-keys property is deprecated, you can connect to the key_event signal to reproduce this behaviour.
 
-gtk_combo_box_new			|medium| This widget is not fixed height anymore | see http://maemo.org/maemowiki/MaemoGtk210Migration#M67
-gtk_combo_box_new_text			|medium| This widget is not fixed height anymore | see http://maemo.org/maemowiki/MaemoGtk210Migration#M67
-gtk_combo_box_new_with_model		|medium|  This widget is not fixed height anymore | see http://maemo.org/maemowiki/MaemoGtk210Migration#M67 
-gtk_combo_box_entry_new			|medium| This widget is not fixed height anymore | see http://maemo.org/maemowiki/MaemoGtk210Migration#M67
-gtk_combo_box_entry_new_text		|medium| This widget is not fixed height anymore | see http://maemo.org/maemowiki/MaemoGtk210Migration#M67
-gtk_combo_box_entry_new_with_model	|medium| This widget is not fixed height anymore | see http://maemo.org/maemowiki/MaemoGtk210Migration#M67
+gtk_combo_box_new			|medium| This widget is not fixed height anymore | see http://live.gnome.org/Maemo/Gtk210Migration#M67
+gtk_combo_box_new_text			|medium| This widget is not fixed height anymore | see http://live.gnome.org/Maemo/Gtk210Migration#M67
+gtk_combo_box_new_with_model		|medium|  This widget is not fixed height anymore | see http://live.gnome.org/Maemo/Gtk210Migration#M67 
+gtk_combo_box_entry_new			|medium| This widget is not fixed height anymore | see http://live.gnome.org/Maemo/Gtk210Migration#M67
+gtk_combo_box_entry_new_text		|medium| This widget is not fixed height anymore | see http://live.gnome.org/Maemo/Gtk210Migration#M67
+gtk_combo_box_entry_new_with_model	|medium| This widget is not fixed height anymore | see http://live.gnome.org/Maemo/Gtk210Migration#M67
 
 # GtkEntry (autocap, input-mode, hildon-input-mode - see GtkIMContext)
 
@@ -32,7 +32,7 @@
 
 # GtkFileChooser
 
-hildon_gtk_file_chooser_install_properties	|minor|	No decision yet (might go to hildon_fm_*)
+# hildon_gtk_file_chooser_install_properties	|minor|	No decision yet (might go to hildon_fm_*)
 
 # GtkIMContext (GtkEntry, GtkTextView)
 #
@@ -57,10 +57,10 @@
 
 # GtkIconSize
 
-HILDON_ICON_SIZE_26	|minor|	Removed, see http://maemo.org/maemowiki/MaemoGtk210Migration#M40
-HILDON_ICON_SIZE_40	|minor|	Removed, see http://maemo.org/maemowiki/MaemoGtk210Migration#M40
-HILDON_ICON_SIZE_50	|minor|	Removed, see http://maemo.org/maemowiki/MaemoGtk210Migration#M40
-HILDON_ICON_SIZE_64	|minor|	Removed, see http://maemo.org/maemowiki/MaemoGtk210Migration#M40
+HILDON_ICON_SIZE_26	|minor|	Removed, see http://live.gnome.org/Maemo/Gtk210Migration#M40
+HILDON_ICON_SIZE_40	|minor|	Removed, see http://live.gnome.org/Maemo/Gtk210Migration#M40
+HILDON_ICON_SIZE_50	|minor|	Removed, see http://live.gnome.org/Maemo/Gtk210Migration#M40
+HILDON_ICON_SIZE_64	|minor|	Removed, see http://live.gnome.org/Maemo/Gtk210Migration#M40
 
 # GtkInvalidInputType
 
@@ -88,8 +88,8 @@
 
 # GtkTextView (autocap, input-mode, hildon-input-mode - see GtkIMContext)
 
-hildon_gtk_text_view_get_input_mode	|minor|	Might change name
-hildon_gtk_text_view_set_input_mode	|minor|	Might change name
+# hildon_gtk_text_view_get_input_mode	|minor|	Might change name
+# hildon_gtk_text_view_set_input_mode	|minor|	Might change name
 
 # GtkTreeView
 
@@ -97,17 +97,17 @@
 
 # GtkViewport
 
-\"shadow.type\"	|minor|	GtkViewport::shadow-type property default value changed	|	see http://maemo.org/maemowiki/MaemoGtk210Migration#M19
+\"shadow.type\"	|minor|	GtkViewport::shadow-type property default value changed	|	see http://live.gnome.org/Maemo/Gtk210Migration#M19
 
 # GtkWidget
 
-\"insensitive.press\"	|major|	GtkWidget::insensitive-press signal is deprecated, please use GtkTooltip to display information about insensitive widgets | see http://maemo.org/maemowiki/MaemoGtk210Migration#M22
+\"insensitive.press\"	|major|	GtkWidget::insensitive-press signal is deprecated, use hildon-1 helper routines to display information about insensitive widgets | see http://live.gnome.org/Maemo/Gtk210Migration#M22
 #tap-and-hold
 
 #tap-and-hold-query
 #tap-and-hold-setup
 
-gtk_widget_insensitive_press	|major|	This function is deprecated, please use GtkTooltip to display information about insensitive widgets | see http://maemo.org/maemowiki/MaemoGtk210Migration#M22
+gtk_widget_insensitive_press	|major|	This function is deprecated, use hildon-1 helper routines to display information about insensitive widgets | see http://live.gnome.org/Maemo/Gtk210Migration#M22
 #gtk_widget_set_direction_recursive
 #gtk_widget_tap_and_hold_menu_position_top
 #gtk_widget_tap_and_hold_setup

Modified: projects/haf/trunk/hildon-audit/data/sardine/gtk.txt
===================================================================
--- projects/haf/trunk/hildon-audit/data/sardine/gtk.txt	2007-08-08 10:42:21 UTC (rev 13063)
+++ projects/haf/trunk/hildon-audit/data/sardine/gtk.txt	2007-08-08 10:54:06 UTC (rev 13064)
@@ -1,50 +1,50 @@
 # GtkCellRendererToggle
-\"checkbox.mode\"	|major|	GtkCellRendererToggle::checkbox-mode property is removed. Use a GtkCellRendererToggle in the treeview instead | see http://maemo.org/maemowiki/MaemoGtk210Migration#M42
+\"checkbox.mode\"	|major|	GtkCellRendererToggle::checkbox-mode property is removed. Use a GtkCellRendererToggle in the treeview instead | see http://live.gnome.org/Maemo/Gtk210Migration#M42
 
 # GtkFileChooser
-hildon_gtk_file_system_create			|minor|	Renamed to gtk_file_system_create	| see  http://maemo.org/maemowiki/MaemoGtk210Migration#M34
+hildon_gtk_file_system_create			|minor|	Renamed to gtk_file_system_create	| see  http://live.gnome.org/Maemo/Gtk210Migration#M34
 
 # GtkHashTable
-gtk_hash_table_new	|minor| Removed, use GHashTable with the new ref functions instead	| see  http://maemo.org/maemowiki/MaemoGtk210Migration#M10
+gtk_hash_table_new	|minor| Removed, use GHashTable with the new ref functions instead	| see  http://live.gnome.org/Maemo/Gtk210Migration#M10
 
 # GtkRange
-\"stream.indicator\"			|medium| GtkRange::stream-indicator property renamed to "show-fill-level" 			| see http://maemo.org/maemowiki/MaemoGtk210Migration#M31
-\"stream.position\"			|medium| GtkRange::stream-position property renamed to "fill-level"			| see http://maemo.org/maemowiki/MaemoGtk210Migration#M31
-osso_gtk_range_get_stream_indicator	|medium| Renamed to gtk_range_get_show_fill_level	| see http://maemo.org/maemowiki/MaemoGtk210Migration#M31
-osso_gtk_range_get_stream_position	|medium| Renamed to gtk_range_get_fill_level		| see http://maemo.org/maemowiki/MaemoGtk210Migration#M31
-osso_gtk_range_set_stream_indicator	|medium| Renamed to gtk_range_set_show_fill_level	| see http://maemo.org/maemowiki/MaemoGtk210Migration#M31
-osso_gtk_range_set_stream_position	|medium| Renamed to gtk_range_set_fill_level		| see http://maemo.org/maemowiki/MaemoGtk210Migration#M31
+\"stream.indicator\"			|medium| GtkRange::stream-indicator property renamed to "show-fill-level" 			| see http://live.gnome.org/Maemo/Gtk210Migration#M31
+\"stream.position\"			|medium| GtkRange::stream-position property renamed to "fill-level"			| see http://live.gnome.org/Maemo/Gtk210Migration#M31
+osso_gtk_range_get_stream_indicator	|medium| Renamed to gtk_range_get_show_fill_level	| see http://live.gnome.org/Maemo/Gtk210Migration#M31
+osso_gtk_range_get_stream_position	|medium| Renamed to gtk_range_get_fill_level		| see http://live.gnome.org/Maemo/Gtk210Migration#M31
+osso_gtk_range_set_stream_indicator	|medium| Renamed to gtk_range_set_show_fill_level	| see http://live.gnome.org/Maemo/Gtk210Migration#M31
+osso_gtk_range_set_stream_position	|medium| Renamed to gtk_range_set_fill_level		| see http://live.gnome.org/Maemo/Gtk210Migration#M31
 
 # GtkRcTokenType
-GTK_RC_TOKEN_LOGICAL_COLOR	|minor|	Renamed to GTK_RC_TOKEN_COLOR	| see http://maemo.org/maemowiki/MaemoGtk210Migration#M28
+GTK_RC_TOKEN_LOGICAL_COLOR	|minor|	Renamed to GTK_RC_TOKEN_COLOR	| see http://live.gnome.org/Maemo/Gtk210Migration#M28
 
 # GtkSettings
-\"gtk.initial.timeout\"	|medium| GtkSettings::gtk-initial-timeout property renamed to "gtk-timeout-initial"	| see http://maemo.org/maemowiki/MaemoGtk210Migration#M02
-\"gtk.update.timeout\"	|medium| GtkSettings::gtk-update-timeout property renamed to "gtk-timeout-update"	| see http://maemo.org/maemowiki/MaemoGtk210Migration#M02
+\"gtk.initial.timeout\"	|medium| GtkSettings::gtk-initial-timeout property renamed to "gtk-timeout-initial"	| see http://live.gnome.org/Maemo/Gtk210Migration#M02
+\"gtk.update.timeout\"	|medium| GtkSettings::gtk-update-timeout property renamed to "gtk-timeout-update"	| see http://live.gnome.org/Maemo/Gtk210Migration#M02
 
 # GtkStyle
 gtk_style_lookup_logical_color	|minor|	Renamed to gtk_style_lookup_color
 
 # GtkTextBuffer
-\"can.paste.rich.text\"	|major|	GtkTextBuffer::can-paste-rich-text property removed, use new implementation	|	see http://maemo.org/maemowiki/MaemoGtk210Migration#M30
-\"rich.text.format\"	|major|	GtkTextBuffer::rich-text-format property removed, use new implementation	|	see http://maemo.org/maemowiki/MaemoGtk210Migration#M30
+\"can.paste.rich.text\"	|major|	GtkTextBuffer::can-paste-rich-text property removed, use new implementation	|	see http://live.gnome.org/Maemo/Gtk210Migration#M30
+\"rich.text.format\"	|major|	GtkTextBuffer::rich-text-format property removed, use new implementation	|	see http://live.gnome.org/Maemo/Gtk210Migration#M30
 
-gtk_text_buffer_deserialize_rich_text	|major|	Removed, use new implementation	|	see http://maemo.org/maemowiki/MaemoGtk210Migration#M30
-gtk_text_buffer_get_can_paste_rich_text	|major|	Removed, use new implementation	|	see http://maemo.org/maemowiki/MaemoGtk210Migration#M30
-gtk_text_buffer_get_rich_text_format	|major|	Removed, use new implementation	|	see http://maemo.org/maemowiki/MaemoGtk210Migration#M30
-gtk_text_buffer_serialize_rich_text	|major|	Removed, use new implementation	|	see http://maemo.org/maemowiki/MaemoGtk210Migration#M30
-gtk_text_buffer_set_can_paste_rich_text	|major|	Removed, use new implementation	|	see http://maemo.org/maemowiki/MaemoGtk210Migration#M30
-gtk_text_buffer_set_rich_text_format	|major|	Removed, use new implementation	|	see http://maemo.org/maemowiki/MaemoGtk210Migration#M30
+gtk_text_buffer_deserialize_rich_text	|major|	Removed, use new 2.10 API and implementation	|	see http://live.gnome.org/Maemo/Gtk210Migration#M30
+gtk_text_buffer_get_can_paste_rich_text	|major|	Removed, use new 2.10 API and implementation	|	see http://live.gnome.org/Maemo/Gtk210Migration#M30
+gtk_text_buffer_get_rich_text_format	|major|	Removed, use new 2.10 API and implementation	|	see http://live.gnome.org/Maemo/Gtk210Migration#M30
+gtk_text_buffer_serialize_rich_text	|major|	Removed, use new 2.10 API and implementation	|	see http://live.gnome.org/Maemo/Gtk210Migration#M30
+gtk_text_buffer_set_can_paste_rich_text	|major|	Removed, use new 2.10 API and implementation	|	see http://live.gnome.org/Maemo/Gtk210Migration#M30
+gtk_text_buffer_set_rich_text_format	|major|	Removed, use new 2.10 API and implementation	|	see http://live.gnome.org/Maemo/Gtk210Migration#M30
 
 # GtkTreeView
-\"allow.checkbox.mode\"	|major|	GtkTreeView::allow-checkbox-mode property removed. Use a GtkCellRendererToggle in the treeview instead | see http://maemo.org/maemowiki/MaemoGtk210Migration#M42
-\"dotted.lines\"	|medium|GtkTreeView::dotted-lines style property removed. Use upstream new implementation	|	see http://maemo.org/maemowiki/MaemoGtk210Migration#M09
+\"allow.checkbox.mode\"	|major|	GtkTreeView::allow-checkbox-mode property removed. Use a GtkCellRendererToggle in the treeview instead | see http://live.gnome.org/Maemo/Gtk210Migration#M42
+\"dotted.lines\"	|medium|GtkTreeView::dotted-lines style property removed. Use upstream new implementation	|	see http://live.gnome.org/Maemo/Gtk210Migration#M09
 \"force.list.kludge\"	|minor|	GtkTreeView::force-list-kludge property removed with no replacement, there is no need for this
 
 # New deprecated symbols
 gtk_calendar_freeze			|minor| This function does nothing, you can remove it safely
 gtk_calendar_thaw			|minor| This function does nothing, you can remove it safely.
 gtk_cell_rendering_editing_canceled	|minor| Deprecated, use gtk_cell_renderer_stop_editing.
-gtk_object_sink				|minor| Deprecated, use g_object_ref_sink instead. | http://maemo.org/maemowiki/MaemoGtk210Migration#M64
+gtk_object_sink				|minor| Deprecated, use g_object_ref_sink instead. | http://live.gnome.org/Maemo/Gtk210Migration#M64
 GTK_OBJECT_FLOATING			|minor| Deprecated, use g_object_is_floating_instead.
 gtk_selection_clear			|minor| Instead of calling this function, chain up from your selection_clear_event handler. Calling this function from any other context is illegal.

Added: projects/haf/trunk/hildon-audit/data/sardine/help.txt
===================================================================
--- projects/haf/trunk/hildon-audit/data/sardine/help.txt	2007-08-08 10:42:21 UTC (rev 13063)
+++ projects/haf/trunk/hildon-audit/data/sardine/help.txt	2007-08-08 10:54:06 UTC (rev 13064)
@@ -0,0 +1,5 @@
+ossohelp_dialog_help_enable	|minor| ossohelp_dialog_help_enable() deprecated, use hildon_help_dialog_help_enable()
+osso-helplib.h			|minor| osso-helplib.h deprecated, use hildon/hildon-help.h
+libossohelp			|minor| libossohelp deprecated, use hildon-help >= 1.9.0
+libosso-help-dev		|minor| libosso-help-dev deprecated, use libhildonhelp-dev
+

Modified: projects/haf/trunk/hildon-audit/data/sardine/hildon-libs-others.txt
===================================================================
--- projects/haf/trunk/hildon-audit/data/sardine/hildon-libs-others.txt	2007-08-08 10:42:21 UTC (rev 13063)
+++ projects/haf/trunk/hildon-audit/data/sardine/hildon-libs-others.txt	2007-08-08 10:54:06 UTC (rev 13064)
@@ -55,8 +55,8 @@
 
 # General
 
-gtk_dialog_help_enable                          |normal|	Help routines moved to libosso-help. Use ossohelp_dialog_help_enable
-gtk_dialog_help_disable                         |normal|	Help routines moved to libosso-help. Use ossohelp_dialog_help_enable
+gtk_dialog_help_enable                          |normal|	Help routines moved to libosso-help. Use hildonhelp_dialog_help_enable
+gtk_dialog_help_disable                         |normal|	Help routines moved to libosso-help. Use hildonhelp_dialog_help_enable
 
 # Changed prop/behaviour
         

Deleted: projects/haf/trunk/hildon-audit/data/sardine/jakub.txt
===================================================================
--- projects/haf/trunk/hildon-audit/data/sardine/jakub.txt	2007-08-08 10:42:21 UTC (rev 13063)
+++ projects/haf/trunk/hildon-audit/data/sardine/jakub.txt	2007-08-08 10:54:06 UTC (rev 13064)
@@ -1,20 +0,0 @@
-# Jakub's changes - this might need to be spread over more change files later
-
-#Control file changes
-hildon-status-bar-lib-dev	|major| hildon-status-bar-lib-dev deprecated and replaced by libhildondesktop-dev
-libosso-help-dev		|minor| libosso-help-dev deprecated, use libhildonhelp-dev
-
-#configure.ac
-libossohelp			|minor| libossohelp deprecated, use hildon-help >= 1.9.0
-hildon-status-bar-lib		|major| hildon-status-bar-lib deprecated and replaced by libhildondesktop >= 0.0.5
-pluginlibdir			|major| Plugin directory is not provided anymore by "pkg-config hildon-status-bar-lib --variable=pluginlibdir", use "pkg-config osso-af-settings --variable=legacystatusbarlibdir" instead.
-
-
-#Includes
-osso-helplib.h			|minor| osso-helplib.h deprecated, use hildon/hildon-help.h
-hildon-widgets/gtk-infoprint.h	|major| hildon-widgets/gtk-infoprint.h deprecated and replaced by hildon/hildon-banner.h #has some vague and wrong  message already - FIX IT ELSEWHERE!
-hildon-status-bar-lib/hildon-status-bar-item.h	|major| hildon-status-bar-lib/hildon-status-bar-item.h deprecated and replaced by libhildondesktop/hildon-status-bar-item.h
-hildon-widgets/hildon-input-mode-hint.h	|major| hildon-widgets/hildon-input-mode-hint.h deprecated and replaced by standard gtk/gtkenums.h #has some vague and wrong message already - FIX IT ELSEWHERE!
-
-#Code
-ossohelp_dialog_help_enable	|minor| ossohelp_dialog_help_enable() deprecated, use hildon_help_dialog_help_enable()


More information about the maemo-commits mailing list