[1.0.6-1 release]
[hildon] / ChangeLog
index 44d1d58..3621930 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,222 @@
+2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.6-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
+2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-color-chooser-dialog.c:
+       * src/hildon-color-chooser.c: A few more GdkColor struct allocation fixes
+       straight from Tommi labs.
+
+2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * examples/hildon-finger-example.c: Correcting the header file path.
+
+       * src/hildon-color-chooser-dialog.c: Allocate the color on the stack for 
+       the changed signal. Fixes a small memory leak.
+
+2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * autogen.sh:
+       * debian/rules:
+       * src/hildon-banner.c: Importing several usefull fixes from the
+       ubuntu-mobile branch.
+
+2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * examples/Makefile.am:
+       * examples/hildon-finger-example.c: Adding a finger-checking code
+       example. 
+
+       * src/hildon-font-selection-dialog.c: Do not allocate the color
+       structure using the g_new. Fixes NB#54061.
+
+2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-helper.c: Correcting tabs in file.
+
+2007-05-08  Xan Lopez  <xan.lopez@nokia.com>
+
+       * src/hildon-bread-crumb-trail.c: Use set_child_visible only to
+       control the visibility of the children.
+
+       * examples/hildon-bread-crumb-trail-example.c: Plug leak.
+
+2007-05-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.5-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
+2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
+
+       * src/hildon-bread-crumb-trail.c:
+       (hildon_bread_crumb_trail_size_allocate): 
+
+       Make the back button always a square.
+
+2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
+
+       * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h
+       from the .c file as it's a private file. 
+
+2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * examples/hildon-vvolumebar-example.c: The VVolumebar example now
+       uses slightly bigger height.
+
+       * src/hildon-font-selection-dialog.c: Adding some checks before
+       freeing memory in the font selection dialog.
+
+2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-font-selection-dialog.c: Adding a small check when
+       freeing memory. 
+
+       * src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix
+       buttons sensitivity on page switching.
+
+2007-04-27  Xan Lopez  <xan.lopez@nokia.com>
+
+       * src/hildon-bread-crumb-trail.c: make the add method handle all the
+       internal details of adding a bread crumb to the trail.
+
+2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.4-1 release]
+
+       * README:
+       * configure.ac:
+       * debian/changelog: Updating.
+
+       * src/hildon-bread-crumb-trail.h:
+       * src/hildon-bread-crumb.h: Changing the API guard to
+       HILDON_ENABLE_UNSTABLE_API.
+
+2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.3-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog:
+       * debian/rules:
+       * src/hildon-helper.h: Updating.
+
+2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.2-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog:
+
+2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * README:
+       * configure.ac:
+       * src/hildon-helper.h: Small fix to make the package actually compile.
+
+2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
+
+       * src/hildon-bread-crumb-trail.h:
+       * src/hildon-bread-crumb.h:
+
+       Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
+       to define ENABLE_UNSTABLE_API in the code that includes these headers.
+       
+2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
+       
+       * examples/hildon-bread-crumb-trail-example.c:
+       * src/Makefile.am:
+       * src/hildon-bread-crumb-trail.c:
+       * src/hildon-bread-crumb-trail.h:
+       * src/hildon-bread-crumb.c:
+       * src/hildon-bread-crumb.h:
+       * src/hildon-marshalers.list:
+       * src/hildon-bread-crumb-widget.c:
+       * src/hildon-bread-crumb-widget.h:
+
+       Slight change in the widget design. The bread crumb trail API is
+       unchanged, but HildonBreadCrumb is now an interface. A *private*
+       implementation, hildon-bread-crumb-widget, is provided and used
+       internally by the trail for the push_text/push_icon functions.
+
+       The generic push API is still available, so anyone can implement
+       and use its own bread crumb widget.
+       
+2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * debian/rules: Fixing the shlibs.
+
+2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-banner.c: Fixing a problem with timed banners having
+       their parrent destroyed before they are.
+
+2007-04-17  Xan Lopez  <xan.lopez@nokia.com>
+
+       * src/hildon-bread-crumb.c:
+       * src/hildon-bread-crumb.h:
+
+       Make the get_natural_size function a vfunc.
+
+2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
+
+       * src/hildon-bread-crumb.c:
+       * src/hildon-bread-crumb-trail.c:
+
+       Some cleanups.
+
+2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.1-1 release]
+
+       * AUTHORS:
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating for release.
+
+2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
+
+       * src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
+       don't leak the pango layout.
+
+2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
+
+       * src/hildon.h:
+       * examples/hildon-bread-crumb-trail-example.c:
+
+       Fix example.
+
+2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * debian/changelog: Removing the bug-fixed entries that were actually
+       resolved as WONTFIX.
+
+       * src/hildon-date-editor.c: Removing a redundant check. Fixes
+       NB#54182.
+
+2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
+
+       * src/hildon-bread-crumb-trail.c:
+       * src/hildon-bread-crumb-trail.h:
+       * src/hildon-bread-crumb.c:
+       * src/hildon-bread-crumb.h:
+
+       Untabify.
+       
+2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
+
+       * src/hildon-bread-crumb-trail.c: don't use the priv data of bct
+       until it's passed the type check.
+
 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
 
        * examples/hildon-bread-crumb-trail-example.c
 
        New HildonBreadCrumbTrail widget.
 
-2007-04-02  Lucas Rocha  <lucas.rocha@nokia.com>
+2007-04-02  Lucas Rocha         <lucas.rocha@nokia.com>
 
        * src/hildon-range-editor.c (hildon_range_editor_init),
        src/hildon-seekbar.c (hildon_seekbar_get_fraction,