modest
14 years agoFix some runtime errors with bad class initialization.
Jose Dapena Paz [Tue, 3 Nov 2009 18:07:23 +0000 (19:07 +0100)]
Fix some runtime errors with bad class initialization.

14 years agoMigrate usage of find toolbar in editor to use ModestISearchToolbar
Jose Dapena Paz [Tue, 3 Nov 2009 18:20:10 +0000 (19:20 +0100)]
Migrate usage of find toolbar in editor to use ModestISearchToolbar

14 years agoHildonFindToolbar based implementation of ModestISearchToolbar
Jose Dapena Paz [Tue, 3 Nov 2009 18:20:06 +0000 (19:20 +0100)]
HildonFindToolbar based implementation of ModestISearchToolbar

14 years agoNew interface ModestISearchToolbar
Jose Dapena Paz [Tue, 3 Nov 2009 18:20:02 +0000 (19:20 +0100)]
New interface ModestISearchToolbar

14 years agoDrop usage of HildonCheckButton in settings dialogs.
Jose Dapena Paz [Tue, 3 Nov 2009 16:36:35 +0000 (17:36 +0100)]
Drop usage of HildonCheckButton in settings dialogs.

14 years agoIncrease the char limit for considering a header as "secure"
Sergio Villar Senin [Wed, 4 Nov 2009 11:54:05 +0000 (12:54 +0100)]
Increase the char limit for considering a header as "secure"

It seems that 2048 chars is not enough in some situations.

Fixes NB#139032

14 years agoSupport silent build rules with automake 1.11
Javier Jardón [Sun, 23 Aug 2009 23:01:42 +0000 (01:01 +0200)]
Support silent build rules with automake 1.11

Support silent build rules, requires at least automake-1.11.
Disable by either passing --disable-silent-rules to configure or
passing V=1 to make.

https://bugs.maemo.org/show_bug.cgi?id=4973

14 years agoRemove the first X lines when replying to HTML-only emails only the first time the...
Sergio Villar Senin [Wed, 4 Nov 2009 10:32:56 +0000 (11:32 +0100)]
Remove the first X lines when replying to HTML-only emails only the first time the buffer is read

Fixes NB#145249

14 years agoFixes a crash caused by an invalid dereference when changing colors in editor
Sergio Villar Senin [Wed, 4 Nov 2009 09:25:40 +0000 (10:25 +0100)]
Fixes a crash caused by an invalid dereference when changing colors in editor

Fixes NB#145254

14 years agoUse accessor functions instead direct access. (only stable GTK+ functions)
Javier Jardón [Tue, 3 Nov 2009 17:45:13 +0000 (18:45 +0100)]
Use accessor functions instead direct access. (only stable GTK+ functions)

https://bugs.maemo.org/show_bug.cgi?id=4887

14 years agoRemove Hildon1 conditional code from hildon2.
Sergio Villar Senin [Tue, 3 Nov 2009 16:09:29 +0000 (17:09 +0100)]
Remove Hildon1 conditional code from hildon2.

Based on an original patch by Javier Jardón.

https://bugs.maemo.org/show_bug.cgi?id=5249

14 years agoReplace usage of hildon check button in menu
Jose Dapena Paz [Tue, 3 Nov 2009 13:19:03 +0000 (14:19 +0100)]
Replace usage of hildon check button in menu

14 years agoForce resetting header window sort criteria
Jose Dapena Paz [Tue, 3 Nov 2009 11:58:04 +0000 (12:58 +0100)]
Force resetting header window sort criteria

14 years agoRemove sort button in header window (sort functionality will be dropped).
Jose Dapena Paz [Tue, 3 Nov 2009 13:18:58 +0000 (14:18 +0100)]
Remove sort button in header window (sort functionality will be dropped).

14 years agoMove dimming callback to ModestWindow
Jose Dapena Paz [Tue, 3 Nov 2009 13:18:53 +0000 (14:18 +0100)]
Move dimming callback to ModestWindow

14 years agoRefactor adding items to menu in hildon2. Now we have method
Jose Dapena Paz [Tue, 3 Nov 2009 11:09:28 +0000 (12:09 +0100)]
Refactor adding items to menu in hildon2. Now we have method
modest_window_add_to_menu.

14 years agoWIP: refactor ModestWindow and create ModestShell
Jose Dapena Paz [Mon, 2 Nov 2009 10:09:54 +0000 (11:09 +0100)]
WIP: refactor ModestWindow and create ModestShell

14 years agoUse modest_window_set_title interface.
Jose Dapena Paz [Fri, 30 Oct 2009 18:02:05 +0000 (19:02 +0100)]
Use modest_window_set_title interface.

14 years agoRefactor gtk_window_set_title for ModestWindow children. We may finally
Jose Dapena Paz [Fri, 30 Oct 2009 17:55:16 +0000 (18:55 +0100)]
Refactor gtk_window_set_title for ModestWindow children. We may finally
make gtk ModestWindow parent be something different and not a GtkWindow

14 years agoUse modest_window_add_toolbar in all the code.
Jose Dapena Paz [Fri, 30 Oct 2009 17:43:54 +0000 (18:43 +0100)]
Use modest_window_add_toolbar in all the code.

14 years agoRefactor hildon_window_add_toolbar to have implementation through Modest API
Jose Dapena Paz [Fri, 30 Oct 2009 17:40:07 +0000 (18:40 +0100)]
Refactor hildon_window_add_toolbar to have implementation through Modest API

14 years agoAdded a missing file
Sergio Villar Senin [Tue, 3 Nov 2009 15:50:10 +0000 (16:50 +0100)]
Added a missing file

14 years agoRemove Hildon 0.x conditional code because Hildon 0.x is not available in Diablo...
Javier Jardón [Tue, 29 Sep 2009 16:51:32 +0000 (18:51 +0200)]
Remove Hildon 0.x conditional code because Hildon 0.x is not available in Diablo neither in Fremantle

https://bugs.maemo.org/show_bug.cgi?id=5242

14 years agoFix some compilation warnings in gnome version
Javier Jardón [Wed, 30 Sep 2009 12:43:35 +0000 (14:43 +0200)]
Fix some compilation warnings in gnome version

http://bugs.maemo.org/show_bug.cgi?id=5161

14 years agoAdded some extra debugging to track problems with
Sergio Villar Senin [Mon, 2 Nov 2009 18:08:43 +0000 (19:08 +0100)]
Added some extra debugging to track problems with
authentication&connectivity

14 years agoRemove extra lines added during the HTML->text conversion when replying
Sergio Villar Senin [Mon, 2 Nov 2009 17:57:11 +0000 (18:57 +0100)]
Remove extra lines added during the HTML->text conversion when replying
mails.

Fixes NB#140731, reply to pure HTML emails distort the original message

14 years agoRemoved some trailing whitespaces
Sergio Villar Senin [Mon, 2 Nov 2009 09:40:35 +0000 (10:40 +0100)]
Removed some trailing whitespaces

14 years agoAdded test for OpenEditAccountsDialog Dbus method
Sergio Villar Senin [Fri, 23 Oct 2009 14:59:02 +0000 (16:59 +0200)]
Added test for OpenEditAccountsDialog Dbus method

14 years agoAdded the dbus method handler for OpenEditAccountsDialog
Sergio Villar Senin [Fri, 23 Oct 2009 14:47:28 +0000 (16:47 +0200)]
Added the dbus method handler for OpenEditAccountsDialog

14 years agoAdded OpenEditAccountsDialog service to libmodest dbus client
Sergio Villar Senin [Fri, 23 Oct 2009 11:36:57 +0000 (13:36 +0200)]
Added OpenEditAccountsDialog service to libmodest dbus client

14 years agoAdded close_all_but_initial() function call
Sergio Villar Senin [Fri, 23 Oct 2009 11:03:45 +0000 (13:03 +0200)]
Added close_all_but_initial() function call

14 years agoRefactored the code that closes the active dialogs
Sergio Villar Senin [Fri, 23 Oct 2009 09:35:03 +0000 (11:35 +0200)]
Refactored the code that closes the active dialogs

14 years agoFixes NB#140509, sync() currently viewed folder on send&receive even with auto-updates
Sergio Villar Senin [Fri, 30 Oct 2009 09:00:03 +0000 (10:00 +0100)]
Fixes NB#140509, sync() currently viewed folder on send&receive even with auto-updates

14 years agoBy default don't allow horizontal scroll in scrolled window scrollable.
Jose Dapena Paz [Thu, 29 Oct 2009 18:44:47 +0000 (19:44 +0100)]
By default don't allow horizontal scroll in scrolled window scrollable.

14 years agoBuild with scrolled window if target is gtk
Jose Dapena Paz [Thu, 29 Oct 2009 18:41:28 +0000 (19:41 +0100)]
Build with scrolled window if target is gtk

14 years agoNew implementation of ModestScrollable based on GtkScrolledWindow
Jose Dapena Paz [Thu, 29 Oct 2009 18:48:06 +0000 (19:48 +0100)]
New implementation of ModestScrollable based on GtkScrolledWindow

14 years agoUse scrollable in some still not migrated places
Jose Dapena Paz [Thu, 29 Oct 2009 18:48:01 +0000 (19:48 +0100)]
Use scrollable in some still not migrated places

14 years agoUse scrollable in header window and mailboxes window.
Jose Dapena Paz [Thu, 29 Oct 2009 18:16:52 +0000 (19:16 +0100)]
Use scrollable in header window and mailboxes window.

14 years agoUse scrollable in connection specific smtp edit window
Jose Dapena Paz [Thu, 29 Oct 2009 17:52:07 +0000 (18:52 +0100)]
Use scrollable in connection specific smtp edit window

14 years agoUse scrollable in accounts window
Jose Dapena Paz [Thu, 29 Oct 2009 17:50:11 +0000 (18:50 +0100)]
Use scrollable in accounts window

14 years agoUse scrollable in ModestPlatform
Jose Dapena Paz [Thu, 29 Oct 2009 17:48:09 +0000 (18:48 +0100)]
Use scrollable in ModestPlatform

14 years agoUse scrollable in account settings dialog
Jose Dapena Paz [Thu, 29 Oct 2009 17:44:35 +0000 (18:44 +0100)]
Use scrollable in account settings dialog

14 years agoUse scrollable in msg edit window
Jose Dapena Paz [Thu, 29 Oct 2009 17:42:15 +0000 (18:42 +0100)]
Use scrollable in msg edit window

14 years agoUse scroll in folder window
Jose Dapena Paz [Thu, 29 Oct 2009 17:39:30 +0000 (18:39 +0100)]
Use scroll in folder window

14 years agoUse scrollable in account view window
Jose Dapena Paz [Thu, 29 Oct 2009 17:36:05 +0000 (18:36 +0100)]
Use scrollable in account view window

14 years agoUse scrollable in signature editor and connection setting specific
Jose Dapena Paz [Thu, 29 Oct 2009 17:34:06 +0000 (18:34 +0100)]
Use scrollable in signature editor and connection setting specific
smtp window.

14 years agoUse scrollable in account wizard dialog
Jose Dapena Paz [Thu, 29 Oct 2009 17:27:29 +0000 (18:27 +0100)]
Use scrollable in account wizard dialog

14 years agoReplace hildon pannable area with modest scrollable in msg view window
Jose Dapena Paz [Thu, 29 Oct 2009 18:47:50 +0000 (19:47 +0100)]
Replace hildon pannable area with modest scrollable in msg view window

14 years agoNew toolkit factory, to instantiate specific widgets for hildon or gtk
Jose Dapena Paz [Thu, 29 Oct 2009 18:47:45 +0000 (19:47 +0100)]
New toolkit factory, to instantiate specific widgets for hildon or gtk

14 years agoImplementation of ModestScrollable based on HildonPannableArea
Jose Dapena Paz [Thu, 29 Oct 2009 18:47:37 +0000 (19:47 +0100)]
Implementation of ModestScrollable based on HildonPannableArea

14 years agoAdd ModestScrollable interface, which will wrap pannable area and scrolled
Jose Dapena Paz [Tue, 27 Oct 2009 17:16:19 +0000 (18:16 +0100)]
Add ModestScrollable interface, which will wrap pannable area and scrolled
window

14 years agoFirst step in refactoring ModestMsgViewWindow to be a common class with
Jose Dapena Paz [Tue, 27 Oct 2009 17:16:12 +0000 (18:16 +0100)]
First step in refactoring ModestMsgViewWindow to be a common class with
children for hildon2 and gnome.

14 years agoFix detection of hildon2 if user sets the toolkit manually
Jose Dapena Paz [Thu, 29 Oct 2009 14:42:15 +0000 (15:42 +0100)]
Fix detection of hildon2 if user sets the toolkit manually

14 years agoSync the flags using a mail operation. This way you'll get progress
Sergio Villar Senin [Wed, 28 Oct 2009 11:59:56 +0000 (12:59 +0100)]
Sync the flags using a mail operation. This way you'll get progress
information

Fixes NB#140509 (3/3)

14 years agoSync the flags of messages read from notifications
Sergio Villar Senin [Wed, 28 Oct 2009 11:10:24 +0000 (12:10 +0100)]
Sync the flags of messages read from notifications

Fixes NB#140509 (2/3)

14 years agoPerform a sync() of the currently viewed folder when doing send/receive
Sergio Villar Senin [Tue, 13 Oct 2009 11:26:42 +0000 (13:26 +0200)]
Perform a sync() of the currently viewed folder when doing send/receive

Fixes NB#140509 (1/3)

14 years agoBetter wrap of fields in details dialog (taking the whole width).
Jose Dapena Paz [Wed, 28 Oct 2009 11:56:13 +0000 (12:56 +0100)]
Better wrap of fields in details dialog (taking the whole width).

* src/widgets/modest-details-dialog.c
  (modest_details_dialog_add_data_default): update size request of value
  labels if their container is also resized, so they wrap at proper point
  (fixes NB#139032).

14 years agoRemoved gnome/ directory
Sergio Villar Senin [Tue, 27 Oct 2009 16:47:01 +0000 (17:47 +0100)]
Removed gnome/ directory

Added empty gtk/ directory

Fixed build of tests

14 years agoMoved connection specific smpt window to widgets
Sergio Villar Senin [Tue, 27 Oct 2009 16:06:23 +0000 (17:06 +0100)]
Moved connection specific smpt window to widgets

14 years agoRemove unneeded modest_osso_load_state() and modest_osso_save_state()
Sergio Villar Senin [Tue, 27 Oct 2009 15:58:09 +0000 (16:58 +0100)]
Remove unneeded modest_osso_load_state() and modest_osso_save_state()

modest_osso_load_state () is am empty function and modest_osso_save_state()
can be substituted by modest_window_mgr_save_state_for_all_windows()

https://bugs.maemo.org/show_bug.cgi?id=5266

14 years agoRemoved maemo/ directory
Sergio Villar Senin [Tue, 27 Oct 2009 15:27:19 +0000 (16:27 +0100)]
Removed maemo/ directory

14 years agoRemoved the Mozembed stuff
Sergio Villar Senin [Tue, 27 Oct 2009 12:47:11 +0000 (13:47 +0100)]
Removed the Mozembed stuff

Removed hildon1 from configure.ac

14 years agoReplaced hildon_banner_* calls by modest_platform_* calls
Sergio Villar Senin [Thu, 22 Oct 2009 14:53:35 +0000 (16:53 +0200)]
Replaced hildon_banner_* calls by modest_platform_* calls

14 years agoRemoved MainWindow dependency from UIDimmingRules
Sergio Villar Senin [Thu, 22 Oct 2009 09:41:54 +0000 (11:41 +0200)]
Removed MainWindow dependency from UIDimmingRules

14 years agoRemoved MainWindow dependency from widgets
Sergio Villar Senin [Tue, 20 Oct 2009 17:34:56 +0000 (19:34 +0200)]
Removed MainWindow dependency from widgets

Added some conditionals to compilation

14 years agoRemoved MainWindow dependency from modest-ui-actions.c
Sergio Villar Senin [Tue, 20 Oct 2009 16:25:19 +0000 (18:25 +0200)]
Removed MainWindow dependency from modest-ui-actions.c

14 years agoRemoved main window dependency in hildon2 code
Sergio Villar Senin [Tue, 20 Oct 2009 11:18:03 +0000 (13:18 +0200)]
Removed main window dependency in hildon2 code

14 years agoRemoved calls to get_main_window in hildon2 code
Sergio Villar Senin [Tue, 20 Oct 2009 11:03:06 +0000 (13:03 +0200)]
Removed calls to get_main_window in hildon2 code

Removed implementation of get_main_window in hildon2 code. It always returns NULL

14 years agoAdded two new exceptions for the country parsing. It's a workaround to fix bad values...
Sergio Villar Senin [Mon, 26 Oct 2009 15:57:53 +0000 (16:57 +0100)]
Added two new exceptions for the country parsing. It's a workaround to fix bad values present in operator-wizards

14 years agoFixes NB#133900, some countries are missing in the country list
Sergio Villar Senin [Wed, 21 Oct 2009 07:42:52 +0000 (09:42 +0200)]
Fixes NB#133900, some countries are missing in the country list

14 years agoRemove unused call
Sergio Villar Senin [Tue, 20 Oct 2009 10:33:47 +0000 (12:33 +0200)]
Remove unused call

14 years agoAvoid warnings and criticals.
Jose Dapena Paz [Wed, 14 Oct 2009 09:58:08 +0000 (11:58 +0200)]
Avoid warnings and criticals.

14 years agoDon't run dispose freeing the folder view, as this could cause problems with
Jose Dapena Paz [Wed, 14 Oct 2009 08:52:42 +0000 (10:52 +0200)]
Don't run dispose freeing the folder view, as this could cause problems with
the list store.

14 years agoCancel account operations on disposing folder window.
Jose Dapena Paz [Thu, 1 Oct 2009 15:11:02 +0000 (17:11 +0200)]
Cancel account operations on disposing folder window.

14 years agoOnly load one account in folders view (for header window).
Jose Dapena Paz [Fri, 25 Sep 2009 13:55:10 +0000 (15:55 +0200)]
Only load one account in folders view (for header window).

Patch contributed by Sergio Villar.

14 years agoDon't refresh children folder in update account, as folder structure is
Jose Dapena Paz [Thu, 17 Sep 2009 16:18:55 +0000 (18:18 +0200)]
Don't refresh children folder in update account, as folder structure is
already updated.

14 years agoDispose list store in folder view on disposing it.
Jose Dapena Paz [Fri, 25 Sep 2009 13:51:36 +0000 (15:51 +0200)]
Dispose list store in folder view on disposing it.

14 years agoFixed a typo added on commit 8927fc...
Sergio Villar Senin [Tue, 20 Oct 2009 07:52:01 +0000 (09:52 +0200)]
Fixed a typo added on commit 8927fc...

14 years agoFixes NB#143352, add a DBus API to request inmmediate Send&Receive (like manual send...
Sergio Villar Senin [Mon, 19 Oct 2009 14:57:54 +0000 (16:57 +0200)]
Fixes NB#143352, add a DBus API to request inmmediate Send&Receive (like manual send&receive)

14 years agoFixes NB#139404, download remote message attachments and open them from modest
Sergio Villar Senin [Fri, 16 Oct 2009 10:37:26 +0000 (12:37 +0200)]
Fixes NB#139404, download remote message attachments and open them from modest

14 years agoFixes NB#133828, show "Copy link location" as an option in CSM shown while tap-and...
Sergio Villar Senin [Mon, 19 Oct 2009 10:59:01 +0000 (12:59 +0200)]
Fixes NB#133828, show "Copy link location" as an option in CSM shown while tap-and-hold over links

14 years agoFixed a compilation issue
Sergio Villar Senin [Mon, 19 Oct 2009 09:32:13 +0000 (11:32 +0200)]
Fixed a compilation issue

14 years agoFixes NB#139196, CSM menus shown when tap-and-hold over blank view
Sergio Villar Senin [Wed, 30 Sep 2009 16:58:30 +0000 (18:58 +0200)]
Fixes NB#139196, CSM menus shown when tap-and-hold over blank view

14 years agoFixes NB#134253, save button active in account settings if incoming port is empty
Sergio Villar Senin [Wed, 30 Sep 2009 09:21:21 +0000 (11:21 +0200)]
Fixes NB#134253, save button active in account settings if incoming port is empty

14 years agoFixes NB#141016, file with non-ASCII chars sent by Modest as attachment is
Sergio Villar Senin [Tue, 29 Sep 2009 17:29:06 +0000 (19:29 +0200)]
Fixes NB#141016, file with non-ASCII chars sent by Modest as attachment is
not readable by Modest when received

14 years agoFixes NB#112533, long attachment's name is not truncated in the "Select attachment...
Sergio Villar Senin [Mon, 28 Sep 2009 15:03:34 +0000 (17:03 +0200)]
Fixes NB#112533, long attachment's name is not truncated in the "Select attachment" dialog

14 years agoImport conic support only if It's available
Javier Jardón [Wed, 30 Sep 2009 15:34:55 +0000 (17:34 +0200)]
Import conic support only if It's available

https://bugs.maemo.org/show_bug.cgi?id=5241

14 years agoFixes NB#140483, do not process alerts without error
Sergio Villar Senin [Mon, 28 Sep 2009 14:26:25 +0000 (16:26 +0200)]
Fixes NB#140483, do not process alerts without error

14 years agoFixes NB#138240, do not delete content of the email body when switching between from...
Sergio Villar Senin [Mon, 28 Sep 2009 17:19:03 +0000 (19:19 +0200)]
Fixes NB#138240, do not delete content of the email body when switching between from: in accounts with and without signature

14 years agoRelease 3.90.1 of modest development branch. Most changes are bugfixes from 3.90.1
Jose Dapena Paz [Wed, 14 Oct 2009 13:46:07 +0000 (15:46 +0200)]
Release 3.90.1 of modest development branch. Most changes are bugfixes from
modest 3.1 branch.

14 years agoMerge branch 'master' of https://git.maemo.org/projects/modest
Jose Dapena Paz [Wed, 14 Oct 2009 13:41:21 +0000 (15:41 +0200)]
Merge branch 'master' of https://git.maemo.org/projects/modest

14 years agoFixes NB#139032, remove the colons in folder details dialog. Use secondary
Sergio Villar Senin [Thu, 17 Sep 2009 15:03:46 +0000 (17:03 +0200)]
Fixes NB#139032, remove the colons in folder details dialog. Use secondary
color as well for labels

14 years agoFixes NB#139637, coverity defects in modest
Sergio Villar Senin [Wed, 14 Oct 2009 08:43:57 +0000 (10:43 +0200)]
Fixes NB#139637, coverity defects in modest

14 years agoFixes NB#132711, junk characters added to filenames with non-ASCII attachment names
Sergio Villar Senin [Tue, 29 Sep 2009 16:15:55 +0000 (18:15 +0200)]
Fixes NB#132711, junk characters added to filenames with non-ASCII attachment names

14 years agoFixes NB#133657, set the proper parent to the account settings dialog. This could...
Sergio Villar Senin [Wed, 16 Sep 2009 11:20:54 +0000 (13:20 +0200)]
Fixes NB#133657, set the proper parent to the account settings dialog. This could cause "hangs" when another modal dialog is shown after this one

14 years agoFixes NB#141137, do not play email tone twice when sending notifications
Sergio Villar Senin [Fri, 2 Oct 2009 07:23:19 +0000 (09:23 +0200)]
Fixes NB#141137, do not play email tone twice when sending notifications

14 years agoChanged version number and release modest 3.90.0 as a start of the
Jose Dapena Paz [Wed, 7 Oct 2009 11:54:08 +0000 (13:54 +0200)]
Changed version number and release modest 3.90.0 as a start of the
new development work.

14 years agoIncrease the limit of characters to "secure" headers to 2048
Jose Dapena Paz [Wed, 7 Oct 2009 10:49:59 +0000 (12:49 +0200)]
Increase the limit of characters to "secure" headers to 2048
(fixes NB#136030)

14 years agoOn error fetching messages in msg view window, close it always
Jose Dapena Paz [Tue, 6 Oct 2009 11:15:20 +0000 (13:15 +0200)]
On error fetching messages in msg view window, close it always
(fixes NB#140122).

14 years agoRemove the infinite loops that were causing the application hang
Jose Dapena Paz [Wed, 7 Oct 2009 08:45:49 +0000 (10:45 +0200)]
Remove the infinite loops that were causing the application hang
(fixes NB#141003).