X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=ChangeLog.2;h=5e94dc92a00f7e335777e9d628a961afdbfe6724;hb=5ea254ae8e27f177a62a7a6f9c10c256aed6500b;hp=e347a199f161228cb69525558ac52bc313a96ba8;hpb=4ead33776037e4e12d54cc279c6d851180d913b2;p=hildon diff --git a/ChangeLog.2 b/ChangeLog.2 index e347a19..5e94dc9 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -1,3 +1,337 @@ +***************************************************************** +***************************************************************** +***************************************************************** + +NOTE: + + This is the ChangeLog from before the gtk 2.10 consolidation. + + +***************************************************************** +***************************************************************** +***************************************************************** + + +2007-03-29 Michael Dominic Kostrzewa + + * ./: Changing the license headers and all the licesing stuff to + LGPL version 2 OR LATER. + +2007-03-29 Michael Dominic Kostrzewa + + * src/Makefile.am: + * src/hildon-calendar-popup.c: + * src/hildon-calendar-private.h: + * src/hildon-calendar.c: + * src/hildon-calendar.h: + * src/hildon-date-editor.c: + * src/hildon.h: Adding the HildonCalendar based on Gtk Calendar. This + effectively changes the license to LGPL version 2 OR LATER. + + * src/hildon-get-password-dialog.c: + * src/hildon-marshalers.list: + * src/hildon-number-editor.c: + * src/hildon-range-editor.c: + * src/hildon-time-editor.c: + * src/hildon-time-picker.c: Fixing some timeout issues and input-mode + issues (deprecated properties). + + * doc/Makefile.am: + * doc/hildon-docs.sgml: + * doc/hildon.types: + * examples/Makefile.am: + * examples/hildon-date-editor-example.c: Example to test the new + HildonCalendar. + +2007-03-27 Michael Dominic Kostrzewa + + * src/hildon-helper.c: + * src/hildon-helper.h: Adding a hildon_helper_set_thumb_scrollbar + function to enable/disable a thumb scrollbar on a GtkScrolledWindow. + Note: requires a 'hildon-thumb-scrollbar' style defined in the theme. + + * examples/Makefile.am: + * examples/hildon-thumb-scrollbar-example.c: Example that demoes the + thumb scrollbar functionality. + +2007-03-26 Michael Dominic Kostrzewa + + * src/Makefile.am: Actually take the libtool versioning into account. + +2007-03-20 Tommi Komulainen + + * doc/gtk-doc.make: Update from gtk-doc 1.7, and fix '*.sgml' + prerequisite with $(wildcard) to work in absence of any files. + * doc/Makefile.am (MAINTAINERCLEANFILES): Add 'tmpl/*.sgml' here, it + used to be handled in the modified gtk-doc.make + (HTML_IMAGES): Fix images locations by adding missing 'images/' + * doc/visual_index.xml: Remove extraneous 'html/' from image + references that were breaking the generated gallery page. + +2007-03-20 Michael Dominic Kostrzewa + + * debian/rules: Force link creation and do not complain if failed. + +2007-03-13 Xan Lopez + + * src/hildon-banner.c: Use TYPE_HINT_NOTIFICATION instead of + TYPE_HINT_MESSAGE. + +2007-03-09 Xan Lopez + + * src/hildon-helper.c: Remove guard for NULL message in + _set_insensitive_message. Passing NULL is accepted with the semantics + of removing any previous message. + +2007-03-09 Michael Dominic Kostrzewa + + * src/hildon-helper.c: Fixing a double free in + _set_insenstive_message. Fixes NB#52928. + +2007-03-08 Michael Dominic Kostrzewa + + * examples/hildon-color-pop-example.c: + * src/hildon-color-button.c: + * src/hildon-color-button.h: Correcting the color button popup API as + suggested by Tommi to follow the GtkComboBox popup API. The propery + name is now 'popup-shown' and the force-function is _popdown. + +2007-03-08 Michael Dominic Kostrzewa + + * Makefile.am: + * configure.ac: + * doc/Makefile.am: + * po/Makefile.am: + * po/POTFILES.in: + * po/en_GB.po: Fixing the 'engineering english' translation and adding + it back to the build system. Prolly needs some more updates in the + future when we resync the 'real' translation package names. + +2007-03-08 Michael Dominic Kostrzewa + + * src/hildon-color-button-private.h: + * src/hildon-color-button.c: + * src/hildon-color-button.h: Adding a property 'is-popped' and some + functions to pop-up the color selection dialog. + + * configure.ac: + * examples/Makefile.am: + * examples/hildon-color-pop-example.c: An example that pops-up the + dialog from another thread. + +2007-03-07 Michael Dominic Kostrzewa + + * src/hildon-caption.c: + * src/hildon-program.c: + * src/hildon-volumebar-range.h: A few more consolidation corrections. + +2007-03-07 Michael Dominic Kostrzewa + + * src/hildon-time-picker.c: Renaming gtk-timeout-update to + gtk-timeout-repeat. + +2007-03-07 Michael Dominic Kostrzewa + + * examples/hildon-hvolumebar-example.c: + * examples/hildon-vvolumebar-example.c: Making the bars in examples + larger to see if theeming is correct. + + * src/hildon-time-picker-private.h: + * src/hildon-time-picker.c: Do not pull the timeout settings in the + init function. Do it when needed. + +2007-03-02 Michael Dominic Kostrzewa + + * examples/Makefile.am: + * examples/hildon-caption-example.c: + * examples/hildon-scrolled-window-example.c: Adding an example to + check scrolled window theming. + + * src/hildon-caption.c: + * src/hildon-caption.h: Adding hildon_caption_set_label_markup to set + markup on the caption. Fixes NB#51736. + +2007-03-01 Michael Dominic Kostrzewa + + * src/hildon-banner.c: Small fix, check for NULL before comparing + strings. + +2007-03-01 Michael Dominic Kostrzewa + + * src/hildon-banner.c: Do not set the text on the label if it's + exactly same as the existing text. Fixes some wrapping problems. Fixes + NB#50496. + +2007-02-28 Michael Dominic Kostrzewa + + * src/hildon-window.c: When the window name is empty, don't put + extra dash there. Fixes NB#47989. + +2007-02-28 Michael Dominic Kostrzewa + + * examples/Makefile.am: + * examples/hildon-color-button-example.c: + * examples/hildon-number-editor-example.c: Adding number editor + example. + + * src/hildon-window.c: Free the list used to detach menus. Fixes the + MB#1065. + +2007-02-19 Michael Dominic Kostrzewa + + * doc/hildon.types: + * src/Makefile.am: + * src/hildon-input-mode-hint.h: Removing this file. + Now all the input-method related things are declared in gtkenums.h. + + * src/hildon-number-editor.c: + * src/hildon-range-editor.c: + * src/hildon-time-editor.c: + * src/hildon.h: + * src/hildon-date-editor.c: + * src/hildon-get-password-dialog.c: Use the input-mode enums defined + in gtkenums.h + +2007-02-16 Michael Dominic Kostrzewa + + * debian/changelog: + * src/hildon-code-dialog.c: + * src/hildon-code-dialog.h: Adding the + hildon_code_dialog_set_input_sensitive function requested by Santtu + Lakkala to enable/disable the input on the code dialog. + +2007-02-16 Michael Dominic Kostrzewa + + * doc/Makefile.am: + * doc/hildon-docs.sgml: + * doc/visual_index.xml: Documentation fixes. + + * src/hildon-banner-private.h: + * src/hildon-banner.c: + * src/hildon-banner.h: Adding Lucas patch to enable settable timeout + on the banners and settable icon. + + * examples/hildon-banner-example.c: Set timeout manually. + +2007-02-15 Michael Dominic Kostrzewa + + * src/hildon-color-chooser-dialog.h: + * src/hildon-color-chooser.c: + * src/hildon-program.h: Doc fixes. + +2007-02-15 Michael Dominic Kostrzewa + + * src/hildon-time-editor.c: Check before freeing am/pm strings in + finalize. + + * tests/check-hildon-caption.c: + * tests/check-hildon-controlbar.c: + * tests/check-hildon-date-editor.c: + * tests/check-hildon-font-selection-dialog.c: + * tests/check-hildon-note.c: Fixing the tests a little. + +2007-02-14 Michael Dominic Kostrzewa + + * examples/Makefile.am: + * examples/hildon-lookup-example.c: Adding an example test program to + check icon-lookup functionality. + + * src/hildon-caption.c: + * src/hildon-color-button.c: + * src/hildon-color-chooser-dialog.c: + * src/hildon-color-chooser.c: + * src/hildon-controlbar.c: + * src/hildon-date-editor.c: + * src/hildon-find-toolbar.c: + * src/hildon-font-selection-dialog.c: + * src/hildon-get-password-dialog.c: + * src/hildon-hvolumebar.c: + * src/hildon-login-dialog.c: + * src/hildon-note.c: + * src/hildon-number-editor.c: + * src/hildon-range-editor.c: + * src/hildon-seekbar.c: + * src/hildon-set-password-dialog.c: + * src/hildon-sort-dialog.c: + * src/hildon-sound.c: + * src/hildon-time-editor.c: + * src/hildon-time-picker.c: + * src/hildon-volumebar.c: + * src/hildon-vvolumebar.c: + * src/hildon-weekday-picker.c: + * src/hildon-wizard-dialog.c: Doc update. + +2007-02-13 Michael Dominic Kostrzewa + + * examples/Makefile.am: + * examples/hildon-hvolumebar-example.c: A hvolumebar test program. + + * src/hildon-code-dialog.c: + * src/hildon-code-dialog.h: Adding a patch by Santtu Lakkala that adds + an 'input' signal to the code dialog that is fired each time the user + presses any of the dialog input buttons. + + * examples/hildon-code-dialog-example.c: Adding test case for the + new signal. + +2007-02-12 Michael Dominic Kostrzewa + + * examples/hildon-window-example.c: Adding some title setting to check + the program/window naming. + +2007-02-12 Michael Dominic Kostrzewa + + * doc/Makefile.am: + * doc/hildon-docs.sgml: + * doc/visual_index.xml: Adding the widgets-gallery chapter. Works now. + + * doc/images/colour-button.png: + * doc/images/colour-chooser-dialog.png: + * doc/images/colour-chooser.png: Removing not needed images. + +2007-02-09 Michael Dominic Kostrzewa + + * doc/images: + * 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/colour-button.png: + * doc/images/colour-chooser-dialog.png: + * doc/images/colour-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 screenshots of widgets + generated by shooter. + + * doc/Makefile.am: + * doc/hildon-docs.sgml: + * doc/visual_index.xml: Startup of the hildon widgets gallery. Not + ready yet. + + * examples/Makefile.am: + * examples/hildon-code-dialog-example.c: + * src/hildon-code-dialog.c: Show the contents of the dialog box + vbox during creation. + + * src/hildon-note.c: + * src/hildon-note.h: Fixing the enum. + 2007-02-09 Michael Dominic Kostrzewa * examples/Makefile.am: