X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog.2;h=e347a199f161228cb69525558ac52bc313a96ba8;hb=4ead33776037e4e12d54cc279c6d851180d913b2;hp=40132c2e1d55abeb26c1dc8e2e38e895be8bf025;hpb=3619f9c53541a95bd6dbcc680e26a74e6649cb22;p=hildon diff --git a/ChangeLog.2 b/ChangeLog.2 index 40132c2..e347a19 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -1,3 +1,210 @@ +2007-02-09 Michael Dominic Kostrzewa + + * 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 + + * examples/Makefile.am: + * examples/hildon-vvolumebar-example.c: Adding an exmaple for + HildonVVolumeBar. + +2007-02-08 Michael Dominic Kostrzewa + + * 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 + + * 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 + + * 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 + + * src/hildon-color-chooser-dialog.c: + * src/hildon-color-chooser.c: Small documentation fixes. + +2007-02-06 Michael Dominic Kostrzewa + + * 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 + + * HACKING: Adding a HACKING file with some basic rules of styling and + code formatting. + +2007-02-06 Michael Dominic Kostrzewa + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * src/hildon-find-toolbar.c: Fixing the documentation for the + FindToolbar. + +2007-02-02 Michael Dominic Kostrzewa + + * 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 + + * 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 + + * 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 + + * doc/gtk-doc.make: + * doc/Makefile.am: Small adjustments to directory layout. + + * examples/Makefile.am: + * examples/hildon-time-editor-example.c: A new example for time + editor. + +2007-01-31 Michael Dominic Kostrzewa + + * examples/hildon-caption-example.c: Adding checkbutton to the caption + examples to see how things are looking. + + * src/hildon-caption.c: Xan's fix for caption and checkbutton. + +2007-01-31 Michael Dominic Kostrzewa + + * src/hildon-color-chooser-dialog.c: + * src/hildon-color-chooser.c: Adding some documentation. + +2007-01-31 Michael Dominic Kostrzewa + + * configure.ac: + * pkgconfig/hildon.pc.in: + * src/hildon-seekbar.c: Xan's fixes for new gtk compilation. + +2007-01-29 Michael Dominic Kostrzewa + + * ./: More documentation fixes. + +2007-01-29 Michael Dominic Kostrzewa + + * doc/Makefile.am: + * src/hildon-hvolumebar.c: + * src/hildon-note.c: + * src/hildon-number-editor.c: + * src/hildon-program.c: + * src/hildon-range-editor.c: Moving thesgml documentation to code. + +2007-01-29 Michael Dominic Kostrzewa + + * doc/Makefile.am: + * src/hildon-calendar-popup.c: + * src/hildon-color-button.c: + * src/hildon-color-chooser-dialog.h: + * src/hildon-controlbar.c: + * src/hildon-date-editor.c: + * src/hildon-get-password-dialog.c: + * src/hildon-login-dialog.c: + * src/hildon-login-dialog.h: + * src/hildon-note.c: + * src/hildon-program.c: + * src/hildon-sort-dialog.c: + * src/hildon-time-editor.c: + * src/hildon-time-picker.c: + * src/hildon-vvolumebar.c: + * src/hildon-weekday-picker.c: + * src/hildon-window.c: + * src/hildon-wizard-dialog.c: Moving the sgml documentation to code. + +2007-01-25 Michael Dominic Kostrzewa + + * ./: Big documentation fix mess continued. + +2007-01-25 Michael Dominic Kostrzewa + + * ./: Big documentation fix mess. + 2007-01-25 Michael Dominic Kostrzewa * src/hildon-sort-dialog.c: