X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog2;h=fea1b1aeed917a27a0c5033569868a15a33ae2e8;hb=4101edcca626f2e9621bfea4c9893178f74d5d90;hp=880d60bbec51f19482d7c3538bcca0c6d8b3d265;hpb=ba2367f68072eaed88c44e2def818520dbc934e1;p=modest diff --git a/ChangeLog2 b/ChangeLog2 index 880d60b..fea1b1a 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,162 @@ +2007-05-08 Murray Cumming + + * src/maemo/modest-address-book.c: + (modest_address_book_check_names): + * src/maemo/modest-msg-view-window.c: + (modest_msg_view_window_clipboard_owner_change): + * src/modest-init.c: (modest_init_init_ui): + * src/modest-mail-operation.c: (modest_mail_operation_send_mail), + (update_folders_cb), (modest_mail_operation_update_account): + * src/modest-ui-actions.c: (modest_ui_actions_on_msg_link_hover), + (modest_ui_actions_on_msg_attachment_clicked), + (modest_ui_actions_on_msg_recpt_activated): + * src/widgets/modest-header-view.c: (drag_data_get_cb): + * src/widgets/modest-msg-view.c: (modest_msg_view_search), + (modest_msg_view_search_next): + * src/widgets/modest-recpt-editor.c: + (modest_recpt_editor_on_button_release_event), + (modest_recpt_editor_on_key_press_event): Commented-out unnecessary calls to + g_message(). At this point we should only be seeing interesting errors on + stdout. Debugging messages could be #ifdefed-out if they are still useful. + +2007-05-07 Murray Cumming + + (modest_wizard_dialog_force_title_update): + * src/maemo/easysetup/modest-wizard-dialog.h: + * src/maemo/easysetup/modest-wizard-dialog.c: (set_property): + For GTK+ 2.10, when present, connect to the GtkNotebook signals so we + can update the title when appropriate. Otherwise the title is wrong if the + pages are added after adding the notebook to the dialog. + This must be a problem in HildonWizardDialog too. + Added modest_wizard_dialog_force_title_update() for GTK+ 2.6. + + * src/maemo/easysetup/modest-easysetup-wizard.c: + (create_subsequent_customsetup_pages), + (create_subsequent_easysetup_pages): + Call modest_wizard_dialog_force_title_update() so that the title is + correct even with GTK+ < 2.10. + This fixes projects.maemo.org bug NB#56145 . + +2007-05-07 Murray Cumming + + * src/maemo/modest-platform.c: + (modest_platform_set_update_interval): Use the ALARM_EVENT_NO_DIALOG + flag (awful lack of namespacing in this API) to prevent a useless %s dialog + from being shown. + +2007-05-07 Murray Cumming + + * src/widgets/modest-window.h: + * src/widgets/modest-window.c: Added a save_state_func vfunc, + and modest_window_save_state(), which invokes it. + + * src/widgets/modest-window-mgr.h: + * src/widgets/modest-window-mgr.c: + Added modest_window_mgr_save_state_for_all_windows(), which calls + the save_state vfunc on all registered windows, if implemented. + + * src/gnome/modest-msg-edit-window.c: + * src/gnome/modest-msg-view-window.c: + * src/maemo/modest-msg-edit-window.c: + * src/maemo/modest-msg-view-window.c: + * src/maemo/modest-main-window.c: + Specify the existing save_settings functions as implementations of + ModestWindow::save_state_func(). + + * src/maemo/modest-osso-state-saving.c: modest_osso_save_state(): + Call modest_window_mgr_save_state_for_all_windows(). This happens before + enabling hibernation, for instance. + + We may need to do the same thing for restoring settings. + + +2007-05-07 Murray Cumming + + * 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 + + * src/maemo/Makefile.am: + * src/maemo/modest-osso-state-saving.c: + * src/maemo/modest-osso-state-saving.h: Added + modest_osso_load_state() and modest_osso_save_state() though they do + nothing now. They should iterate through all the open windows and load/save + their state. + * src/modest-ui-actions.c: (modest_ui_actions_on_quit): For Mameo, + save state when closing. + + * src/maemo/modest-main-window.c: + (on_hildon_program_is_topmost_notify), (modest_main_window_new): + Add a notification handler for the HildonProgram::is-topmost property, + so we can allow hibernation when the application goes into the background. + But we still need to detect when the accounts setup windows are open so + we can stop hibernation when they are open. + To do this, I also added the main window the HildonProgram. This might have + other side-effects/benefits, and should maybe be done for other windows. + + * src/maemo/modest-osso-autosave-callbacks.h: + * src/maemo/modest-osso-autosave-callbacks.c: + (modest_on_osso_application_autosave): Add a libosso auto-save callback, + though it does not do anything yet, and we might never need this to do + anything. For instance, we already save drafts. + + * src/maemo/modest-platform.c: (modest_platform_init): + Specify the libosso auto-save callback. + +2007-05-03 Murray Cumming + + * src/maemo/modest-platform.c: + (modest_platform_set_update_interval): + * src/modest-defs.h: Store the alarmd cookie ID in gconf, because it + aparently stays valid between application instances, so we can use this + to remove and reset it later. According to a maemo-developers email from + David Weinehall. + +2007-05-03 Murray Cumming + + * configure.ac: Depend on libalarm for Maemo. + + * src/dbus_api/modest-dbus-api.h: + * src/dbus_api/modest-dbus-callbacks.c: (on_idle_send_receive), + (on_send_receive), (modest_dbus_req_handler): + Handle a SEND_RECEIVE D-Bus method. + + * libmodest-dbus-client/libmodest-dbus-client.c: + (libmodest_dbus_client_send_and_receive): + * libmodest-dbus-client/libmodest-dbus-client.h: + Add C convenience functions for calling the new D-Bus method. + + * src/modest-platform.h: + * src/gnome/modest-platform.c: + * src/maemo/modest-platform.c: + Added modest_platform_set_update_interval(), which uses the + alarmd API on Maemo. + (modest_platform_init), + Call modest_platform_set_update_interval(), using a hard-coded + interval for now (until the global settings dialog is implemented), + though I am not sure that this makes sense yet. + 2007-05-02 Murray Cumming * src/dbus_api/modest-dbus-callbacks.c: