2007-05-07 Murray Cumming <murrayc@murrayc.com>
[modest] / ChangeLog2
index 2b1dd27..2d2c166 100644 (file)
@@ -1,3 +1,28 @@
+2007-05-07  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/widgets/modest-window-mgr.c: 
+       * src/widgets/modest-window-mgr.h:
+       Added modest_window_mgr_prevent_hibernation_while_window_is_shown() and
+       modest_window_mgr_get_hibernation_is_prevented().
+       
+       * src/maemo/modest-main-window.c:
+       (on_hildon_program_is_topmost_notify): Prevent hibernation 
+       (possible when the application goes to the background in the WM), 
+       if modest_window_mgr_get_hibernation_is_prevented() is TRUE.
+       
+       * src/maemo/easysetup/modest-easysetup-wizard.c:
+       (modest_easysetup_wizard_dialog_init):
+       * src/maemo/modest-account-settings-dialog.c:
+       (modest_account_settings_dialog_init):
+       * src/maemo/modest-connection-specific-smtp-edit-window.c:
+       (modest_connection_specific_smtp_edit_window_init):
+       * src/maemo/modest-connection-specific-smtp-window.c:
+       (modest_connection_specific_smtp_window_init):
+       * src/maemo/modest-signature-editor-dialog.c:
+       (modest_signature_editor_dialog_init):
+       Call modest_window_mgr_prevent_hibernation_while_window_is_shown() to 
+       prevent hibernation while any of these account settings dialogs are open.
+
 2007-05-04  Murray Cumming  <murrayc@murrayc.com>
 
        * src/maemo/Makefile.am: