Refactored event flags code in HildonPannableArea
[hildon] / ChangeLog
index 90b619e..3532a11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,201 @@
+2009-06-16  Alejandro G. Castro  <alex@igalia.com>
+
+       * hildon/hildon-pannable-area.c,
+       (hildon_pannable_area_init),
+       (hildon_pannable_area_realize): Replaced old code adding flags in
+       the object init, now we add it with the other flags in the realize
+       method.
+
+2009-06-16  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-note.c: (hildon_note_class_init): Several
+       documentation improvements to the HildonNote widget.
+
+2009-06-16  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-note.h: Document the HildonNoteType enumeration.
+
+       Fixes: MB#4556 (HildonNoteType is undocumented)
+
+2009-06-15  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-picker-button.c:
+       Explain how HildonPickerButton sets the title of its dialog
+
+       Fixes: MB#4528 (HildonPickerButton docs should mention how to set
+       the title of its dialog)
+
+2009-06-15  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-check-button.c:
+       Documentation updates
+
+       Fixes: MB#4598 (HildonCheckButton documentation doesn't say why it
+       exists)
+
+2009-06-15  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/Makefile.am
+       * hildon/hildon-edit-toolbar-private.h
+       * hildon/hildon-edit-toolbar.c
+       (+hildon_edit_toolbar_set_progress_indicator)
+       (hildon_edit_toolbar_init): Add progress indicator to the
+       toolbar.
+
+       * hildon/hildon-gtk.c
+       (hildon_gtk_window_set_progress_indicator):
+       If the window contains a HildonEditToolbar, enable the progress
+       indicator there too.
+
+       * hildon/hildon-private.h
+       * hildon/hildon-private.c
+       (+hildon_private_create_animation)
+       * hildon/hildon-banner.c
+       (-hildon_banner_create_animation):
+       Moved to hildon-private.c
+
+       Fixes: NB#102373 (Progress indicator also for the Edit mode
+       toolbar)
+
+2009-06-15  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-app-menu-private.h
+       * hildon/hildon-app-menu.c (hildon_app_menu_insert)
+       (hildon_app_menu_add_filter, +menu_item_button_event)
+       (hildon_app_menu_button_release, hildon_app_menu_init):
+       Make sure that buttons receive 'button-release-event' in spite of
+       the grab held by HildonAppMenu
+
+       Fixes: NB#108337 (Focus mismatch in items of AppMenu)
+
+2009-06-15  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-app-menu.c
+       (hildon_app_menu_apply_style, hildon_app_menu_class_init):
+       New style property to set the size of the group of filter buttons.
+
+       Fixes: NB#122033 (Filter buttons in view menus incorrectly sized)
+
+2009-06-15  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.82]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-main.c: Minor documentation fixes.
+
+2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * doc/hildon-sections.txt:
+       * hildon/hildon-defines.h: Document the defines, organize them,
+       and mark deprecations as such.
+
+       Fixes: MB#4463 (Hildon size #defines are undocumented)
+
+2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-animation-actor.c:
+       * hildon/hildon-app-menu.c:
+       * hildon/hildon-button.c:
+       * hildon/hildon-date-editor.c:
+       * hildon/hildon-dialog.c:
+       * hildon/hildon-edit-toolbar.c:
+       * hildon/hildon-entry.c:
+       * hildon/hildon-program.c:
+       * hildon/hildon-remote-texture.c:
+       * hildon/hildon-stackable-window.c:
+       * hildon/hildon-text-view.c:
+       * hildon/hildon-touch-selector.c:
+       * hildon/hildon-window-stack.c:
+       * hildon/hildon-window.c:
+
+       Remove redundant "represents" wording from most of the documentation.
+
+       Fixes: MB#4554 (Documentation: Annoying "represents" phrasing.)
+
+2009-06-12  Alberto Garcia  <agarcia@igalia.com>
+
+       * po/POTFILES.in
+       * doc/Makefile.am
+       * hildon/Makefile.am
+       * hildon/hildon-banner-private.h
+       * hildon/hildon-banner.c:
+       Move HildonBannerPrivate to hildon-banner.c and remove
+       hildon-banner-private.h
+       Use a bit field to store private booleans.
+
+2009-06-12  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-app-menu.c (hildon_app_menu_map):
+       Don't install a new idle function if there's already one
+       installed.
+
+       Fixes: NB#122254
+
+2009-06-11  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-window.c (hildon_window_toggle_gtk_menu)
+       (+legacy_menu_realized, +legacy_menu_unmapped)
+       (+set_legacy_menu_type):
+       Set the _HILDON_WM_WINDOW_TYPE property to legacy Gtk app menus so
+       they can be identified by the window manager.
+
+       Fixes: NB#101437 (Invoking CSM on the left side of page area is
+       displayed in wrong location)
+
+       Fixes: MB#4563 (Popup menu won't locate at the left side of the
+       screen)
+
+2009-06-11  Alberto Garcia  <agarcia@igalia.com>
+
+       Remove m4/gtk-doc.m4, as it already comes with gtk-doc-tools
+
+       Fixes: MB#4616 (Compiling libhildon requires gtk-doc but does not
+       use gtk-doc support)
+
+2009-06-11  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-code-dialog.c
+       * hildon/hildon-date-editor.c
+       * hildon/hildon-number-editor.c
+       * hildon/hildon-seekbar.c
+       * hildon/hildon-stackable-window.c
+       * hildon/hildon-window.c:
+       Misc documentation updates
+
+2009-06-10  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-entry.c (hildon_entry_class_init): Make HildonEntry:size
+       a G_PARAM_CONSTRUCT property, to allow the default size to be set.
+
+       Fixes: NB#117931 (Theming issues in accounts dialogs)
+
+2009-06-09  Alejandro G. Castro  <alex@igalia.com>
+
+       * hildon/hildon-pannable-area.c,
+       (hildon_pannable_area_button_release_cb): Changed the coordinates
+       of the original release in case we want to discard the release,
+       some widgets in Fremantle do not handle the leave-notify.
+
+2009-06-09  Alejandro G. Castro  <alex@igalia.com>
+
+       * hildon/hildon-pannable-area.c,
+       (hildon_pannable_area_button_release_cb): Reviewed the logic of
+       the release using the last refactored functions and avoiding the
+       movement if an element was selected.
+
+2009-06-09  Alejandro G. Castro  <alex@igalia.com>
+
+       * hildon/hildon-pannable-area.c,
+       (hildon_pannable_area_check_move),
+       (hildon_pannable_area_handle_move),
+       (hildon_pannable_area_motion_notify_cb): Refactored the
+       motion_notify method using a couple of new functions.
+
 2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>
 
        * hildon/hildon-date-selector.c: