Adding a toolbar example. Making the add/remove toolbar documentation in HildonWindow...
[hildon] / ChangeLog.2
index 359c98a..e347a19 100644 (file)
@@ -1,3 +1,45 @@
+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: