modest
14 years agoFinal fix for NB#137187, problems parsing email addresses
Sergio Villar Senin [Mon, 14 Sep 2009 10:45:29 +0000 (12:45 +0200)]
Final fix for NB#137187, problems parsing email addresses

14 years agoFixes NB#137187, "invalid email address" when replying to emails
Sergio Villar Senin [Fri, 11 Sep 2009 15:16:24 +0000 (17:16 +0200)]
Fixes NB#137187, "invalid email address" when replying to emails

14 years agoAdded the function that quotes emails
Sergio Villar Senin [Fri, 11 Sep 2009 08:31:17 +0000 (10:31 +0200)]
Added the function that quotes emails
Insert a "\n" when resolving recipients if the resolved recipient is in the middle of others
This is fix 2/2 for bug NB#137187

14 years agoBetter parsing support
Sergio Villar Senin [Fri, 11 Sep 2009 08:30:32 +0000 (10:30 +0200)]
Better parsing support
Contacts added from addressbook are now properly quoted
This is fix 1/2 for NB#137187

14 years agoFixes NB#138269, append @hotmail.com to the username if the user haven't inserted it
Sergio Villar Senin [Thu, 10 Sep 2009 09:34:24 +0000 (11:34 +0200)]
Fixes NB#138269, append @hotmail.com to the username if the user haven't inserted it

14 years agoFixes NB#138261, settings dialog not shown when the password is incorrect
Sergio Villar Senin [Thu, 10 Sep 2009 10:06:22 +0000 (12:06 +0200)]
Fixes NB#138261, settings dialog not shown when the password is incorrect

14 years agoOn html adjustment changes, resize children in idle.
Jose Dapena Paz [Thu, 10 Sep 2009 13:50:25 +0000 (15:50 +0200)]
On html adjustment changes, resize children in idle.

* src/widgets/modest-gtkhtml-msg-view.c (html_adjustment_changed): readjust
  children in idle to avoid infinite recursion (fixes NB#136052).

14 years agoFix dbus tests using the new library.
Jose Dapena Paz [Wed, 9 Sep 2009 13:09:49 +0000 (15:09 +0200)]
Fix dbus tests using the new library.

14 years agoFixes NB#137624, crash when creating a new folder in offline mode
Sergio Villar Senin [Tue, 8 Sep 2009 07:25:24 +0000 (09:25 +0200)]
Fixes NB#137624, crash when creating a new folder in offline mode

14 years agoFixes NB#131601, toolbar lost in editor after canceling "lose formatting" confirmatio...
Sergio Villar Senin [Wed, 9 Sep 2009 09:01:01 +0000 (11:01 +0200)]
Fixes NB#131601, toolbar lost in editor after canceling "lose formatting" confirmation note

14 years agoAdditional check in sort dialog (code review).
Jose Dapena Paz [Sat, 5 Sep 2009 11:00:27 +0000 (13:00 +0200)]
Additional check in sort dialog (code review).

* src/hildon2/modest-hildon2-sort-dialog.c
  (modest_hildon2_sort_dialog_get_sort_order): additional check on retrieving
  currently selected sort criteria in selector. If there's no selection
  return criteria of first element (fixes NB#136381).

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 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 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 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 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 agoDo not check the presence of libmodest-dbus-client library in GNOME platform
Javier Jardon [Thu, 3 Sep 2009 18:13:42 +0000 (20:13 +0200)]
Do not check the presence of libmodest-dbus-client library in GNOME platform

14 years agoAdded "separator" variable when not using hildon2 libs and only use
Javier Jardon [Thu, 3 Sep 2009 18:08:32 +0000 (20:08 +0200)]
Added "separator" variable when not using hildon2 libs and only use
MODEST_COMPACT_HEADER_BG if it's defined

14 years agoDo not use gtk_html_set_auto_panning for the GNOME version
Javier Jardon [Thu, 3 Sep 2009 18:06:55 +0000 (20:06 +0200)]
Do not use gtk_html_set_auto_panning for the GNOME version

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 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 agoMerge part-to-stream-in-plugins branch work also into master.
Jose Dapena Paz [Wed, 2 Sep 2009 15:02:12 +0000 (17:02 +0200)]
Merge part-to-stream-in-plugins branch work also into 

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 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 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 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 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 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#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 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 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

14 years agoversion and bug fix info update for week 35, 2009 second release 3.0.17-rc37
Sudheer Kumar Chiluveri [Fri, 21 Aug 2009 07:07:56 +0000 (10:07 +0300)]
version and bug fix info update for week 35, 2009 second release

14 years agoFixes NB#133352, do not ask the users if they want to download more emails than the...
Sergio Villar Senin [Wed, 19 Aug 2009 17:17:18 +0000 (19:17 +0200)]
Fixes NB#133352, do not ask the users if they want to download more emails than the current limit

14 years agoversion and bug fix info update for week 35, 2009 first release 3.0.17-rc36
Sudheer Kumar Chiluveri [Wed, 19 Aug 2009 16:33:07 +0000 (19:33 +0300)]
version and bug fix info update for week 35, 2009 first release

14 years agoFixes NB#133864, crash when reloading messages
Sergio Villar Senin [Wed, 19 Aug 2009 15:00:47 +0000 (17:00 +0200)]
Fixes NB#133864, crash when reloading messages

14 years agoFixes NB#133699, do not open the folders window over the headers window
Sergio Villar Senin [Tue, 18 Aug 2009 16:06:07 +0000 (18:06 +0200)]
Fixes NB#133699, do not open the folders window over the headers window

14 years agoversion and bug fix info update for week 34, 2009 - fourth release 3.0.17-rc35
Sudheer Kumar Chiluveri [Tue, 18 Aug 2009 15:26:35 +0000 (18:26 +0300)]
version and bug fix info update for week 34, 2009 - fourth release

14 years agoFixes NB#132390, added a couple of extra checks to prevent invalid dereferences
Sergio Villar Senin [Tue, 18 Aug 2009 15:04:04 +0000 (17:04 +0200)]
Fixes NB#132390, added a couple of extra checks to prevent invalid dereferences

14 years agoThese last two patches fix NB#127203, IMAP traffic ongoing when automatic updates...
Sergio Villar Senin [Mon, 17 Aug 2009 16:01:20 +0000 (18:01 +0200)]
These last two patches fix NB#127203, IMAP traffic ongoing when automatic updates are disabled
Initialize the session just after setting up the accounts

14 years agoAccounts are created in offline mode if automatic update is disabled
Sergio Villar Senin [Mon, 17 Aug 2009 11:16:59 +0000 (13:16 +0200)]
Accounts are created in offline mode if automatic update is disabled

Set accounts to online whenever the first window is registered if the automatic update is set to off

14 years agoFixes NB#133666, disable horizontal overshoot in message viewer
Sergio Villar Senin [Tue, 18 Aug 2009 10:07:46 +0000 (12:07 +0200)]
Fixes NB#133666, disable horizontal overshoot in message viewer

14 years agoversion and bug fix info update for week 34, 2009 - third release 3.0.17-rc34
Sudheer Kumar Chiluveri [Mon, 17 Aug 2009 20:11:56 +0000 (23:11 +0300)]
version and bug fix info update for week 34, 2009 - third release

14 years agoFixes NB#131116, plugins stop receiving events when moving back and forward in easyse...
Sergio Villar Senin [Mon, 17 Aug 2009 07:34:12 +0000 (09:34 +0200)]
Fixes NB#131116, plugins stop receiving events when moving back and forward in easysetup wizard

14 years agoProperly disconnect signals when removing non common tabs
Sergio Villar Senin [Tue, 4 Aug 2009 16:04:07 +0000 (18:04 +0200)]
Properly disconnect signals when removing non common tabs

14 years agoversion and bug fix info update for week 34, 2009 release 3.0.17-rc33
Sudheer Kumar Chiluveri [Thu, 13 Aug 2009 21:15:20 +0000 (00:15 +0300)]
version and bug fix info update for week 34, 2009 release

14 years agoFixes NB#126941 fixes some potential invalid dereference issues
Sergio Villar Senin [Thu, 13 Aug 2009 09:49:03 +0000 (11:49 +0200)]
Fixes NB#126941 fixes some potential invalid dereference issues

14 years agoFixes NB#131375, use the unescaped name of files to check if they already exist
Sergio Villar Senin [Thu, 13 Aug 2009 10:27:21 +0000 (12:27 +0200)]
Fixes NB#131375, use the unescaped name of files to check if they already exist

14 years agoversion and bug fix info update for week 34, 2009 first release 3.0.17-rc32
Sudheer Kumar Chiluveri [Thu, 13 Aug 2009 04:29:40 +0000 (07:29 +0300)]
version and bug fix info update for week 34, 2009 first release

14 years agoFixes NB#128171, if a modal window is shown discard D-Bus activations and show the...
Sergio Villar Senin [Wed, 12 Aug 2009 15:25:19 +0000 (17:25 +0200)]
Fixes NB#128171, if a modal window is shown discard D-Bus activations and show the modal window

14 years agoUse the escaped string to perform checks when creating temp streams
Sergio Villar Senin [Wed, 12 Aug 2009 10:42:27 +0000 (12:42 +0200)]
Use the escaped string to perform checks when creating temp streams

14 years agoversion and bug fix info update for week 33, 2009 third release 3.0.17-rc31
Sudheer Kumar Chiluveri [Tue, 11 Aug 2009 20:08:30 +0000 (23:08 +0300)]
version and bug fix info update for week 33, 2009 third release

14 years agoFixes NB#131375, show "replace file" confirmation note, when saving attachments and...
Sergio Villar Senin [Tue, 11 Aug 2009 14:16:31 +0000 (16:16 +0200)]
Fixes NB#131375, show "replace file" confirmation note, when saving attachments and the file already exists