2009-04-07 Alejandro Pinheiro <apinheiro@igalia.com>
[hildon] / ChangeLog
index 324faa3..b91463f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2009-04-07  Alejandro Pinheiro <apinheiro@igalia.com>
+
+       * src/hildon-picker-dialog.c
+       * src/hildon-touch-selector.c
+       Reverting the change that tried to avoid the hardcoded height on
+       the picker dialog, as causes problems on the hildon-touch-selector
+       initial-hint
+
+       Fixes NB#110029 (selectors not scrolling to selected value)
+
+2009-04-07  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-touch-selector.c: Fix typos
+
+2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-color-chooser.c (hildon_color_chooser_pointer_motion):
+       Use the event coordinates instead of gdk_window_get_pointer(). Also,
+       request more motions after using it.
+
+2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-calendar.c (hildon_calendar_expose),
+       (hildon_calendar_paint_main), (hildon_calendar_enter_notify):
+       Remove unused variables.
+
+2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * tests/check-hildon-color-chooser.c (START_TEST): Remove unused
+       variable assignment.
+
+2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-touch-selector.c (hildon_touch_selector_get_active):
+       Check the return value of gtk_tree_selection_get_selected()
+       for safety.
+
 2009-04-06  Alberto Garcia  <agarcia@igalia.com>
 
        * src/hildon-animation-actor.c