2008-07-29 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / ChangeLog
index 32a5de3..a972ca0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,107 @@
+2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/Makefile.am: Added HildonDateButton.
+       * src/hildon-date-button.c: Update includes.
+       * src/hildon.h: Add hildon-date-button.h
+
+       Copied HildonDateButton from sandbox to trunk. Future work on this
+       widget must take place in trunk.
+
+2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/Makefile.am: Added HildonPickerButton.
+       * src/hildon-picker-button.h: Update includes.
+       * src/hildon.h: Add hildon-picker-button.h
+
+       Copied HildonPickerButton from sandbox to trunk. Future work on
+       this widget must take place in trunk.
+
+2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/Makefile.am: Added HildonPickerDialog.
+       * src/hildon-picker-dialog.c: Update includes.
+       * src/hildon.h: Add hildon-picker-dialog.h
+
+       Copied HildonPickerDialog from sandbox to trunk. Future work
+       on this widget must take place in trunk.
+
+2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/Makefile.am: Added HildonTimeSelector.
+       * src/hildon.h: Add hildon-time-selector.h
+
+       Copied HildonTimeSelector widget from sandbox to trunk. Future
+       work on this widget must happen in trunk.
+
+2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/Makefile.am: Added HildonDateSelector.
+       * src/hildon.h: Add hildon-date-selector.h
+
+       Copied HildonDateSelector widget from sandbox to trunk.  Future
+       work on this widget must happen in trunk.
+
+2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/Makefile.am: Added HildonTouchPicker.
+       * src/hildon-touch-picker.c: Update includes.
+       * src/hildon.h: Add hildon-touch-picker.h
+
+       Copied HildonTouchPicker widget from sandbox to trunk. Future work
+       on this widget must happen in trunk.
+
+2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-pannable-area.c:
+       (hildon_pannable_area_motion_notify_cb): Fix a typo.
+
+2008-07-29  Alberto Garcia  <agarcia@igalia.com>
+
+       * examples/hildon-app-menu-example.c (main): Let the window
+       destroy the menu.
+
+2008-07-29  Alejandro G. Castro         <alex@igalia.com>
+
+       * src/hildon-pannable-area.c
+       (hildon_pannable_area_class_init): Set the min value of the
+       overshoot properties to zero, which points out that not
+       overshooting allowed.
+
+2008-07-29  Alejandro G. Castro         <alex@igalia.com>
+
+       Modified the procedure to get the widget at a point inside the
+       pannable area when using the movement type signals. Now the user
+       has to call a function to get the child, that way we just
+       calculate the child in case the user really want to use it and not
+       all the time.
+
+       * src/hildon-marshalers.list: Modified the marshallers, now we do
+       not have the widget as a parameter.
+
+       * src/hildon-pannable-area.c
+       (hildon_pannable_area_motion_notify_cb),
+       (hildon_pannable_area_class_init),
+       (hildon_pannable_get_child_widget_at):  Removed the widget
+       parameter from the signal callback. We have also refactored the
+       emission of the signals.
+
+       * src/hildon-pannable-area.h: Added a new method to the API to
+       calculate a widget at a point inside the pannable area,
+       hildon_pannable_get_child_widget_at.
+
+       * examples/hildon-pannable-area-example-4.c
+       (horizontal_movement): Modified the example to use the new API,
+       added condition to control which widget is under the event. This
+       way we can avoid scrolling laterally over other widgets.
+
+2008-07-29  Alejandro G. Castro         <alex@igalia.com>
+
+       * src/hildon-pannable-area.c
+       (hildon_pannable_area_motion_notify_cb): Fixed bug handling the
+       modes, we stop getting the pointer events due to returning the
+       callback without properly calling the get pointer again. Fixed
+       also an error using the hscroll and vscroll.
+
 2008-07-28  Alberto Garcia  <agarcia@igalia.com>
 
        * src/hildon-app-menu-private.h