2007-04-29 rray Cumming <murrayc@murrayc.com>
[modest] / ChangeLog2
index 080b38d..0880189 100644 (file)
@@ -1,3 +1,79 @@
+2007-04-29  rray Cumming  <murrayc@murrayc.com>
+
+       * src/maemo/modest-maemo-ui-constants.h: Add a MODEST_MARGIN_NONE constant, so 
+       it is easy to find where this is used.
+       
+       * src/maemo/easysetup/modest-easysetup-wizard.c:
+       (create_page_welcome), (create_page_account_details),
+       (create_page_user_details), (create_page_complete_easysetup),
+       (create_page_custom_incoming), (create_page_custom_outgoing),
+       (create_page_complete_custom):
+       * src/maemo/modest-account-settings-dialog.c:
+       (create_page_account_details), (create_page_user_details),
+       (create_page_incoming), (create_page_outgoing):
+       * src/maemo/modest-account-view-window.c: (window_vbox_new):
+       * 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): Use the correct padding/spacing/borders 
+       and scrolling policy as per the Email Application Layout Guide, if I have 
+       understood it.
+
+2007-04-27  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/modest-tny-account-store.c: (modest_tny_account_store_init): 
+       Remove the add_transport_account_func and add_store_account_func vfunc implementations, 
+       which were empty, because these vfuncs have been removed from TnyAccountStore.
+       This fixes the build.
+
+2007-04-27  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/maemo/modest-main-window.c:
+       (modest_main_window_show_toolbar): Check that a toolbar item is not NULL before 
+       showing/hiding it. Added TODO because it probably should not be NULL.
+       * src/modest-init.c: (modest_init_init_ui): Use a g_message() instead of a g_warning() 
+       because unnecessary g_warnings() make degugging difficult.
+
+2007-04-27  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/maemo/modest-msg-edit-window.c:
+       (modest_msg_edit_window_select_color),
+       (modest_msg_edit_window_select_background_color): 2 const corrections and 
+       moving 2 #endifs before closing brackets, to fix the build.
+
+2007-04-27  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/maemo/easysetup/modest-easysetup-wizard.h:
+       * src/maemo/easysetup/modest-easysetup-wizard.c:
+       (modest_easysetup_wizard_dialog_finalize),
+       (on_button_edit_advanced_settings), (create_page_complete_custom),
+       (on_response), (create_account):
+       Implement the Advanced Settings edit button, by saving the account information, 
+       for the Advanded Settings dialog to use directly from gconf, and removing it 
+       if Finish is never clicked. There is still some UI strangeness, so this is not finished.
+       Bug #5533 in the projects.maemo.org bugzilla.
+
+2007-04-27  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/maemo/modest-msg-view-window.c:
+       (modest_msg_view_window_show_toolbar): Prevent hide/show of a NULL toolbar widget, 
+       when opening a message window.
+
+2007-04-27  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/maemo/easysetup/modest-easysetup-wizard.c:
+       (create_page_custom_outgoing): Correct the position of the horizontal separator to 
+       match the UI spec.
+       
+       * src/maemo/modest-main-window.c: (set_toolbar_mode): Check that widgets are not NULL 
+       before showing/hiding them, to avoid a crash when clicking on folders when there are no 
+       gconf settings. I probably added more checks than necessary, but that is safer.
+       
+       * src/modest-ui-actions.c: (modest_ui_actions_on_move_to): Initialize the mail_op 
+       variable to fix the build, but this seems to be used when it is still NULL.
+
 2007-04-27  Murray Cumming  <murrayc@murrayc.com>
 
        * src/modest-platform.h: