X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog.2;h=5e94dc92a00f7e335777e9d628a961afdbfe6724;hb=e221fe1830a33be57ec2c772c77ff283c17a22eb;hp=4dd84933d86303ad99b70fd0c9b03ca11df1dcd7;hpb=5157d53fef688ef5e766448854b8dbf4b6f8b45b;p=hildon diff --git a/ChangeLog.2 b/ChangeLog.2 index 4dd8493..5e94dc9 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -1,3 +1,112 @@ +***************************************************************** +***************************************************************** +***************************************************************** + +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: