Applying a patch by Tommi to fix the focus behaviour. Fixes: NB#68610.
[hildon] / ChangeLog
index 2777484..949b05c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,206 @@
+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. 
+
+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> 
+
+       * 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> 
+
+       * 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> 
+
+       * src/hildon-window.c: Fixing the border freeing on destroy.
+
+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> 
+
+       [1.0.14-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
+2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-date-editor.c:
+       * src/hildon-number-editor.c:
+       * src/hildon-private.c:
+       * src/hildon-private.h:
+       * src/hildon-time-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> 
+
+       * 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> 
+
+       * examples/hildon-hvolumebar-example.c:
+       * src/hildon-volumebar.c: Improving the focus handling in the
+       volumebar widgets. Fixes NB#63955 and NB#65155. Also fixing 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> 
+
+       * 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> 
+
+       * 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> 
+
+       * 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> 
+
+       * 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> 
+
+       * 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> 
+
+       * 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> 
+
+       [1.0.13-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
+2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
+
+       * src/hildon-banner.c: (hildon_banner_client_event): connect directly to
+       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> 
+
+       * 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> 
+
+       * examples/Makefile.am:
+       * examples/hildon-toolbar-seekbar-example.c: Adding an example to test a
+       HildonSeekbar widget inside a toolbar.
+
+2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
+
+       * src/hildon-banner.c (hildon_banner_init): mark the banners as
+       temporary, depends on maemo-gtk >= 2.10.12-osso7. Also ignore the
+       delete event that will come from _GTK_DELETE_TEMPORARIES, as we
+       don't want to be closed by non-temporary windows on map.
+
+       Also use G_DEFINE_TYPE instead of manually typed code.
+
+2007-08-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.12-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog:
+       * debian/rules: Updating.
+
+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> 
+
+       * 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> 
+
+       * 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> 
+
+       * src/hildon-wizard-dialog.c: Don't call the _set_sensitivity again after
+       switching the page. Fixes NB#49374.
+
+       * examples/Makefile.am:
+       * examples/hildon-wizard-dialog-example.c: Adding an example for
+       HildonWizardDialog that shows how to handle manual sensitivity setting on
+       the wizard dialog.
+
+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> 
+
+       * src/hildon-volumebar.c: Updating the docs.
+
+2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.11-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
+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_get_active_iter . They correspond to respective
+       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> 
 
        * examples/Makefile.am:
@@ -8,7 +211,7 @@
        when font size > 32 and we pack a focusable widget inside. Actually using
        the default response would work too, but since we don't show default
        response state in any way (no theming) it would not be visible to the
-       user. Fixes NB#60575.
+       user. Fixes NB#63430.
 
 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>