Adding a toolbar example. Making the add/remove toolbar documentation in HildonWindow...
[hildon] / ChangeLog.2
index 509fb2e..e347a19 100644 (file)
@@ -1,3 +1,141 @@
+2007-02-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * examples/Makefile.am:
+       * examples/hildon-toolbar-example.c:
+       * src/hildon-window.c: Adding a toolbar example. Making the add/remove
+       toolbar documentation in HildonWindow a bit more verbose about
+       visibility and memory management.
+
+2007-02-08  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * examples/Makefile.am:
+       * examples/hildon-vvolumebar-example.c: Adding an exmaple for
+       HildonVVolumeBar.
+
+2007-02-08  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * examples/Makefile.am:
+       * examples/hildon-window-cmn-menu-example.c:
+       * examples/hildon-window-menu-example.c: Adding a common menu example
+       and a window menu example.
+
+       * src/hildon-program.c: Adding a note to the documentation about
+       HildonProgram reffing. Fixes MB#867. 
+
+       * src/hildon-window.c: Fixing the menu ref counting problem. Now
+       applications are NOT supposed to take care about menu destroying since
+       the HildonWindow handles that. Adding this to the documentation. Fixes
+       NB#46434.
+
+2007-02-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-program.c:
+       * src/hildon-window.c: Trap the X error instead of aborting. A patch
+       by Johan Bilien, fixes MB#900.
+
+2007-02-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-number-editor.c:
+       * src/hildon-number-editor.h: Prefixing the number editor enums with
+       HILDON_NUMBER_EDITOR_ERROR_. Not sure why I haven't really noticed
+       this before.
+
+2007-02-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-color-chooser-dialog.c:
+       * src/hildon-color-chooser.c: Small documentation fixes.
+
+2007-02-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * examples/Makefile.am:
+       * examples/hildon-get-password-dialog-example.c:
+       * examples/hildon-login-dialog-example.c:
+       * examples/hildon-set-password-dialog-example.c: Adding examples for
+       password dialogs.
+
+       * src/hildon-get-password-dialog.c: Doc fix.
+
+       * src/hildon-login-dialog.c: Do not show the username as hidden field. 
+
+2007-02-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * HACKING: Adding a HACKING file with some basic rules of styling and
+       code formatting.
+
+2007-02-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-color-button.c:
+       * src/hildon-color-button.h: Updating documentation.
+
+       * src/hildon-helper.c: Correcting some formatting glitches.
+
+2007-02-06 Xan Lopez <xan.lopez@nokia.com> 
+
+       * src/hildon-helper.c:
+       * src/hildon-helper.h:
+
+       Fix the insensitive message function to copy the string in the widget,
+       as it might not valid anymore when the banner needs to be displayed.
+
+       Also add a version with printf-like string formatting.
+
+2007-02-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * examples/hildon-insensitive-example.c: Correcting the example for
+       insensitive press to use HildonWindow. For strange reasons doesn't
+       work with Dialogs.
+
+2007-02-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * examples/Makefile.am:
+       * examples/hildon-insensitive-example.c: Example for the insensitive
+       message setting.
+
+       * src/hildon-helper.c: Insensitive implementation by Xan Lopez.
+
+2007-02-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * examples/hildon-controlbar-example.c:
+       * src/hildon-controlbar.c: Fixing the controlbar to behave as if
+       minimal-bars-visible (old 2.6 mod) was equal 1.
+
+       * src/hildon-banner-private.h:
+       * src/hildon-banner.c: Fixing the problem with two information banners
+       being spawned one after another.
+
+2007-02-04  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-find-toolbar.c: Fixing the documentation for the
+       FindToolbar.
+
+2007-02-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * doc/Makefile.am:
+       * doc/gtk-doc.make: EXTRA_DIST cleanup.
+
+       * src/hildon-defines.c:
+       * src/hildon-defines.h: Icon sizes fixture.
+
+       * examples/Makefile.am:
+       * examples/hildon-icon-sizes-example.c: Example for new icon defines.
+
+       * src/hildon-time-editor.c:
+       * src/hildon-wizard-dialog.c:
+       * src/hildon-date-editor.c: Fixes for new icon sizes.
+
+2007-02-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-helper.c:
+       * src/hildon-helper.h: Adding the
+       hildon_helper_set_insensitive_message function. Implementation not
+       done yet.
+
+2007-02-01  Johan Bilien  <johan.bilien@nokia.com>
+
+       * src/hildon-window.c:
+       Fixed the check for which property changed in _notify
+       Removed unused static function. Fixes: MB#962
+
 2007-02-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * doc/gtk-doc.make: