modest
16 years ago* let the folder view honour the modest-folder-rules, for drag&drop of
Dirk-Jan C. Binnema [Fri, 27 Jul 2007 14:35:04 +0000 (14:35 +0000)]
* let the folder view honour the modest-folder-rules, for drag&drop of
  both headers and messages; fixes #64263

pmo-trunk-r2827

16 years agoAdded wpeditor0 as dependency.
Dirk-Jan C. Binnema [Fri, 27 Jul 2007 14:21:57 +0000 (14:21 +0000)]
Added wpeditor0 as dependency.

pmo-trunk-r2826

16 years ago* modest_text_utils_get_display_date: we do a quick check whether the date
Dirk-Jan C. Binnema [Fri, 27 Jul 2007 13:35:24 +0000 (13:35 +0000)]
* modest_text_utils_get_display_date: we do a quick check whether the date
  is within the last 24h before doing the expensive extra strftime. As this
  function is called for every header in the header view, this should help
  a bit (it was showing up high in the profile before)

pmo-trunk-r2825

16 years agoAdded new fixes to changelog - week 31 - 27th july.
Dirk-Jan C. Binnema [Fri, 27 Jul 2007 12:53:52 +0000 (12:53 +0000)]
Added new fixes to changelog -  week 31 - 27th july.

pmo-trunk-r2823

16 years ago* make the hyperlinkify regexp code a bit faster, also don't try
Dirk-Jan C. Binnema [Fri, 27 Jul 2007 12:00:30 +0000 (12:00 +0000)]
* make the hyperlinkify regexp code a bit faster, also don't try
  to hyperlinkify really big parts, because it will take very, very
  long even in sbox. limit is 100KB now.

pmo-trunk-r2822

16 years ago* src/maemo/modest-msg-view-window.c:
Jose Dapena Paz [Fri, 27 Jul 2007 11:45:45 +0000 (11:45 +0000)]
* src/maemo/modest-msg-view-window.c:
* Now opening attached messages inherits zoom level
  (fixes NB#64130).

pmo-trunk-r2821

16 years ago* src/maemo/modest-msg-view-window.c:
Jose Dapena Paz [Fri, 27 Jul 2007 10:17:59 +0000 (10:17 +0000)]
* src/maemo/modest-msg-view-window.c:
        * Now we use window manager on reading messages. If a message
          is already shown in another window, it closes the window
          and presents the other (fixes NB#64051).

pmo-trunk-r2819

16 years ago2007-07-27 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 27 Jul 2007 10:03:32 +0000 (10:03 +0000)]
2007-07-27  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-maemo-utils.c:
(modest_maemo_utils_get_supported_secure_authentication_methods):
Make sure that we have a connection, asking the user for one
if necessary.
* src/maemo/modest-main-window.c: (modest_main_window_on_show):
Check for a connection before showing the wizard, because
the wizard needs a connection to check for server capabilities.

pmo-trunk-r2818

16 years ago2007-07-27 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 27 Jul 2007 09:12:10 +0000 (09:12 +0000)]
2007-07-27  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-account-view-window.c:
(on_new_button_clicked): Remember the wizard dialog instance,
so we can just present it again if necessary. This prevents
multiple windows from appearing if you click again quickly on the
New button before the dialog appears, fixing projects.maemo.org
bug NB#64169.

pmo-trunk-r2817

16 years ago2007-07-27 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 27 Jul 2007 08:41:38 +0000 (08:41 +0000)]
2007-07-27  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-main-window.c: (modest_main_window_on_show):
Offer a connection dialog if there is no connection when
starting modest. This should fix projects.maemo.org bug NB#61134.

pmo-trunk-r2816

16 years ago2007-07-27 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 27 Jul 2007 08:17:05 +0000 (08:17 +0000)]
2007-07-27  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-msg-edit-window.c: (replace_with_attachments):
Reverted my last commit. I was able to fix the build by doing
apt-get install wpeditor0 (replacing other wpeditor packages) and
an explicit apt-get install wpeditor-dev to upgrade the -dev
package.

pmo-trunk-r2815

16 years ago2007-07-27 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 27 Jul 2007 08:08:49 +0000 (08:08 +0000)]
2007-07-27  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-msg-edit-window.c: (replace_with_attachments):
Commented out the use of wp_text_buffer_replace_image()
because it does not exist, to break the build. Added a TODO for it.

pmo-trunk-r2814

16 years ago * Fixes NB#64200, do not ask for a new connection when trying to open a message...
Sergio Villar Senin [Thu, 26 Jul 2007 20:12:16 +0000 (20:12 +0000)]
* Fixes NB#64200, do not ask for a new connection when trying to open a message if it was already downloaded

pmo-trunk-r2813

16 years ago* src/maemo/modest-msg-view-window-ui-dimming.h:
Jose Dapena Paz [Thu, 26 Jul 2007 19:23:42 +0000 (19:23 +0000)]
* src/maemo/modest-msg-view-window-ui-dimming.h:
* Added dimming rule for delete in menu (fixes NB#63246).

pmo-trunk-r2812

16 years ago * Select the INBOX with the proper GtkTreeView call instead of trying to select...
Sergio Villar Senin [Thu, 26 Jul 2007 18:57:29 +0000 (18:57 +0000)]
* Select the INBOX with the proper GtkTreeView call instead of trying to select it with the GtkTreeSelection

pmo-trunk-r2811

16 years ago * Fixes NB#64270, now it's not possible to move a folder into itself
Sergio Villar Senin [Thu, 26 Jul 2007 18:55:02 +0000 (18:55 +0000)]
* Fixes NB#64270, now it's not possible to move a folder into itself

pmo-trunk-r2810

16 years ago* src/widgets/modest-msg-edit-window.h:
Jose Dapena Paz [Thu, 26 Jul 2007 16:48:08 +0000 (16:48 +0000)]
* src/widgets/modest-msg-edit-window.h:
        * New API method for adding a part as an attachment.
* src/widgets/modest-folder-view.h:
        * Removed non implemented method ..._get_selected_name.
* src/widgets/modest-ui-actions.c:
        * Now, if we have messages in clipboard and we paste them in
          editor, they're pasted as attachments (fixes NB#63810).
* src/maemo/modest-msg-edit-window.c:
        * Added DEBUG_BUFFER method and calls for debugging buffer
          status. This throw messages only if DEBUG is defined.
        * Now we update properly the visibility of BCC and CC fields
          (fixes NB#62722).
        * Refactored the way we obtain a pixbuf from a stream, to
          share implementation among new image attachment or replaced
          image attachment.
        * Now we have a method to fill attachment replacements with
          the images. This way we can recover the images in the buffer
          properly for a mail opened from drafts (fixes NB#62369).
        * Now we add the find toolbar using HildonWindow API. This
          way the frame is properly configured (fixes NB#63201).
        * Now we use the refactored toggle action block notify in maemo
          utils.
        * Now, if the buffer is empty, we show the "nothing to find"
          warning on performing find in page (fixes NB#62350).
        * Update dimming implementation of paste action to make paste
          available also when there are messages in the clipboard.
        * Now we replace the image replacements with images also when
          tags are applied. This way, undo works better for inline
          images (fixes NB#63336, NB#60993).
        * New method to add parts as attachments.
        * Now we register that deserializer can create new tags. This
          should prevent crashes on copying buffers with tags
          (fixes NB#64214 and NB#64368).

pmo-trunk-r2809

16 years ago* Open outbox messages in a draft view window.
Javier Fernandez Garcia-Boente [Thu, 26 Jul 2007 16:42:09 +0000 (16:42 +0000)]
* Open outbox messages in a draft view window.
* Fixes: NB#57915

pmo-trunk-r2808

16 years ago2007-07-26 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Thu, 26 Jul 2007 16:09:24 +0000 (16:09 +0000)]
2007-07-26  Murray Cumming  <murrayc@murrayc.com>

* src/modest-tny-account-store.c: (recreate_all_accounts):
Recreate them even if they were NULL before. I guess something
else was already creating them before, or this would never
have worked.
(modest_tny_account_store_get_server_account): Make sure that
the tny accounts have been created before trying to find one.
This allows libmodest_dbus_client_compose_mail() to work
when the UI is not yet visible.
This is probably useful in other cases too.

(get_password): When the password is wrong after it is entered
in the protected password dialog, show an info banner (in an
idle handler) before showing the protected password dialog
again.

pmo-trunk-r2807

16 years agoAdded new fixes to changelog - week 31.
Dirk-Jan C. Binnema [Thu, 26 Jul 2007 12:46:24 +0000 (12:46 +0000)]
Added new fixes to changelog -  week 31.

pmo-trunk-r2806

16 years ago * Deleted a private method that made no sense. Replaced it by gtk_tree_view_set_cursor
Sergio Villar Senin [Thu, 26 Jul 2007 12:40:40 +0000 (12:40 +0000)]
* Deleted a private method that made no sense. Replaced it by gtk_tree_view_set_cursor

pmo-trunk-r2805

16 years ago * Fixes blocker NB#60968, it now shows Fullscreen instead of the logical id
Sergio Villar Senin [Thu, 26 Jul 2007 12:18:22 +0000 (12:18 +0000)]
* Fixes blocker NB#60968, it now shows Fullscreen instead of the logical id

pmo-trunk-r2804

16 years ago* src/widgets/modest-msg-view.c:
Jose Dapena Paz [Thu, 26 Jul 2007 11:35:04 +0000 (11:35 +0000)]
* src/widgets/modest-msg-view.c:
* Arg, the new size was wrong, setting a right one
  (re fixes NB#62820).

pmo-trunk-r2803

16 years ago* src/widgets/modest-msg-view.c:
Jose Dapena Paz [Thu, 26 Jul 2007 11:31:45 +0000 (11:31 +0000)]
* src/widgets/modest-msg-view.c:
* Now we readjust the scrolls in a timeout of 250
  milliseconds after setting a new message. This should
  prevent being able to scroll the body inside its area
  when it shouldn't (fixes NB#62820).

pmo-trunk-r2802

16 years ago* src/widgets/modest-folder-view.c:
Jose Dapena Paz [Thu, 26 Jul 2007 08:06:06 +0000 (08:06 +0000)]
* src/widgets/modest-folder-view.c:
* Send display name update signal more frequently

pmo-trunk-r2801

16 years ago* src/widgets/modest-details-dialog.c:
Jose Dapena Paz [Thu, 26 Jul 2007 08:01:31 +0000 (08:01 +0000)]
* src/widgets/modest-details-dialog.c:
* Reorganisation of fields shown in details dialog.

pmo-trunk-r2800

16 years ago* src/modest-mail-operation.c:
Jose Dapena Paz [Thu, 26 Jul 2007 07:52:11 +0000 (07:52 +0000)]
* src/modest-mail-operation.c:
* (modest_mail_operation_cancel): a mail operation without an
  account is a not expected status, so we show a warning for
  this.

pmo-trunk-r2799

16 years ago2007-07-26 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Thu, 26 Jul 2007 07:33:06 +0000 (07:33 +0000)]
2007-07-26  Murray Cumming  <murrayc@murrayc.com>

* src/modest-ui-actions.h:
* src/modest-ui-actions.c: Added
modest_do_refresh_current_folder() containing some code from
modest_ui_actions_on_send_receive().
* src/dbus_api/modest-dbus-callbacks.c: (on_idle_send_receive):
Call modest_do_refresh_current_folder() before refreshing the
requested account, as in modest_ui_actions_on_send_receive().
This is strange, but seems to be necessary to show new mails.
Now new emails are finally visible in the UI when downloaded
via the automatic update interval, fixing bug NB#57458.
This also works because bug NB#57458 has been fixed somehow.

pmo-trunk-r2798

16 years agoUpdate the ChangeLog: This fixes projects.maemo.org bug
Murray Cumming [Thu, 26 Jul 2007 06:43:26 +0000 (06:43 +0000)]
Update the ChangeLog: This fixes projects.maemo.org bug
NB#64225.

pmo-trunk-r2797

16 years ago2007-07-26 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Thu, 26 Jul 2007 06:42:47 +0000 (06:42 +0000)]
2007-07-26  Murray Cumming  <murrayc@murrayc.com>

* src/dbus_api/modest-dbus-callbacks.c: (modest_dbus_req_filter):
        printf more details when we get unhandled D-Bus methods, because
        it is interesting.

        * src/modest-mail-operation.c: (update_account_thread):
        Comment out the tny_camel_pop_store_account_reconnect(), because this
        is apparently no longer needed, and it did not work before anyway.
        See the comment in the code.

        * src/modest-search.c: (modest_search_folder): Ignore deleted emails,
        by checking the header flags.

pmo-trunk-r2796

16 years ago* make the memory card Archive folder a localized one,
Dirk-Jan C. Binnema [Wed, 25 Jul 2007 16:03:50 +0000 (16:03 +0000)]
* make the memory card Archive folder a localized one,
  make sure the folder rules understand it's a special folder

pmo-trunk-r2795

16 years ago* add new addresses to the addressbook automatically when sending.
Dirk-Jan C. Binnema [Wed, 25 Jul 2007 15:15:30 +0000 (15:15 +0000)]
* add new addresses to the addressbook automatically when sending.
  fixes major bug NB#63631

pmo-trunk-r2794

16 years ago* inliner. save the bcc field as wel. Fixes major bug NB#64120
Dirk-Jan C. Binnema [Wed, 25 Jul 2007 12:44:59 +0000 (12:44 +0000)]
* inliner. save the bcc field as wel. Fixes major bug NB#64120

pmo-trunk-r2793

16 years ago2007-07-25 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Wed, 25 Jul 2007 12:34:45 +0000 (12:34 +0000)]
2007-07-25  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-maemo-utils.h:
* src/maemo/modest-maemo-utils.c: Added
modest_maemo_show_information_note_in_main_context_and_forget().
* src/modest-tny-account-store.c: (modest_tny_account_store_alert):
Use the new function to show simple error dialogs in the main
context, though question dialogs are still in the current context,
which is unfortunately usually not the main context. This should
fix some hangs.

pmo-trunk-r2792

16 years ago* don't do a regexp-search when doing search-in-page.
Dirk-Jan C. Binnema [Wed, 25 Jul 2007 12:20:42 +0000 (12:20 +0000)]
* don't do a regexp-search when doing search-in-page.
  this actually fixes #64261 when searching for "\", and
  the not-yet-discovered bug that we were doing regexp searches.

the crashing bug is actually in gtkhtml, will move the bug
  there.

pmo-trunk-r2791

16 years ago2007-07-25 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Wed, 25 Jul 2007 11:37:37 +0000 (11:37 +0000)]
2007-07-25  Murray Cumming  <murrayc@murrayc.com>

* src/modest-tny-account-store.c: (get_password):
Never save the entered username and password in gconf,
because the UI spec says we should not. This helps
slightly with projects.maemo.org bug NB#63671.

pmo-trunk-r2790

16 years ago2007-07-25 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Wed, 25 Jul 2007 09:52:49 +0000 (09:52 +0000)]
2007-07-25  Murray Cumming  <murrayc@murrayc.com>

* src/widgets/modest-msg-edit-window.h:
* src/maemo/modest-msg-edit-window.c: (create_stream_for_uri):
Moved some code here to make it simpler.
(modest_msg_edit_window_attach_file_one): Renamed from
modest_msg_edit_window_attach_file_interactive().
(modest_msg_edit_window_offer_attach_file): Renamed from
modest_msg_edit_window_attach_file() and used
modest_msg_edit_window_attach_file_one() instead of
copy/pasting the code. The old code for one was not using
GnomeVFS. This allows use of smb:// URLs when using send-as
from external applications, fixing bug NB#63741.

(modest_msg_edit_window_insert_image),
(modest_msg_edit_window_add_attachment_clicked):
* src/modest-ui-actions.c: (modest_ui_actions_on_attach_file):
* src/dbus_api/modest-dbus-callbacks.c: (on_idle_compose_mail):
Adapted to the new function names.

pmo-trunk-r2789

16 years ago2007-07-25 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Wed, 25 Jul 2007 08:58:32 +0000 (08:58 +0000)]
2007-07-25  Murray Cumming  <murrayc@murrayc.com>

(modest_platform_set_update_interval): Set the alarm recurrence
fields so that auto-update does not just happen the first time.
This should have fixed projects.maemo.org bug NB#63938.

When this happens you can see a printf when the D-Bus method is
called:
GLIB DEBUG default - debug: modest_dbus_req_handler: method received: SendReceive

However, I do not actually seem to get new POP messages even when
clicking the refresh button manually. A restart gets them.
This might be a problem in today's tinymail only.

pmo-trunk-r2788

16 years ago2007-07-24 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Tue, 24 Jul 2007 16:54:32 +0000 (16:54 +0000)]
2007-07-24  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-maemo-global-settings-dialog.c:
(current_connection):
Avoid a crash (probably only in scratchbox) when strcmp()ing a
NULL when closing the dialog.

pmo-trunk-r2787

16 years agoAdded fixes made on 24 july.
Dirk-Jan C. Binnema [Tue, 24 Jul 2007 13:17:33 +0000 (13:17 +0000)]
Added fixes made on 24 july.

pmo-trunk-r2786

16 years ago* let modest_platform_get_file_icon_name accept files with NULL
Dirk-Jan C. Binnema [Tue, 24 Jul 2007 10:06:10 +0000 (10:06 +0000)]
* let modest_platform_get_file_icon_name accept files with NULL
  filenames as well. this should fix some icon / Criticals-issues.

pmo-trunk-r2784

16 years ago2007-07-24 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Tue, 24 Jul 2007 09:49:17 +0000 (09:49 +0000)]
2007-07-24  Murray Cumming  <murrayc@murrayc.com>

* src/dbus_api/modest-dbus-callbacks.c: (on_idle_delete_message):
Remove the hacky send/receive that didn't work, and instead
refilter the treemodel to make the deleted email really vanish from
the UI (though the delete-from-menu code does has commented out
the code that does that). This fixes projects.maemo.org bug
NB#62859.

pmo-trunk-r2783

16 years ago2007-07-24 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Tue, 24 Jul 2007 09:07:54 +0000 (09:07 +0000)]
2007-07-24  Murray Cumming  <murrayc@murrayc.com>

* src/dbus_api/modest-dbus-callbacks.c: (on_idle_delete_message):
Try a couple of tricks to force the treeview to update (
poke the folder, and do a send/receive refresh), but the deleted
email still appears with a strike-through instead of really being
removed.

pmo-trunk-r2782

16 years ago * Fixes NB#58923, an information banner is shown when trying to create/rename a...
Sergio Villar Senin [Tue, 24 Jul 2007 08:06:54 +0000 (08:06 +0000)]
* Fixes NB#58923, an information banner is shown when trying to create/rename a folder with an empty string

pmo-trunk-r2780

16 years ago * Fixes NB#60774, the logical id was deleted in version 1.1 of the specs
Sergio Villar Senin [Mon, 23 Jul 2007 19:45:40 +0000 (19:45 +0000)]
* Fixes NB#60774, the logical id was deleted in version 1.1 of the specs

pmo-trunk-r2779

16 years ago * Reverting some of the changes of commit 2431 because they're no longer valid since...
Sergio Villar Senin [Mon, 23 Jul 2007 18:57:00 +0000 (18:57 +0000)]
* Reverting some of the changes of commit 2431 because they're no longer valid since 2521

pmo-trunk-r2778

16 years ago2007-07-23 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 23 Jul 2007 18:18:25 +0000 (18:18 +0000)]
2007-07-23  Murray Cumming  <murrayc@murrayc.com>

* src/dbus_api/modest-dbus-callbacks.c:
(add_single_folder_to_list): Ignore TnyMergeFolder folders,
because their ID is not human-readable (see the comment about
improvements needed to the osso-email-interface API) and
TnyMergeFolder::get_id_func() currently crashes with DBC enabled.

pmo-trunk-r2777

16 years ago2007-07-23 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 23 Jul 2007 17:29:29 +0000 (17:29 +0000)]
2007-07-23  Murray Cumming  <murrayc@murrayc.com>

* src/dbus_api/modest-dbus-callbacks.c: (modest_dbus_req_handler),
(add_folders_to_list), (on_dbus_method_get_folders),
(modest_dbus_req_filter):
* src/maemo/modest-maemo-utils.c:
(on_camel_account_get_supported_secure_authentication):
* src/maemo/modest-main-window.c: (modest_main_window_set_style),
(on_header_view_focus_in):
* src/modest-email-clipboard.c: (modest_email_clipboard_set_data):
* src/modest-formatter.c: (modest_formatter_create_body_part):
* src/modest-mail-operation.c: (recurse_folders),
(update_account_thread), (get_msgs_full_thread),
(modest_mail_operation_get_msgs_full),
(modest_mail_operation_xfer_msgs):
* src/modest-search.c: (search_mime_part_and_child_parts),
(modest_search_account), (modest_search_all_accounts):
* src/modest-tny-account.c:
(modest_tny_account_get_special_folder), (recurse_folders):
* src/modest-tny-local-folders-account.c:
(modest_tny_local_folders_account_query_passes):
* src/modest-tny-msg.c: (copy_mime_part),
(modest_tny_msg_find_body_part_from_mime_part):
* src/modest-tny-send-queue.c: (modest_tny_send_queue_cancel),
(modest_tny_send_queue_try_to_send):
* src/modest-ui-actions.c: (modest_ui_actions_on_delete_message),
(_modest_ui_actions_open), (download_uncached_messages),
(reply_forward), (modest_ui_actions_on_copy),
(modest_ui_actions_on_details), (has_retrieved_msgs),
(msgs_move_to_confirmation), (open_msg_for_purge_cb),
(do_headers_action):
* src/modest-ui-dimming-rules.c: (_already_opened_msg),
(_selected_msg_marked_as), (_msg_download_completed),
(_selected_msg_sent_in_progress):
* src/widgets/modest-attachments-view.c:
(modest_attachments_view_set_message):
* src/widgets/modest-msg-view.c: (find_cid_image):
* tests/check_folder-transfer.c: (find_folders):
* tests/check_update-account.c: (func):
* tests/dbus_api/test_get_folders.c: (main):
Checked all uses of tny_iterator_get_current(), making sure
that the object is unreferenced (3 or 4 places did not),
and adding checks for NULL.

pmo-trunk-r2776

16 years ago * Update the next_row_reference if it was invalidated previously
Sergio Villar Senin [Mon, 23 Jul 2007 17:06:20 +0000 (17:06 +0000)]
* Update the next_row_reference if it was invalidated previously
* Fixes NB#63349, the viewer moves to the next message even if the old following one was deleted

pmo-trunk-r2775

16 years ago * ModestAccountMgr: the account manager is just a facade to the configuration...
Sergio Villar Senin [Mon, 23 Jul 2007 16:38:03 +0000 (16:38 +0000)]
    * ModestAccountMgr: the account manager is just a facade to the configuration system, so it should
not know TnyAccounts only ModestAccounts. TnyAccounts are managed by the TnyAccountStore
        - removed the server_account parametter from the account_removed signal
        - removed the server_account parametter from the remove_account method
        - Changed the signature of the methods that handled the signal
        - completetly rewritten the account removal code
        * ModestTnyAccountStore
        - now it issues a account_removed for both the store and the transport account
        - completety rewritten the get_server_account method, it makes no sense to use the account mgr, because we h
ave the accounts
        * ModestFolderView
        - added a missing check
        - added a missing select inbox
- added a condition to the filter_row method, do not take into account the visible_account_id if we aren't in SHOW_ONE style

pmo-trunk-r2774

16 years ago2007-07-23 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 23 Jul 2007 14:52:44 +0000 (14:52 +0000)]
2007-07-23  Murray Cumming  <murrayc@murrayc.com>

* src/dbus_api/modest-dbus-callbacks.c:
(on_idle_open_default_inbox): Make sure that the application UI is
visible.
* src/maemo/easysetup/modest-easysetup-wizard.c:
(on_entry_invalid_character): Show the word whitespace instead
of (null) in the banner when whitespace was entered.
(show_error): Add a comment that  this does not work in
Maemo Bora, though we do not know why.

pmo-trunk-r2773

16 years agos/__FUNCTION/__FUNCTION__/
Dirk-Jan C. Binnema [Mon, 23 Jul 2007 13:09:48 +0000 (13:09 +0000)]
s/__FUNCTION/__FUNCTION__/

pmo-trunk-r2772

16 years agoAdded new fixes to changelog - week 30.
Dirk-Jan C. Binnema [Mon, 23 Jul 2007 12:51:32 +0000 (12:51 +0000)]
Added new fixes to changelog -  week 30.

pmo-trunk-r2771

16 years ago2007-07-23 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 23 Jul 2007 12:07:22 +0000 (12:07 +0000)]
2007-07-23  Murray Cumming  <murrayc@murrayc.com>

* src/modest-tny-account.c:
(modest_tny_account_get_special_folder): Use an if instead of
an assert for when the parent account name is NULL, because this
might be causing a crash in projects.maemo.org bug 63192.
* src/modest-mail-operation.c:
(modest_mail_operation_send_new_mail_cb),
(modest_mail_operation_remove_folder): unref the folder that is
returned from modest_tny_account_get_special_folder().

pmo-trunk-r2770

16 years agoAdded a comment.
Murray Cumming [Mon, 23 Jul 2007 11:43:49 +0000 (11:43 +0000)]
Added a comment.

pmo-trunk-r2769

16 years ago * Reverted some changes from one of the latest armin's commits. We can never call...
Sergio Villar Senin [Mon, 23 Jul 2007 10:18:00 +0000 (10:18 +0000)]
* Reverted some changes from one of the latest armin's commits. We can never call gtk_widget_destroy over a window, we need to do all the window management always through the window manager

pmo-trunk-r2768

16 years ago2007-07-23 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 23 Jul 2007 08:53:45 +0000 (08:53 +0000)]
2007-07-23  Murray Cumming  <murrayc@murrayc.com>

* src/modest-ui-actions.c:
(modest_ui_actions_on_password_requested):
Show mail_ib_login_cancelled info banner when the user cancels
the protected password dialog, to fix projects.maemo.org
bug NB#63617.

pmo-trunk-r2767

16 years ago2007-07-23 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 23 Jul 2007 08:18:21 +0000 (08:18 +0000)]
2007-07-23  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-account-settings-dialog.c:
(create_page_outgoing): Put this page in a GtkScrolledWindow,
matching the UI mock-up in the UI spec, and allowing access
to all widgets even when the on-screen keyboard is active.

pmo-trunk-r2766

16 years ago2007-07-16 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 23 Jul 2007 08:04:12 +0000 (08:04 +0000)]
2007-07-16  Murray Cumming  <murrayc@murrayc.com>

Reverted this previous commit from Johannes,
because the scrollbars are always visible and because
I think we only need it on onepage of the account
settings, not the account wizard.
(I wrote the wrong instructions in the bug.)

* src/maemo/easysetup/modest-easysetup-wizard.c:
Added scrollbars to account wizard dialog.
Fixed projects.maemo.org NB #62744

pmo-trunk-r2765

16 years ago2007-07-22 Johannes Schmid <johannes.schmid@openismus.com>
Johannes Schmid [Sun, 22 Jul 2007 14:48:44 +0000 (14:48 +0000)]
2007-07-22  Johannes Schmid <johannes.schmid@openismus.com>

* src/maemo/easysetup/modest-easysetup-wizard.c:
(create_page_user_details):
Use auto-cap for name (projects.maemo.org NB#63716)
* src/widgets/modest-account-view.c: (on_account_busy_changed):

pmo-trunk-r2764

16 years ago2007-07-22 Armin Burgmeier <armin@openismus.com>
Armin Burgmeier [Sun, 22 Jul 2007 13:17:17 +0000 (13:17 +0000)]
2007-07-22  Armin Burgmeier  <armin@openismus.com>

* src/maemo/modest-ui-actions.c: Use current account instead of
default account for creating viewer windows, so that the viewer
window knows to which account the viewed message belongs.

* src/maemo/modest-msg-view-window.c: Destroy the window when the
corresponding account is deleted. This fixes projects.maemo.org bug

pmo-trunk-r2763

16 years ago* src/modest-ui-actions.c:
Jose Dapena Paz [Fri, 20 Jul 2007 16:52:01 +0000 (16:52 +0000)]
* src/modest-ui-actions.c:
* If there's no header view, then proper information banner
  "nothing to sort" is shown.
* src/modest-ui-dimming-rules.c:
* Dim sort action if folder is empty. IN toolbar we show the
  corresponding information banner (fixes NB#60446).

pmo-trunk-r2762

16 years ago* src/maemo/modest-maemo-utils.[ch]:
Jose Dapena Paz [Fri, 20 Jul 2007 09:48:31 +0000 (09:48 +0000)]
* src/maemo/modest-maemo-utils.[ch]:
* New method modest_maemo_gtk_toggle_action_set_active_block_notify
  that disables handlers on changing the current status of a
  toggle action. This was duplicated in msg view and editor, so
  it's been refactored to make them share the implementation.
  Using this in msg edit implementation change is pending on
  other changes in wpeditor.
* src/maemo/modest-msg-view-window.c:
* Now we use the new modest-maemo-utils refactored toggle action
  notify block method.

pmo-trunk-r2761

16 years agoSome improvements on the header view layout. It puts finally the
Jose Dapena Paz [Thu, 19 Jul 2007 21:44:28 +0000 (21:44 +0000)]
Some improvements on the header view layout. It puts finally the
priority icon in its place
* src/maemo/modest-icon-names.h:
        * Added standard high and low priority icons, to be used
          from the custom icon renderers in thumbable headers.
* src/widgets/modest-header-view-render.c:
* Use the proper icons for high and low priority, instead
  of the old composed ones used for the shared priority and
  attachments cell renderer (fixes NB#62262).
* src/widgets/modest-header-view.c:
* Some other layout fixes in compact header view.

pmo-trunk-r2760

16 years ago* src/widgets/modest-recpt-view.c:
Jose Dapena Paz [Thu, 19 Jul 2007 19:47:25 +0000 (19:47 +0000)]
* src/widgets/modest-recpt-view.c:
* Now we accept a small threshold (32 pixels) in press/release
  cycles, to prevent when the click is done with a small
  movement (as it can happen in maemo touchscreen)
  (fixes NB#60728).

pmo-trunk-r2759

16 years ago* src/maemo/modest-msg-view-window.c:
Jose Dapena Paz [Thu, 19 Jul 2007 17:36:12 +0000 (17:36 +0000)]
* src/maemo/modest-msg-view-window.c:
* Now we show properly the find toolbar, as we attach it
  using hildon_window_add_toolbar API. This partially fixes
  (NB#63201) as this only fixes toolbar in view.

pmo-trunk-r2758

16 years ago* src/widgets/modest-recpt-editor.c:
Jose Dapena Paz [Thu, 19 Jul 2007 17:20:10 +0000 (17:20 +0000)]
* src/widgets/modest-recpt-editor.c:
* Now we discard invalid chars (bullets and images) on pasting
  in recipient editor. This way, if we paste from the editor
  these symbols, they should be removed from text pasted in
  the recipient editor (fixes NB#62575).

pmo-trunk-r2757

16 years ago* src/widgets/modest-msg-view.c:
Jose Dapena Paz [Thu, 19 Jul 2007 16:39:42 +0000 (16:39 +0000)]
* src/widgets/modest-msg-view.c:
* Added implementation of get_message_is_empty method. It uses
  gtk_html_export method to know if the buffer has any text
  representation and this is empty or not.
* src/maemo/modest-msg-view-window.c:
* Removed check for empty buffer to show "nothing to find"
  banner on toggling the toolbar. This should be shown on trying
  to search in the toolbar, not on trying to show the toolbar.
* Added the nothing to find banner on searching empty buffers,
  using the new implementation. This is a partial fix to
  NB#62350.

pmo-trunk-r2756

16 years ago* src/modest-formatter.c:
Jose Dapena Paz [Thu, 19 Jul 2007 15:15:09 +0000 (15:15 +0000)]
* src/modest-formatter.c:
* Add an unref to avoid leaking a reference.

pmo-trunk-r2755

16 years ago* src/modest-ui-actions.c:
Jose Dapena Paz [Thu, 19 Jul 2007 15:13:51 +0000 (15:13 +0000)]
* src/modest-ui-actions.c:
* (folder_refreshed_cb): Now I check if the folder refreshed
  message corresponds to the currently selected folder in
  header view. This should prevent showing the empty folder
  message for a populated folder when other folder request
  finishes later.

pmo-trunk-r2754

16 years ago* src/modest-tny-msg.c:
Jose Dapena Paz [Thu, 19 Jul 2007 15:10:23 +0000 (15:10 +0000)]
* src/modest-tny-msg.c:
* Now we simplify the way we copy mime parts when the mime part
  is an attachment. This, with a pending patch in tinymail,
  should fix NB#61280.

pmo-trunk-r2753

16 years ago2007-07-18 Armin Burgmeier <armin@openismus.com>
Armin Burgmeier [Wed, 18 Jul 2007 15:52:17 +0000 (15:52 +0000)]
2007-07-18  Armin Burgmeier  <armin@openismus.com>

* src/maemo/modest-connection-specific-smtp-edit-window.c: Don't let
the dialog close after entering an invalid port number and clicking
OK. This fixes projects.maemo.org bug NB#63602.

pmo-trunk-r2752

16 years ago2007-07-18 Armin Burgmeier <armin@openismus.com>
Armin Burgmeier [Wed, 18 Jul 2007 13:49:22 +0000 (13:49 +0000)]
2007-07-18  Armin Burgmeier  <armin@openismus.com>

* src/modest-tny-account-store.c:
(get_server_accounts): Set parent modest account name for each
connection-specific transport account so that special folders of such
an account can be looked up. This fixes a crash when changing account
settings. This might also be related to projects.maemo.org bug
NB#63594.

pmo-trunk-r2751

16 years ago* src/modest-ui-dimming-rules.c:
Jose Dapena Paz [Tue, 17 Jul 2007 16:19:16 +0000 (16:19 +0000)]
* src/modest-ui-dimming-rules.c:
* Use the proper domain for "unable to delete" information
  banner (fixes NB#63494).

pmo-trunk-r2750

16 years ago* src/modest-mail-operation.c:
Jose Dapena Paz [Tue, 17 Jul 2007 15:51:27 +0000 (15:51 +0000)]
* src/modest-mail-operation.c:
* Now it checks if there's no account already, and then cancel cannot
  be run. Avoids a crash.

pmo-trunk-r2749

16 years agoChanged the changelog to build for week 29.
Dirk-Jan C. Binnema [Tue, 17 Jul 2007 14:07:44 +0000 (14:07 +0000)]
Changed the changelog to build for week 29.

pmo-trunk-r2748

16 years agoUpdated the resolved fixed bugs into changelog for week 29.
Dirk-Jan C. Binnema [Tue, 17 Jul 2007 13:10:08 +0000 (13:10 +0000)]
Updated the resolved fixed bugs into changelog for week 29.

pmo-trunk-r2747

16 years ago2007-07-16 Armin Burgmeier <armin@openismus.com>
Armin Burgmeier [Mon, 16 Jul 2007 18:50:23 +0000 (18:50 +0000)]
2007-07-16  Armin Burgmeier  <armin@openismus.com>

* src/modest-ui-actions.c: Added a button to create a folder to the
move-to dialog. This fixes projects.maemo.org bug NB#.

pmo-trunk-r2745

16 years agofixed Changelog...
Johannes Schmid [Mon, 16 Jul 2007 17:18:44 +0000 (17:18 +0000)]
fixed Changelog...

pmo-trunk-r2744

16 years ago2007-07-16 Johannes Schmid <johannes.schmid@openismus.com>
Johannes Schmid [Mon, 16 Jul 2007 17:17:13 +0000 (17:17 +0000)]
2007-07-16  Johannes Schmid <johannes.schmid@openismus.com>

* src/maemo/easysetup/modest-easysetup-wizard.c:
Added scrollbars to account wizard dialog.
Fixed projects.maemo.org NB #6274

pmo-trunk-r2743

16 years ago2007-07-16 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 16 Jul 2007 12:15:00 +0000 (12:15 +0000)]
2007-07-16  Murray Cumming  <murrayc@murrayc.com>

* src/widgets/modest-msg-view.h:
* src/widgets/modest-msg-view.c:
Added modest_msg_view_get_message_is_empty() but this needs
to be implemented.
* src/maemo/modest-msg-edit-window.c: (message_is_empty):
Check if there is any text in the message yet.
But this needs to be implemented properly.
(modest_msg_edit_window_toggle_find_toolbar):
* src/maemo/modest-msg-view-window.c:
(modest_msg_view_window_toggle_find_toolbar):
Show a banner warning if there is no text to search, when
trying to start a search. This partially fixes
projects.maemo.org bug NB#62350.

pmo-trunk-r2742

16 years ago* src/maemo/modest-msg-view-window.c:
Jose Dapena Paz [Mon, 16 Jul 2007 09:08:01 +0000 (09:08 +0000)]
* src/maemo/modest-msg-view-window.c:
        * Now we use GtkTreePath's instead of iterators
          for message_reader function. This should be more
          reliable against model changes that change the
          stamp available for iterators, and avoid a crash
          then (fixes NB#63270).

pmo-trunk-r2740

16 years ago * Fixes NB#63080, size=0 is also translated by modest text utils
Sergio Villar Senin [Fri, 13 Jul 2007 19:23:42 +0000 (19:23 +0000)]
* Fixes NB#63080, size=0 is also translated by modest text utils

pmo-trunk-r2738

16 years ago2007-07-13 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 13 Jul 2007 18:10:39 +0000 (18:10 +0000)]
2007-07-13  Murray Cumming  <murrayc@murrayc.com>

* src/modest-mail-operation.c: (update_account_thread):
Initialized num_new_headers to fix the build.

pmo-trunk-r2737

16 years ago2007-07-13 MMurray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 13 Jul 2007 17:31:13 +0000 (17:31 +0000)]
2007-07-13  MMurray Cumming  <murrayc@murrayc.com>

* src/modest-account-mgr.c: (modest_account_mgr_account_names):
Ignore modest accounts whose server accounts don't exist in gconf.
This prevents us trying to create TnyAccount instances for those
server accounts when the server account has been removed from gconf,
but the parent modest account has not yet been removed from modest.
I don't know why this is only noticeable now. It was probably just
a harmeless g_warning() anyway.

pmo-trunk-r2736

16 years ago * Added the operation cancel_all_operations to the progress objects
Sergio Villar Senin [Fri, 13 Jul 2007 17:05:36 +0000 (17:05 +0000)]
* Added the operation cancel_all_operations to the progress objects
* The cancel button now invokes the cancel_all operation
* Fixed modest_mail_operation cancel, now it really calls tny_account_cancel
* Removed the ugly did_a_cancel static boolean in the mail operations
* Fixed a leak with the new headers received when doing a send&receive
* Fixes NB#62946, several clicks on cancel do not make the application crash when S&R
* Fixed the new_headers count that was returned by the update_account_thread, it was wrong and was returning always 0 because the new_headers were freed before

pmo-trunk-r2735

16 years agoAdded all the bugs in resolved fixed status.
Dirk-Jan C. Binnema [Fri, 13 Jul 2007 14:20:25 +0000 (14:20 +0000)]
Added all the bugs in resolved fixed status.

pmo-trunk-r2734

16 years ago2007-07-13 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 13 Jul 2007 09:15:50 +0000 (09:15 +0000)]
2007-07-13  Murray Cumming  <murrayc@murrayc.com>

* src/modest-ui-dimming-rules.c: (_selected_folder_is_root):
Fix my previous commit, to avoid unrefing a NULL TnyFolderStore.

pmo-trunk-r2733

16 years ago * Wrap all the signal emissions with gdk_threads_* stuff, we need to ensure that...
Sergio Villar Senin [Fri, 13 Jul 2007 07:39:54 +0000 (07:39 +0000)]
* Wrap all the signal emissions with gdk_threads_* stuff, we need to ensure that only one thread enter Gtk+ at the same time

pmo-trunk-r2732

16 years ago2007-07-12 Armin Burgmeier <armin@openismus.com>
Armin Burgmeier [Thu, 12 Jul 2007 17:03:45 +0000 (17:03 +0000)]
2007-07-12  Armin Burgmeier  <armin@openismus.com>

* src/maemo/modest-main-window.c: Make default account appear bold
in view, tools/send & receive and toolbar/send & receive SCM menus.
This fixes projects.maemo.org bug NB#59010.

pmo-trunk-r2731

16 years ago2007-07-12 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Thu, 12 Jul 2007 15:00:58 +0000 (15:00 +0000)]
2007-07-12  Murray Cumming  <murrayc@murrayc.com>

* src/modest-ui-dimming-rules.c: (_selected_folder_is_root):
Add a short-cut, by checking if the folder store is an account.
This ensures that the Sort menu item and toolbar is dimmed for
the local-folders account root item, fixing
projects.maemo.org bug NB#62545.

pmo-trunk-r2730

16 years ago2007-07-12 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Thu, 12 Jul 2007 14:25:33 +0000 (14:25 +0000)]
2007-07-12  Murray Cumming  <murrayc@murrayc.com>

* src/modest-tny-account-store.c: (get_password):
Show the password dialog (via the signal) only in the mainloop, via
an idle handler that we wait for. This could theoretically prevent
hangs, though I worry that it could introduce some too.

pmo-trunk-r2729

16 years ago * Added support to get_folders call in the local folder account to filter by query
Sergio Villar Senin [Thu, 12 Jul 2007 14:22:11 +0000 (14:22 +0000)]
* Added support to get_folders call in the local folder account to filter by query
* Removed get_folders_async from the local folder account because it makes no sense to redefine it to just call the parent
* Redefined the create_folder method in the local folder account in order not to allow to create folders with the same name than the extra folders
* Removed some invalid string comparisons in the guess_folder_type_from_name
* Now Modest do not allow to create a folder called outbox, nor to move another one with that name to the local folders account

pmo-trunk-r2728

16 years ago2007-07-12 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Thu, 12 Jul 2007 14:00:57 +0000 (14:00 +0000)]
2007-07-12  Murray Cumming  <murrayc@murrayc.com>

* src/gnome/modest-platform.c: (modest_platform_connect_and_wait):
* src/maemo/modest-platform.c:
(modest_platform_connect_and_wait):
Take a TnyAccount* parameter and try to set it to online
(a TnyCamel-only API), because tinymail sets accounts to offline
when the user cancels a password dialog, and doesn't ask again until
it has been set to online.
However, this is commented out because it causes a hang now.

(modest_platform_connect_and_wait_if_network_account):
* src/modest-mail-operation.c:
(modest_mail_operation_update_account):
* src/modest-platform.h:
* src/modest-ui-actions.c: (_modest_ui_actions_open),
(download_uncached_messages), (modest_ui_actions_on_send): Adapted.

pmo-trunk-r2727

16 years ago2007-07-12 Armin Burgmeier <armin@openismus.com>
Armin Burgmeier [Thu, 12 Jul 2007 13:20:03 +0000 (13:20 +0000)]
2007-07-12  Armin Burgmeier  <armin@openismus.com>

* src/modest-error.h: Added MODEST_MAIL_OPERATION_FOLDER_EXISTS error.

* src/modest-mail-operation.c:
* src/modest-ui-actions.c: Check for already existing folder before
querying the server, show error message from camel if the request
still fails. This fixes projects.maemo.org bug NB#58701.

pmo-trunk-r2726

16 years ago2007-07-12 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Thu, 12 Jul 2007 13:02:57 +0000 (13:02 +0000)]
2007-07-12  Murray Cumming  <murrayc@murrayc.com>

* src/modest-tny-account-store.h:
* src/modest-tny-account-store.c:
Added modest_tny_account_store_forget_password_in_memory(),
(get_server_accounts): Called modest_tny_account_store_forget_password_in_memory()
when creating a new account, so that new passwords will be used, instead of
us thinking that it's a second request as a result of a failed password again.

pmo-trunk-r2725

16 years agoUnselecting when a rename or a delete should happen
Philip Van Hoof [Thu, 12 Jul 2007 12:15:10 +0000 (12:15 +0000)]
Unselecting when a rename or a delete should happen

pmo-trunk-r2724

16 years ago * Removed some comments
Sergio Villar Senin [Thu, 12 Jul 2007 11:16:36 +0000 (11:16 +0000)]
* Removed some comments
* Fixes NB#63055
* Added query capabilities to the get_folders method of our local account store
* Added the name Outbox for the local merged folder with the same name

pmo-trunk-r2723

16 years ago2007-07-12 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Thu, 12 Jul 2007 09:36:00 +0000 (09:36 +0000)]
2007-07-12  Murray Cumming  <murrayc@murrayc.com>

* src/dbus_api/modest-dbus-callbacks.c:
(on_idle_open_message): If the message is in drafts then open it
in an edit window instead of a view window. This fixes
projects.maemo.org bug NB#63005.

pmo-trunk-r2722

16 years ago2007-07-12 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Thu, 12 Jul 2007 08:14:42 +0000 (08:14 +0000)]
2007-07-12  Murray Cumming  <murrayc@murrayc.com>

* src/dbus_api/modest-dbus-callbacks.c: (on_idle_open_message):
Avoided a harmless g_warning().

pmo-trunk-r2721