modest
15 years ago * Partially fixes NB#85031. At least it fixes comment #1
Sergio Villar Senin [Tue, 29 Apr 2008 11:07:33 +0000 (11:07 +0000)]
* Partially fixes NB#85031. At least it fixes comment #1

pmo-trunk-r4489

15 years agoWork to fix bug NB#84054.
Jose Dapena Paz [Mon, 28 Apr 2008 17:21:42 +0000 (17:21 +0000)]
Work to fix bug NB#84054.
* src/dbus_api/modest-dbus-callbacks.c:
        * Now fetching messages uses find_msg_async, and avoids locking
          UI while message is retrieved. It also returns dbus call
          immediately instead of waiting for the message to be opened.

pmo-trunk-r4488

15 years agoRemoved the 84823 bug, will be added later.
Vivek Sekar [Mon, 28 Apr 2008 11:30:33 +0000 (11:30 +0000)]
Removed the 84823 bug, will be added later.

pmo-trunk-r4487

15 years ago * Refactored the get_icon methods of folder view
Sergio Villar Senin [Mon, 28 Apr 2008 09:31:22 +0000 (09:31 +0000)]
* Refactored the get_icon methods of folder view

pmo-trunk-r4486

15 years ago* src/modest-mail-operation.[ch]:
Jose Dapena Paz [Mon, 28 Apr 2008 08:41:57 +0000 (08:41 +0000)]
* src/modest-mail-operation.[ch]:
        * Now modest_mail_operation_get_msg gets a boolean parameter to
          enable/disable progress bar status feedback.
* src/modest-ui-actions.c:
        * On opening a message for removing attachments, don't show
  progress bar (fixes NB#83892).
        * Adapt to modest_mail_operation_get_msg to new API.
* src/maemo/modest-msg-view-window.c:
        * Adapt to modest_mail_operation_get_msg to new API.

pmo-trunk-r4485

15 years ago* src/modest-tny-msg.c:
Jose Dapena Paz [Fri, 25 Apr 2008 18:03:52 +0000 (18:03 +0000)]
* src/modest-tny-msg.c:
* (add_attachments): preserve attachment filename on copying
  attachments (fixes NB#83920).

pmo-trunk-r4484

15 years ago* src/maemo/modest-main-window.c:
Jose Dapena Paz [Fri, 25 Apr 2008 15:33:32 +0000 (15:33 +0000)]
* src/maemo/modest-main-window.c:
        * Fix the cursor position on activating from header view, if
          the cursor was in a deleted row (fixes NB#81429).

pmo-trunk-r4483

15 years agoUpdate NEWS for W18
Dirk-Jan C. Binnema [Fri, 25 Apr 2008 13:15:54 +0000 (13:15 +0000)]
Update NEWS for W18

pmo-trunk-r4480

15 years ago added bug fixes for week 18.
Vivek Sekar [Fri, 25 Apr 2008 13:12:03 +0000 (13:12 +0000)]
 added bug fixes for week 18.

pmo-trunk-r4478

15 years ago* we force the loading of ke-recv at startup, so we have
Dirk-Jan C. Binnema [Fri, 25 Apr 2008 11:43:07 +0000 (11:43 +0000)]
* we force the loading of ke-recv at startup, so we have
cerm_device_memory_full
  already in memory, and we give a g_warning if this fails.

This (hopefully) fixes NB#84922

pmo-trunk-r4476

15 years ago* src/modest-tny-send-queue.c:
Jose Dapena Paz [Fri, 25 Apr 2008 10:47:09 +0000 (10:47 +0000)]
* src/modest-tny-send-queue.c:
* Make sentbox be synced after getting the msg sent flag and
  setting the message to be already seen (fixes partially
  NB#84832).

pmo-trunk-r4475

15 years agoDo not lose focus when rename fails (fixes NB#84791).
Jose Dapena Paz [Thu, 24 Apr 2008 18:20:29 +0000 (18:20 +0000)]
Do not lose focus when rename fails (fixes NB#84791).

pmo-trunk-r4474

15 years agoShow the "Discard changes" confirmation note whenever the user
Jose Dapena Paz [Thu, 24 Apr 2008 18:17:10 +0000 (18:17 +0000)]
Show the "Discard changes" confirmation note whenever the user
presses the cancel button after changing some configurations in that
dialog (fixes NB#84260).

pmo-trunk-r4473

15 years ago* src/dbus_api/modest-dbus-callbacks.c:
Jose Dapena Paz [Thu, 24 Apr 2008 18:13:57 +0000 (18:13 +0000)]
* src/dbus_api/modest-dbus-callbacks.c:
* Set properly as seen messages opened from search (fixes
  NB#83135).

pmo-trunk-r4472

15 years agoDisable drag&n&drop while a message is being sent (fixes NB#83128).
Jose Dapena Paz [Thu, 24 Apr 2008 17:59:25 +0000 (17:59 +0000)]
Disable drag&n&drop while a message is being sent (fixes NB#83128).

pmo-trunk-r4471

15 years agoFix for bug NB#79005. Improves duplicates detection for cases of saving
Jose Dapena Paz [Thu, 24 Apr 2008 17:56:04 +0000 (17:56 +0000)]
Fix for bug NB#79005. Improves duplicates detection for cases of saving
new versions of big files.

pmo-trunk-r4470

15 years ago* src/modest-mail-operation.c:
Jose Dapena Paz [Thu, 24 Apr 2008 17:40:32 +0000 (17:40 +0000)]
* src/modest-mail-operation.c:
* Keep messages on serving with DnD operations from pop accounts
  (fixes NB#84731).

pmo-trunk-r4469

15 years agoAvoid a blank message list pane when an account os defined/removed
Jose Dapena Paz [Thu, 24 Apr 2008 17:31:14 +0000 (17:31 +0000)]
Avoid a blank message list pane when an account os defined/removed
(fixes NB#84714).

pmo-trunk-r4468

15 years ago* src/dbus_api/modest-dbus-callbacks.c:
Jose Dapena Paz [Thu, 24 Apr 2008 16:18:36 +0000 (16:18 +0000)]
* src/dbus_api/modest-dbus-callbacks.c:
* (on_open_message_performer): if we're opening a draft, then we
  retrieve the account name from the from header, and take into
  accountif there's any account available, to show the account
  wizard (fixes NB#84808).

pmo-trunk-r4467

15 years ago* src/maemo/modest-msg-view-window.c:
Jose Dapena Paz [Thu, 24 Apr 2008 16:16:13 +0000 (16:16 +0000)]
* src/maemo/modest-msg-view-window.c:
        * (modest_msg_view_window_find_toolbar_close): focus msg view when
          we close the find toolbar so that selection actions work
          (fixes NB#84757).

pmo-trunk-r4466

15 years ago* src/modest-ui-dimming-rules.c:
Jose Dapena Paz [Thu, 24 Apr 2008 16:13:46 +0000 (16:13 +0000)]
* src/modest-ui-dimming-rules.c:
* Dim move to in view if message is expunged (fixes NB#84538).

pmo-trunk-r4465

15 years ago* src/maemo/modest-address-book.c:
Jose Dapena Paz [Thu, 24 Apr 2008 16:11:25 +0000 (16:11 +0000)]
* src/maemo/modest-address-book.c:
* Now we show the checking names banner when we're really
  accessing the contacts database (Ffixes NB#84348).

pmo-trunk-r4464

15 years ago* src/modest-mail-operation.c:
Jose Dapena Paz [Thu, 24 Apr 2008 16:04:29 +0000 (16:04 +0000)]
* src/modest-mail-operation.c:
* Add progress bar reporting to update account operation, making
  therefresh async operation done on inbox include a status handler
  (fixes NB#81798).

pmo-trunk-r4463

15 years ago* src/modest-search.c:
Jose Dapena Paz [Thu, 24 Apr 2008 15:53:56 +0000 (15:53 +0000)]
* src/modest-search.c:
        * (search_mime_part_and_child_parts): fix this to filter only
  attachments and not nearly any body part (fixes NB#84821).

pmo-trunk-r4462

15 years ago* src/modest-tny-msg.c:
Jose Dapena Paz [Thu, 24 Apr 2008 15:49:46 +0000 (15:49 +0000)]
* src/modest-tny-msg.c:
* (modest_tny_msg_find_body_part_from_mime_part): if body is in
  the top mime part, lowcase before matching the content type so
  that content types like "TEXT/plain" match properly
  (fixes NB#84604).

pmo-trunk-r4461

15 years agoWork to fix NB#84828.
Jose Dapena Paz [Thu, 24 Apr 2008 15:47:03 +0000 (15:47 +0000)]
Work to fix NB#84828.
* src/modest-ui-actions.c:
        * Dim the username in get password dialog _always_. We don't want to
          allow to change the username from here, as we can cause hangs
          because tny_account_set_user here is inside a lock.
* src/modest-tny-account-store.c:
        * Remove the call to set user as we never change the password from the
          get_password dialog.
* src/maemo/modest-account-settings-dialog.c:
        * Allow to change the smtp username in account settings dialog.
* src/modest-window-mgr.c:
        * A minor issue with modality. If the window we're destroying is
          on top, we remove the current_top reference, to prevent one warning.

pmo-trunk-r4460

15 years agoRemoved a warningw
Sergio Villar Senin [Thu, 24 Apr 2008 14:14:08 +0000 (14:14 +0000)]
Removed a warningw

pmo-trunk-r4458

15 years ago* Several fixes for the GNOME version
Sergio Villar Senin [Thu, 24 Apr 2008 12:52:59 +0000 (12:52 +0000)]
* Several fixes for the GNOME version

pmo-trunk-r4457

15 years ago* trunk: together with the update modest-providers-data (r4454), fixes NB#84852
Dirk-Jan C. Binnema [Thu, 24 Apr 2008 12:16:19 +0000 (12:16 +0000)]
* trunk: together with the update modest-providers-data (r4454), fixes NB#84852

pmo-trunk-r4455

15 years ago * Fixes NB#84551, allow changes in the outbox server authentication methods while...
Sergio Villar Senin [Tue, 22 Apr 2008 11:33:33 +0000 (11:33 +0000)]
* Fixes NB#84551, allow changes in the outbox server authentication methods while modest is running

pmo-trunk-r4451

15 years agoAdded the week 17-2 bug fixes
Vivek Sekar [Tue, 22 Apr 2008 09:06:38 +0000 (09:06 +0000)]
Added the week 17-2 bug fixes

pmo-trunk-r4449

15 years ago * Use the get_folders_async to retrieve the per account outbox (dape's patch)
Sergio Villar Senin [Tue, 22 Apr 2008 09:02:10 +0000 (09:02 +0000)]
* Use the get_folders_async to retrieve the per account outbox (dape's patch)
* Added a slight modification to the original patch to properly notify the folder view about the new outboxes

pmo-trunk-r4448

15 years agoRemoved w17 tag, and commited new bug fixes for newer w17 release.
Vivek Sekar [Tue, 22 Apr 2008 08:07:38 +0000 (08:07 +0000)]
Removed w17 tag, and commited new bug fixes for newer w17 release.

pmo-trunk-r4446

15 years ago * Properly synchronizes the selected folder when closing the main window
Sergio Villar Senin [Tue, 22 Apr 2008 07:59:21 +0000 (07:59 +0000)]
* Properly synchronizes the selected folder when closing the main window

pmo-trunk-r4445

15 years ago* use the incoming server in the providers combo box; thus, users can see the differe...
Dirk-Jan C. Binnema [Mon, 21 Apr 2008 14:41:37 +0000 (14:41 +0000)]
* use the incoming server in the providers combo box; thus, users can see the difference between imap.gmail.com and pop.gmail.com; same thing for e.g saunalahti in Finland.

Fixes: a not yet filed bug.

pmo-trunk-r4443

15 years agoRemoved incorrect tag of week 17 release and commited new bug fix 84535
Vivek Sekar [Mon, 21 Apr 2008 12:07:49 +0000 (12:07 +0000)]
Removed incorrect tag of week 17 release and commited new bug fix 84535

pmo-trunk-r4441

15 years ago* updated NEWS for the W17 release
Dirk-Jan C. Binnema [Mon, 21 Apr 2008 12:01:51 +0000 (12:01 +0000)]
* updated NEWS for the W17 release

pmo-trunk-r4440

15 years ago * Fixes NB#84535, server errors are now shown over the contacts dialog
Sergio Villar Senin [Mon, 21 Apr 2008 11:56:39 +0000 (11:56 +0000)]
* Fixes NB#84535, server errors are now shown over the contacts dialog

pmo-trunk-r4439

15 years agoAdded the week 17 bug fixes.
Vivek Sekar [Mon, 21 Apr 2008 11:46:20 +0000 (11:46 +0000)]
Added the week 17 bug fixes.

pmo-trunk-r4436

15 years ago * Partially fixes NB#84505, do not call tny_folder_get_account over a merge folder
Sergio Villar Senin [Mon, 21 Apr 2008 10:16:47 +0000 (10:16 +0000)]
* Partially fixes NB#84505, do not call tny_folder_get_account over a merge folder

pmo-trunk-r4435

16 years ago* src/modest-ui-actions.c:
Jose Dapena Paz [Fri, 18 Apr 2008 16:49:59 +0000 (16:49 +0000)]
* src/modest-ui-actions.c:
* Disallow opening messages (with header activate) when they're
  being sent (fixes NB#83721).

pmo-trunk-r4434

16 years ago * Fixes NB#83303, show the default account's FROM address when opening a new editor
Sergio Villar Senin [Fri, 18 Apr 2008 16:48:55 +0000 (16:48 +0000)]
* Fixes NB#83303, show the default account's FROM address when opening a new editor

pmo-trunk-r4433

16 years ago* src/modest-ui-actions.c:
Jose Dapena Paz [Fri, 18 Apr 2008 15:53:35 +0000 (15:53 +0000)]
* src/modest-ui-actions.c:
* Now we don't allow in password requested dialog to press ok
  if password or username is empty (fixes NB#83944).

pmo-trunk-r4432

16 years ago * Fixes a crash when removing accounts. Added by a code I commited today
Sergio Villar Senin [Fri, 18 Apr 2008 12:23:57 +0000 (12:23 +0000)]
* Fixes a crash when removing accounts. Added by a code I commited today
* Adds a new parameter to get_send_queue that tells the runtime to create it or not if it does not exist

pmo-trunk-r4431

16 years ago* src/widgets/modest-folder-view.c:
Jose Dapena Paz [Fri, 18 Apr 2008 11:17:45 +0000 (11:17 +0000)]
* src/widgets/modest-folder-view.c:
* Now we call to select first inbox on setting an account store
  to the folder view. This way we don't get blank startup header
  view in case there's no account available (or the case inbox
  is still not loaded (fixes NB#81375).

pmo-trunk-r4430

16 years ago * Fixes NB#84492, remove the messages in the outbox that belongs to a removed account
Sergio Villar Senin [Fri, 18 Apr 2008 10:09:38 +0000 (10:09 +0000)]
* Fixes NB#84492, remove the messages in the outbox that belongs to a removed account
* Added a new method to remove send_queues
* Fixed and invalid error report when a mail operation is never executed

pmo-trunk-r4429

16 years ago* src/widgets/modest-widget-memory.c:
Jose Dapena Paz [Thu, 17 Apr 2008 10:09:54 +0000 (10:09 +0000)]
* src/widgets/modest-widget-memory.c:
* Fix restore of main window paned position. Problem was that
  we didn't save the position of the paned when the widget was
  not visible (then we never saved the position on closing
  modest) (fixes NB#82173).

pmo-trunk-r4428

16 years ago * Reverted a very bad change
Sergio Villar Senin [Thu, 17 Apr 2008 09:41:51 +0000 (09:41 +0000)]
* Reverted a very bad change

pmo-trunk-r4427

16 years ago * Fixed two callbacks in the main window that were taking wrong arguments
Sergio Villar Senin [Thu, 17 Apr 2008 08:34:18 +0000 (08:34 +0000)]
* Fixed two callbacks in the main window that were taking wrong arguments
* Fixed a reference leak when unregistering windows
* Removed window handling code from modest-main
* Fixed a couple memory issues found by valgrind when unregistering windows

pmo-trunk-r4426

16 years ago* src/widgets/modest-attachments-view.c:
Jose Dapena Paz [Wed, 16 Apr 2008 19:43:57 +0000 (19:43 +0000)]
* src/widgets/modest-attachments-view.c:
        * Fixed some reference leaks (fixes NB#83929).

pmo-trunk-r4425

16 years agoWork to fix bug NB#80656.
Jose Dapena Paz [Wed, 16 Apr 2008 19:41:22 +0000 (19:41 +0000)]
Work to fix bug NB#80656.
* src/modest-tny-msg.[ch]:
        * Added support for fetching errors in tinymail when we add
  attachments. In particular, now we set an error in
  copy_mime_stream if it was not successful.
* src/modest-ui-actions.c:
        * If creating message has errors because of stream read failures
  (i.e. after removing a media or switching down a server in a vfs
  stream) we go on but avoid adding the message. We also show an
  information banner.
* src/modest-mail-operation.c:
        * Manage on message creation the case of an error reading
  attachments so that we don't stop processing and show proper
  error at the end.
* src/modest-error.h:
        * Added new error for file io (it'll happen when we fail to
  retrieve an attachment).

pmo-trunk-r4424

16 years ago * Removed the window management added to modest-main. Moved back to the window mgr
Sergio Villar Senin [Wed, 16 Apr 2008 19:12:54 +0000 (19:12 +0000)]
* Removed the window management added to modest-main. Moved back to the window mgr

pmo-trunk-r4423

16 years ago * Fixed a corner case when finalizing modest
Sergio Villar Senin [Wed, 16 Apr 2008 18:42:08 +0000 (18:42 +0000)]
* Fixed a corner case when finalizing modest

pmo-trunk-r4422

16 years ago * Fixes NB#84117, fixes "hangs" when reopening Modest while there are ongoing operations
Sergio Villar Senin [Wed, 16 Apr 2008 15:36:52 +0000 (15:36 +0000)]
* Fixes NB#84117, fixes "hangs" when reopening Modest while there are ongoing operations
* Close banners when the window is not visible

pmo-trunk-r4421

16 years ago * Fixes #84315, do not enable the user to change some parametters if there was a...
Sergio Villar Senin [Wed, 16 Apr 2008 10:45:35 +0000 (10:45 +0000)]
* Fixes #84315, do not enable the user to change some parametters if there was a successful connection before

pmo-trunk-r4420

16 years ago * Partially fixes NB#84315, clear the list of old headers when updating an account
Sergio Villar Senin [Wed, 16 Apr 2008 08:39:26 +0000 (08:39 +0000)]
* Partially fixes NB#84315, clear the list of old headers when updating an account
* Added a missing initialization
* Added an extra check

pmo-trunk-r4419

16 years ago* prevent some problems seen ; make sure we're having a valid account before feeding...
Dirk-Jan C. Binnema [Tue, 15 Apr 2008 13:52:28 +0000 (13:52 +0000)]
* prevent some problems seen ; make sure we're having a valid account before feeding it to tny_account_cancel

pmo-trunk-r4418

16 years ago* fix small leak
Dirk-Jan C. Binnema [Tue, 15 Apr 2008 11:01:01 +0000 (11:01 +0000)]
* fix small leak

pmo-trunk-r4417

16 years ago* add some debugging statements when unitializing the runtime
Dirk-Jan C. Binnema [Tue, 15 Apr 2008 09:51:43 +0000 (09:51 +0000)]
* add some debugging statements when unitializing the runtime

pmo-trunk-r4416

16 years ago* close some holes in our low-memory / big attachments handling; now we also check...
Dirk-Jan C. Binnema [Tue, 15 Apr 2008 09:38:21 +0000 (09:38 +0000)]
* close some holes in our low-memory / big attachments handling; now we also check when sending or saving to drafts (before, one could evade the checks by trying to forward a msg with big attachments)

pmo-trunk-r4415

16 years ago* unref various singletons in the exact reverse order of their initialization
Dirk-Jan C. Binnema [Tue, 15 Apr 2008 08:48:07 +0000 (08:48 +0000)]
* unref various singletons in the exact reverse order of their initialization

pmo-trunk-r4414

16 years ago * Replaced a useless == by a =
Sergio Villar Senin [Mon, 14 Apr 2008 17:21:09 +0000 (17:21 +0000)]
* Replaced a useless == by a =

pmo-trunk-r4413

16 years ago * Set the proper status of the mail operation
Sergio Villar Senin [Mon, 14 Apr 2008 17:16:39 +0000 (17:16 +0000)]
* Set the proper status of the mail operation

pmo-trunk-r4412

16 years ago * Fixes NB#83317, problems with specific folder searches
Sergio Villar Senin [Mon, 14 Apr 2008 16:10:03 +0000 (16:10 +0000)]
* Fixes NB#83317, problems with specific folder searches

pmo-trunk-r4411

16 years ago* allow the account parameter in modest_tny_account_store_alert to be NULL; some...
Dirk-Jan C. Binnema [Mon, 14 Apr 2008 14:35:29 +0000 (14:35 +0000)]
* allow the account parameter in modest_tny_account_store_alert to be NULL; some of the certificate alert come with a NULL account (that's a bug in Tinymail), and modest will otherwise show a note that 'message is not available'.

pmo-trunk-r4410

16 years ago* fix small copy-paste bug: forget the password for the transport account
Dirk-Jan C. Binnema [Mon, 14 Apr 2008 11:57:32 +0000 (11:57 +0000)]
* fix small copy-paste bug: forget the password for the transport account

pmo-trunk-r4409

16 years ago * Refactored the drag&drop message transfers, now it uses the same code as the ...
Sergio Villar Senin [Mon, 14 Apr 2008 10:02:00 +0000 (10:02 +0000)]
* Refactored the drag&drop message transfers, now it uses the same code as the "move to" dialog
* Fixed a hang when transferring messages in offline mode using drag&drop
* Cleaned drag and drop code, now it properly finish in some missing cases

pmo-trunk-r4408

16 years ago* added extra checking to on_account_inserted, on_account_changed.
Dirk-Jan C. Binnema [Mon, 14 Apr 2008 07:09:08 +0000 (07:09 +0000)]
* added extra checking to on_account_inserted, on_account_changed.
Fixes: NB#83555

pmo-trunk-r4407

16 years ago* set max attachment size to 15Mb, which should be Enough For Everyone (tm)
Dirk-Jan C. Binnema [Mon, 14 Apr 2008 06:59:41 +0000 (06:59 +0000)]
* set max attachment size to 15Mb, which should be Enough For Everyone (tm)

pmo-trunk-r4406

16 years ago* for NB#83601:
Dirk-Jan C. Binnema [Fri, 11 Apr 2008 16:51:42 +0000 (16:51 +0000)]
* for NB#83601:

with this patch, when we're in low-memory state, we disallow:
- addressbook
- attachments (attaching, opening, saving)
- searching (also over dbus ==> it returns an empty list in that case)
- viewing messages, replying/forwarding

we still do allow:
- composing messages (without attachments)
- saving to drafts (< 25Kb)
- sending (< 25Kb)

also, when sending attachements, make sure the sum of their sizes does
not exceed, if they do, raise an error.

#define MODEST_MAX_LOW_MEMORY_MESSAGE_SIZE (25*1024)
#define MODEST_MAX_ATTACHMENT_SIZE (12*1024*1024)

still TODO is to make sure that the attachment size limitation also applies to
weird filesystems, such as obex and upnp

pmo-trunk-r4405

16 years ago* symptomatic fix for random crash, NB#84097
Dirk-Jan C. Binnema [Fri, 11 Apr 2008 16:23:40 +0000 (16:23 +0000)]
* symptomatic fix for random crash, NB#84097

pmo-trunk-r4404

16 years ago * Partially fixes NB#83671, fixed a reference leak
Sergio Villar Senin [Fri, 11 Apr 2008 15:38:30 +0000 (15:38 +0000)]
* Partially fixes NB#83671, fixed a reference leak
* Small fix to dumpAccounts

pmo-trunk-r4403

16 years agoAdded bug fixes for week 16
Vivek Sekar [Fri, 11 Apr 2008 13:17:09 +0000 (13:17 +0000)]
Added bug fixes for week 16

pmo-trunk-r4399

16 years agoupdated NEWS for W16
Dirk-Jan C. Binnema [Fri, 11 Apr 2008 11:59:32 +0000 (11:59 +0000)]
updated NEWS for W16

pmo-trunk-r4398

16 years ago* src/maemo/modest-msg-edit-window.c:
Jose Dapena Paz [Fri, 11 Apr 2008 10:55:33 +0000 (10:55 +0000)]
* src/maemo/modest-msg-edit-window.c:
        * Now we also copy to memory attachments from upnpav (we were
          doing this already for obex). Problem is gupnpav interface
          does not support seek interface, and then, it was causing
          problems with our attachments code. It shouldn't be a problem
          because, even when media files are big, upnpav is used in lans
          and then, we can expect a fast access (fixes NB#83322).

pmo-trunk-r4397

16 years ago* update modest_platform_check_memory_low API a bit;
Dirk-Jan C. Binnema [Fri, 11 Apr 2008 08:05:46 +0000 (08:05 +0000)]
* update modest_platform_check_memory_low API a bit;
- take a window as parameter, don't assume main-window is always the parent
* modest_platform_get_account_settings_wizard:
- explicity make it arguments void instead of just empty; it's not the same in C
* modest-msg-edit-window.c:
- don't allow attachments when in memory-low situation

pmo-trunk-r4396

16 years ago* add modest_platform_check_memory_low; it will return TRUE if we're in memory low...
Dirk-Jan C. Binnema [Thu, 10 Apr 2008 12:31:56 +0000 (12:31 +0000)]
* add modest_platform_check_memory_low; it will return TRUE if we're in memory low state, and (optionally) show a dialog warning the user.

using this function, we can decide whether to allow some memory intensive operations, such as sending. this will help with NB #83601

pmo-trunk-r4395

16 years ago * Fixes NB#83408, select attachment is now set as children of the edit window
Sergio Villar Senin [Thu, 10 Apr 2008 11:48:32 +0000 (11:48 +0000)]
* Fixes NB#83408, select attachment is now set as children of the edit window
* General fix for the modal dialogs, now we track the current topmost window

pmo-trunk-r4394

16 years ago * Fixed a couple of criticals when closing the main window after issuing a folder...
Sergio Villar Senin [Thu, 10 Apr 2008 10:49:04 +0000 (10:49 +0000)]
* Fixed a couple of criticals when closing the main window after issuing a folder creation

pmo-trunk-r4393

16 years ago * Fixes NB#83962, do not crash when searching mails in a specific folder
Sergio Villar Senin [Thu, 10 Apr 2008 09:00:11 +0000 (09:00 +0000)]
* Fixes NB#83962, do not crash when searching mails in a specific folder

pmo-trunk-r4392

16 years ago* don't allow foldernames starting '.' (vfat does not like that), or cur/tmp/new...
Dirk-Jan C. Binnema [Wed, 9 Apr 2008 16:14:39 +0000 (16:14 +0000)]
* don't allow foldernames starting '.' (vfat does not like that), or cur/tmp/new (conflicts with Maildir).

fixes: NB#83604

pmo-trunk-r4391

16 years ago * Fixes NB#82750, do not allow multiple selection after moving messages
Sergio Villar Senin [Wed, 9 Apr 2008 15:21:05 +0000 (15:21 +0000)]
* Fixes NB#82750, do not allow multiple selection after moving messages

pmo-trunk-r4390

16 years ago* get the translation string from the right catalog; fixes NB#83942
Dirk-Jan C. Binnema [Wed, 9 Apr 2008 14:10:42 +0000 (14:10 +0000)]
* get the translation string from the right catalog; fixes NB#83942

pmo-trunk-r4389

16 years ago* use mcen_ib_unableto_discover_auth_methods, fixes NB#83917
Dirk-Jan C. Binnema [Wed, 9 Apr 2008 13:11:04 +0000 (13:11 +0000)]
* use mcen_ib_unableto_discover_auth_methods, fixes NB#83917

pmo-trunk-r4388

16 years ago * Fixed a warning+critical when finalizing
Sergio Villar Senin [Wed, 9 Apr 2008 11:40:32 +0000 (11:40 +0000)]
* Fixed a warning+critical when finalizing
* Do not call tny_account_set_id twice when creating accounts

pmo-trunk-r4387

16 years ago * Print the references for the transport accounts as well
Sergio Villar Senin [Wed, 9 Apr 2008 10:06:44 +0000 (10:06 +0000)]
* Print the references for the transport accounts as well

pmo-trunk-r4386

16 years ago * Let Modest die when any Dump DBus method is called
Sergio Villar Senin [Wed, 9 Apr 2008 10:04:11 +0000 (10:04 +0000)]
* Let Modest die when any Dump DBus method is called
* Print also the GObject references of the accounts when DumpAccounts is called

pmo-trunk-r4385

16 years ago* remove this patch, it's no longer needed
Dirk-Jan C. Binnema [Wed, 9 Apr 2008 09:17:00 +0000 (09:17 +0000)]
* remove this patch, it's no longer needed

pmo-trunk-r4384

16 years ago* updated with dbus debugging info
Dirk-Jan C. Binnema [Wed, 9 Apr 2008 09:13:31 +0000 (09:13 +0000)]
* updated with dbus debugging info

pmo-trunk-r4383

16 years ago * Added two misssing gdk_threads_enter/leave stuff
Sergio Villar Senin [Wed, 9 Apr 2008 08:56:01 +0000 (08:56 +0000)]
* Added two misssing gdk_threads_enter/leave stuff

pmo-trunk-r4382

16 years ago* added a note about the missing logical id (which has not been defined yet),
Dirk-Jan C. Binnema [Wed, 9 Apr 2008 06:50:00 +0000 (06:50 +0000)]
* added a note about the missing logical id (which has not been defined yet),
  as found in NB#82487

pmo-trunk-r4381

16 years ago * Do not try to disconnect local accounts
Sergio Villar Senin [Tue, 8 Apr 2008 17:20:19 +0000 (17:20 +0000)]
* Do not try to disconnect local accounts
* Remove the virtual folder we create to get the outbox folder when removing the correspondant account

pmo-trunk-r4380

16 years ago * Fixes NB#83819, do not close the editor when on fullscreen
Sergio Villar Senin [Tue, 8 Apr 2008 15:52:29 +0000 (15:52 +0000)]
* Fixes NB#83819, do not close the editor when on fullscreen

pmo-trunk-r4379

16 years ago * Fixes NB#83478, show "invalid character" info banner when editing accounts
Sergio Villar Senin [Tue, 8 Apr 2008 10:42:29 +0000 (10:42 +0000)]
* Fixes NB#83478, show "invalid character" info banner when editing accounts
* Refactored the show invalid character notification management

pmo-trunk-r4378

16 years ago * Added a new error handler for message transfers
Sergio Villar Senin [Tue, 8 Apr 2008 09:56:52 +0000 (09:56 +0000)]
* Added a new error handler for message transfers
* Fixed an invalid gtk_widget_destroy with banners

pmo-trunk-r4377

16 years ago * Partially fixes NB#83671, fixes several reference leaks and remove passwords in...
Sergio Villar Senin [Mon, 7 Apr 2008 17:53:06 +0000 (17:53 +0000)]
* Partially fixes NB#83671, fixes several reference leaks and remove passwords in memory when removing accounts

pmo-trunk-r4376

16 years ago * Fixes NB#83582, do not "hang" when sending messages with invalid SMTP server confi...
Sergio Villar Senin [Mon, 7 Apr 2008 15:34:31 +0000 (15:34 +0000)]
* Fixes NB#83582, do not "hang" when sending messages with invalid SMTP server configuration. This fix prevents some unneeded Gconf calls that could slow down the retrieval of the connection iap

pmo-trunk-r4375

16 years ago * Do not use blocking calls when removing the draft messages
Sergio Villar Senin [Mon, 7 Apr 2008 11:20:18 +0000 (11:20 +0000)]
* Do not use blocking calls when removing the draft messages

pmo-trunk-r4374

16 years ago* make sure dialogs go to the background when some other app is chosen with the taskn...
Dirk-Jan C. Binnema [Mon, 7 Apr 2008 09:23:00 +0000 (09:23 +0000)]
* make sure dialogs go to the background when some other app is chosen with the tasknav, by making sure dialogs are transient with respect to the main window.

Fixes: #82440

pmo-trunk-r4372

16 years ago * Fixes NB#82243, select the newly created folder
Sergio Villar Senin [Mon, 7 Apr 2008 09:05:16 +0000 (09:05 +0000)]
* Fixes NB#82243, select the newly created folder

pmo-trunk-r4371