X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=ChangeLog;h=acb6b92b29361641275839fa2f97d8703682ccb4;hp=daa46fcc5380924d00c6f8243950a067204882c8;hb=3ddc19113ea89a4ec61a855f4856bde2143c4694;hpb=db982d9e43fd5674f9010362c4d4caee3d20ed18 diff --git a/ChangeLog b/ChangeLog index daa46fc..acb6b92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6019 +1 @@ -2007-01-29 23:15 djcb - - * src/Makefile.am, src/modest-tny-send-queue.c, - src/modest-tny-send-queue.h: * modest-tny-send-queue.[ch]: - - compiles now - -2007-01-29 20:52 djcb - - * src/gtk/modest-main-window.c, src/maemo/modest-main-window.c, - src/modest-icon-factory.c, src/modest-ui.c: * modest-ui.c: - - use icon for online/offline status - - cosmetics - -2007-01-29 20:26 djcb - - * src/widgets/modest-folder-view.c, - src/widgets/modest-folder-view.h, - src/widgets/modest-header-view.c: * modest-folder-view.[ch]: - - add some function documentation - - automatically expand root items - * modest-header-view.c: - - enable search functionality - -2007-01-29 18:57 svillar - - * src/modest-mail-operation.c, src/modest-ui.c, - src/widgets/modest-folder-view.c, - src/widgets/modest-folder-view.h: Added support to handle - accounts-reloaded signal - -2007-01-29 17:59 djcb - - * src/Makefile.am, src/modest-mail-operation.c, tests/Makefile.am: - * all: - - use the new modest-tny-account stuff - -2007-01-29 17:44 djcb - - * src/modest-tny-account.c, src/modest-tny-account.h: * - modest-tny-account.[ch]: - - new modest decorator for TnyAccount - -2007-01-29 14:50 djcb - - * src/modest-singletons.h, src/modest-widget-factory.c: * - modest-widget-factory.c: - - ellipsize progressbar contents - -2007-01-29 14:49 djcb - - * tests/Makefile.am, tests/check_folder-transfer.c, - tests/check_update-account.c: * tests/: - - make unit tests work again after modest_runtime changes - -2007-01-29 14:04 svillar - - * src/modest-ui.c: Show connection requested dialog when the - message is not found - -2007-01-29 13:15 djcb - - * src/maemo/modest-main-window.c, - src/maemo/pixmaps/qgn_addr_icon_user_group.png, - src/maemo/ui/modest-ui.xml: * maemo/: - - improve UI a bit: make progress bar as expected, - add missing icons, clear up toolbar - -2007-01-29 13:04 djcb - - * src/maemo/pixmaps/back.png, src/maemo/pixmaps/forward.png, - src/maemo/pixmaps/qgn_toolb_gene_stop.png, - src/maemo/pixmaps/qgn_toolb_gene_stop_pressed.png: * add missing - pixmaps - -2007-01-29 10:28 djcb - - * src/maemo/modest-account-view-window.c, - src/maemo/modest-edit-msg-window.c, - src/maemo/modest-main-window.c, src/modest-runtime.c: * maemo/, - modest-runtime.c: - - update maemo/ things to use modest_runtime - - fix bug in hildon_init in modest_runtime - -2007-01-29 09:10 djcb - - * src/Makefile.am, src/modest-mail-operation.c: * Makefile.am, - modest-mail-operation.c: - - temp hack because modest-tny-account.[ch] is not checked in yet - -2007-01-29 08:37 svillar - - * src/gtk/modest-edit-msg-window.c, src/modest-formatter.c, - src/modest-mail-operation.c, src/modest-text-utils.c: * Updated - to the new implementation of tny_camel_header_get_xxx methods - -2007-01-29 07:19 djcb - - * src/modest-mail-operation.c: * modest-mail-operation.c: - - use the modest-tny-account functions to get special folders - -2007-01-29 07:19 djcb - - * src/modest-tny-send-queue.c: * modest-tny-send-queue.c: - - some more work done, not ready yet - -2007-01-29 07:18 djcb - - * src/modest-singletons.c: * modest-singletons.c: - - when finalizing, double-check there are no outstanding - references for the singleton objects - -2007-01-29 07:17 djcb - - * src/modest-main.c, src/modest-runtime.c, src/modest-runtime.h: * - modest-main.c, modest-runtime.[ch]: - - some further cleanups - -2007-01-28 17:36 djcb - - * src/modest-tny-account-store.c: * modest-tny-account-store.c: - - set dummy get/forget password funcs for our local folders, - so tinymail won't complain - -2007-01-28 13:50 djcb - - * src/Makefile.am, src/gtk/modest-account-view-window.c, - src/gtk/modest-edit-msg-window.c, src/gtk/modest-main-window.c, - src/modest-debug.c, src/modest-debug.h, - src/modest-icon-factory.c, src/modest-init.c, src/modest-init.h, - src/modest-main.c, src/modest-runtime.c, src/modest-runtime.h, - src/modest-singletons.c, src/modest-singletons.h, - src/modest-text-utils.c, src/modest-tny-account-store.c, - src/modest-tny-account-store.h, src/modest-tny-folder.h, - src/modest-tny-platform-factory.c, - src/modest-tny-platform-factory.h, src/modest-ui-priv.h, - src/modest-ui.c, src/modest-ui.h, src/modest-widget-factory.c, - src/modest-widget-factory.h, - src/widgets/modest-edit-msg-window.h, - src/widgets/modest-main-window.h, - src/widgets/modest-window-priv.h, src/widgets/modest-window.c, - src/widgets/modest-window.h: * all: - - move all singletons (such as account mgr, conf, widget factory) - to ModestSingletons, and they are accessed through to - ModestRuntime. This removes the need for many classes to - keep the singletons in their *Private, and move around the - same ptrs to functions. - - ModestRuntime keeps maintains these singletons, and also takes - care of the stuff that was previously in ModestDebug and - ModestInit, and some of the other initialization in modest-main, - which is significantly cleaned-up as well - -2007-01-26 16:41 djcb - - * src/modest-tny-account-store.c, src/modest-tny-account-store.h: * - modest-tny-account-store.[ch]: - - fix some compile warnings - -2007-01-26 16:40 djcb - - * src/modest-text-utils.c: * modest-text-utils.c: - - move modest_text_utils_strftime back to plain-old strftime, - as some of the GDate stuff is only available since Gtk+ 2.10 - -2007-01-26 09:00 djcb - - * src/modest-mail-operation.c, src/widgets/modest-folder-view.c: * - modest-mail-operation.c, modest-folder-view.c: - - s/tny_folder_expunge/tny_folder_sync/ - -2007-01-25 23:34 djcb - - * src/modest-tny-send-queue.c, src/modest-tny-send-queue.h: * - modest-tny-send-queue.[ch]: - - stub for modest TnySendQueue implementation - -2007-01-25 16:13 djcb - - * src/modest-account-mgr-helpers.h, src/modest-ui.c: * cosmetics - -2007-01-25 16:13 djcb - - * src/modest-tny-account-store.c, src/modest-tny-account-store.h: * - modest-tny-account-store.[ch]: - - partly implemented getting special folder TnyFolders per - account - -2007-01-25 11:55 svillar - - * src/gtk/modest-edit-msg-window.c, src/modest-mail-operation.c, - src/modest-text-utils.c, src/modest-text-utils.h, - src/modest-ui.c: * Added comparisons with "Invalid" string <- - should be fixed in tinymail - * Replaced the date generation code, now it creates valid UTF8 - strings - -2007-01-25 09:17 djcb - - * src/modest-defs.h, src/modest-init.c, - src/modest-local-folder-info.c, src/modest-local-folder-info.h, - src/modest-tny-folder.c, src/modest-tny-folder.h, - src/widgets/modest-folder-view.c: * modest-tny-folder.[ch]: - - add modest_tny_folder_is_local_folder, and - - add modest_tny_folder_local_folder_type - * modest-local-folder-info.[ch]: - - remove ModestLocalFolderType, use TnyFolderType instead - - add some extra folder types - * modest-defs.h: - - add display name for local folders (N_("Local Folders") - * modest-init.c: - - adapt to these changes - * widgets/modest-folder-view.c: - - display the display names for local folders - -2007-01-25 09:08 djcb - - * src/modest-tny-account-store.c: * modest-tny-account-store.c: - - cosmetics - -2007-01-25 09:08 djcb - - * src/modest-text-utils.c: * modest-text-utils.c: - - small cleanups - -2007-01-25 09:00 svillar - - * src/gtk/modest-edit-msg-window.c, src/modest-formatter.c, - src/modest-mail-operation.c, src/widgets/modest-folder-view.c: * - Some initializations - * Removed unused code - -2007-01-24 19:44 svillar - - * src/gtk/modest-edit-msg-window.c, src/modest-tny-account-store.c, - src/modest-ui.c, src/modest-widget-factory.c: * Fixed a - segmentation fault when creating combo boxes - * Delete unused commented code - * Added an if to not return the local account when asking for - transport accounts - -2007-01-24 16:41 djcb - - * src/modest-init.c, src/modest-init.h, src/modest-main.c: * all: - - set default account on startup if it hasn't been set yet - -2007-01-24 15:06 svillar - - * src/modest-ui.c: * Added a missing break - * Added some error management code - -2007-01-24 11:26 svillar - - * src/modest-account-mgr-helpers.c, - src/modest-account-mgr-helpers.h, src/modest-account-mgr.c, - src/modest-account-mgr.h, src/modest-marshal.list, - src/modest-tny-account-store.c, src/modest-tny-account-store.h, - src/modest-ui.c, src/widgets/modest-folder-view.c, - src/widgets/modest-header-view.c: * Removed the password_selected - signal - * Added a g_main_depth check before setting a critical section - with g_threads_* - * Removed an unused marshaller (because the password_selected - signal removal) - * Added the options located in the configuration to the - TnyAccount - * Removed the view_is_empty field from the ModestFolderView - * Moved the get_pass, forget_pass functions to the account store - -2007-01-24 09:41 djcb - - * src/widgets/modest-account-view.c: * modest-account-view.c: - - update with account mgr changes - -2007-01-24 09:36 svillar - - * tests/Makefile.am: * Added missing files - -2007-01-24 09:36 djcb - - * autogen.sh: * fix - -2007-01-24 08:13 djcb - - * src/modest-account-mgr-helpers.c, - src/modest-account-mgr-helpers.h, src/modest-account-mgr-priv.h, - src/modest-account-mgr.c, src/modest-defs.h: * all: - - implemented 'default' account concept - -2007-01-24 07:38 djcb - - * src/modest-ui.c: * modest-ui.c: - - update for modest account mgr changes - - small improvements in progressbar - -2007-01-24 07:38 djcb - - * src/modest-tny-account-store.c: * modest-tny-account-store.c: - - update for modest account mgr changes - - fix some compiler warnings - -2007-01-24 07:37 djcb - - * src/Makefile.am, src/gtk/modest-edit-msg-window.c, - src/maemo/modest-edit-msg-window.c, src/modest-widget-factory.c: - * all: - - updates for modest account mgr changes - -2007-01-24 07:35 djcb - - * src/modest-account-mgr-helpers.c, - src/modest-account-mgr-helpers.h, src/modest-account-mgr-priv.c, - src/modest-account-mgr-priv.h, src/modest-account-mgr.c, - src/modest-account-mgr.h: * modest-account-mgr*.[ch]: - - split ModestAccount mgr in the core - functionality and 'helpers', to keep things manageable - -2007-01-23 22:05 djcb - - * autogen.sh: * autogen.sh: - - remove the ugliness, it should be fixed by adding the m4 files - in the right place - -2007-01-23 22:04 djcb - - * src/modest-icon-factory.c, src/modest-icon-factory.h: * - modest-icon-factory.[ch]: - - remove the small icon stuff - -2007-01-23 22:03 djcb - - * src/modest-main.c: * modest-main.c: - - do threads_init earlier - -2007-01-23 22:02 djcb - - * src/modest-widget-memory.c: * modest-widget-memory.c: - - don't save column widths for empty widgets - -2007-01-23 22:01 djcb - - * src/modest-text-utils.c, src/modest-text-utils.h: * - modest-text-utils.[ch]: - - compile warning fixes - -2007-01-23 22:00 djcb - - * src/modest-ui.c: * modest-ui.c: - - improve & cleanup statusbar, progressbar - -2007-01-23 22:00 djcb - - * src/modest-tny-account-store.c: * modest-tny-account-store.c: - - don't set the name for the local account store; - let the folder name handling deal with that - -2007-01-23 21:58 djcb - - * src/widgets/modest-header-view-render.c, - src/widgets/modest-header-view.c: * modest-header-view-render.c: - - remove useless 'optimizations' - * modest-header-view.c: - - remove buggy 'empty' stuff for now - - work around funny tinymail behaviour with folder updates - -2007-01-23 16:36 djcb - - * configure.ac: * configure.ac: - - bora does not like overwriting defined stuff - -2007-01-23 16:06 djcb - - * tests/Makefile.am: * Makefile.am: - - remove presets - -2007-01-23 15:58 djcb - - * src/maemo/modest.desktop.in, src/maemo/modest.service.in: * add - files for maemo - -2007-01-23 15:46 djcb - - * src/modest-defs.h: * modest-defs.h: - - add local folder account name - -2007-01-23 15:42 djcb - - * scripts, src/Makefile.am, src/modest-presets.c, - src/modest-presets.h, tests/Makefile.am, - tests/check_modest-presets.c, tests/provider-data-test.keyfile: * - all: - - remove the presets stuff for now - -2007-01-23 15:37 djcb - - * Makefile.am, autogen.sh, configure.ac: * configure.ac, - Makefile.am, autogen.sh: - - updates for maemo - -2007-01-23 15:36 djcb - - * po/POTFILES.in, po/en_GB.po, po/gl.po, po/nl.po: * po/: - - updates - -2007-01-23 15:35 djcb - - * debian/docs, debian/files, debian/modest.substvars: * debian/*: - - update - -2007-01-23 15:05 djcb - - * src/maemo/Makefile.am: * Makefile.am: - - update for maemo-integration - -2007-01-23 15:03 djcb - - * src/maemo/modest-store-widget.c, src/maemo/modest-store-widget.h, - src/maemo/modest-transport-widget.c, - src/maemo/modest-transport-widget.h: * modest-store-widget.[ch] - modest-transport-widget.[ch] - - get updated version from gtk/ - -2007-01-23 14:59 djcb - - * debian/changelog: * fix - -2007-01-23 12:02 djcb - - * debian/changelog, debian/control, debian/copyright, debian/rules: - * debian/*: - - some updates for packaging - -2007-01-23 07:47 djcb - - * autogen.sh: * autogen.sh: - - require automake 1.8, so it won't overwrite our COPYING - with the GPL one anymore - -2007-01-23 07:41 djcb - - * src/modest-text-utils.c, src/modest-text-utils.h, - src/widgets/modest-header-view-render.c: * - modest-header-view-render.c, modest-text-utils.[ch]: - - move the size display string stuff to text utils - -2007-01-23 07:39 djcb - - * src/widgets/modest-folder-view.c: * modest-folder-view.c: - - always place local_folders as the last item - -2007-01-23 07:39 djcb - - * src/widgets/modest-header-view.c: * modest-header-view.c: - - remove g_warnings - -2007-01-22 13:27 djcb - - * src/modest-cache-mgr.c: * modest-cache-mgr.c: - - glib < 2.12 does not support g_hash_table_remove_all, therefore - use g_hash_table_foreach_remove instead - -2007-01-22 12:24 djcb - - * src/modest-init.c: * modest-init.c: - - improve default sizes a bit - -2007-01-22 12:23 djcb - - * src/modest-widget-factory.c: * modest-widget-factory.c: - - follow header-view api change - -2007-01-22 12:22 djcb - - * src/widgets/modest-header-view-render.c, - src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h: * modest-header-view.[ch], - modest-header-view-render.c: - - optimizations (caching) - - crash fixes (use time_t columns...) - -2007-01-22 09:02 svillar - - * docs/reference/Makefile.am, tests/Makefile.am: * Added missing - object name - -2007-01-22 00:12 djcb - - * src/modest-conf.h, src/modest-ui.c: * modest-ui.c, modest-conf.h: - - cosmetics - -2007-01-22 00:12 djcb - - * src/modest-defs.h, src/modest-icon-factory.c, - src/modest-icon-factory.h, src/modest-main.c: * modest-defs.h, - modest-main.c: - - move exit codes from main->defs - * modest-main.c, modest-icon-factory.[ch]: - - use the new ModestCacheMgr, no need for init/uninit funcs - anymore - -2007-01-22 00:10 djcb - - * src/modest-mail-operation-queue.c: * modest-mail-operation-queue: - - cosmetics - -2007-01-22 00:09 djcb - - * src/modest-debug.c, src/modest-debug.h: * modest-debug.[ch]: - - fix typo - -2007-01-22 00:09 djcb - - * src/modest-text-utils.c, src/modest-text-utils.h: * - modest-text-utils.[ch]: - - cache the date display strings - -2007-01-22 00:08 djcb - - * src/modest-tny-platform-factory.c, - src/modest-tny-platform-factory.h: * - modest-tny-platform-factory.[ch]: - - add support for the ModestCacheMgr - -2007-01-22 00:07 djcb - - * src/widgets/modest-header-view-priv.h, - src/widgets/modest-header-view-render.c, - src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h: * modest-header-view-* - - the display string for dates is const now - - make special display function for dates - -2007-01-22 00:05 djcb - - * src/Makefile.am, src/modest-cache-mgr.c, src/modest-cache-mgr.h: - * Makefile.am, modest-cache-mgr.[ch]: - - add the modest cache manager - -2007-01-19 18:42 svillar - - * src/gtk/modest-edit-msg-window.c, - src/gtk/ui/modest-edit-msg-window-ui.xml, - src/maemo/modest-edit-msg-window.c, - src/maemo/modest-main-window.c, - src/maemo/ui/modest-edit-msg-window-ui.xml, - src/maemo/ui/modest-ui.xml, src/modest-main.c, src/modest-ui.c: * - Added toolbar and menubar for the Maemo UI - * Ported the Maemo edit window to ModestWindow - -2007-01-19 15:16 svillar - - * src/maemo/Makefile.am, src/maemo/modest-account-view-window.c, - src/maemo/modest-edit-msg-window.c, - src/maemo/modest-main-window.c, - src/maemo/ui/modest-edit-msg-window-ui.xml, - src/maemo/ui/modest-ui.xml, src/modest-mail-operation.c, - src/widgets/modest-account-view.c: * Migration to GtkUIManager - * Migration to use the new ModestWindow - * Fixed an issue with a variable incorrectly used - -2007-01-19 14:34 svillar - - * src/widgets/modest-main-window.h: * Added two new functions - -2007-01-19 14:20 djcb - - * src/modest-ui.c: * modest-ui.c: - - be resilient agains NULL folders - -2007-01-19 14:19 djcb - - * src/widgets/modest-account-view.c: * modest-account-view: - - use the display name instead of the (internal) name - -2007-01-19 12:56 svillar - - * src/gtk/ui/modest-ui.xml: * Added the missing final tag - -2007-01-19 12:51 svillar - - * src/gtk/modest-main-window.c, src/gtk/ui/modest-ui.xml, - src/modest-mail-operation.c, src/modest-ui-actions.h, - src/modest-ui.c, src/widgets/modest-main-window-ui.h, - tests/Makefile.am: * Added some more UI actions implementations - * Fixed some problems with the tests - -2007-01-19 12:29 svillar - - * docs/reference/Makefile.am, docs/reference/modest-sections.txt, - docs/reference/tmpl/modest-account-keys.sgml, - docs/reference/tmpl/modest-account-mgr.sgml, - docs/reference/tmpl/modest-conf-keys.sgml, - docs/reference/tmpl/modest-conf.sgml, - docs/reference/tmpl/modest-debug.sgml, - docs/reference/tmpl/modest-defs.sgml, - docs/reference/tmpl/modest-edit-msg-window-ui.sgml, - docs/reference/tmpl/modest-edit-msg-window.sgml, - docs/reference/tmpl/modest-folder-view.sgml, - docs/reference/tmpl/modest-header-view.sgml, - docs/reference/tmpl/modest-icon-names.sgml, - docs/reference/tmpl/modest-init.sgml, - docs/reference/tmpl/modest-local-folder-info.sgml, - docs/reference/tmpl/modest-mail-operation.sgml, - docs/reference/tmpl/modest-main-window-ui.sgml, - docs/reference/tmpl/modest-main-window.sgml, - docs/reference/tmpl/modest-msg-view.sgml, - docs/reference/tmpl/modest-pair.sgml, - docs/reference/tmpl/modest-proto.sgml, - docs/reference/tmpl/modest-protocol-info.sgml, - docs/reference/tmpl/modest-protocol-mgr.sgml, - docs/reference/tmpl/modest-store-widget.sgml, - docs/reference/tmpl/modest-text-utils.sgml, - docs/reference/tmpl/modest-tny-account-store.sgml, - docs/reference/tmpl/modest-tny-attachment.sgml, - docs/reference/tmpl/modest-tny-folder.sgml, - docs/reference/tmpl/modest-tny-msg-view.sgml, - docs/reference/tmpl/modest-tny-platform-factory.sgml, - docs/reference/tmpl/modest-tny-store-actions.sgml, - docs/reference/tmpl/modest-tny-transport-actions.sgml, - docs/reference/tmpl/modest-toolbar.sgml, - docs/reference/tmpl/modest-transport-widget.sgml.bak, - docs/reference/tmpl/modest-ui-actions.sgml, - docs/reference/tmpl/modest-ui-priv.sgml, - docs/reference/tmpl/modest-ui.sgml, - docs/reference/tmpl/modest-unused.sgml, - docs/reference/tmpl/modest-widget-factory.sgml, - docs/reference/tmpl/modest-widget-memory-priv.sgml, - docs/reference/tmpl/modest-window-priv.sgml, - docs/reference/tmpl/modest-window.sgml, - docs/reference/tmpl/modest.glade.sgml, po/modest.pot, - src/gtk/modest-edit-msg-window.c, src/gtk/modest-main-window.c, - src/gtk/ui/modest-ui.xml, src/modest-mail-operation.h, - src/modest-ui-actions.h, src/modest-ui.c, - src/widgets/Makefile.am, src/widgets/modest-edit-msg-window.h, - src/widgets/modest-folder-view.c, - src/widgets/modest-folder-view.h, - src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h, - src/widgets/modest-main-window-ui.h, - src/widgets/modest-main-window.h, - src/widgets/modest-window-priv.h, src/widgets/modest-window.c, - src/widgets/modest-window.h: * Added ModestWindow object - * Migrated the toplevel windows to the new ModestWindow - * Added some new UI actions - * Added context-sensitive menus - * Added and deleted some sgml - * Added support to do make dist - -2007-01-19 12:29 djcb - - * src/modest-protocol-info.c, src/modest-tny-account-store.c: * - small correctness fixes - -2007-01-19 01:21 djcb - - * src/modest-widget-memory.c, src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h: * all: - - start of the 'empty headers'-support - -2007-01-19 00:17 djcb - - * src/modest-widget-memory.c: * modest-widget-memory.c: - - remove debugging g_warnings - -2007-01-19 00:11 djcb - - * src/gtk/modest-main-window.c, src/gtk/ui/modest-ui.xml, - src/modest-marshal.list, src/modest-ui-actions.h, - src/modest-ui.c, src/widgets/modest-main-window-ui.h: * all: - - add extra toolbar button to toggle the view - from 'two-line' to 'detailed' mode - -2007-01-19 00:10 djcb - - * src/modest-conf.c: * modest-conf.c: - - fix compile warning - -2007-01-19 00:09 djcb - - * src/modest-init.c: * modest-init.c: - - set the new per-style per-folder-type header-view-columns - - remove the #define for maemo/gtk - -2007-01-19 00:08 djcb - - * src/modest-widget-memory-priv.h, src/modest-widget-memory.c: * - modest-widget-memory*: - - save header view settings per style - -2007-01-19 00:07 djcb - - * src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h: * modest-header-view.[ch]: - - remove the state stuff for now - - implement efficient style changes - -2007-01-18 18:49 djcb - - * src/Makefile.am, src/modest-account-mgr.h, src/modest-defs.h: * - all: - - forgotten stuff to check in (regarding modest-defs.h). [sorry] - -2007-01-18 15:29 djcb - - * src/modest-account-keys.h, src/modest-account-mgr.c, - src/modest-conf-keys.h, src/modest-conf.h, src/modest-init.c, - src/modest-local-folder-info.c, src/modest-local-folder-info.h, - src/modest-tny-account-store.c, src/modest-tny-account-store.h: * - all: - - modest global #defines to modest-defs.h - -2007-01-18 12:01 svillar - - * src/maemo/modest-account-view-window.c, - src/maemo/modest-edit-msg-window.c, - src/maemo/modest-main-window.c: * Updated files to fit the last - Modest APIs - -2007-01-18 11:32 svillar - - * src/widgets/modest-account-view.c: * Added missing header - -2007-01-18 11:21 svillar - - * configure.ac: * Replaced IT_PROG_INTLTOOL by AC_PROG_INTLTOOL - * Downgraded intltool required version to 0.33 - -2007-01-17 20:47 djcb - - * src/modest-tny-account-store.c: * modest-tny-account-store.c: - - remove some unused code - -2007-01-17 14:13 djcb - - * src/maemo/Makefile.am, src/maemo/modest-edit-msg-window.c, - src/maemo/modest-main-window.c, src/modest-ui.h, - src/widgets/modest-folder-view.c: * all: - - compile fixes for maemo frontend - -2007-01-17 11:22 djcb - - * src/widgets/modest-header-view.c: * modest-header-view.c: - - the set_state code gets into infinite recursion somehow, turned - off for now - -2007-01-17 11:02 djcb - - * tests/Makefile.am, tests/check_modest-conf.c, - tests/check_modest-presets.c, tests/check_text-utils.c, - tests/check_update-account.c: * unit tests: - - fix compile warnings - -2007-01-17 09:10 djcb - - * src/modest-init.c, src/modest-init.h, - src/modest-local-folder-info.c, src/modest-local-folder-info.h, - src/modest-tny-account-store.c, src/modest-tny-account-store.h, - src/modest-tny-folder.c, src/modest-tny-folder.h, - src/modest-tny-platform-factory.h: * all: - - implement local folders; still needs some work though - -2007-01-17 08:02 djcb - - * src/Makefile.am, src/modest-init.c, - src/modest-local-folder-info.c, src/modest-local-folder-info.h: * - all: - - move local folder stuff to modest-local-folder-info.[ch] - - document the functions - -2007-01-17 00:21 djcb - - * src/modest-init.c, src/modest-main.c, src/modest-tny-folder.c, - src/modest-tny-folder.h: * all: - - create the local folders at startup if the do not yet exist - -2007-01-16 23:19 djcb - - * src/widgets/modest-folder-view.c, - src/widgets/modest-header-view.c: * - modest-(folder|header)-view.c: - - handle updates correctly - -2007-01-16 23:18 djcb - - * src/modest-ui.c: * modest-ui.c: - - clear headers when folders change - - clear msg when headers change - -2007-01-16 23:17 djcb - - * src/gtk/modest-main-window.c, src/maemo/modest-main-window.c: * - (gtk|maemo)/modest-main-window.c: - - no need to set the column headers anymore, after the - modest-init stuff - -2007-01-16 23:16 djcb - - * src/Makefile.am, src/modest-init.c, src/modest-init.h, - src/modest-main.c, src/modest-widget-memory-priv.h, - src/modest-widget-memory.c, src/modest-widget-memory.h: * - modest-main: - - set header column settings if they're not there, or - simply overwrite them if started with --factory-settings - * modest-widget-memory-* - - make the _PARAM and the 'get_key' stuff available for - modest-init (using -priv) - * modest-init.[ch]: - - implement header column defaults, differentiated per folder - type and for gtk/maemo - -2007-01-16 19:35 djcb - - * src/modest-debug.h: * modest-debug.h: - - add proper guards end DECLs - -2007-01-16 19:23 djcb - - * configure.ac: * configure.ac: - - fix for my system, it does not know 'no-dist-gzip' - -2007-01-16 19:22 djcb - - * docs/reference/Makefile.am: * Makefile.am: - - compile fix, content_files = \ was followed by #'d next line - -2007-01-16 14:55 svillar - - * Makefile.am, configure.ac, docs/reference/Makefile.am, - docs/reference/modest-docs.sgml, src/Makefile.am, - src/gtk/Makefile.am, src/maemo/Makefile.am, - src/widgets/Makefile.am: * Updated the SOURCES sections of - Makefile.am's - * Added IT_PROG_INTLTOOL macro to configure.ac - * Fixed some problems with the documentation - * "make dist" is now working again - -2007-01-16 13:36 djcb - - * src/modest-ui.c: - modest-ui.c: - - show folder name in window title - -2007-01-16 13:36 djcb - - * src/widgets/Makefile.am, src/widgets/modest-header-view-priv.h, - src/widgets/modest-header-view-render.c, - src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h: * modest-header-x: - - move cell renderers to -render.c, to keep line count < 1000 - - fix making header view empty - - add 'size' column - - small cleanups - -2007-01-16 12:52 svillar - - * src/gtk/modest-edit-msg-window.c, - src/maemo/modest-edit-msg-window.c, src/modest-mail-operation.c, - src/modest-tny-account-store.c: * The reply/fw stuff now uses the - text/plain part of the original message - * Deleted an unused lock from the ModestTnyAccountStore - -2007-01-16 08:56 svillar - - * docs/reference/Makefile.am, docs/reference/modest-docs.sgml: * - Some fixes, files added and removed - -2007-01-16 08:55 svillar - - * tests/Makefile.am, tests/check_folder-transfer.c, - tests/check_update-account.c: * Fixed some compilation warnings - * Modified the Makefile with the new file additions and removals - -2007-01-16 08:53 svillar - - * src/modest-tny-platform-factory.c: * Fixed a compilation warning - -2007-01-16 00:58 djcb - - * src/modest-mail-operation.c: * modest-mail-operation.c: - - fix some compile warnings - -2007-01-16 00:57 djcb - - * src/modest-main.c, src/modest-ui.c, src/modest-widget-factory.c, - src/modest-widget-memory.c: * all: - - small cleanups - -2007-01-16 00:55 djcb - - * src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h: * modest-header-view.[ch]: - - make colums a little bit better - - export 'protected' function to fix compiler warning - -2007-01-16 00:54 djcb - - * src/modest-account-mgr.c, src/modest-account-mgr.h, - src/modest-tny-account-store.c: * modest-tny-account-store: - - some big cleanups - -2007-01-16 00:53 djcb - - * src/gtk/modest-account-view-window.c, - src/gtk/modest-edit-msg-window.c, src/gtk/modest-main-window.c, - src/modest-tny-platform-factory.c, - src/modest-tny-platform-factory.h: * some tiny changes in - modest-tny-platform-factory - -2007-01-15 19:44 svillar - - * src/gtk/modest-account-assistant.c, src/modest-protocol-info.c, - src/modest-text-utils.c, src/modest-text-utils.h, - src/modest-tny-folder.c: * Added an email validation function - * Added some documentation - * Initialized some variables that were causing crashes - * Added some error handling code at ModestAccountAssistant - -2007-01-15 18:20 svillar - - * docs/reference/modest-docs.sgml, src/widgets/Makefile.am, - src/widgets/modest-toolbar.c: * Deleted some remaining - ModestToolbar stuff - -2007-01-15 17:21 svillar - - * src/modest-tny-msg-actions.h, - src/widgets/modest-edit-msg-window.h, - src/widgets/modest-folder-view.h, - src/widgets/modest-main-window.h, - src/widgets/modest-tny-stream-gtkhtml.h, - src/widgets/modest-toolbar.h: * Deleted an unusued file - * Added some documentation - -2007-01-15 16:57 svillar - - * src/modest-tny-store-actions.c, src/modest-tny-store-actions.h: * - Deleted unused files - -2007-01-15 16:48 svillar - - * docs/reference/modest-docs.sgml: * Added and removed some files - -2007-01-15 16:47 svillar - - * src/modest-tny-account-store.c, src/modest-tny-folder.c, - src/modest-widget-factory.c, src/widgets/modest-header-view.c: * - Fixed some compilation warnings - * Added the TnyLockable support to the account store - -2007-01-15 10:51 djcb - - * tests/Makefile.am, tests/check_account-mgr.c: * update for - ModestProtocolInfo stuff, and yes, checks pass - -2007-01-15 10:41 djcb - - * src/gtk/modest-account-assistant.c, src/gtk/modest-main-window.c, - src/gtk/modest-store-widget.c, src/gtk/modest-store-widget.h, - src/gtk/modest-transport-widget.c, - src/gtk/modest-transport-widget.h: * gtk/*: - - update to new ModestProtocolManager - -2007-01-15 10:39 djcb - - * src/gtk/pixmaps/stock-stop.png, src/gtk/pixmaps/stock_stop.png, - src/gtk/pixmaps/view-refresh.png: * pixmaps: update - -2007-01-15 10:39 djcb - - * src/widgets/Makefile.am, src/widgets/modest-window.h: * small - cleanups - -2007-01-15 10:38 djcb - - * src/Makefile.am: * Makefile.am: - - compile modest-protocol-info.[ch] - -2007-01-15 10:37 djcb - - * src/modest-conf.h, src/modest-main.c, - src/modest-tny-account-store.c: * modest-conf.h, modest-main.c: - - small cleanups - * modest-tny-account-store.c: - - update to ModestProtocolInfo - -2007-01-15 10:33 djcb - - * src/modest-pair.c, src/modest-pair.h: * modest-pair.[ch]: - - small cleanups, documentation - -2007-01-15 10:32 djcb - - * src/modest-account-mgr.c, src/modest-account-mgr.h, - src/modest-widget-factory.c: * update to new ModestProtocolInfo - -2007-01-15 10:30 djcb - - * src/modest-proto.c, src/modest-proto.h, - src/modest-protocol-info.c, src/modest-protocol-info.h, - src/modest-protocol-mgr.c, src/modest-protocol-mgr.h: * - modest-proto*: - replace modest-proto and modest-protocol-mgr with - modest-protocol-info. changes to other code in next commits. - -2007-01-13 21:29 djcb - - * src/Makefile.am, src/modest-tny-folder.c, - src/modest-tny-folder.h, src/modest-widget-memory.c, - src/widgets/modest-folder-view.c, - src/widgets/modest-folder-view.h: * all: - - move folder type guessing capability to a TnyFolder decorator: - in modest-tny-folder.[ch]. Also, the folder rules will be - implemented - here. - -2007-01-13 14:47 djcb - - * src/gtk/modest-main-window.c, src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h: * - widgets/modest-header-view.[ch], gtk/modest-main-window.c - - make the main window resizing due to column expansion a bit - less annoying - -2007-01-13 14:44 djcb - - * src/modest-tny-stream-gtkhtml.c, src/modest-tny-stream-gtkhtml.h, - src/widgets/modest-tny-stream-gtkhtml.c, - src/widgets/modest-tny-stream-gtkhtml.h: * - modest-tny-stream-gtkhtml.[ch]: - - move to the widgets/ dir - -2007-01-13 13:38 djcb - - * src/modest-protocol-mgr.c: * modest-protocol-mgr.c: - - add copyright header - -2007-01-13 13:27 djcb - - * src/gtk/modest-icon-names.h: * fix the typo, now the correct icon - is found - -2007-01-13 13:26 djcb - - * src/Makefile.am, src/modest-debug.c, src/modest-debug.h, - src/modest-main.c: * modest-main, modest-debug.[ch], Makefile.am - - cleaned up modest-main a bit, moved debugging stuff to - modest-debug.[ch] - -2007-01-12 16:12 djcb - - * src/modest-tny-account-store.c: * modest-tny-account-store.c: - - explicitly use tny_camel_(pop|imap)_store_account_new - => now both imap and pop work, hurrah - - fix some warnings - -2007-01-12 14:29 svillar - - * docs/reference/Makefile.am: * Removed the attachment stuff - -2007-01-12 14:24 svillar - - * src/gtk/ui, src/gtk/ui/modest-edit-msg-window-ui.xml, - src/gtk/ui/modest-ui.xml, src/maemo/ui, - src/maemo/ui/modest-edit-msg-window-ui.xml, - src/maemo/ui/modest-ui.xml: * Added UI specifications XML files - -2007-01-12 14:15 svillar - - * docs/reference/modest-docs.sgml: * Removed the attachments stuff - -2007-01-12 14:13 svillar - - * src/Makefile.am, src/gtk/Makefile.am, - src/gtk/modest-account-assistant.h, - src/gtk/modest-account-view-window.h, - src/gtk/modest-edit-msg-window.c, src/gtk/modest-main-window.c, - src/gtk/modest-store-widget.h, src/gtk/modest-transport-widget.h, - src/maemo/Makefile.am, src/maemo/modest-edit-msg-window.c, - src/modest-formatter.c, src/modest-icon-factory.h, - src/modest-main.c, src/modest-tny-msg-actions.c, - src/modest-ui-actions.h, src/modest-ui-priv.h, src/modest-ui.c, - src/modest-ui.h, src/modest-widget-memory.h, src/ui, - src/widgets/modest-account-view.c, - src/widgets/modest-account-view.h, - src/widgets/modest-edit-msg-window-ui.h, - src/widgets/modest-edit-msg-window.h, - src/widgets/modest-header-view.h, - src/widgets/modest-main-window-ui.h, - src/widgets/modest-main-window.h, src/widgets/modest-msg-view.h: - * Cleaned some header files, deleting unused includes - * Migrated the edit msg window to GtkUIManager - * Added modest-ui-actions.h with the signatures of the ui actions - * Added modest-main-window-ui.h and modest-edit-msg-window-ui.h - with the ui action entries of the windows - * Removed the action entries and actions from modest-ui-priv.h - * Moved the GtkUIManager creation to the windows - * Added some getter methods to the windows - -2007-01-11 07:52 djcb - - * src/modest-main.c, src/modest-tny-account-store.c: * - modest-main.c, modest-tny-account-store.c: - - fix two leaks - -2007-01-10 19:08 djcb - - * tests/check_text-utils.c: * solve merge conflict - -2007-01-10 15:46 djcb - - * src/maemo/modest-icon-names.h: * modest-icon-names.h: - - use modest-icon.png - -2007-01-10 15:45 djcb - - * src/widgets/modest-header-view.c: * modest-header-view.c: - - enable the hiding of the GtkTreeView heading - -2007-01-10 15:44 djcb - - * src/modest-widget-factory.c, src/modest-widget-factory.h: * - modest-widget-factory.[ch]: - - first stab of combobox of non-local stores; not finished yet - -2007-01-10 13:40 djcb - - * src/maemo/pixmaps/modest-icon.png, - src/maemo/pixmaps/qgn_list_gene_attacpap.png, - src/maemo/pixmaps/qgn_list_gene_fldr_cls.png, - src/maemo/pixmaps/qgn_list_gene_fldr_opn.png, - src/maemo/pixmaps/qgn_list_messagin.png, - src/maemo/pixmaps/qgn_list_messagin_drafts.png, - src/maemo/pixmaps/qgn_list_messagin_editor.png, - src/maemo/pixmaps/qgn_list_messagin_inbox.png, - src/maemo/pixmaps/qgn_list_messagin_mail.png, - src/maemo/pixmaps/qgn_list_messagin_mail_unread.png, - src/maemo/pixmaps/qgn_list_messagin_outbox.png, - src/maemo/pixmaps/qgn_list_messagin_sent.png, - src/maemo/pixmaps/qgn_list_messagin_viewer.png, - src/maemo/pixmaps/qgn_toolb_messagin.png, - src/maemo/pixmaps/qgn_toolb_messagin_delete.png, - src/maemo/pixmaps/qgn_toolb_messagin_forward.png, - src/maemo/pixmaps/qgn_toolb_messagin_new.png, - src/maemo/pixmaps/qgn_toolb_messagin_reply.png, - src/maemo/pixmaps/qgn_toolb_messagin_replytoall.png, - src/maemo/pixmaps/qgn_toolb_messagin_send.png, - src/maemo/pixmaps/qgn_toolb_messagin_sendreceive.png, - src/maemo/pixmaps/stock_stop.png, - src/maemo/pixmaps/view-refresh.png: * added some icons - -2007-01-10 10:51 svillar - - * src/ui/modest-edit-msg-window-ui.xml: - -2007-01-10 09:00 svillar - - * src/Makefile.am, src/modest-mail-operation.h, - src/modest-tny-attachment.c, src/modest-tny-attachment.h: * - Removed the ModestTnyAttachment stuff - -2007-01-10 07:11 djcb - - * src/modest-widget-memory.c, src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h: * modest-header-view.[ch], - modest-widget-memory.c: - - widget state management, first round - -2007-01-09 22:40 djcb - - * src/widgets/modest-folder-view.h: * modest-folder-view.h: - - extra tny folder types are moved to tinymail - -2007-01-09 16:03 djcb - - * src/modest-tny-platform-factory.c, src/modest-ui.c, - src/modest-widget-factory.c, src/widgets/modest-folder-view.h: * - all: - - cosmetics - -2007-01-09 16:02 djcb - - * src/Makefile.am: * Makefile.am: - - include maemo in dist - -2007-01-09 16:01 djcb - - * src/gtk/Makefile.am, src/gtk/modest-main-window.c: * all: - - small stuff - -2007-01-09 16:00 djcb - - * src/maemo/Makefile.am, src/maemo/modest-main-window.c: * - Makefile.am: - - put pixmaps in right dir - * modest-main-window.c: - - remaemoize a bit + compile fixes - -2007-01-09 15:59 djcb - - * src/gtk/modest-icon-names.h, src/maemo/modest-icon-names.h, - src/widgets/modest-icon-names.h: * all: - - move modest-icon-names back to platform dirs - -2007-01-09 15:56 djcb - - * src/widgets/Makefile.am, src/widgets/modest-edit-msg-window.h, - src/widgets/modest-main-window.h, src/widgets/modest-window.h: * - all: - - use GtkWindow for gtk, HildonWindow for maemo - - add header files to Makefile.am, so make dist will work - -2007-01-09 14:21 djcb - - * src/maemo/Makefile.am, src/maemo/modest-account-assistant.c, - src/maemo/modest-account-assistant.h, - src/maemo/modest-edit-msg-window.c, - src/maemo/modest-main-window.c, src/maemo/pixmaps/back.png, - src/maemo/pixmaps/folder-closed.png, - src/maemo/pixmaps/folder-open.png, src/maemo/pixmaps/forward.png, - src/maemo/pixmaps/gnome-stock-mail-fwd.png, - src/maemo/pixmaps/gnome-stock-mail-new.png, - src/maemo/pixmaps/gnome-stock-mail-rpl.png, - src/maemo/pixmaps/go-next.png, src/maemo/pixmaps/go-previous.png, - src/maemo/pixmaps/gtk-refresh.png, - src/maemo/pixmaps/internet-mail.png, - src/maemo/pixmaps/mail-forward.png, - src/maemo/pixmaps/mail-mark-junk.png, - src/maemo/pixmaps/mail-message-new.png, - src/maemo/pixmaps/mail-reply-all.png, - src/maemo/pixmaps/mail-reply-sender.png, - src/maemo/pixmaps/modest.png, src/maemo/pixmaps/process-stop.png, - src/maemo/pixmaps/qgn_addr_icon_user_group.png, - src/maemo/pixmaps/qgn_list_gene_attacpap.png, - src/maemo/pixmaps/qgn_list_gene_fldr_clp.png, - src/maemo/pixmaps/qgn_list_gene_fldr_cls.png, - src/maemo/pixmaps/qgn_list_gene_fldr_exp.png, - src/maemo/pixmaps/qgn_list_gene_fldr_opn.png, - src/maemo/pixmaps/qgn_list_messagin.png, - src/maemo/pixmaps/qgn_list_messagin_drafts.png, - src/maemo/pixmaps/qgn_list_messagin_editor.png, - src/maemo/pixmaps/qgn_list_messagin_hdr.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_encrypted.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_encrypted_high.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_encrypted_low.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_high.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_high_unread.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_low.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_low_unread.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_signed.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_signed_high.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_signed_low.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_unread.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_unread_encrypted.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_unread_encrypted_high.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_unread_encrypted_low.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_unread_signed.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_unread_signed_high.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_unread_signed_low.png, - src/maemo/pixmaps/qgn_list_messagin_inbox.png, - src/maemo/pixmaps/qgn_list_messagin_mail.png, - src/maemo/pixmaps/qgn_list_messagin_mail_deleted.png, - src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_read.png, - src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_read_high.png, - src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_read_low.png, - src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_unread.png, - src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_unread_high.png, - src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_unread_low.png, - src/maemo/pixmaps/qgn_list_messagin_mail_high.png, - src/maemo/pixmaps/qgn_list_messagin_mail_high_unread.png, - src/maemo/pixmaps/qgn_list_messagin_mail_low.png, - src/maemo/pixmaps/qgn_list_messagin_mail_low_unread.png, - src/maemo/pixmaps/qgn_list_messagin_mail_signed_read.png, - src/maemo/pixmaps/qgn_list_messagin_mail_signed_read_high.png, - src/maemo/pixmaps/qgn_list_messagin_mail_signed_read_low.png, - src/maemo/pixmaps/qgn_list_messagin_mail_signed_unread.png, - src/maemo/pixmaps/qgn_list_messagin_mail_signed_unread_high.png, - src/maemo/pixmaps/qgn_list_messagin_mail_signed_unread_low.png, - src/maemo/pixmaps/qgn_list_messagin_mail_unread.png, - src/maemo/pixmaps/qgn_list_messagin_outbox.png, - src/maemo/pixmaps/qgn_list_messagin_sent.png, - src/maemo/pixmaps/qgn_list_messagin_viewer.png, - src/maemo/pixmaps/qgn_list_messaging_high.png, - src/maemo/pixmaps/qgn_list_messaging_low.png: * all: - - fix maemo compilation - - cleanups icons - -2007-01-09 12:53 djcb - - * src/modest-widget-memory.c: * modest-widget-memory.c: - - don't save header view when it's empty - -2007-01-09 12:52 djcb - - * src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h: * modest-header-view.[ch] - - add support for empty folders (they show a message) - - small cleanups / merge with sergio - -2007-01-09 10:36 svillar - - * docs/reference/Makefile.am, docs/reference/modest-docs.sgml, - docs/reference/modest-sections.txt, - docs/reference/tmpl/modest-account-mgr.sgml, - docs/reference/tmpl/modest-conf.sgml, - docs/reference/tmpl/modest-error.sgml, - docs/reference/tmpl/modest-folder-view.sgml, - docs/reference/tmpl/modest-header-view.sgml, - docs/reference/tmpl/modest-icon-names.sgml, - docs/reference/tmpl/modest-mail-operation.sgml, - docs/reference/tmpl/modest-main-window.sgml, - docs/reference/tmpl/modest-msg-view.sgml, - docs/reference/tmpl/modest-store-widget.sgml, - docs/reference/tmpl/modest-text-utils.sgml, - docs/reference/tmpl/modest-tny-account-store.sgml, - docs/reference/tmpl/modest-toolbar.sgml, - docs/reference/tmpl/modest-ui.sgml, - docs/reference/tmpl/modest-unused.sgml, - docs/reference/tmpl/modest-widget-factory.sgml, src/Makefile.am, - src/gtk/Makefile.am, src/gtk/modest-account-assistant.c, - src/gtk/modest-edit-msg-window.c, - src/gtk/modest-edit-msg-window.h, src/gtk/modest-icon-names.h, - src/gtk/modest-main-window.c, src/gtk/modest-main-window.h, - src/gtk/modest-store-widget.c, src/gtk/modest-ui.c, - src/maemo/modest-edit-msg-window.h, - src/maemo/modest-icon-names.h, src/maemo/modest-main-window.c, - src/maemo/modest-main-window.h, src/maemo/modest-ui.c, - src/modest-error.h, src/modest-mail-operation.c, - src/modest-main.c, src/modest-text-utils.h, - src/modest-tny-account-store.c, - src/modest-tny-platform-factory.c, src/modest-ui.c, - src/modest-ui.h, src/modest-widget-factory.c, - src/modest-widget-factory.h, src/ui, src/ui/modest-ui.xml, - src/widgets/Makefile.am, src/widgets/modest-edit-msg-window.h, - src/widgets/modest-folder-view.c, - src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h, - src/widgets/modest-icon-names.h, - src/widgets/modest-main-window.h, tests/check_text-utils.c: * - Migration to GtkUIManager almost completed - * Added a modest-ui.xml file with the interface description - * Moved modest-icon-names.h modest-edit-msg-window.h - modest-main-window.h to widgets/ - * Moved modest-ui.c to src/ - * ModestUI now manages all the UI signals - * ModestWidgetFactory is now just a factory - -2007-01-07 11:39 djcb - - * COPYING: * re-add the correct COPYING file. - -2007-01-04 15:18 djcb - - * tests/check_modest-presets.c, tests/check_text-utils.c, - tests/provider-data-test.keyfile: * fix unit tests. all tests - pass now. - -2007-01-04 15:17 djcb - - * src/modest-presets.c, src/modest-presets.h, - src/modest-text-utils.c, src/modest-text-utils.h: * - modest-text-utils.[ch], modest-presets.[ch]: - - fix some bugs in presets 'get_providers' function - - add preconditions to functions (g_return_if_fail etc.) - - update documentation - - unit tests work now (after next commit) - -2007-01-03 08:31 djcb - - * tests/check_account-mgr.c: * check_account-mgr.c: - - cleanup garbage from older tests, so tests pass now - - cosmetic - -2007-01-02 23:06 djcb - - * tests/check_text-utils.c: * check_text-utils.c: - - fix compilation - -2007-01-02 14:50 djcb - - * src/modest-text-utils.c, src/modest-text-utils.h, - src/widgets/modest-header-view.c: * modest-text-utils.[ch], - modest-header-view.c: - - move some string functions to text-utils - -2006-12-26 17:43 svillar - - * docs/reference/Makefile.am, - docs/reference/modest-architecture.sgml, - docs/reference/modest-coding-guidelines.sgml, - docs/reference/modest-design.sgml, - docs/reference/modest-docs.sgml, - docs/reference/modest-preface.sgml, - docs/reference/modest-sections.txt, - docs/reference/tmpl/modest-account-assistant.sgml, - docs/reference/tmpl/modest-account-keys.sgml, - docs/reference/tmpl/modest-account-mgr.sgml, - docs/reference/tmpl/modest-account-view-window.sgml, - docs/reference/tmpl/modest-account-view.sgml, - docs/reference/tmpl/modest-combo-box.sgml, - docs/reference/tmpl/modest-conf.sgml, - docs/reference/tmpl/modest-edit-msg-window.sgml, - docs/reference/tmpl/modest-error.sgml, - docs/reference/tmpl/modest-folder-view.sgml, - docs/reference/tmpl/modest-formatter.sgml, - docs/reference/tmpl/modest-header-view.sgml, - docs/reference/tmpl/modest-icon-factory.sgml, - docs/reference/tmpl/modest-icon-names.sgml, - docs/reference/tmpl/modest-mail-operation-queue.sgml, - docs/reference/tmpl/modest-mail-operation.sgml, - docs/reference/tmpl/modest-msg-view.sgml, - docs/reference/tmpl/modest-pair.sgml, - docs/reference/tmpl/modest-presets.sgml, - docs/reference/tmpl/modest-protocol-mgr.sgml, - docs/reference/tmpl/modest-store-widget.sgml, - docs/reference/tmpl/modest-text-utils.sgml, - docs/reference/tmpl/modest-tny-account-store.sgml, - docs/reference/tmpl/modest-tny-platform-factory.sgml, - docs/reference/tmpl/modest-tny-stream-gtkhtml.sgml, - docs/reference/tmpl/modest-toolbar.sgml, - docs/reference/tmpl/modest-transport-widget.sgml, - docs/reference/tmpl/modest-widget-factory.sgml, - docs/reference/tmpl/modest-widget-memory.sgml, - src/modest-account-mgr.h, src/modest-formatter.h, - src/modest-mail-operation.c, src/modest-mail-operation.h: * - Splitted the main documentation file in some smaller ones - * Updated documentation - * Migrated the transfer_msgs function to the async version - -2006-12-26 10:52 svillar - - * docs/reference/Makefile.am, - docs/reference/tmpl/modest-account-keys.sgml, - docs/reference/tmpl/modest-account-mgr.sgml, - docs/reference/tmpl/modest-conf-keys.sgml, - docs/reference/tmpl/modest-conf.sgml, - docs/reference/tmpl/modest-main-window.sgml, - docs/reference/tmpl/modest-proto.sgml, - docs/reference/tmpl/modest-tny-account-store.sgml, - docs/reference/tmpl/modest-ui.sgml, - docs/reference/tmpl/modest-unused.sgml, src/Makefile.am, - src/gtk/modest-account-assistant.c, - src/gtk/modest-store-widget.c, src/gtk/modest-store-widget.h, - src/gtk/modest-transport-widget.c, - src/gtk/modest-transport-widget.h, src/modest-account-keys.h, - src/modest-account-mgr.c, src/modest-formatter.c, - src/modest-mail-operation.c, src/modest-proto.h, - src/modest-tny-platform-factory.c, tests/Makefile.am: * Added a - new account key called type for server accounts - * Added "data_changed" signal to the store widget - * Added username entry to the transport widget - * Added _get_requires_auth method to the transport widget - * Added support to check completeness of some pages in the - account assistant - * The transport account is now created with the account assistant - * The account manager now stores the type configuration key for - server accounts - * Updated the platform factory to the new tinymail API (added 3 - new methods) - * Replaced camel calls by the new platform factory calls in - ModestFormatter & - ModestMailOperation - * Added ModestProto to the Makefiles - -2006-12-22 15:37 svillar - - * docs/reference/tmpl/modest-account-assistant.sgml, - docs/reference/tmpl/modest-account-keys.sgml, - docs/reference/tmpl/modest-account-mgr.sgml, - docs/reference/tmpl/modest-account-view-window.sgml, - docs/reference/tmpl/modest-account-view.sgml, - docs/reference/tmpl/modest-combo-box.sgml, - docs/reference/tmpl/modest-conf-keys.sgml, - docs/reference/tmpl/modest-conf.sgml, - docs/reference/tmpl/modest-edit-msg-window.sgml, - docs/reference/tmpl/modest-edit-window.sgml, - docs/reference/tmpl/modest-error.sgml, - docs/reference/tmpl/modest-folder-view.sgml, - docs/reference/tmpl/modest-formatter.sgml, - docs/reference/tmpl/modest-header-view.sgml, - docs/reference/tmpl/modest-icon-factory.sgml, - docs/reference/tmpl/modest-icon-names.sgml, - docs/reference/tmpl/modest-mail-operation-queue.sgml, - docs/reference/tmpl/modest-mail-operation.sgml, - docs/reference/tmpl/modest-main-window.sgml, - docs/reference/tmpl/modest-msg-view.sgml, - docs/reference/tmpl/modest-pair.sgml, - docs/reference/tmpl/modest-presets.sgml, - docs/reference/tmpl/modest-proto.sgml, - docs/reference/tmpl/modest-protocol-mgr.sgml, - docs/reference/tmpl/modest-store-widget.sgml, - docs/reference/tmpl/modest-text-utils.sgml, - docs/reference/tmpl/modest-tny-account-store.sgml, - docs/reference/tmpl/modest-tny-folder-tree-view.sgml, - docs/reference/tmpl/modest-tny-header-tree-view.sgml, - docs/reference/tmpl/modest-tny-msg-view.sgml, - docs/reference/tmpl/modest-tny-platform-factory.sgml, - docs/reference/tmpl/modest-tny-stream-gtkhtml.sgml, - docs/reference/tmpl/modest-toolbar.sgml, - docs/reference/tmpl/modest-transport-widget.sgml, - docs/reference/tmpl/modest-ui.sgml, - docs/reference/tmpl/modest-widget-factory.sgml, - docs/reference/tmpl/modest-widget-memory.sgml, - docs/reference/tmpl/modest-window-mgr.sgml: * Removed some old - templates for old files - * Added a short description for all the objects - -2006-12-22 14:49 svillar - - * docs/reference/tmpl/modest-account-assistant.sgml, - docs/reference/tmpl/modest-account-mgr.sgml, - docs/reference/tmpl/modest-account-view-window.sgml, - docs/reference/tmpl/modest-account-view.sgml, - docs/reference/tmpl/modest-combo-box.sgml, - docs/reference/tmpl/modest-conf.sgml, - docs/reference/tmpl/modest-edit-msg-window.sgml, - docs/reference/tmpl/modest-error.sgml, - docs/reference/tmpl/modest-folder-view.sgml, - docs/reference/tmpl/modest-formatter.sgml, - docs/reference/tmpl/modest-header-view-priv.sgml, - docs/reference/tmpl/modest-header-view.sgml, - docs/reference/tmpl/modest-icon-factory.sgml, - docs/reference/tmpl/modest-icon-names.sgml, - docs/reference/tmpl/modest-mail-operation-queue.sgml, - docs/reference/tmpl/modest-mail-operation.sgml, - docs/reference/tmpl/modest-marshal.sgml, - docs/reference/tmpl/modest-msg-view.sgml, - docs/reference/tmpl/modest-pair.sgml, - docs/reference/tmpl/modest-presets.sgml, - docs/reference/tmpl/modest-protocol-mgr.sgml, - docs/reference/tmpl/modest-store-widget.sgml, - docs/reference/tmpl/modest-text-utils.sgml, - docs/reference/tmpl/modest-tny-account-store.sgml, - docs/reference/tmpl/modest-tny-attachment.sgml, - docs/reference/tmpl/modest-tny-msg-actions.sgml, - docs/reference/tmpl/modest-tny-platform-factory.sgml, - docs/reference/tmpl/modest-tny-store-actions.sgml, - docs/reference/tmpl/modest-tny-stream-gtkhtml.sgml, - docs/reference/tmpl/modest-toolbar.sgml, - docs/reference/tmpl/modest-transport-widget.sgml, - docs/reference/tmpl/modest-widget-factory.sgml, - docs/reference/tmpl/modest-widget-memory.sgml: * Added the - missing tmpl - -2006-12-22 13:21 svillar - - * autogen.sh, configure.ac, docs/reference/Makefile.am, - docs/reference/modest-docs.sgml, - docs/reference/modest-sections.txt, - docs/reference/tmpl/modest-account-mgr.sgml, - docs/reference/tmpl/modest-conf.sgml, - docs/reference/tmpl/modest-tny-account-store.sgml, - docs/reference/tmpl/modest-ui.sgml, - docs/reference/tmpl/modest-unused.sgml, src/modest-account-mgr.h, - src/modest-mail-operation.c, src/modest-mail-operation.h, - src/modest-pair.h, src/modest-presets.h, src/modest-text-utils.h, - src/modest-tny-account-store.h, - src/modest-tny-platform-factory.h, src/modest-widget-factory.h, - src/modest-widget-memory.h, src/widgets/modest-header-view.h: * - Fixed comments with errors - * Removed gtkdocize call from autogen.sh - * Added an index to the generated documentation - * Added widgets and gtk directories to the documentation - -2006-12-21 19:24 svillar - - * docs/reference/modest-docs.sgml: * Replaced a some by - - -2006-12-21 19:06 svillar - - * src/modest-mail-operation.c, src/modest-mail-operation.h: * Added - documentation for the public interfaces - -2006-12-21 17:43 svillar - - * docs/reference/Makefile.am, docs/reference/modest-docs.sgml, - docs/reference/modest-sections.txt, src/modest-formatter.c, - src/modest-formatter.h: * Added documentation to ModestFormatter - * Modified the modest docs documentation - * Added some missing paths do the documentation scan path - -2006-12-21 08:28 svillar - - * src/modest-error.h: * Moved error stuff to this new file - -2006-12-20 18:52 svillar - - * src/gtk/modest-edit-msg-window.c, - src/gtk/modest-edit-msg-window.h, src/gtk/modest-main-window.c, - src/modest-mail-operation.c: * Modified the API of the message - window - * Replaced the old _new method by a new one - * Added some error support to the ModestMailOperation - -2006-12-20 16:51 svillar - - * src/Makefile.am, src/gtk/modest-account-view-window.c, - src/modest-mail-operation.c: * Added the error stuff - * Modified the appearance of the button box of the account view - window - -2006-12-20 12:40 svillar - - * src/gtk/modest-store-widget.c, src/modest-account-mgr.c, - src/modest-account-mgr.h, src/modest-conf.c, src/modest-conf.h: * - Stored the reference to the security widget in the private - structure of ModestStoreWidget - * Added the new method modest_conf_set_list - * Added the new method modest_account_mgr_set_list - -2006-12-20 08:39 svillar - - * src/modest-account-mgr.c: * Exchanged the two first parameters of - the memmove call - -2006-12-20 08:17 djcb - - * src/modest-text-utils.c, src/modest-text-utils.h: * - modest-text-utils.[ch]: - - fixed modest_text_utils_remove_address (impl and doc) - -2006-12-19 09:45 djcb - - * src/gtk/modest-edit-msg-window.c: * gtk/modest-edit-msg-window.c: - - fix for modest-widget-memory change - -2006-12-19 09:44 djcb - - * src/modest-mail-operation.c: * modest-mail-operation.c: - - use g_return_val_if_fail instead of g_return_if_fail - -2006-12-19 09:43 djcb - - * src/modest-widget-memory.c: * modest-widget-memory.c: - - update for modest-conf change - -2006-12-19 09:41 djcb - - * src/modest-account-mgr.c, src/modest-account-mgr.h, - src/modest-conf.c, src/modest-conf.h, tests/check_account-mgr.c: - * all: - - allow also non-ASCII account names - - all but NULL and '/' in names is allowed - -2006-12-18 18:42 djcb - - * src/modest-conf.c, src/modest-conf.h: * modest-conf.[ch]: - - re-add modest_conf_get_list - - remove ModestConf* param from escape/unescape functions - -2006-12-15 18:40 svillar - - * src/gtk/modest-account-assistant.c, - src/gtk/modest-account-view-window.c, src/modest-conf.c, - src/modest-widget-factory.c, src/widgets/modest-account-view.c: * - Added support in the interface to remove accounts - * Fixed the bug in the account assintant when trying to create - new accounts - * Added a forced synchronization in ModestConf when deleting keys - * Added the parent window to some dialogs - -2006-12-15 15:08 svillar - - * src/gtk/modest-account-view-window.c, - src/modest-mail-operation-queue.c, - src/modest-mail-operation-queue.h, src/modest-mail-operation.c, - src/modest-tny-msg-actions.c, src/modest-tny-platform-factory.c, - src/modest-tny-platform-factory.h, - src/widgets/modest-account-view.c, - src/widgets/modest-account-view.h, tests/Makefile.am, - tests/check_account-mgr.c, tests/check_text-utils.c, - tests/check_update-account.c: * Added some unit tests for - ModestTextUtils - * Added unit tests for ModestAccountMgr - * Added code to manage accounts removal - * Added the ModestMailOperationQueue to the platform factory - * ModestMailOperationQueue is no longer a singleton by itself - * Added code to support mail operations cancels - * Added a lot of API documentation - * Added a new method to the ModestAccountView to retrieve the - selected account - -2006-12-15 10:28 svillar - - * src/modest-widget-factory.c, src/widgets/Makefile.am, - src/widgets/modest-header-view-priv.h, - src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h: * Added support to better - handle online/offline status - -2006-12-14 16:08 svillar - - * src/modest-marshal.list, src/modest-widget-factory.c, - src/widgets/modest-header-view.c: * Reverted a previous change in - the signal item_not_found - -2006-12-14 15:22 djcb - - * src/modest-presets.c: * modest-presets.c: - - only return all providers when 'include_globals' is true - -2006-12-14 15:21 djcb - - * tests/check_modest-presets.c, tests/provider-data-test.keyfile: * - extended modest-presets testcases - -2006-12-14 13:33 svillar - - * src/gtk/modest-account-assistant.c, src/modest-marshal.list, - src/modest-widget-factory.c, src/widgets/modest-header-view.c: * - Added support to reload a msg when the device gets online - -2006-12-14 12:15 svillar - - * src/gtk/modest-main-window.c, src/modest-account-mgr.c, - src/modest-account-mgr.h, src/modest-conf.h, - src/modest-marshal.list, src/modest-tny-account-store.c, - src/modest-widget-factory.c: * Removed an invalid separator in - the File menu - * Added a function to unset account keys - * Modified a marshaller - * Added some documentation to ModestConf - * Added support to remember the password - * Fixed the problem with the password dialog - * Fixed a problem when trying to read messages being offline - -2006-12-13 18:18 svillar - - * src/modest-main.c, src/modest-tny-account-store.c, - src/modest-widget-factory.c, src/widgets/modest-folder-view.c: * - Added gtk_threads_init - * Modified the password dialog code - * Fixed some leaks - -2006-12-13 15:31 djcb - - * src/Makefile.am, src/modest-presets.c, src/modest-presets.h, - tests/Makefile.am, tests/check_modest-presets.c, - tests/provider-data-test.keyfile: * modest-presets: - - added first trivial test cases - - enabled build - -2006-12-13 14:14 djcb - - * src/modest-tny-msg-actions.c: modest-tny-msg-actions.c: - - fix for messages which have their content-type in - non-lower-case - tny_mime_part_content_type_is does not match case-insentively... - -2006-12-12 17:32 svillar - - * src/gtk/modest-main-window.c, src/modest-mail-operation.c, - src/widgets/modest-header-view.c, tests/check_update-account.c: * - Rewritten some async calls - * Update account does not longer hang - -2006-12-12 17:17 djcb - - * src/modest-widget-memory.c: * modest-widget-memory.c: - - fix for runtime warning - -2006-12-12 17:16 djcb - - * COPYING: * this is the real one - -2006-12-12 15:54 djcb - - * tests/check_folder-transfer.c: * check_folder-transfer.c: - - fix for maemo usage - -2006-12-12 15:52 djcb - - * src/maemo/modest-edit-msg-window.c, - src/maemo/modest-main-window.c: * maemo/modest-edit-msg-window.c, - maemo/modest-main-window.c: - - update for the new API - -2006-12-12 15:51 djcb - - * src/modest-conf.c, src/modest-conf.h: * modest-conf.[ch]: - - remove unused functions - -2006-12-12 15:50 djcb - - * src/modest-main.c: * modest-main.c: - - remove some old crap - -2006-12-12 15:50 djcb - - * src/modest-widget-memory.c: * modest-widget-memory.c: - - fix warning - -2006-12-12 15:49 djcb - - * src/widgets/modest-folder-view.c, - src/widgets/modest-header-view.c, src/widgets/modest-toolbar.c: * - modest-header-view.c, modest-toolbar.c, modest-folder-view.c: - - fix widgets for maemo usage (and desktop still works) - -2006-12-11 17:53 svillar - - * src/gtk/modest-main-window.c, src/maemo/modest-main-window.c, - src/modest-formatter.c, src/modest-mail-operation.c, - src/modest-text-utils.c, src/widgets/modest-header-view.c: * - Replaced tny_folder_get_msg by its async version - * Replaced tny_folder_refresh by its async version - * Replaced tny_folder_store_get_folders by its async version - -2006-12-11 16:06 djcb - - * src/modest-text-utils.c, src/modest-text-utils.h, - tests/check_text-utils.c: * updated test case, code cleanup, - documentation fixes - -2006-12-11 12:42 djcb - - * src/modest-text-utils.c, src/modest-text-utils.h: * - modest-text-utils.[ch]: - - modest_text_utils_display_address: - small cleanup, clarifications --> unit tests work - -2006-12-11 12:40 djcb - - * tests/Makefile.am, tests/check_modest-conf.c, - tests/check_text-utils.c: * added some tests cases for ModestConf - and ModestTextUtils - -2006-12-10 18:31 djcb - - * src/gtk/modest-edit-msg-window.c, src/gtk/modest-main-window.c: * - all: - - update for the other changes - -2006-12-10 18:30 djcb - - * src/modest-tny-account-store.c: * modest-tny-account-store.c: - - add warning about freeing pwd - -2006-12-10 18:25 djcb - - * src/modest-tny-platform-factory.c, - src/modest-tny-platform-factory.h: * - modest-tny-platform-factory.[ch]: - - small cleanups - -2006-12-10 18:24 djcb - - * src/modest-widget-factory.c, src/modest-widget-factory.h: * - modest-widget-factory.[ch]: - - update for new ModestFolderView signals - - update for ModestWidgetMemory changes - - misc cleanups - -2006-12-10 18:22 djcb - - * src/modest-widget-memory.c, src/modest-widget-memory.h: * - modest-widget-memory.[ch]: - - implement saving for header views - - add stubs for folder view / msg view - - clenups here and there - -2006-12-10 18:17 djcb - - * src/modest-text-utils.c, src/modest-text-utils.h: * - modest-text-utils.[ch]: - - add modest_text_utils_display_address - -2006-12-10 18:16 djcb - - * src/modest-marshal.list: * modest-marshal.list - - add support for the new ModestFolderView signal - -2006-12-10 18:09 djcb - - * src/widgets/modest-folder-view.c, - src/widgets/modest-folder-view.h, - src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h, src/widgets/modest-toolbar.c: * - modest-header-view.[ch]: - - refactoring (move display_address -> text_utils) - - add modest_header_view_get_folder - * modest-folder-view.[ch] - - change signal from 'folder_selected' -> - 'folder_selected_changed', - so we get also a signal for the folder that is unselected, and - can save it's settings etc. - - make modest_folder_guess_folder_type a public and *class* - function - * modest-toolbar.c: - - small cleanups - -2006-12-10 18:00 djcb - - * Makefile.am, configure.ac, tests/Makefile.am, - tests/check_folder-transfer.c, tests/check_modest-conf.c, - tests/check_update-account.c, tests/folder-transfer.c, - tests/update-account.c: * all: - - add "check"-based automated testing framework - - make tests and documentation configurable - -2006-12-08 17:58 djcb - - * src/modest-account-mgr.c: * call the parent finalizer - -2006-12-08 17:57 djcb - - * src/gtk/modest-ui.c, src/modest-conf.c: * call the parent - finalizer - -2006-12-08 17:56 djcb - - * src/modest-marshal.list: * update - -2006-12-08 17:55 djcb - - * src/modest-widget-factory.c, src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h: * update for new progress - update in tinymail - -2006-12-08 16:40 djcb - - * src/gtk/modest-main-window.c: * remove favorites for now - -2006-12-08 16:40 djcb - - * src/modest-formatter.c: * clean up compiler warnings - -2006-12-07 12:50 svillar - - * src/gtk/modest-edit-msg-window.c, src/gtk/modest-main-window.c, - src/modest-mail-operation.c, src/modest-text-utils.c: * Modified - the maximum size of the entries of the edit msg window - * Fixed some leaks - * Exchanged the order of argument of - modest_text_utils_remove_address - * Added support to add the reply to field in the header of a msg - -2006-12-07 08:03 svillar - - * src/Makefile.am, src/gtk/modest-edit-msg-window.c, - src/modest-formatter.c, src/modest-formatter.h, - src/modest-mail-operation-queue.c, - src/modest-mail-operation-queue.h, src/modest-mail-operation.c, - src/modest-mail-operation.h, src/modest-text-utils.c, - src/modest-text-utils.h, src/modest-tny-msg-actions.c, - src/modest-tny-msg-actions.h, tests/Makefile.am, - tests/update-account.c: * Added ModestMailOperationQueue - * Added ModestFormmatter - * Reformatted the modest-text-utils - * Added some HTML formatter methods to the text utils - * Added support to reply/forward HTML messages - * Modified the tests in order to fit well with the new queue API - * Removed a redundant method in the msg actions stuff - * Refactored the reply/forward methods - -2006-12-05 06:02 djcb - - * src/modest-widget-memory.c: * modest-widget-memory.c: - - fix leak - -2006-12-03 23:10 djcb - - * src/widgets/modest-folder-view.h, - src/widgets/modest-header-view.c: * modest-folder-view.h: - - cosmetics - * modest-header-view.c: - - fire callback while sorting rows, so we can show progress - -2006-12-03 19:59 djcb - - * src/gtk/modest-main-window.c, src/maemo/modest-main-window.c: * - [gtk|maemo]/modest-main-window.c: - - update to new ModestHeaderView api - - use the widget memory feature - -2006-12-03 19:58 djcb - - * src/modest-widget-memory.c, src/modest-widget-memory.h: * - modest-widget-memory.[ch]: - - implement the persistance of the order and size of the columns - ModestHeaderViews. Still todo: make it folder type specific - -2006-12-03 19:56 djcb - - * src/modest-widget-factory.c: - cosmetic - -2006-12-03 19:54 djcb - - * src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h: * modest-header-view.[ch]: - - cleanup/fix handling of columns - -2006-12-03 19:53 djcb - - * src/widgets/modest-msg-view.c, src/widgets/modest-msg-view.h: * - modest-msg-view.ch]: - - remove modest_msg_view_get_selected_text: it's ugly - -2006-12-02 12:15 djcb - - * src/widgets/modest-header-view.c: * modest-header-view.c: - - don't crash when sorting broken headers - -2006-12-01 12:19 svillar - - * src/gtk/modest-main-window.c, src/modest-mail-operation.c: Fixed - a bug when forwarding/replying to mails - -2006-12-01 11:44 svillar - - * src/modest-mail-operation.c, src/modest-mail-operation.h, - tests/Makefile.am, tests/update-account.c: * Added support to - asynchronously update an account - * Added new test - -2006-11-30 23:28 djcb - - * src/modest-widget-memory.c: * added first steps toward widget - memory for GtkTreeView widgets - -2006-11-30 23:27 djcb - - * src/gtk/modest-icon-names.h: * update the icon names - -2006-11-30 23:27 djcb - - * src/gtk/pixmaps/back.png, src/gtk/pixmaps/folder-closed.png, - src/gtk/pixmaps/folder-open.png, src/gtk/pixmaps/forward.png, - src/gtk/pixmaps/gnome-stock-mail-fwd.png, - src/gtk/pixmaps/gnome-stock-mail-new.png, - src/gtk/pixmaps/gnome-stock-mail-rpl.png, - src/gtk/pixmaps/go-next.png, src/gtk/pixmaps/go-previous.png, - src/gtk/pixmaps/gtk-refresh.png, - src/gtk/pixmaps/internet-mail.png, - src/gtk/pixmaps/mail-forward.png, - src/gtk/pixmaps/mail-mark-junk.png, - src/gtk/pixmaps/mail-message-new.png, - src/gtk/pixmaps/mail-reply-all.png, - src/gtk/pixmaps/mail-reply-sender.png, - src/gtk/pixmaps/modest.png, src/gtk/pixmaps/process-stop.png, - src/gtk/pixmaps/stock_stop.png, src/gtk/pixmaps/view-refresh.png: - * add some icons - -2006-11-30 16:08 djcb - - * src/modest-widget-factory.c, src/widgets/modest-folder-view.c, - src/widgets/modest-folder-view.h, - src/widgets/modest-header-view.h: * unbreakage after name - changing - -2006-11-30 14:07 djcb - - * src/widgets/modest-folder-view.c: * update for tinymail name - change: - - - s/tny_gtk_account_tree_model_new/tny_gtk_account_tree_model_new/ - - -2006-11-30 13:19 djcb - - * src/modest-tny-account-store.c: * src/modest-tny-account-store.c: - - set the 'display name' as the name, not the server name - -2006-11-30 13:18 djcb - - * src/maemo/modest-edit-msg-window.c, - src/maemo/modest-icon-names.h, src/maemo/modest-main-window.c: * - updates: - - use separate icon for root folders - - maemoize the edit window - -2006-11-30 13:17 djcb - - * src/gtk/modest-icon-names.h: * separate icon for root folder - -2006-11-30 13:16 djcb - - * src/widgets/modest-folder-view.c, - src/widgets/modest-folder-view.h: * - don't set a title column - header, by default - add function to do so - - small fixes, add ROOT_FOLDER icon - -2006-11-30 08:21 djcb - - * COPYING: * update with Nokia licence - -2006-11-29 16:30 djcb - - * src/modest-icon-factory.c, src/modest-icon-factory.h, - src/modest-main.c: * small cleanups in icon-factory - * fix type in modest-main - -2006-11-29 16:29 djcb - - * src/maemo/Makefile.am, src/maemo/modest-edit-msg-window.c, - src/maemo/modest-edit-msg-window.h, - src/maemo/modest-icon-names.h, src/maemo/modest-main-window.c, - src/maemo/modest-main-window.h, src/maemo/modest-ui.c: * some - small maemofications - -2006-11-29 16:29 djcb - - * src/maemo/pixmaps/back.png, src/maemo/pixmaps/back.svg, - src/maemo/pixmaps/edit-delete.svg, src/maemo/pixmaps/forward.png, - src/maemo/pixmaps/forward.svg, - src/maemo/pixmaps/gnome-stock-mail-fwd.png, - src/maemo/pixmaps/gnome-stock-mail-fwd.svg, - src/maemo/pixmaps/gnome-stock-mail-new.png, - src/maemo/pixmaps/gnome-stock-mail-new.svg, - src/maemo/pixmaps/gnome-stock-mail-rpl.png, - src/maemo/pixmaps/gnome-stock-mail-rpl.svg, - src/maemo/pixmaps/go-next.png, src/maemo/pixmaps/go-next.svg, - src/maemo/pixmaps/go-previous.png, - src/maemo/pixmaps/go-previous.svg, - src/maemo/pixmaps/gtk-refresh.png, - src/maemo/pixmaps/gtk-refresh.svg, - src/maemo/pixmaps/internet-mail.png, - src/maemo/pixmaps/internet-mail.svg, - src/maemo/pixmaps/mail-forward.png, - src/maemo/pixmaps/mail-forward.svg, - src/maemo/pixmaps/mail-mark-junk.png, - src/maemo/pixmaps/mail-mark-junk.svg, - src/maemo/pixmaps/mail-message-new.png, - src/maemo/pixmaps/mail-message-new.svg, - src/maemo/pixmaps/mail-reply-all.png, - src/maemo/pixmaps/mail-reply-all.svg, - src/maemo/pixmaps/mail-reply-sender.png, - src/maemo/pixmaps/mail-reply-sender.svg, - src/maemo/pixmaps/modest.png, src/maemo/pixmaps/process-stop.png, - src/maemo/pixmaps/process-stop.svg, - src/maemo/pixmaps/stock_stop.png, - src/maemo/pixmaps/stock_stop.svg, - src/maemo/pixmaps/view-refresh.png, - src/maemo/pixmaps/view-refresh.svg: * maemo does not like svg - icons - -2006-11-29 10:10 djcb - - * src/modest-ui.h: * modest-ui.h: - - cleanup (removed unused prototypes) - - added some documentation - -2006-11-28 16:14 djcb - - * COPYING: - -2006-11-28 16:13 djcb - - * COPYING, configure.ac, src/Makefile.am, src/maemo, - src/maemo/Makefile.am, src/maemo/modest-account-assistant.c, - src/maemo/modest-account-assistant.h, - src/maemo/modest-account-view-window.c, - src/maemo/modest-account-view-window.h, - src/maemo/modest-edit-msg-window.c, - src/maemo/modest-edit-msg-window.h, - src/maemo/modest-icon-names.h, src/maemo/modest-main-window.c, - src/maemo/modest-main-window.h, src/maemo/modest-store-widget.c, - src/maemo/modest-store-widget.h, - src/maemo/modest-transport-widget.c, - src/maemo/modest-transport-widget.h, src/maemo/modest-ui.c, - src/maemo/pixmaps, src/maemo/pixmaps/back.svg, - src/maemo/pixmaps/edit-delete.svg, - src/maemo/pixmaps/folder-closed.png, - src/maemo/pixmaps/folder-open.png, src/maemo/pixmaps/forward.svg, - src/maemo/pixmaps/gnome-stock-mail-fwd.svg, - src/maemo/pixmaps/gnome-stock-mail-new.svg, - src/maemo/pixmaps/gnome-stock-mail-rpl.svg, - src/maemo/pixmaps/go-next.svg, src/maemo/pixmaps/go-previous.svg, - src/maemo/pixmaps/gtk-refresh.svg, - src/maemo/pixmaps/internet-mail.svg, - src/maemo/pixmaps/mail-forward.svg, - src/maemo/pixmaps/mail-mark-junk.svg, - src/maemo/pixmaps/mail-message-new.svg, - src/maemo/pixmaps/mail-reply-all.svg, - src/maemo/pixmaps/mail-reply-sender.svg, - src/maemo/pixmaps/process-stop.svg, - src/maemo/pixmaps/qgn_addr_icon_user_group.png, - src/maemo/pixmaps/qgn_list_gene_attacpap.png, - src/maemo/pixmaps/qgn_list_gene_fldr_clp.png, - src/maemo/pixmaps/qgn_list_gene_fldr_cls.png, - src/maemo/pixmaps/qgn_list_gene_fldr_exp.png, - src/maemo/pixmaps/qgn_list_gene_fldr_opn.png, - src/maemo/pixmaps/qgn_list_messagin.png, - src/maemo/pixmaps/qgn_list_messagin_drafts.png, - src/maemo/pixmaps/qgn_list_messagin_editor.png, - src/maemo/pixmaps/qgn_list_messagin_hdr.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_encrypted.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_encrypted_high.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_encrypted_low.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_high.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_high_unread.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_low.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_low_unread.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_signed.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_signed_high.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_signed_low.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_unread.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_unread_encrypted.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_unread_encrypted_high.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_unread_encrypted_low.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_unread_signed.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_unread_signed_high.png, - src/maemo/pixmaps/qgn_list_messagin_hdr_unread_signed_low.png, - src/maemo/pixmaps/qgn_list_messagin_inbox.png, - src/maemo/pixmaps/qgn_list_messagin_mail.png, - src/maemo/pixmaps/qgn_list_messagin_mail_deleted.png, - src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_read.png, - src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_read_high.png, - src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_read_low.png, - src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_unread.png, - src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_unread_high.png, - src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_unread_low.png, - src/maemo/pixmaps/qgn_list_messagin_mail_high.png, - src/maemo/pixmaps/qgn_list_messagin_mail_high_unread.png, - src/maemo/pixmaps/qgn_list_messagin_mail_low.png, - src/maemo/pixmaps/qgn_list_messagin_mail_low_unread.png, - src/maemo/pixmaps/qgn_list_messagin_mail_signed_read.png, - src/maemo/pixmaps/qgn_list_messagin_mail_signed_read_high.png, - src/maemo/pixmaps/qgn_list_messagin_mail_signed_read_low.png, - src/maemo/pixmaps/qgn_list_messagin_mail_signed_unread.png, - src/maemo/pixmaps/qgn_list_messagin_mail_signed_unread_high.png, - src/maemo/pixmaps/qgn_list_messagin_mail_signed_unread_low.png, - src/maemo/pixmaps/qgn_list_messagin_mail_unread.png, - src/maemo/pixmaps/qgn_list_messagin_outbox.png, - src/maemo/pixmaps/qgn_list_messagin_sent.png, - src/maemo/pixmaps/qgn_list_messagin_viewer.png, - src/maemo/pixmaps/qgn_list_messaging_high.png, - src/maemo/pixmaps/qgn_list_messaging_low.png, - src/maemo/pixmaps/qgn_widg_datedit.png, - src/maemo/pixmaps/stock_stop.svg, - src/maemo/pixmaps/view-refresh.svg, src/modest-main.c, - src/modest-tny-platform-factory.c, - src/modest-tny-platform-factory.h, src/widgets/Makefile.am, - src/widgets/modest-combo-box.c, tests/Makefile.am: * all: - - re-enable maemo support. so far, this means the changes in the - autoconf system, and some conditionals (ie. tny_maemo_device - instead of - tny_gnome_device), and some de-activating stuff like gtkassistant - - the src/maemo/ dir a copy of src/gtk/ with some minor changes, - but will - be 'maemofied'. it compiles, it runs, but there are still some - problems - -2006-11-28 14:08 djcb - - * tests/folder-transfer.c: * tests/folder-transfer.c: - - update to newest tinymail - - warning fixes - -2006-11-28 13:43 djcb - - * src/gtk/modest-main-window.c, src/modest-mail-operation.c, - src/widgets/modest-folder-view.c, - src/widgets/modest-header-view.c: * all: - - update to the latest tinymail (the GError stuff) - -2006-11-27 20:27 djcb - - * src/modest-tny-msg-actions.c: * modest-tny-msg-actions.c: - - fix reading of none-MIME and multipart/ messages - -2006-11-27 10:12 svillar - - * Makefile.am, configure.ac, docs/reference/Makefile.am, - docs/reference/modest-sections.txt, - docs/reference/tmpl/modest-account-keys.sgml, - docs/reference/tmpl/modest-account-mgr.sgml, - docs/reference/tmpl/modest-conf-keys.sgml, - docs/reference/tmpl/modest-conf.sgml, - docs/reference/tmpl/modest-main-window.sgml, - docs/reference/tmpl/modest-proto.sgml, - docs/reference/tmpl/modest-tny-account-store.sgml, - docs/reference/tmpl/modest-ui.sgml, - docs/reference/tmpl/modest-unused.sgml, src/Makefile.am, - src/gtk/modest-edit-msg-window.c, - src/gtk/modest-edit-msg-window.h, src/gtk/modest-main-window.c, - src/modest-account-keys.h, src/modest-account-mgr.c, - src/modest-account-mgr.h, src/modest-conf.c, src/modest-conf.h, - src/modest-mail-operation.c, src/modest-mail-operation.h, - src/modest-main.c, src/modest-presets.h, - src/modest-protocol-mgr.h, src/modest-tny-account-store.c, - src/modest-tny-msg-actions.c, src/modest-tny-msg-actions.h, - src/modest-widget-factory.c, src/modest-widget-factory.h, - src/widgets/Makefile.am, src/widgets/modest-header-view.h, - src/widgets/modest-toolbar.h, tests, tests/Makefile.am, - tests/folder-transfer.c: * A lot of changes in the documentation, - now it's generated correctly - * Modified some enum type definitions to fit well with gtk-doc - * Added msg-actions and folder-actions stuff to - ModestMailOperation - * Added the key options to the account namespace - * Added a new method to retrieve lists to ModestConf - * Changed the constructor of the MailOperation - * Added some test code to the widget factory - * Added a new tests/ directory to place functional tests - * Added a new test to transfer folders - -2006-11-26 21:25 djcb - - * configure.ac, po/nl.po: * added dutch translation - -2006-11-26 18:32 djcb - - * src/Makefile.am, src/gtk/modest-main-window.c, - src/gtk/pixmaps/internet-mail.svg, src/modest-mail-operation.c, - src/modest-text-utils.c, src/modest-text-utils.h, - src/modest-tny-msg-actions.c, src/widgets/modest-msg-view.c: * - src/gtk/pixmaps/internet-mail.svg: - - new icon - * src/gtk/modest-main-window.c src/modest-text-utils.c - src/modest-text-utils.h src/modest-mail-operation.c - src/modest-tny-msg-actions.c src/widgets/modest-msg-view.c: - - move text->html conversion from msgview to textutils - - cleanup text utils incl. some renaming - - add documentation to text utils - - update other files for renaming - * src/Makefile.am: - - remove double-entry of modest-ui.h - -2006-11-26 14:07 djcb - - * src/widgets/modest-folder-view.c: * modest-folder-view.c: - - ignore the query parameter for now, it's not working - - some cleanups, refactoring - -2006-11-24 08:11 djcb - - * src/modest-tny-msg-actions.c: * modest-tny-msg-actions.c: - - don't crash when there are MIME-parts (temp fix; need to update - to new Tinymail MIME stuff) - - fix compiler warning - -2006-11-22 21:06 djcb - - * src/widgets/modest-folder-view.c: * modest-folder-view.c: - - don't crash when there are no accounts defined - -2006-11-21 17:59 svillar - - * src/Makefile.am, src/gtk/modest-edit-msg-window.c, - src/gtk/modest-main-window.c, src/gtk/modest-store-widget.h, - src/modest-account-keys.h, src/modest-account-mgr.c, - src/modest-account-mgr.h, src/modest-mail-operation.c, - src/modest-mail-operation.h, src/modest-tny-account-store.c, - src/modest-tny-msg-actions.c, src/modest-tny-msg-actions.h, - src/modest-tny-store-actions.c, src/modest-tny-store-actions.h, - src/modest-widget-factory.c, src/widgets/modest-combo-box.c, - src/widgets/modest-combo-box.h, src/widgets/modest-folder-view.c, - src/widgets/modest-folder-view.h, - src/widgets/modest-header-view.c, src/widgets/modest-msg-view.c: - * Added new store actions: create/remove/rename/delete folder - - * Added two new account keys, forward_type, reply_type - - * src/gtk/modest-edit-msg-window.c: the From field is now - selected - from the combo selection - - * src/gtk/main-window.c: added reply/forward support through - ModestConf. Updated to the new MailOperation API. Added a method - to - handle presses on to the delete button - - * src/widgets/modest-msg-view.c - * src/modest-mail-operation.c: updated to the new TnyMimePart API - - * src/modest-widget-factory.c: added a new handler for key - presses - over the folder view. Updated to the new TnyGtkAccountTreeModel - API. - - * src/widgets/modest-combo-box.c: added the inheritance from - GtkComboBox. Added a new function to get the active display name. - Some - refactorings. - - * src/widgets/modest-folder-view: added/removed some members of - the - priv structure. Added get_selected_account method. Added handler - for - subscription_changed signal. Some other utility functions added. - - * src/modest-tny-msg-actions.c: added - modest_tny_msg_actions_copy, - modest_tny_msg_actions_move methods to transfer messages. Added - modest_tny_msg_actions_remove to remove messages - -2006-11-13 15:34 svillar - - * src/modest-mail-operation.c: * modest-mail-operation.c: - refactored some common code. - (add_attachments): added, adds a list of attachments to a message - (add_body_part): added, adds the body part to a msg if the - message is multipart. If not sets the message as the body - part - -2006-11-13 10:15 svillar - - * po/Makefile.in.in: * po/Makefile.in.in: removed, uploaded by - error - -2006-11-13 10:14 svillar - - * Makefile.am, configure.ac, po, po/ChangeLog, po/Makefile.in.in, - po/Makevars, po/POTFILES.in, po/en_GB.po, po/gl.po, - po/modest.pot, src/Makefile.am, - src/gtk/modest-account-assistant.c, - src/gtk/modest-account-assistant.h, - src/gtk/modest-account-view-window.c, - src/gtk/modest-account-view-window.h, - src/gtk/modest-edit-msg-window.c, - src/gtk/modest-edit-msg-window.h, src/gtk/modest-main-window.c, - src/gtk/modest-main-window.h, src/gtk/modest-store-widget.c, - src/gtk/modest-store-widget.h, src/gtk/modest-transport-widget.c, - src/modest-mail-operation.c, src/modest-mail-operation.h, - src/modest-main.c, src/modest-protocol-mgr.c, - src/modest-protocol-mgr.h, src/modest-text-utils.c, - src/modest-text-utils.h, src/modest-tny-account-store.c, - src/modest-tny-attachment.c, src/modest-tny-msg-actions.c, - src/modest-tny-msg-actions.h, src/modest-widget-factory.c, - src/modest-widget-factory.h, src/widgets/modest-account-view.c, - src/widgets/modest-account-view.h, - src/widgets/modest-folder-view.c, - src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h, src/widgets/modest-toolbar.c, - src/widgets/modest-toolbar.h: * src/modest-tny-store-actions.h - * src/modest-tny-store-actions.c: removed from repository - - * src/gtk/modest-account-assistant.h - * src/gtk/modest-account-view-window.h - * src/gtk/modest-store-widget.h - * src/gtk/modest-edit-msg-window.h - * src/gtk/modest-main-window.h - * src/modest-protocol-mgr.h - * src/widgets/modest-toolbar.h - * src/widgets/modest-account-view.h - * src/modest-widget-factory.h: removed include statement for i18n - - * src/gtk/modest-account-view-window.c - * src/gtk/modest-transport-widget.c - * src/gtk/modest-store-widget.c - * src/gtk/modest-edit-msg-window.c - * src/gtk/modest-main-window.c - * src/gtk/modest-account-assistant.c - * src/modest-text-utils.c - * src/modest-protocol-mgr.c - * src/modest-mail-operation.c - * src/modest-widget-factory.c - * src/widgets/modest-toolbar.c - * src/widgets/modest-account-view.c: added include statement for - i18n - - * src/gtk/modest-edit-msg-window.h - * src/gtk/modest-edit-msg-window.c: some changes in include - statements. - (send_mail): modified in order to fit new ModestMailOperation API - (modest_edit_msg_window_new): added support to manage TnyMsg - passed as - arguments. Replaced TnyMsgIface by TnyMsg - - * src/gtk/modest-main-window.c: some include statement changes. - (modest_main_window_class_init): Removed ModestConf and - TnyAccountStore - (on_menu_reply_forward): added function to manage clicks on - Reply, - Reply All and Forward buttons - - * src/modest-text-utils.h - * src/modest-text-utils.c: - (cite): added function to generate the a cite to other message in - the - body of another - (modest_text_utils_quote): now uses the cite method - (create_derivated_subject): creates the subject for a Re/Fw mail - (modest_text_utils_create_reply_subject): creates a Re subject - (modest_text_utils_create_forward_subject): creates a Fw subject - (modest_text_utils_create_cited_text): creates a cited text - (modest_text_utils_create_inlined_text): creates an inlined text - (modest_text_utils_remove_mail_from_mail_list): removes a mail - address - from a comma-sepparated list of email addresses - - * src/modest-mail-operation.h - * src/modest-mail-operation.c: added ModestMailOperationErrorCode - enumerated type. Added a TnyAccount, ModestMailOperationStatus, - and a - GError to the private structure. Replaced the name - modest_mail_operation_send_mail with - modest_mail_operation_send_new_mail. Added - ModestMailOperationForwardType, ModestMailOperationReplyType, - ModestMailOperationReplyMode and ModestMailOperationStatus - enumerated - types. - (modest_mail_operation_new): added TnyAccount as parameter to the - constructor - (modest_mail_operation_send_mail): added better error handling - (set_error): added, method to add an error to a mail operation - (status_update_cb): function to manage status changes during an - async - folder refresh mail operation - (folder_refresh_cb): callback to asynchronously refresh account - folders - (modest_mail_operation_create_forward_mail): added, creates a - forward - mail - (modest_mail_operation_create_reply_mail): added, creates a reply - mail - (modest_mail_operation_update_account): added, updates the - folders of - an account - (modest_mail_operation_get_status): added, gets the status of a - mail - operation - (modest_mail_operation_get_error): added, gets the error - associated to - a mail operation - (modest_mail_operation_cancel): added, cancels a mail operation - (modest_error_quark): returns - - * src/modest-main.c: added i18n calls. Replaced send mail calls - with the new mail operations API. - - * src/modest-widget-factory.c: added a macro - - * src/widgets/modest-header-view.h - * src/widgets/modest-header-view.c: - (modest_header_view_get_selected_headers): added, gets the list - of - selected headers - - * src/widgets/modest-toolbar.c: added an if to prevent errors - when - there is no icon for the buttons - - * src/widgets/modest-folder-view.c: - (on_selection_changed): added code to manage clicks on different - situations - - * src/modest-tny-msg-actions.h - * src/modest-tny-msg-actions.c: refactored some code. - (modest_tny_msg_actions_find_body): added, returns the body of a - message as text - - * src/modest-tny-account-store.c: removed invalid FIXME - - * src/Makefile.am: added i18n code - - * src/modest-tny-attachment.c: replaced interface class types - (*Iface) by interface types in some method signatures. - - * po - * po/gl.po - * po/ChangeLog - * po/en_GB.po - * po/Makevars - * po/POTFILES.in - * po/modest.pot - * configure.ac - * Makefile.am: added i18n support - -2006-11-06 12:31 svillar - - * src/Makefile.am, src/modest-main.c, - src/modest-tny-transport-actions.c, - src/modest-tny-transport-actions.h: * - src/modest-tny-transport-actions.h: - * src/modest-tny-transport-actions.c: removed from the repository - - * src/modest-main.c: - * src/Makefile.am: removed references to transport actionsx - -2006-11-06 11:50 svillar - - * src/Makefile.am, src/gtk/modest-account-view-window.c, - src/gtk/modest-account-view-window.h, - src/gtk/modest-edit-msg-window.c, - src/gtk/modest-edit-msg-window.h, src/gtk/modest-main-window.c, - src/gtk/modest-main-window.h, src/gtk/modest-ui.c, - src/modest-mail-operation.c, src/modest-mail-operation.h, - src/modest-main.c, src/modest-tny-account-store.c, - src/modest-tny-attachment.c, src/modest-tny-attachment.h, - src/modest-tny-platform-factory.c, - src/modest-tny-platform-factory.h, src/modest-ui.h, - src/modest-widget-factory.c, src/modest-widget-factory.h: * - src/modest-tny-attachment.h: - * src/modest-tny-attachment.c: - (modest_tny_attachment_get_stream): replaced TnyStreamIface with - TnyStream - - * src/gtk/modest-account-view-window.h: - * src/gtk/modest-account-view-window.c: removed the - ModestAccountMgr - from the private structure. Added some platform factory needed - calls. - (modest_account_view_window_new): removed account manager from - the - method signature - - * src/gtk/modest-ui.h: - * src/gtk/modest-ui.c: removed ModestAccountMgr and - ModestTnyAccountStore from the private structure. - (modest_ui_new): removed ModestConf from the method signature. - Added - some calls to the platform factory - - * src/gtk/modest-edit-msg-window.h: - * src/gtk/modest-edit-msg-window.c: removed ModestConf from the - private structure. Added ModestPlatformFactory to it. - (send_mail): added some code just for testing purposes for - sending mail - (modest_edit_msg_window_new): modified method signature - - * src/gtk/modest-main-window.h: - * src/gtk/modest-main-window.c: added the platform factory to the - private structure. Change in the name of the widget factory. - Removed - ModestConf and ModestAccountMgr from it. - (modest_main_window_new): removed ModestConf and ModestAccountMgr - from - the method signature. Added some calls to the platform factory - - * src/modest-tny-platform-factory.h: - * src/modest-tny-platform-factory.c: New files in the repository - - * src/modest-mail-operation.h: - * src/modest-mail-operation.c: New files in the repository - - * src/modest-main.c: Added some calls to the platform factory - (start_ui): modified method signature, removed ModestConf - (send_mail): modified method signature, removed ModestConf - - * src/modest-widget-factory.h: - * src/modest-widget-factory.c: replaced ModestTnyAccountStore by - TnyAccountStore, Removed ModestConf and ModestAccountMgr from the - private structure. Added the platform factory. - (modest_widget_factory_new (): modified method signature, removed - all - attributes. - - * src/modest-tny-account-store.c: replaced a call to the GNOME - factory - by a call to Modest factory - - * src/Makefile.am: added the new files - -2006-11-03 16:12 djcb - - * src/modest-pair.h: * modest-pair.h: - - updated inline documentation - -2006-11-03 15:12 djcb - - * scripts, scripts/modest-parse-presets.pl, src/modest-presets.c, - src/modest-presets.h: * added scripts/modest-parse-presets.pl, - src/modest-presets.[ch]: - imported first iteration of the presets system, which will allow - modest - to use preset provider info (mailservers etc.). the system uses - an existing - excel-sheet with this information, and the perl script translates - this into - a GKeyFile understood by modest-presets.[ch]. This excelsheet has - not been - checked-in yet. - -2006-10-31 16:36 svillar - - * configure.ac, src/modest-tny-store-actions.c, - src/modest-tny-store-actions.h: configure.ac: removed dependency - with camel-1.2. - modest-tny-store-actions.h - (modest_tny_store_actions_update_folders): replaced - TnyStoreAccountIface by TnyStoreAccount in the method signature. - modest-tny-store-actions.c - (modest_tny_store_actions_update_folders): replaced - TnyStoreAccountIface by TnyStoreAccount in the method signature. - Updated the method code in order to support the new Tinymail API. - -2006-10-29 09:15 djcb - - * src/modest-pair.c, src/modest-pair.h, src/modest-protocol-mgr.c, - src/modest-protocol-mgr.h: * src/modest-protocol-mgr.[ch], - src/modest-pair.[ch]: - - adding missing files - -2006-10-26 08:14 djcb - - * ChangeLog, README, docs/reference/modest-docs.sgml, - docs/reference/tmpl/modest-proto.sgml, - docs/reference/tmpl/modest-tny-transport-actions.sgml, - docs/reference/tmpl/modest-unused.sgml, - docs/reference/tmpl/modest-window-mgr.sgml, src/Makefile.am, - src/gtk/modest-account-assistant.c, - src/gtk/modest-account-view-window.c, - src/gtk/modest-edit-msg-window.c, - src/gtk/modest-edit-msg-window.h, src/gtk/modest-icon-names.h, - src/gtk/modest-main-window.c, src/gtk/modest-store-widget.c, - src/gtk/modest-transport-widget.c, src/modest-account-mgr.c, - src/modest-account-mgr.h, src/modest-conf.c, src/modest-main.c, - src/modest-tny-account-store.c, src/modest-tny-attachment.c, - src/modest-tny-attachment.h, src/modest-tny-msg-actions.c, - src/modest-tny-msg-actions.h, src/modest-tny-store-actions.c, - src/modest-tny-store-actions.h, src/modest-tny-stream-gtkhtml.c, - src/modest-tny-stream-gtkhtml.h, - src/modest-tny-transport-actions.c, - src/modest-tny-transport-actions.h, src/modest-widget-factory.c, - src/modest-widget-factory.h, src/widgets/modest-account-view.c, - src/widgets/modest-combo-box.c, src/widgets/modest-combo-box.h, - src/widgets/modest-folder-view.c, - src/widgets/modest-folder-view.h, - src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h, src/widgets/modest-msg-view.c, - src/widgets/modest-msg-view.h: * make it compile again with - latest Tinymail; does not work yet though. - -2006-08-11 12:22 djcb - - * src/modest-main.c, src/modest-tny-transport-actions.c, - src/modest-tny-transport-actions.h, src/modest-widget-factory.c: - * small updates - * modest-tny-transport-acctions.[ch] does not have to be a - GObject - -2006-08-11 12:21 djcb - - * src/gtk/modest-edit-msg-window.c: * small updates - -2006-08-11 12:21 djcb - - * src/widgets/Makefile.am, src/widgets/modest-combo-box.c, - src/widgets/modest-combo-box.h: * added ModestComboBox, - convenience class for GtkComboBoxen - with a "Friendly Name", referring to some key. - -2006-08-09 13:22 djcb - - * src/Makefile.am, src/modest-widget-memory.c: * don't include - gtk2, hildon in DIST_SUBDIRS - * cosmetics - -2006-08-09 13:21 djcb - - * src/modest-tny-msg-actions.c, src/modest-tny-msg-actions.h: * fix - to comply with tinymail changes (I made patch for tinymail, - which has not been applied yet). This is 'downward compatible' - with the new old tinymail though - -2006-08-09 13:19 djcb - - * src/gtk/modest-edit-msg-window.c, src/gtk/modest-ui.c: * handle - the save-settings in all cases, when quiting via menu - and in modest-edit-msg-window - -2006-08-08 09:32 djcb - - * configure.ac, docs/reference/tmpl/modest-main-window.sgml, - docs/reference/tmpl/modest-tny-account-store.sgml, - src/Makefile.am, src/gtk, src/gtk/Makefile.am, - src/gtk/modest-account-assistant.c, - src/gtk/modest-account-assistant.h, - src/gtk/modest-account-view-window.c, - src/gtk/modest-account-view-window.h, - src/gtk/modest-edit-msg-window.c, - src/gtk/modest-edit-msg-window.h, src/gtk/modest-icon-names.h, - src/gtk/modest-main-window.c, src/gtk/modest-main-window.h, - src/gtk/modest-store-widget.c, src/gtk/modest-store-widget.h, - src/gtk/modest-transport-widget.c, - src/gtk/modest-transport-widget.h, src/gtk/modest-ui.c, - src/gtk/pixmaps/internet-mail.svg, src/gtk2, - src/modest-editor-window.c, src/modest-editor-window.h, - src/modest-viewer-window.c, src/modest-viewer-window.h, - src/widgets/Makefile.am, src/widgets/modest-msg-view.h: * rename - gtk2 => gtk - * remove some unneeded code - * update build system - -2006-08-08 09:10 djcb - - * src/modest-identity-keys.h, src/modest-identity-mgr.c, - src/modest-identity-mgr.h, src/modest-window-mgr.c, - src/modest-window-mgr.h: * remove unneeded files - -2006-08-08 09:09 djcb - - * src/modest-account-keys.h, src/modest-widget-factory.c: * let - frontend deal with toolbar clicks - * fix type in account-keys - -2006-08-08 09:08 djcb - - * src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h: * smalll cleanup - -2006-08-08 09:07 djcb - - * src/gtk2/modest-edit-msg-window.c, src/gtk2/modest-main-window.c, - src/gtk2/modest-ui.c: * small updates (send button in edit - window) - -2006-08-08 08:51 djcb - - * src/hildon: * remove, does not compile anymore after tinymail - changes - to use this, one should use the branches/demo200607 version, and - the corresponding tinymail - -2006-08-08 08:51 djcb - - * src/gtk: * remove, does not compile anymore after tinymail - changes - to use this, one should use the branches/demo200607 version, and - the corresponding tinymail - -2006-08-07 12:38 djcb - - * src/gtk/modest-ui-account-setup.c, src/gtk/modest-ui.c: * compile - fixes - -2006-08-07 12:38 djcb - - * src/gtk2/modest-edit-msg-window.c, - src/gtk2/modest-edit-msg-window.h, src/gtk2/modest-icon-names.h, - src/gtk2/modest-main-window.c, - src/gtk2/modest-transport-widget.c, src/gtk2/modest-ui.c: * add - the new toolbar to main-window and edit-msg-window - * better deal with closing app - * fix saving of settings - -2006-08-07 12:37 djcb - - * src/modest-main.c, src/modest-marshal.list, - src/modest-tny-stream-gtkhtml.c: * tiny updates - -2006-08-07 12:34 djcb - - * src/modest-account-keys.h: * added MODEST_ACCOUNT_REMEMBER_PWD - -2006-08-07 12:32 djcb - - * src/modest-tny-attachment.c, src/modest-tny-attachment.h: * - update to new TinyMail API - * cleaned up a bit - -2006-08-07 12:31 djcb - - * src/modest-widget-factory.c, src/modest-widget-factory.h: * - support main- and edt-toolbars - * handle password requested signals - * handle message_not_found signals (=> ask go online) - * fixes for GtkWarnings - * added widget with item num, unread item num in current folder - -2006-08-07 12:28 djcb - - * src/modest-tny-msg-actions.c, src/modest-tny-msg-actions.h, - src/modest-tny-store-actions.c, - src/modest-tny-transport-actions.c: * cleanups, updates because - of Tinymail changes - -2006-08-07 12:27 djcb - - * src/modest-tny-account-store.c, src/modest-tny-account-store.h: * - handle password requests - * disconnect signals when being destroyed - -2006-08-07 12:25 djcb - - * src/modest-proto.c: * cosmetics - -2006-08-07 12:24 djcb - - * src/modest-icon-factory.c, src/modest-icon-factory.h: * - rudimentary support for scaled icons (not cached yet) - -2006-08-07 12:23 djcb - - * src/widgets/Makefile.am, src/widgets/modest-folder-view.c, - src/widgets/modest-folder-view.h, - src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h, src/widgets/modest-msg-view.c, - src/widgets/modest-msg-view.h, src/widgets/modest-toolbar.c, - src/widgets/modest-toolbar.h: * updated widgets/: - - ModestToolbar: - - added modest-toolbar, generic toolbar widget - - - ModestHeaderView: - - added message_no_found signal - - updated docs - - updated for TinyMail API changes - - disconnect signals in finalize - - handle offline case (emit signal) - - - ModestFolderView: - - update for Tinymail changes - - - ModestMsgView - - use tny_list API - - update other TinyMail API/naming changes - - cleanup ref handling (gobject) - - - Makefile.am: - chnangs for modest-toolbar - -2006-08-01 07:38 djcb - - * src/widgets/Makefile.am: * oops ==> this one was missing in svn - -2006-07-31 13:09 djcb - - * src/modest-main.c: * re-add debugging functionality (-d) - -2006-07-31 13:08 djcb - - * src/modest-widget-factory.c: * updates to the statusbar; auto - clean messages after two seconds - -2006-07-31 13:08 djcb - - * src/modest-conf.c: * remove some ununsed vars - -2006-07-31 13:07 djcb - - * src/modest-tny-account-store.c, src/modest-tny-account-store.h: * - update handling of changes in configuration - -2006-07-31 13:06 djcb - - * src/modest-account-mgr.c, src/modest-account-mgr.h: * only - support 'enabled/disabled' for accounts, not server accounts - -2006-07-31 13:03 djcb - - * src/widgets/modest-account-view.c: * correctly deal with changes - in the account - * unregister signal handlers when destroyed - -2006-07-31 13:02 djcb - - * src/widgets/modest-header-view.c: * deal with changes in the - model (folder) correctly - * re-enable column headers after showing empty folder / no folder - -2006-07-31 13:01 djcb - - * src/widgets/modest-folder-view.c, - src/widgets/modest-folder-view.h: * handle changes in the model - correctly, and propagate (emit signals) - -2006-07-31 13:00 djcb - - * src/gtk2/Makefile.am, src/gtk2/modest-icon-names.h, - src/gtk2/modest-main-window.c, - src/gtk2/pixmaps/internet-mail.svg: * add icon for main window - -2006-07-31 06:44 djcb - - * src/modest-main.c: * minor - -2006-07-31 06:44 djcb - - * src/modest-tny-account-store.c, src/modest-tny-account-store.h: * - remove some useless code - * list accounts based on /apps/modest/accounts, and then look at - the - /apps/modest/server_accounts they refer to - -2006-07-31 06:42 djcb - - * src/modest-widget-memory.c: * add support for GtkWidget settings - -2006-07-31 06:41 djcb - - * src/modest-account-mgr.c: * small update (ignore ModestConf - changes that are not for accounts) - -2006-07-31 06:39 djcb - - * src/modest-account-keys.h: * added some keys - -2006-07-31 06:38 djcb - - * src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h: * small updates - -2006-07-31 06:38 djcb - - * src/gtk2/Makefile.am, src/gtk2/modest-account-assistant.c, - src/gtk2/modest-account-assistant.h, - src/gtk2/modest-account-view-window.c, - src/gtk2/modest-account-view-window.h, - src/gtk2/modest-edit-msg-window.c, src/gtk2/modest-main-window.c, - src/gtk2/modest-main-window.h, src/gtk2/modest-store-widget.c, - src/gtk2/modest-store-widget.h, - src/gtk2/modest-transport-widget.c, - src/gtk2/modest-transport-widget.h, src/gtk2/modest-ui.c: * - refactored account setup wizard (assistant), with specifics for - transport/store - going to modest-store-widget and modest-transport widget. - * got assistant to work, still quite crude though - * various other updates - -2006-07-27 15:57 djcb - - * src/modest-main.c: * work in console mode - -2006-07-27 15:56 djcb - - * src/modest-widget-factory.h: * updates (see .c changes for log) - -2006-07-27 15:56 djcb - - * src/modest-widget-factory.c: * add functions for easily getting - various combo boxes - * add 'online/offline'-widget, which syncs with the account store - * auto_connect is not optional anymore - -2006-07-27 15:54 djcb - - * src/modest-proto.c, src/modest-proto.h: * added functions for - getting authentication, security protocols - * some convenience functions so I can create combos more easily - -2006-07-27 15:52 djcb - - * src/gtk2/modest-main-window.c, src/gtk2/modest-ui.c: * update to - new ModestWidgetFactory API - -2006-07-27 15:51 djcb - - * src/gtk2/modest-account-assistant.c, - src/gtk2/modest-account-assistant.h: * add some more - implementation - * license headers - -2006-07-27 15:49 djcb - - * src/widgets/modest-folder-view.c, - src/widgets/modest-header-view.c: * minor, cosmetics - -2006-07-25 14:41 djcb - - * docs/reference/tmpl/modest-proto.sgml, - docs/reference/tmpl/modest-tny-folder-tree-view.sgml, - docs/reference/tmpl/modest-tny-header-tree-view.sgml, - docs/reference/tmpl/modest-tny-msg-view.sgml, - docs/reference/tmpl/modest-unused.sgml: * updates - -2006-07-25 14:41 djcb - - * src/modest-widget-factory.c, src/widgets/modest-header-view.c: * - minor - -2006-07-25 14:40 djcb - - * src/gtk2/modest-account-assistant.c, - src/gtk2/modest-main-window.c, src/gtk2/modest-main-window.h: * - minor - -2006-07-25 14:39 djcb - - * src/gtk2/Makefile.am, src/gtk2/modest-edit-msg-window.c, - src/gtk2/modest-edit-msg-window.h, src/gtk2/modest-msg-window.c, - src/gtk2/modest-msg-window.h: modest-msg-window => - modest-edit-msg-window - -2006-07-24 14:42 djcb - - * src/gtk2/modest-account-wizard.c, - src/gtk2/modest-account-wizard.h: * remove the old account wizard - stuff - -2006-07-24 14:41 djcb - - * src/gtk2/modest-account-view-window.c: * make dependent windows - transient - -2006-07-24 14:41 djcb - - * src/gtk2/modest-main-window.c: * upgrade to new generic widget - setting system - * do transient stuff with dependant windows - -2006-07-24 14:40 djcb - - * src/gtk2/Makefile.am, src/gtk2/modest-account-assistant.c, - src/gtk2/modest-account-assistant.h: * new account wizard, based - on GtkAssistant. Not finished yet. - -2006-07-24 14:38 djcb - - * src/modest-conf-keys.h: * add some comments, namespace for widget - settings - -2006-07-24 14:37 djcb - - * src/modest-widget-factory.c, src/modest-widget-factory.h: * add - combo box with store protocols - -2006-07-24 14:36 djcb - - * src/modest-proto.c, src/modest-proto.h: * add functions for - getting lists of store/transport protocols - * some cleanups / improvements - -2006-07-24 14:35 djcb - - * src/modest-conf.c: * fix for modest_conf_key_exists, which did - not work correctly on leaf nodes - -2006-07-24 14:34 djcb - - * src/Makefile.am, src/modest-widget-memory.c, - src/modest-widget-memory.h: * added ModestWidgetMemory, new - generic system for saving/restoring widget - properties. - -2006-07-24 14:32 djcb - - * src/widgets/modest-account-view.c: * fix for initialized priv ptr - in modest_account_view initialisation - -2006-07-23 15:23 djcb - - * src/Makefile.am: * add widgets/ to DIST_SUBDIRS - -2006-07-21 16:20 djcb - - * src/widgets/modest-account-view.c, - src/widgets/modest-account-view.h: * coding style - -2006-07-21 16:20 djcb - - * src/gtk2/modest-main-window.c, src/modest-conf-keys.h: * - implement saving / restoring of window size - -2006-07-21 16:19 djcb - - * src/modest-widget-factory.c, src/modest-widget-factory.h, - src/widgets/modest-msg-view.c, src/widgets/modest-msg-view.h: * - implement status bar messages - -2006-07-21 09:23 djcb - - * src/modest-main.c: * oops - -2006-07-21 09:14 djcb - - * COPYING, Makefile.am, configure.ac, src/Makefile.am, - src/gtk/Makefile.am, src/gtk/modest-ui-main-view.c, - src/gtk/modest-ui-message-editor.c, - src/gtk/modest-ui-message-viewer.c, src/gtk/modest-ui.c, - src/gtk2/Makefile.am, src/gtk2/modest-account-view-window.c, - src/gtk2/modest-main-window.c, src/gtk2/modest-msg-window.c, - src/hildon/Makefile.am, src/hildon/modest-ui-main-view.c, - src/hildon/modest-ui-message-editor.c, - src/hildon/modest-ui-message-viewer.c, src/hildon/modest-ui.c, - src/hildon/modest-ui_1.c, src/modest-account-mgr.c, - src/modest-account-mgr.h, src/modest-account-view.c, - src/modest-account-view.h, src/modest-editor-window.c, - src/modest-main.c, src/modest-text-utils.c, - src/modest-tny-account-store.c, src/modest-tny-attachment.c, - src/modest-tny-folder-tree-view.c, - src/modest-tny-folder-tree-view.h, - src/modest-tny-header-tree-view.c, - src/modest-tny-header-tree-view.h, src/modest-tny-msg-actions.c, - src/modest-tny-msg-view.c, src/modest-tny-msg-view.h, - src/modest-tny-store-actions.c, src/modest-ui.h, - src/modest-viewer-window.c, src/modest-viewer-window.h, - src/modest-widget-factory.c, src/modest-widget-factory.h, - src/widgets, src/widgets/modest-account-view.c, - src/widgets/modest-account-view.h, - src/widgets/modest-folder-view.c, - src/widgets/modest-folder-view.h, - src/widgets/modest-header-view.c, - src/widgets/modest-header-view.h, src/widgets/modest-msg-view.c, - src/widgets/modest-msg-view.h: * ModestTnyFolderTreeView => - ModestFolderView - * ModestTnyHeaderTreeView => ModestHeaderView - * ModestTnyMsgView => ModestMsgView - * moved these widgets to src/widgets/ - * update all dependencies - * fixed compiler warnings all over the place - -2006-07-20 15:21 djcb - - * configure.ac: * don't depend on hildon when it's not there - -2006-07-20 14:32 djcb - - * docs/reference/modest-docs.sgml, - docs/reference/tmpl/modest-account-keys.sgml, - docs/reference/tmpl/modest-account-mgr.sgml, - docs/reference/tmpl/modest-conf-keys.sgml, - docs/reference/tmpl/modest-conf.sgml, - docs/reference/tmpl/modest-edit-window.sgml, - docs/reference/tmpl/modest-main-window.sgml, - docs/reference/tmpl/modest-tny-header-tree-view.sgml, - docs/reference/tmpl/modest-tny-transport-actions.sgml, - docs/reference/tmpl/modest-ui.sgml, - docs/reference/tmpl/modest-unused.sgml: * documentation updates - -2006-07-20 14:32 djcb - - * configure.ac: * default to hildon platform when running there - -2006-07-20 14:25 djcb - - * src/gtk2/Makefile.am, src/gtk2/modest-main-window.c, - src/gtk2/modest-main-window.h, src/gtk2/modest-ui.c: * update to - use the new widgets - * get window size from modestconf - -2006-07-20 14:24 djcb - - * src/gtk2/modest-account-view-window.c, - src/gtk2/modest-account-view-window.h, - src/gtk2/modest-account-wizard.c, - src/gtk2/modest-account-wizard.h, src/gtk2/modest-msg-window.c, - src/gtk2/modest-msg-window.h: * add some new windows to the gtk2 - backend. very experimental - -2006-07-20 14:20 djcb - - * src/Makefile.am: * add modest-account-view to the build - -2006-07-20 14:19 djcb - - * src/modest-widget-factory.c, src/modest-widget-factory.h: * add - support for the account view widget - * do all creation lazily - -2006-07-20 14:18 djcb - - * src/modest-tny-folder-tree-view.c: * cosmetics - -2006-07-20 14:16 djcb - - * src/modest-icon-factory.c: * use g_printerr instead of g_warning - -2006-07-20 14:16 djcb - - * src/modest-account-mgr.c, src/modest-account-mgr.h: * do proper - refcounting for ModestConf instances - * API update for enable/disable API - * some internal refactoring - -2006-07-20 14:14 djcb - - * src/modest-tny-msg-view.c: * call parent dtor - -2006-07-20 14:13 djcb - - * src/modest-tny-header-tree-view.c: * cosmetics - -2006-07-20 14:13 djcb - - * src/gtk/modest-ui-main-view.c, - src/gtk/modest-ui-message-editor.c, - src/gtk/modest-ui-message-viewer.c, - src/hildon/modest-ui-main-view.c, - src/hildon/modest-ui-message-viewer.c, src/modest-conf-keys.h: * - some name changes in the conf keys, and updates to - dependent platforms/backends - -2006-07-20 14:11 djcb - - * src/modest-conf.c, src/modest-conf.h: * added convenience - functions - modest_conf_get_string_or_default and - modest_conf_get_int_or_default to get a (user-provided) - default if there is no value in gconf - -2006-07-20 14:09 djcb - - * src/modest-account-view.c, src/modest-account-view.h: * added - account view widget, a listview with the current - accounts, and a toggle to enable/disable them. - - -2006-07-17 12:33 djcb - - * docs/reference/modest-docs.sgml: * some documentation updates - -2006-07-17 12:20 djcb - - * src/hildon/Makefile.am: in.in => in - -2006-07-17 12:20 djcb - - * src/modest-tny-transport-actions.c, - src/modest-tny-transport-actions.h: let _new return - ModestTnyTransportActions, not GObject - -2006-07-17 12:19 djcb - - * src/modest-tny-folder-tree-view.c, - src/modest-tny-folder-tree-view.h: * infrastructure for locking - added, small cosmetics - -2006-07-17 12:18 djcb - - * src/gtk/modest-ui.c, src/hildon/modest-ui.c, src/modest-ui.h: * - modest_ui_new now returns ModestUI* instead of GObject - -2006-07-17 12:16 djcb - - * src/modest-tny-msg-view.c: * small cleanups - -2006-07-17 12:15 djcb - - * src/modest-tny-header-tree-view.c: * improvements in display of - address, refactored some code - -2006-07-17 12:13 djcb - - * src/modest-account-mgr.c, src/modest-account-mgr.h, - src/modest-conf.c, src/modest-conf.h: let _new return - ModestConf*, ModestAccountMgr* instead of GObject - -2006-07-17 12:10 djcb - - * src/modest-tny-account-store.c, src/modest-tny-account-store.h: * - the constructor now returns ModestTnyAccountStore instances, - not GObjects - -2006-07-17 12:09 djcb - - * configure.ac, src/Makefile.am: * support the gtk2/ code, and make - the platform configure-time selectable, - with --with-platform=gtk or --with-platform=gtk2. - The current UI code is the first one, and the default. - -2006-07-17 12:08 djcb - - * src/modest-main.c: * deal (optionally) with the gtk2 ui code - * startings of cmdline handling - -2006-07-17 12:06 djcb - - * src/modest-widget-factory.c, src/modest-widget-factory.h: * added - modest-widget-factory, which provides a way to get the widgets - (folder, header, preview) and maintain the dependencies between - them, - in a frontend-independent way - -2006-07-17 12:04 djcb - - * src/gtk2, src/gtk2/Makefile.am, src/gtk2/modest-icon-names.h, - src/gtk2/modest-main-window.c, src/gtk2/modest-main-window.h, - src/gtk2/modest-ui.c, src/gtk2/pixmaps, - src/gtk2/pixmaps/qgn_addr_icon_user_group.png, - src/gtk2/pixmaps/qgn_list_gene_attacpap.png, - src/gtk2/pixmaps/qgn_list_gene_fldr_clp.png, - src/gtk2/pixmaps/qgn_list_gene_fldr_cls.png, - src/gtk2/pixmaps/qgn_list_gene_fldr_exp.png, - src/gtk2/pixmaps/qgn_list_gene_fldr_opn.png, - src/gtk2/pixmaps/qgn_list_messagin.png, - src/gtk2/pixmaps/qgn_list_messagin_drafts.png, - src/gtk2/pixmaps/qgn_list_messagin_editor.png, - src/gtk2/pixmaps/qgn_list_messagin_hdr.png, - src/gtk2/pixmaps/qgn_list_messagin_hdr_encrypted.png, - src/gtk2/pixmaps/qgn_list_messagin_hdr_encrypted_high.png, - src/gtk2/pixmaps/qgn_list_messagin_hdr_encrypted_low.png, - src/gtk2/pixmaps/qgn_list_messagin_hdr_high.png, - src/gtk2/pixmaps/qgn_list_messagin_hdr_high_unread.png, - src/gtk2/pixmaps/qgn_list_messagin_hdr_low.png, - src/gtk2/pixmaps/qgn_list_messagin_hdr_low_unread.png, - src/gtk2/pixmaps/qgn_list_messagin_hdr_signed.png, - src/gtk2/pixmaps/qgn_list_messagin_hdr_signed_high.png, - src/gtk2/pixmaps/qgn_list_messagin_hdr_signed_low.png, - src/gtk2/pixmaps/qgn_list_messagin_hdr_unread.png, - src/gtk2/pixmaps/qgn_list_messagin_hdr_unread_encrypted.png, - src/gtk2/pixmaps/qgn_list_messagin_hdr_unread_encrypted_high.png, - src/gtk2/pixmaps/qgn_list_messagin_hdr_unread_encrypted_low.png, - src/gtk2/pixmaps/qgn_list_messagin_hdr_unread_signed.png, - src/gtk2/pixmaps/qgn_list_messagin_hdr_unread_signed_high.png, - src/gtk2/pixmaps/qgn_list_messagin_hdr_unread_signed_low.png, - src/gtk2/pixmaps/qgn_list_messagin_inbox.png, - src/gtk2/pixmaps/qgn_list_messagin_mail.png, - src/gtk2/pixmaps/qgn_list_messagin_mail_deleted.png, - src/gtk2/pixmaps/qgn_list_messagin_mail_encrypted_read.png, - src/gtk2/pixmaps/qgn_list_messagin_mail_encrypted_read_high.png, - src/gtk2/pixmaps/qgn_list_messagin_mail_encrypted_read_low.png, - src/gtk2/pixmaps/qgn_list_messagin_mail_encrypted_unread.png, - src/gtk2/pixmaps/qgn_list_messagin_mail_encrypted_unread_high.png, - src/gtk2/pixmaps/qgn_list_messagin_mail_encrypted_unread_low.png, - src/gtk2/pixmaps/qgn_list_messagin_mail_high.png, - src/gtk2/pixmaps/qgn_list_messagin_mail_high_unread.png, - src/gtk2/pixmaps/qgn_list_messagin_mail_low.png, - src/gtk2/pixmaps/qgn_list_messagin_mail_low_unread.png, - src/gtk2/pixmaps/qgn_list_messagin_mail_signed_read.png, - src/gtk2/pixmaps/qgn_list_messagin_mail_signed_read_high.png, - src/gtk2/pixmaps/qgn_list_messagin_mail_signed_read_low.png, - src/gtk2/pixmaps/qgn_list_messagin_mail_signed_unread.png, - src/gtk2/pixmaps/qgn_list_messagin_mail_signed_unread_high.png, - src/gtk2/pixmaps/qgn_list_messagin_mail_signed_unread_low.png, - src/gtk2/pixmaps/qgn_list_messagin_mail_unread.png, - src/gtk2/pixmaps/qgn_list_messagin_outbox.png, - src/gtk2/pixmaps/qgn_list_messagin_sent.png, - src/gtk2/pixmaps/qgn_list_messagin_viewer.png, - src/gtk2/pixmaps/qgn_list_messaging_high.png, - src/gtk2/pixmaps/qgn_list_messaging_low.png, - src/gtk2/pixmaps/qgn_widg_datedit.png: * added beginnings of new - experimental non-glade gtk+ UI - -2006-07-12 12:40 djcb - - * src/hildon/modest-ui-main-view.c: * use the tinymail iterator API - correctly - * use 770-optimized header display - -2006-07-12 07:44 djcb - - * src/Makefile.am, src/marshall.list, src/modest-marshal.list: * - cosmetic - -2006-07-12 06:18 djcb - - * src/modest-tny-store-actions.c: * cosmetics - -2006-07-12 06:17 djcb - - * src/modest-tny-msg-actions.c, src/modest-tny-msg-actions.h: * - update to new iterator API in tinymail - * code cleanup / refactoring - * added _nth_ method, to get the nth mime-part - -2006-07-12 06:13 djcb - - * src/modest-editor-window.c, src/modest-editor-window.h: * - cosmetics - -2006-07-12 06:11 djcb - - * src/modest-tny-header-tree-view.h: * cosmetic - -2006-07-12 06:09 djcb - - * src/modest-viewer-window.c, src/modest-viewer-window.h: * coding - style fixes - -2006-07-12 06:07 djcb - - * src/modest-tny-msg-view.c, src/modest-tny-msg-view.h: * update to - the new iterator-API that tinymail now requires - - * refactored the code quite a bit: - - simplified the handling of attachments - - added the 'attachment clicked' signal - - remove attachment-inline support for now - - remove '_redraw' (it should not be needed) - -2006-07-11 16:55 djcb - - * src/modest-ui.h: * cosmetic - -2006-07-11 16:54 djcb - - * src/modest-account-keys.h: * add 'enabled' key - -2006-07-11 16:53 djcb - - * src/hildon/modest-ui-account-setup.c, - src/hildon/modest-ui-main-view.c, - src/hildon/modest-ui-message-editor.c, - src/hildon/modest-ui-wizard.c, src/hildon/modest-ui.c: * update - for the changes in the APIs, as well as for *some* compile - warnings - -2006-07-11 16:51 djcb - - * src/modest-conf.h: * fix compile warning by moving enum up - -2006-07-11 16:43 djcb - - * src/modest-tny-folder-tree-view.c, - src/modest-tny-folder-tree-view.h: * listen to updates in the - account store, and refresh - -2006-07-11 16:39 djcb - - * src/marshall.list: * added some marshaller specs - -2006-07-11 16:38 djcb - - * src/modest-tny-stream-gtkhtml.c: * handle empty stream gracefully - (even if gtkhtml doesn't) - -2006-07-11 16:34 djcb - - * src/gtk/modest-ui-account-setup.c, src/gtk/modest-ui-main-view.c, - src/gtk/modest-ui-message-editor.c, src/gtk/modest-ui-wizard.c, - src/gtk/modest-ui.c: * update for API changes. It compiles, but - there might be conflicts, - which will be dealt with shortly. - -2006-07-11 16:31 djcb - - * src/modest-tny-account-store.c, src/modest-tny-account-store.h: * - cleaned up, refactored code. there's a lot less now - * update to use latest Tinymail (iterator stuff etc.) - * do the signal propagation - -2006-07-11 16:25 djcb - - * src/modest-account-mgr.c, src/modest-account-mgr.h: * many - changes: - - merge separate account_ and server_account functions into one - - fixed signals when changes take place in the backend (modest - conf) - - removed internal cache of account names, but always use - modest-conf - - cleaned up 'check_change' - - implemented enabling/disabling of accounts, and signals - understand this, - as well as the 'search' function - - simplified a lot of code, refactoring, cosmetics - - - -2006-07-11 16:13 djcb - - * src/modest-conf.c, src/modest-conf.h: * added - modest_conf_key_escape and modest_conf_key_unescape, to - escape strings to valid gconf key names. - -2006-07-11 07:23 djcb - - * src/modest-conf-gconf.c: - renamed into modest-conf.c - -2006-07-11 07:22 djcb - - * src/Makefile.am, src/modest-conf.c, src/modest-conf.h: * - modest-conf-gconf.c => modest-conf.c - * fixed signal handling, so: - - also non-strings values will work - - differentiate between NULL and having value unset - * small code cleanups (cosmetic) - * the new event stuff still needs to be added elsewhere in modest - -2006-07-10 18:10 nils - - * src/gtk/modest-icon-names.h, src/gtk/modest-ui-account-setup.c, - src/gtk/modest-ui-account-setup.h, src/gtk/modest-ui-glade.h, - src/gtk/modest-ui-main-view.c, - src/gtk/modest-ui-message-editor.c, - src/gtk/modest-ui-message-editor.h, - src/gtk/modest-ui-message-viewer.c, - src/gtk/modest-ui-message-viewer.h, src/gtk/modest-ui-wizard.c, - src/gtk/modest-ui-wizard.h, src/gtk/modest-ui.c: * added - licensing boiler plate to source files - -2006-07-10 18:07 nils - - * src/hildon/modest-icon-names.h, - src/hildon/modest-ui-account-setup.c, - src/hildon/modest-ui-account-setup.h, - src/hildon/modest-ui-glade.h, src/hildon/modest-ui-main-view.c, - src/hildon/modest-ui-message-editor.c, - src/hildon/modest-ui-message-editor.h, - src/hildon/modest-ui-message-viewer.c, - src/hildon/modest-ui-message-viewer.h, - src/hildon/modest-ui-wizard.c, src/hildon/modest-ui-wizard.h, - src/hildon/modest-ui.c: * added licensing boilerplate to source - files - -2006-07-10 18:02 nils - - * src/modest-account-keys.h, src/modest-account-mgr.c, - src/modest-account-mgr.h, src/modest-conf-gconf.c, - src/modest-conf-keys.h, src/modest-conf.h, - src/modest-editor-window.c, src/modest-editor-window.h, - src/modest-icon-factory.c, src/modest-icon-factory.h, - src/modest-identity-keys.h, src/modest-identity-mgr.c, - src/modest-identity-mgr.h, src/modest-proto.c, - src/modest-proto.h, src/modest-text-utils.c, - src/modest-text-utils.h, src/modest-tny-account-store.c, - src/modest-tny-account-store.h, src/modest-tny-attachment.c, - src/modest-tny-attachment.h, src/modest-tny-folder-tree-view.c, - src/modest-tny-folder-tree-view.h, - src/modest-tny-header-tree-view.c, - src/modest-tny-header-tree-view.h, src/modest-tny-msg-actions.c, - src/modest-tny-msg-actions.h, src/modest-tny-msg-view.c, - src/modest-tny-msg-view.h, src/modest-tny-store-actions.c, - src/modest-tny-store-actions.h, src/modest-tny-stream-gtkhtml.c, - src/modest-tny-stream-gtkhtml.h, - src/modest-tny-transport-actions.c, - src/modest-tny-transport-actions.h, src/modest-ui.h, - src/modest-viewer-window.c, src/modest-viewer-window.h, - src/modest-window-mgr.c, src/modest-window-mgr.h: * added - licensing boilerplate to source files - -2006-07-10 07:13 djcb - - * src/modest-main.c: * lots of cleanups, removed destructive - settings / test install settings - (they can now be done using gconftool) - * made the return codes well-defined - * added license header - -2006-07-05 09:39 djcb - - * src/gtk: * renamed gtk-glade => gtk - -2006-07-05 09:16 djcb - - * src/gtk: * remove old stuff - -2006-07-05 09:15 djcb - - * src/gtk-glade: * remove the dead gtk-dir - -2006-06-27 10:36 florian - - * debian/files, debian/modest.substvars, debian/rules, - src/hildon/modest-ui-glade.h, src/hildon/modest-ui-main-view.c, - src/hildon/modest-ui-message-editor.c, src/hildon/modest-ui.c, - src/hildon/modest.glade, src/modest-editor-window.c, - src/modest-editor-window.h: * Change deprecated - HildonApp/HildonAppView to HildonProgram/HildonWindow. - * Hacked hildon support for editor window (still not fully - functional). - * Several minor changes and updates. - * Remove some files from the packages. - -2006-06-23 16:51 arne - - * debian/control, debian/dirs, debian/rules: * cosmetic changes - -2006-06-23 14:46 arne - - * src/modest-tny-folder-tree-view.c: * fixed message count in - folder view - -2006-06-23 14:29 arne - - * src/modest-tny-header-tree-view.c: * bugfix: message flags (has - attachment, ...) are displayed correctly now - -2006-06-23 12:16 florian - - * configure.ac: * Add libosso dependency. - -2006-06-23 12:08 florian - - * configure.ac, src/Makefile.am, src/modest-main.c: * Reggister - application service. - -2006-06-22 19:57 silvan - - * src/gtk-glade/modest-ui.c, src/hildon/modest-ui.c, - src/modest-tny-account-store.c, src/modest-tny-account-store.h: * - added function to register password_request method with - modest_tny_account_store - so that it may be called, if TnyAccountIface needs a password. - -2006-06-22 17:57 arne - - * src/gtk-glade/modest-ui-main-view.c, - src/gtk-glade/modest-ui-message-editor.c, - src/gtk-glade/modest-ui-message-editor.h, - src/hildon/modest-ui-main-view.c, - src/hildon/modest-ui-message-editor.c, - src/hildon/modest-ui-message-editor.h, src/modest-tny-msg-view.c, - src/modest-tny-msg-view.h: * added support for mailto: links in - messages: when clicked, they open an new editor window. - -2006-06-22 14:49 arne - - * src/gtk-glade/modest-ui-message-editor.c, - src/hildon/modest-ui-message-editor.c: * 2 bugs fixed, why didn't - the compiler complain? - -2006-06-22 13:45 florian - - * src/hildon/modest.glade: * Make editor toolbar icon only. - -2006-06-22 13:16 florian - - * src/hildon/modest-ui-main-view.c: * Back to old API. - -2006-06-22 13:11 florian - - * src/hildon/modest-ui-main-view.c: * Pack toolbar in hildon - specific way. - -2006-06-22 11:36 florian - - * src/hildon/Makefile.am, src/hildon/modest.desktop.in.in: * Remove - i18n stuff from desktop file. - -2006-06-22 11:34 silvan - - * src/gtk-glade/modest-ui.c, src/hildon/modest-ui.c: * changed - visibility of characters in password dialog (hildon + gtk-glade) - -2006-06-22 10:57 florian - - * src/hildon/Makefile.am: * Add installation if service/desktop - files. - -2006-06-22 10:48 florian - - * debian/control: * Make modest package compatible with AI. - -2006-06-22 10:45 florian - - * src/hildon/Makefile.am, src/hildon/com.nokia.modest.service.in, - src/hildon/modest.desktop.in.in, src/hildon/modest.sh: * Add - script for automatic network connectivity. - -2006-06-22 10:31 florian - - * configure.ac, src/hildon/Makefile.am, - src/hildon/com.nokia.modest.service.in, - src/hildon/modest.desktop.in.in, src/hildon/modest.png: * Add - support files for maemo desktop integration. - -2006-06-21 23:13 florian - - * src/hildon/modest.glade: * Move toolbar to the bottom, change - layout. - -2006-06-21 18:33 nils - - * src/hildon/modest-ui-main-view.c: * huhu ... hack alert ;) sub - menu items are now reparented to AppView's menu - -2006-06-21 18:18 nils - - * src/hildon/modest-ui-main-view.c: * first mods to move the menu - into the HildonApp - -2006-06-21 18:17 arne - - * src/hildon/modest-ui-account-setup.c, - src/hildon/modest-ui-message-editor.c, src/hildon/modest-ui.c: * - apllied today's changes to the gtk-glade ui to the hildon ui - -2006-06-21 18:04 nils - - * src/hildon/modest-ui-main-view.c: * set HildonApp title - -2006-06-21 17:59 nils - - * src/hildon/modest.glade: * added HildonApp around main_view - * changed main_view to HildonAppView - * removed some non-working buttons and menuitems so that UI fits - better on smaller screen - -2006-06-21 17:48 arne - - * src/gtk-glade/modest-ui-message-editor.c, - src/modest-editor-window.c: * fixed bug which crashed modest - after sending an email with attachment(s). The attachment-list - was unref'd twice. d'oh! - -2006-06-21 17:16 arne - - * src/modest-tny-attachment.c: * mime-type-guessing for attachments - is now case-insensitive and has a default - (application/octet-stream) - -2006-06-21 16:22 silvan - - * src/gtk-glade/modest-ui.c, src/modest-account-mgr.c, - src/modest-tny-account-store.c: * added better support for - passwords - - now get_password returns either the password from the - corresponding account - - or if triggered by the forget_password function emits the - signal which - leads to asking for a new password. - * corrected some indentations / adopted coding style - -2006-06-21 16:07 florian - - * src/modest-tny-folder-tree-view.c: * Fix segfault caused by - freeing uninitialized values. - -2006-06-21 15:54 arne - - * configure.ac: * added missing spaces in test call - -2006-06-21 15:15 arne - - * debian, debian/changelog, debian/compat, debian/control, - debian/copyright, debian/dirs, debian/docs, debian/files, - debian/menu, debian/modest.substvars, debian/rules: * a dh_make - debian skeleton with only minimal changes, lots to do... - -2006-06-21 15:12 arne - - * src/hildon/Makefile.am, src/hildon/glade, - src/hildon/glade/qgn_list_gene_attacpap.png, - src/hildon/glade/qgn_list_gene_bold.png, - src/hildon/glade/qgn_list_gene_contacts.png, - src/hildon/glade/qgn_list_gene_italic.png, - src/hildon/glade/qgn_list_messagin_mail.png, - src/hildon/glade/qgn_list_messagin_mail_unread.png, - src/hildon/glade/qgn_toolb_messagin.png, - src/hildon/glade/qgn_toolb_messagin_bullets.png, - src/hildon/glade/qgn_toolb_messagin_delete.png, - src/hildon/glade/qgn_toolb_messagin_fontcolor.png, - src/hildon/glade/qgn_toolb_messagin_forward.png, - src/hildon/glade/qgn_toolb_messagin_moveto.png, - src/hildon/glade/qgn_toolb_messagin_new.png, - src/hildon/glade/qgn_toolb_messagin_next.png, - src/hildon/glade/qgn_toolb_messagin_previous.png, - src/hildon/glade/qgn_toolb_messagin_reply.png, - src/hildon/glade/qgn_toolb_messagin_replytoall.png, - src/hildon/glade/qgn_toolb_messagin_saveattachment.png, - src/hildon/glade/qgn_toolb_messagin_send.png, - src/hildon/glade/qgn_toolb_messagin_sendreceive.png, - src/hildon/modest-icon-names.h, - src/hildon/modest-ui-account-setup.c, - src/hildon/modest-ui-account-setup.h, - src/hildon/modest-ui-glade.h, src/hildon/modest-ui-main-view.c, - src/hildon/modest-ui-main-view.h, - src/hildon/modest-ui-message-editor.c, - src/hildon/modest-ui-message-editor.h, - src/hildon/modest-ui-message-viewer.c, - src/hildon/modest-ui-message-viewer.h, - src/hildon/modest-ui-wizard.c, src/hildon/modest-ui-wizard.h, - src/hildon/modest-ui.c, src/hildon/modest-ui_1.c, - src/hildon/modest.glade, src/hildon/pixmaps, - src/hildon/pixmaps/qgn_addr_icon_user_group.png, - src/hildon/pixmaps/qgn_list_gene_attacpap.png, - src/hildon/pixmaps/qgn_list_gene_fldr_clp.png, - src/hildon/pixmaps/qgn_list_gene_fldr_cls.png, - src/hildon/pixmaps/qgn_list_gene_fldr_exp.png, - src/hildon/pixmaps/qgn_list_gene_fldr_opn.png, - src/hildon/pixmaps/qgn_list_messagin.png, - src/hildon/pixmaps/qgn_list_messagin_drafts.png, - src/hildon/pixmaps/qgn_list_messagin_editor.png, - src/hildon/pixmaps/qgn_list_messagin_hdr.png, - src/hildon/pixmaps/qgn_list_messagin_hdr_encrypted.png, - src/hildon/pixmaps/qgn_list_messagin_hdr_encrypted_high.png, - src/hildon/pixmaps/qgn_list_messagin_hdr_encrypted_low.png, - src/hildon/pixmaps/qgn_list_messagin_hdr_high.png, - src/hildon/pixmaps/qgn_list_messagin_hdr_high_unread.png, - src/hildon/pixmaps/qgn_list_messagin_hdr_low.png, - src/hildon/pixmaps/qgn_list_messagin_hdr_low_unread.png, - src/hildon/pixmaps/qgn_list_messagin_hdr_signed.png, - src/hildon/pixmaps/qgn_list_messagin_hdr_signed_high.png, - src/hildon/pixmaps/qgn_list_messagin_hdr_signed_low.png, - src/hildon/pixmaps/qgn_list_messagin_hdr_unread.png, - src/hildon/pixmaps/qgn_list_messagin_hdr_unread_encrypted.png, - src/hildon/pixmaps/qgn_list_messagin_hdr_unread_encrypted_high.png, - src/hildon/pixmaps/qgn_list_messagin_hdr_unread_encrypted_low.png, - src/hildon/pixmaps/qgn_list_messagin_hdr_unread_signed.png, - src/hildon/pixmaps/qgn_list_messagin_hdr_unread_signed_high.png, - src/hildon/pixmaps/qgn_list_messagin_hdr_unread_signed_low.png, - src/hildon/pixmaps/qgn_list_messagin_inbox.png, - src/hildon/pixmaps/qgn_list_messagin_mail.png, - src/hildon/pixmaps/qgn_list_messagin_mail_deleted.png, - src/hildon/pixmaps/qgn_list_messagin_mail_encrypted_read.png, - src/hildon/pixmaps/qgn_list_messagin_mail_encrypted_read_high.png, - src/hildon/pixmaps/qgn_list_messagin_mail_encrypted_read_low.png, - src/hildon/pixmaps/qgn_list_messagin_mail_encrypted_unread.png, - src/hildon/pixmaps/qgn_list_messagin_mail_encrypted_unread_high.png, - src/hildon/pixmaps/qgn_list_messagin_mail_encrypted_unread_low.png, - src/hildon/pixmaps/qgn_list_messagin_mail_high.png, - src/hildon/pixmaps/qgn_list_messagin_mail_high_unread.png, - src/hildon/pixmaps/qgn_list_messagin_mail_low.png, - src/hildon/pixmaps/qgn_list_messagin_mail_low_unread.png, - src/hildon/pixmaps/qgn_list_messagin_mail_signed_read.png, - src/hildon/pixmaps/qgn_list_messagin_mail_signed_read_high.png, - src/hildon/pixmaps/qgn_list_messagin_mail_signed_read_low.png, - src/hildon/pixmaps/qgn_list_messagin_mail_signed_unread.png, - src/hildon/pixmaps/qgn_list_messagin_mail_signed_unread_high.png, - src/hildon/pixmaps/qgn_list_messagin_mail_signed_unread_low.png, - src/hildon/pixmaps/qgn_list_messagin_mail_unread.png, - src/hildon/pixmaps/qgn_list_messagin_outbox.png, - src/hildon/pixmaps/qgn_list_messagin_sent.png, - src/hildon/pixmaps/qgn_list_messagin_viewer.png, - src/hildon/pixmaps/qgn_list_messaging_high.png, - src/hildon/pixmaps/qgn_list_messaging_low.png, - src/hildon/pixmaps/qgn_widg_datedit.png: * initial check-in, a - copy of the gtk-glade UI with minimal changes so far. - -2006-06-21 13:39 florian - - * src/modest-tny-header-tree-view.c: * Simple UTF8 support for - string comparison. - -2006-06-21 11:13 silvan - - * src/gtk-glade/modest-ui-account-setup.c, - src/modest-identity-mgr.c: * added support for propagating - identity updates to modest-identity-mgr - * activated callbacks in modest-ui-account-setup - -2006-06-21 11:03 florian - - * src/modest-account-mgr.c: * Remove some obsolete code. - -2006-06-21 09:25 silvan - - * src/gtk-glade/modest-ui-account-setup.c: * added filter_func to - filter the server_accounts for transports to - identity_edit_action - -2006-06-21 09:09 silvan - - * src/gtk-glade/modest-ui-account-setup.c: * fixed bugs: - - ACCOUNT_PROT was used instead of ACCOUNT_NAME in - account_edit_action - - return values in write_account fixed - -2006-06-20 17:17 silvan - - * src/gtk-glade/modest-ui-account-setup.c: * added filtering for - transport accounts to outgoing selection - -2006-06-20 16:33 florian - - * src/gtk-glade/modest-ui.c, src/modest-tny-account-store.c, - src/modest-tny-header-tree-view.c: * Add common "AW:" to list of - ignored subject prefixes. - * Clean header view if folder is set to NULL. - * Reset folder in header list if account is changed. - -2006-06-20 16:22 silvan - - * src/gtk-glade/modest-ui-account-setup.c, - src/gtk-glade/modest-ui-account-setup.h, - src/gtk-glade/modest-ui-wizard.h: * added some comments and - handling of the Edit/Delete buttons sensitivity - -2006-06-20 15:28 silvan - - * src/gtk-glade/modest-ui-account-setup.c: * handlers for - account/identity updates are now removed, if no longer needed - for the dialog treeviews - -2006-06-20 12:50 florian - - * src/gtk-glade/modest-ui.c, src/modest-tny-folder-tree-view.c, - src/modest-tny-folder-tree-view.h: * Add update method to - ModestTnyFolderTreeView. - * Use update method in case of account changes. Open: restore - current view if possible. - -2006-06-20 12:38 silvan - - * src/gtk-glade/modest-ui-account-setup.c, - src/gtk-glade/modest.glade: * implemented correct filling of - fields in the edit-dialogs for accounts and identities - * removed (currently) unsupported fields from glade-file - -2006-06-19 17:39 florian - - * src/gtk-glade/modest-ui.c, src/modest-account-mgr.c, - src/modest-tny-account-store.c: * Implement account change and - add signals and data. - * Prepare function to update user interface. - * Change order of some functions. - -2006-06-19 17:23 silvan - - * src/gtk-glade/modest-ui-account-setup.c, - src/gtk-glade/modest.glade: * some changes for - modest-ui-account-setup in modest.glade, mostly widget names - * added account removal and creation to modest-ui-account-setup.c - -2006-06-19 14:30 djcb - - * src/modest-tny-msg-actions.c, src/modest-tny-msg-actions.h, - src/modest-tny-msg-view.c: * cleanup find_body_part a bit, and - check if a part is not an attachment, - if so, it cannot be the body part (before this, a text/html - attachment - would be shown when there was only a text/plain body) - - * constify modest_tny_msg_actions_quote - -2006-06-19 13:28 silvan - - * src/gtk-glade/modest-ui-account-setup.c, - src/modest-identity-mgr.c: * some more indentation fixed - modest-identity-mgr.c - * changed add_identity to write_identity and added support - for changes to modest-ui-account-setup.c - -2006-06-19 12:28 silvan - - * src/modest-identity-mgr.c: * fixed typo in modest-identity-mgr.c - (modest_identity_mgr_set_identity_bool) - -2006-06-19 11:43 silvan - - * src/gtk-glade/modest-ui-account-setup.c, - src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest.glade, - src/modest-identity-mgr.h, src/modest-main.c: * adjusted - indentation on modest-ui-wizard.c modest-identity-mgr.h and - modest-main.c - * changed some flags on modest.glade - * added some serious functionality to modest-ui-account-setup.c - (identities) - (yet the edit dialog does not work properly) - -2006-06-19 11:07 arne - - * src/gtk-glade/modest-ui-message-viewer.c, - src/modest-tny-attachment.c: * compile warning fixed - -2006-06-19 10:35 silvan - - * src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest.glade, - src/modest-identity-mgr.h, src/modest-main.c: * some changes in - the account-dialog in modest.glade, for better handling - * adopted modest-ui-wizard.c and modest-main.c to change in - identity_add - * added comment for "realname" parameter to modest-identity-mgr.h - -2006-06-19 10:33 arne - - * src/modest-account-mgr.c: * same bugs as in modest-identity-mgr.c - fixed: ...get_bool was calling modest_conf_set_int instead of - ...bool; the g_return_val_if_fail were returning -1 instead of - FALSE - -2006-06-19 10:26 arne - - * src/modest-identity-mgr.c: * buglets fixed - -2006-06-19 09:56 arne - - * src/modest-identity-keys.h, src/modest-identity-mgr.c, - src/modest-identity-mgr.h: * added REALNAME to identities - - * some reformat - -2006-06-16 14:42 florian - - * src/modest-tny-account-store.c: * Disconnect signals from account - manager if account store is destroyed. - -2006-06-16 13:41 djcb - - * src/gtk-glade/modest-ui-main-view.c, src/gtk-glade/modest.glade, - src/marshall.list, src/modest-tny-header-tree-view.c, - src/modest-tny-header-tree-view.h: * add progress indication. - - ModestTnyHeaderTree now emits a signal 'status_update' whenever - the headers - tree is being updated (and when that is over) - - a new marshaller is created (marshall.list) for this - - ModestUI connects to the signal, and updates the status bar... - - ...which is added to the UI - -2006-06-16 09:56 florian - - * src/Makefile.am: * Add marshall.list to dependencies of resulting - files to make sure they are updated. - -2006-06-15 16:11 arne - - * src/gtk-glade/modest-ui-wizard.c: * no longer force the user to - enter a username for the outgoing (smtp) server. silvan, please - check whether you agree. - -2006-06-15 15:17 florian - - * src/gtk-glade/modest-ui-glade.h, - src/gtk-glade/modest-ui-main-view.c, - src/gtk-glade/modest-ui-message-editor.c, - src/gtk-glade/modest-ui.c, src/marshall.list, - src/modest-account-mgr.c, src/modest-tny-account-store.c, - src/modest-tny-header-tree-view.c, - src/modest-tny-store-actions.c: * Update several UI bits to use - internal pointers instead of searching widgets. - * Keep a list of exiting accounts in ModestAccountMgr. - * Check configuration changes in ModestAccountMgr and create - according signals. - * Provide better data in signal handlers. - * Do not re-create account lists in ModestTnyAccountStore. - * Connect handlers with test code to ModestAccountMgr signals in - ModestTnyAccountStore. - * Comment out some currently dangerous code. - * Add new marshaller. - -2006-06-14 17:05 arne - - * src/modest-editor-window.c, src/modest-editor-window.h: * more - private data for the editor window: identity and transport - -2006-06-14 14:52 silvan - - * src/gtk-glade/modest-ui-wizard.c: * added default transport to - account creation through wizard - -2006-06-14 14:12 arne - - * src/modest-tny-attachment.c: * changed forward as attachment, see - ml - -2006-06-13 17:26 silvan - - * src/gtk-glade/modest-ui-account-setup.c, - src/gtk-glade/modest-ui-wizard.h, src/gtk-glade/modest.glade: * - added display of some identity/account data to identities and - account dialog - * corrected modest-ui-wizard.h (wrongly removed - wizard_account_dialog) - * adjusted some settings in the glade file - -2006-06-13 17:20 arne - - * src/gtk-glade/modest-ui-main-view.c, - src/gtk-glade/modest-ui-message-editor.c, - src/gtk-glade/modest-ui-message-editor.h, - src/modest-editor-window.c, src/modest-editor-window.h, - src/modest-tny-attachment.c, src/modest-tny-attachment.h, - src/modest-tny-transport-actions.c: * some bugs fixed - - * forwarding now forwards the attachments as well - - * new menu->message->forward attached item in main window, will - work on the implementation of that tomorrow - -2006-06-13 16:44 silvan - - * src/gtk-glade/modest.glade: * "Forward attached" added to menu - -2006-06-13 15:57 arne - - * src/modest-tny-msg-view.c: * remove more debug stuff - -2006-06-13 15:57 arne - - * src/modest-tny-msg-view.c: * remove debug stuff - -2006-06-13 15:46 nils - - * src/gtk-glade/modest-ui-message-editor.h: * added documentation - -2006-06-13 14:36 silvan - - * src/gtk-glade/modest.glade: * changed some identifiers - -2006-06-13 14:35 silvan - - * src/gtk-glade/modest-ui-wizard.c: * fixed includes - (modest-identity-mgr.h was missing) - -2006-06-13 14:33 silvan - - * src/gtk-glade/modest-ui-glade.h: * fixed includes - (modest-account-mgr.h was missing) - -2006-06-13 14:29 arne - - * src/Makefile.am, src/gtk-glade/modest-ui-message-editor.c, - src/modest-editor-window.c, src/modest-editor-window.h, - src/modest-tny-attachment.c, src/modest-tny-attachment.h, - src/modest-tny-transport-actions.c: * add ModestTnyAttachment - object - - * use it in the editor and for sending messages - -2006-06-13 14:26 nils - - * src/gtk-glade/modest-ui.c: * code cleanup -> coding style - -2006-06-13 14:18 nils - - * src/gtk-glade/modest-ui-main-view.c: * code cleanup, make signal - callback functions conform to signal prototypes (gpointer instead - of ModestUI) - -2006-06-13 13:55 nils - - * docs/reference/modest-docs.sgml: * added modest-viewer-window to - documentation - -2006-06-13 13:54 nils - - * src/modest-viewer-window.c, src/modest-viewer-window.h: * code - cleanup - * added documentation - -2006-06-13 13:46 florian - - * src/Makefile.am, src/marshall.list, src/modest-account-mgr.c, - src/modest-conf-gconf.c, src/modest-tny-account-store.c, - src/modest-tny-account-store.h: * Move marshallers to external - files generated by glib-genmarshal. - * Add input file for glib-ganmarshal. - * Introduce ModestAccountMgr signals. - * Some minor cleanups. - -2006-06-13 13:31 silvan - - * src/gtk-glade/Makefile.am, - src/gtk-glade/modest-ui-account-setup.c, - src/gtk-glade/modest-ui-account-setup.h, - src/gtk-glade/modest-ui-main-view.c, - src/gtk-glade/modest-ui-wizard.h, src/gtk-glade/modest-ui.c: * - some cleanup in modest-ui-wizzard.c/h - * added modest-ui-account-setup.c/h and applied changes to - Makefile.am - * bound main account dialog to menu "Tools->Identities and - accounts" in modest-ui-main-view.c - * removed obsoleted account-settings function from modest-ui.c - -2006-06-13 10:58 arne - - * src/modest-tny-transport-actions.c: * when sending, messages with - and without attachments are now handled differently: without - attachments, the message text is the body (again). - -2006-06-13 10:53 nils - - * src/gtk-glade/modest.glade: * make labels in editor and viewer - bold text (looks nicer and better distinguishable) - -2006-06-13 10:45 silvan - - * src/gtk-glade/modest.glade: * corrected visibility - -2006-06-13 10:42 silvan - - * src/gtk-glade/modest.glade: * AccountSetupDialog added to - modest.glade - -2006-06-13 10:31 silvan - - * src/gtk-glade/modest.glade: * something went wrong between r234 - and r242. Checked changes from Nils and - mine and resubmitted them. I have yet to retrieve one dialog from - an older - version. - - I think using revision control is like knitting: "Zwei links, - zwei rechts, - einen fallen lassen" (sorry, don't know how to translate this) - -2006-06-12 20:06 nils - - * src/modest-viewer-window.c: * added type cast macro to avoid gcc - warning - -2006-06-12 19:57 arne - - * src/modest-tny-transport-actions.c: * sending of attachments - works now for real - - * still limited to jpeg - -2006-06-12 19:49 nils - - * src/gtk-glade/modest-ui-message-editor.c, - src/gtk-glade/modest-ui-message-editor.h, - src/gtk-glade/modest-ui-message-viewer.c, - src/gtk-glade/modest-ui-message-viewer.h, - src/modest-viewer-window.c, src/modest-viewer-window.h: * message - viewer window now also show message body - -2006-06-12 19:06 nils - - * src/gtk-glade/modest-ui-main-view.c, - src/gtk-glade/modest-ui-message-viewer.c, - src/gtk-glade/modest-ui-message-viewer.h: * double click on - message header now also opens a new message view window - -2006-06-12 19:00 nils - - * src/gtk-glade/modest-ui-main-view.c, - src/gtk-glade/modest-ui-message-editor.c, - src/gtk-glade/modest-ui-message-viewer.c, - src/gtk-glade/modest-ui-message-viewer.h, - src/gtk-glade/modest.glade, src/modest-viewer-window.h, - src/modest-window-mgr.c: * main-window menu->open now opens - selected message in new message viewer window - * message viewer window displays header correctly, message body - still missing - * modest window manager now also recognises MODEST_VIEW_WINDOW - * small change to glade file, removed scrolled window from paned - child2 - -2006-06-12 18:46 arne - - * src/modest-tny-msg-view.c: * debug stuff added (temporarily) - -2006-06-12 17:34 arne - - * src/gtk-glade/modest-ui-main-view.c, src/modest-tny-msg-view.c, - src/modest-tny-msg-view.h: * modest_tny_msg_view get an set - functions for show_attachments_inline - - * use them where appropriate - -2006-06-12 17:05 florian - - * src/modest-account-mgr.c, src/modest-conf-gconf.c, - src/modest-conf.h, src/modest-tny-account-store.c: * Create - signal on gconf key change and propagate event to account - manager. - -2006-06-12 16:07 arne - - * src/gtk-glade/modest-ui-main-view.c, src/modest-tny-msg-view.c, - src/modest-tny-msg-view.h: * per-view storage of - show_attachments_inline - -2006-06-12 16:05 nils - - * src/gtk-glade/modest-ui-message-viewer.c, src/modest-ui.h, - src/modest-viewer-window.c, src/modest-viewer-window.h: * more - implementation on message viewer - * start of first interface function to create a message viewer - instance and window - -2006-06-12 15:24 nils - - * src/Makefile.am, src/gtk-glade/modest-ui-message-editor.c, - src/gtk-glade/modest-ui-message-viewer.c, - src/modest-editor-window.h, src/modest-ui.h, - src/modest-viewer-window.c, src/modest-viewer-window.h: * started - work on modest-viewer-window - * started filling modest-ui-message-viewer - -2006-06-12 15:18 arne - - * src/modest-tny-msg-view.c, src/modest-tny-stream-gtkhtml.c: * - more security by only displaying images if the setting is on - - * better html for attachments - - * undo "static" change in modest-tny-stream-gtkhtml - - * no more warnings - - * i18n of "Attachments" - -2006-06-12 14:48 silvan - - * src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest.glade: * - modest-ui-wizard.c and modest.glade adopted to modified - layout/functionality of account wizard - -2006-06-12 13:46 arne - - * src/modest-tny-msg-view.c: * another g_return_... stomped - -2006-06-12 13:24 nils - - * docs/reference/modest-docs.sgml: * removed obsolete edit-window - reference - -2006-06-12 13:23 nils - - * docs/reference/modest-docs.sgml: * added doc section for - modest-editor-window object class - -2006-06-12 13:05 djcb - - * modest: * remove empty dir - -2006-06-12 13:05 djcb - - * src/gtk-glade/modest-icon-names.h, - src/gtk-glade/pixmaps/qgn_addr_icon_user_group.png, - src/gtk-glade/pixmaps/qgn_widg_datedit.png, - src/modest-tny-folder-tree-view.c: * if we cannot get a valid - folder type from the server, we can 'guess' the - type by looking at it's name. This improves modest with eg. - MS-Exchange - quite a bit (when using IMAP). Also, added some icons. - -2006-06-12 12:06 djcb - - * src/modest-tny-stream-gtkhtml.c: * don't warn when trying to do - zero-sized writes - -2006-06-12 11:26 silvan - - * src/gtk-glade/modest-ui-main-view.c: * reenabled account wizard - menuentry - -2006-06-12 11:05 nils - - * src/gtk-glade/Makefile.am, src/gtk-glade/modest-ui-main-view.c, - src/gtk-glade/modest-ui-main-view.h, - src/gtk-glade/modest-ui-message-editor.c, - src/gtk-glade/modest-ui-message-editor.h, - src/gtk-glade/modest-ui-message-viewer.c, - src/gtk-glade/modest-ui-message-viewer.h, - src/gtk-glade/modest-ui.c, src/modest-editor-window.h: * split up - gtk-glade/modest-ui.c into several modules for functional element - * code cleanups while splitting - * added documentation for modest-editor-window object - -2006-06-12 10:29 arne - - * src/modest-tny-msg-view.c: * reformat - - * improper use of g_return_* eliminated - -2006-06-12 09:44 arne - - * src/modest-tny-msg-view.c: * 2 warnings fixed - -2006-06-10 16:33 djcb - - * src/gtk-glade/Makefile.am: * added modest-ui-glade.h and - modest-ui-wizard.h to Makefile.am, - so 'make dist' will produce something compilable - -2006-06-10 15:45 djcb - - * src/gtk-glade/modest-ui.c, src/modest-tny-store-actions.c, - src/modest-tny-store-actions.h: * ModestTnyStoreAction doesn't - have to be a GObject, because it's stateless - -2006-06-09 18:09 arne - - * src/gtk-glade/modest-ui.c, src/modest-editor-window.c, - src/modest-editor-window.h, src/modest-tny-transport-actions.c, - src/modest-tny-transport-actions.h, src/modest-ui.h: * sending of - attachments works but has lots of bugs - -2006-06-09 17:04 florian - - * src/gtk-glade/modest-ui-glade.h: * Add missing header update. - -2006-06-09 17:02 florian - - * src/gtk-glade/modest-ui.c: * Enable sending mails again. - * Add views to private data. - -2006-06-09 14:45 silvan - - * src/gtk-glade/modest-ui.c: * fixed warning - -2006-06-09 14:40 arne - - * src/gtk-glade/modest-ui-wizard.c, src/modest-identity-keys.h: * - typos fixed - - * default identity renamed and actually used in wizard - -2006-06-09 14:21 arne - - * src/gtk-glade/modest-ui.c, src/gtk-glade/modest.glade, - src/modest-tny-msg-view.c, src/modest-tny-msg-view.h: * menu - View->Attachments now controls whether attachment (images) are - shown inline - - * new modest_tny_msg_view_redraw() - -2006-06-09 14:03 silvan - - * src/gtk-glade/modest-ui-wizard.c: * now the password is entered - into modest_conf as well - -2006-06-09 13:49 silvan - - * src/gtk-glade/modest.glade: * "New account..." renamed to "New - identity" - -2006-06-09 13:07 silvan - - * src/gtk-glade/modest.glade: * modified the radiobuttons active - settings - -2006-06-09 12:49 silvan - - * src/gtk-glade/modest-ui-wizard.h, src/gtk-glade/modest-ui.c, - src/modest-main.c: * install_test_account no longer used in - modest-main.c - * added wizard to modest_ui_new with some reasonable testing - if no accounts are defined - * the wizard_dialog methos has to be exported in - modest-ui-wizard.h - -2006-06-09 12:24 silvan - - * src/modest-main.c: * reverted to 199 - -2006-06-09 10:37 arne - - * src/modest-tny-msg-view.c: * fixed 2 memleaks - -2006-06-09 10:15 silvan - - * src/gtk-glade/modest-ui-wizard.c, src/modest-main.c: * - modest-ui-wizard.c: - - removed some debugging messages from modest-ui-wizard.c - - corrected server_account detection in modest-ui-wizard.c - - removed unnescessary instantiations of id_mgr and acc_mgr in - wizard_add_account - * modest-main.c - - obsoleted install_test_account removed (for wizard to come) - - g_type_init removed and gtk_init(...) moved up to this position - -2006-06-09 09:50 florian - - * src/modest-tny-store-actions.c: * Activate update code - finally. - -2006-06-09 07:36 silvan - - * src/modest-account-mgr.c: * some unapropriate german debugging - output of mine removed ;-) - -2006-06-08 20:26 silvan - - * src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest.glade: * - accounts are created with new identities and different - store/transport accounts by the wizzard - -2006-06-08 20:25 silvan - - * src/modest-account-mgr.c: * in account_exists, the - get_server_account_keyname and get_account_keyname were mixed - -2006-06-08 19:57 nils - - * src/gtk-glade/modest-ui.c: * Properly clear text-buffer for new - mail in editor window - -2006-06-08 19:53 nils - - * src/gtk-glade/modest-ui.c: * dirty fix, mysterious problem with - confirmation dialog - -2006-06-08 19:52 nils - - * src/gtk-glade/modest-ui.c: * added editor modified user - confirmation dialog - -2006-06-08 19:33 arne - - * src/gtk-glade/modest-ui.c, src/modest-conf-keys.h, - src/modest-tny-msg-view.c, src/modest-tny-msg-view.h: * whether - attachment images are displayed inline is now in gconf - - * toggle is still by clicking the link, this will change - - * better sanity checks - - * small reformats - -2006-06-08 19:03 nils - - * src/gtk-glade/modest-ui-glade.h, src/gtk-glade/modest-ui.c, - src/modest-editor-window.c, src/modest-editor-window.h, - src/modest-main.c: * minor cleanup - * added modfied detection for editor window, allows to implement - dialog to ask user if he/she wants to discard changes - -2006-06-08 17:49 nils - - * src/modest-tny-account-store.c, - src/modest-tny-header-tree-view.c, src/modest-tny-msg-view.c, - src/modest-tny-store-actions.c: * code cleanups (removing unused - variables) - * tinymail API update for get_passowrd_func - * code formatting cleanup - -2006-06-08 17:28 silvan - - * src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest-ui.c, - src/gtk-glade/modest.glade: * some cleanup in modest-ui-wizard - and modest-ui - * removed advanced_mailbox_setup dialog from glade file - -2006-06-08 17:24 nils - - * src/gtk-glade/modest-ui.c: * cleanup, removed unused variables to - make -Wall happy - -2006-06-08 17:14 nils - - * src/gtk-glade/Makefile.am: * added -Wall to compiler flags - -2006-06-08 17:05 nils - - * src/gtk-glade/modest-ui.c, src/modest-editor-window.c, - src/modest-editor-window.h, src/modest-ui.h: * further - editor_window integration, new_mail, reply and forward should - work now, multiple edit and reply windows are possible too - -2006-06-08 17:02 silvan - - * src/gtk-glade/modest.glade: * changed identity setups address to - GtkEntry - * added tabbed identity and account dialog - -2006-06-08 16:34 nils - - * src/gtk-glade/modest-ui.c, src/modest-editor-window.c: * bug - fixes for editor window usage - -2006-06-08 16:01 arne - - * src/gtk-glade/modest-ui.c, src/modest-conf-keys.h: * fixed - swapped width/heigth. Please fix it in your gconf! - -2006-06-08 15:52 nils - - * src/gtk-glade/modest-ui.c, src/modest-editor-window.c, - src/modest-editor-window.h, src/modest-ui.h: * More - implementation for modest-editor-window, added some supportin - gtk-glade UI - -2006-06-08 15:52 arne - - * src/modest-account-mgr.c, src/modest-identity-keys.h, - src/modest-identity-mgr.c, src/modest-main.c, - src/modest-text-utils.c, src/modest-tny-account-store.c, - src/modest-tny-folder-tree-view.c, - src/modest-tny-header-tree-view.c, src/modest-tny-msg-actions.c, - src/modest-tny-msg-view.c: * cleanup for -Wall: unused variables - removed, some return types fixed, includes added, ... - -2006-06-08 15:45 silvan - - * src/gtk-glade/modest.glade: * fixed visibilty of identity dialog - -2006-06-08 15:43 silvan - - * src/gtk-glade/modest.glade: * fixed typo - * added identity setup dialog - -2006-06-08 13:56 silvan - - * src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest-ui.c, - src/gtk-glade/modest.glade: * decided against the wizard to - modify existing accounts. We are going to use it - only to set up new ones. - -2006-06-08 13:39 silvan - - * src/gtk-glade/modest-ui-wizard.c, - src/gtk-glade/modest-ui-wizard.h, src/gtk-glade/modest-ui.c, - src/gtk-glade/modest.glade: * fixed some more typos - * added Submenu "Account Wizardry" to glade file - and "New Account..." As first menuitem thereof - * added dynamic generation for this submenu (from the list of - accounts) - - proposals for other names for "Account Wizardry" welcome :-) - -2006-06-08 13:38 florian - - * src/Makefile.am, src/gtk-glade/modest-ui.c, - src/modest-tny-store-actions.c, src/modest-tny-store-actions.h: * - Introduce ModestTnyStoreActions, simple update function. - * Make Send/Recheive button trigger folder update. - -2006-06-08 13:06 nils - - * Makefile.am: * added -Wall CC option - -2006-06-08 12:19 nils - - * src/Makefile.am, src/gtk-glade/modest-ui.c, - src/modest-editor-window.c, src/modest-editor-window.h, - src/modest-ui.h: * create new object class modest-editor-window - as abstraction for the editor sub window (in order to support - more than one open sub-window) - -2006-06-08 10:48 silvan - - * src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest-ui.c, - src/gtk-glade/modest.glade: * some renaming in the glade file - and adaptions to the affected sources - -2006-06-08 10:29 silvan - - * src/gtk-glade/modest-ui-wizard.c, - src/gtk-glade/modest-ui-wizard.h, src/gtk-glade/modest-ui.c: * - renamed callback function to new_wizard_account - * prepared modest-ui-wizzard to be used for already existing - accounts - -2006-06-08 10:08 silvan - - * src/gtk-glade/modest.glade: * changed container names for top - containers - * changed default settings for some radio buttons - -2006-06-08 08:17 silvan - - * src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest.glade: * - fixed compile problem from yesterday in modest-ui-wizard.c - * changed predefined protocol-items to lower case in glade file - -2006-06-07 18:45 arne - - * src/gtk-glade/modest-ui-wizard.c: * compile fix, silvan: please - check! - -2006-06-07 18:36 arne - - * src/modest-tny-msg-view.c: * attached images can now be shown - when their link is clicked. (will expand and clean this up - tomorrow) - -2006-06-07 16:50 silvan - - * src/gtk-glade/modest-ui-wizard.c: * account creation added to - wizzard - -2006-06-07 15:53 arne - - * src/modest-tny-msg-view.c, src/modest-tny-stream-gtkhtml.c: * - attachments are now shown below the message. now would be a good - time to veto this method in case we are to handle attachments - differently. - - * temporarily added a debug printf -- inline images in html - emails do not work for me, although the cid is correct. is this - our bug or tinymail's? - -2006-06-07 15:41 silvan - - * src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest.glade: * - more changes to the glade file. - * completed primitive sanity checks on account wizard. - -2006-06-07 14:10 silvan - - * src/gtk-glade/modest.glade: * More updates to the widget names - -2006-06-07 13:51 silvan - - * src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest.glade: * - added primitive sanity checks for page 2 of account wizard - -2006-06-07 13:36 silvan - - * src/gtk-glade/modest-ui.c: * typo - -2006-06-07 13:31 silvan - - * src/gtk-glade/Makefile.am, src/gtk-glade/modest-ui-wizard.c, - src/gtk-glade/modest-ui-wizard.h, - src/gtk-glade/modest-ui-wizzard.c, - src/gtk-glade/modest-ui-wizzard.h, src/gtk-glade/modest.glade: * - corrected some more typos - -2006-06-07 13:31 silvan - - * src/gtk-glade/modest-ui-wizzard.c: * corrected some typos - -2006-06-07 13:30 djcb - - * src/modest-tny-header-tree-view.c: * make sorting of headers a - bit smarter: - - when sorting by Subject, ignore Re, Fwd: etc. - - when the first sort criterium is equal, sort by sent-time - -2006-06-07 13:13 silvan - - * src/gtk-glade/modest-ui-wizzard.c, src/gtk-glade/modest-ui.c, - src/gtk-glade/modest.glade: * missing free() added to - on_account_selector_selection_changed() in modest_ui.c - * primitive sanity checks for first page of account wizzard - * more updates to modest.glade - -2006-06-07 12:31 nils - - * src/gtk-glade/modest-ui.c, src/modest-main.c, src/modest-ui.h: * - renamed modest_ui_show_edit_window() to - modest_ui_new_edit_window() in preparation to support multiple - edit / view windows - -2006-06-07 11:15 arne - - * src/gtk-glade/modest-ui.c: * register edit win only once. this - allows quitting after reply or forward was pressed more than - once. we'll have to change this once we can have more than one - edit window! - -2006-06-07 10:41 silvan - - * src/gtk-glade/modest-ui-wizzard.c, src/gtk-glade/modest-ui.c, - src/gtk-glade/modest.glade: * enabled stepping through wizzard - dialog - * renamed some of the wizzards widgets in modest.glade - * removed some debug messages from modest-ui.c - -2006-06-06 16:08 nils - - * src/gtk-glade/modest-ui.c: * shrinked reply-to and forward into - one function - -2006-06-06 16:01 silvan - - * src/gtk-glade/modest-ui.c: * removed signal connection for - "close_window" item, introduced with r158 - (doesn't work like this) - -2006-06-06 15:58 nils - - * src/gtk-glade/modest-ui.c: * message forward first cleanups... - -2006-06-06 15:53 nils - - * src/gtk-glade/modest-ui.c: * first rough cut at message - forwarding - -2006-06-06 15:50 silvan - - * src/gtk-glade/Makefile.am, src/gtk-glade/modest-ui-glade.h, - src/gtk-glade/modest-ui-wizzard.c, - src/gtk-glade/modest-ui-wizzard.h, src/gtk-glade/modest-ui.c, - src/gtk-glade/modest.glade: * modest-ui-wizzard.c/h added - * account_wizzard-Dialog added to modest.glade - and mailbox_setup1-4 removed from modest.glade - * modest-ui-wizzard.c added to Makefile.am - * moved some #defines, types and other data from - gtk-glade/modest-ui.c to gtk-glade/modest-ui-glade.h - -2006-06-06 15:41 djcb - - * src/modest-tny-header-tree-view.c: * some cleanups, handle - From/To display correctly. - -2006-06-06 15:36 florian - - * src/modest-tny-folder-tree-view.c: * Add deletion of mails. - Currently this is done _without_ asking on folder change. We can - easily modify - this later to run on request only or ask using a dialog. - Do _not_ use Modest with other than test accounts - you risk data - loss. - -2006-06-06 15:19 nils - - * src/gtk-glade/modest-ui.c: * clear message view on folder change - (effectively after folder change no message is selected anymore - so the view should be empty) - -2006-06-06 15:10 nils - - * src/gtk-glade/modest-ui.c: * implemented some toolbar button - set_sensitive TRUE/FALSE functions (make sensitive if message - selected, make insensitive if no message is selected eps. on - folder change) - -2006-06-06 14:42 nils - - * src/gtk-glade/modest-ui.c: * made window management work with - edit window - modest exits only when there is no open window - anymore - -2006-06-06 14:22 nils - - * src/gtk-glade/modest-ui.c: * fixed window close signals so that - window decoration close button works on main window and sib - windows like edit window - -2006-06-06 14:08 florian - - * src/gtk-glade/modest-icon-names.h, src/gtk-glade/modest-ui.c, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_deleted.png, - src/modest-tny-header-tree-view.c: * Implement marking messages - as deleted and show delete status in header list. - -2006-06-06 12:14 djcb - - * src/gtk-glade/modest-icon-names.h, - src/modest-tny-folder-tree-view.c: * implement icons in the - folder view - -2006-06-06 12:13 djcb - - * src/gtk-glade/pixmaps/qgn_list_gene_attacpap.png: * forgot one - -2006-06-06 12:12 djcb - - * src/gtk-glade/Makefile.am, src/gtk-glade/glade, - src/gtk-glade/glade/qgn_list_gene_attacpap.png, - src/gtk-glade/glade/qgn_list_gene_bold.png, - src/gtk-glade/glade/qgn_list_gene_contacts.png, - src/gtk-glade/glade/qgn_list_gene_italic.png, - src/gtk-glade/glade/qgn_list_messagin_mail.png, - src/gtk-glade/glade/qgn_list_messagin_mail_unread.png, - src/gtk-glade/glade/qgn_toolb_messagin.png, - src/gtk-glade/glade/qgn_toolb_messagin_bullets.png, - src/gtk-glade/glade/qgn_toolb_messagin_delete.png, - src/gtk-glade/glade/qgn_toolb_messagin_fontcolor.png, - src/gtk-glade/glade/qgn_toolb_messagin_forward.png, - src/gtk-glade/glade/qgn_toolb_messagin_moveto.png, - src/gtk-glade/glade/qgn_toolb_messagin_new.png, - src/gtk-glade/glade/qgn_toolb_messagin_next.png, - src/gtk-glade/glade/qgn_toolb_messagin_previous.png, - src/gtk-glade/glade/qgn_toolb_messagin_reply.png, - src/gtk-glade/glade/qgn_toolb_messagin_replytoall.png, - src/gtk-glade/glade/qgn_toolb_messagin_saveattachment.png, - src/gtk-glade/glade/qgn_toolb_messagin_send.png, - src/gtk-glade/glade/qgn_toolb_messagin_sendreceive.png, - src/gtk-glade/pixmaps/clip.xpm, - src/gtk-glade/pixmaps/qgn_list_gene_attacpap.png, - src/gtk-glade/pixmaps/qgn_list_gene_bold.png, - src/gtk-glade/pixmaps/qgn_list_gene_contacts.png, - src/gtk-glade/pixmaps/qgn_list_gene_fldr_clp.png, - src/gtk-glade/pixmaps/qgn_list_gene_fldr_cls.png, - src/gtk-glade/pixmaps/qgn_list_gene_fldr_exp.png, - src/gtk-glade/pixmaps/qgn_list_gene_fldr_opn.png, - src/gtk-glade/pixmaps/qgn_list_gene_italic.png, - src/gtk-glade/pixmaps/qgn_list_messagin.png, - src/gtk-glade/pixmaps/qgn_list_messagin_drafts.png, - src/gtk-glade/pixmaps/qgn_list_messagin_editor.png, - src/gtk-glade/pixmaps/qgn_list_messagin_hdr.png, - src/gtk-glade/pixmaps/qgn_list_messagin_hdr_encrypted.png, - src/gtk-glade/pixmaps/qgn_list_messagin_hdr_encrypted_high.png, - src/gtk-glade/pixmaps/qgn_list_messagin_hdr_encrypted_low.png, - src/gtk-glade/pixmaps/qgn_list_messagin_hdr_high.png, - src/gtk-glade/pixmaps/qgn_list_messagin_hdr_high_unread.png, - src/gtk-glade/pixmaps/qgn_list_messagin_hdr_low.png, - src/gtk-glade/pixmaps/qgn_list_messagin_hdr_low_unread.png, - src/gtk-glade/pixmaps/qgn_list_messagin_hdr_signed.png, - src/gtk-glade/pixmaps/qgn_list_messagin_hdr_signed_high.png, - src/gtk-glade/pixmaps/qgn_list_messagin_hdr_signed_low.png, - src/gtk-glade/pixmaps/qgn_list_messagin_hdr_unread.png, - src/gtk-glade/pixmaps/qgn_list_messagin_hdr_unread_encrypted.png, - src/gtk-glade/pixmaps/qgn_list_messagin_hdr_unread_encrypted_high.png, - src/gtk-glade/pixmaps/qgn_list_messagin_hdr_unread_encrypted_low.png, - src/gtk-glade/pixmaps/qgn_list_messagin_hdr_unread_signed.png, - src/gtk-glade/pixmaps/qgn_list_messagin_hdr_unread_signed_high.png, - src/gtk-glade/pixmaps/qgn_list_messagin_hdr_unread_signed_low.png, - src/gtk-glade/pixmaps/qgn_list_messagin_inbox.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_encrypted_read.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_encrypted_read_high.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_encrypted_read_low.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_encrypted_unread.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_encrypted_unread_high.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_encrypted_unread_low.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_high.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_high_unread.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_low.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_low_unread.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_signed_read.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_signed_read_high.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_signed_read_low.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_signed_unread.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_signed_unread_high.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_signed_unread_low.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_unread.png, - src/gtk-glade/pixmaps/qgn_list_messagin_outbox.png, - src/gtk-glade/pixmaps/qgn_list_messagin_sent.png, - src/gtk-glade/pixmaps/qgn_list_messagin_viewer.png, - src/gtk-glade/pixmaps/qgn_list_messaging_high.png, - src/gtk-glade/pixmaps/qgn_list_messaging_low.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_bullets.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_delete.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_fontcolor.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_forward.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_moveto.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_new.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_next.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_previous.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_reply.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_replytoall.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_saveattachment.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_send.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_sendreceive.png, - src/gtk-glade/pixmaps/read.xpm, src/gtk-glade/pixmaps/unread.xpm: - * put glade pixmaps in special glade dir - * add a bunch of pixmaps in pixmaps - * update Makefile.am - -2006-06-06 08:51 djcb - - * src/Makefile.am, src/gtk-glade/Makefile.am, - src/gtk-glade/modest-icon-names.h, src/modest-main.c, - src/modest-tny-header-tree-view.c: * use the modest_icon_factory: - - init/unit in modest-main.c - - front-end specific list of names=>icons in - gtk-glade/modest-icon-names.h - - use the icon factory in modest-tny-header-tree-view instead of - the ad-hack - which was there. modest-tny-folder-tree-view will follow later - - Makefile.am's: add the new files / include paths - -2006-06-06 08:37 djcb - - * src/modest-icon-factory.c, src/modest-icon-factory.h: * add - ModestIconFactory implementation - -2006-06-02 15:24 djcb - - * src/modest-tny-account-store.c: * update for tinymail changes - (don't include tny-device.h) - -2006-06-02 15:22 djcb - - * src/modest-tny-header-tree-view.h: * actually *declare* the - compact header view.... *d'oh* - -2006-06-02 15:21 djcb - - * src/gtk-glade/Makefile.am, src/gtk-glade/modest-ui.c, - src/gtk-glade/pixmaps/qgn_list_messagin_mail.png, - src/gtk-glade/pixmaps/qgn_list_messagin_mail_unread.png: * add - compact display as default, some icons - -2006-06-02 15:19 djcb - - * src/modest-tny-header-tree-view.c: * add a compact display of a - header (ie. from/date/subject in one column) - -2006-06-02 15:17 djcb - - * src/Makefile.am: * update for new configure.ac, hildon support - -2006-06-02 15:16 djcb - - * src/modest-text-utils.h: * add missing include for time.h - -2006-06-02 15:16 djcb - - * configure.ac: * support hildon - -2006-06-01 08:42 djcb - - * src/modest-account-mgr.c, src/modest-tny-account-store.c: * - cosmetics - -2006-06-01 08:38 djcb - - * src/modest-tny-header-tree-view.c: * update for latest tinymail - -2006-05-31 16:27 djcb - - * src/gtk-glade/modest-ui.c, src/gtk/modest-main-window.c, - src/modest-tny-header-tree-view.c, - src/modest-tny-header-tree-view.h: * all: - - first step of configurable headers in the header view. - now, the headers to be shown and their order is a setting - on the header view - - added support for styles; which we will need for the - Maemo-version - -2006-05-31 14:28 arne - - * src/modest-conf.h, src/modest-tny-account-store.h, - src/modest-tny-msg-actions.h, src/modest-tny-msg-view.h, - src/modest-tny-transport-actions.h, src/modest-ui.h: * doc - updates / fixes - -2006-05-31 13:44 arne - - * src/modest-account-mgr.h: * doc fixes - -2006-05-31 11:59 djcb - - * src/gtk-glade/modest-ui.c, src/modest-tny-header-tree-view.c: * - improve header-view a bit. make columns reorderable. o - ptimized display of names, ie. "foo bar " will - be shown as foo bar - -2006-05-30 19:45 arne - - * src/Makefile.am, src/gtk-glade/modest-ui.c, - src/modest-account-keys.h, src/modest-account-mgr.c, - src/modest-account-mgr.h, src/modest-identity-keys.h, - src/modest-identity-mgr.c, src/modest-identity-mgr.h, - src/modest-main.c: * moved identity-related functionality from - modest-account-mgr to the new modest-identity-mgr (which is a - basically a copy of the account-mgr) - - * my anjuta reformatted modest-account-*, if this bothers - anybody, we should be able to revert to the 2nd previous version. - I think I only changed some typos. - - * implemented (i.e. copied) the missing modest-identity-mgr-* - methods - - * changed to using the identity-mgr where aprropriate - -2006-05-30 17:18 arne - - * src/modest-text-utils.c, src/modest-text-utils.h, - src/modest-tny-msg-actions.c, src/modest-tny-msg-actions.h: * got - rid of most GtkTextBuffers in quote code - - * some cleanup / reformatting - -2006-05-30 14:38 arne - - * src/gtk-glade/modest-ui.c, src/modest-text-utils.c, - src/modest-text-utils.h, src/modest-tny-msg-actions.c, - src/modest-tny-msg-actions.h, src/modest-tny-msg-view.c, - src/modest-tny-msg-view.h: * moded find_body_part from - modest-tny-msg-view to modest-tny-msg-actions - - * modest_tny_msg_actions_quote & co now pass and take char* - instead of GtkTextBuffers (but there's still one layer of - wrapping left -> TODO) - -2006-05-30 12:11 djcb - - * src/modest-tny-msg-view.c: * fix leak - -2006-05-30 12:09 djcb - - * src/modest-tny-header-tree-view.c: * update for changes in - tinymail API - -2006-05-30 11:03 arne - - * src/modest-tny-msg-view.c: * fixed leak - -2006-05-30 09:46 djcb - - * src/modest-tny-msg-view.c: * modest-tny-msg-view.c: - - don't try to unref the priv->gtkhtml, we don't own it - this gets rid of the G_OBJECT error when we exit - -2006-05-30 09:02 djcb - - * src/gtk-glade/Makefile.am, src/gtk-glade/pixmaps/clip.xpm, - src/gtk-glade/pixmaps/read.xpm, src/gtk-glade/pixmaps/unread.xpm, - src/modest-tny-header-tree-view.c: * all: - - add icons support to the header view - - add icons - - install icons - -2006-05-29 15:10 arne - - * src/Makefile.am, src/gtk-glade/modest-ui.c, - src/modest-tny-msg-actions.c, src/modest-tny-msg-actions.h, - src/modest-tny-msg-view.c, src/modest-tny-msg-view.h: * moved - most of the quote code from modest-ui to (new) - modest-tny-msg-actions - - * general cleanup (still some left to do) - -2006-05-29 12:24 djcb - - * src/modest-tny-folder-tree-view.c, - src/modest-tny-folder-tree-view.h, - src/modest-tny-header-tree-view.c, - src/modest-tny-header-tree-view.h: * - modest-tny-folder-tree-view.c: - - make folder names bold and append () with the number - of unread messages for the folder, if there are any. Sadly, - TNY_ACCOUNT_TREE_MODEL_UNREAD_COLUMN never contains anything - but 0 - * modest-tny-header-tree-view.c: - - make message which don't have the 'SEEN'-flag display in bold. - - added also the the setting of this flags when you select the - message, but tinymail does not like that (crash), so that code - has been disabled - * all: - - fix the macro-mistake due to spuug - -2006-05-26 15:55 djcb - - * src/gtk-glade/modest-ui.c, src/modest-tny-folder-tree-view.c: * - move folder tree decoration to ModestTnyFolderTreeView - -2006-05-26 15:40 djcb - - * src/modest-tny-account-store.c, - src/modest-tny-folder-tree-view.c: * - modest-tny-folder-tree-view.c: - - update for latest tinymail. We don't need to implement - TnyMsgSummaryIface - * modest-tny-account-store.c: - - provide the account name to through the AccountStoreIface*. Now - this name will be shown - the UI as well - -2006-05-26 12:38 arne - - * src/gtk-glade/modest-ui.c, src/modest-tny-msg-view.c, - src/modest-tny-msg-view.h: * began work on quoting html messages. - I use an ugly hack to get the text from the GtkHTML; I need help - to do it right. -> mailing list - -2006-05-26 12:36 arne - - * src/modest-text-utils.c: * bugfix: text not ending with a newline - was not quoted correctly - - * bugfix: text ending with a very long line was not quoted - correctly - -2006-05-25 18:37 arne - - * src/modest-tny-transport-actions.c: * when sending mail, check - the charset and set it to "utf-8" in the header, if appropriate. - Can anybody tell my why the content-type has to be set *4* times? - -2006-05-25 18:32 arne - - * src/modest-account-mgr.c: * commented out the overwrite checks in - modest_account_mgr_add_server_account and - modest_account_mgr_add_identity for now. It was a PITA to do - --reinstall-factory-settings before. - -2006-05-24 19:10 arne - - * src/gtk-glade/modest-ui.c, src/modest-account-keys.h, - src/modest-account-mgr.c, src/modest-account-mgr.h, - src/modest-main.c: * began work on identities storage. right now, - this is a ugly hack into modest-account-mgr. Please do a modest - --reinstall-factory-settings. - - * email could now be sent without patching the source as the from - address is stored in gconf - -2006-05-24 18:55 arne - - * src/modest-text-utils.c: * add comment - -2006-05-24 16:02 florian - - * src/modest-tny-header-tree-view.c: * Add basic message flags - support, still looks ugly. - -2006-05-24 14:40 arne - - * src/modest-text-utils.c: * (quote) utf8 actually works now - - * reformatting stops at the signature (marked by "-- ") - -2006-05-24 13:47 djcb - - * src/modest-tny-msg-view.h: * improved documentation, fix spuug - mistake - -2006-05-24 13:44 arne - - * src/Makefile.am, src/gtk-glade/modest-ui.c, - src/modest-text-utils.c, src/modest-text-utils.h: * moved most - quote-related funtions to (new) modest-text-utils.[ch] - -2006-05-24 13:36 arne - - * src/modest-ui.h: * some typos fixed - -2006-05-24 10:19 arne - - * src/gtk-glade/modest-ui.c: * (quote) some cleanup, should work - correctly on UTF-8 now (please test!) - - -2006-05-22 20:09 arne - - * src/gtk-glade/modest-ui.c: * (reply) rewrote the quote code. now - feature-complete. still needs documentation and cleanup, but - works fine (here) - -2006-05-22 14:41 djcb - - * src/modest-tny-msg-view.c, src/modest-tny-stream-gtkhtml.c, - src/modest-tny-stream-gtkhtml.h: * - modest-tny-stream-gtkhtml.[ch]: - - use GtkHTMLStream as the wrapped type, not GTKHtml. Simplifies - things - * modest-tny-msg-view.c: - - implemented embedded images in HTML mails. Now we can read spam - effectively :-) - (external images are not supported, as they are a privacy risk, - but maybe - later, when user asks for it) - -2006-05-22 14:18 arne - - * src/gtk-glade/modest-ui.c: * (reply) fixed some memleaks; cleanup - -2006-05-22 11:47 djcb - - * src/modest-tny-account-store.c, src/modest-tny-msg-view.c, - src/modest-tny-stream-gtkhtml.c: * modest-tny-account-store.c: - - remove some annoying g_message's - * modest-tny-msg-view.c: - - fix gtk warnings, crash when clicked on empty - * modest-tny-stream-gtkhtml.c: - - remove annoying warning - - -2006-05-22 09:27 djcb - - * src/modest-tny-msg-view.c: * clear the message view first - thus, - empty messages will be shown correctly - -2006-05-22 09:02 djcb - - * src/modest-tny-header-tree-view.c: * use alternating background - colours for header rows - -2006-05-21 15:04 florian - - * src/gtk-glade/modest-ui.c, src/modest-tny-header-tree-view.c: * - Implement searching and sorting with GtkTreeView and - GtkTreeViewColumn mechanisms. - Sorting needs some addintional investigation and performance - improvements. - * Minor formating change. - -2006-05-19 19:10 nils - - * src/modest-tny-account-store.c: * minor indent fix - -2006-05-19 18:18 silvan - - * src/gtk-glade/modest-ui.c, src/gtk-glade/modest.glade, - src/modest-account-mgr.c, src/modest-main.c, - src/modest-tny-account-store.c: * So, now I think I finally got - all changes from Arne and myself together. - -2006-05-19 18:08 silvan - - * src/gtk-glade/modest-ui.c: * I hate revision control systems - -2006-05-19 17:55 arne - - * src/gtk-glade/modest-ui.c: * reply and quote code complete - (feature-wise), less bugs. Still lots to fix. - -2006-05-19 17:45 arne - - * src/gtk-glade/modest-ui.c: * oops, revert to previous version - -2006-05-19 17:36 arne - - * src/gtk-glade/modest-ui.c: * reply and quote code complete - (feature-wise), less bugs. Still lots to fix. - -2006-05-19 16:14 silvan - - * src/gtk-glade/modest-ui.c: * advanced setup dialog now shows - different accounts in selector - -2006-05-19 15:53 arne - - * src/gtk-glade/modest-ui.c: * added reply: quote message. still - buggy but shouldn't break anything else. - -2006-05-18 18:19 florian - - * src/gtk-glade/modest-ui.c, src/gtk/modest-main-window.c, - src/modest-tny-header-tree-view.c: * Move tree column creation - from UI implementations to modest-tny-header-tree-view.c. - * Add file header draft to modest-tny-header-tree-view.c. - * Remove some obsolete comments. - -2006-05-18 15:30 nils - - * src/gtk-glade/modest.glade: * removed "allow shrink" property - from table in mail-view and mail-edit (those caused UI L&F bug - hiding header fields) - -2006-05-18 15:23 djcb - - * docs/Makefile.am, docs/design, docs/reference/modest-docs.sgml: * - move the LaTex-based documentation to the gtk-doc files - -2006-05-18 14:10 silvan - - * src/gtk-glade/modest.glade: * set advanced setup dialog to - position "center on parent" - -2006-05-18 14:07 silvan - - * src/gtk-glade/modest-ui.c: * account setup dialog is now handled - correctly after it is closed - -2006-05-18 13:42 silvan - - * src/gtk-glade/modest-ui.c: * advanced account setup dialog bound - to menu - -2006-05-17 15:53 silvan - - * src/gtk-glade/modest.glade: * added account selector to advanced - account setup dialog - -2006-05-17 15:48 djcb - - * src/modest-tny-msg-view.c: * implement TnyMsgView using the new - GtkHTML-based TnyStreamIface - This means that HTML-emails are now supported as well. - -2006-05-17 15:46 djcb - - * configure.ac, src/Makefile.am: * build the new GtkHTML-based - TnyMsgStreamIface - -2006-05-17 15:45 djcb - - * src/modest-tny-stream-gtkhtml.c, src/modest-tny-stream-gtkhtml.h: - * add TnyStreamIface implementation using gtkhtml - -2006-05-17 07:16 djcb - - * src/gtk-glade/Makefile.am, src/gtk-glade/modest.glade.h: * remove - the .glade.h-stuff; we don't need that - -2006-05-16 17:47 arne - - * src/gtk-glade/modest-ui.c, src/gtk-glade/modest.glade: * the - message view is now a scrollwindow which is linked directly into - the mail paned - -2006-05-16 16:18 nils - - * TODO: * removed TODO file, todos now managed through GForge - tasks/todo - -2006-05-16 15:50 florian - - * src/modest-tny-account-store.c: Create device object, get rid of - nasty warning at startup. - -2006-05-16 14:36 silvan - - * src/gtk-glade/modest-ui.c, src/modest-tny-account-store.c: * - fixed some typos / comments - * add FIXMEs: - - append the prompt to the emitted signal, so the password dialog - shows the - prompt supplied by the caller of this function. - - handling of cancel event in password dialog - -2006-05-16 11:57 arne - - * src/gtk-glade/modest.glade, src/modest-tny-msg-view.c, - src/modest-tny-msg-view.h: * changed parent class of - ModestTnyMsgView (again) to GtkScrolledWindow - - * changed type of (glade) mail_view from GtkScrolledWindow to - GtkFrame - -2006-05-16 11:20 nils - - * src/gtk-glade/modest-ui.c: * removed not longer needed fake - password dialog - -2006-05-16 11:16 arne - - * src/gtk-glade/modest-ui.c: * began work on the reply dialog (non - functional as of now) - -2006-05-16 11:13 arne - - * src/modest-tny-msg-view.c, src/modest-tny-msg-view.h: * changed - the parent class of ModestTnyMsgView from GtkFrame to GtkTextView - to get rid of a gtk warning. - -2006-05-16 11:12 silvan - - * src/modest-tny-account-store.c: * I hate revision control - systems... - -2006-05-16 11:08 silvan - - * src/gtk-glade/modest-ui.c, src/modest-tny-account-store.c, - src/modest-tny-account-store.h: * password dialog implemented and - bound to "password_requested" signal - * corrected type of modest_tny_account_store_get_accout_mgr - -2006-05-16 11:01 nils - - * src/modest-tny-account-store.c: * minor indentation fix - -2006-05-16 10:43 silvan - - * src/modest-tny-account-store.h: - modest_tny_account_store_get_accout_mgr() added to - modest-tny-account-store.h - -2006-05-15 19:36 florian - - * TODO: Remove finished gtk-doc task. - -2006-05-15 17:53 arne - - * src/modest-tny-msg-view.c: * clear the message text view before - displaying the selected message - -2006-05-15 17:51 nils - - * src/modest-tny-account-store.c, src/modest-tny-account-store.h: * - added GTKdoc documentation - maybe wrong, please review! - -2006-05-15 17:06 florian - - * docs/reference/tmpl/modest-account-keys.sgml: Some basic - information about modest-account-keys. - -2006-05-15 16:51 nils - - * src/modest-proto.h: * added GTKdoc compliant documentation - -2006-05-15 16:44 nils - - * src/modest-window-mgr.h: * added GTKdoc compliant documentation - -2006-05-15 16:09 florian - - * docs/reference/tmpl, - docs/reference/tmpl/modest-account-keys.sgml, - docs/reference/tmpl/modest-account-mgr.sgml, - docs/reference/tmpl/modest-conf-keys.sgml, - docs/reference/tmpl/modest-conf.sgml, - docs/reference/tmpl/modest-edit-window.sgml, - docs/reference/tmpl/modest-main-window.sgml, - docs/reference/tmpl/modest-proto.sgml, - docs/reference/tmpl/modest-tny-account-store.sgml, - docs/reference/tmpl/modest-tny-folder-tree-view.sgml, - docs/reference/tmpl/modest-tny-header-tree-view.sgml, - docs/reference/tmpl/modest-tny-msg-view.sgml, - docs/reference/tmpl/modest-tny-transport-actions.sgml, - docs/reference/tmpl/modest-ui.sgml, - docs/reference/tmpl/modest-unused.sgml, - docs/reference/tmpl/modest-window-mgr.sgml, - docs/reference/tmpl/modest.glade.sgml: Add documentation template - files in order to add some global documentation. - -2006-05-15 15:36 florian - - * ChangeLog, docs/reference/modest-docs.sgml, - docs/reference/modest-sections.txt: make gtk-doc work for all - modules. - sgml includes currently deactivated. - -2006-05-15 08:27 djcb - - * TODO: * minor clarifications - -2006-05-12 16:18 djcb - - * docs/design/modest-account-mgr.png, - docs/design/modest-design.tex: * Update the documentation, in - particular about ModestAccountMgr - -2006-05-12 15:32 silvan - - * src/modest-account-mgr.c: * Added MODEST_ACCOUNT_NAMESPACE again - to get_account_keyname - -2006-05-12 13:54 arne - - * src/gtk-glade/modest.glade, src/gtk-glade/modest.glade.h: * - "Finnish" -> "Finish" (though I liked that one :-) - -2006-05-12 13:35 arne - - * configure.ac: * added camel-1.2 and libtinymail-gnome-desktop-1.0 - -2006-05-12 12:40 djcb - - * src/gtk-glade/modest-ui.c, src/gtk-glade/modest.glade: * some - small fixes in the glade file - * first test implementation of sending mail; just click on the - new - mail icon. Anyway. This is not very robust, and you'll need - to (manually) close modest after trying. So consider this as - a pre-view version - -2006-05-12 12:37 djcb - - * src/Makefile.am, src/modest-tny-transport-actions.c, - src/modest-tny-transport-actions.h: * first hackish - implementation of *sending* mail - -2006-05-12 12:34 djcb - - * src/modest-tny-folder-tree-view.c, - src/modest-tny-header-tree-view.c: * small cleanups, and - modest-tny-header-tree-view does not use - async headers anymore, as that does not seem to work now. - -2006-05-12 12:28 djcb - - * src/modest-account-mgr.c, src/modest-tny-account-store.c, - src/modest-tny-account-store.h: * fix the issues with - account-store and account-mgr: - - all the account name are now only the account names, not the - full gconf path - - fixed confusion between server_accounts and accounts - - fixed the problems with the above in modest-tny-account-store - - added the _store_get_device function; it returns NULL though, - which causes - the GLib-GObject warning at startup - - modest-tny-account-store now *replaces* tny-account-store.c - with a modest-specific - implementation. In practice it means that it implements the - _get_session. - - all should work now with the latest tinymail - -2006-05-12 11:59 nils - - * src/Makefile.am, src/tny-password-dialog.c, - src/tny-password-dialog.h: * Removed tny-password-dialog.* again, - no longer needed. - -2006-05-12 10:58 nils - - * configure.ac, gtk-doc.make, src/Makefile.am: * Modified to adapt - for new tinymail gnome-ui with firefox HTML rendering - - not necessary for Modest but at the moment needed to be able to - make - Modest at all. - * remove gtk-doc.make since it will be automatically re-created - when running - autogen.sh - -2006-05-11 18:18 nils - - * src/Makefile.am, src/tny-password-dialog.c, - src/tny-password-dialog.h: HACK ALERT! - Since libtinymail-gnome-desktop now requires - tny-password-dialog() functions - which are implemented as externals (I guess this will change!) we - have to - provide them too - else modest will not link at all. - - So this *hack* will go away ASAP is only good for making modest - to compile - again. - -2006-05-11 15:39 djcb - - * src/modest-tny-account-store.c: * modest-tny-account-store.c: - - keep some ptr around in ModestTnyAccountStorePrivate* so we - don't leak - - update all the data returning functions to use that - - free them in the finalize, add some cleanup functions - - add TnyDevice get_device stub - - add some sanity checks - - I merged my changes with the ones from Nils/Silvan - - Still, it still *crashes*, like it does in the version without - these changes. - So I'm still checking this is, as things have not gotten *worse*. - - Both old and new versions do: - - (modest:17203): GLib-GObject-WARNING **: invalid cast from - `ModestTnyAccountStore' to `TnyAccountStore' - - (modest:17203): GLib-GObject-WARNING **: attempt to retrieve - private data for invalid type 'TnyAccountStore' - - Will research this further. - -2006-05-11 15:25 djcb - - * src/modest-main.c: * --debug cmdline arg to modestnow works, it - will abort in case of - GLib warnings, this is quite handy for debugging - Note (to self and others): g_message can be used for messages - that - should cause aborts. - - -2006-05-11 15:10 nils - - * src/modest-account-mgr.c, src/modest-tny-account-store.c: * fixed - get_account_keyname(), not adding MODEST_ACCOUNT_NAMESPACE to - keys anymore - -2006-05-11 12:53 silvan - - * src/modest-tny-account-store.c: * removed duplicated #includes - * get_password reads passwd from modest_conf - -2006-05-11 12:25 djcb - - * src/modest-account-mgr.c, src/modest-account-mgr.h: * this adds - modest_account_server_(get|set)_(string|bool|int) so we don't - need to tricks anymore. - -2006-05-11 11:33 florian - - * html/module.html: change module status - -2006-05-11 11:29 florian - - * html/module.html: Add module list. - -2006-05-11 08:39 djcb - - * TODO: * added non-exhaustive :( list of todo items - -2006-05-10 19:42 silvan - - * src/modest-account-mgr.c: reinserted accidentally removed methods - in modest-account-mgr - -2006-05-10 15:43 silvan - - * src/modest-account-mgr.c: "corrected get_account_keyname" again - and modified - "modest_account_mgr_add_account", to user correct keynames to - access conf entries. - -2006-05-10 14:49 silvan - - * src/modest-account-mgr.c: MODEST_ACCOUNT_NAMESPACE in - get_account_keyname added - -> corrects access of account-Keys - -2006-05-10 14:43 nils - - * src/modest-tny-account-store.c: Fixed g_strconcat() bug in cache - dirname creation (forgot trailing NULL). - -2006-05-10 12:14 nils - - * src/modest-tny-account-store.c: Added proper comment - -2006-05-10 12:07 nils - - * src/modest-tny-account-store.c: Added proper return of cache dir - pathname in - modest_tny_account_store_get_cache_dir() - -2006-05-10 11:49 nils - - * src/gtk-glade/Makefile.am: Added pixmaps install target - -2006-05-10 11:42 florian - - * ChangeLog, src/Makefile.am, src/gtk-glade/Makefile.am, - src/gtk-glade/modest-ui.c: Install glade file. - Use installed glade file. - -2006-05-10 11:07 nils - - * html/index.html: Removed double references from the links section - -2006-05-10 10:46 djcb - - * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README, - autogen.sh, configure.ac, gtk-doc.make, src, src/Makefile.am, - src/gtk, src/gtk-glade, src/gtk-glade/Makefile.am, - src/gtk-glade/modest-ui.c, src/gtk-glade/modest.glade, - src/gtk-glade/modest.glade.h, src/gtk-glade/modest.gladep, - src/gtk-glade/pixmaps, - src/gtk-glade/pixmaps/qgn_list_gene_attacpap.png, - src/gtk-glade/pixmaps/qgn_list_gene_bold.png, - src/gtk-glade/pixmaps/qgn_list_gene_contacts.png, - src/gtk-glade/pixmaps/qgn_list_gene_italic.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_bullets.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_delete.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_fontcolor.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_forward.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_moveto.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_new.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_next.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_previous.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_reply.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_replytoall.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_saveattachment.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_send.png, - src/gtk-glade/pixmaps/qgn_toolb_messagin_sendreceive.png, - src/gtk/Makefile.am, src/gtk/modest-edit-window.c, - src/gtk/modest-edit-window.h, src/gtk/modest-main-window.c, - src/gtk/modest-main-window.h, src/gtk/modest-ui.c, src/hildon, - src/hildon/Makefile.am, src/modest-account-keys.h, - src/modest-account-mgr.c, src/modest-account-mgr.h, - src/modest-conf-gconf.c, src/modest-conf-keys.h, - src/modest-conf.h, src/modest-main.c, src/modest-proto.c, - src/modest-proto.h, src/modest-tny-account-store.c, - src/modest-tny-account-store.h, - src/modest-tny-folder-tree-view.c, - src/modest-tny-folder-tree-view.h, - src/modest-tny-header-tree-view.c, - src/modest-tny-header-tree-view.h, src/modest-tny-msg-view.c, - src/modest-tny-msg-view.h, src/modest-ui.h, - src/modest-window-mgr.c, src/modest-window-mgr.h: * initial code - dump into SVN; needs some work - -2006-05-10 10:21 djcb - - * docs, docs/Makefile.am, docs/design, - docs/design/modest-design.tex, docs/reference, - docs/reference/Makefile.am, docs/reference/modest-docs.sgml, - docs/reference/modest-overrides.txt, - docs/reference/modest-sections.txt: * add documentation - -2006-05-10 10:09 djcb - - * html/index.html: * updated webpage; i guess the webpage needs - some more love... - -2006-05-10 08:30 djcb - - * experimental, experimental: * moved 'experimental' outside the - trunk - -2006-05-09 15:59 florian - - * experimental/ChangeLog, experimental/accountpresets, - experimental/accountpresets/Makefile, - experimental/accountpresets/modest-account-presets.c, - experimental/accountpresets/modest-account-presets.h, - experimental/accountpresets/test-modest-account-presets.c: Add - account preset object draft. - -2006-05-09 14:53 nils - - * html/linkres.html: Added reference to Camel (libcamel) - -2006-05-09 14:37 nils - - * experimental/util, experimental/util/tinycfg.sh: Added utility - dir and helper script to prime some gconf values - -2006-05-09 13:17 nils - - * experimental/modest/Makefile.in, experimental/modest/aclocal.m4, - experimental/modest/configure, experimental/modest/depcomp, - experimental/modest/docs/Makefile.in, - experimental/modest/docs/reference/Makefile.in, - experimental/modest/gtk-doc.make, experimental/modest/install-sh, - experimental/modest/missing, experimental/modest/mkinstalldirs, - experimental/modest/src/Makefile.in, - experimental/modest/src/gtk-glade/Makefile.in, - experimental/modest/src/gtk/Makefile.in, - experimental/modest/src/gtk/modest-main-window.c, - experimental/modest/src/hildon/Makefile.in: Removed automatically - built files, added gtk_quit() to gtk UI - -2006-05-09 13:03 nils - - * experimental/modest/src/modest-tny-header-tree-view.c: Update to - changed Tinymail API - -2006-05-09 12:51 silvan - - * experimental/UI/modest.glade: added visible-properties to main, - viewer and new_mail - -2006-05-09 12:48 silvan - - * experimental/display_glade, experimental/display_glade/Makefile, - experimental/display_glade/showme.c: display_glade/showme shows - the widgets of a glade file specified on the command line - or all widgets (if visible) - -2006-05-09 12:11 nils - - * html/emailx_main_sm.png, html/index.html: Smaller pixmap on main - page - -2006-05-09 12:05 nils - - * html/index.html, html/linkres.html: Added links and resources - page. - -2006-05-09 11:49 nils - - * experimental/modest, experimental/modest/AUTHORS, - experimental/modest/COPYING, experimental/modest/ChangeLog, - experimental/modest/INSTALL, experimental/modest/Makefile.am, - experimental/modest/Makefile.in, experimental/modest/NEWS, - experimental/modest/README, experimental/modest/aclocal.m4, - experimental/modest/autogen.sh, experimental/modest/config.guess, - experimental/modest/config.h.in, experimental/modest/config.sub, - experimental/modest/configure, experimental/modest/configure.ac, - experimental/modest/depcomp, experimental/modest/docs, - experimental/modest/docs/Makefile.am, - experimental/modest/docs/Makefile.in, - experimental/modest/docs/reference, - experimental/modest/docs/reference/Makefile.am, - experimental/modest/docs/reference/Makefile.in, - experimental/modest/docs/reference/html, - experimental/modest/docs/reference/html/home.png, - experimental/modest/docs/reference/html/index.html, - experimental/modest/docs/reference/html/index.sgml, - experimental/modest/docs/reference/html/ix01.html, - experimental/modest/docs/reference/html/left.png, - experimental/modest/docs/reference/html/modest-ModestConf.html, - experimental/modest/docs/reference/html/modest-core.html, - experimental/modest/docs/reference/html/modest.devhelp, - experimental/modest/docs/reference/html/modest.devhelp2, - experimental/modest/docs/reference/html/pr01.html, - experimental/modest/docs/reference/html/right.png, - experimental/modest/docs/reference/html/rn01.html, - experimental/modest/docs/reference/html/rn02.html, - experimental/modest/docs/reference/html/style.css, - experimental/modest/docs/reference/html/up.png, - experimental/modest/docs/reference/modest-docs.sgml, - experimental/modest/docs/reference/modest-overrides.txt, - experimental/modest/docs/reference/modest-sections.txt, - experimental/modest/docs/reference/tmpl, - experimental/modest/docs/reference/tmpl/modest-account-keys.sgml, - experimental/modest/docs/reference/tmpl/modest-account-mgr.sgml, - experimental/modest/docs/reference/tmpl/modest-conf-defs.sgml, - experimental/modest/docs/reference/tmpl/modest-conf-keys.sgml, - experimental/modest/docs/reference/tmpl/modest-conf.sgml, - experimental/modest/docs/reference/tmpl/modest-edit-window.sgml, - experimental/modest/docs/reference/tmpl/modest-main-window.sgml, - experimental/modest/docs/reference/tmpl/modest-tny-account-store.sgml, - experimental/modest/docs/reference/tmpl/modest-tny-folder-tree-view.sgml, - experimental/modest/docs/reference/tmpl/modest-ui.sgml, - experimental/modest/docs/reference/tmpl/modest-unused.sgml, - experimental/modest/docs/reference/tmpl/modest-window-mgr.sgml, - experimental/modest/docs/reference/xml, - experimental/modest/docs/reference/xml/modest-account-keys.xml, - experimental/modest/docs/reference/xml/modest-account-mgr.xml, - experimental/modest/docs/reference/xml/modest-conf-defs.xml, - experimental/modest/docs/reference/xml/modest-conf-keys.xml, - experimental/modest/docs/reference/xml/modest-conf.xml, - experimental/modest/docs/reference/xml/modest-edit-window.xml, - experimental/modest/docs/reference/xml/modest-main-window.xml, - experimental/modest/docs/reference/xml/modest-tny-account-store.xml, - experimental/modest/docs/reference/xml/modest-tny-folder-tree-view.xml, - experimental/modest/docs/reference/xml/modest-ui.xml, - experimental/modest/docs/reference/xml/modest-window-mgr.xml, - experimental/modest/gtk-doc.make, experimental/modest/install-sh, - experimental/modest/ltmain.sh, experimental/modest/missing, - experimental/modest/mkinstalldirs, experimental/modest/src, - experimental/modest/src/Makefile.am, - experimental/modest/src/Makefile.in, experimental/modest/src/gtk, - experimental/modest/src/gtk-glade, - experimental/modest/src/gtk-glade/Makefile.am, - experimental/modest/src/gtk-glade/Makefile.in, - experimental/modest/src/gtk/Makefile.am, - experimental/modest/src/gtk/Makefile.in, - experimental/modest/src/gtk/modest-edit-window.c, - experimental/modest/src/gtk/modest-edit-window.h, - experimental/modest/src/gtk/modest-main-window.c, - experimental/modest/src/gtk/modest-main-window.h, - experimental/modest/src/gtk/modest-ui.c, - experimental/modest/src/hildon, - experimental/modest/src/hildon/Makefile.am, - experimental/modest/src/hildon/Makefile.in, - experimental/modest/src/modest-account-keys.h, - experimental/modest/src/modest-account-mgr.c, - experimental/modest/src/modest-account-mgr.h, - experimental/modest/src/modest-conf-gconf.c, - experimental/modest/src/modest-conf-keys.h, - experimental/modest/src/modest-conf.h, - experimental/modest/src/modest-main.c, - experimental/modest/src/modest-tny-account-store.c, - experimental/modest/src/modest-tny-account-store.h, - experimental/modest/src/modest-tny-folder-tree-view.c, - experimental/modest/src/modest-tny-folder-tree-view.h, - experimental/modest/src/modest-tny-header-tree-view.c, - experimental/modest/src/modest-tny-header-tree-view.h, - experimental/modest/src/modest-tny-msg-view.c, - experimental/modest/src/modest-tny-msg-view.h, - experimental/modest/src/modest-ui.h, - experimental/modest/src/modest-window-mgr.c, - experimental/modest/src/modest-window-mgr.h: Added first - experimental Modest code. - -2006-05-09 11:33 nils - - * experimental/UI, experimental/UI/modest.glade, - experimental/UI/modest.gladep, experimental/UI/pixmaps, - experimental/UI/pixmaps/qgn_list_gene_attacpap.png, - experimental/UI/pixmaps/qgn_list_gene_bold.png, - experimental/UI/pixmaps/qgn_list_gene_contacts.png, - experimental/UI/pixmaps/qgn_list_gene_italic.png, - experimental/UI/pixmaps/qgn_toolb_messagin.png, - experimental/UI/pixmaps/qgn_toolb_messagin_bullets.png, - experimental/UI/pixmaps/qgn_toolb_messagin_delete.png, - experimental/UI/pixmaps/qgn_toolb_messagin_fontcolor.png, - experimental/UI/pixmaps/qgn_toolb_messagin_forward.png, - experimental/UI/pixmaps/qgn_toolb_messagin_moveto.png, - experimental/UI/pixmaps/qgn_toolb_messagin_new.png, - experimental/UI/pixmaps/qgn_toolb_messagin_next.png, - experimental/UI/pixmaps/qgn_toolb_messagin_previous.png, - experimental/UI/pixmaps/qgn_toolb_messagin_reply.png, - experimental/UI/pixmaps/qgn_toolb_messagin_replytoall.png, - experimental/UI/pixmaps/qgn_toolb_messagin_saveattachment.png, - experimental/UI/pixmaps/qgn_toolb_messagin_send.png, - experimental/UI/pixmaps/qgn_toolb_messagin_sendreceive.png: Added - user interface design from UI designers. - -2006-05-08 16:49 florian - - * html/module.html: Fix typo. - -2006-05-08 16:47 florian - - * html/module.html: Add module intformation draft. - -2006-05-08 14:25 florian - - * html/index.html: Add some information and start project info - section. - -2006-04-30 19:53 nils - - * html/emailx_main.png, html/emailx_new_message.png, - html/index.html, html/screenshot.png: OK, take the more official - "screenshots". - -2006-04-30 19:49 nils - - * html/index.html, html/screenshot.png: Nicer homepage ;) - -2006-04-30 19:46 nils - - * experimental, modest: ../svn-commit.2.tmp - -2006-04-28 15:23 nils - - * html/index.html: Added first index.html start page. - -2006-04-28 15:22 nils - - * html: Added html subdirectory, containing the project homepage. - This directory will automatically be copied over to the homepage - location. - -2006-04-28 15:21 nils - - * .: Added trunk - +* please check the svn log instead