[maemo-commits] [maemo-commits] r13398 - in projects/haf/branches/hildon-control-panel/refactoring: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Aug 24 14:34:41 EEST 2007
- Previous message: [maemo-commits] r13397 - in projects/haf/trunk/hildon-desktop: . debian
- Next message: [maemo-commits] r13399 - projects/haf/tags/hildon-control-panel
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-08-24 14:34:39 +0300 (Fri, 24 Aug 2007) New Revision: 13398 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-08-24 Lucas Rocha <lucas.rocha at nokia.com> * configure.ac: release 1.9.6 Modified: projects/haf/branches/hildon-control-panel/refactoring/ChangeLog =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/ChangeLog 2007-08-24 11:19:16 UTC (rev 13397) +++ projects/haf/branches/hildon-control-panel/refactoring/ChangeLog 2007-08-24 11:34:39 UTC (rev 13398) @@ -1,5 +1,9 @@ 2007-08-24 Lucas Rocha <lucas.rocha at nokia.com> + * configure.ac: release 1.9.6 + +2007-08-24 Lucas Rocha <lucas.rocha at nokia.com> + * src/hcp-window.c (hcp_window_quit): save state before closing control panel in order to restore the last focused applet. Fixes NB#66542. Modified: projects/haf/branches/hildon-control-panel/refactoring/configure.ac =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/configure.ac 2007-08-24 11:19:16 UTC (rev 13397) +++ projects/haf/branches/hildon-control-panel/refactoring/configure.ac 2007-08-24 11:34:39 UTC (rev 13398) @@ -1,5 +1,5 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(hildon-control-panel, 1.9.5) +AM_INIT_AUTOMAKE(hildon-control-panel, 1.9.6) 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-08-24 11:19:16 UTC (rev 13397) +++ projects/haf/branches/hildon-control-panel/refactoring/debian/changelog 2007-08-24 11:34:39 UTC (rev 13398) @@ -1,3 +1,35 @@ +hildon-control-panel (1:1.9.6-1) unstable; urgency=low + + * src/hcp-window.c (hcp_window_quit): save state before closing + control panel in order to restore the last focused applet. + Fixes NB#66542. + + * src/hcp-grid.c (hcp_grid_init): do not set "follow-state" to true in + the pixbuf renderer. Fixes NB#61741. + + * src/hcp-app-list.c (hcp_app_list_read_desktop_entries): only consider + .desktop files in applets directory. + + * src/hcp-main.c: call g_thread_init if the thread system wasn't + initiated before. + + * src/hcp-config-keys.h, src/hcp-window.c + (hcp_window_retrieve_configuration): changed the key to query if + the device lock was activated or not. + * src/hcp-app-list.c (hcp_app_list_read_desktop_entries): removed + warnings (when applicable) when reading desktop entries. + + * configure.ac: added --enable-maemo-tools option to enable/disable + the "Mobile operator setup wizard", "Restore original settings" and + "Clear user data" menu items. It's enabled by default. + * src/hcp-window.c: made the "Tools" menu optional. + * src/*.c: include config.h on all source files. + + * src/hcp-window.c: added Ctrl-Q accelerator to Close menu item. Fixes + bug NB#61112. + + -- Lucas Rocha <lucas.rocha at nokia.com> Fri, 24 Aug 2007 14:32:41 +0300 + hildon-control-panel (1:1.9.5-1) unstable; urgency=low * Revert lock code check behavior.
- Previous message: [maemo-commits] r13397 - in projects/haf/trunk/hildon-desktop: . debian
- Next message: [maemo-commits] r13399 - projects/haf/tags/hildon-control-panel
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]