Correct the color drag in HildonColorChooser
[hildon] / ChangeLog
index 7389931..67b6e39 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,91 @@
-2009-06-17  David King  <davidk@openismus.com>
+2009-06-24  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * hildon/hildon-color-chooser.c
+       (hildon_color_chooser_pointer_motion): Take the widget allocation
+       into account.
+
+       Fixes: NB#124385 (Unable to select exact point in color mixing box
+       in color palette dialog)
+
+2009-06-23  Alejandro G. Castro  <alex@igalia.com>
+
+       * hildon/hildon-pannable-area.c (hildon_pannable_area_class_init)
+       (hildon_pannable_area_dispose)
+       (hildon_pannable_area_button_press_cb)
+       (hildon_pannable_area_timeout, hildon_pannable_area_check_move)
+       (hildon_pannable_area_button_release_cb)
+       (hildon_pannable_area_scroll_cb, hildon_pannable_area_jump_to):
+       New 'panning-started' and 'panning-finished' signals.
+
+       Fixes: NB#121732 (New feature request: Signal to pannable area
+       that informs when panning is stopped.)
+
+2009-06-23  Mox Soini  <ext-mox.soini@nokia.com>
+
+       * hildon/hildon-wizard-dialog.c: (create_title): Use separator
+       instead of hardcoded colon.
+
+       Fixes: NB#124090 (New calendar wizard title is not using
+       ecdg_ti_caption_separator)
+
+2009-06-22  David King  <davidk@openismus.com>
+
+       * hildon/hildon-find-toolbar.c: Add Gtk-Doc markup for types,
+       constants and functions, as well as correct many typos throughout the
+       documentation text.
+
+       Fixes: MB#4700 (HildonFindToolbar documentation lacks Gtk-Doc markup,
+       and needs cleanup)
+
+2009-06-22  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * configure.ac: postrelease version bump.
+       * debian/changelog: post release version bump
+
+2009-06-22  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.84]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-06-18  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-window-stack.c
+       (hildon_window_stack_pop_and_push_list):
+       Prevent windows from having the same stack index
+
+2009-06-18  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-window-stack.c (_hildon_window_stack_do_push):
+       Use the index of the previous window rather than the stack length
+       to calculate the new index.
+
+       Fixes: NB#122389
+
+2009-06-18  Alejandro Pinheiro <apinheiro@igalia.com>
+
+       * hildon/hildon-date-selector.c
+       (hildon_date_selector_select_current_date)
+       (hildon_date_selector_get_date)
+       (hildon_date_selector_select_day):
+       Update the documentation: uses always the range (1-31), as it is obvious
+       that the final one will depend on the month and the year, but globally
+       the range is this, in a similar GtkCalendar approach
+       (hildon_date_selector_get_date):
+       Update the documentation: add NULL as a valid value for the day, month
+       and year locations
+
+       Fix some details, after talk with David King on bug MB#4698
+
+2009-06-18  Alejandro Pinheiro <apinheiro@igalia.com>
+
+       * hildon/hildon-touch-selector-entry.c
+       * hildon/hildon-touch-selector.c
+       Update the documentation of the "text-column" property
+
+2009-06-18  David King  <davidk@openismus.com>
 
        * hildon/hildon-note.c: Add Gtk-Doc markup where appropriate. Correct
        several typos and errors throughout the documentation.