modest
14 years agoCode review fix in ModestAttachmentsView.
Jose Dapena Paz [Sat, 5 Sep 2009 10:52:46 +0000 (12:52 +0200)]
Code review fix in ModestAttachmentsView.

* src/widgets/modest-attachments-view.c (modest_attachments_view_set_message):
  don't assume msg_content_type != NULL doing an strcasecmp call
  (fix 1/2 NB#136381).

14 years agoversion and bug fix info update for week 37, 2009 - fifth release 3.0.17-rc51
Sudheer Kumar Chiluveri [Wed, 9 Sep 2009 08:09:52 +0000 (11:09 +0300)]
version and bug fix info update for week 37, 2009 - fifth release

14 years agoFixes NB#131351, crash when exiting modest if there are new connection attempts
Sergio Villar Senin [Tue, 8 Sep 2009 11:28:56 +0000 (13:28 +0200)]
Fixes NB#131351, crash when exiting modest if there are new connection attempts

14 years agoImproved the output of modest_mail_operation_to_string
Sergio Villar Senin [Tue, 8 Sep 2009 11:07:08 +0000 (13:07 +0200)]
Improved the output of modest_mail_operation_to_string

14 years agoDo not show the account settings dialog if the password has been already asked and...
Sergio Villar Senin [Tue, 8 Sep 2009 09:57:04 +0000 (11:57 +0200)]
Do not show the account settings dialog if the password has been already asked and is not in our cache

14 years agoSet word char wrapping mode in gtkhtml widget (fixes NB#134905).
Jose Dapena Paz [Tue, 8 Sep 2009 15:54:54 +0000 (17:54 +0200)]
Set word char wrapping mode in gtkhtml widget (fixes NB#134905).

14 years agoFixes NB#135345, perform a case-insensitive emails comparison when looking for existi...
Sergio Villar Senin [Tue, 8 Sep 2009 08:59:31 +0000 (10:59 +0200)]
Fixes NB#135345, perform a case-insensitive emails comparison when looking for existing contacts

14 years agoversion and bug fix info update for week 37, 2009 - fourth release 3.0.17-rc50
Sudheer Kumar Chiluveri [Tue, 8 Sep 2009 07:34:07 +0000 (10:34 +0300)]
version and bug fix info update for week 37, 2009 - fourth release

14 years agoTake into account unichar space on converting to plain text quoted text
Jose Dapena Paz [Mon, 7 Sep 2009 14:06:40 +0000 (16:06 +0200)]
Take into account unichar space on converting to plain text quoted text
(fixes NB#134827).

14 years agoLImit the number of changes for correcting scroll to avoid infinite loop.
Jose Dapena Paz [Mon, 7 Sep 2009 15:20:40 +0000 (17:20 +0200)]
LImit the number of changes for correcting scroll to avoid infinite loop.
This should avoid problems in fix for NB#134905.

14 years agoversion and bug fix info update for week 37, 2009 - third release 3.0.17-rc49
Sudheer Kumar Chiluveri [Mon, 7 Sep 2009 08:40:37 +0000 (11:40 +0300)]
version and bug fix info update for week 37, 2009 - third release

14 years agoCheck emails addresses case when checking the presence of our email address when...
Sergio Villar Senin [Fri, 4 Sep 2009 11:41:07 +0000 (13:41 +0200)]
Check emails addresses case when checking the presence of our email address when replying to emails (fixes NB#132706)

14 years agoMove to use e book query for searches in check names select contacts
Jose Dapena Paz [Fri, 4 Sep 2009 11:24:31 +0000 (13:24 +0200)]
Move to use e book query for searches in check names select contacts
(fix 3/3 NB#135191).

14 years agoFilter also with email and name structured fields (fix 2/3 NB#135191).
Jose Dapena Paz [Fri, 4 Sep 2009 11:24:10 +0000 (13:24 +0200)]
Filter also with email and name structured fields (fix 2/3 NB#135191).

14 years agoNow addressbook query searches with begins on some fields.
Jose Dapena Paz [Fri, 4 Sep 2009 10:49:14 +0000 (12:49 +0200)]
Now addressbook query searches with begins on some fields.

* src/hildon2/modest-address-book.c (get_contacts_for_name): replace old
  fullname contains query with a new one that checks if one of eight fields
  begins with the string passed. Should be smarter this way
  (fix 1/3 NB#135191).

14 years agoSet gstreamer driver in canberra for playing sounds (supports aac then).
Jose Dapena Paz [Fri, 4 Sep 2009 09:07:46 +0000 (11:07 +0200)]
Set gstreamer driver in canberra for playing sounds (supports aac then).

* src/hildon2/modest-platform.c (modest_platform_play_email_tone): now we
  set gstreamer driver for canberra, so that we can play any sound format
  supported by gstreamer in device (fix 2/2 for NB#134700).

14 years agoPass proper volume to canberra on play sounds from modest.
Jose Dapena Paz [Fri, 4 Sep 2009 08:49:28 +0000 (10:49 +0200)]
Pass proper volume to canberra on play sounds from modest.

* src/hildon2/modest-platform.c (modest_platform_play_email_tone):
  pass db converted values as canberra volume, to make it fit properly
  the expected volume values (fix 1/2 for NB#134700).

14 years agoFixed a type-punned warning in compilation
Sergio Villar Senin [Fri, 4 Sep 2009 09:13:03 +0000 (11:13 +0200)]
Fixed a type-punned warning in compilation

14 years agoversion and bug fix info update for week 37, 2009 - second release 3.0.17-rc48
Sudheer Kumar Chiluveri [Fri, 4 Sep 2009 08:21:07 +0000 (11:21 +0300)]
version and bug fix info update for week 37, 2009 - second release

14 years agoAdded connection reattempts to get_password function
Sergio Villar Senin [Thu, 3 Sep 2009 17:35:52 +0000 (19:35 +0200)]
Added connection reattempts to get_password function
Do not show the account settings dialog to the user if there is a connection issue

Fixes NB#125495, IMAP accounts incorrectly showing the account settings
dialog when there were connection issues

14 years agoChange scroll readjustment management in msg view.
Jose Dapena Paz [Thu, 3 Sep 2009 15:47:42 +0000 (17:47 +0200)]
Change scroll readjustment management in msg view.

14 years agoAlso queue resize on body
Jose Dapena Paz [Thu, 3 Sep 2009 11:06:13 +0000 (13:06 +0200)]
Also queue resize on body

14 years agoRenegociate size of the html body in msg view on setting new messages.
Jose Dapena Paz [Thu, 3 Sep 2009 11:03:31 +0000 (13:03 +0200)]
Renegociate size of the html body in msg view on setting new messages.

14 years agoBetter handling of spaces on converting text to html
Jose Dapena Paz [Thu, 3 Sep 2009 10:55:01 +0000 (12:55 +0200)]
Better handling of spaces on converting text to html

14 years agoAdd <p> to text-to-html stream, so that wrapping works better.
Jose Dapena Paz [Thu, 3 Sep 2009 10:21:41 +0000 (12:21 +0200)]
Add <p> to text-to-html stream, so that wrapping works better.

14 years agoAdded vertical scrolling using hw keys (Fixes NB#133627)
Sergio Villar Senin [Thu, 3 Sep 2009 11:11:41 +0000 (13:11 +0200)]
Added vertical scrolling using hw keys (Fixes NB#133627)

14 years agoversion and bug fix info update of modest for week 37, 2009 first release 3.0.17-rc47
Sudheer Kumar Chiluveri [Thu, 3 Sep 2009 08:44:36 +0000 (11:44 +0300)]
version and bug fix info update of modest for week 37, 2009 first release

14 years agoversion and bug fix info update for week 37, 2009 first release of libmodest-dbus...
Sudheer Kumar Chiluveri [Thu, 3 Sep 2009 08:40:28 +0000 (11:40 +0300)]
version and bug fix info update for week 37, 2009 first release of libmodest-dbus-client source package (as first release)

14 years agoAdded row reference valid checks all around modest (fixes NB#129121).
Jose Dapena Paz [Thu, 3 Sep 2009 07:42:03 +0000 (09:42 +0200)]
Added row reference valid checks all around modest (fixes NB#129121).

14 years agoRemoved wrong config.sub file.
Jose Dapena Paz [Wed, 2 Sep 2009 17:05:47 +0000 (19:05 +0200)]
Removed wrong config.sub file.

14 years agoAnd make modest depend on the new package (fix 2/2 for NB#132625)
Jose Dapena Paz [Wed, 2 Sep 2009 16:08:36 +0000 (18:08 +0200)]
And make modest depend on the new package (fix 2/2 for NB#132625)

14 years agoConverted libmodest-dbus-client into a new library package. Modest will
Jose Dapena Paz [Wed, 2 Sep 2009 16:06:43 +0000 (18:06 +0200)]
Converted libmodest-dbus-client into a new library package. Modest will
depend on it (fix 1/2 for NB#132625).

14 years agoversion and bug fix info update for week 36, 2009 fifth release 3.0.17-rc46
Sudheer Kumar Chiluveri [Wed, 2 Sep 2009 09:45:59 +0000 (12:45 +0300)]
version and bug fix info update for week 36, 2009 fifth release

14 years agoMerge branch 'modest-3-0' into part-to-stream-in-plugins part-to-stream-in-plugins
Jose Dapena Paz [Wed, 2 Sep 2009 09:17:26 +0000 (11:17 +0200)]
Merge branch 'modest-3-0' into part-to-stream-in-plugins

14 years agoMake modest CUD script regenerate the NSS settings for maemosec
Jose Dapena Paz [Wed, 2 Sep 2009 08:22:46 +0000 (10:22 +0200)]
Make modest CUD script regenerate the NSS settings for maemosec

14 years agoFixes NB#134642, fixes a crash in on_header_view_model_changed
Sergio Villar Senin [Tue, 1 Sep 2009 09:03:32 +0000 (11:03 +0200)]
Fixes NB#134642, fixes a crash in on_header_view_model_changed

14 years agoRemoved an extra unref
Sergio Villar Senin [Tue, 1 Sep 2009 07:28:59 +0000 (09:28 +0200)]
Removed an extra unref

14 years agoversion and bug fix info update for week 36, 2009 - fourth release 3.0.17-rc45
Sudheer Kumar Chiluveri [Tue, 1 Sep 2009 07:44:51 +0000 (10:44 +0300)]
version and bug fix info update for week 36, 2009 - fourth release

14 years agoHandle properly ca_context_open, so that we can play more than one tone.
Jose Dapena Paz [Mon, 31 Aug 2009 12:56:50 +0000 (14:56 +0200)]
Handle properly ca_context_open, so that we can play more than one tone.

* src/hildon2/modest-platform.c (modest_platform_play_email_tone): track
  if we already called ca_context_open succesfully (fixes NB#134700).

14 years agoMerge branch 'master' into part-to-stream-in-plugins
Jose Dapena Paz [Mon, 31 Aug 2009 10:39:55 +0000 (12:39 +0200)]
Merge branch 'master' into part-to-stream-in-plugins

14 years agoversion and bug fix info update for week 36, 2009 third relase 3.0.17-rc44
Sudheer Kumar Chiluveri [Mon, 31 Aug 2009 09:15:49 +0000 (12:15 +0300)]
version and bug fix info update for week 36, 2009 third relase

14 years agoHandle better finalize/last ref of model cases in ModestHeaderWindow
Jose Dapena Paz [Wed, 26 Aug 2009 10:29:47 +0000 (12:29 +0200)]
Handle better finalize/last ref of model cases in ModestHeaderWindow

* src/hildon2/modest-header-window.c: add different (more safe) handling
  of weak reference to model used to free signal handler of sort column
  (fixes NB#134642).

14 years agoHandle better finalize/last ref of model cases in ModestHeaderWindow
Jose Dapena Paz [Wed, 26 Aug 2009 10:29:47 +0000 (12:29 +0200)]
Handle better finalize/last ref of model cases in ModestHeaderWindow

* src/hildon2/modest-header-window.c: add different (more safe) handling
  of weak reference to model used to free signal handler of sort column
  (fixes NB#134642).

14 years agoIf we didn't manage to disconnect all accounts, then begin another
Jose Dapena Paz [Wed, 26 Aug 2009 13:49:30 +0000 (15:49 +0200)]
If we didn't manage to disconnect all accounts, then begin another
shutdown cycle again (fixes NB#131351).

14 years agoIf we didn't manage to disconnect all accounts, then begin another
Jose Dapena Paz [Wed, 26 Aug 2009 13:49:30 +0000 (15:49 +0200)]
If we didn't manage to disconnect all accounts, then begin another
shutdown cycle again (fixes NB#131351).

14 years agoFixes NB#134642, crash when closing the headers window
Sergio Villar Senin [Mon, 24 Aug 2009 09:18:33 +0000 (11:18 +0200)]
Fixes NB#134642, crash when closing the headers window

14 years agoversion and bug fix info update for week 36, 2009 second release 3.0.17-rc43
Sudheer Kumar Chiluveri [Fri, 28 Aug 2009 08:13:33 +0000 (11:13 +0300)]
version and bug fix  info update for week 36, 2009 second release

14 years agoOn showing the check names "select contact" dialog, filter properly case.
Jose Dapena Paz [Thu, 27 Aug 2009 09:32:02 +0000 (11:32 +0200)]
On showing the check names "select contact" dialog, filter properly case.

* src/hildon2/modest-address-book.c (filter_by_name): use case insensitive
  filtering (fixes NB#135191).

14 years agoOn showing the check names "select contact" dialog, filter properly case.
Jose Dapena Paz [Thu, 27 Aug 2009 09:32:02 +0000 (11:32 +0200)]
On showing the check names "select contact" dialog, filter properly case.

* src/hildon2/modest-address-book.c (filter_by_name): use case insensitive
  filtering (fixes NB#135191).

14 years agoFix reference leaks causing power consuption because of running IDLE.
Jose Dapena Paz [Thu, 27 Aug 2009 11:36:46 +0000 (13:36 +0200)]
Fix reference leaks causing power consuption because of running IDLE.

* src/modest-mail-operation.c (inbox_refreshed_cb): fix reference leaks in
  new_headers list, that could cause IDLE to be running after receiving a
  message, forever (fixes NB#131550).

14 years agoFix reference leaks causing power consuption because of running IDLE.
Jose Dapena Paz [Thu, 27 Aug 2009 11:36:46 +0000 (13:36 +0200)]
Fix reference leaks causing power consuption because of running IDLE.

* src/modest-mail-operation.c (inbox_refreshed_cb): fix reference leaks in
  new_headers list, that could cause IDLE to be running after receiving a
  message, forever (fixes NB#131550).

14 years agoversion and bug fix info update for week 36, 2009 - first release 3.0.17-rc42
Sudheer Kumar Chiluveri [Thu, 27 Aug 2009 13:16:38 +0000 (16:16 +0300)]
version and bug fix info update for week 36, 2009 - first release

14 years agoFixed a reference problem in grey coloring of mail header view.
Jose Dapena Paz [Thu, 27 Aug 2009 09:10:58 +0000 (11:10 +0200)]
Fixed a reference problem in grey coloring of mail header view.

14 years agoFixed a reference problem in grey coloring of mail header view.
Jose Dapena Paz [Thu, 27 Aug 2009 09:10:58 +0000 (11:10 +0200)]
Fixed a reference problem in grey coloring of mail header view.

14 years agoRemove separator in hildon2
Jose Dapena Paz [Wed, 26 Aug 2009 16:07:30 +0000 (18:07 +0200)]
Remove separator in hildon2

14 years agoAlso change bg color of attachments view.
Jose Dapena Paz [Wed, 26 Aug 2009 16:07:25 +0000 (18:07 +0200)]
Also change bg color of attachments view.

14 years agoPut grey in compact mail header view.
Jose Dapena Paz [Wed, 26 Aug 2009 16:07:20 +0000 (18:07 +0200)]
Put grey in compact mail header view.

14 years agoRemove separator in hildon2
Jose Dapena Paz [Wed, 26 Aug 2009 16:07:30 +0000 (18:07 +0200)]
Remove separator in hildon2

14 years agoAlso change bg color of attachments view.
Jose Dapena Paz [Wed, 26 Aug 2009 16:07:25 +0000 (18:07 +0200)]
Also change bg color of attachments view.

14 years agoPut grey in compact mail header view.
Jose Dapena Paz [Wed, 26 Aug 2009 16:07:20 +0000 (18:07 +0200)]
Put grey in compact mail header view.

14 years agoFixes NB#114929, add support to autocomplete usernames for Ovi and Yahoo Mail Plus
Sergio Villar Senin [Wed, 26 Aug 2009 16:03:16 +0000 (18:03 +0200)]
Fixes NB#114929, add support to autocomplete usernames for Ovi and Yahoo Mail Plus

14 years agoFixes NB#114929, add support to autocomplete usernames for Ovi and Yahoo Mail Plus
Sergio Villar Senin [Wed, 26 Aug 2009 16:03:16 +0000 (18:03 +0200)]
Fixes NB#114929, add support to autocomplete usernames for Ovi and Yahoo Mail Plus

14 years agoFixes NB#134700, play a sound after a send&receive if new headers are received and...
Sergio Villar Senin [Wed, 26 Aug 2009 14:36:21 +0000 (16:36 +0200)]
Fixes NB#134700, play a sound after a send&receive if new headers are received and application is active in the foreground

14 years agoFixes NB#134700, play a sound after a send&receive if new headers are received and...
Sergio Villar Senin [Wed, 26 Aug 2009 14:36:21 +0000 (16:36 +0200)]
Fixes NB#134700, play a sound after a send&receive if new headers are received and application is active in the foreground

14 years agoversion and bug fix info update for week 35, 2009 sixth release 3.0.17-rc41
Sudheer Kumar Chiluveri [Wed, 26 Aug 2009 09:36:23 +0000 (12:36 +0300)]
version and bug fix info update for week 35, 2009 sixth release

14 years agoFixes NB#135054, default update interval should be 30 minutes
Sergio Villar Senin [Tue, 25 Aug 2009 13:59:49 +0000 (15:59 +0200)]
Fixes NB#135054, default update interval should be 30 minutes

14 years agoMerge branch 'master' into part-to-stream-in-plugins
Jose Dapena Paz [Tue, 25 Aug 2009 14:24:09 +0000 (16:24 +0200)]
Merge branch 'master' into part-to-stream-in-plugins

14 years agoFixes NB#135054, default update interval should be 30 minutes
Sergio Villar Senin [Tue, 25 Aug 2009 13:59:49 +0000 (15:59 +0200)]
Fixes NB#135054, default update interval should be 30 minutes

14 years agoFixes NB#134642, crash when closing the headers window
Sergio Villar Senin [Mon, 24 Aug 2009 09:18:33 +0000 (11:18 +0200)]
Fixes NB#134642, crash when closing the headers window

14 years agoProvide destination URI to ModestAccountProtocol in decode_part_to_stream.
Jose Dapena Paz [Mon, 24 Aug 2009 10:38:16 +0000 (12:38 +0200)]
Provide destination URI to ModestAccountProtocol in decode_part_to_stream.

14 years agoMerge branch 'part-to-stream-in-plugins' of https://git.maemo.org/projects/modest...
Jose Dapena Paz [Mon, 24 Aug 2009 10:16:01 +0000 (12:16 +0200)]
Merge branch 'part-to-stream-in-plugins' of https://git.maemo.org/projects/modest into part-to-stream-in-plugins

14 years agoProperly use the account protocol api to fetch streams from attachments
Jose Dapena Paz [Sat, 22 Aug 2009 16:25:39 +0000 (18:25 +0200)]
Properly use the account protocol api to fetch streams from attachments
in msg view.

14 years agoAdd also async implementation for decoding parts in account protocols.
Jose Dapena Paz [Sat, 22 Aug 2009 15:11:42 +0000 (17:11 +0200)]
Add also async implementation for decoding parts in account protocols.

14 years agoNew virtual method modest_account_protocol_decode_part_to_stream, to
Jose Dapena Paz [Sat, 22 Aug 2009 14:46:48 +0000 (16:46 +0200)]
New virtual method modest_account_protocol_decode_part_to_stream, to
allow plugins to provide specific decoding for attachments.

14 years agoversion and bug fix info update for week 35, 2009 fifth release 3.0.17-rc40
Sudheer Kumar Chiluveri [Mon, 24 Aug 2009 08:23:28 +0000 (11:23 +0300)]
version and bug fix info update for week 35, 2009 fifth release

14 years agoPerform the current folder refresh in an idle. This will avoid cancelations in the...
Sergio Villar Senin [Sun, 23 Aug 2009 09:28:02 +0000 (11:28 +0200)]
Perform the current folder refresh in an idle. This will avoid cancelations in the refresh when the currently viewed folder is the INBOX
Added an extra check

14 years agoProperly use the account protocol api to fetch streams from attachments
Jose Dapena Paz [Sat, 22 Aug 2009 16:25:39 +0000 (18:25 +0200)]
Properly use the account protocol api to fetch streams from attachments
in msg view.

14 years agoAdd also async implementation for decoding parts in account protocols.
Jose Dapena Paz [Sat, 22 Aug 2009 15:11:42 +0000 (17:11 +0200)]
Add also async implementation for decoding parts in account protocols.

14 years agoNew virtual method modest_account_protocol_decode_part_to_stream, to
Jose Dapena Paz [Sat, 22 Aug 2009 14:46:48 +0000 (16:46 +0200)]
New virtual method modest_account_protocol_decode_part_to_stream, to
allow plugins to provide specific decoding for attachments.

14 years agoversion and bug fix info update for week 35, 2009 fourth release 3.0.17-rc39
Sudheer Kumar Chiluveri [Sat, 22 Aug 2009 22:57:57 +0000 (01:57 +0300)]
version and bug fix info update for week 35, 2009 fourth release

14 years agoForce request of minimum 70 pixels for the editor body.
Jose Dapena Paz [Sat, 22 Aug 2009 22:21:06 +0000 (00:21 +0200)]
Force request of minimum 70 pixels for the editor body.

* src/hildon2/modest-msg-edit-window.c: add a signal handler for
  "size-request" signal in editor body. This implementation makes sure the
  request is at least 70 pixels, to avoid a graphical glitch with theme
  images (fixes NB#123383).

14 years agoRevert "Fixes NB#123383, unexpected lines appear in new email editor body area"
Jose Dapena Paz [Sat, 22 Aug 2009 21:35:43 +0000 (23:35 +0200)]
Revert "Fixes NB#123383, unexpected lines appear in new email editor body area"

This reverts commit 5f5d20e1973b4928bc70504174de6edd15f59758.

Reason is: it will break proper allocation of the body widget in composer.
It won't grow properly and basically break functionality of editor.

14 years agoFixes NB#120278, read/unread status is not updated when clicking on
Sergio Villar Senin [Fri, 21 Aug 2009 19:26:12 +0000 (21:26 +0200)]
Fixes NB#120278, read/unread status is not updated when clicking on
Send&Receive. This fix requires changes from commit
f42dcfb53f942ace9efab748723d358498e78344 to this one
Do not add an extra reference to the model just to listen to changes in the sort-column

14 years agoRemove the reference to folder in ModestHeaderWindow
Sergio Villar Senin [Fri, 21 Aug 2009 18:34:56 +0000 (20:34 +0200)]
Remove the reference to folder in ModestHeaderWindow

14 years agoDo refresh the currently viewed headers when clicking on Send&Receive
Sergio Villar Senin [Sat, 22 Aug 2009 09:42:51 +0000 (11:42 +0200)]
Do refresh the currently viewed headers when clicking on Send&Receive
Pass the refresh parametter to the get_folders call

14 years agoRemoved extra references when deleting folders
Sergio Villar Senin [Thu, 20 Aug 2009 10:23:15 +0000 (12:23 +0200)]
Removed extra references when deleting folders
Do not update the model twice when creating the move to dialog

14 years agoversion and bug fix info update for week 35, 2009 third release 3.0.17-rc38
Sudheer Kumar Chiluveri [Fri, 21 Aug 2009 21:22:05 +0000 (00:22 +0300)]
version and bug fix info update for week 35, 2009 third release

14 years agoNotify account protocol plugins when the wizard has finished.
Jose Dapena Paz [Fri, 21 Aug 2009 18:11:34 +0000 (20:11 +0200)]
Notify account protocol plugins when the wizard has finished.

14 years agoMake providers check be done after counting the pending checks.
Jose Dapena Paz [Fri, 21 Aug 2009 11:10:58 +0000 (13:10 +0200)]
Make providers check be done after counting the pending checks.

14 years agoShow progress pulsing on providers check cancel note.
Jose Dapena Paz [Fri, 21 Aug 2009 10:41:13 +0000 (12:41 +0200)]
Show progress pulsing on providers check cancel note.

14 years agoCancel check support requests on tapping on cancel in the wizard checks dialog.
Jose Dapena Paz [Fri, 21 Aug 2009 10:18:42 +0000 (12:18 +0200)]
Cancel check support requests on tapping on cancel in the wizard checks dialog.

14 years agoAdded cancel_check_support method to account protocols.
Jose Dapena Paz [Fri, 21 Aug 2009 10:15:15 +0000 (12:15 +0200)]
Added cancel_check_support method to account protocols.

14 years agoAdd check support cancel note.
Jose Dapena Paz [Fri, 21 Aug 2009 10:47:32 +0000 (12:47 +0200)]
Add check support cancel note.

14 years agoSet privacy note font to small.
Jose Dapena Paz [Fri, 21 Aug 2009 09:20:12 +0000 (11:20 +0200)]
Set privacy note font to small.

14 years agoAdd privacy note to welcome page.
Jose Dapena Paz [Fri, 21 Aug 2009 09:15:00 +0000 (11:15 +0200)]
Add privacy note to welcome page.

14 years agoShow the welcome page in wizard inside a pannable.
Jose Dapena Paz [Fri, 21 Aug 2009 09:06:51 +0000 (11:06 +0200)]
Show the welcome page in wizard inside a pannable.

14 years agoRun plugins availability check after tapping on next, not before.
Jose Dapena Paz [Fri, 21 Aug 2009 10:47:19 +0000 (12:47 +0200)]
Run plugins availability check after tapping on next, not before.

14 years agoFixes NB#134457, fixes a "hang" when showing the sort dialog bellow the application...
Sergio Villar Senin [Fri, 21 Aug 2009 14:13:25 +0000 (16:13 +0200)]
Fixes NB#134457, fixes a "hang" when showing the sort dialog bellow the application menu

14 years agoFixes NB#123383, unexpected lines appear in new email editor body area
Sergio Villar Senin [Fri, 21 Aug 2009 10:49:30 +0000 (12:49 +0200)]
Fixes NB#123383, unexpected lines appear in new email editor body area

14 years agoFixes NB#133838, use E_CONTACT_EMAIL instead of E_CONTACT_EMAIL_1 when creating new...
Sergio Villar Senin [Fri, 21 Aug 2009 09:30:53 +0000 (11:30 +0200)]
Fixes NB#133838, use E_CONTACT_EMAIL instead of E_CONTACT_EMAIL_1 when creating new contacts