X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=db26f5f54f0931cbef3889f06e5d72c74bb9255b;hb=2457aad067514b17041dde51b5e37f14fdf36f01;hp=381613045e219f006f8f0126daf9da2f995a887b;hpb=208efb45397c33648b8747b4ee2dc01a88a4b7d1;p=hildon diff --git a/ChangeLog b/ChangeLog index 3816130..db26f5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,95 @@ +2007-08-01 Michael Dominic Kostrzewa + + * 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 + + * src/hildon-code-dialog.c: Fixing the dialog button alignment inside the + code dialog. Fixes NB#64355. + +2007-07-25 Michael Dominic Kostrzewa + + * 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 + + * 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 + + * src/hildon-volumebar.c: Updating the docs. + +2007-07-25 Michael Dominic Kostrzewa + + [1.0.11-1 release] + + * NEWS: + * configure.ac: + * debian/changelog: Updating. + +2007-07-24 Michael Dominic Kostrzewa + + * 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 + + * 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 + + * src/hildon-date-editor.c: Adding the missing variable setter in the + set_property handler. Fixes NB#54182. + +2007-07-23 Michael Dominic Kostrzewa + + * 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 + + * 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 + + [1.0.10-2 release] + + * NEWS: + * debian/changelog: Updating. + 2007-07-02 Johan Bilien * src/Makefile.am: fixed installation of the header files