modest
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

16 years agofixes NB#75525
Dirk-Jan C. Binnema [Wed, 7 Nov 2007 16:13:26 +0000 (16:13 +0000)]
fixes NB#75525

pmo-trunk-r3667

16 years ago* update to the new modest_tny_folder_has_subfolder_with_name
Dirk-Jan C. Binnema [Wed, 7 Nov 2007 16:06:40 +0000 (16:06 +0000)]
* update to the new modest_tny_folder_has_subfolder_with_name

pmo-trunk-r3666

16 years ago* let modest_tny_folder_has_subfolder_with_name do non-strict
Dirk-Jan C. Binnema [Wed, 7 Nov 2007 16:05:31 +0000 (16:05 +0000)]
* let modest_tny_folder_has_subfolder_with_name do non-strict
  checks if needed - ie. match folder names that are only
  different in case, or where the folder name is equal to
  a display name

pmo-trunk-r3665

16 years ago* improvement of modest_utils_utf8_strcmp; and optimize
Dirk-Jan C. Binnema [Wed, 7 Nov 2007 16:01:02 +0000 (16:01 +0000)]
* improvement of modest_utils_utf8_strcmp; and optimize
  it a bit. Only use expensive g_utf8_collate if strings
  start with non-ascii

pmo-trunk-r3664

16 years ago * Do not notify new mails when modest is already running
Sergio Villar Senin [Wed, 7 Nov 2007 15:47:06 +0000 (15:47 +0000)]
* Do not notify new mails when modest is already running

pmo-trunk-r3663

16 years agoFixes NB#74689
Felipe Erias Morandeira [Wed, 7 Nov 2007 14:49:19 +0000 (14:49 +0000)]
Fixes NB#74689

pmo-trunk-r3662

16 years ago* optimization of modest_text_utils_get_display_date,
Dirk-Jan C. Binnema [Wed, 7 Nov 2007 09:15:52 +0000 (09:15 +0000)]
* optimization of modest_text_utils_get_display_date,
  inspired by pvanhoof's idea.

pmo-trunk-r3658

16 years ago * Added some missing parts of my original "remove-main-window-dependency" patch
Sergio Villar Senin [Tue, 6 Nov 2007 16:54:27 +0000 (16:54 +0000)]
* Added some missing parts of my original "remove-main-window-dependency" patch
* Removed an invalid public method
* Fixes a crash when refreshing the default account through D-Bus

pmo-trunk-r3657

16 years agoWhen building the Details dialog, don't assume that
Alberto Garcia [Tue, 6 Nov 2007 16:03:50 +0000 (16:03 +0000)]
When building the Details dialog, don't assume that
the folder is not remote
Fixes NB#75407

pmo-trunk-r3656

16 years agoAlternate patch to the one applied in 3653, this one's better
Alberto Garcia [Tue, 6 Nov 2007 15:23:56 +0000 (15:23 +0000)]
Alternate patch to the one applied in 3653, this one's better

pmo-trunk-r3655

16 years ago* sort the providers (almost) correctly,
Dirk-Jan C. Binnema [Tue, 6 Nov 2007 15:16:39 +0000 (15:16 +0000)]
* sort the providers (almost) correctly,
  fixes NB#75213

pmo-trunk-r3654

16 years agoPut the subject of the message on the editor window
Alberto Garcia [Tue, 6 Nov 2007 15:13:26 +0000 (15:13 +0000)]
Put the subject of the message on the editor window
Fixes NB#75081

pmo-trunk-r3653

16 years ago * Added "queue-empty" signal to the mail operation queue
Sergio Villar Senin [Tue, 6 Nov 2007 10:16:38 +0000 (10:16 +0000)]
* Added "queue-empty" signal to the mail operation queue
* Added "window-list-empty" signal to the window manager
* Moved the code that closes modest to modest-main.c
* Now modest is closed when there are no more windows and there are no more pending mail operations
* Now Modest is properly finalized when a D-Bus action is performed, event if there is no main window
* Fixes NB#74402, Modest is now closed if compose mail is invoked through D-Bus

pmo-trunk-r3652

16 years agoAllow creation of folders under the MMC root folder
Alberto Garcia [Tue, 6 Nov 2007 08:49:33 +0000 (08:49 +0000)]
Allow creation of folders under the MMC root folder
from the "Move to" dialog.
Fixes NB#75279

pmo-trunk-r3651

16 years agoMove messages from the viewer if the source folder is local
Alberto Garcia [Mon, 5 Nov 2007 17:21:15 +0000 (17:21 +0000)]
Move messages from the viewer if the source folder is local
Fixes NB#74626

pmo-trunk-r3650

16 years ago* prevent possible NULL dereference, add parameter check
Dirk-Jan C. Binnema [Mon, 5 Nov 2007 15:21:54 +0000 (15:21 +0000)]
* prevent possible NULL dereference, add parameter check

pmo-trunk-r3649

16 years ago* some extra error handling to prevent NULL dereferences
Dirk-Jan C. Binnema [Mon, 5 Nov 2007 14:53:12 +0000 (14:53 +0000)]
* some extra error handling to prevent NULL dereferences

pmo-trunk-r3648

16 years agofix possible NULL dereference
Dirk-Jan C. Binnema [Mon, 5 Nov 2007 14:37:17 +0000 (14:37 +0000)]
fix possible NULL dereference

pmo-trunk-r3647

16 years ago* fix the use of an local variable outside its scope in
Dirk-Jan C. Binnema [Mon, 5 Nov 2007 14:27:09 +0000 (14:27 +0000)]
* fix the use of an local variable outside its scope in
modest_msg_edit_window_select_background_color
  + some cleanups

are we actually using the select_background_color still?

pmo-trunk-r3646

16 years ago* check to prevent NULL-dereference (headers)
Dirk-Jan C. Binnema [Mon, 5 Nov 2007 13:25:29 +0000 (13:25 +0000)]
* check to prevent NULL-dereference (headers)

pmo-trunk-r3645

16 years ago * Always notify the queue that the operation finished, otherwise it won't be removed
Sergio Villar Senin [Mon, 5 Nov 2007 13:01:54 +0000 (13:01 +0000)]
* Always notify the queue that the operation finished, otherwise it won't be removed

pmo-trunk-r3644

16 years ago* fix some potential NULL-dereferences
Dirk-Jan C. Binnema [Mon, 5 Nov 2007 12:45:42 +0000 (12:45 +0000)]
* fix some potential NULL-dereferences

pmo-trunk-r3643

16 years ago* Fix the condition that tests whether to use the dummy address book
Alberto Garcia [Mon, 5 Nov 2007 12:18:30 +0000 (12:18 +0000)]
* Fix the condition that tests whether to use the dummy address book
Fixes NB#75187

pmo-trunk-r3641

16 years ago * Added some code, that allows the folder view to unref its reference to the selecte...
Sergio Villar Senin [Mon, 5 Nov 2007 12:03:32 +0000 (12:03 +0000)]
* Added some code, that allows the folder view to unref its reference to the selected folder before trying to move it using the move to dialog. The problem was that the handler of unselect_all was not happening before the mail operation

pmo-trunk-r3639

16 years ago * Fixes NB#74764, NB#74260, NB#74639
Sergio Villar Senin [Mon, 5 Nov 2007 11:04:29 +0000 (11:04 +0000)]
* Fixes NB#74764, NB#74260, NB#74639
* Removed an invalid set_transient_for that was provoking weird behaviours, like menus not shown, dialogs shown in the background, etc

pmo-trunk-r3635

16 years ago* GETTEXT_PACKAGE: osso-email=>modest
Dirk-Jan C. Binnema [Mon, 5 Nov 2007 10:52:38 +0000 (10:52 +0000)]
* GETTEXT_PACKAGE: osso-email=>modest

pmo-trunk-r3634

16 years agoPerformance improvement for icon_cell_data
Philip Van Hoof [Mon, 5 Nov 2007 10:33:55 +0000 (10:33 +0000)]
Performance improvement for icon_cell_data

pmo-trunk-r3632

16 years ago* modest-tny-msg.c:
Dirk-Jan C. Binnema [Mon, 5 Nov 2007 10:32:42 +0000 (10:32 +0000)]
* modest-tny-msg.c:
- fix leak when searching through multipart/ messages
  (modest_tny_msg_find_body_part_from_mime_part)
* modest-account-mgr.c:
- fix possible NULL dereference
* modest-ui-actions.c:
- remove some dead code
- fix possible NULL dereference
* modest-platform.c:
- small cleanup

pmo-trunk-r3631

16 years ago* check return values of gtk_tree_selection_get_selected and
Dirk-Jan C. Binnema [Mon, 5 Nov 2007 09:02:23 +0000 (09:02 +0000)]
* check return values of gtk_tree_selection_get_selected and
gtk_tree_model_get_iter_first

pmo-trunk-r3630

16 years ago* check return value of alarm_event_del
Dirk-Jan C. Binnema [Mon, 5 Nov 2007 08:46:57 +0000 (08:46 +0000)]
* check return value of alarm_event_del

pmo-trunk-r3629

16 years ago* check return value of hildon_uri_open, small cleanups
Dirk-Jan C. Binnema [Mon, 5 Nov 2007 08:31:53 +0000 (08:31 +0000)]
* check return value of hildon_uri_open, small cleanups

pmo-trunk-r3628

16 years ago* remove obsolete files
Dirk-Jan C. Binnema [Mon, 5 Nov 2007 08:07:43 +0000 (08:07 +0000)]
* remove obsolete files

pmo-trunk-r3627

16 years ago* save attachments with 0444 instead of 0777.
Dirk-Jan C. Binnema [Fri, 2 Nov 2007 14:55:58 +0000 (14:55 +0000)]
* save attachments with 0444 instead of 0777.
This fixes: NB#75099

pmo-trunk-r3626

16 years agoreverted back to using microb-engine-nss
Vivek Sekar [Fri, 2 Nov 2007 14:53:17 +0000 (14:53 +0000)]
reverted back to using microb-engine-nss

pmo-trunk-r3625

16 years ago* add help context id's for all dialogs
Dirk-Jan C. Binnema [Fri, 2 Nov 2007 14:22:17 +0000 (14:22 +0000)]
* add help context id's for all dialogs
* turned content-specific-smtp-window into a GtkDialog
  (instead of a GtkWindow), otherwise the help won't work.

This fixes NB#74670 (but we're still missing the actual help contents)

pmo-trunk-r3624

16 years ago* maintain the osso_context_t ptr in modest_maemo_utils,
Dirk-Jan C. Binnema [Fri, 2 Nov 2007 14:19:32 +0000 (14:19 +0000)]
* maintain the osso_context_t ptr in modest_maemo_utils,
  a global + accessors
* do a proper osso_deinitialize before exiting modest
* some small fixes / cleanups

pmo-trunk-r3623

16 years agoremoved the maemo-launcher option.
Vivek Sekar [Fri, 2 Nov 2007 13:14:18 +0000 (13:14 +0000)]
removed the maemo-launcher option.

pmo-trunk-r3622

16 years agoadded bug fixes for week 45 pre release.
Vivek Sekar [Fri, 2 Nov 2007 12:21:27 +0000 (12:21 +0000)]
added bug fixes for week 45 pre release.

pmo-trunk-r3618

16 years ago* some further cleanups of the help system, added:
Dirk-Jan C. Binnema [Fri, 2 Nov 2007 11:28:26 +0000 (11:28 +0000)]
* some further cleanups of the help system, added:
modest_window_mgr_register_help_id, and
modest_window_mgr_get_help_id
  which will give you the right help_id for the
  current window; windows register the help id in their
  _init. For the main window, we check what the
  selected folder is, and use modest_tny_folder_get_help_id
  to get the help_id from there.

pmo-trunk-r3617

16 years agoremoved microb-engine-nss dependecy from configure.ac and debian/control file.
Vivek Sekar [Fri, 2 Nov 2007 11:13:54 +0000 (11:13 +0000)]
removed microb-engine-nss dependecy from configure.ac and debian/control file.

pmo-trunk-r3616

16 years ago* cleanup: added modest_tny_folder_get_help_id, and let modest-ui-actions use that
Dirk-Jan C. Binnema [Fri, 2 Nov 2007 10:35:55 +0000 (10:35 +0000)]
* cleanup: added modest_tny_folder_get_help_id, and let modest-ui-actions use that

pmo-trunk-r3615

16 years ago* make dragging of headers to folders work again
Dirk-Jan C. Binnema [Thu, 1 Nov 2007 17:32:37 +0000 (17:32 +0000)]
* make dragging of headers to folders work again

pmo-trunk-r3614

16 years ago* make libalarm an optional (no longer required) dependency for maemo
Dirk-Jan C. Binnema [Thu, 1 Nov 2007 16:52:16 +0000 (16:52 +0000)]
* make libalarm an optional (no longer required) dependency for maemo

pmo-trunk-r3613