modest
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

16 years agoAdded bug fixes for week 15
Vivek Sekar [Fri, 4 Apr 2008 13:54:59 +0000 (13:54 +0000)]
Added bug fixes for week 15

pmo-trunk-r4369

16 years ago* updated
Dirk-Jan C. Binnema [Fri, 4 Apr 2008 13:25:35 +0000 (13:25 +0000)]
* updated

pmo-trunk-r4368

16 years ago * Fixed a reference leak
Sergio Villar Senin [Fri, 4 Apr 2008 10:50:16 +0000 (10:50 +0000)]
* Fixed a reference leak

pmo-trunk-r4367

16 years ago* explicitly set make the choose-font dialog modal; not sure why this
Dirk-Jan C. Binnema [Thu, 3 Apr 2008 15:41:48 +0000 (15:41 +0000)]
* explicitly set make the choose-font dialog modal; not sure why this
would be needed, but if we don't do it, the applications menu can still
be accessed, which is NotGood(tm).

Fixes: NB#83606

pmo-trunk-r4366

16 years ago * Fixes NB#83634, do not show auth dialog for accounts that have been previously...
Sergio Villar Senin [Thu, 3 Apr 2008 11:39:55 +0000 (11:39 +0000)]
* Fixes NB#83634, do not show auth dialog for accounts that have been previously deleted
* Let the account store notify account removals before disconnecting the account, there is no need to do that after the disconnection

pmo-trunk-r4365

16 years ago * Fixes NB#82632, show the proper error note when the username is dimmed in the...
Sergio Villar Senin [Wed, 2 Apr 2008 17:50:24 +0000 (17:50 +0000)]
* Fixes NB#82632, show the proper error note when the username is dimmed in the password dialog
* Set the username as dimmed properly using the connection policy and do not do it in the send&receive method

pmo-trunk-r4364

16 years ago * Fixes NB#83555 do not let the user to delete an account twice
Sergio Villar Senin [Wed, 2 Apr 2008 16:36:50 +0000 (16:36 +0000)]
    * Fixes NB#83555 do not let the user to delete an account twice
* Added some useful extra checks

pmo-trunk-r4363

16 years ago * Fixes NB#83513, modest no longer hungs when deleting mails while the connection...
Sergio Villar Senin [Wed, 2 Apr 2008 14:38:04 +0000 (14:38 +0000)]
* Fixes NB#83513, modest no longer hungs when deleting mails while the connection goes down
* Replaced the sync version of remove_msgs by the async one
* Fixed the D-Bus delete method that was incorrectly implemented

pmo-trunk-r4362

16 years ago* src/maemo/modest-msg-edit-window.c:
Jose Dapena Paz [Wed, 2 Apr 2008 09:24:30 +0000 (09:24 +0000)]
* src/maemo/modest-msg-edit-window.c:
* On attaching files and images, check if we could create
  the stream properly, or show a proper banner else
  (fixes NB#83215).

pmo-trunk-r4361

16 years ago * Fixes NB#83448, show an information banner instead of an information dialog when...
Sergio Villar Senin [Wed, 2 Apr 2008 08:31:51 +0000 (08:31 +0000)]
* Fixes NB#83448, show an information banner instead of an information dialog when saving settings

pmo-trunk-r4360

16 years ago * Fixes NB#83439, auto-show the account setup wizard when trying to open a draft...
Sergio Villar Senin [Tue, 1 Apr 2008 10:54:13 +0000 (10:54 +0000)]
* Fixes NB#83439, auto-show the account setup wizard when trying to open a draft message without having any account setup

pmo-trunk-r4359

16 years ago * Replaced g_return_if_fails by if's because they're not errors, they're just valid...
Sergio Villar Senin [Tue, 1 Apr 2008 09:48:13 +0000 (09:48 +0000)]
* Replaced g_return_if_fails by if's because they're not errors, they're just valid values that we want to ignore

pmo-trunk-r4358

16 years ago * Fixes NB#83407, evaluate the dimming rules when opening mails from search or D-Bus
Sergio Villar Senin [Tue, 1 Apr 2008 07:54:52 +0000 (07:54 +0000)]
* Fixes NB#83407, evaluate the dimming rules when opening mails from search or D-Bus

pmo-trunk-r4357

16 years ago * Fixes NB#82400, cancel retrieve operations in the main window when this last one...
Sergio Villar Senin [Mon, 31 Mar 2008 11:56:42 +0000 (11:56 +0000)]
* Fixes NB#82400, cancel retrieve operations in the main window when this last one is closed to prevent hangs when restarting the application

pmo-trunk-r4356

16 years ago* src/widgets/modest-folder-view.c:
Jose Dapena Paz [Mon, 31 Mar 2008 11:48:38 +0000 (11:48 +0000)]
* src/widgets/modest-folder-view.c:
        * Disable signal handler for moving folder to parent node on
          pressing backspace (fixes NB#81790).

pmo-trunk-r4355

16 years agoAdding copyright notes
Philip Van Hoof [Mon, 31 Mar 2008 10:35:55 +0000 (10:35 +0000)]
Adding copyright notes

pmo-trunk-r4354

16 years agoBugfix for 80400, introduction of connection policies
Philip Van Hoof [Mon, 31 Mar 2008 10:32:37 +0000 (10:32 +0000)]
Bugfix for 80400, introduction of connection policies

pmo-trunk-r4353

16 years agoAdded the week 14 bug fixes.
Vivek Sekar [Fri, 28 Mar 2008 12:47:14 +0000 (12:47 +0000)]
Added the week 14 bug fixes.

pmo-trunk-r4351

16 years ago* Patch that specifies the symbols to link on startup of modest in launcher.
Jose Dapena Paz [Thu, 27 Mar 2008 17:05:16 +0000 (17:05 +0000)]
* Patch that specifies the symbols to link on startup of modest in launcher.
  Big speed up and reduction of memory consumption. Patch by Moiseichuk Leonid
  (thanks!). Fixes NB#83233.

pmo-trunk-r4350

16 years ago * Fixes a crash in searches when searching in a single folder, and there are more...
Sergio Villar Senin [Wed, 26 Mar 2008 18:37:56 +0000 (18:37 +0000)]
* Fixes a crash in searches when searching in a single folder, and there are more than one account defined. Thx Dape for the report

pmo-trunk-r4349

16 years agoAdded the bug 80868, to the week 13 release
Vivek Sekar [Wed, 26 Mar 2008 15:03:01 +0000 (15:03 +0000)]
Added the bug 80868, to the week 13 release

pmo-trunk-r4348

16 years agoThis patch addapts modest to the new API for TnyHeader in tinymail
Jose Dapena Paz [Wed, 26 Mar 2008 14:50:31 +0000 (14:50 +0000)]
This patch addapts modest to the new API for TnyHeader in tinymail
(offering dup methods instead of get methods for obtaining strings).
* src/gnome/modest-msg-edit-window.c,
  src/gnome/modest-msg-view-window.c,
  src/widgets/modest-details-dialog.c,
  src/widgets/modest-attachment-view.c,
  src/widgets/modest-header-view.c,
  src/widgets/modest-mail-header-view.c,
  src/modest-tny-msg.c,
  src/modest-ui-actions.c,
  src/dbus_api/modest-dbus-callback.c,
  src/modest-tny-folder.c,
  src/modest-email-clipboard.c,
  src/maemo/modest-msg-edit-window.c,
  src/maemo/modest-platform.c,
  src/maemo/modest-msg-view-window.c,
  src/modest-formatter.c,
  src/modest-search.c,
  src/modest-tny-send-queue.c:
        * Use dup instead of get for TnyHeader strings.

Other changes:
* src/gnome/modest-account-settings-dialog.c:
        * Proper shadow for some tabs.
        * Use save password attribute properly.

pmo-trunk-r4347

16 years ago * Fixes NB#81144, do not show the work "whitespace" as an invalid character
Sergio Villar Senin [Tue, 25 Mar 2008 12:56:56 +0000 (12:56 +0000)]
 * Fixes NB#81144, do not show the work "whitespace" as an invalid character

pmo-trunk-r4345

16 years ago * Fixes NB#80734, check the dimming rules of the accelerators properly
Sergio Villar Senin [Tue, 25 Mar 2008 12:41:55 +0000 (12:41 +0000)]
* Fixes NB#80734, check the dimming rules of the accelerators properly

pmo-trunk-r4344

16 years agoAdded a missing bug into the changelog for week 13.
Vivek Sekar [Tue, 25 Mar 2008 11:05:02 +0000 (11:05 +0000)]
Added a missing bug into the changelog for week 13.

pmo-trunk-r4343

16 years agoAdded the week 13 bug fixes.
Vivek Sekar [Tue, 25 Mar 2008 10:46:26 +0000 (10:46 +0000)]
Added the week 13 bug fixes.

pmo-trunk-r4341

16 years ago * Fixes NB#82971, do not crash if we don't find a SendInfo structure when a send...
Sergio Villar Senin [Tue, 25 Mar 2008 10:43:10 +0000 (10:43 +0000)]
* Fixes NB#82971, do not crash if we don't find a SendInfo structure when a send error happens

pmo-trunk-r4340

16 years ago * Added a new parametter to modest_platform_show_information_banner that...
Sergio Villar Senin [Mon, 24 Mar 2008 18:03:11 +0000 (18:03 +0000)]
    * Added a new parametter to modest_platform_show_information_banner that allows the banner to block
        * Fixes NB#81756, show the proper error note when the SMTP password is missing

pmo-trunk-r4339

16 years ago * Fixes NB#82707, do not enable to delete a message while it's being retrieved
Sergio Villar Senin [Mon, 24 Mar 2008 12:20:06 +0000 (12:20 +0000)]
* Fixes NB#82707, do not enable to delete a message while it's being retrieved

pmo-trunk-r4338

16 years ago * Fixed two invalid unrefs
Sergio Villar Senin [Mon, 24 Mar 2008 11:35:22 +0000 (11:35 +0000)]
* Fixed two invalid unrefs

pmo-trunk-r4337

16 years agoBugfix for 82296
Philip Van Hoof [Fri, 21 Mar 2008 12:57:53 +0000 (12:57 +0000)]
Bugfix for 82296

pmo-trunk-r4336

16 years agoBugfix for 82760
Philip Van Hoof [Fri, 21 Mar 2008 12:31:26 +0000 (12:31 +0000)]
Bugfix for 82760

pmo-trunk-r4335

16 years agoRemoving a few unneeded variables
Philip Van Hoof [Fri, 21 Mar 2008 12:29:13 +0000 (12:29 +0000)]
Removing a few unneeded variables

pmo-trunk-r4334

16 years agoPulsing a dialog to make it more user responsive, final bugfix for 82810
Philip Van Hoof [Fri, 21 Mar 2008 12:23:05 +0000 (12:23 +0000)]
Pulsing a dialog to make it more user responsive, final bugfix for 82810

pmo-trunk-r4333

16 years agoAppended the week 12 bug fixes part of the 3rd release
Vivek Sekar [Wed, 19 Mar 2008 11:18:30 +0000 (11:18 +0000)]
Appended the week 12 bug fixes part of the 3rd release

pmo-trunk-r4332

16 years agoAdded the cumulative week 12 bug fixes.
Vivek Sekar [Wed, 19 Mar 2008 09:38:47 +0000 (09:38 +0000)]
Added the cumulative week 12 bug fixes.

pmo-trunk-r4330

16 years ago* src/widgets/modest-progress-bar.c:
Jose Dapena Paz [Tue, 18 Mar 2008 18:11:17 +0000 (18:11 +0000)]
* src/widgets/modest-progress-bar.c:
        * When we remove an operation we're showing, and it's not the
          last operation we're observing, then we replace the text of
          it with the text of the new mail operation and set pulsating
          mode. This should avoid many cases of blank progress bar
          (fixes NB#82749).

pmo-trunk-r4329

16 years ago * Fixes NB#82696, auto update is working again
Sergio Villar Senin [Tue, 18 Mar 2008 17:51:49 +0000 (17:51 +0000)]
* Fixes NB#82696, auto update is working again
* The queue-empty signal is now emitted only when the queue is really empty
* Pre-create the mail operations before trying to connect to execute a send&receive in order to allow Modest to keep running if there are several accounts to refresh

pmo-trunk-r4328

16 years ago* src/modest-utils.c:
Jose Dapena Paz [Tue, 18 Mar 2008 16:54:26 +0000 (16:54 +0000)]
* src/modest-utils.c:
* The title of the checking authentications window is now an
  empty string to prevent showing untraslated strings
  (fixes NB#82740).

pmo-trunk-r4327

16 years agoAdded bug fixes for week 12-2 release.
Vivek Sekar [Tue, 18 Mar 2008 12:28:05 +0000 (12:28 +0000)]
Added bug fixes for week 12-2 release.

pmo-trunk-r4325

16 years ago* src/modest-mail-operation.c:
Jose Dapena Paz [Tue, 18 Mar 2008 10:37:34 +0000 (10:37 +0000)]
* src/modest-mail-operation.c:
        * Fixed a bad unreferencing of the list of folders used in
          recurse_folders_async_cb, as tinymail should keep the
          reference to it properly.
        * Now we properly add the list of folders passed in
          recurse_folders_async_cb to the list of processed folders
          even with poke all, and put te recurse code for poke all.
          This fixed last update proper refresh (fixes NB#82639).

pmo-trunk-r4324

16 years agoWork to fix NB#82451.
Jose Dapena Paz [Tue, 18 Mar 2008 09:22:21 +0000 (09:22 +0000)]
Work to fix NB#82451.
* src/maemo/modest-account-settings-dialog.c:
        * Properly use the save password flag to only avoid showing the
          settings saved banner if the dialog was not requested by a
          wrong password event.
* src/modest-tny-account-store.c:
        * Properly set the settings dialog as being called for saving
          a password on wrong password event.

pmo-trunk-r4323

16 years ago * Fixes NB#60606 show proper error in memory full conditions
Sergio Villar Senin [Tue, 18 Mar 2008 08:44:07 +0000 (08:44 +0000)]
* Fixes NB#60606 show proper error in memory full conditions
* Fixes an invalid g_object_unref

pmo-trunk-r4322

16 years ago* src/maemo/modest-account-settings-dialog.c,
Jose Dapena Paz [Mon, 17 Mar 2008 13:31:11 +0000 (13:31 +0000)]
* src/maemo/modest-account-settings-dialog.c,
  src/maemo/easysetup/modest-easysetup-wizard-dialog.c:
        * Now we dim the incoming auth checkbox if we're already using
          ssl/tls (fixes NB#81707).

pmo-trunk-r4321

16 years agoAdded the week 12 bug fixes.
Vivek Sekar [Mon, 17 Mar 2008 12:16:13 +0000 (12:16 +0000)]
Added the week 12 bug fixes.

pmo-trunk-r4320

16 years ago* configure.ac:
Jose Dapena Paz [Mon, 17 Mar 2008 10:37:20 +0000 (10:37 +0000)]
* configure.ac:
* Add detection of new gtk method
  gtk_tree_view_column_get_cell_data_hint.
* src/widgets/modest-header-view-render.c:
* Added conditional build for cell data hint features.

pmo-trunk-r4319

16 years agoAgain commit for gtk cell renderer hinting support.
Jose Dapena Paz [Mon, 17 Mar 2008 10:16:35 +0000 (10:16 +0000)]
Again commit for gtk cell renderer hinting support.
* src/widgets/modest-header-view-render.c:
        * Add support for cell data func hints in gtk. This way, we
          don't need to calculate all the data func for "selectable"
          and "visible" queries (using fix for NB#78800).

pmo-trunk-r4318

16 years ago* src/maemo/modest-msg-edit-window.c:
Alberto Garcia [Fri, 14 Mar 2008 17:49:03 +0000 (17:49 +0000)]
* src/maemo/modest-msg-edit-window.c:
(modest_msg_edit_window_insert_image): Close the GnomeVFS handle after
using it.
(modest_msg_edit_window_attach_file_one): Create the TnyStream using
create_stream_for_uri() instead of calling Tinymail directly.
(create_stream_for_uri): If the URI is a Bluetooth one, read the whole
file in a TnyCamelMemStream and don't use the TnyVfsStream.
Fixes NB#79266

pmo-trunk-r4317

16 years agoFix for bug NB#81584.
Jose Dapena Paz [Fri, 14 Mar 2008 17:06:16 +0000 (17:06 +0000)]
Fix for bug NB#81584.
* src/modest-text-utils.[ch]:
        * Added a method to process a recipient list and make it have
          lines with length lower than 1000 characters.
* src/widgets/modest-recpt-view.c:
        * Strip lines of recipients added, to have a length lower than
          1000 characters.

pmo-trunk-r4316

16 years ago * Fixes NB#82571, AOL's inbox message list is now properly updated at Modest startup
Sergio Villar Senin [Fri, 14 Mar 2008 16:55:52 +0000 (16:55 +0000)]
* Fixes NB#82571, AOL's inbox message list is now properly updated at Modest startup

pmo-trunk-r4315

16 years agoAdded bug fixes for week 12.
Vivek Sekar [Fri, 14 Mar 2008 15:55:23 +0000 (15:55 +0000)]
Added bug fixes for week 12.

pmo-trunk-r4313

16 years ago * Fixes NB#81095, cancel the retrieval operations before disconnecting the account...
Sergio Villar Senin [Fri, 14 Mar 2008 12:34:55 +0000 (12:34 +0000)]
* Fixes NB#81095, cancel the retrieval operations before disconnecting the account to remove it
* Do not show error messages when the message retrieval is canceled

pmo-trunk-r4312

16 years ago * Fixes NB#82177 modest no longer hangs when canceling a search
Sergio Villar Senin [Fri, 14 Mar 2008 10:49:26 +0000 (10:49 +0000)]
* Fixes NB#82177 modest no longer hangs when canceling a search
* Rewritten the search methods, now are fully async
* Fixed a leak that was causing leaks in all the searched messages
* Do not search into attachments

pmo-trunk-r4311

16 years ago* src/widgets/modest-header-view-render.c:
Jose Dapena Paz [Fri, 14 Mar 2008 10:39:36 +0000 (10:39 +0000)]
* src/widgets/modest-header-view-render.c:
* Reverted change to use the new cell renderer hint api. Safer
  applying this next week.

pmo-trunk-r4310