[maemo-commits] [maemo-commits] r13724 - in projects/haf/branches/hildon-control-panel/refactoring: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Sep 11 10:32:00 EEST 2007
- Previous message: [maemo-commits] r13723 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r13725 - projects/haf/branches/hildon-control-panel/refactoring/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-09-11 10:31:56 +0300 (Tue, 11 Sep 2007) New Revision: 13724 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-09-11 Lucas Rocha <lucas.rocha at nokia.com> * configure.ac: release 1.9.7 Modified: projects/haf/branches/hildon-control-panel/refactoring/ChangeLog =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/ChangeLog 2007-09-10 17:23:36 UTC (rev 13723) +++ projects/haf/branches/hildon-control-panel/refactoring/ChangeLog 2007-09-11 07:31:56 UTC (rev 13724) @@ -1,3 +1,7 @@ +2007-09-11 Lucas Rocha <lucas.rocha at nokia.com> + + * configure.ac: release 1.9.7 + 2007-09-04 Lucas Rocha <lucas.rocha at nokia.com> * src/hcp-app-view.c: remove useless debugging message. Modified: projects/haf/branches/hildon-control-panel/refactoring/configure.ac =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/configure.ac 2007-09-10 17:23:36 UTC (rev 13723) +++ projects/haf/branches/hildon-control-panel/refactoring/configure.ac 2007-09-11 07:31:56 UTC (rev 13724) @@ -1,5 +1,5 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(hildon-control-panel, 1.9.6) +AM_INIT_AUTOMAKE(hildon-control-panel, 1.9.7) 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-09-10 17:23:36 UTC (rev 13723) +++ projects/haf/branches/hildon-control-panel/refactoring/debian/changelog 2007-09-11 07:31:56 UTC (rev 13724) @@ -1,3 +1,20 @@ +hildon-control-panel (1:1.9.7-1) unstable; urgency=low + + * src/hcp-app-view.c: remove useless debugging message. + + * src/hcp-app-view.c (hcp_app_view_selection_changed_cb): scroll to + exact grid item instead of considering the whole widget height. + Fixes: NB#65971. + * src/hcp-grid.[ch] (hcp_grid_get_row_height): add API to get current + row height from the grid widget. + * src/hcp-window.c (hcp_window_init): correctly set accel group in + main menu. + + * src/hcp-window.c: add accel group to menu in order to make it be + handled accordingly depending on GTK+ settings. Fixes NB#61112. + + -- Lucas Rocha <lucas.rocha at nokia.com> Tue, 11 Sep 2007 10:11:45 +0300 + hildon-control-panel (1:1.9.6-1) unstable; urgency=low * src/hcp-window.c (hcp_window_quit): save state before closing
- Previous message: [maemo-commits] r13723 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r13725 - projects/haf/branches/hildon-control-panel/refactoring/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]