modest
16 years ago* make two control files: one for "old" (N800) packaging, and one for
Dirk-Jan C. Binnema [Sat, 28 Apr 2007 11:01:25 +0000 (11:01 +0000)]
* make two control files: one for "old" (N800) packaging, and one for
  post-N800 packaging.

Difference is only in hildon-libs-dev ==> libhildon1-dev right now

pmo-trunk-r1709

16 years ago* updated
Dirk-Jan C. Binnema [Sat, 28 Apr 2007 10:53:20 +0000 (10:53 +0000)]
* updated

pmo-trunk-r1708

16 years ago * Added some missing includes
Sergio Villar Senin [Fri, 27 Apr 2007 17:24:35 +0000 (17:24 +0000)]
* Added some missing includes
* Added a "," that was causing a build problem
* Added MSG-NOT404 confirmation note when moving messages

pmo-trunk-r1707

16 years ago* use the newest hildon iff available
Dirk-Jan C. Binnema [Fri, 27 Apr 2007 16:05:52 +0000 (16:05 +0000)]
* use the newest hildon iff available

pmo-trunk-r1706

16 years ago* fix for latest hildon version
Dirk-Jan C. Binnema [Fri, 27 Apr 2007 16:05:00 +0000 (16:05 +0000)]
* fix for latest hildon version

pmo-trunk-r1705

16 years ago* fixes for latest hildon version
Dirk-Jan C. Binnema [Fri, 27 Apr 2007 16:04:27 +0000 (16:04 +0000)]
* fixes for latest hildon version

pmo-trunk-r1704

16 years ago2007-04-27 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 27 Apr 2007 15:49:19 +0000 (15:49 +0000)]
2007-04-27  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-main-window.c:
        (modest_main_window_show_toolbar): Check that a toolbar item is not NULL before
        showing/hiding it. Added TODO because it probably should not be NULL.
        * src/modest-init.c: (modest_init_init_ui): Use a g_message() instead of a g_warning()
        because unnecessary g_warnings() make degugging difficult.

pmo-trunk-r1703

16 years ago2007-04-27 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 27 Apr 2007 15:37:29 +0000 (15:37 +0000)]
2007-04-27  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-msg-edit-window.c:
        (modest_msg_edit_window_select_color),
        (modest_msg_edit_window_select_background_color): 2 const corrections and
        moving 2 #endifs before closing brackets, to fix the build.

pmo-trunk-r1702

16 years agohttps://projects.maemo.org
Murray Cumming [Fri, 27 Apr 2007 15:31:08 +0000 (15:31 +0000)]
https://projects.maemo.org

pmo-trunk-r1701

16 years ago* Sets ASCENDING sort byt sent/received date as default.
Javier Fernandez Garcia-Boente [Fri, 27 Apr 2007 15:29:41 +0000 (15:29 +0000)]
* Sets ASCENDING sort byt sent/received  date as default.
* Remove unused code

pmo-trunk-r1700

16 years ago* make maemo work even with the new libhildon (1.1)
Dirk-Jan C. Binnema [Fri, 27 Apr 2007 15:23:09 +0000 (15:23 +0000)]
* make maemo work even with the new libhildon (1.1)

pmo-trunk-r1699

16 years agoFixed function prototype
Philip Van Hoof [Fri, 27 Apr 2007 15:15:26 +0000 (15:15 +0000)]
Fixed function prototype

pmo-trunk-r1698

16 years ago * Refactored "Move to" code in order to allow this call from the ModestMsgViewWindow
Sergio Villar Senin [Fri, 27 Apr 2007 14:39:31 +0000 (14:39 +0000)]
* Refactored "Move to" code in order to allow this call from the ModestMsgViewWindow

pmo-trunk-r1697

16 years ago2007-04-27 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 27 Apr 2007 14:34:10 +0000 (14:34 +0000)]
2007-04-27  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-msg-view-window.c:
        (modest_msg_view_window_show_toolbar): Prevent hide/show of a NULL toolbar widget,
        when opening a message window.

pmo-trunk-r1696

16 years ago2007-04-27 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 27 Apr 2007 13:17:31 +0000 (13:17 +0000)]
2007-04-27  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/easysetup/modest-easysetup-wizard.c:
        (create_page_custom_outgoing): Correct the position of the horizontal separator to
        match the UI spec.

        * src/maemo/modest-main-window.c: (set_toolbar_mode): Check that widgets are not NULL
        before showing/hiding them, to avoid a crash when clicking on folders when there are no
        gconf settings. I probably added more checks than necessary, but that is safer.

        * src/modest-ui-actions.c: (modest_ui_actions_on_move_to): Initialize the mail_op
        variable to fix the build, but this seems to be used when it is still NULL.

pmo-trunk-r1695

16 years ago * Modified the xfer_msg API
Sergio Villar Senin [Fri, 27 Apr 2007 12:43:24 +0000 (12:43 +0000)]
* Modified the xfer_msg API
* Modified the run_confirmation_dialog API
* Added some more code to the "move to" dialog

pmo-trunk-r1694

16 years ago* don't use gobjects that might be dead
Dirk-Jan C. Binnema [Fri, 27 Apr 2007 12:30:16 +0000 (12:30 +0000)]
* don't use gobjects that might be dead

pmo-trunk-r1693

16 years ago2007-04-27 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 27 Apr 2007 11:35:53 +0000 (11:35 +0000)]
2007-04-27  Murray Cumming  <murrayc@murrayc.com>

* src/modest-platform.h:
        * src/gnome/modest-platform.c: (modest_platform_connect_and_wait):
        * src/maemo/modest-platform.c: (modest_platform_connect_and_wait):
        * src/modest-main.c: Implement this function so we can avoid using
        maemo-specific API from cross-platform code.
        (main):
        * src/modest-tny-account-store.c:
        (get_smtp_specific_transport_account_for_open_connection):
        * src/modest-ui-actions.c: (check_for_connection),
        (modest_ui_actions_on_item_not_found):
        Use modest_platform_connect_and_wait() and put #idefs around other
        maemo-specific code, because only maemo currently has a way to
        identify connection names.

pmo-trunk-r1692

16 years ago2007-04-27 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 27 Apr 2007 11:12:36 +0000 (11:12 +0000)]
2007-04-27  Murray Cumming  <murrayc@murrayc.com>

* src/modest-tny-account-store.h:
        * src/modest-tny-account-store.c:
        Added modest_tny_account_store_get_transport_account_for_open_connection(), which respects
        the connection-specific SMTP server settings in the configuration.

        * src/dbus_api/modest-dbus-callbacks.c: (on_idle_send_mail),
        (on_idle_mail_to):
        * src/maemo/modest-main-window.c: (on_connection_changed),
        (connect_signals):
        * src/modest-main.c: (main), (start_ui), (send_mail):
        Use tny_maemo_conic_device_connect() instead of tny_maemo_conic_force_online(), when
        that is what is intended.

        * src/modest-ui-actions.c: (action_send), (action_receive),
        (modest_ui_actions_on_item_not_found), (modest_ui_actions_on_send):
        Use modest_tny_account_store_get_transport_account_for_open_connection() instead of
        modest_tny_account_store_get_tny_account_by_account() so that the connection-specific
        SMTP server is used when it is specified.

        (modest_ui_actions_on_send_receive):
        Check that a connection is open before proceeding.
        Receive and then send, instead of vice-versa, as per the specification

pmo-trunk-r1691

16 years ago* remove the modest-debug stuff; it belong in modest-runtime
Dirk-Jan C. Binnema [Fri, 27 Apr 2007 11:12:10 +0000 (11:12 +0000)]
* remove the modest-debug stuff; it belong in modest-runtime

pmo-trunk-r1690

16 years ago * Added "Move to" dialog
Sergio Villar Senin [Fri, 27 Apr 2007 10:20:35 +0000 (10:20 +0000)]
* Added "Move to" dialog
* "Move to" dialog can transfer folders right now
* Added some documentaion
* Replaced wrong ORs by ANDs when checking folder rules

pmo-trunk-r1689

16 years ago* add modest-providers-data to build deps
Dirk-Jan C. Binnema [Fri, 27 Apr 2007 10:04:47 +0000 (10:04 +0000)]
* add modest-providers-data to build deps

pmo-trunk-r1688

16 years ago* more fixes for the debian build
Dirk-Jan C. Binnema [Fri, 27 Apr 2007 07:34:32 +0000 (07:34 +0000)]
* more fixes for the debian build

pmo-trunk-r1687

16 years ago* unbreak configure.ac
Dirk-Jan C. Binnema [Fri, 27 Apr 2007 07:10:34 +0000 (07:10 +0000)]
* unbreak configure.ac

pmo-trunk-r1686

16 years agoupdate control to depend on libconic
Dirk-Jan C. Binnema [Fri, 27 Apr 2007 06:42:19 +0000 (06:42 +0000)]
update control to depend on libconic

pmo-trunk-r1685

16 years agoremove subcontractor name because integration won't work otherwise
Dirk-Jan C. Binnema [Fri, 27 Apr 2007 06:28:43 +0000 (06:28 +0000)]
remove subcontractor name because integration won't work otherwise

pmo-trunk-r1684

16 years agocleanup control file for debian build
Dirk-Jan C. Binnema [Fri, 27 Apr 2007 06:26:53 +0000 (06:26 +0000)]
cleanup control file for debian build

pmo-trunk-r1683

16 years ago* small cleanups for debian build
Dirk-Jan C. Binnema [Fri, 27 Apr 2007 06:18:51 +0000 (06:18 +0000)]
* small cleanups for debian build

pmo-trunk-r1682

16 years ago* cleanup the translations
Dirk-Jan C. Binnema [Fri, 27 Apr 2007 06:18:09 +0000 (06:18 +0000)]
* cleanup the translations

pmo-trunk-r1681

16 years ago* Implement Observer pattern using ModestProgressBarWidget.
Javier Fernandez Garcia-Boente [Thu, 26 Apr 2007 19:15:21 +0000 (19:15 +0000)]
* Implement Observer pattern using ModestProgressBarWidget.
* Adds an observer to mail operation queue into main window
to establish toolbar operation mode.

pmo-trunk-r1680

16 years ago2007-04-26 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Thu, 26 Apr 2007 13:45:08 +0000 (13:45 +0000)]
2007-04-26  Murray Cumming  <murrayc@murrayc.com>

* src/modest-mail-operation.c:
        (modest_mail_operation_remove_folder): Intialize the parent variable, to fix the build,
        though I guess it should be something other than NULL.

pmo-trunk-r1679

16 years ago* Fix bug on sorting headers list. The gtk_tree_model_sort
Javier Fernandez Garcia-Boente [Thu, 26 Apr 2007 12:43:14 +0000 (12:43 +0000)]
* Fix bug on sorting headers list. The gtk_tree_model_sort
was created on each folder refresh, and sorting column id
was not set again correctly.

pmo-trunk-r1678

16 years ago * Removed some unused errors
Sergio Villar Senin [Thu, 26 Apr 2007 11:18:28 +0000 (11:18 +0000)]
* Removed some unused errors
* Removed error handling code froms Queues
* Added ModestFolderRules to mail operations

pmo-trunk-r1677

16 years ago* Add a GSlist to store observers, allowing connect more
Javier Fernandez Garcia-Boente [Thu, 26 Apr 2007 10:20:58 +0000 (10:20 +0000)]
* Add a GSlist to store observers, allowing connect more
than one progress widgets.
* Change set_toolbar_function visibility; now it's a private function.

pmo-trunk-r1676

16 years ago2007-04-26 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Thu, 26 Apr 2007 09:47:08 +0000 (09:47 +0000)]
2007-04-26  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/easysetup/modest-easysetup-wizard.c:
        (create_page_custom_incoming): Add the checkbox to the caption instead of adding the
        combo twice, to avoid an g_warning and to make it visible again.
        * src/maemo/modest-main-window.c: (on_account_update): Check whether the popup_menu is
        attached before detaching it, to avoid a g_warning, and add comment about the implicit
        (already intended) dereference when detaching, because we then recreate the menu.
        But I am not sure why the warning was happening, and it is possible that this is a memory
        leak.

pmo-trunk-r1675

16 years ago * Added some missing "== 0" comparisons
Sergio Villar Senin [Thu, 26 Apr 2007 09:31:28 +0000 (09:31 +0000)]
* Added some missing "== 0" comparisons

pmo-trunk-r1674

16 years ago* Add new header settings parameter (sort) to select
Javier Fernandez Garcia-Boente [Thu, 26 Apr 2007 08:54:09 +0000 (08:54 +0000)]
* Add new header settings parameter (sort) to select
columns which can be used to sort headers list.
* Review restore_settings_header to set TreeSortable
sort column id.

pmo-trunk-r1673

16 years ago* Add a new widget ModestProgressBarWidget to work as observer
Javier Fernandez Garcia-Boente [Thu, 26 Apr 2007 08:45:49 +0000 (08:45 +0000)]
* Add a new widget ModestProgressBarWidget to work as observer
of ModestMainWindow object.
* Add ui manager toolitems for this new widget and Cancel button.
* Sinchronize toolbar items dimming based on toolbar operation
mode (Normal/Transfer).

pmo-trunk-r1672

16 years ago* lintian update (Section:)
Dirk-Jan C. Binnema [Wed, 25 Apr 2007 20:08:28 +0000 (20:08 +0000)]
* lintian update (Section:)

pmo-trunk-r1670

16 years ago * Added ModestFolderViewStyle
Sergio Villar Senin [Wed, 25 Apr 2007 20:05:35 +0000 (20:05 +0000)]
* Added ModestFolderViewStyle
* Added "show one remote account at a time" feature
* Modest version shows only one remote account by default

pmo-trunk-r1669

16 years ago* lintian fixes
Dirk-Jan C. Binnema [Wed, 25 Apr 2007 19:56:34 +0000 (19:56 +0000)]
* lintian fixes

pmo-trunk-r1668

16 years ago * Deleted debug code
Sergio Villar Senin [Wed, 25 Apr 2007 17:20:41 +0000 (17:20 +0000)]
* Deleted debug code

pmo-trunk-r1667

16 years ago * Fixed accounts order in the folder view
Sergio Villar Senin [Wed, 25 Apr 2007 17:20:04 +0000 (17:20 +0000)]
* Fixed accounts order in the folder view

pmo-trunk-r1666

16 years agobetter rules
Dirk-Jan C. Binnema [Wed, 25 Apr 2007 10:11:53 +0000 (10:11 +0000)]
better rules

pmo-trunk-r1664

16 years ago2007-04-25 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Wed, 25 Apr 2007 09:54:58 +0000 (09:54 +0000)]
2007-04-25  Murray Cumming  <murrayc@murrayc.com>

* src/dbus_api/modest-dbus-callbacks.c: Added uri_unescape(),
        and uri_parse_mailto() utility functions.
        (on_idle_mail_to): Parse, unescape, and use the subject, cc, bcc, and body items in
        the mailto URI.
        * tests/dbus_api/test_mail_to.c: (main): Add escaped spaces in the URI to test this.

pmo-trunk-r1663

16 years ago* put Packages.gz in $PACKAGE_PATH
Dirk-Jan C. Binnema [Wed, 25 Apr 2007 08:21:32 +0000 (08:21 +0000)]
* put Packages.gz in $PACKAGE_PATH

pmo-trunk-r1662

16 years ago* small update, to be smarter about already built packages
Dirk-Jan C. Binnema [Wed, 25 Apr 2007 08:16:34 +0000 (08:16 +0000)]
* small update, to be smarter about already built packages

pmo-trunk-r1661

16 years ago* added script to build debian packages for tinymail, modest-providers-data and modest
Dirk-Jan C. Binnema [Wed, 25 Apr 2007 08:06:04 +0000 (08:06 +0000)]
* added script to build debian packages for tinymail, modest-providers-data and modest

pmo-trunk-r1660

17 years ago * Added an #ifdef that makes dnd work properly in Modest
Sergio Villar Senin [Tue, 24 Apr 2007 19:07:49 +0000 (19:07 +0000)]
* Added an #ifdef that makes dnd work properly in Modest

pmo-trunk-r1659

17 years ago * Removed unused code
Sergio Villar Senin [Tue, 24 Apr 2007 18:32:05 +0000 (18:32 +0000)]
* Removed unused code

pmo-trunk-r1658

17 years ago * Added information dialog for folder creation
Sergio Villar Senin [Tue, 24 Apr 2007 18:30:34 +0000 (18:30 +0000)]
* Added information dialog for folder creation
* Added information dialog for folder removal

pmo-trunk-r1657

17 years ago * Added code to manage folder creation
Sergio Villar Senin [Tue, 24 Apr 2007 17:44:01 +0000 (17:44 +0000)]
* Added code to manage folder creation
* Added confirmation dialog of delete folder

pmo-trunk-r1656

17 years ago2007-04-24 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Tue, 24 Apr 2007 17:31:56 +0000 (17:31 +0000)]
2007-04-24  Murray Cumming  <murrayc@murrayc.com>

* src/dbus_api/modest-dbus-api.h:
        * src/dbus_api/modest-dbus-callbacks.c:
        Use an idle callback to execute the modest code in the application's own thread.
        Remove the helloworld example method.
        Handle mail-to and open-message D-Bus methods, though the mail-to format needs to be
        parsed, and the open-message method is not implemented because this is not yet implemented in
        modest itself.
        * libmodest-dbus-client/libmodest-dbus-client.c:
        (libmodest_dbus_client_send_mail), (libmodest_dbus_client_mail_to),
        (libmodest_dbus_client_open_message):
        * libmodest-dbus-client/libmodest-dbus-client.h: New functions for the new methods.

        * src/modest-tny-msg.c: (modest_tny_msg_new), (add_body_part): Handle NULLs for subject and
        body without crashing.

        * tests/dbus_api/Makefile.am:
        * tests/dbus_api/test_mail_to.c:
        * tests/dbus_api/test_open_message.c: New tests for the new methods.

pmo-trunk-r1655

17 years ago* fix for debian/rules
Dirk-Jan C. Binnema [Tue, 24 Apr 2007 14:35:58 +0000 (14:35 +0000)]
* fix for debian/rules

pmo-trunk-r1654

17 years ago* some updates to the debian files - added Builddeps, removed generated files
Dirk-Jan C. Binnema [Tue, 24 Apr 2007 14:15:54 +0000 (14:15 +0000)]
* some updates to the debian files - added Builddeps, removed generated files

pmo-trunk-r1653

17 years ago2007-04-24 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Tue, 24 Apr 2007 13:49:14 +0000 (13:49 +0000)]
2007-04-24  Murray Cumming  <murrayc@murrayc.com>

* libmodest-dbus-client/libmodest-dbus-client-1.0.pc.in:
        Added file to fix the build. Sorry.

        * src/dbus_api/Makefile.am:
        * src/dbus_api/modest-dbus-api.h:
        * src/dbus_api/modest-dbus-callbacks.h:
        * src/dbus_api/modest-dbus-callbacks.c: (on_send_mail),
        (modest_dbus_req_handler):
        Put constants in a separate header so it can be reused by the
        client library, without duplication

        * libmodest-dbus-client/Makefile.am:
        * libmodest-dbus-client/libmodest-dbus-client.c:
        (libmodest_dbus_client_call_helloworld),
        (libmodfest_dbus_client_send_mail),
        (libmodfest_dbus_client_mailto),
        (libmodfest_dbus_client_open_message):
        * libmodest-dbus-client/libmodest-dbus-client.h:
        (Partly) Implement a send_mail D-Bus method.

        * tests/dbus_api/Makefile.am:
        * tests/dbus_api/test_send_mail.c: (main): Added a test for
        the send_email D-Bus method.

pmo-trunk-r1652

17 years ago * Added new folder dialog
Sergio Villar Senin [Tue, 24 Apr 2007 13:24:03 +0000 (13:24 +0000)]
* Added new folder dialog
* Added WID-INF036
* Added code to manage the new folder dialog

pmo-trunk-r1651

17 years ago* let the app have the official name
Dirk-Jan C. Binnema [Tue, 24 Apr 2007 13:13:47 +0000 (13:13 +0000)]
* let the app have the official name
* fix for API-change in osso-addressbook

pmo-trunk-r1650

17 years ago2007-04-24 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Tue, 24 Apr 2007 11:47:23 +0000 (11:47 +0000)]
2007-04-24  Murray Cumming  <murrayc@murrayc.com>

* Makefile.am:
        * configure.ac:
        * libmodest-dbus-client/Makefile.am:
        * libmodest-dbus-client/libmodest-dbus-client.c:
        * libmodest-dbus-client/libmodest-dbus-client.h:
        * tests/dbus_api/Makefile.am:
        * tests/dbus_api/test_hello.c: (main): Added directory structure for a C convenience library
        for using the modest D-Bus API, and used that from the test. It is still just a helloworld.

pmo-trunk-r1649

17 years ago2007-04-24 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Tue, 24 Apr 2007 10:37:03 +0000 (10:37 +0000)]
2007-04-24  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/easysetup/modest-easysetup-wizard.c:
        (create_page_account_details):
        * src/maemo/modest-account-settings-dialog.c:
        (create_page_account_details): Explicitly set auto-capitalization mode for the title
        widgets, because this might not be the default in future versions of the Maemo GTK+.
        However, I can not not get capitalization to work even in a simple test case.

pmo-trunk-r1648

17 years ago * Refactored the msg view details dialog
Sergio Villar Senin [Tue, 24 Apr 2007 09:20:03 +0000 (09:20 +0000)]
* Refactored the msg view details dialog
* Added folder details code
* Added msg details support for the main view (with multiple selection)

pmo-trunk-r1647

17 years ago * Removed invalid files
Sergio Villar Senin [Tue, 24 Apr 2007 09:18:54 +0000 (09:18 +0000)]
* Removed invalid files
* Added details dialog

pmo-trunk-r1646

17 years ago2007-04-24 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Tue, 24 Apr 2007 08:34:47 +0000 (08:34 +0000)]
2007-04-24  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/easysetup/modest-easysetup-wizard.c:
        (create_page_custom_incoming), (create_page_custom_outgoing):
        * src/maemo/modest-account-settings-dialog.c:
        (create_page_account_details), (create_page_incoming),
        (create_page_outgoing): Use a separate label in a caption for GtkCheckButtons,
        instead of using gtk_check_button_with_label(), so they are aligned like the other
        widgets, as per the UI spec.

pmo-trunk-r1645

17 years ago2007-04-24 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Tue, 24 Apr 2007 07:55:37 +0000 (07:55 +0000)]
2007-04-24  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/easysetup/modest-easysetup-wizard.c:
        * src/maemo/modest-connection-specific-smtp-edit-window.c:
        * src/widgets/modest-validating-entry.c:
        * src/widgets/modest-validating-entry.h: Rename the validating widget so it has a
        Modest prefix instead of an EasySetup prefix.

pmo-trunk-r1644

17 years ago2007-04-23 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 23 Apr 2007 20:15:02 +0000 (20:15 +0000)]
2007-04-23  Murray Cumming  <murrayc@murrayc.com>

* src/widgets/modest-validating-entry.h:
        * src/widgets/modest-validating-entry.c: (on_insert_text),
        Added easysetup_validating_entry_set_max_func(), used to set a callback
        to call when the max number of characters is reached. GtkEntry has a max-length
        already but is silent about it.

        * src/maemo/easysetup/modest-easysetup-wizard.c: (on_entry_max),
        (create_page_account_details), (create_page_user_details),
        (create_account):
        * src/maemo/modest-account-settings-dialog.c: (on_entry_max),
        (create_page_account_details), (create_page_user_details),
        (create_page_outgoing):
        * src/modest-ui-actions.c: (modest_ui_actions_on_details):
        Use easysetup_validating_entry_set_max_func() to show the warning dialog, as per
        the UI spec, when the user tries to enter more than the max number of characters.

pmo-trunk-r1643

17 years ago* revert jfernandez patch
Dirk-Jan C. Binnema [Mon, 23 Apr 2007 19:11:40 +0000 (19:11 +0000)]
* revert jfernandez patch

pmo-trunk-r1642

17 years ago2007-04-23 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 23 Apr 2007 19:06:06 +0000 (19:06 +0000)]
2007-04-23  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/easysetup/modest-easysetup-wizard.c:
        (create_page_user_details), (create_page_custom_incoming),
        (create_page_custom_outgoing):
        * src/maemo/modest-account-settings-dialog.c:
        (create_page_user_details), (create_page_incoming),
        (create_page_outgoing):
        * src/maemo/modest-connection-specific-smtp-edit-window.c:
        (modest_connection_specific_smtp_edit_window_init):
        Use hildon_gtk_entry_set_input_mode() to turn off auto-capitalization where it is
        not appropriate. Bad Maemo-specific defaults./autogen.sh --prefix=/usr;make all install

pmo-trunk-r1641

17 years ago * Added folder view CSM
Sergio Villar Senin [Mon, 23 Apr 2007 17:37:22 +0000 (17:37 +0000)]
* Added folder view CSM
* Refactored the show details code
* Added support to show the msg details from Main view
* Added a missing license information to a file
* Implemented the folder count method in ModestTnyAccount

pmo-trunk-r1640

17 years ago2007-04-23 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 23 Apr 2007 15:56:14 +0000 (15:56 +0000)]
2007-04-23  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-signature-editor-dialog.c: (enable_widgets),
        (on_toggle_button_changed), (modest_signature_editor_dialog_init),
        (modest_signature_editor_dialog_set_settings):
        Disable the label and textview when the checkbox is disabled, and use the
        specified (UI spec) default signature text.

pmo-trunk-r1639

17 years ago2007-04-23 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 23 Apr 2007 15:23:12 +0000 (15:23 +0000)]
2007-04-23  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-connection-specific-smtp-edit-window.c:
        (modest_connection_specific_smtp_edit_window_init): Use spacing constants.

        * src/modest-defs.h:
        * src/modest-account-mgr-helpers.h:
        * src/modest-account-mgr-helpers.c:
        Added modest_account_mgr_get/set_signature(), using new gconf keys.

        * src/maemo/Makefile.am:
        * src/maemo/modest-signature-editor-dialog.c:
        * src/maemo/modest-signature-editor-dialog.h: New dialog for editing signatures,
        as per the UI spec.

        * src/maemo/modest-account-settings-dialog.h:
        * src/maemo/modest-account-settings-dialog.c:
        (modest_account_settings_dialog_finalize), (on_button_signature),
        (save_configuration): Use the new dialog when the Edit button is pressed, and
        save the changes if necessary, as per the UI spec.

pmo-trunk-r1638

17 years ago2007-04-23 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 23 Apr 2007 13:58:56 +0000 (13:58 +0000)]
2007-04-23  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/Makefile.am:
        * src/maemo/modest-maemo-ui-constants.h: New header with some defines for widget spacing,
        based on maemo-develoers email from Dirk.

        * src/maemo/easysetup/modest-easysetup-wizard.c:
        (create_page_welcome), (create_page_account_details),
        (create_page_user_details), (create_page_complete_easysetup),
        (create_page_custom_incoming), (create_page_custom_outgoing),
        (create_page_complete_custom),
        (modest_easysetup_wizard_dialog_init):
        * src/maemo/modest-account-settings-dialog.c:
        (create_page_account_details), (create_page_user_details),
        (create_page_incoming), (create_page_outgoing),
        (modest_account_settings_dialog_init):
        * src/maemo/modest-connection-specific-smtp-window.c:
        (modest_connection_specific_smtp_window_init): Used the smallest of the spacing constants.

pmo-trunk-r1637

17 years ago2007-04-23 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 23 Apr 2007 13:24:18 +0000 (13:24 +0000)]
2007-04-23  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/easysetup/modest-easysetup-wizard.c:
        (create_page_account_details), (create_page_custom_outgoing),
        (create_page_complete_custom):
        * src/maemo/modest-account-settings-dialog.c:
        (create_page_user_details), (create_page_incoming),
        (create_page_outgoing):
        * src/maemo/modest-connection-specific-smtp-edit-window.c:
        (modest_connection_specific_smtp_edit_window_init):
        Use the correct (UI spec) port min/max, and use horizontal separators,
        as per the UI spec.

pmo-trunk-r1636

17 years ago2007-04-23 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Mon, 23 Apr 2007 12:53:22 +0000 (12:53 +0000)]
2007-04-23  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/easysetup/modest-easysetup-wizard.c:
        (set_default_custom_servernames):
        * src/maemo/modest-account-settings-dialog.c:
        (create_page_incoming), (on_combo_outgoing_security_changed),
        (on_combo_incoming_security_changed), (create_page_outgoing),
        (modest_account_settings_dialog_set_account_name),
        (save_configuration):
        * src/maemo/modest-connection-specific-smtp-edit-window.c:
        (on_combo_security_changed),
        (modest_connection_specific_smtp_edit_window_init),
        (modest_connection_specific_smtp_edit_window_set_connection),
        (modest_connection_specific_smtp_edit_window_get_settings):
        Use HildonNumberEditor instead of GtkEntry for the port numbers so it has the - and + buttons,
        as per the UI spec.

pmo-trunk-r1635

17 years ago* Add sort callback function to the UI action ViewSort
Javier Fernandez Garcia-Boente [Mon, 23 Apr 2007 12:07:42 +0000 (12:07 +0000)]
* Add sort callback function to the UI action ViewSort
   - this function is not yet implemented.

pmo-trunk-r1634

17 years ago* Set DATE column as sort column id.
Javier Fernandez Garcia-Boente [Mon, 23 Apr 2007 11:32:45 +0000 (11:32 +0000)]
* Set DATE column as sort column id.
   - This value must be stored in configuration

pmo-trunk-r1633

17 years ago* Fix bug on headers view sorting
Javier Fernandez Garcia-Boente [Mon, 23 Apr 2007 09:46:31 +0000 (09:46 +0000)]
* Fix bug on headers view sorting
  - new compact dates are not included on sonrt function.

pmo-trunk-r1632

17 years ago* Fix bug on icons path.
Javier Fernandez Garcia-Boente [Mon, 23 Apr 2007 09:36:05 +0000 (09:36 +0000)]
* Fix bug on icons path.

pmo-trunk-r1631

17 years ago * Major API change in tinymail
Sergio Villar Senin [Mon, 23 Apr 2007 07:50:51 +0000 (07:50 +0000)]
* Major API change in tinymail

pmo-trunk-r1630

17 years ago* fix for crash when no accounts are specified
Dirk-Jan C. Binnema [Sun, 22 Apr 2007 07:34:47 +0000 (07:34 +0000)]
* fix for crash when no accounts are specified

pmo-trunk-r1629

17 years ago* remove modest_text_utils_convert_to_pango, we have the
Dirk-Jan C. Binnema [Sat, 21 Apr 2007 18:27:59 +0000 (18:27 +0000)]
* remove modest_text_utils_convert_to_pango, we have the
g_markup_... functions in glib instead

pmo-trunk-r1628

17 years ago* make the header icon hack somewhat work for maemo too
Dirk-Jan C. Binnema [Sat, 21 Apr 2007 18:26:48 +0000 (18:26 +0000)]
* make the header icon hack somewhat work for maemo too

pmo-trunk-r1627

17 years ago* cleaned up the header render code a bit
Dirk-Jan C. Binnema [Sat, 21 Apr 2007 18:26:04 +0000 (18:26 +0000)]
* cleaned up the header render code a bit

pmo-trunk-r1626

17 years ago* fixed some logical-ids
Dirk-Jan C. Binnema [Sat, 21 Apr 2007 10:30:51 +0000 (10:30 +0000)]
* fixed some logical-ids

pmo-trunk-r1625

17 years ago* try /etc/hostname for the local device name as initial guess
Dirk-Jan C. Binnema [Sat, 21 Apr 2007 09:56:21 +0000 (09:56 +0000)]
* try /etc/hostname for the local device name as initial guess

if there's a bluetooth name (used as the n800 device name), that one
  will replace the initial guess later during startup, but e.g.
  in scratchbox, the initial guess remains

pmo-trunk-r1624

17 years ago* cleanup: moved init stuff to modest-init.[ch]
Dirk-Jan C. Binnema [Sat, 21 Apr 2007 08:59:01 +0000 (08:59 +0000)]
* cleanup: moved init stuff to modest-init.[ch]
* cleanup: removed the tny test account stuff; it's not needed anymore
  as the account setup works
* add some sanity checks to make sure runtime/init/singletons are really only
  started once
* fixed the appname problem: g_set_application_name should be called *after* gtk_init
* made appname platform specific; for product we will call it "Email", otherwise it will be knows as "modest"

pmo-trunk-r1623

17 years ago* Add 64 pixel icons for priority/attachment flag column.
Javier Fernandez Garcia-Boente [Fri, 20 Apr 2007 20:32:25 +0000 (20:32 +0000)]
* Add 64 pixel icons for priority/attachment flag column.
* Remove old code about pango conversion, because an optimized
method is defined in modest-text-utils.c.

pmo-trunk-r1622

17 years ago* replace the _pango functions with modest_text_utils_convert_to_pango,
Dirk-Jan C. Binnema [Fri, 20 Apr 2007 18:56:39 +0000 (18:56 +0000)]
* replace the _pango functions with modest_text_utils_convert_to_pango,
  which require fewer string copies.

pmo-trunk-r1621

17 years ago * First implementation of Root folders view
Sergio Villar Senin [Fri, 20 Apr 2007 17:49:47 +0000 (17:49 +0000)]
* First implementation of Root folders view

pmo-trunk-r1620

17 years agoremove duplicate .po entry
Murray Cumming [Fri, 20 Apr 2007 17:36:14 +0000 (17:36 +0000)]
remove duplicate .po entry

pmo-trunk-r1619

17 years ago2007-04-20 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 20 Apr 2007 17:27:36 +0000 (17:27 +0000)]
2007-04-20  Murray Cumming  <murrayc@murrayc.com>

* po/en_GB.po:
        * src/maemo/easysetup/modest-easysetup-wizard.c:
        (create_page_custom_outgoing), (create_page_complete_custom):
        * src/maemo/modest-account-settings-dialog.c:
        (create_page_user_details), (create_page_outgoing):
        * src/maemo/modest-account-view-window.c: (button_box_new):
        Use changed logical IDs as per the most recent UI spec:
        mcen_bd_emailsetup_edit -> mcen_bd_edit
        mcen_bd_emailsetup_delete -> mcen_bd_delete
        mcen_bd_emailsetup_close -> mcen_bd_close

pmo-trunk-r1618

17 years ago* Change priority managment logic, using HIGH flags
Javier Fernandez Garcia-Boente [Fri, 20 Apr 2007 17:17:36 +0000 (17:17 +0000)]
* Change priority managment logic, using HIGH flags
as priority mask, and then compare it with = operator.

pmo-trunk-r1617

17 years ago2007-04-20 2007-04-20 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 20 Apr 2007 17:16:07 +0000 (17:16 +0000)]
2007-04-20  2007-04-20  Murray Cumming  <murrayc@murrayc.com>

* configure.ac:
        * src/Makefile.am:
        * src/dbus_api/Makefile.am:
        * src/dbus_api/modest-dbus-callbacks.c:
        * src/dbus_api/modest-dbus-callbacks.h:
        * src/maemo/modest-platform.c: (modest_platform_init):
        Added the beginnings of a D-Bus API. At the moment it just has a HelloWorld
        method.
        * tests/Makefile.am:
        * tests/dbus_api/Makefile.am:
        * tests/dbus_api/test_hello.c: (main): Very simple test of the D-Bus API.

pmo-trunk-r1616

17 years ago* src/gnome/modest-msg-edit-window.c:
Jose Dapena Paz [Fri, 20 Apr 2007 17:14:38 +0000 (17:14 +0000)]
* src/gnome/modest-msg-edit-window.c:
* Added stub implementation of ...set_file_format.

pmo-trunk-r1615

17 years ago* src/modest-ui-actions.[ch]:
Jose Dapena Paz [Fri, 20 Apr 2007 16:52:34 +0000 (16:52 +0000)]
* src/modest-ui-actions.[ch]:
        * Action to select contacts in editor to add to a recipient
          list.
* src/maemo/modest-msg-edit-window.c:
        * Dim font attribute actions depending on rich text disabled.
        * Dim Undo when required.
        * Make add attachment button non focusable.
        * Add open addressbook handler for buttons in Cc: and Bcc:
          recipients lists.
        * Fix a warning because the action name of the send toolbar
          button was not correct in the method that expands it.
        * Update the file format (formatted/plain) on undo, as it can
          be changed.
        * (Added modest_msg_edit_window_select_contacts): method that
          shows select contacts dialog for focused recipient list (or
          To: recipient list if no recipient list focused).
* src/maemo/ui/modest-msg-edit-window-ui.xml:
        * Added SelectContacts menu action.
* src/gnome/modest-msg-edit-window.c:
        * Removed non used code about zooming.
        * Removed duplicated set_priority_flags stub code.
        * Added stub implementation for ...select_contacts method.
* src/widgets/modest-mail-header-view.c:
        * Now field name labels align to right.
* src/widgets/modest-msg-edit-window.h:
        * Added ..._select_contacs method.
* src/widgets/modest-recpt-editor.c:
        * Now the widget is focusable.
* src/widgets/modest-msg-edit-window-ui.h:
        * Added email menu, and select contacts action.

pmo-trunk-r1614

17 years ago* src/modest-ui-actions.[ch]:
Jose Dapena Paz [Fri, 20 Apr 2007 13:54:54 +0000 (13:54 +0000)]
* src/modest-ui-actions.[ch]:
        * (..._on_undo): Add UI action for undo, with implementation for
          editor.
        * (..._msg_edit_on_change_file_format): Added UI action to
          handle changes in editor file format
        * (..._on_select_font): Added UI action to rise font dialog
          and update editor font with it.
* src/maemo/modest-msg-edit-window.c:
        * Replaced static strings of icons with icons in
          modest-icon-names.h.
        * Use logical id's
        * Set translation domain of menu to make translation work.
        * Add radio action group for choosing file format.
        * Send mail in plain text or rich format depending on the
          file format selection.
        * (..._set_file_format): new method to change the file format
          between plain and formatted text. If the change is from
          formatted text to plain text, it shows a warning about losing
          format.
        * (..._select_font): new method to change the font attributes
          through the Maemo generic dialog. It shows the dialog and then
          updates the currently applied attributes.
        * (..._undo): new method to undo last change in body.
* src/maemo/ui/modest-msg-edit-window-ui.xml:
        * Added Undo menu option.
        * Added show toolbar toggles.
        * Corrected order of menus.
        * Removed format menu options not present in UI specs
          (background color).
        * Now there's a new send toolbar action, to make menu action not
          show the icon.
* src/modest-defs.h:
        * Added definitions for file format options.
* src/gnome/modest-msg-edit-window.c:
        * Added more stub implementations for actions present in
          Maemo client.
* src/widgets/modest-msg-edit-window.h:
        * New actions for Maemo client (undo, set_file_format,
          select_font).
* src/widgets/modest-msg-edit-window-ui.h:
        * Use logical-id's
        * Added ToolbarSend, separate from ActionSend.
        * New actions for selecting font, file format and undo.
* src/modes-tny-msg.c:
        * Changed the order of alternate to put html part after pplain
          text part for mails with rich text. This makes evolution
          choose the correct format.

pmo-trunk-r1613

17 years ago* Add two new columns to show compact Sent/Received date. This change
Javier Fernandez Garcia-Boente [Fri, 20 Apr 2007 12:42:56 +0000 (12:42 +0000)]
* Add two new columns to show compact Sent/Received date. This change
was required to keep compatibility with 1-row style view.
* Change configuration header setting to load new compact columns.
* Use strftime to build date/time strings.
* Parse special character in subjects and mail addresses for allowing
pango markup tags to format two style rows view.

pmo-trunk-r1612

17 years ago2007-04-20 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 20 Apr 2007 10:44:35 +0000 (10:44 +0000)]
2007-04-20  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-account-settings-dialog.c:
        * src/maemo/modest-connection-specific-smtp-edit-window.c:
        Removed unnecessary includes.

pmo-trunk-r1611

17 years ago2007-04-20 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 20 Apr 2007 10:42:16 +0000 (10:42 +0000)]
2007-04-20  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/easysetup/modest-easysetup-wizard.c:
        * src/maemo/modest-account-settings-dialog.c:
        * src/maemo/modest-connection-specific-smtp-edit-window.c:
        * src/widgets/Makefile.am:
        * src/widgets/modest-easysetup-secureauth-combo-box.c:
        * src/widgets/modest-easysetup-secureauth-combo-box.h:
        * src/widgets/modest-easysetup-serversecurity-combo-box.c:
        * src/widgets/modest-easysetup-serversecurity-combo-box.h:
        * src/widgets/modest-secureauth-combo-box.c:
        * src/widgets/modest-secureauth-combo-box.h:
        * src/widgets/modest-serversecurity-combo-box.c:
        * src/widgets/modest-serversecurity-combo-box.h: Renamed the files and
        made the GObject names more consistent with the rest of the Modest code.

pmo-trunk-r1610

17 years ago2007-04-20 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 20 Apr 2007 10:30:11 +0000 (10:30 +0000)]
2007-04-20  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/easysetup/Makefile.am:
        * src/maemo/easysetup/modest-easysetup-secureauth-combo-box.c:
        * src/maemo/easysetup/modest-easysetup-secureauth-combo-box.h:
        * src/maemo/easysetup/modest-easysetup-serversecurity-combo-box.c:
        * src/maemo/easysetup/modest-easysetup-serversecurity-combo-box.h:
        * src/maemo/easysetup/modest-easysetup-wizard.c:
        * src/maemo/easysetup/modest-validating-entry.c:
        * src/maemo/easysetup/modest-validating-entry.h:
        * src/maemo/modest-account-settings-dialog.c:
        * src/maemo/modest-connection-specific-smtp-edit-window.c:
        * src/widgets/Makefile.am: Moved these widgets from maemo/easysetup into
        widgets/ because they are used outside of easysetup too. After checking in,
        svn will allow me to rename them too.

pmo-trunk-r1609

17 years ago2007-04-20 Murray Cumming <murrayc@murrayc.com>
Murray Cumming [Fri, 20 Apr 2007 10:04:43 +0000 (10:04 +0000)]
2007-04-20  Murray Cumming  <murrayc@murrayc.com>

* src/gnome/modest-msg-edit-window.c:
        (modest_msg_edit_window_set_priority_flags): Added an empty implementation to fix a
        linker error, to fix the build on the GNOME platform.
        modest_msg_edit_window_set_zoom(), modest_msg_edit_window_get_zoom(),
        modest_msg_edit_window_zoom_plus(), modest_msg_edit_window_zoom_minus():
        ifdefed out to avoid a warning.

pmo-trunk-r1608