modest
14 years agoEmit format changed signal if timezone changes.
Jose Dapena Paz [Tue, 2 Jun 2009 14:04:02 +0000 (16:04 +0200)]
Emit format changed signal if timezone changes.

14 years agoTrack changes in timezone and format.
Jose Dapena Paz [Tue, 2 Jun 2009 14:08:49 +0000 (16:08 +0200)]
Track changes in timezone and format.

14 years agoProperly format dates using libtime information.
Jose Dapena Paz [Tue, 2 Jun 2009 12:46:04 +0000 (14:46 +0200)]
Properly format dates using libtime information.

14 years agotimestamp is in utc, remove special formatting
Jose Dapena Paz [Tue, 2 Jun 2009 12:24:38 +0000 (14:24 +0200)]
timestamp is in utc, remove special formatting

14 years agoBetter time offset calculation
Jose Dapena Paz [Tue, 2 Jun 2009 12:22:14 +0000 (14:22 +0200)]
Better time offset calculation

14 years ago** Select the proper attachment to show the "replace file" confirmation dialog
Sergio Villar Senin [Tue, 2 Jun 2009 09:38:06 +0000 (11:38 +0200)]
** Select the proper attachment to show the "replace file" confirmation dialog

* Fixes NB#120155, wrong filename in replace existing file confirmation dialog

14 years ago** get_modal() method of window manager must only return the visible modal windows
Sergio Villar Senin [Tue, 2 Jun 2009 09:19:05 +0000 (11:19 +0200)]
** get_modal() method of window manager must only return the visible modal windows

* Fixes NB#120160, color selection dialog shown when trying to open another editor from an external application when the color has been changed in the body text of the already opened editor

14 years agoThe active color GdkColor is not a pointer in fodler view now.
Jose Dapena Paz [Mon, 1 Jun 2009 16:04:12 +0000 (18:04 +0200)]
The active color GdkColor is not a pointer in fodler view now.

14 years ago** Show the "X new messages" string vertically centered
Sergio Villar Senin [Mon, 1 Jun 2009 12:08:49 +0000 (14:08 +0200)]
** Show the "X new messages" string vertically centered

* Fixes NB#119920, folder status representation string has incorrect vertical alignment

14 years ago** Use the new hint "amount" to set into a single notification the number of new...
Sergio Villar Senin [Mon, 1 Jun 2009 10:46:35 +0000 (12:46 +0200)]
** Use the new hint "amount" to set into a single notification the number of new emails received instead of issuing one notification per new email message received

* Fixes NB#113941, modest becomes slow with multiple new email notifications

14 years ago** Set the proper logical id for unread message count in folder view window
Sergio Villar Senin [Mon, 1 Jun 2009 10:26:14 +0000 (12:26 +0200)]
** Set the proper logical id for unread message count in folder view window

* Fixes NB#119775, "mcen_va_new_messages" shown instead of the proper translation

14 years ago** Sets the proper parent to a dialog. This could cause apparent "freezes" when chang...
Sergio Villar Senin [Mon, 1 Jun 2009 10:00:03 +0000 (12:00 +0200)]
** Sets the proper parent to a dialog. This could cause apparent "freezes" when changing between applications, because the dialog won't be shown in its proper place when coming back to modest

* Fixes NB#119715, set the proper parent to the "replace file" confirmation dialog when saving attachments

14 years agoUse empty icon for folder view if no icon available with that size in folder view.
Jose Dapena Paz [Mon, 1 Jun 2009 08:48:39 +0000 (10:48 +0200)]
Use empty icon for folder view if no icon available with that size in folder view.

14 years agoAnother printerr replaced by a g_warning
Jose Dapena Paz [Mon, 1 Jun 2009 08:24:27 +0000 (10:24 +0200)]
Another printerr replaced by a g_warning

14 years agoProperly handle missing icons in folder view.
Jose Dapena Paz [Mon, 1 Jun 2009 08:17:58 +0000 (10:17 +0200)]
Properly handle missing icons in folder view.

14 years agoSet remote folder icon in the place it was still missing.
Jose Dapena Paz [Mon, 1 Jun 2009 08:04:37 +0000 (10:04 +0200)]
Set remote folder icon in the place it was still missing.

14 years agoIf no disk available, information banner is shown even if no window visible
Jose Dapena Paz [Sun, 31 May 2009 19:50:55 +0000 (21:50 +0200)]
If no disk available, information banner is shown even if no window visible
(fixes NB#119631).

14 years agoNew modest_platform_system_banner (show even if no windows visible)
Jose Dapena Paz [Sun, 31 May 2009 19:53:34 +0000 (21:53 +0200)]
New modest_platform_system_banner (show even if no windows visible)

14 years agoCheck if subject or recipients are empty on trying to send with shortcut
Jose Dapena Paz [Sun, 31 May 2009 19:17:56 +0000 (21:17 +0200)]
Check if subject or recipients are empty on trying to send with shortcut
(fixes NB#118464).

14 years agoTranslate special folders in move to folder dialog action button.
Jose Dapena Paz [Sun, 31 May 2009 18:58:40 +0000 (20:58 +0200)]
Translate special folders in move to folder dialog action button.

14 years agoFix build with debug
Jose Dapena Paz [Sun, 31 May 2009 18:37:55 +0000 (20:37 +0200)]
Fix build with debug

14 years agog_debug should not dump output if debug flags or parameters are out.
Jose Dapena Paz [Sun, 31 May 2009 17:41:43 +0000 (19:41 +0200)]
g_debug should not dump output if debug flags or parameters are out.

14 years agoChanged g_log levels in all app. Idea is reducing the number of debug
Jose Dapena Paz [Sun, 31 May 2009 17:24:55 +0000 (19:24 +0200)]
Changed g_log levels in all app. Idea is reducing the number of debug
messages if modest is not built for showing debug.

14 years agoBetter algorithm for sorting folders, sorting each path part one by one.
Jose Dapena Paz [Sun, 31 May 2009 16:10:18 +0000 (18:10 +0200)]
Better algorithm for sorting folders, sorting each path part one by one.

* src/widgets/modest-folder-view.c (cmp_rows): new method compare_folders
  that compare the folder paths taking into account the path separators. Now
  we compare each part of the path one by one, to have the proper comparison
  (fixes NB#119818).

14 years agoShow inbox children in folder view as toplevel folders.
Jose Dapena Paz [Sun, 31 May 2009 15:42:21 +0000 (17:42 +0200)]
Show inbox children in folder view as toplevel folders.

* src/widgets/modest-folder-view.c (convert_parent_folders_to_dots):
  remove the inbox folders in the list of parent dots for folders
  representation in compact view (fixes NB#119822).

14 years agoversion and bug info update for week 23, 2009 first release 3.0.17-rc9
Sudheer Kumar Chiluveri [Fri, 29 May 2009 10:53:19 +0000 (13:53 +0300)]
version and bug info update for week 23, 2009 first release

14 years agoCheck current selection in new folder dialog picker for filling the chooser
Jose Dapena Paz [Fri, 29 May 2009 09:06:22 +0000 (11:06 +0200)]
Check current selection in new folder dialog picker for filling the chooser

* src/hildon2/modest-platform.c (folder_picker_clicked,
  folder_chooser_dialog_run): now we pass the current selected store to the
  folder chooser dialog, to show the proper account folders. Fixes NB#117246).

14 years agoFixes NB#119517, insert a break if the user types ',' or ';' in recipients widgets
Sergio Villar Senin [Thu, 28 May 2009 17:02:59 +0000 (19:02 +0200)]
Fixes NB#119517, insert a break if the user types ',' or ';' in recipients widgets

14 years agoFixes NB#119490, use "email_remote_folder" icon for remote folders
Sergio Villar Senin [Thu, 28 May 2009 12:16:15 +0000 (14:16 +0200)]
Fixes NB#119490, use "email_remote_folder" icon for remote folders

14 years agoIf an embedded email has not subject, show "no subject" in save attachments dialog
Sergio Villar Senin [Wed, 27 May 2009 15:06:52 +0000 (17:06 +0200)]
If an embedded email has not subject, show "no subject" in save attachments dialog

14 years agoChange spacing of custom setup complete labels.
Jose Dapena Paz [Wed, 27 May 2009 11:39:28 +0000 (13:39 +0200)]
Change spacing of custom setup complete labels.

14 years agoMoved all the signal handlers to a GSList managed by the ModestSignalMgr
Sergio Villar Senin [Tue, 26 May 2009 16:41:45 +0000 (18:41 +0200)]
Moved all the signal handlers to a GSList managed by the ModestSignalMgr

14 years agoMoved external objects unref's to dispose method
Sergio Villar Senin [Tue, 26 May 2009 16:19:17 +0000 (18:19 +0200)]
Moved external objects unref's to dispose method
Properly disconnect "activity-changed" signal when the folder view is finalized

14 years agoBug fix info and version update for week 22 release of modest. 3.0.17-rc8
Sudheer Kumar Chiluveri [Tue, 26 May 2009 12:26:04 +0000 (15:26 +0300)]
Bug fix info and version update for week 22 release of modest.

14 years agoFixes NB#118888, show the unescaped filename in the replace existing dialog confirmat...
Sergio Villar Senin [Tue, 26 May 2009 11:31:55 +0000 (13:31 +0200)]
Fixes NB#118888, show the unescaped filename in the replace existing dialog confirmation dialog when saving attachments

14 years agoFixes NB#117985, try to connect before downloading external images
Sergio Villar Senin [Tue, 26 May 2009 07:54:21 +0000 (09:54 +0200)]
Fixes NB#117985, try to connect before downloading external images

14 years agoDisabling "delete with horizontal movement" until panning works better.
Sergio Villar Senin [Tue, 26 May 2009 07:25:31 +0000 (09:25 +0200)]
Disabling "delete with horizontal movement" until panning works better.

14 years agoFixes NB#118518, show the proper plural form of a logical id when saving attachments
Sergio Villar Senin [Mon, 25 May 2009 11:28:30 +0000 (13:28 +0200)]
Fixes NB#118518, show the proper plural form of a logical id when saving attachments

14 years ago* src/hildon2/com.nokia.modest.service.in: also set shutdown timeout to 30
Jose Dapena Paz [Mon, 25 May 2009 10:56:16 +0000 (12:56 +0200)]
* src/hildon2/com.nokia.modest.service.in: also set shutdown timeout to 30
  for fremantle dbus service.

14 years agoSet allow shutdown to TRUE on dbus methods showing ui.
Jose Dapena Paz [Mon, 25 May 2009 09:13:45 +0000 (11:13 +0200)]
Set allow shutdown to TRUE on dbus methods showing ui.

14 years agoOnly use shutdown timeout in prestart mode.
Jose Dapena Paz [Mon, 25 May 2009 09:07:32 +0000 (11:07 +0200)]
Only use shutdown timeout in prestart mode.

* src/modest-main.c: disable shutdown timeout by default.
* src/hildon2/modest.desktop.in: set a shutdown timeout for hildon 2.2
  .desktop (this way it will work for prestarted mode).

14 years agoSet a timeout for prestarted mode (no shutdown before timeout finishes)
Jose Dapena Paz [Mon, 25 May 2009 08:58:39 +0000 (10:58 +0200)]
Set a timeout for prestarted mode (no shutdown before timeout finishes)

* src/modest-runtime.[ch]: added methods to access a boolean "allow_shutdown".
  Modest shutdown that happens on having empty window list and mail op queue
  will not happen if this is False.
* src/modest-main.c: only shutdown modest if allow_shutdown is false. Also
  set a timeout of 30 minutes (and allow CLI parameters to change this value).

14 years agoRefactored code in modest_text_utils_get_display_addresses to get a list of display...
Sergio Villar Senin [Mon, 25 May 2009 10:10:13 +0000 (12:10 +0200)]
Refactored code in modest_text_utils_get_display_addresses to get a list of display addresses

Fixes NB#118506, message viewer shows only the first recipient when opening a message of the sent folder

14 years agoFixes NB#118450, Ctrl-F must launch the find toolbar in message view window
Sergio Villar Senin [Mon, 25 May 2009 09:14:57 +0000 (11:14 +0200)]
Fixes NB#118450, Ctrl-F must launch the find toolbar in message view window

14 years agoFixes NB#118126 play a sound whenever a new email notification arrives
Sergio Villar Senin [Mon, 25 May 2009 06:58:00 +0000 (08:58 +0200)]
Fixes NB#118126 play a sound whenever a new email notification arrives

14 years agoversion and bug fix info update for week 22, 2009 - first release on Friday 3.0.17-rc7
Sudheer Kumar Chiluveri [Fri, 22 May 2009 13:46:34 +0000 (16:46 +0300)]
version and bug fix info update for week 22, 2009 - first release on Friday

14 years agoGnome build fixes
Jose Dapena Paz [Fri, 22 May 2009 10:46:33 +0000 (12:46 +0200)]
Gnome build fixes

14 years agoFix attachments view in Diablo
Jose Dapena Paz [Fri, 22 May 2009 10:36:47 +0000 (12:36 +0200)]
Fix attachments view in Diablo

14 years agoDiablo fixes
Jose Dapena Paz [Fri, 22 May 2009 09:27:47 +0000 (11:27 +0200)]
Diablo fixes

14 years agoSet proper "other body" title in msg view window.
Jose Dapena Paz [Fri, 22 May 2009 09:04:44 +0000 (11:04 +0200)]
Set proper "other body" title in msg view window.

14 years agoShow other bodies in attachment as other messages.
Jose Dapena Paz [Thu, 21 May 2009 09:51:36 +0000 (11:51 +0200)]
Show other bodies in attachment as other messages.

14 years agoOn pressing other bodies in attachment view, open them in msg view window
Jose Dapena Paz [Fri, 22 May 2009 09:04:36 +0000 (11:04 +0200)]
On pressing other bodies in attachment view, open them in msg view window

14 years agoCreate new method in ModestMsgView and ModestMsgViewWindow for setting a msg
Jose Dapena Paz [Fri, 22 May 2009 09:04:30 +0000 (11:04 +0200)]
Create new method in ModestMsgView and ModestMsgViewWindow for setting a msg
with a different body.

14 years agoShow digest attachments (and other non body text parts) in attachments view
Jose Dapena Paz [Fri, 22 May 2009 09:04:24 +0000 (11:04 +0200)]
Show digest attachments (and other non body text parts) in attachments view

14 years agoChange the body detection algorithm. Now we only force html/text detection
Jose Dapena Paz [Fri, 22 May 2009 09:04:16 +0000 (11:04 +0200)]
Change the body detection algorithm. Now we only force html/text detection
in multipart/related. In other cases we choose the first valid body (first
text type part).

14 years agoFixes NB#118220, properly hyperlinkify URL's. We were not parsing "&" and "?" charact...
Sergio Villar Senin [Fri, 22 May 2009 10:24:59 +0000 (12:24 +0200)]
Fixes NB#118220, properly hyperlinkify URL's. We were not parsing "&" and "?" characters because we're assuming that they were previously escaped

14 years agoFixes NB#118129, replaced logical strings for new messages again
Sergio Villar Senin [Fri, 22 May 2009 09:58:41 +0000 (11:58 +0200)]
Fixes NB#118129, replaced logical strings for new messages again

14 years agoFixes NB#117778, show the list of recipients in the header view and not only the...
Sergio Villar Senin [Fri, 22 May 2009 09:05:24 +0000 (11:05 +0200)]
Fixes NB#117778, show the list of recipients in the header view and not only the first one

14 years agoFixing a debug message. Modest UI is started with -s
Sergio Villar Senin [Fri, 22 May 2009 07:32:56 +0000 (09:32 +0200)]
Fixing a debug message. Modest UI is started with -s

14 years agoSeveral build fixes for Diablo
Sergio Villar Senin [Thu, 21 May 2009 18:36:12 +0000 (20:36 +0200)]
Several build fixes for Diablo

14 years agoNotification system now receives a list of structures with the required data for...
Sergio Villar Senin [Thu, 21 May 2009 16:17:58 +0000 (18:17 +0200)]
Notification system now receives a list of structures with the required data for notifications instead of a list of TnyHeader

14 years agoFixes a stack overflow caused by the recent commit that was pre-creating the send...
Sergio Villar Senin [Thu, 21 May 2009 16:13:37 +0000 (18:13 +0200)]
Fixes a stack overflow caused by the recent commit that was pre-creating the send queues

14 years agoDo NOT unref the send queues after creating them
Sergio Villar Senin [Thu, 21 May 2009 12:42:45 +0000 (14:42 +0200)]
Do NOT unref the send queues after creating them

14 years agoFixes NB#117533, force the creation of the send queues to allow them to automatically...
Sergio Villar Senin [Wed, 20 May 2009 17:42:55 +0000 (19:42 +0200)]
Fixes NB#117533, force the creation of the send queues to allow them to automatically send emails when connection becomes active

14 years agoProperly disconnect the signals in the send queues
Sergio Villar Senin [Wed, 20 May 2009 14:23:37 +0000 (16:23 +0200)]
Properly disconnect the signals in the send queues
Moved some signal connections to new() call

14 years agoFixes NB#117669, open_accounts DBus method was not properly locked and was causing...
Sergio Villar Senin [Wed, 20 May 2009 11:20:43 +0000 (13:20 +0200)]
Fixes NB#117669, open_accounts DBus method was not properly locked and was causing application deadlocks

14 years agoFixes NB#117938, autocomplete the email address with provided username in easysetupwizard
Sergio Villar Senin [Wed, 20 May 2009 09:49:21 +0000 (11:49 +0200)]
Fixes NB#117938, autocomplete the email address with provided username in easysetupwizard

14 years agoFixes NB#117911, unable to rename a folder after visiting it.
Sergio Villar Senin [Wed, 20 May 2009 09:18:53 +0000 (11:18 +0200)]
Fixes NB#117911, unable to rename a folder after visiting it.

We're leaking a reference of a filter model that was preventing the TnyFolder from being freed

14 years agoDo not unref the DBus connection and reuse it between calls
Sergio Villar Senin [Wed, 20 May 2009 08:29:49 +0000 (10:29 +0200)]
Do not unref the DBus connection and reuse it between calls

14 years agoFixes NB#112513, show the proper account title when opening folders window from notif...
Sergio Villar Senín [Tue, 19 May 2009 18:08:34 +0000 (20:08 +0200)]
Fixes NB#112513, show the proper account title when opening folders window from notifications

14 years agoFremantle: sync folders on closing header window instead of selection change.
Jose Dapena Paz [Tue, 19 May 2009 14:15:11 +0000 (16:15 +0200)]
Fremantle: sync folders on closing header window instead of selection change.

* src/hildon2/modest-header-window.c (..._finalize): sync the folder on
  closing the header window (useful for updating in server delete/seen flags).
* src/widgets/modest-folder-view.c: don't do a sync on folder selection
  changed signal in fremantle.

14 years agoFixes NB#113242, use dbus_connection_send_with_reply_and_block to prevent crashes...
Sergio Villar Senín [Tue, 19 May 2009 12:03:03 +0000 (14:03 +0200)]
Fixes NB#113242, use dbus_connection_send_with_reply_and_block to prevent crashes for using DBus in multithreaded environments when retrieving the device dbus name

14 years agoLoad up to 4096 characters in formatter creating reply/forward messages.
Jose Dapena Paz [Tue, 19 May 2009 09:52:42 +0000 (11:52 +0200)]
Load up to 4096 characters in formatter creating reply/forward messages.

* src/modest-formatter.c (extract_text): extract up to 4096 characters
  for creating reply/forward messages. This should limit problems
  creating derivated big messages (fixes NB#116091).

14 years agoDon't show max chars banner again and again when it's been already displayed.
Jose Dapena Paz [Tue, 19 May 2009 10:05:19 +0000 (12:05 +0200)]
Don't show max chars banner again and again when it's been already displayed.

* src/hildon2/modest-msg-edit-window.c: keep a weak reference to the max
  chars banner, so that we don't show again and again the same banner when
  it's already displayed.

14 years agoFixes NB#117618, autocomplete own user name with the proper name from Me Card
Sergio Villar Senín [Tue, 19 May 2009 09:28:26 +0000 (11:28 +0200)]
Fixes NB#117618, autocomplete own user name with the proper name from Me Card

14 years agoFixes NB#117665, use the file name typed by user when showing the already existing...
Sergio Villar Senín [Tue, 19 May 2009 09:17:14 +0000 (11:17 +0200)]
Fixes NB#117665, use the file name typed by user when showing the already existing file error

14 years agoFixes NB#117666, added "auto" flag to backup configuration
Sergio Villar Senín [Tue, 19 May 2009 08:32:39 +0000 (10:32 +0200)]
Fixes NB#117666, added "auto" flag to backup configuration

14 years agoFixes NB#117585, replaced a logical id by its new version
Sergio Villar Senín [Tue, 19 May 2009 07:09:20 +0000 (09:09 +0200)]
Fixes NB#117585, replaced a logical id by its new version

14 years agoClose the edit mode after running move to dialog, not before.
Jose Dapena Paz [Mon, 18 May 2009 17:10:14 +0000 (19:10 +0200)]
Close the edit mode after running move to dialog, not before.

* src/modest-ui-actions.c
  (on_move_to_dialog_response): unset edit mode on destroying the move to
  dialog.
  (modest_ui_actions_on_edit_mode_move_to): don't close the edit mode
  on processing the action to show the dialog (fixes NB#116989).

14 years agoUpdating version and bug fix info for week 21, 2009 - monday release 3.0.17-rc6
Sudheer Kumar Chiluveri [Mon, 18 May 2009 13:11:33 +0000 (16:11 +0300)]
Updating version and bug fix info for week 21, 2009 - monday release

14 years agoFixes NB#117428, allow special characters in region list search field
Sergio Villar Senín [Mon, 18 May 2009 11:05:06 +0000 (13:05 +0200)]
Fixes NB#117428, allow special characters in region list search field

14 years agoFixes NB#116720, make the notifications persistent. This mean that they'll survive...
Sergio Villar Senín [Mon, 18 May 2009 10:41:34 +0000 (12:41 +0200)]
Fixes NB#116720, make the notifications persistent. This mean that they'll survive reboots

14 years agoFixes NB#114384, close modal dialogs when an external application opens an editor
Sergio Villar Senín [Mon, 18 May 2009 10:36:25 +0000 (12:36 +0200)]
Fixes NB#114384, close modal dialogs when an external application opens an editor

The old implementation was not properly detecting the modal dialogs when the modest window was not a topmost window

14 years agoFixes NB#117330, allow numeric characters in providers picker
Sergio Villar Senín [Mon, 18 May 2009 07:58:32 +0000 (09:58 +0200)]
Fixes NB#117330, allow numeric characters in providers picker

14 years agoMe card contact is normally a OssoABookContact and not a EContact
Sergio Villar Senín [Fri, 15 May 2009 16:20:56 +0000 (18:20 +0200)]
Me card contact is normally a OssoABookContact and not a EContact

14 years agoupdated changelog for week 21. 3.0.17-rc5
vivek [Fri, 15 May 2009 12:47:00 +0000 (15:47 +0300)]
updated changelog for week 21.

14 years agoFixes NB#117008, show the proper wizard pages for plugin protocols
Sergio Villar Senín [Fri, 15 May 2009 09:06:15 +0000 (11:06 +0200)]
Fixes NB#117008, show the proper wizard pages for plugin protocols

14 years agoFixes NB#116993, messages sent with Yahoo! are not moved to Outbox
Sergio Villar Senín [Thu, 14 May 2009 18:19:49 +0000 (20:19 +0200)]
Fixes NB#116993, messages sent with Yahoo! are not moved to Outbox

Actually the problem was that the Camel maildir provider does not allow character "!" in the folder name. So the outbox for that account could not be created

14 years agoFixes NB#99805, number editor must use input mode numeric
Sergio Villar Senín [Thu, 14 May 2009 12:14:31 +0000 (14:14 +0200)]
Fixes NB#99805, number editor must use input mode numeric

14 years agoFix cummulative checking of attachments size on modest_ui_actions_compose_msg
Jose Dapena Paz [Thu, 14 May 2009 11:13:11 +0000 (13:13 +0200)]
Fix cummulative checking of attachments size on modest_ui_actions_compose_msg

* src/modest-ui-actions.c (modest_ui_actions_on_compose_msg): fix the
  second calculation of the space allocated by attachments, as it was wrong
  (fixes NB#111542).

14 years agoOn attaching from remote, be sure we don't create a message that's not
Jose Dapena Paz [Thu, 14 May 2009 11:28:04 +0000 (13:28 +0200)]
On attaching from remote, be sure we don't create a message that's not
allowed to send because of its size

* src/modest-ui-actions.c (modest_ui_actions_compose_msg): now we check
  the expected size of the message even before showing the editor. If
  message is too big we return an error, and tell we cannot create the
  message. We also check now if the message is bigger than the available
  disk space.

14 years ago* Added detection of horizontal-movement and tree view row resolution
Sergio Villar Senín [Thu, 14 May 2009 09:48:09 +0000 (11:48 +0200)]
* Added detection of horizontal-movement and tree view row resolution
* Created a new API to return a TnyHeader from its coordinates in the header view
* Delete header when horizontal-movement from left to right is detected

14 years agoFixes NB#116624, do not create new contacts if they already exist when invoking ...
Sergio Villar Senín [Thu, 14 May 2009 08:53:17 +0000 (10:53 +0200)]
Fixes NB#116624, do not create new contacts if they already exist when invoking "reply all"

14 years agoRequest motion events after processing the first one in attachments view
Jose Dapena Paz [Wed, 13 May 2009 18:18:28 +0000 (20:18 +0200)]
Request motion events after processing the first one in attachments view

14 years agoActivate attachments on release, and show usual "light/unlight" on clicked item.
Jose Dapena Paz [Wed, 13 May 2009 18:28:31 +0000 (20:28 +0200)]
Activate attachments on release, and show usual "light/unlight" on clicked item.

* src/widgets/modest-attachments-view.c: Now, on links style, we do the
  typical press release cycle for activation (cancelation if we move pointer
  off, light on press, etc).

14 years agoAvoid addressbook buttons expanding if field grows.
Jose Dapena Paz [Wed, 13 May 2009 15:10:36 +0000 (17:10 +0200)]
Avoid addressbook buttons expanding if field grows.

* src/hildon2/modest-msg-edit-window.c (_create_addressbook_box): set the
alignment expanding of addressbook buttons to be 0.0, to avoid autoexpanding
(fixes NB#115954).

14 years agoFixes NB#116483, user name incorrectly prefilled when there is no Me Card
Sergio Villar Senín [Wed, 13 May 2009 12:16:30 +0000 (14:16 +0200)]
Fixes NB#116483, user name incorrectly prefilled when there is no Me Card

14 years agoDo cancel "Send&receive" operation when closing the accounts window
Sergio Villar Senín [Wed, 13 May 2009 11:38:09 +0000 (13:38 +0200)]
Do cancel "Send&receive" operation when closing the accounts window

14 years agoFixes NB#116438, replaced a logical id for "1 new message" by the correct one
Sergio Villar Senín [Wed, 13 May 2009 10:25:05 +0000 (12:25 +0200)]
Fixes NB#116438, replaced a logical id for "1 new message" by the correct one

14 years agoHeader view's top model is now a sort model and not a filter model
Sergio Villar Senín [Wed, 13 May 2009 10:10:06 +0000 (12:10 +0200)]
Header view's top model is now a sort model and not a filter model