modest
16 years agoDon't wait till the message is completely saved to show the 'Saved to drafts' banner
Alberto Garcia [Tue, 20 Nov 2007 18:10:09 +0000 (18:10 +0000)]
Don't wait till the message is completely saved to show the 'Saved to drafts' banner

pmo-trunk-r3786

16 years agoFixes NB76286
Felipe Erias Morandeira [Tue, 20 Nov 2007 17:35:25 +0000 (17:35 +0000)]
Fixes NB76286
If the attachment has already been downloaded, it uses the existing file and doesn't try to create it again. This prevents a problem that happened when the user tried to open an attachment for the second time, but the existing file was read-only and couldn't be overwritten.

pmo-trunk-r3785

16 years ago* add retval check (coverity)
Dirk-Jan C. Binnema [Tue, 20 Nov 2007 17:26:32 +0000 (17:26 +0000)]
* add retval check (coverity)

pmo-trunk-r3784

16 years ago* add retval checks for hildon_sort_dialog_(get|add)_sort_key;
Dirk-Jan C. Binnema [Tue, 20 Nov 2007 17:15:22 +0000 (17:15 +0000)]
* add retval checks for hildon_sort_dialog_(get|add)_sort_key;
  to make coverity happy

pmo-trunk-r3783

16 years ago* Call tny_header_set_flag() with just one flag in each call
Alberto Garcia [Tue, 20 Nov 2007 16:08:37 +0000 (16:08 +0000)]
* Call tny_header_set_flag() with just one flag in each call
Fixes NB#76490

pmo-trunk-r3782

16 years ago* src/maemo/modest-platform.c:
Jose Dapena Paz [Tue, 20 Nov 2007 15:13:50 +0000 (15:13 +0000)]
* src/maemo/modest-platform.c:
        * Now we check in on_response of new name for folder dialog
          also if we're setting a name of a special local folder
          (fixes NB#76506).

pmo-trunk-r3781

16 years ago * Clean up some code
Sergio Villar Senin [Tue, 20 Nov 2007 14:37:26 +0000 (14:37 +0000)]
* Clean up some code

pmo-trunk-r3780

16 years agoThese changes disable focus changing in message view (fixes NB#75858)
Jose Dapena Paz [Tue, 20 Nov 2007 12:03:00 +0000 (12:03 +0000)]
These changes disable focus changing in message view (fixes NB#75858)
and improve key handling of scroll.
* src/widgets/modest-mail-header-view.c:
        * Disable focus change with cursors or keys.
* src/maemo/modest-msg-view-window.c:
        * Improve keyboard scroll (now we handle properly keypad keys,
          and also page up/down, and home/end keys).
        * Block all move-focus events.

pmo-trunk-r3777

16 years ago* src/modest-email-clipboard.[ch]:
Jose Dapena Paz [Tue, 20 Nov 2007 09:53:59 +0000 (09:53 +0000)]
* src/modest-email-clipboard.[ch]:
        * Now we have a permanent reference to private structure in
          ModestEmailClipboard instance. This is for retrieving this
          faster (we need this to improve speed of a frequent operation
          as modest_email_clipboard_cleared is).

pmo-trunk-r3776

16 years ago* src/modest-ui-dimming-rules.c:
Jose Dapena Paz [Tue, 20 Nov 2007 09:52:06 +0000 (09:52 +0000)]
* src/modest-ui-dimming-rules.c:
        * (..._on_add_to_contacts): now we use
          gtk_clipboard_wait_for_text only when we don't know how to
          get the selection of the widget we're showing.
        * (_invalid_clipboard_selected): again, we try to avoid
          using gtk_clipboard_wait_for_text when we can get the
          selection from the focused widget.

pmo-trunk-r3775

16 years ago* src/maemo/modest-msg-edit-window.c:
Jose Dapena Paz [Tue, 20 Nov 2007 09:48:10 +0000 (09:48 +0000)]
* src/maemo/modest-msg-edit-window.c:
        * Now we setup the menu bar in construct (in new method).
* src/maemo/modest-msg-view-window.c:
        * Move the toolbar menu options setting up to restore_settings.
          We were setting this in init stage and this was forcing
          the load of all items.
        * Now we get the menubar as a GtkMenu, instead of reparenting
          its children.

pmo-trunk-r3774

16 years ago* src/widgets/modest-header-view.c:
Jose Dapena Paz [Tue, 20 Nov 2007 09:36:03 +0000 (09:36 +0000)]
* src/widgets/modest-header-view.c:
        * (filter_row). Minor optimisation to use
          gtk_tree_model_get_value instead of gtk_tree_model_get. This
          makes this faster (30% or so).
        * (filter_row). Move the g_strdup of the id to the if branch
          where it's used.

pmo-trunk-r3773

16 years agoRemove GLIB CRITICAL
Alberto Garcia [Mon, 19 Nov 2007 18:22:08 +0000 (18:22 +0000)]
Remove GLIB CRITICAL

pmo-trunk-r3772

16 years ago * Gathered the argument checking code to one single function in the D-Bus methods
Sergio Villar Senin [Mon, 19 Nov 2007 18:13:58 +0000 (18:13 +0000)]
* Gathered the argument checking code to one single function in the D-Bus methods
* Added a new noop mail operation that will be used by the D-Bus callbacks to notify modest that the operation had an error and that the program should quit
* Removed some unused code, and cleaned up some comments

pmo-trunk-r3771

16 years agoAdd missing g_object_ref() when attaching files
Alberto Garcia [Mon, 19 Nov 2007 18:00:58 +0000 (18:00 +0000)]
Add missing g_object_ref() when attaching files

pmo-trunk-r3770

16 years agoFix several important leaks in the msg edit window
Alberto Garcia [Mon, 19 Nov 2007 17:11:42 +0000 (17:11 +0000)]
Fix several important leaks in the msg edit window
Fixes NB#75751

pmo-trunk-r3769

16 years agoFixes NB#76174
Felipe Erias Morandeira [Mon, 19 Nov 2007 16:52:12 +0000 (16:52 +0000)]
Fixes NB#76174

pmo-trunk-r3768

16 years ago* add param checks to all public functions
Dirk-Jan C. Binnema [Mon, 19 Nov 2007 12:40:28 +0000 (12:40 +0000)]
* add param checks to all public functions

pmo-trunk-r3766

16 years ago* gtk_widget_show for the progress_toolbar now comes before the
Dirk-Jan C. Binnema [Mon, 19 Nov 2007 12:31:52 +0000 (12:31 +0000)]
* gtk_widget_show for the progress_toolbar now comes before the
  the one for progress_toolitem. this prevents the progressbar
  from getting the weird background color from the 'optimized-view'
  toggle button.

trivial fix, but this has annoyed me for a long time :)

pmo-trunk-r3764

16 years ago* src/widgets/modest-window-mgr.c:
Jose Dapena Paz [Mon, 19 Nov 2007 12:23:46 +0000 (12:23 +0000)]
* src/widgets/modest-window-mgr.c:
* (on_window_destroy): now we present the main window if we
  request to delete it and we need to show the confirmation
  dialog (fixes NB#74495).

pmo-trunk-r3763

16 years ago* src/widgets/modest-folder-view.c:
Jose Dapena Paz [Mon, 19 Nov 2007 12:01:19 +0000 (12:01 +0000)]
* src/widgets/modest-folder-view.c:
* Now we show properly the collapsed normal folder view
  (fixes NB#76252).

pmo-trunk-r3762

16 years agoFixes NB#76204
Felipe Erias Morandeira [Mon, 19 Nov 2007 11:25:08 +0000 (11:25 +0000)]
Fixes NB#76204

pmo-trunk-r3761

16 years ago* modest-header-view.c:
Dirk-Jan C. Binnema [Mon, 19 Nov 2007 10:44:57 +0000 (10:44 +0000)]
* modest-header-view.c:
  - added g_return_(val_)if_fail guards to all public functions
  - removed asserts
* modest-folder-view.c:
  - small compile fix

pmo-trunk-r3760

16 years ago* change the example e-mail from first.last@provider.com => first.last@example.com
Dirk-Jan C. Binnema [Mon, 19 Nov 2007 10:13:49 +0000 (10:13 +0000)]
* change the example e-mail from first.last@provider.com => first.last@example.com
  (following Felipe's suggestion)
* put the #define for this is modest-defs.h

pmo-trunk-r3759

16 years agoFixed leak in modest-folder-view
Alberto Garcia [Fri, 16 Nov 2007 16:45:05 +0000 (16:45 +0000)]
Fixed leak in modest-folder-view

pmo-trunk-r3757

16 years agoFixed leak in modest msg view window
Alberto Garcia [Fri, 16 Nov 2007 16:10:35 +0000 (16:10 +0000)]
Fixed leak in modest msg view window

pmo-trunk-r3756

16 years ago* Fixed 3 memory leaks in modest-msg-view-window
Alberto Garcia [Fri, 16 Nov 2007 15:53:32 +0000 (15:53 +0000)]
* Fixed 3 memory leaks in modest-msg-view-window

pmo-trunk-r3755

16 years agoFixes NB#75897
Felipe Erias Morandeira [Fri, 16 Nov 2007 14:32:06 +0000 (14:32 +0000)]
Fixes NB#75897

pmo-trunk-r3754

16 years agoTageed for week 47.
Vivek Sekar [Fri, 16 Nov 2007 12:48:05 +0000 (12:48 +0000)]
Tageed for week 47.

pmo-trunk-r3752

16 years ago* speed up modest_account_mgr_has_accounts by caching the status
Dirk-Jan C. Binnema [Fri, 16 Nov 2007 11:16:46 +0000 (11:16 +0000)]
* speed up modest_account_mgr_has_accounts by caching the status
  instead of querying modest_conf (gconf) all the time

pmo-trunk-r3751

16 years ago* disconnecting the account before removing the cache, because
Dirk-Jan C. Binnema [Fri, 16 Nov 2007 10:56:21 +0000 (10:56 +0000)]
* disconnecting the account before removing the cache, because
  disconnecting *after* it would write the cache once more..

pmo-trunk-r3750

16 years ago * Removed maemo code from account store
Sergio Villar Senin [Thu, 15 Nov 2007 19:16:48 +0000 (19:16 +0000)]
* Removed maemo code from account store

pmo-trunk-r3749

16 years ago * Replaced invalid calls to hildon from common code
Sergio Villar Senin [Thu, 15 Nov 2007 19:09:43 +0000 (19:09 +0000)]
* Replaced invalid calls to hildon from common code

pmo-trunk-r3748

16 years ago* If a user edits a message from drafts, disable the header view
Alberto Garcia [Thu, 15 Nov 2007 16:38:18 +0000 (16:38 +0000)]
* If a user edits a message from drafts, disable the header view
  while the message is being saved as it could cause problems.

pmo-trunk-r3747

16 years ago * Fixes NB#70692 with tinymail commit 2956. The device won't try to connect if it...
Sergio Villar Senin [Thu, 15 Nov 2007 15:38:24 +0000 (15:38 +0000)]
* Fixes NB#70692 with tinymail commit 2956. The device won't try to connect if it's sleeping and send&received is issued by the alarmd daemon

pmo-trunk-r3746

16 years agoFixes NB#66410
Felipe Erias Morandeira [Thu, 15 Nov 2007 14:56:27 +0000 (14:56 +0000)]
Fixes NB#66410

pmo-trunk-r3745

16 years ago* fix attachment permissions:
Dirk-Jan C. Binnema [Thu, 15 Nov 2007 14:31:48 +0000 (14:31 +0000)]
* fix attachment permissions:
- when opening directly, set permissions to 0444 (read-only)
- when saving, set permissions to 0644 (read/write)

pmo-trunk-r3744

16 years ago* Add dimming rule to Menu->Email->Send on the message editor
Alberto Garcia [Thu, 15 Nov 2007 11:44:36 +0000 (11:44 +0000)]
* Add dimming rule to Menu->Email->Send on the message editor
Fixes NB#75954

pmo-trunk-r3743

16 years ago* In the message viewer, update window title after
Alberto Garcia [Thu, 15 Nov 2007 11:13:32 +0000 (11:13 +0000)]
* In the message viewer, update window title after
  setting the message
Fixes NB#75760
Fixes NB#75937

pmo-trunk-r3742

16 years ago* src/widgets/modest-attachments-view.[ch]:
Jose Dapena Paz [Thu, 15 Nov 2007 10:55:57 +0000 (10:55 +0000)]
* src/widgets/modest-attachments-view.[ch]:
        * Now clipboard requests don't support text targets, only
          attachment indexes. Fixes NB#75889.

pmo-trunk-r3741

16 years ago * Changed the order in which the singletons and the account store are finalized...
Sergio Villar Senin [Thu, 15 Nov 2007 10:04:24 +0000 (10:04 +0000)]
* Changed the order in which the singletons and the account store are finalized in order to prevent a SIGSEV

pmo-trunk-r3740

16 years ago * Refactored two error handlers
Sergio Villar Senin [Thu, 15 Nov 2007 09:03:23 +0000 (09:03 +0000)]
* Refactored two error handlers
* Migrated open_msg to use the new connect_and_perform instead of connect_and_wait

pmo-trunk-r3739

16 years ago* src/widgets/modest-combo-box.[ch]:
Jose Dapena Paz [Thu, 15 Nov 2007 08:51:33 +0000 (08:51 +0000)]
* src/widgets/modest-combo-box.[ch]:
        * Added (modest_combo_box_set_pair_list), to be able to set
          the pair list after constructing the widget.
* src/widgets/modest-window-mgr.[ch]:
        * Added a new cache for preconstructing message view and editor
          so that we can speed up opening messages. We provide methods
          ..._get_msg_view_window and ..._get_msg_edit_window. The
          cached instances are constructed in the idle loop. These
          methods are used internally in constructors of editor and
          view.
* src/maemo/modest-msg-edit-window.c:
        * Completely new structure of the widget construction. Now it
          happens in two stages. First stage is in init_window. Here it
          constructs as much as possible the widget without any specific
          running parameter. Then the ..._new constructor connects all
          signals, configures the widget with ModestConf and sets the
          message. This way, we can precreate the widget in the window
          manager cache.
        * Modified menubar_to_menu to ask for the popup menu in xml
          instead of the old hack of reparenting children of menubar.
* src/maemo/modest-msg-view-window.c:
        * Similar refactoring to the one in editor. Now init creates all
          the widgets, and they're finally set up in construction. We
          also use the window manager cache.
        * Similar change to menubar_to_menu.
* src/maemo/ui/modest-msg-view-window-ui.xml,
  src/maemo/ui/modest-msg-edit-window-ui.xml:
        * Instead of a <menubar> I changed it to be a <popup> to get
          a GtkMenu instead of a GtkMenubar
* src/modest-widget-memory.c:
        * Cleaned a small leak.

pmo-trunk-r3738

16 years ago* some cleanups for debugging:
Dirk-Jan C. Binnema [Wed, 14 Nov 2007 22:19:31 +0000 (22:19 +0000)]
* some cleanups for debugging:
- move debugging macro's to modest-debug.h (new file)
- capitalize/rename the macros to make it clearer they are macro's
- add the new MODEST_DEBUG_BLOCK; example:
MODEST_DEBUG_BLOCK(
g_debug ("DEBUG: modest: %s: prompt (not shown) = %s\n", __FUNCTION__, prompt_not_used);
);
         - this code will *only* run when the MODEST_DEBUG envir var contains "debug-code"
 - add something like this to your .emacs to make these blocks clear:
  (font-lock-add-keywords nil
                          '(("\\<\\(FIXME\\|TODO\\|XXX+\\|BUG\\|MODEST_DEBUG_BLOCK\\)"
                             1 font-lock-warning-face prepend))))
 - some coverity fixes in modest-tny-account.c (free stuff in error cases)
 - update the manpage

pmo-trunk-r3737

16 years ago* Dim the "Move to" icon and menu entry when a message is
Alberto Garcia [Wed, 14 Nov 2007 19:12:09 +0000 (19:12 +0000)]
* Dim the "Move to" icon and menu entry when a message is
  being sent
Fixes NB#75911

pmo-trunk-r3736

16 years agoDon't show mail_ib_attachment_already_purged, as this string
Alberto Garcia [Wed, 14 Nov 2007 18:46:43 +0000 (18:46 +0000)]
Don't show mail_ib_attachment_already_purged, as this string
doesn't exist anymore

pmo-trunk-r3735

16 years ago* Dim the delete icon and menu entry from the msg-view-window if the
Alberto Garcia [Wed, 14 Nov 2007 18:24:41 +0000 (18:24 +0000)]
* Dim the delete icon and menu entry from the msg-view-window if the
  message is being sent.
* In modest_mail_operation_remove_msgs() remove only those messages
  that are not being sent
Fixes NB#75836

pmo-trunk-r3734

16 years agoFixes NB#75672
Felipe Erias Morandeira [Wed, 14 Nov 2007 17:20:39 +0000 (17:20 +0000)]
Fixes NB#75672

pmo-trunk-r3733

16 years agoChanged the chinook control file to be compatible to work with the osso 1.1 image.
Vivek Sekar [Wed, 14 Nov 2007 16:28:28 +0000 (16:28 +0000)]
Changed the chinook control file to be compatible to work with the osso 1.1 image.

pmo-trunk-r3732

16 years agoSmall change to the hack for keeping the modest.mo file.
Vivek Sekar [Wed, 14 Nov 2007 16:24:13 +0000 (16:24 +0000)]
Small change to the hack for keeping the modest.mo file.

pmo-trunk-r3731

16 years ago * Refactored the code o modest_mail_operation_get_msg and modest_mail_operation_get_...
Sergio Villar Senin [Wed, 14 Nov 2007 16:08:50 +0000 (16:08 +0000)]
* Refactored the code o modest_mail_operation_get_msg and modest_mail_operation_get_msgs_full, now both of them use the same helpers and status callbacks
* Refactored the notification of mail operations that issue progress notifications in bytes (transfers and gets)
* modest_mail_operation_get_msgs_full now it's not implemented in a separate thread
* Fixes NB#75909, retrieve contents now asks for connection if not available
* Fixes NB#75801, Cancel sending, now really cancels the sending of messages

pmo-trunk-r3730

16 years agoFix memory leak in dimming rules
Alberto Garcia [Wed, 14 Nov 2007 15:36:50 +0000 (15:36 +0000)]
Fix memory leak in dimming rules

pmo-trunk-r3729

16 years ago * Fixes NB#75878, the account wizard dialog is no longer system-modal
Sergio Villar Senin [Wed, 14 Nov 2007 10:31:10 +0000 (10:31 +0000)]
 * Fixes NB#75878, the account wizard dialog is no longer system-modal

pmo-trunk-r3728

16 years ago * Fixes NB#75822, the local account is selected if the last server account is deleted
Sergio Villar Senin [Tue, 13 Nov 2007 18:28:52 +0000 (18:28 +0000)]
* Fixes NB#75822, the local account is selected if the last server account is deleted

pmo-trunk-r3727

16 years ago * Added two missing "debian", because CURDIR is the root folder
Sergio Villar Senin [Tue, 13 Nov 2007 17:52:10 +0000 (17:52 +0000)]
* Added two missing "debian", because CURDIR is the root folder

pmo-trunk-r3726

16 years ago * Optimization, do not emit the folder selection changed signal when there is nothin...
Sergio Villar Senin [Tue, 13 Nov 2007 16:46:46 +0000 (16:46 +0000)]
* Optimization, do not emit the folder selection changed signal when there is nothing selected
* The focus is changed to the first inbox if the removed account is the visible account (there is something still not working related to this)

pmo-trunk-r3725

16 years ago* minor coverity fixes
Dirk-Jan C. Binnema [Tue, 13 Nov 2007 16:26:22 +0000 (16:26 +0000)]
* minor coverity fixes

pmo-trunk-r3724

16 years ago* minor coverity fixes
Dirk-Jan C. Binnema [Tue, 13 Nov 2007 15:58:29 +0000 (15:58 +0000)]
* minor coverity fixes

pmo-trunk-r3723

16 years ago* hack; remove the en_GB translation before building packages
Dirk-Jan C. Binnema [Tue, 13 Nov 2007 13:42:03 +0000 (13:42 +0000)]
* hack; remove the en_GB translation before building packages
  to make us not conflict ith the official translation

pmo-trunk-r3722

16 years ago* fix issue with localization file
Dirk-Jan C. Binnema [Tue, 13 Nov 2007 12:24:36 +0000 (12:24 +0000)]
* fix issue with localization file

pmo-trunk-r3721

16 years ago* unref the singletons *after* unref'ing modest-tny-account-store;
Dirk-Jan C. Binnema [Tue, 13 Nov 2007 11:51:55 +0000 (11:51 +0000)]
* unref the singletons *after* unref'ing modest-tny-account-store;
  thus, our object-ref bookkeeping is correct at the end
  (no more warnings for >1 refcounts for device, conf, acc_mgr)

pmo-trunk-r3720

16 years ago * Migrated the Dnd of folders to use the new connect_and_perform
Sergio Villar Senin [Tue, 13 Nov 2007 11:31:55 +0000 (11:31 +0000)]
* Migrated the Dnd of folders to use the new connect_and_perform
* Show an error if move folder fails even if the mail operation has no source

pmo-trunk-r3719

16 years ago* add refcount checking for TnyAccounts
Dirk-Jan C. Binnema [Tue, 13 Nov 2007 11:26:47 +0000 (11:26 +0000)]
* add refcount checking for TnyAccounts

pmo-trunk-r3718

16 years ago* coverity fixes: remove unused params, dead code
Dirk-Jan C. Binnema [Tue, 13 Nov 2007 08:44:00 +0000 (08:44 +0000)]
* coverity fixes: remove unused params, dead code

pmo-trunk-r3717

16 years ago* coverity fixes: unused params, missing checks
Dirk-Jan C. Binnema [Tue, 13 Nov 2007 08:34:26 +0000 (08:34 +0000)]
* coverity fixes: unused params, missing checks

pmo-trunk-r3716

16 years agoCheck if a GError is NULL before copying it
Alberto Garcia [Mon, 12 Nov 2007 17:03:53 +0000 (17:03 +0000)]
Check if a GError is NULL before copying it

pmo-trunk-r3715

16 years ago* small fix for doc building
Dirk-Jan C. Binnema [Mon, 12 Nov 2007 16:13:18 +0000 (16:13 +0000)]
* small fix for doc building

pmo-trunk-r3714

16 years agoFixes NB#74612
Felipe Erias Morandeira [Mon, 12 Nov 2007 16:13:16 +0000 (16:13 +0000)]
Fixes NB#74612

pmo-trunk-r3713

16 years ago * Added several gdk_threads_enter/leave stuff in the callbacks of the timeouts becau...
Sergio Villar Senin [Mon, 12 Nov 2007 15:49:49 +0000 (15:49 +0000)]
* Added several gdk_threads_enter/leave stuff in the callbacks of the timeouts because they need them since the timeouts are executed outside the main lock

pmo-trunk-r3711

16 years ago* update for docs
Dirk-Jan C. Binnema [Mon, 12 Nov 2007 15:44:29 +0000 (15:44 +0000)]
* update for docs

pmo-trunk-r3710

16 years ago * Reverting changes of commit 3674 since the original behaviour is better than the...
Sergio Villar Senin [Mon, 12 Nov 2007 15:33:52 +0000 (15:33 +0000)]
* Reverting changes of commit 3674 since the original behaviour is better than the one after this patch

pmo-trunk-r3709

16 years ago* some fixes for the doc generation
Dirk-Jan C. Binnema [Mon, 12 Nov 2007 13:50:15 +0000 (13:50 +0000)]
* some fixes for the doc generation

pmo-trunk-r3708

16 years ago * Optimization, do not refresh the INBOX after a s&r because update_account mail...
Sergio Villar Senin [Mon, 12 Nov 2007 12:58:55 +0000 (12:58 +0000)]
* Optimization, do not refresh the INBOX after a s&r because update_account mail operation does it automatically for us
* Fixes NB#75176, modest no longer shows a never ending "Refreshing..." string in the status bar and a "Updating..." info banner when send&receive. The problem was that the signal that was issued when the operation ended was not issued inside the gtk lock

pmo-trunk-r3706

16 years ago * Now the current folder is only refreshed in the s&r if the update account operatio...
Sergio Villar Senin [Mon, 12 Nov 2007 12:20:55 +0000 (12:20 +0000)]
* Now the current folder is only refreshed in the s&r if the update account operation was succesfully finished
* Fixed NB75522, application no longer hangs when cancelling s&r

pmo-trunk-r3704

16 years agoUse tny_folder_add_msg_async() to save a message to Drafts
Alberto Garcia [Mon, 12 Nov 2007 11:14:13 +0000 (11:14 +0000)]
Use tny_folder_add_msg_async() to save a message to Drafts
Fixes NB#65125

pmo-trunk-r3702

16 years ago* update the en_GB.po file with the newest translations
Dirk-Jan C. Binnema [Mon, 12 Nov 2007 09:35:08 +0000 (09:35 +0000)]
* update the en_GB.po file with the newest translations
  (this po file is only used for the garage version of
   modest, and when you compile yourself)

pmo-trunk-r3701

16 years ago* add little trick to fallback to en_GB when the
Dirk-Jan C. Binnema [Mon, 12 Nov 2007 09:22:02 +0000 (09:22 +0000)]
* add little trick to fallback to en_GB when the
  chosen language is not available. This is for
  making modest useful for those who don't have
  the closed-source l10n package

pmo-trunk-r3700

16 years agorenamed with proper notations.
Vivek Sekar [Mon, 12 Nov 2007 08:37:41 +0000 (08:37 +0000)]
renamed with proper notations.

pmo-trunk-r3696

16 years agoRenamed the control files wrt new rootstraps.
Vivek Sekar [Mon, 12 Nov 2007 08:18:55 +0000 (08:18 +0000)]
Renamed the control files wrt new rootstraps.

pmo-trunk-r3695

16 years ago* more work on chinook / open packages:
Dirk-Jan C. Binnema [Sat, 10 Nov 2007 15:51:34 +0000 (15:51 +0000)]
* more work on chinook / open packages:
- remove hard dependency on modest-providers-data (checked at runtime now)
- install the en_GB .mo file
- install maemo-provider-data.keyfile
- update the man-page for the current situation
- create control.maemo-chinook with chinook-specific options (should work on the SDK)

pmo-trunk-r3694

16 years ago* changes to use either maemo-provider-data.keyfile or modest-provider-data.keyfile
Dirk-Jan C. Binnema [Sat, 10 Nov 2007 15:27:22 +0000 (15:27 +0000)]
* changes to use either maemo-provider-data.keyfile or modest-provider-data.keyfile
  (decide at runtime); this depends on the changes done in modest-providers-data
* include maemo-provider-data in modest, no more separate maemo-providers-data package
* check for DISPLAY to give a better error message at startup
* inform user if 'showui' is not provided

pmo-trunk-r3693

16 years ago* check different places for the mcc_mapping file; this
Dirk-Jan C. Binnema [Sat, 10 Nov 2007 13:30:52 +0000 (13:30 +0000)]
* check different places for the mcc_mapping file; this
  enables modest to run on chinook

pmo-trunk-r3689

16 years ago* src/widgets/modest-details-dialog.c:
Jose Dapena Paz [Fri, 9 Nov 2007 20:42:46 +0000 (20:42 +0000)]
* src/widgets/modest-details-dialog.c:
        * (modest_details_dialog_set_folder_default): now it reads
          correctly the size and message count of a folder even if
          it's not a TnyFolderStore (as it happens with outbox).
          Fixes NB#75655.
* src/maemo/modest-main-window.c:
        * Don't leak update banner.

pmo-trunk-r3688

16 years ago* src/widgets/modest-folder-view.c:
Jose Dapena Paz [Fri, 9 Nov 2007 13:48:30 +0000 (13:48 +0000)]
* src/widgets/modest-folder-view.c:
* Fixed a leak caused by a typo in new pixbuf allocating code.

pmo-trunk-r3687

16 years agoAdding the modest-l10-mr0 localisation packages to control file.
Vivek Sekar [Fri, 9 Nov 2007 13:07:20 +0000 (13:07 +0000)]
Adding the modest-l10-mr0 localisation packages to control file.

pmo-trunk-r3686

16 years ago* fix tiny mem leak
Dirk-Jan C. Binnema [Fri, 9 Nov 2007 12:57:10 +0000 (12:57 +0000)]
* fix tiny mem leak

pmo-trunk-r3685

16 years agoAdded bug fixes for the week 46 release.
Vivek Sekar [Fri, 9 Nov 2007 12:42:30 +0000 (12:42 +0000)]
Added bug fixes for the week 46 release.

pmo-trunk-r3683

16 years ago* src/modest-ui-dimming-rules.c:
Jose Dapena Paz [Fri, 9 Nov 2007 12:06:26 +0000 (12:06 +0000)]
* src/modest-ui-dimming-rules.c:
* Make on_cancel_sending check same dimming rule of
  on_csm_cancel_sending. Fixes NB#75510.

pmo-trunk-r3682

16 years ago * Migrated the do_send_receive to use connect_and_perform instead of connect_and_wait
Sergio Villar Senin [Fri, 9 Nov 2007 11:34:46 +0000 (11:34 +0000)]
* Migrated the do_send_receive to use connect_and_perform instead of connect_and_wait

pmo-trunk-r3681

16 years ago* src/maemo/modest-msg-edit-window-ui-dimming.h:
Jose Dapena Paz [Fri, 9 Nov 2007 10:46:07 +0000 (10:46 +0000)]
* src/maemo/modest-msg-edit-window-ui-dimming.h:
* Now insert image dimming rules is the same of set style
  (and them we dim if focus is not on editor). Fixes NB#75592.

pmo-trunk-r3680

16 years ago* modest_text_utils_get_subject_prefix_len now also deals with
Dirk-Jan C. Binnema [Fri, 9 Nov 2007 10:10:39 +0000 (10:10 +0000)]
* modest_text_utils_get_subject_prefix_len now also deals with
  multiple prefixes, such as 'Fwd:Re[34]:Fw:Foo bar"
* added parameter checks to some functions

pmo-trunk-r3679

16 years ago* src/modest-tny-account-store.[ch]:
Jose Dapena Paz [Fri, 9 Nov 2007 10:00:27 +0000 (10:00 +0000)]
* src/modest-tny-account-store.[ch]:
        * Enable loading of connection specific smtp accounts on
          startup.
        * Make public the function to get a connection specific account.
          This function does not return the server one if specific ones
          do not exist.
* src/modest-tny-account.[ch]:
        * Now standard transport accounts are
          ModestTransportAccountDecorator instead of
          TnyCamelTransportAccount.
        * (modest_tny_account_new_from_server_name): now it's only used
          for creating connection specific accounts.
        * (modest_tny_account_new_from_server_account_name): now it gets
          the proper TnyGetPassFunc and TnyForgetPassFunc.
* Added src/modest-transport-account-decorator.[ch]:
        * This inherits from TnyCamelTransportAccount.
        * The only difference is send method, which is redefined. It
          sends through connection specific transports if required, or
          through itself (calling parent implementation) if not.
* src/Makefile.am:
        * Add the ModestTransportAccountDecorator to build.
* src/modest-account-mgr-helpers.[ch]:
        * (modest_account_mgr_set_connection_specific_smtp): fix a bug
          updating the list of accounts.
* src/modest-defs.h:
        * Fix the specific_smtp gconf key to be stored in modest
          namespace.
* src/modest-ui-actions.c:
        * (..._on_send): now we always use the standard server accounts,
          no reference to open connection account. As specific
          connection smtp is handled internally in those accounts.
* src/maemo/modest-connection-specific-smtp-window.c:
        * Fix handling to update and insert properly the new accounts.
* src/maemo/modest-account-settings-dialog.c:
        * Mark as modified each time we show the connection specific
          smtp dialog

pmo-trunk-r3678

16 years agoThis fixes NB#75543.
Jose Dapena Paz [Fri, 9 Nov 2007 08:45:35 +0000 (08:45 +0000)]
This fixes NB#75543.
* src/widgets/modest-window-mgr.c:
        * Now you can register a window more than one time, and it
          handles this without problems (simply exiting the function
          silently).
* src/maemo/modest-msg-edit-window.c:
        * Now we don't unregister the window on setting a new draft, as
          we can register it again without unregistering.

pmo-trunk-r3677

16 years agoMemleak fixes
Philip Van Hoof [Thu, 8 Nov 2007 16:03:36 +0000 (16:03 +0000)]
Memleak fixes

pmo-trunk-r3676

16 years agomerged the w45 and trunk changelog.
Vivek Sekar [Thu, 8 Nov 2007 15:23:26 +0000 (15:23 +0000)]
merged the w45 and trunk changelog.

pmo-trunk-r3675

16 years ago * Fixes NB#75550, after deleting a folder the focus is not set over the INBOX
Sergio Villar Senin [Thu, 8 Nov 2007 09:54:52 +0000 (09:54 +0000)]
* Fixes NB#75550, after deleting a folder the focus is not set over the INBOX

pmo-trunk-r3674

16 years ago * Fixed a problem when looking for names of subfolders
Sergio Villar Senin [Thu, 8 Nov 2007 09:48:20 +0000 (09:48 +0000)]
* Fixed a problem when looking for names of subfolders

pmo-trunk-r3673

16 years ago* fixes NB#75530
Dirk-Jan C. Binnema [Wed, 7 Nov 2007 16:46:11 +0000 (16:46 +0000)]
* fixes NB#75530

pmo-trunk-r3670

16 years ago* forgot this one for previous fix
Dirk-Jan C. Binnema [Wed, 7 Nov 2007 16:42:12 +0000 (16:42 +0000)]
* forgot this one for previous fix

pmo-trunk-r3669

16 years ago* fixes NB#75548
Dirk-Jan C. Binnema [Wed, 7 Nov 2007 16:33:12 +0000 (16:33 +0000)]
* fixes NB#75548

pmo-trunk-r3668