[1.0.17-1 release]
[hildon] / ChangeLog
index d41f994..646f1cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,370 @@
-2007-06-26  Xan Lopez  <xan@nokia.com>
+2007-09-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.17-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
+2007-09-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-window.c: Applying patches by Xan to fix the toolbar
+       visibility. Fixes: NB#70842 and MB#615.
+
+2007-09-25  Xan Lopez  <xan.lopez@nokia.com>
+
+       * src/hildon-bread-crumb-widget.c (hildon_bread_crumb_widget_constructor):
+       set the separator as no-show-all so it doesn't unintentionally appear when
+       someone does a show_all.
+
+2007-09-25  Xan Lopez  <xan.lopez@nokia.com>
+
+       * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_text)
+       (hildon_bread_crumb_trail_push_icon): Do not show the separator for the
+       toplevel item. Fixes: NB#62031
+
+2007-09-24  Xan Lopez  <xan.lopez@nokia.com>
+
+       * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_icon):
+       fix the name of the function in the docs.
+
+2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.16-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
+2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * examples/hildon-banner-long-example.c: Adding a test-case for long
+       hildon banner.
+
+       * src/hildon-find-toolbar.c: Fixing the get_last_index function.
+
+2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-color-chooser-dialog.c:
+       * src/hildon-color-chooser.c:
+       * src/hildon-font-selection-dialog.c: Adding two patches by Tommi to fix
+       memory leaks in font selector and color selector. Fixes: NB#70499 and
+       NB#70474.
+
+2007-09-20  Johan Bilien  <johan.bilien@nokia.com> 
+
+       * src/hildon-helper.c: Fixed the leak of the a GList. Fixes: NB#70273.
+
+2007-09-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-code-dialog.c: Making the hardcoded WIDTH/HEIGHT values a
+       little bit bigger. Fixes: #NB63694.
+
+2007-09-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.15-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
+2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * doc/Makefile.am:
+       * doc/hildon-docs.sgml:
+       * doc/images/bread-crumb-trail.png:
+       * doc/images/calendar-popup.png:
+       * doc/images/caption.png:
+       * doc/images/code-dialog.png:
+       * doc/images/color-button.png:
+       * doc/images/color-chooser-dialog.png:
+       * doc/images/color-chooser.png:
+       * doc/images/controlbar.png:
+       * doc/images/date-editor.png:
+       * doc/images/font-selection-dialog.png:
+       * doc/images/get-password-dialog.png:
+       * doc/images/hvolumebar.png:
+       * doc/images/login-dialog.png:
+       * doc/images/note.png:
+       * doc/images/number-editor.png:
+       * doc/images/range-editor.png:
+       * doc/images/seekbar.png:
+       * doc/images/set-password-dialog.png:
+       * doc/images/sort-dialog.png:
+       * doc/images/time-editor.png:
+       * doc/images/time-picker.png:
+       * doc/images/vvolumebar.png:
+       * doc/images/weekday-picker.png: Adding the new generated widget shots.
+       Adding the bread-crumb-trial and helpers to the documentation.
+
+2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * examples/hildon-find-toolbar-example.c:
+       * src/hildon-find-toolbar.c:
+       * src/hildon-find-toolbar.h: FIxing the default history-append handler to
+       actually continue firing the other handlers if connected. Adding a new
+       function:
+       hildon_find_toolbar_get_last_index that gets the index of the most
+       recently added (last) item. Fixes: NB#52301.
+
+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:
+       * 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.
+
+2007-06-26  Xan Lopez  <xan.lopez@nokia.com>
 
        * src/hildon-date-editor.c: (hildon_date_editor_keypress):
        * src/hildon-time-editor.c: (hildon_time_editor_entry_keypress):