When the date editor entry has been changed but the numbers of characters < max,...
[hildon] / ChangeLog
index be0eed7..db26f5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,107 @@
+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:
+       * examples/hildon-seekbar-example.c: Adding the seekbar example to check
+       theming easily.
+
+       * src/hildon-font-selection-dialog.c: Fixing the default focus for dialog
+       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#63430.
+
+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> 
+
+       * 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
+       see... Fixes NB#63700.
+
+2007-07-12  Tommi Komulainen  <tommi.komulainen@nokia.com>
+
+       * src/hildon-time-picker.c (hildon_time_picker_class_init,
+       hildon_time_picker_map, hildon_time_picker_realize,
+       hildon_time_picker_style_set): Split the contents of map to more
+       appropriate functions; set window decorations on realize and update
+       arrows' size requisitions on style-set. Avoids unnecessary resizing.
+
+2007-07-02  Xan Lopez <xan.lopez@nokia.com>
+
+       [1.0.10-2 release]
+
+       * NEWS:
+       * debian/changelog: Updating.
+
+2007-07-02  Johan Bilien  <johan.bilien@nokia.com>
+
+       * src/Makefile.am: fixed installation of the header files
+
+2007-06-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.10-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
 2007-06-27  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * configure.ac: Removing some remaining of --enable-xan.