2008-09-10 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / ChangeLog
index 5d060f5..19a5610 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,724 @@
+2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * po/POTFILES.in: Add missing files with translatable strings.
+       Partially fixes NB#88287.
+
+2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * examples/hildon-pannable-area-example-2.c: (main): No need to
+       set the cellrenderer height inside hildon touch lists, the theme does
+       that for us.
+
+2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * examples/hildon-entry-example.c: (main): Remove the gtkrc bits, now
+       they are integrated in the theme.
+
+2008-09-09  Alberto Garcia  <agarcia@igalia.com>
+
+       * examples/hildon-entry-example.c: Update the example adding
+       widgets to modify the text and the placeholder of the HildonEntry.
+
+       * src/hildon-entry.c: Show the placeholder everytime the widget
+       is empty and loses the focus.
+
+2008-09-09  Alejandro G. Castro         <alex@igalia.com>
+
+       Patch contributed by Daniil Ivanov (ext-danil.ivanoc@nokia.com)
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_size_request): Fixed bug in height
+       requisition, avoid increasing size and add border twice.
+
+2008-09-09  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * configure.ac: postrelease version bump.
+
+2008-09-09  Claudio Saavedra  <csaavedra@igalia.com>
+
+       Release 2.1.8-1.
+
+       * configure.ac: Prerelease version bump.
+       * debian/changelog: update.
+       * debian/rules: make -dbg package contain useful debugging symbols.
+
+2008-09-08  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-dialog.h
+       * src/hildon-dialog.c
+       (hildon_dialog_add_button, hildon_dialog_add_buttons):
+       New methods to add buttons with finger size.
+       (hildon_dialog_new_with_buttons):
+       Create buttons with finger size.
+
+       * examples/hildon-dialog-example.c (main): Use HildonDialog
+       methods to add buttons.
+
+2008-09-08  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-entry.c: Updated HildonButton documentation.
+
+2008-09-08  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-button.c (hildon_button_set_arrangement): Pack the
+       button value label with (FALSE, FALSE) to prevent NB#88126 from
+       being triggered.
+
+2008-09-08  Alejandro G. Castro         <alex@igalia.com>
+
+       * examples/hildon-pannable-area-example.c,
+       (main): Removed examples panning a vbox inside a pannable
+       area. Check bug NB#87965
+
+2008-09-08  Alejandro G. Castro         <alex@igalia.com>
+
+       Patch contributed by Kris Rietveld (kris@imendio.com)
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_get_topmost): replaced the get_geometry with
+       get_size and get_position, this saves an X server roundtrip.
+
+2008-09-05  Alberto Garcia  <agarcia@igalia.com>
+
+       * doc/hildon-docs.sgml
+       * doc/hildon.types
+       * examples/Makefile.am
+       * examples/hildon-entry-example.c
+       * src/Makefile.am
+       * src/hildon-entry.c
+       * src/hildon-entry.h
+       * src/hildon.h:
+       New HildonEntry widget, with example.
+
+2008-09-05  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-button.c (hildon_button_construct_child): Pack the
+       image with expand == fill == FALSE. This is a workaround for a bug
+       in GtkBox.
+
+2008-09-05  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * examples/hildon-pannable-area-example-2.c: (main): Use the stock
+       labels for the text column, to make it more look more dynamic.
+
+2008-09-04  Alejandro Pinheiro  <apinheiro@igalia.com>
+
+       * src/hildon-time-selector.c
+       Define gettext auxiliar macro N_
+       (_create_minutes_model)
+       (_create_hours_model)
+       (_create_ampm_model): use of strftime in order to fill the model
+       * src/hildon-date-selector.c
+       (hildon_date_selector_finalize):
+       (_locales_init): remove the logic related to get the name of the months
+       using nl_langinfo, as it is not required anymore
+       (_create_day_model)
+       (_create_year_model)
+       (_create_month_model)
+       (_update_day_model): use of strftime in order to fill the model properly
+
+
+2008-09-04  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-button.h
+       * src/hildon-button.c (hildon_button_get_image): New method to
+       retrieve the image.
+
+2008-09-04  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-touch-selector.c:
+       (hildon_touch_selector_remove_column): Remove from the correct parent
+       and also remove the list element and free it.
+       Fixes: NB#88049
+
+2008-09-04  Alejandro Pinheiro  <apinheiro@igalia.com>
+
+       * src/hildon-time-selector.c
+       (_create_hours_model): change the range on 12h ampm format in order to use
+       a 12-11 range instead of previous 01-12 range
+       (hildon_time_selector_set_time): change the way to select the current time
+       on 12h ampm format, due the change on the range
+       (hildon_time_selector_get_time): fix the hour returned on 12 ampm format
+       Fixes: NB#88036
+
+2008-09-03  Alejandro Pinheiro  <apinheiro@igalia.com>
+
+       * src/hildon-touch-selector.c
+       (hildon_date_touch_selector_get_selected): fix the selection mode check,
+       in order to allow use this function on multiple row selection mode if
+       the column is different that the first one
+       Fixes: NB#88047
+
+2008-09-03  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-time-selector.c: (_custom_print_func): Change the logical ids
+       to "wdgt_va_12h_time" and "wdgt_va_24h_time". Fixes NB#88045.
+
+2008-09-02  Alejandro Pinheiro  <apinheiro@igalia.com>
+
+       * src/hildon-date-selector.h: clean some comments, now on the .c
+       * src/hildon-date-selector.c
+       (hildon_date_selector_select_month): first implementation
+       (hildon_date_selector_select_day): added documentation, reimplemented
+       using hildon_date_selector_select_current_date to avoid repeat code
+       Fixes: NB#88027
+
+2008-09-02  Alejandro G. Castro         <alex@igalia.com>
+
+       Reviewed interaction logic based on device experiences, refactored
+       code.
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_class_init): Updated default vmax speed.
+       (hildon_pannable_area_calculate_velocity): Added this function, it
+       avoids duplicate valocity calculation. Adjusted calculation to
+       avoid problems with zero dist events.
+
+       (hildon_pannable_area_motion_notify_cb): Now we use the
+       calculate_velocity function.
+
+2008-09-02  Alejandro Pinheiro  <apinheiro@igalia.com>
+
+       * src/hildon-date-selector.c
+       (hildon_date_selector_select_current_date): fix the day range check
+       as it failed using the last day of the current month
+       Fixes NB#88023
+
+2008-09-02  Alejandro Pinheiro  <apinheiro@igalia.com>
+
+       * src/hildon-touch-selector.c
+       (hildon_touch_selector_get_num_columns): added a parameter validation
+       Fixes: NB#88022
+
+2008-08-29  Alberto Garcia  <agarcia@igalia.com>
+
+       * examples/Makefile.am
+       * examples/hildon-edit-toolbar-example.c: Example of the
+       HildonEditToolbar widget.
+
+2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * configure.ac: postrelease version bump.
+
+2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       Release 2.1.6-1.
+
+       * configure.ac: prerelease version bump.
+       * debian/changelog: update.
+
+2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * examples/hildon-pannable-area-example-2.c: (main): Add a pixbuf
+       renderer to display stock icons in the touch list. Also, set the sizes
+       to the recommended in the style guide.
+
+2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
+       * src/hildon-touch-selector.h
+       (hildon_touch_selector_set_active_iter): renamed, now is
+       hildon_touch_selector_select_iter
+       (hildon_touch_selector_get_active_iter): renamed, now is
+       hildon_touch_selector_get_selected
+       (hildon_touch_selector_unselect_iter): added
+       * src/hildon-touch-selector.c
+       Update after API modification (methods renamed)
+       (hildon_touch_selector_select_iter): remove gtk_tree_view_set_cursor in
+       order to avoid problems selecting multiple elements on the column
+       (hildon_touch_selector_unselect_iter): added the implementation
+       * src/hildon-time-selector.c
+       * src/hildon-date-selector.c
+       * src/hildon-touch-selector-entry.c
+       Update methods calls after hildon-touch-selector.h API modification (methods
+       renamed)
+
+2008-08-29  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-stackable-window.c
+       (hildon_stackable_window_finalize): Call the parent class's finalize.
+
+2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * examples/hildon-touch-selector-example.c: (create_selector): Use
+       gtk_cell_renderer_set_fixed_size() instead of a GValue to set the
+       cell height.
+
+2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * examples/hildon-touch-selector-example.c: (create_selector): Do not
+       set a cell background color, to respect theming.
+
+2008-08-28  Alberto Garcia  <agarcia@igalia.com>
+
+       * doc/hildon-docs.sgml
+       * doc/hildon.types
+       * src/Makefile.am
+       * src/hildon-edit-toolbar.c
+       * src/hildon-edit-toolbar.h
+       * src/hildon.h: New HildonEditToolbar widget.
+
+2008-08-28  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * examples/hildon-pannable-area-example-4.c: (main): Remove unneeded 
+       extra GtkVBox.
+
+2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
+       * src/hildon-touch-selector.c
+       (_create_new_column): use g_object_set instead of two g_object_set_property
+       
+2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
+       * src/hildon-touch-selector.c
+       (_create_new_column): use of hildon_gtk_tree_view_new to create
+       the treeview, instead of use directly g_object_new
+       (_create_new_column): update the property name "vindicator-mode" for the
+       new one "vscrollbar-policy" 
+       * examples/hildon-date-button-example.c
+       * examples/hildon-picker-button-multicolumn-example.c
+       * examples/hildon-touch-selector-entry-example.c
+       * examples/hildon-touch-selector-example.c
+       * examples/hildon-time-button-example.c
+       * examples/hildon-picker-button-example.c
+       Add a gtk_rc_parse_string in order to set the hildon-mode to HILDON_FREMANTLE
+       to all the treeviews inside a pannable area. 
+       
+2008-08-27  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-button.h
+       * src/hildon-button.c (hildon_button_init)
+       (hildon_button_set_arrangement, hildon_button_set_alignment)
+       (hildon_button_set_title_alignment)
+       (hildon_button_set_value_alignment)
+       (hildon_button_set_image_alignment)
+       (hildon_button_construct_child): New methods to set the alignment
+       of the individual components of the button (title, value,
+       image). Also, new method to alter the xscale and yscale properties
+       of the GtkAlignment inside the button, so more complex layouts can
+       be created.
+
+2008-08-27  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-button.c (hildon_button_style_set)
+       (hildon_button_class_init, hildon_button_set_arrangement)
+       (hildon_button_construct_child): Apply style properties
+       correctly. Use the 'image-spacing' style property too.
+
+2008-08-26  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-app-menu.c (hildon_app_menu_style_set)
+       (hildon_app_menu_init, hildon_app_menu_class_init): Set style
+       correctly.
+
+2008-08-26  Alejandro G. Castro         <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_size_request): Fixed problem with
+       pannable-area size_request.
+
+2008-08-26  Alejandro G. Castro         <alex@igalia.com>
+
+       Added management for the grab-focus to a child widget, like a
+       range, we need to fade out the scrollbar when releasing.
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_init): Connected the grab-focus signal to
+       the callback.
+       (hildon_pannable_area_grab_notify): Added this function in order
+       to manage the situation when the grab-focus ends. We have to
+       fade-out the scrollbar.
+
+2008-08-25  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-app-menu.c: Minor documentation update.
+
+2008-08-25  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-app-menu.c
+       * examples/hildon-app-menu-example.c (create_menu): Update
+       examples and documentation to explain how to connect callbacks.
+
+2008-08-25  Alejandro Pinheiro <apinheiro@igalia.com>
+
+       * examples/hildon-button-example.c
+       (vertical_buttons_window) (horizontal_buttons_window) (main): use of
+       hildon_stackable_window_new instead of gtk_window_new
+
+2008-08-22  Alejandro G. Castro         <alex@igalia.com>
+
+       * src/hildon-pannable-area.c (hildon_pannable_area_class_init),
+       (hildon_pannable_area_init), (hildon_pannable_area_get_property),
+       (hildon_pannable_area_set_property),
+       (hildon_pannable_area_dispose), (hildon_pannable_area_realize),
+       (hildon_pannable_area_unrealize),
+       (hildon_pannable_area_size_request),
+       (hildon_pannable_area_size_allocate),
+       (hildon_pannable_area_style_set), (hildon_pannable_area_map),
+       (hildon_pannable_area_unmap), (rgb_from_gdkcolor),
+       (hildon_pannable_draw_vscroll), (hildon_pannable_draw_hscroll),
+       (hildon_pannable_area_initial_effect),
+       (hildon_pannable_area_redraw),
+       (hildon_pannable_area_scroll_indicator_fade),
+       (hildon_pannable_area_expose_event),
+       (hildon_pannable_area_get_topmost), (synth_crossing),
+       (hildon_pannable_area_button_press_cb),
+       (hildon_pannable_area_refresh), (hildon_pannable_axis_scroll),
+       (hildon_pannable_area_scroll), (hildon_pannable_area_timeout),
+       (hildon_pannable_area_motion_notify_cb),
+       (hildon_pannable_area_button_release_cb),
+       (hildon_pannable_area_scroll_cb), (hildon_pannable_area_add),
+       (hildon_pannable_area_remove),
+       (hildon_pannable_calculate_vel_factor): Widget refactorization,
+       chage the code layout to a more GtkWidget like. Review the use of
+       variables.
+
+2008-08-21  Alejandro G. Castro         <alex@igalia.com>
+
+       * examples/hildon-pannable-area-example-4.c,
+       (main): Modified the name of the hindicator_mode to
+       hscrollbar_visible
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_class_init),
+       (hildon_pannable_area_motion_notify_cb),
+       (hildon_pannable_area_size_allocate): Reviewed the drawing logic,
+       we have reduced the amount of signals and managed reviewed its
+       rationale. Changed the default decelerate value.
+
+       (hildon_pannable_area_add),
+       (hildon_pannable_area_redraw): Refactored functions.
+
+       (hildon_pannable_area_init),
+       (hildon_pannable_area_get_property),
+       (hildon_pannable_area_set_property):
+       (hildon_pannable_draw_vscroll),
+       (hildon_pannable_draw_hscroll),
+       (hildon_pannable_area_initial_effect),
+       (hildon_pannable_area_expose_event),
+       (hildon_pannable_area_scroll),
+       (hildon_pannable_area_button_press_cb),
+       (hildon_pannable_area_realize): Replaced the names hindicator_mode
+       and vindicator_mode with hscrollbar_policy and
+       vscrollbar_policy. Replaced hscroll and vscroll with
+       hscroll_visible and vscroll_visible.
+
+       (hildon_pannable_area_refresh): Refactor the function, remove
+       variables and check the calls to this function, added resize
+       conditions in case the children change their layout.
+
+       (hildon_pannable_area_size_request): Added more detailed
+       size_request calculation.
+
+
+2008-08-21  Alejandro Pinheiro <apinheiro@igalia.com>
+
+       * src/hildon-color-chooser.c
+       (init_borders): use the correct gtk_border_free instead of g_free, to
+       avoid a crash when this widget is used (ie: the three color selection
+       examples)
+
+2008-08-20  Alejandro G. Castro         <alex@igalia.com>
+
+       * src/hildon-check-button.c,
+       (hildon_check_button_set_active): Fixed problem when setting the
+       active value, the widget was not redrawn.
+
+2008-08-20  Alejandro G. Castro         <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_refresh),
+       (hildon_pannable_area_scroll),
+       (hildon_pannable_area_motion_notify_cb): Small code style change.
+
+       (hildon_pannable_area_class_init): Default initial_hint set to
+       FALSE, it is not in the specs.
+
+       (hildon_pannable_area_initial_effect),
+       (hildon_pannable_area_expose_event),
+       (hildon_pannable_area_map),
+       (hildon_pannable_area_init): Moved the launching point of the
+       initial effect, it was in map but the sizes where not correct in
+       that method so we do not know if we have the reproduce it. Now it
+       is placed in the expose_event method and uses a variable to
+       reproduce it just once.
+
+2008-08-19  Alejandro G. Castro         <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_draw_vscroll),
+       (hildon_pannable_draw_hscroll): Fix error calculating the maximum
+       position allowed for the scrollbars.
+
+       (hildon_pannable_area_size_allocate): Small style change.
+
+2008-08-19  Alejandro G. Castro         <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_scroll_indicator_fade),
+       (hildon_pannable_area_button_press_cb),
+       (hildon_pannable_area_button_release_cb),
+       (hildon_pannable_area_scroll_cb),
+       (hildon_pannable_area_expose_event),
+       (hildon_pannable_area_init): Added the define parameter
+       SCROLLBAR_FADE_DELAY to control the fade effect of the scrollbars
+       and refactor the fade variable.
+
+2008-08-19  Alejandro G. Castro         <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_redraw),
+       (hildon_pannable_area_scroll_indicator_fade): Refactored redraw
+       lines, we were reimplemeting the redraw code.
+
+2008-08-18  Alejandro G. Castro         <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_scroll_cb),
+       (hildon_pannable_area_realize),
+       (hildon_pannable_area_class_init): Added scroll_event management
+       for pannable area, now we can scroll the usual desktop method.
+
+       (hildon_pannable_area_jump_to): Fixed the logic of the method, the
+       initialization of the parameters should depend on idle_id.
+
+       (hildon_pannable_area_init),
+       (hildon_pannable_area_map): Small code style modifications
+
+2008-08-18  Alejandro G. Castro         <alex@igalia.com>
+
+       * src/hildon-pannable-area.c
+       (hildon_pannable_area_button_press_cb),
+       (hildon_pannable_area_motion_notify_cb),
+       (hildon_pannable_area_button_release_cb),
+       (hildon_pannable_area_size_allocate),
+       (hildon_pannable_area_scroll_to): Improved the timeouts
+       management, we avoid creating them each time.
+
+2008-08-14  Alejandro G. Castro         <alex@igalia.com>
+
+       * src/hildon-pannable-area.c:
+       (hildon_pannable_area_refresh),
+       (hildon_pannable_area_motion_notify_cb),
+       (hildon_pannable_area_class_init):
+       * src/hildon-pannable-area.h:
+       * src/hildon-touch-selector.c
+       (_create_new_column):
+       * examples/hildon-pannable-area-example-4.c:
+       (horizontal_movement),
+       (vertical_movement),
+       (main):
+       Replaced the names of enums in the HildonPannableArea:
+          -  HILDON_PANNABLE_AREA_MOV_MODE_* ->
+             HILDON_MOVEMENT_MODE_*
+          -  HILDON_PANNABLE_AREA_MOV_* ->
+             HILDON_MOVEMENT_*
+          - Removed HildonPannableAreaIndicatorMode, now we
+            use GtkPolicyType
+
+2008-08-14  Alberto Garcia  <agarcia@igalia.com>
+
+       * examples/hildon-pannable-area-touch-grid-example.c
+       * examples/hildon-pannable-area-touch-list-example.c: Fix
+       compilation warnings.
+
+2008-08-14  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-gtk.c (hildon_gtk_button_new)
+       (hildon_gtk_toggle_button_new, hildon_gtk_radio_button_new)
+       (hildon_gtk_radio_button_new_from_widget): Make buttons show their
+       images overriding the value of the "gtk-button-images" setting.
+
+2008-08-14  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-check-button.c (hildon_check_button_new):
+       Instead of using a custom container, display the label and the
+       checkbox using the standard GtkButton API.
+
+       * examples/hildon-check-button-example.c (main): Don't use
+       hildon_check_button_set_label() anymore
+
+       * src/hildon-check-button.h
+       * src/hildon-check-button.c
+       (hildon_check_button_set_label, hildon_check_button_get_label):
+       Set as deprecated, now we're using gtk_button_{get,set}_label()
+
+2008-08-14  Alejandro G. Castro         <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
+       (hildon_pannable_area_get_topmost): Fixed bug with click in the
+       GtkTreeview first line we detected it after the inclusion of the
+       GtkWindowImpl in gtk+. We now check if the window is visible, not
+       just if the pointer is over the window.
+       (hildon_pannable_axis_scroll),
+       (hildon_pannable_area_expose_event): Small style changes.
+
+2008-08-13  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-button.c: Update documentation.
+
+2008-08-13  Alberto Garcia  <agarcia@igalia.com>
+
+       * examples/hildon-button-example.c: Add a switch to show images in
+       the buttons.
+
+2008-08-12  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * doc/hildon-docs.sgml: Some docs reorganization.
+
+2008-08-12  Alberto Garcia  <agarcia@igalia.com>
+
+       * examples/hildon-pannable-area-touch-list-example.c
+       (create_tree_view)
+       * examples/hildon-pannable-area-touch-grid-example.c
+       (create_icon_view): Use gtk_{tree,icon}_view_new() and
+       hildon_gtk_{tree,icon}_view_new() instead of g_object_new().
+       Fix memory leak when setting the tree model.
+
+2008-08-12  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>
+
+       Released 2.1.4
+
+2008-08-12  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * doc/hildon.types: Remove duplicated hildon_window_get_type
+       * src/hildon-window.c: (hildon_window_class_init): Remove duplicated
+       documentation comment.
+
+2008-08-12  Alberto Garcia  <agarcia@igalia.com>
+
+       * doc/Makefile.am: Complete list of private headers.
+
+2008-08-12  Alberto Garcia  <agarcia@igalia.com>
+
+       * doc/hildon-docs.sgml
+       * src/hildon-app-menu.c
+       * src/hildon-bread-crumb.c
+       * src/hildon-button.c
+       * src/hildon-gtk.c
+       * src/hildon-program.c
+       * src/hildon-stackable-window.c
+       * src/hildon-window.c: Lots of documentation updates.
+
+2008-08-12  Alberto Garcia  <agarcia@igalia.com>
+
+       * debian/control: Depend on Gtk 2:2.12.9-0osso3
+
+       * configure.ac: Require Gtk+ 2.12.9 at least
+
+2008-08-12  Alejandro G. Castro         <alex@igalia.com>
+
+       * src/hildon-pannable-area.c
+       (hildon_pannable_area_scroll_indicator_fade),
+       (hildon_pannable_area_timeout): Added the GDK_THREADS_LEAVE macro
+       to protect the return of this timeout callbacks, avoiding deadlocks.
+
+2008-08-12  Christian Dywan  <christian@imendio.com>
+
+       * src/hildon-*.c
+       * src/hildon-*.h: Ensure a consistent include order,
+       include <gtk/gtk.h> instead of particular files and
+       only include the topmost header in the gtk stack. See NB #39857
+
+2008-08-12  Christian Dywan  <christian@imendio.com>
+
+       * src/hildon-picker-dialog.c
+       * src/hildon-touch-selector.c: Fix warnings about unused and
+       uninitialized variables.
+
+2008-08-11  Alberto Garcia  <agarcia@igalia.com>
+
+       * examples/Makefile.am
+       * examples/hildon-check-button-example.c: Example of the hildon
+       check button.
+
+2008-08-11  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-window.h
+       * src/hildon-window.c (hildon_window_class_init)
+       (hildon_window_unset_program): Don't make
+       hildon_window_unset_program a virtual function anymore.
+
+       * src/hildon-stackable-window.c: Update documentation
+
+2008-08-11  Alberto Garcia  <agarcia@igalia.com>
+
+       * doc/Makefile.am
+       * doc/hildon-docs.sgml
+       * doc/visual_index.xml
+       * src/hildon-defines.c
+       * src/hildon-gtk.c
+       * src/hildon-helper.c
+       * src/hildon-range-editor.c: Lots of documentation fixes.
+
+2008-08-11  Alberto Garcia  <agarcia@igalia.com>
+
+       * examples/hildon-picker-button-multicolumn-example.c
+       (create_touch_selector): Fix compilation warning.
+
+2008-08-11  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-pannable-area.c (hildon_pannable_area_button_press_cb)
+       (hildon_pannable_area_button_release_cb)
+       (hildon_pannable_get_child_widget_at): Fix compilation warnings.
+
+2008-08-11  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-button.c (hildon_button_add_image_size_group): Fix
+       assertion.
+
+2008-08-11  Alberto Garcia  <agarcia@igalia.com>
+
+       * src/hildon-bread-crumb-trail.h
+       * src/hildon-date-editor.c
+       * src/hildon-date-selector.c
+       * src/hildon-pannable-area.c
+       * src/hildon-picker-dialog.c
+       * src/hildon-time-selector.c
+       * src/hildon-touch-selector-entry.c
+       * src/hildon-touch-selector.c
+       * src/hildon-touch-selector.h: Misc documentation fixes
+
+2008-08-11  Alberto Garcia  <agarcia@igalia.com>
+
+       * examples/hildon-date-editor-example.c (main): Updated date
+       editor example.
+
+       * examples/hildon-note-example.c (on_confirmation_clicked):
+       Updated confirmation note example.
+
+       * src/hildon-date-editor.c
+       * src/hildon-note.c: Updated sample programs in documentation.
+       Fixes: NB#87437
+
+2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-date-button.h:
+       * src/hildon-picker-button.h:
+       * src/hildon-time-button.c:
+       * src/hildon-time-button.h:
+
+       Some declarations changes to allow gtk-doc to document the widgets
+       properly.
+
+2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-date-button.c: Document the widget.
+       * src/hildon-time-button.c: Document the widget.
+
+2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-picker-button.c: Document the widget.
+       * src/hildon-touch-selector-entry.c: Document the widget.
+
+2008-08-08  Alberto Garcia  <agarcia@igalia.com>
+
+       * doc/hildon-docs.sgml
+       * src/Makefile.am
+       * src/hildon.h
+       * src/hildon-check-button.h
+       * src/hildon-check-button.c: New functions to create the Hildon
+       Touch Checkbox.
+
+       * src/hildon-gtk.h
+       * src/hildon-gtk.c (hildon_gtk_check_button_new): Removed.
+
 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
 
        * src/hildon-button.h
 
 2008-08-08  Alejandro Pinheiro <apinheiro@igalia.com>
 
-       * src/hildon-time-selector.c 
+       * src/hildon-time-selector.c
        (_check_ampm_format): use of g_warning instead of g_error with a gconf error
        in order to avoid a crash if gconf is not available
-       
+
 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
 
        * src/hildon-button.c (hildon_button_set_arrangement)
 
        Do not use PACKAGE_VERSION_MAJOR as the API revision,
        use newly created API_MAJOR_VERSION.
-       
+
 2008-01-09  Xan Lopez  <xan.lopez@nokia.com>
 
        [2.0.0-1 release]
 
 2008-01-09  Xan Lopez  <xan.lopez@nokia.com>
 
-       * src/hildon-color-chooser.c (hildon_color_chooser_class_init): 
+       * src/hildon-color-chooser.c (hildon_color_chooser_class_init):
 
        Add outer_border style property, we use it but don't define it (!).
 
 
 2007-12-21  Xan Lopez  <xan.lopez@nokia.com>
 
-       * examples/hildon-bread-crumb-trail-example.c (main): 
+       * examples/hildon-bread-crumb-trail-example.c (main):
 
        Add clear button.
 
-       * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_remove): 
+       * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_remove):
 
        Fix logic for the bread crumb trail node removal.
 
        Fixes: NB#78616
 
-2007-12-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-12-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.99.1-1 release]
 
        * configure.ac:
        * debian/changelog: Updating.
 
-2007-11-08  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-11-08  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        Patch by Alejandro to get/set passwords dialogs accesibility.
 
        * hildon-1/src/hildon-get-password-dialog.c:
-       * hildon-1/src/hildon-set-password-dialog.c: 
-       Set atk_set_name to the passwd entries in order to allow 
+       * hildon-1/src/hildon-set-password-dialog.c:
+       Set atk_set_name to the passwd entries in order to allow
        accessibility by name on this entries.
-       
-2007-10-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+2007-10-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.99.0-2 release]
 
        * src/hildon-code-dialog.c (hildon_code_dialog_init): check for
        MAEMO_GTK or GTK+ > 2.11 before using GTK_BUTTONBOX_CENTER mode.
 
-2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.99.0-1 release]
 
        * configure.ac:
        * debian/changelog: Updating.
 
-2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * examples/Makefile.am:
        * examples/hildon-logical-color-example.c:
        * src/hildon-seekbar.c: gtk_range_get_fill_level is available in GTK+ since
        2.11.0, add a check for that besides the MAEMO_GTK check.
 
-2007-09-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-09-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.0.17-1 release]
 
        * configure.ac:
        * debian/changelog: Updating.
 
-2007-09-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-09-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-window.c: Applying patches by Xan to fix the toolbar
        visibility. Fixes: NB#70842 and MB#615.
        * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_icon):
        fix the name of the function in the docs.
 
-2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.0.16-1 release]
 
        * configure.ac:
        * debian/changelog: Updating.
 
-2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * examples/hildon-banner-long-example.c: Adding a test-case for long
        hildon banner.
 
        * src/hildon-find-toolbar.c: Fixing the get_last_index function.
 
-2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-color-chooser-dialog.c:
        * src/hildon-color-chooser.c:
        memory leaks in font selector and color selector. Fixes: NB#70499 and
        NB#70474.
 
-2007-09-20  Johan Bilien  <johan.bilien@nokia.com> 
+2007-09-20  Johan Bilien  <johan.bilien@nokia.com>
 
        * src/hildon-helper.c: Fixed the leak of the a GList. Fixes: NB#70273.
 
-2007-09-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-09-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-code-dialog.c: Making the hardcoded WIDTH/HEIGHT values a
        little bit bigger. Fixes: #NB63694.
 
-2007-09-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-09-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.0.15-1 release]
 
        * configure.ac:
        * debian/changelog: Updating.
 
-2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * doc/Makefile.am:
        * doc/hildon-docs.sgml:
        * doc/images/weekday-picker.png: Adding the new generated widget shots.
        Adding the bread-crumb-trial and helpers to the documentation.
 
-2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * examples/hildon-find-toolbar-example.c:
        * src/hildon-find-toolbar.c:
        hildon_find_toolbar_get_last_index that gets the index of the most
        recently added (last) item. Fixes: NB#52301.
 
-2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-caption.c: Applying a patch by Tommi to fix the focus
-       behaviour. Fixes: NB#68610. 
+       behaviour. Fixes: NB#68610.
 
-2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-banner.c: Actually reverting the previous change. It somehow
        looks a bit worse.
 
-2007-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-banner.c: Changing the infobanner background pixmap to NULL
        when realizing the banner. Should make the infonbanner effect a bit more
        bearable.
 
-2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-volumebar.c:
        * src/hildon-volumebar.h: Changing the GtkWidget to HildonVolumebar in
        hildon_volumebar_set_range_insensitive_message and
        hildon_volumebar_set_range_insensitive_messagef. Fixes MB#1848.
 
-2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-window.c: Fixing the border freeing on destroy.
 
-2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-code-dialog-private.h:
        * src/hildon-code-dialog.c: Adding a patch by Tomas Junnonen to fix the
        kw keyboard support in HildonCodeDialog.
 
-2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.0.14-1 release]
 
        * configure.ac:
        * debian/changelog: Updating.
 
-2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-date-editor.c:
        * src/hildon-number-editor.c:
        * src/hildon-weekday-picker.c: A patch by Xan Lopez to fix focus
        handling in subclassed composite widgets. Fixes: NB#66628.
 
-2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-window.c: Removing extra gtk_main_iteration () processing
        from destroy_ callback as it introduces problems in async dbus signal
        handlers. Fixes NB#66673.
 
-2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * examples/hildon-hvolumebar-example.c:
        * src/hildon-volumebar.c: Improving the focus handling in the
        set_property accessor so that "mute" property can be actually set. I'm
        scared that nobody noticed it's totally broken.
 
-2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * debian/control: Use libesd0-dev or osso-esd-dev as esd dependancy.
        Fixes NB#66548.
 
-2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-calendar.c:
        * src/hildon-number-editor.c:
        * src/hildon-time-picker.c: Changing the timeout repeat so that it
        matches the spec of 6 chars per second. Fixes: NB#60489.
 
-2007-08-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-08-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-helper.c: Really fixing NB#58352. Looks like
        gtk_style_lookup_color sometime returns FALSE even though color was
        found and values were filled properly. Weird. Removing the warning for the
        time being.
 
-2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-find-toolbar.c: Puting the combobox inside alignment to not
        expand vertically. Adding some extra space to the find toolbar buttons to
        make them thumbable. Fixes NB#66060.
 
-2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-calendar-popup.c: Replacing the "Done" button in the calendar
        popup with "Ok" and "Cancel". Fixes NB#59299.
 
-2007-08-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-08-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-calendar.c: Process all window updates before executing next
        timeout. Fixes: NB#54146.
 
-2007-08-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-08-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.0.13-1 release]
 
        the client event and ignore it, since we use the delete event to close
        after timeouts.
 
-2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-helper.c: Remove the bogus warning about color not being
        found. Fixes NB#58352.
 
-2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * examples/Makefile.am:
        * examples/hildon-toolbar-seekbar-example.c: Adding an example to test a
 
        Also use G_DEFINE_TYPE instead of manually typed code.
 
-2007-08-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-08-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.0.12-1 release]
 
        * debian/changelog:
        * debian/rules: Updating.
 
-2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * examples/Makefile.am:
        * examples/hildon-hvolumebar-timer-example.c: Adding an exmaple to debug
        bug NB#61128. Strangely it works.
 
-2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-date-editor.c: When the date editor entry has been changed
        but the numbers of characters < max, turn off the skip validation flag.
        Prevents a situation when we enter first a valid year and later re-write
        it with an invalid one. Fixes NB#60154.
 
-2007-07-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-07-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-code-dialog.c: Fixing the dialog button alignment inside the
        code dialog. Fixes NB#64355.
 
-2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-wizard-dialog.c: Don't call the _set_sensitivity again after
        switching the page. Fixes NB#49374.
        HildonWizardDialog that shows how to handle manual sensitivity setting on
        the wizard dialog.
 
-2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * configure.ac:
        * src/Makefile.am:
        * src/hildon-version.h.in:
        * src/hildon.h: Adding the HILDON_CHECK_VERSION macro. Fixes: NB#62061.
 
-2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-volumebar.c: Updating the docs.
 
-2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.0.11-1 release]
 
        * configure.ac:
        * debian/changelog: Updating.
 
-2007-07-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-07-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-find-toolbar.c:
        * src/hildon-find-toolbar.h: Adding a few new functions to control the
        selected item: hildon_find_toolbar_set_active,
-       hildon_find_toolbar_set_active_iter, hildon_find_toolbar_get_active, 
+       hildon_find_toolbar_set_active_iter, hildon_find_toolbar_get_active,
        hildon_find_toolbar_get_active_iter . They correspond to respective
-       GtkComboBox functions. 
+       GtkComboBox functions.
 
        * examples/Makefile.am:
        * examples/hildon-find-toolbar-example.c: Adding the example to test the
        new functionality.
 
-2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * examples/Makefile.am:
        * examples/hildon-seekbar-example.c: Adding the seekbar example to check
        response state in any way (no theming) it would not be visible to the
        user. Fixes NB#63430.
 
-2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-date-editor.c: Adding the missing variable setter in the
        set_property handler. Fixes NB#54182.
 
-2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-window.h: Changing the long key press time from 1500ms to
        800ms as requested in NB#63700. I have a bad feeling about this, let's
 
        * src/Makefile.am: fixed installation of the header files
 
-2007-06-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-06-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.0.10-1 release]
 
        * configure.ac:
        * debian/changelog: Updating.
 
-2007-06-27  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-06-27  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * configure.ac: Removing some remaining of --enable-xan.
 
        2.10.12-osso6 because the move-focus signal needs to be available in
        GtkWidget.
 
-2007-06-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-06-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * examples/Makefile.am:
        * examples/hildon-hvolumebar-insensitive-map-example.c: Adding an example
        that makes a HildonVolumebar insensitive before mapping it. Seems to work
        fine. Prolly NB#61128 is fixed now.
 
-2007-06-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-06-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-volumebar.c:
        * src/hildon-volumebar.h: Adding the
        http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back
        button on after clearing the trail.
 
-2007-06-13  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-06-13  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-code-dialog.c: Removing the separator from the dialog.
 
 
        * src/hildon-seekbar.h: gtkscale.h already includes gtkrange.h.
 
-2007-06-12  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-06-12  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-window.c: Hide the window before performing the destroy.
-       Should make the app closing a little tiny bit more snappy. 
+       Should make the app closing a little tiny bit more snappy.
 
 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
 
        * configure.ac: Remove dysfunctional AC_ARG_ENABLE. Pointed out by
        Loic Minier.
 
-2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.0.9-1 release]
 
        escape timeout on focus-out-event rather than notify::is-topmost; the
        latter doesn't get called when menus pop up. Fixes: NB#52946, MB#1101
 
-2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-window.c: Adding a patch from Tommi Komulainen to pass the
-       correct timestamp and button to gtk_menu_popup. Fixes MB#1466. 
+       correct timestamp and button to gtk_menu_popup. Fixes MB#1466.
 
 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
 
        * src/hildon-window: actually, you need to use the macro always, there's
        no private pointer in the instance structure. We should have cleaned this up
        when we had the chance...
-       
+
 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
 
        * src/hildon-window.c: do not get the private date from HildonWindow before
        * src/hildon-bread-crumb-trail.c: set children visible before allocation.
        * src/hildon-bread-crumb-widget.c: set xalign to 0.0 for labels.
 
-2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.0.8-1 release]
 
        * configure.ac:
        * debian/changelog: Updating.
 
-2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-window.c: When destroying the window, remove (if exists) the
        escape timeout handler. Fixes #NB59276.
 
-2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-banner.c: When realizing the widget, set the window
        transiency. Setting the transiency in the gobject constructor is not
        Also change the callback for the back button to do the same thing, so its
        effect can be overrided too. Fixes: NB#58982
 
-2007-05-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-05-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-caption.c: Implementing the proper focus grabbing in the
-       HildonCaption. Fixes NB#52379. 
+       HildonCaption. Fixes NB#52379.
 
 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
 
        is removed and the user still lets the default handler run. This would segfault
        previously.
 
-2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-font-selection-dialog.c: When the font is really big, add the
        scrollbar to the preview dialog. Fixes NB#54147.
 
-2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-date-editor.c: Changing the default max year to 2037. The
        max/min year properties can be altered, so the client can modify it
        anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147.
 
-2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-calendar.c: Removing the unused 'hildonlike' property, making
        hildonlike by default. Fixing a problem with disappearing arrows when
-       scrolling through months and years. Fixes NB#54127. 
+       scrolling through months and years. Fixes NB#54127.
 
-2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * examples/hildon-date-editor-example.c: Adding error callback to the date
-       editor example. 
+       editor example.
 
-2007-05-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-05-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.0.7-1 release]
 
        * debian/changelog:
        * configure.ac: Updating.
 
-2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * configure.ac: Adding a special '--enable-xan' configure option that
        turns off the -Werror compilation setting. Usefull for development.
        * src/hildon-note.c (hildon_note_init): Use g_object_ref_sink
        instead of g_object_ref + gtk_object_sink.
 
-2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.0.6-1 release]
 
        * configure.ac:
        * debian/changelog: Updating.
 
-2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-color-chooser-dialog.c:
        * src/hildon-color-chooser.c: A few more GdkColor struct allocation fixes
        straight from Tommi labs.
 
-2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * examples/hildon-finger-example.c: Correcting the header file path.
 
-       * src/hildon-color-chooser-dialog.c: Allocate the color on the stack for 
+       * src/hildon-color-chooser-dialog.c: Allocate the color on the stack for
        the changed signal. Fixes a small memory leak.
 
-2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * autogen.sh:
        * debian/rules:
        * src/hildon-banner.c: Importing several usefull fixes from the
        ubuntu-mobile branch.
 
-2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * examples/Makefile.am:
        * examples/hildon-finger-example.c: Adding a finger-checking code
-       example. 
+       example.
 
        * src/hildon-font-selection-dialog.c: Do not allocate the color
        structure using the g_new. Fixes NB#54061.
 
-2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-helper.c: Correcting tabs in file.
 
 
        * examples/hildon-bread-crumb-trail-example.c: Plug leak.
 
-2007-05-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-05-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.0.5-1 release]
 
 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
 
        * src/hildon-bread-crumb-trail.c:
-       (hildon_bread_crumb_trail_size_allocate): 
+       (hildon_bread_crumb_trail_size_allocate):
 
        Make the back button always a square.
 
 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
 
        * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h
-       from the .c file as it's a private file. 
+       from the .c file as it's a private file.
 
-2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * examples/hildon-vvolumebar-example.c: The VVolumebar example now
        uses slightly bigger height.
        * src/hildon-font-selection-dialog.c: Adding some checks before
        freeing memory in the font selection dialog.
 
-2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-font-selection-dialog.c: Adding a small check when
-       freeing memory. 
+       freeing memory.
 
        * src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix
        buttons sensitivity on page switching.
        * src/hildon-bread-crumb-trail.c: make the add method handle all the
        internal details of adding a bread crumb to the trail.
 
-2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.0.4-1 release]
 
        * src/hildon-bread-crumb.h: Changing the API guard to
        HILDON_ENABLE_UNSTABLE_API.
 
-2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.0.3-1 release]
 
        * debian/rules:
        * src/hildon-helper.h: Updating.
 
-2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.0.2-1 release]
 
        * configure.ac:
        * debian/changelog:
 
-2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * README:
        * configure.ac:
 
        Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
        to define ENABLE_UNSTABLE_API in the code that includes these headers.
-       
+
 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
-       
+
        * examples/hildon-bread-crumb-trail-example.c:
        * src/Makefile.am:
        * src/hildon-bread-crumb-trail.c:
 
        The generic push API is still available, so anyone can implement
        and use its own bread crumb widget.
-       
-2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * debian/rules: Fixing the shlibs.
 
-2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * src/hildon-banner.c: Fixing a problem with timed banners having
        their parrent destroyed before they are.
 
        Some cleanups.
 
-2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        [1.0.1-1 release]
 
 
        Fix example.
 
-2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * debian/changelog: Removing the bug-fixed entries that were actually
        resolved as WONTFIX.
        * src/hildon-bread-crumb.h:
 
        Untabify.
-       
+
 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
 
        * src/hildon-bread-crumb-trail.c: don't use the priv data of bct
        * examples/hildon-bread-crumb-trail-example.c
 
        Add license.
-       
+
 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
 
        * examples/Makefile.am
        * src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
        hildon_calendar_drag_data_received): fixed some build warnings.
 
-2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * debian/changelog: A 1.0.0 release notes.