X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=db26f5f54f0931cbef3889f06e5d72c74bb9255b;hb=2457aad067514b17041dde51b5e37f14fdf36f01;hp=77941e4b0abe7b0af7f50b1d0d4a39e9f5d962cd;hpb=1a72d472b9d03c75bdabdd76afc72df2d99691d2;p=hildon diff --git a/ChangeLog b/ChangeLog index 77941e4..db26f5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,154 @@ +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 + +2007-06-29 Michael Dominic Kostrzewa + + [1.0.10-1 release] + + * NEWS: + * configure.ac: + * debian/changelog: Updating. + +2007-06-27 Michael Dominic Kostrzewa + + * configure.ac: Removing some remaining of --enable-xan. + +2007-06-26 Xan Lopez + + * src/hildon-date-editor.c: (hildon_date_editor_keypress): + * src/hildon-time-editor.c: (hildon_time_editor_entry_keypress): + + Move all focus crazyness to the rc files. This depends on gtk+2.0 >= + 2.10.12-osso6 because the move-focus signal needs to be available in + GtkWidget. + +2007-06-25 Michael Dominic Kostrzewa + + * 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 + + * src/hildon-volumebar.c: + * src/hildon-volumebar.h: Adding the + hildon_volumebar_set_range_insensitive_message and + hildon_volumebar_set_range_insensitive_messagef functions to set + insensitive message on the slider of the volumebar. Fixes NB#61129. + + * examples/Makefile.am: + * examples/hildon-hvolumebar-insensitive-example.c: Adding an example to + test the new insensitive messsage functionality on HildonVolumebar. + +2007-06-14 Xan Lopez + + * src/hildon-private.c (hildon_private_composite_focus): make the focus handler + work again. + +2007-06-13 Xan Lopez + + * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_clear): workaround + 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 + + * src/hildon-code-dialog.c: Removing the separator from the dialog. + 2007-06-12 Xan Lopez * src/Makefile.am: remove circular dependency in hildon-enum-types.h creation