[maemo-commits] [maemo-commits] /branches/hildon-libs/QI-clean-up/ - luc - r2773
From: www-data www-data at stage.maemo.orgDate: Tue Mar 14 19:43:49 EET 2006
- Previous message: [maemo-commits] /branches/hildon-libs/QI-clean-up/doc/tmpl/ - luc - r2772
- Next message: [maemo-commits] /trunk/gtk+/ - tko - r2774
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Cleanup Caption widget, * hildon-lgpl/hildon-caption.[ch] (hildon_caption_status_get_type, hildon_caption_get_type): G_CONST_RETURN removed, G_GNUC_CONST added * hildon-widgets/hildon-caption.c (struct _HildonCaptionPrivate): removed 'activate_block' member; not used anymore. (hildon_caption_set_property): removed useless code. (hildon_caption_button_press): simplified greatly by removing the unnecessary recursion to locate the first focusable child of a container - simple gtk_widget_grab_focus achieves the same (get_first_focusable_child): removed (not used anymore) (hildon_caption_set_focus): uses gtk_widget_is_ancestor instead of reinventing it (hildon_caption_set_focus_child): removed (not used anymore) (hildon_caption_class_init): remove ref to hildon_caption_set_focus_child() (hildon_caption_hierarchy_changed): type check added (hildon_caption_forall): callback null check added (hildon_caption_set_status): type check added (hildon_caption_set_icon_image): type check added (hildon_caption_activate): activate_block kludge removed as outdated (hildon_caption_get_child_expand): argument declared const (hildon_caption_set_label_text): g_return_if_fail changed to g_assert since this is not a public function; Duplicate separator check now uses correct localized separator instead of assuming ':' U projects/haf/branches/hildon-libs/QI-clean-up/ChangeLog U projects/haf/branches/hildon-libs/QI-clean-up/hildon-widgets/hildon-caption.c U projects/haf/branches/hildon-libs/QI-clean-up/hildon-widgets/hildon-caption.h URL: https://stage.maemo.org/viewcvs.cgi?view=rev&root=maemo&rev=2773 /branches/hildon-libs/QI-clean-up/
- Previous message: [maemo-commits] /branches/hildon-libs/QI-clean-up/doc/tmpl/ - luc - r2772
- Next message: [maemo-commits] /trunk/gtk+/ - tko - r2774
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]