[maemo-commits] [maemo-commits] r14226 - in projects/haf/branches/hildon-control-panel/refactoring: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Oct 1 14:49:18 EEST 2007
- Previous message: [maemo-commits] r14225 - in projects/haf/branches/hildon-control-panel/refactoring: . src
- Next message: [maemo-commits] r14227 - projects/haf/tags/hildon-control-panel
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-10-01 14:49:17 +0300 (Mon, 01 Oct 2007) New Revision: 14226 Modified: projects/haf/branches/hildon-control-panel/refactoring/ChangeLog projects/haf/branches/hildon-control-panel/refactoring/configure.ac projects/haf/branches/hildon-control-panel/refactoring/debian/changelog Log: 2007-10-01 Lucas Rocha <lucas.rocha at nokia.com> * configure.ac: release 2.0.0 Modified: projects/haf/branches/hildon-control-panel/refactoring/ChangeLog =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/ChangeLog 2007-10-01 11:46:58 UTC (rev 14225) +++ projects/haf/branches/hildon-control-panel/refactoring/ChangeLog 2007-10-01 11:49:17 UTC (rev 14226) @@ -1,5 +1,9 @@ 2007-10-01 Lucas Rocha <lucas.rocha at nokia.com> + * configure.ac: release 2.0.0 + +2007-10-01 Lucas Rocha <lucas.rocha at nokia.com> + * src/hcp-window.c (hcp_window_init, hcp_window_size_allocate): enforce state on window size allocate to ensure all internal widgets have their size already allocate for initial scrolling. Modified: projects/haf/branches/hildon-control-panel/refactoring/configure.ac =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/configure.ac 2007-10-01 11:46:58 UTC (rev 14225) +++ projects/haf/branches/hildon-control-panel/refactoring/configure.ac 2007-10-01 11:49:17 UTC (rev 14226) @@ -1,5 +1,5 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(hildon-control-panel, 1.9.8) +AM_INIT_AUTOMAKE(hildon-control-panel, 2.0.0) AM_CONFIG_HEADER(config.h) AC_ARG_ENABLE(debug, [AC_HELP_STRING([--enable-debug],[Debug (default=no)])], Modified: projects/haf/branches/hildon-control-panel/refactoring/debian/changelog =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/debian/changelog 2007-10-01 11:46:58 UTC (rev 14225) +++ projects/haf/branches/hildon-control-panel/refactoring/debian/changelog 2007-10-01 11:49:17 UTC (rev 14226) @@ -1,3 +1,14 @@ +hildon-control-panel (1:2.0.0) unstable; urgency=low + + * src/hcp-window.c (hcp_window_init, hcp_window_size_allocate): + enforce state on window size allocate to ensure all internal widgets + have their size already allocate for initial scrolling. + + * src/hcp-rfs.c (hcp_rfs_display_warning): set label size request in + order to avoid incorrect line wrapping. Fixes: NB#71082. + + -- Lucas Rocha <lucas.rocha at nokia.com> Mon, 1 Oct 2007 14:47:53 +0300 + hildon-control-panel (1:1.9.8-1) unstable; urgency=low * src/hcp-window.c, src/hcp-config-keys.h, src/hcp-rfs.[ch]: revert
- Previous message: [maemo-commits] r14225 - in projects/haf/branches/hildon-control-panel/refactoring: . src
- Next message: [maemo-commits] r14227 - projects/haf/tags/hildon-control-panel
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]