2008-09-10 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / ChangeLog
index 29a1ce3..19a5610 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,261 @@
+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