modest
16 years ago* use the 'display address' in the header view, ie., for
Dirk-Jan C. Binnema [Wed, 9 May 2007 21:58:49 +0000 (21:58 +0000)]
* use the 'display address' in the header view, ie., for
"Donald Duck <donald@duck.org>" just display
   "Donald Duck"

pmo-trunk-r1812

16 years ago* package the english .mo file so the bora version is somewhat translated again
Dirk-Jan C. Binnema [Wed, 9 May 2007 20:08:33 +0000 (20:08 +0000)]
* package the english .mo file so the bora version is somewhat translated again

pmo-trunk-r1811

16 years ago2007-05-09 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Wed, 9 May 2007 17:34:15 +0000 (17:34 +0000)]
2007-05-09  Murray Cumming  <murrayc@murrayc.com>

* src/modest-tny-account-store.c: (on_account_changed):
        Correct the signature of this signal handler.

pmo-trunk-r1810

16 years ago * Fixed a compilation warning in Maemo
Sergio Villar Senin [Wed, 9 May 2007 17:33:18 +0000 (17:33 +0000)]
* Fixed a compilation warning in Maemo
* Added global settings pending UI

pmo-trunk-r1809

16 years ago2007-05-09 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Wed, 9 May 2007 16:28:18 +0000 (16:28 +0000)]
2007-05-09  Murray Cumming  <murrayc@murrayc.com>

* src/modest-tny-account-store.c: (modest_tny_account_store_alert):
        Show a HildonNote instead of a GtkDialog for Maemo.

pmo-trunk-r1808

16 years ago* make the startup banner / dbus invocation work. this fixes NB#55355
Dirk-Jan C. Binnema [Wed, 9 May 2007 16:27:45 +0000 (16:27 +0000)]
* make the startup banner / dbus invocation work. this fixes NB#55355

pmo-trunk-r1807

16 years ago2007-05-09 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Wed, 9 May 2007 15:59:30 +0000 (15:59 +0000)]
2007-05-09  Murray Cumming  <murrayc@murrayc.com>

* src/widgets/modest-account-view.h:
        * src/widgets/modest-account-view.c: (on_account_changed),
        (on_account_removed). Added a boolean flag, set/unset by
        modest_account_view_block_conf_updates(),
        modest_account_view_unblock_conf_updates() to prevent unnecessary
        updates, but this is not very useful because the gconf notifications are
        so delays (maybe only on Maemo Bora).
        So auto-updating is turned off, and these functions do an explicit
        update when necessary.
        However, something else is still doing too much work when adding/removing
        accounts, probably in another part of the application.

        * src/maemo/modest-account-view-window.c:
        (on_delete_button_clicked), (on_edit_button_clicked),
        (on_new_button_clicked): Use the new functions.

pmo-trunk-r1806

16 years ago* remove checkbox-related properties for 1.1, as they are no longer available/needed.
Dirk-Jan C. Binnema [Wed, 9 May 2007 14:31:07 +0000 (14:31 +0000)]
* remove checkbox-related properties for 1.1, as they are no longer available/needed.
  this gets rid of 2 runtime warnings

pmo-trunk-r1805

16 years ago* updates for osso 1.1:
Dirk-Jan C. Binnema [Wed, 9 May 2007 14:00:39 +0000 (14:00 +0000)]
* updates for osso 1.1:
- use mcc_mapping from the operator-wizard-settings package
- use the countryname translations from the osso-countries translation domain
(the osso-countries-l10n-mr0 package)

pmo-trunk-r1804

16 years ago * Removed invalid const
Sergio Villar Senin [Wed, 9 May 2007 13:30:10 +0000 (13:30 +0000)]
* Removed invalid const
* Added some more ui code to the settings dialog

pmo-trunk-r1803

16 years ago2007-05-09 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Wed, 9 May 2007 13:26:48 +0000 (13:26 +0000)]
2007-05-09  Murray Cumming  <murrayc@murrayc.com>

* src/modest-account-mgr-helpers.c:
        (modest_account_mgr_set_first_account_as_default):
        Sort the list of names alphabetically-by-title, so we choose the first one
        based on that.
        * src/widgets/modest-account-view.c: (init_view): Sort the TreeModel
        alphabetically by the title.

        This fixes projects.maemo.org bug NB#56418 .

        * src/modest-account-mgr-priv.c:
        (_modest_account_mgr_account_from_key):
        * src/modest-account-mgr.c: (on_key_change): Initialize variables to
        avoid a valgrind error, and possible random behaviour.

pmo-trunk-r1802

16 years agoShow a useful g_warning
Murray Cumming [Wed, 9 May 2007 12:18:51 +0000 (12:18 +0000)]
Show a useful g_warning

pmo-trunk-r1801

16 years ago2007-05-09 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Wed, 9 May 2007 12:04:09 +0000 (12:04 +0000)]
2007-05-09  Murray Cumming  <murrayc@murrayc.com>

* src/modest-tny-account-store.c: (modest_tny_account_store_alert):
        Handle the new TNY_ACCOUNT_STORE_ERROR error domain. I will update the
        tinymail documentation to say that this can be expected.
        Handle the new TNY_ACCOUNT_STORE_ERROR_UNKNOWN_ALERT error code. It is not
        pretty, and should not happen, but I would prefer to know when it does.

pmo-trunk-r1800

16 years ago * Removed maemo ui constants
Sergio Villar Senin [Wed, 9 May 2007 10:53:08 +0000 (10:53 +0000)]
* Removed maemo ui constants
* Added modest ui constants
* Added Tools->Settings handler
* Added very first implementation of global settings dialog
* Fixed a compilation error in Sardine. Added -DMAEMO_CHANGES

pmo-trunk-r1799

16 years ago2007-05-09 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Wed, 9 May 2007 10:02:16 +0000 (10:02 +0000)]
2007-05-09  Murray Cumming  <murrayc@murrayc.com>

* configure.ac: When using the older hildon version, probably on Bora,
        require gnome-vfs-module-2.0, which is the old provider of gnome-vfs-mime.h,
        to fix the build.
        * src/widgets/modest-attachment-view.c:
        (modest_attachment_view_set_part_default): Initialize variables, to fix the
        build.

pmo-trunk-r1798

16 years ago* src/modest-init.c:
Jose Dapena Paz [Wed, 9 May 2007 10:01:02 +0000 (10:01 +0000)]
* src/modest-init.c:
        * Default value for "prefer formatted text" conf property is
          TRUE (fixes NB#56183).

pmo-trunk-r1797

16 years ago* src/maemo/modest-address-book.c:
Jose Dapena Paz [Wed, 9 May 2007 09:30:06 +0000 (09:30 +0000)]
* src/maemo/modest-address-book.c:
        * Removed debug messages.
        * Removed a wrong g_object_unref, which was leading to a crash of
          the addressbook button in recipient editor when we opened the
          dialog several times (fixes NB#56212).
* src/maemo/modest-msg-edit-window.c:
        * Attach signal handlers for size change and font change after
          creating all the menu items. Removes some warnings in valgrind.
        * Now we get the offset correctly in the code to remove images in
          body.
* src/widgets/modest-recpt-editor.c:
        * Removed debug messages.

pmo-trunk-r1796

16 years ago* src/modest-ui-actions.[ch]:
Jose Dapena Paz [Wed, 9 May 2007 08:13:23 +0000 (08:13 +0000)]
* src/modest-ui-actions.[ch]:
        * Implemented ..._on_attachment_clicked, calling view attachment in view.
        * Added actions ..._on_attach_file, ..._on_remove_attachments.
        * Added support for "select all" action when attachment is focused.
        * Added actions ..._view_attachment, ..._save_attachments,
          ..._remove_attachments.
* src/modest-text-utils.c:
        * Now the ..._get_display_size should show correctly a 0 bytes size.
* src/maemo/modest-main-window-ui.h:
        * Added view, save and remove attachment actions.
* src/maemo/modest-msg-edit-window.c:
        * Added text_buffer_delete_range handler, to remove image attachments when
          they're removed in the body editor.
        * ..._add_attachment_clicked handler, to show the add attachment dialog
          when user clicks the attachment button. (fixes NB#56314).
        * Added ..._attach_file method, to show the dialog to attach one or more
          files, and attach them to the message.
        * Added ..._remove_attachments method, to remove the selected attachments.
* src/maemo/modest-platform.c:
        * Now osso_context is a module static pointer, to let platform function use
          this.
        * Added implementation of modest_platform_activate_file using hildon/osso
          mime libraries.
* src/maemo/modest-msg-view-window.c:
        * ..._update_dimmed now also updates the attachment actions depending on the
          current selection.
        * Removed some debugging messages.
        * Added ..._view_attachment method, to view the currently selected attachment.
          If it's a message, it opens a new message view. If it's an attachment, it
          calls the default handler.
        * Added ..._save_attachments method. This method shows a dialog to select
          the folder location to save (or the full path if only one attachment will be
          saved).
        * Added ..._remove_attachments method (with no implementation currently).
* src/maemo/modest-maemo-utils.[ch]:
        * Added ..._folder_writable method, that checks if a folder is writable.
        * Added ..._file_exists, that checks if a file path corresponds to an existing
          file.
        * Added ..._create_temp_stream, that creates a temporary file and a corresponding
          TnyFsStream.
* src/maemo/ui/modest-msg-edit-window-ui.xml:
        * Added attach file and remove attachment menu actions.
* src/maemo/ui/modest-msg-view-window-ui.xml:
        * Added attach file, save attachments and remove attachments menu actions.
* src/modest-platform.h:
        * New activate file method.
* src/gnome/modest-msg-edit-window.c:
        * Added new stub functions.
* src/gnome/modest-platform.c:
        * Added new stub functions.
* src/gnome/modest-msg-view-window.c:
        * Added new stub functions.
* src/widgets/modest-msg-edit-window.h:
        * Added methods to attach file and remove attachments.
* src/widgets/modest-msg-view.[ch]:
        * Remove debugging messages.
        * New ..._get_selected_attachments method, that obtains the TnyMimePart's of
          current selection in attachments view.
* src/widgets/modest-attachment-view.[ch]:
        * Removed activated signal. Now activation is completely managed in
          ModestAttachmentsView.
        * Added support for showing attached messages.
        * Removed the button press and button release
        * Now labels are not selectable (selection is managed in ModestAttachmentsView).
        * Now it inherits from GtkEventBox.
* src/widgets/modest-msg-view-window.h:
        * Added attachment methods.
* src/widgets/modest-attachments-view.[ch]:
        * Now it inherits from an event box.
        * Minor style fixes.
        * Added support for attaching messages.
        * New ..._remove_attachment method, to remove attachments corresponding to a
          specific TnyMimePart.
        * New ..._remove_attachment_by_id, to remove attachments corresponding to a
          specific content id.
        * Button events handling for rubber banding, selection, and activation.
        * Keyboard events handling for selection and activation.
        * Internal methods to handle selections: unselect_all, get_att_view_att_coords,
          set_selected, select_range.
        * Internal methods to handle clipboard selection.
        * New ..._get_selection method, that obtains the mime parts of the selected
          items.
        * New ..._select_all method, that selects all the attachments.
* src/widgets/modest-msg-edit-window-ui.h:
        * Added actions for attachments.
* configure.ac:
        * Now maemo target depends on libtinymail-gnomevfs.

pmo-trunk-r1795

16 years agoChangeLog2 for r1793 - forgot to commit
Marcus Bauer [Wed, 9 May 2007 06:41:59 +0000 (06:41 +0000)]
ChangeLog2 for r1793 - forgot to commit

pmo-trunk-r1794

16 years agoImplemented the prototype on_idle_open_message()
Marcus Bauer [Wed, 9 May 2007 06:38:04 +0000 (06:38 +0000)]
Implemented the prototype on_idle_open_message()

pmo-trunk-r1793

16 years ago* modest-mail-operation.c:
Javier Fernandez Garcia-Boente [Tue, 8 May 2007 19:31:27 +0000 (19:31 +0000)]
* modest-mail-operation.c:
Implementation of update_progress callback for
transfer_msgs_async function.
* modest-ui-actions.c:
Delete some commented and unused code.

pmo-trunk-r1792

16 years ago * Refactored s&r actions
Sergio Villar Senin [Tue, 8 May 2007 17:06:47 +0000 (17:06 +0000)]
* Refactored s&r actions
* Added some documentation
* Added s&r CSM handlers

pmo-trunk-r1791

16 years ago2007-05-08 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Tue, 8 May 2007 15:26:35 +0000 (15:26 +0000)]
2007-05-08  Murray Cumming  <murrayc@murrayc.com>

* src/modest-tny-account-store.c:
        (modest_tny_account_store_instance_init), (get_password):
        * src/modest-ui-actions.c:
        (modest_ui_actions_on_password_requested):
        Do not store the password in gconf, because this function is called
        for non-remembered passwords. Actually use the cached (in the hash map)
        password instead of releasing it.
        The password will now not be remembered if it is asked via the protected
        password dialog, as per the UI spec.

pmo-trunk-r1789

16 years ago2007-05-08 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Tue, 8 May 2007 15:13:17 +0000 (15:13 +0000)]
2007-05-08  Murray Cumming  <murrayc@murrayc.com>

* src/modest-defs.h:
        * src/modest-account-mgr-helpers.h:
        * src/modest-account-mgr-helpers.c:
        Added modest_server_account_get_username_has_succeeded(),
        modest_server_account_set_username_has_succeeded().
        (modest_server_account_set_username),
        Reset the has-succeeded flag if the username changes.

        * src/maemo/modest-account-settings-dialog.c: (save_configuration):
        * src/maemo/modest-connection-specific-smtp-window.c:
        (modest_connection_specific_smtp_window_save_server_accounts):
        Use modest_server_account_set_username() instead of using
        modest_conf_set_string() directly, so that the has-succeeded flag is always
        reset.

        * src/modest-ui-actions.c:
        (modest_ui_actions_on_password_requested): Dim the username entry if
        the username has ever worked, as per the UI spec.

pmo-trunk-r1788

16 years ago2007-05-08 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Tue, 8 May 2007 14:21:32 +0000 (14:21 +0000)]
2007-05-08  Murray Cumming  <murrayc@murrayc.com>

* src/modest-tny-account-store.c: (get_password):
        * src/modest-ui-actions.c:
        (modest_ui_actions_on_password_requested):
        Allow the username to be changed too, though there is more work to
        be done on exactly how this behaves.

pmo-trunk-r1787

16 years ago2007-05-08 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Tue, 8 May 2007 13:05:36 +0000 (13:05 +0000)]
2007-05-08  Murray Cumming  <murrayc@murrayc.com>

* src/modest-account-mgr-helpers.h:
        * src/modest-account-mgr-helpers.c:
        Added modest_account_mgr_get_display_name(),
        modest_server_account_get_username(),
        modest_server_account_set_username(),
        modest_server_account_set_password(),
        modest_server_account_get_hostname() functions so we do not need to
        use the conf API directly.

        * src/maemo/modest-main-window.c: (connect_signals):
        Actually connect ot the ModestAccountStore::request-password signal,
        so that we show the dialog when the password is requested by Tinymail,
        for isntance if it is empty.

        * src/modest-marshal.list:
        * src/modest-tny-account-store.c:
        (modest_tny_account_store_class_init), (get_password),
        (modest_tny_account_store_alert):
        * src/modest-tny-account-store.h:
        * src/modest-ui-actions.h:
        * src/modest-ui-actions.c:
        (modest_ui_actions_on_password_requested):
        Change the signal parameters, so it is obvious that we are providing
        the non human-readable server name, and receiving both the username
        and password, though changing of the username is not yet implemented.
        Change the dialog UI to match the Maemo UI specifications, with #idfefing
        for the GNOME version.

        This should fix the projects.maemo.org bug NB#56209, though it does not
        work on Bora, because the gconf_client_get() for the password fails
        immediately after we save it with gconf_client_set().

pmo-trunk-r1786

16 years agotrying to commit
Murray Cumming [Tue, 8 May 2007 11:11:50 +0000 (11:11 +0000)]
trying to commit

pmo-trunk-r1785

16 years ago* Remove unused comments and checks.
Javier Fernandez Garcia-Boente [Tue, 8 May 2007 10:38:26 +0000 (10:38 +0000)]
* Remove unused comments and checks.

pmo-trunk-r1784

16 years ago* fix bug on on_notebook_page_added and
Javier Fernandez Garcia-Boente [Tue, 8 May 2007 10:34:02 +0000 (10:34 +0000)]
* fix bug on on_notebook_page_added and
on_notebook_page_added signal handlers. First
parameter must be GtkNotebook and dialog will
be get from user_data.

pmo-trunk-r1783

16 years ago2007-05-08 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Tue, 8 May 2007 10:04:07 +0000 (10:04 +0000)]
2007-05-08  Murray Cumming  <murrayc@murrayc.com>

* src/modest-tny-account-store.c:
        (modest_tny_account_store_alert): Adapt to the changed tinymail API,
        using a GError instead of a string message, so we can translate it in
        Modest.

pmo-trunk-r1782

16 years ago* fix for GLIB CRITICAL (copy paste bug, modest_msg_edit_window_show_toolbar checked...
Dirk-Jan C. Binnema [Tue, 8 May 2007 09:39:11 +0000 (09:39 +0000)]
* fix for GLIB CRITICAL (copy paste bug, modest_msg_edit_window_show_toolbar checked for MODEST_IS_MSG_VIEW_WINDOW...)

pmo-trunk-r1781

16 years agoMoved DBUSAPI to an AM_CONDITIONAL
Philip Van Hoof [Tue, 8 May 2007 09:22:02 +0000 (09:22 +0000)]
Moved DBUSAPI to an AM_CONDITIONAL

pmo-trunk-r1780

16 years agoBuildfix
Philip Van Hoof [Tue, 8 May 2007 09:12:07 +0000 (09:12 +0000)]
Buildfix

pmo-trunk-r1779

16 years ago* add packages for modest-db, libmodest-dbus-client, -dev, -dbg
Dirk-Jan C. Binnema [Tue, 8 May 2007 08:32:27 +0000 (08:32 +0000)]
* add packages for modest-db, libmodest-dbus-client, -dev, -dbg
* small control fixes

pmo-trunk-r1778

16 years ago2007-05-08 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Tue, 8 May 2007 08:06:07 +0000 (08:06 +0000)]
2007-05-08  Murray Cumming  <murrayc@murrayc.com>

* 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.

pmo-trunk-r1777

16 years agoFixes: NB#56130
Javier Fernandez Garcia-Boente [Mon, 7 May 2007 17:24:02 +0000 (17:24 +0000)]
Fixes: NB#56130

* Set date/descending as default options in sort dialog.

pmo-trunk-r1775

16 years ago2007-05-07 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 7 May 2007 14:32:40 +0000 (14:32 +0000)]
2007-05-07  Murray Cumming  <murrayc@murrayc.com>

(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 .

pmo-trunk-r1772

16 years ago * Fixed a compilation warning
Sergio Villar Senin [Mon, 7 May 2007 13:56:20 +0000 (13:56 +0000)]
* Fixed a compilation warning
* Added list of accounts to send&receive CSM. The handlers are pending
* Added list of accounts to View menu with handlers

pmo-trunk-r1771

16 years ago2007-05-07 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 7 May 2007 13:09:12 +0000 (13:09 +0000)]
2007-05-07  Murray Cumming  <murrayc@murrayc.com>

* 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.

pmo-trunk-r1770

16 years ago2007-05-07 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 7 May 2007 13:02:04 +0000 (13:02 +0000)]
2007-05-07  Murray Cumming  <murrayc@murrayc.com>

* 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.

pmo-trunk-r1769

16 years ago2007-05-07 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 7 May 2007 11:58:33 +0000 (11:58 +0000)]
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.

pmo-trunk-r1768

16 years ago* use the osso-email translation domain for the osso 1.1 version
Dirk-Jan C. Binnema [Mon, 7 May 2007 09:20:46 +0000 (09:20 +0000)]
* use the osso-email translation domain for the osso 1.1 version

pmo-trunk-r1767

16 years ago* Fix some detected memory leaks
Javier Fernandez Garcia-Boente [Mon, 7 May 2007 07:50:36 +0000 (07:50 +0000)]
* Fix some detected memory leaks
* New update_progress function for get_msg_async operation.
* Reply/Forward actions use now get_msg_asyc function
* Open a message in edit or view window using asynchronous operations: get_msg_asyc
* In optimized view, toolbar is hide/show based on current operation mode

pmo-trunk-r1766

16 years ago* debian packaging updates
Dirk-Jan C. Binnema [Sun, 6 May 2007 10:18:43 +0000 (10:18 +0000)]
* debian packaging updates

pmo-trunk-r1764

16 years ago * OSSO1.1 build fix
Sergio Villar Senin [Fri, 4 May 2007 16:41:25 +0000 (16:41 +0000)]
* OSSO1.1 build fix
* Rewritten the placeholders

pmo-trunk-r1763

16 years ago* debian packaging fixes
Dirk-Jan C. Binnema [Fri, 4 May 2007 16:39:20 +0000 (16:39 +0000)]
* debian packaging fixes

pmo-trunk-r1762

16 years ago2007-05-04 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 4 May 2007 16:08:41 +0000 (16:08 +0000)]
2007-05-04  Murray Cumming  <murrayc@murrayc.com>

* 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.

pmo-trunk-r1760

16 years ago* src/modest-ui-actions.c:
Jose Dapena Paz [Fri, 4 May 2007 14:03:14 +0000 (14:03 +0000)]
* src/modest-ui-actions.c:
        * Minor fix in get_msg_cb to be compatible with
          Tny API change.
* src/widgets/modest-attachment-view.c:
        * Now size label uses modest_text_utils_get_display_size.

pmo-trunk-r1759

16 years ago* fix bug about toolbar items drawing.
Javier Fernandez Garcia-Boente [Fri, 4 May 2007 11:25:38 +0000 (11:25 +0000)]
* fix bug about toolbar items drawing.

pmo-trunk-r1758

16 years ago* Fixes: NB#55446
Javier Fernandez Garcia-Boente [Fri, 4 May 2007 09:50:15 +0000 (09:50 +0000)]
* Fixes: NB#55446
   * Check folder type and open DRAFT headers into edit window
* Change MailOperation design to add a new relation 'source'
with object which creates the operation.
* Change in toolbar mode management of ModestMsgView window to
attend only their own operations progress.
* Fix bug on modest-tny-msg.c: unref body at incorrect place.

pmo-trunk-r1757

16 years ago * Fixed a bug when there was no header selected
Sergio Villar Senin [Fri, 4 May 2007 07:29:31 +0000 (07:29 +0000)]
* Fixed a bug when there was no header selected
* The toggle folder button is now really a toggle action

pmo-trunk-r1756

16 years ago * Temporary fix
Sergio Villar Senin [Fri, 4 May 2007 06:28:41 +0000 (06:28 +0000)]
* Temporary fix

pmo-trunk-r1755

16 years ago* build packages correctly
Dirk-Jan C. Binnema [Fri, 4 May 2007 06:04:40 +0000 (06:04 +0000)]
* build packages correctly
* put packages in user/extra

pmo-trunk-r1754

16 years ago* small tweaks
Dirk-Jan C. Binnema [Fri, 4 May 2007 05:32:51 +0000 (05:32 +0000)]
* small tweaks

pmo-trunk-r1753

16 years ago* remove debian/control; uses control-maemo0 or control-maemo1 instead
Dirk-Jan C. Binnema [Fri, 4 May 2007 05:32:19 +0000 (05:32 +0000)]
* remove debian/control; uses control-maemo0 or control-maemo1 instead

pmo-trunk-r1752

16 years ago* updated for maemo0
Dirk-Jan C. Binnema [Fri, 4 May 2007 05:31:16 +0000 (05:31 +0000)]
* updated for maemo0

pmo-trunk-r1751

16 years ago * Added handler for File->Open menu
Sergio Villar Senin [Thu, 3 May 2007 19:24:03 +0000 (19:24 +0000)]
* Added handler for File->Open menu

pmo-trunk-r1750

16 years ago * Removed debugging ;-) code
Sergio Villar Senin [Thu, 3 May 2007 19:13:22 +0000 (19:13 +0000)]
* Removed debugging ;-) code

pmo-trunk-r1749

16 years ago * Fixed some GNOME build problems
Sergio Villar Senin [Thu, 3 May 2007 19:03:00 +0000 (19:03 +0000)]
* Fixed some GNOME build problems
* Removed the code that updates the msg preview from the UI actions, it's only used by GNOME
* The Maemo version now, does not read the message when a header is clicked

pmo-trunk-r1748

16 years ago * Refactored some calls in the modest ui actions
Sergio Villar Senin [Thu, 3 May 2007 16:39:50 +0000 (16:39 +0000)]
* Refactored some calls in the modest ui actions
* Added handler to Email->Open menu option

pmo-trunk-r1747

16 years ago* debian packaging update
Dirk-Jan C. Binnema [Thu, 3 May 2007 14:30:29 +0000 (14:30 +0000)]
* debian packaging update

pmo-trunk-r1746

16 years ago* Fix bug: 55370
Javier Fernandez Garcia-Boente [Thu, 3 May 2007 14:11:19 +0000 (14:11 +0000)]
* Fix bug: 55370
* Call tny-send-queue_flush, but comment its implementation
because this tinymail operation is not implemented.

pmo-trunk-r1745

16 years ago* public method in modest_progress_object to get the
Javier Fernandez Garcia-Boente [Thu, 3 May 2007 12:14:29 +0000 (12:14 +0000)]
* public method in modest_progress_object to get the
number of pending operations to be observed.
* Fix bug in replay/forward when mulitple headers are
selected.
*  Reply/Forward functions are observed now by MainWindow
progress objects, to get all messages to reply/forward.
* Replay/Forward status_callback implemented.

pmo-trunk-r1744

16 years ago2007-05-03 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Thu, 3 May 2007 10:40:33 +0000 (10:40 +0000)]
2007-05-03  Murray Cumming  <murrayc@murrayc.com>

* 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.

pmo-trunk-r1743

16 years ago2007-05-03 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Thu, 3 May 2007 09:58:39 +0000 (09:58 +0000)]
2007-05-03  Murray Cumming  <murrayc@murrayc.com>

* 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.

pmo-trunk-r1742

16 years ago* updates to the debian build files
Dirk-Jan C. Binnema [Thu, 3 May 2007 09:48:01 +0000 (09:48 +0000)]
* updates to the debian build files

pmo-trunk-r1741

16 years ago* update the debian packaging instructions
Dirk-Jan C. Binnema [Thu, 3 May 2007 07:33:34 +0000 (07:33 +0000)]
* update the debian packaging instructions

pmo-trunk-r1740

16 years ago* Review ModestProgressBarWidge, adding a GtkAlignment and
Javier Fernandez Garcia-Boente [Thu, 3 May 2007 07:32:37 +0000 (07:32 +0000)]
* Review ModestProgressBarWidge, adding a GtkAlignment and
GtkAdjustment.
* Fix bug on GB potfile in "Sending %d/%d1" message.
* New operation mail_operation_process_msg, to get one or several
messages, applying them an user define function, using a
helper data structure to do this.
* Change tny_get_msg_async calls in modest-ui_actions
by a new mail_operation method called mail_operation_process_msg.
* Add a new method to ModestPropressObject to cancel current
mail operation in progress.
* Connect ModestMainWindow as observer of MailOperatinQueue, to
add and remove mail operations from their observer.
* Connect ModestMsgViewWindow as observer of MailOperatinQueue, to
add and remove mail operations from their observer.
* Manage toolbar of MsgViewWindow, dimming toolbar options
in transfer mode.

pmo-trunk-r1739

16 years ago* Review ModestProgressBarWidge, adding a GtkAlignment and
Javier Fernandez Garcia-Boente [Thu, 3 May 2007 07:32:06 +0000 (07:32 +0000)]
* Review ModestProgressBarWidge, adding a GtkAlignment and
GtkAdjustment.
* Fix bug on GB potfile in "Sending %d/%d1" message.
* New operation mail_operation_process_msg, to get one or several
messages, applying them an user define function, using a
helper data structure to do this.
* Change tny_get_msg_async calls in modest-ui_actions
by a new mail_operation method called mail_operation_process_msg.
* Add a new method to ModestPropressObject to cancel current
mail operation in progress.
* Connect ModestMainWindow as observer of MailOperatinQueue, to
add and remove mail operations from their observer.
* Connect ModestMsgViewWindow as observer of MailOperatinQueue, to
add and remove mail operations from their observer.
* Manage toolbar of MsgViewWindow, dimming toolbar options
in transfer mode.

pmo-trunk-r1738

16 years ago * Two build fixes due to major API changes in tinymail
Sergio Villar Senin [Thu, 3 May 2007 06:48:02 +0000 (06:48 +0000)]
* Two build fixes due to major API changes in tinymail

pmo-trunk-r1737

16 years ago* compile fixes for gnome
Dirk-Jan C. Binnema [Thu, 3 May 2007 05:40:25 +0000 (05:40 +0000)]
* compile fixes for gnome

pmo-trunk-r1736

16 years ago* src/modest-ui-actions.c:
Jose Dapena Paz [Wed, 2 May 2007 17:13:04 +0000 (17:13 +0000)]
* src/modest-ui-actions.c:
        * (..._on_header_activated): now it attaches again a reference
          to the header list tree model. This way, we can use again left
          and right arrows in message view. It also lets us show again
          priority information in messages view (fixes #NB55514).

pmo-trunk-r1735

16 years ago2007-05-02 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Wed, 2 May 2007 16:35:13 +0000 (16:35 +0000)]
2007-05-02  Murray Cumming  <murrayc@murrayc.com>

* src/dbus_api/modest-dbus-callbacks.c:
        (modest_osso_cb_hw_state_handler):
        * src/dbus_api/modest-dbus-callbacks.h:
        * src/maemo/modest-platform.c: (modest_platform_init):
        Registered (empty) callbacks for the osso hardware state D-Bus signals,
        in case this has some effect on the ability for Maemo to ping the
        application.

pmo-trunk-r1734

16 years agoFix bug on cmp_rows function assignment, due to elimination of
Javier Fernandez Garcia-Boente [Wed, 2 May 2007 15:12:27 +0000 (15:12 +0000)]
Fix bug on cmp_rows function assignment, due to elimination of
on_progress_changed signal handler.

pmo-trunk-r1733

16 years ago2007-05-02 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Wed, 2 May 2007 14:54:50 +0000 (14:54 +0000)]
2007-05-02  Murray Cumming  <murrayc@murrayc.com>

* src/modest-text-utils.c: (modest_text_utils_validate_recipient):
        Comment out an if() that checks a gchar for < 0, causing a build-breaking
        warning. It is probably a logic error, but I need to fix the build.

pmo-trunk-r1732

16 years ago* src/modest-ui-actions.[ch]:
Jose Dapena Paz [Wed, 2 May 2007 14:12:38 +0000 (14:12 +0000)]
* src/modest-ui-actions.[ch]:
        * Run check names before sending email from editor.
        * New check names action, used to validate and
          search addresses in addressbook.
* src/modest-address-book.h:
        * Added new check_names method.
* src/modest-text-utils.[ch]:
        * Added ..._get_addresses_indexes. It finds the offset ranges
          of the addresses in a string.
        * ..._split_addresses_list now takes ";" into account, not only
          ",".
        * ..._split_addresses_list fixed offset calculations. Now uses
         utf8 characters.
        * ..._validate_recipient: strips the string before processing.
        * ..._validate_recipient: now counts utf8 characters. Also
          accepts spaces in left part of the address, even when they're
          not between quotes.
* src/maemo/modest-address-book.c:
        * ..._add_address: now the dialog title uses the logical id.
        * (ui_get_formatted_email_id): Now it adds quotes to address
          strings with spaces.
        * New ..._check_names method. It validates all addresses in
          the recipient editor. If address is valid, ok, if not valid,
          it checks if this is an email address attempt (shows error)
          or a generic string (searches in addressbook and replaces
          with matches).
* src/maemo/modest-msg-edit-window.c:
        * New ..._check_names method. Checks all recipient fields using
          new check names implementation in addressbook module.
* src/maemo/ui/modest-msg-edit-window-ui.xml:
        * Added "Check names" menu option.
* src/gnome/modest-address-book.c:
        * Added stubs for new functions.
* src/gnome/modest-msg-edit-window.c:
        * Added stubs for new functions.
* src/widgets/modest-msg-edit-window.h:
        * New _check_names method.
* src/widgets/modest-recpt-editor.[ch]:
        * Now , and ; inside quotes do not insert a CR.
        * New ..._replace_with_resolved_recipient method, to replace
          a range of the editor with a resolved recipient. It's used
          on _check_names implementation.
* src/widgets/modest-msg-edit-window-ui.h:
        * Added action for check names.

pmo-trunk-r1730

16 years ago * Replaced two confusing function names
Sergio Villar Senin [Wed, 2 May 2007 12:00:37 +0000 (12:00 +0000)]
* Replaced two confusing function names
* Replaced all the widget names used by the memory by their correspondent defines

pmo-trunk-r1729

16 years ago * Fixes: #NB55377, #NB55441
Sergio Villar Senin [Wed, 2 May 2007 11:17:53 +0000 (11:17 +0000)]
* Fixes: #NB55377, #NB55441
* Added "visible_server_account_id" persistent configuration key to the folder view
* Removed the double treemodel creation in the header view when refreshing

pmo-trunk-r1728

16 years ago2007-05-02 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Wed, 2 May 2007 11:13:37 +0000 (11:13 +0000)]
2007-05-02  Murray Cumming  <murrayc@murrayc.com>

* src/modest-account-mgr.h:
        * src/modest-account-mgr.c:
        (modest_account_mgr_account_names): Add a gboolean enabled_only
        parameter, so we can get lists of onlt the enabled accounts.

        (modest_account_mgr_add_account),,
        (modest_account_mgr_account_with_display_name_exists):
        * src/maemo/modest-msg-edit-window.c: (get_transports):
        * src/modest-account-mgr-helpers.c:
        (modest_account_mgr_set_first_account_as_default):
        * src/modest-init.c: (init_default_account_maybe):
        * src/modest-tny-account-store.c: (get_accounts):
        * src/modest-ui-actions.c: (modest_ui_actions_on_accounts),
        (do_send_receive_auto), (modest_ui_actions_on_send_receive):
        * tests/check_account-mgr.c: (START_TEST):
        Provide the extra parameter, as appropriate.

        * src/widgets/modest-account-view.c: (update_account_view):
        Do not show disabled accounts (meaning that there is no way to
        enable/disable accounts in the UI (the feature is not in our UI
        specification), so we can use this internally only to mark unfinished
        or temporary account data.

        * src/maemo/easysetup/modest-easysetup-wizard.c:
        (create_account): Add boolean enable parameter, so we can specify FALSE
        to create the temporary account.
        (on_button_edit_advanced_settings): Create the temporary account as disabled.
        (on_before_next): When finishing, when there is a temporary account, just
        set it as enabled.
        Also, use a timeout to delay the showing of the dialog until gconf is likely
        to return correct information, due to a maemo gconf bug that is fixed in
        osso 1.1, but not yet in Bora.
        However, the dialog stays on screen after it is destroyed.

        * src/maemo/modest-account-settings-dialog.c: on_response(): Do not check
        for invalid data when cancelling. Use a hildon note instead of a dialog
        to complain about invalid data. Do not show the account-saved note if the
        account is disabled (a temporary account that will not really be saved for use
        until later.)

pmo-trunk-r1727

16 years ago * Modified the _get_display_size method to fit with the file management specs
Sergio Villar Senin [Wed, 2 May 2007 06:46:34 +0000 (06:46 +0000)]
* Modified the _get_display_size method to fit with the file management specs
* Replaced the old display size of the details dialog by the new call

pmo-trunk-r1726

16 years ago* update
Dirk-Jan C. Binnema [Tue, 1 May 2007 06:41:42 +0000 (06:41 +0000)]
* update

pmo-trunk-r1725

16 years ago2007-04-30 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 30 Apr 2007 14:44:29 +0000 (14:44 +0000)]
2007-04-30  Murray Cumming  <murrayc@murrayc.com>

* src/modest-account-mgr-helpers.h:
        * src/modest-account-mgr-helpers.c:
        Added modest_account_mgr_unset_default_account(),
        Added modest_account_mgr_set_first_account_as_default().

        * src/modest-account-mgr.c: (modest_account_mgr_remove_account):
        If it was the default account, unset the default account name.

        * src/maemo/modest-account-view-window.c:
        (on_delete_button_clicked): If it was the default account,
        set the first remaining account as the default instead.

        * src/maemo/modest-main-window.c: (on_account_update): Do not try to use
        a NULL account or a NULL default account, to prevent a crash. This should
        not happen now anyway. Bug #55343 in projects.maemo.org/bugzilla.

pmo-trunk-r1724

16 years ago* src/modest-text-utils.[ch]:
Jose Dapena Paz [Mon, 30 Apr 2007 14:19:27 +0000 (14:19 +0000)]
* src/modest-text-utils.[ch]:
        * Added modest_text_utils_validate_recipient. This validates
          addresses in a@b.c format, but also in "name" <a@b.c> and
          name <a@b.c> formats.
* src/maemo/modest-msg-view-window.c:
        * Now add to contacts menu option is dimmed if the clipboard
          does not contain a valid recipient.
* src/widgets/modest-recpt-editor.c:
        * Added an implementation of backspace valid for gtk < 2.10.

pmo-trunk-r1723

16 years ago2007-04-30 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 30 Apr 2007 13:22:50 +0000 (13:22 +0000)]
2007-04-30  Murray Cumming  <murrayc@murrayc.com>

* src/widgets/modest-recpt-editor.c:
        (modest_recpt_editor_on_key_press_event): Put an #ifdef around the
        use of gtk_text_buffer_get_has_selection() (from GTK+ 2.10), and add a
        TODO comment for this. This fixes the build.

        * src/modest-ui-actions.c: Add do_send_receive(), though it might not
        be the best place for it. This will in future update all auto-update accounts,
        rather than just the current/default account, when that gconf key exists.
        (modest_ui_actions_on_send_receive): Offer the settings dialog (or wizard)
        if there are no accounts, before calling do_send_receive().
        * src/modest-ui-actions.h: Specify the callback for the Send/Recieve menu item.

        * src/gnome/modest-main-window.c: (on_online_toggle_toggled):
        * src/maemo/modest-main-window-ui.h:
        * src/maemo/modest-main-window.c: (on_connection_changed),
        (sync_accounts_cb): Use do_send_receive() instead of calling the signal handler
        directly, becaue the signal handler does more.

pmo-trunk-r1722

16 years ago2007-04-30 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 30 Apr 2007 11:51:00 +0000 (11:51 +0000)]
2007-04-30  Murray Cumming  <murrayc@murrayc.com>

* src/modest-account-mgr-helpers.c:
        (modest_account_mgr_get_account_data): Add a more helpful error message, and comment,
        for the case that the account does not exist.

        * src/widgets/modest-folder-view.c: (filter_row): Use the tinymail account ID
        (equivalent to the modest account name) rather than the tinymail account name
        (equivalent to the modest account title - human readable) to get the account data.
        Check for null account data to prevent the crash, and add a TODO comment saying that
        this needs fixing because it is using the server account name instead of the account name.

pmo-trunk-r1721

16 years ago* src/modest-ui-actions.[ch]:
Jose Dapena Paz [Mon, 30 Apr 2007 11:48:32 +0000 (11:48 +0000)]
* src/modest-ui-actions.[ch]:
        * (..._on_delete) action simply closes the edit window, emitting
          a delete-event signal.
        * (..._on_close_window) also sends a delete-event.
        * (..._on_new_msg) adds the signature if there's one configured
          in the account. Also removed the "save to drafts" part just on
          creating the new message (fixes #NB55341, #NB55391).
        * (reply_forward_func) now gets the signature of the account.
        * (..._on_save_to_drafts). New action that saves an edited
          message as a draft.
* src/modest-text-utils.[ch]:
        * (..._quote, ..._cite and ..._inline) now put the signature.
        * Added ..._convert_buffer_to_html. This way we can convert to
          html tags a subpart of a document (it does not add html
          headers). Also modified ..._convert_to_html to use this
          function.
        * Added ..._convert_to_html_body. It converts a string to
          an html that can be included inside a formatted html document.
* src/maemo/modest-address-book.c:
        * (..._select_addresses): after selecting an address of a
          recipient editor through the select contacts dialog, focus is
          asigned to the ModestRecptEditor.
        * (select_email_addrs_for_contact): when the dialog is loaded,
          first address is selected by default.
* src/maemo/modest-msg-edit-window.c:
        * Implemented dim rule: if focus is not in body or message
          format is plain text, font actions are dimmed. Also configured
          proper insensitive_press messages.
        * Implemented dim rule: if To: recipient field is empty, send
          action is dimmed. Also configured proper insensitive_press
          message.
        * Delete event handler. It shows a dialog for saving the mail
          as a draft if message is modified.
        * Fixed the html document parsing procedure, as it wasn't
          previously really parsed because the buffer length was not
          provided.
        * If the account setup specified that it should by default
          create plain text mails, it's used. Also radio menu option is
          updated properly.
        * Now we get correctly the focused widget. If "Select contacts"
          is selected, it adds contacts to the focused recipient list,
          or to To: field if no recipient list is focused.
        * If the To: field is empty on opening editor, focus goes to it.
        * Now the message stores a reference to the draft message used
          to create the mail.
        * Refactored the ..._select_contacts function to use the
          general "open_addressbook" function.
        * Added ..._is_modified and ..._reset_modified. It tells if the
          message was modified by the user.
* src/maemo/ui/modest-msg-edit-window-ui.xml:
        * Added email menu options Send, Save to drafts, new message,
          delete.
        * Added close window and close all windows menu actions.
* src/modest-formatter.[ch]:
        * Now the formatter adds the signature properly.
* src/modest-mail-operation.[ch]:
        * Added ..._save_to_drafts operation. It creates a mail from
          editor and saves it to the active account drafts folder.
* src/modest-defs.h:
        * Added configuration option for preferring formatted of plain
          text.
* src/widgets/modest-recpt-view.[ch]:
        * Now button release event is processed after the default
          handler.
* src/widgets/modest-recpt-editor.[ch]:
        * Completely new behavior for keyboard and mouse edition. Now
          only one address per line. Keyboard and mouse selection treat
          resolved addresses as a whole (you shouldn't be able to
          manipulate a part of resolved address).
        * Keyboard shortcut for adding addresses with the addressbook.
        * Better focus and cursor handling.
        * Now the widget does not use GTK_CAN_FOCUS.
        * (..._get_buffer): new API function to export the internal
          buffer.
        * (..._grab_focus): new function to make the textview grab the
          focus.
* src/widgets/modest-scroll-text.[ch]:
        * Small fixes to calculation of the number of lines. Now it also
          makes the cursor visible.
* src/widgets/modest-msg-edit-window-ui.h:
        * Added actions for "window close", "new message", "delete",
          "save to drafts", "all windows close"
* src/modest-tny-msg.[ch]:
        * Support plain text quoted texts as input of msg editor.
        * Now (create_reply_forward_mail) takes the "prefer formatted"
          option.
        * Now it uses the logical id's for "Re:" and "Fwd:" strings.
        * Added signature support.
* src/maemo/modest-main-window-ui.h:
        * Added a new action for new messages. It's used for showing a
          simple "New" menu option for creating new messages from the
          view (fixes #NB55368).

pmo-trunk-r1720

16 years ago * Now the ModestFolderView shows only the remote account that is declared as the...
Sergio Villar Senin [Mon, 30 Apr 2007 10:01:15 +0000 (10:01 +0000)]
* Now the ModestFolderView shows only the remote account that is declared as the default one

pmo-trunk-r1719

16 years ago* Changes in the mail_operation API
Javier Fernandez Garcia-Boente [Mon, 30 Apr 2007 08:14:19 +0000 (08:14 +0000)]
* Changes in the mail_operation API
   * new object instances require the operation id

pmo-trunk-r1718

16 years ago* add modest-hildon-includes.h also for 1.1 build (fixes build there)
Dirk-Jan C. Binnema [Mon, 30 Apr 2007 06:32:56 +0000 (06:32 +0000)]
*  add modest-hildon-includes.h also for 1.1 build (fixes build there)

pmo-trunk-r1717

16 years ago* update debian package building scripts
Dirk-Jan C. Binnema [Sun, 29 Apr 2007 15:04:23 +0000 (15:04 +0000)]
* update debian package building scripts

pmo-trunk-r1716

16 years ago2007-04-29 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Sun, 29 Apr 2007 11:30:19 +0000 (11:30 +0000)]
2007-04-29  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/easysetup/modest-easysetup-wizard.c: (show_error):
        * src/maemo/modest-account-settings-dialog.c: (show_error),
        (show_ok):
        Use hildon_note_new_information() for informative and error messages,
        which seems to be expected for Maemo applications (no documentation that I know of
        says this). I am surprised that there is no distinction between info and error
        dialogs.

pmo-trunk-r1715

16 years ago2007-04-29 rray Cumming <murrayc@murrayc.com>
Murray Cumming [Sun, 29 Apr 2007 11:17:58 +0000 (11:17 +0000)]
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.

pmo-trunk-r1714

16 years ago2007-04-27 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Sun, 29 Apr 2007 10:13:13 +0000 (10:13 +0000)]
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.

pmo-trunk-r1713

16 years ago* Change mail_operation_new calls tu use the new field 'id'.
Javier Fernandez Garcia-Boente [Sat, 28 Apr 2007 17:50:05 +0000 (17:50 +0000)]
* Change mail_operation_new calls tu use the new field 'id'.
* Implementation of updating refresh call for updating progress
values and emiting signal 'progress_changed'.
* Review ProgressBar widget layout.
   * Adding alignment and adjustment objects

pmo-trunk-r1712

16 years ago* Add a new dialog, Sort Dialog (WID-DIA021).
Javier Fernandez Garcia-Boente [Sat, 28 Apr 2007 17:47:21 +0000 (17:47 +0000)]
* Add a new dialog, Sort Dialog (WID-DIA021).
* Connect iUIManager actions to sort dialog.
* Store sort settings into gconf configuration parameters.

pmo-trunk-r1711

16 years ago* make two control files: one for "old" (N800) packaging, and one for
Dirk-Jan C. Binnema [Sat, 28 Apr 2007 11:01:25 +0000 (11:01 +0000)]
* make two control files: one for "old" (N800) packaging, and one for
  post-N800 packaging.

Difference is only in hildon-libs-dev ==> libhildon1-dev right now

pmo-trunk-r1709

16 years ago* updated
Dirk-Jan C. Binnema [Sat, 28 Apr 2007 10:53:20 +0000 (10:53 +0000)]
* updated

pmo-trunk-r1708

16 years ago * Added some missing includes
Sergio Villar Senin [Fri, 27 Apr 2007 17:24:35 +0000 (17:24 +0000)]
* Added some missing includes
* Added a "," that was causing a build problem
* Added MSG-NOT404 confirmation note when moving messages

pmo-trunk-r1707

16 years ago* use the newest hildon iff available
Dirk-Jan C. Binnema [Fri, 27 Apr 2007 16:05:52 +0000 (16:05 +0000)]
* use the newest hildon iff available

pmo-trunk-r1706

16 years ago* fix for latest hildon version
Dirk-Jan C. Binnema [Fri, 27 Apr 2007 16:05:00 +0000 (16:05 +0000)]
* fix for latest hildon version

pmo-trunk-r1705