* src/widget/Makefile.am, src/maemo/Makefile.am:
[modest] / src / modest-ui-actions.c
2007-12-03 Sergio Villar Senin * Added an extra error check
2007-12-03 Jose Dapena PazThis patch includes a lot of work to refactor and reorg...
2007-11-29 Sergio Villar Senin * Needed initialization
2007-11-29 Sergio Villar Senin * Add connection error handling to message opening
2007-11-27 Sergio Villar Senin * Removed some comments
2007-11-27 Sergio Villar Senin * The password request dialog was appearing bellow...
2007-11-26 Sergio Villar Senin * Fixes NB#76991, the send/receive refreshes the curre...
2007-11-26 Felipe Erias Moran... Fixes NB#63571
2007-11-26 Jose Dapena PazThese changes are for reenabling build of gnome port.
2007-11-23 Sergio Villar Senin * Fixes NB#74075, app hanging/crashing while creating...
2007-11-22 Jose Dapena Paz* src/modest-mail-operation.c:
2007-11-20 Alberto GarciaDon't wait till the message is completely saved to...
2007-11-15 Alberto Garcia* If a user edits a message from drafts, disable the...
2007-11-15 Sergio Villar Senin * Refactored two error handlers
2007-11-14 Alberto GarciaDon't show mail_ib_attachment_already_purged, as this...
2007-11-14 Felipe Erias Moran... Fixes NB#75672
2007-11-14 Sergio Villar Senin * Refactored the code o modest_mail_operation_get_msg...
2007-11-14 Sergio Villar Senin * Fixes NB#75878, the account wizard dialog is no...
2007-11-13 Dirk-Jan C. Binnema* minor coverity fixes
2007-11-13 Sergio Villar Senin * Migrated the Dnd of folders to use the new connect_a...
2007-11-12 Sergio Villar Senin * Reverting changes of commit 3674 since the original...
2007-11-12 Sergio Villar Senin * Optimization, do not refresh the INBOX after a s...
2007-11-12 Sergio Villar Senin * Now the current folder is only refreshed in the...
2007-11-12 Alberto GarciaUse tny_folder_add_msg_async() to save a message to...
2007-11-09 Sergio Villar Senin * Migrated the do_send_receive to use connect_and_perf...
2007-11-09 Jose Dapena Paz* src/modest-tny-account-store.[ch]:
2007-11-08 Sergio Villar Senin * Fixes NB#75550, after deleting a folder the focus...
2007-11-07 Sergio Villar Senin * Do not notify new mails when modest is already running
2007-11-06 Sergio Villar Senin * Added some missing parts of my original "remove...
2007-11-06 Alberto GarciaAllow creation of folders under the MMC root folder
2007-11-05 Alberto GarciaMove messages from the viewer if the source folder...
2007-11-05 Dirk-Jan C. Binnema* some extra error handling to prevent NULL dereferences
2007-11-05 Dirk-Jan C. Binnemafix possible NULL dereference
2007-11-05 Dirk-Jan C. Binnema* check to prevent NULL-dereference (headers)
2007-11-05 Sergio Villar Senin * Added some code, that allows the folder view to...
2007-11-05 Sergio Villar Senin * Fixes NB#74764, NB#74260, NB#74639
2007-11-05 Dirk-Jan C. Binnema* modest-tny-msg.c:
2007-11-02 Dirk-Jan C. Binnema* some further cleanups of the help system, added:
2007-11-02 Dirk-Jan C. Binnema* cleanup: added modest_tny_folder_get_help_id, and...
2007-11-01 Dirk-Jan C. Binnema* warn when some weird folder rename error occurs that...
2007-10-31 Alberto Garciatny_header_{set,unset}_flags() renamed to tny_header_...
2007-10-31 Dirk-Jan C. Binnema* this is dirk's version of sergio's patch to only...
2007-10-29 Dirk-Jan C. Binnema* check for invalid folders in many places
2007-10-25 Alberto Garcia* modest-tny-account-store:
2007-10-25 Sergio Villar Senin * Removed a public method
2007-10-24 Felipe Erias Moran... fixes NB#74061
2007-10-23 Alberto GarciaShow all accounts in the "Move To" dialog, not just...
2007-10-22 Alberto GarciaMore refactoring of the ComposeMail DBUS handler, now...
2007-10-22 Alberto GarciaRefactored the code of modest_ui_actions_on_new_msg...
2007-10-19 Sergio Villar Senin * Do not modify the header view contents style when...
2007-10-19 Sergio Villar Senin * Remove some invalid code from the D-Bus callb...
2007-10-19 Jose Dapena Paz* src/modest-ui-actions.c:
2007-10-19 Jose Dapena PazWork to make attachments be opened in a single instance...
2007-10-17 Alberto GarciaMessages in the Outbox are opened with the viewer, not
2007-10-15 Sergio Villar Senin * Fixed modest_text_utils_get_display_address, now...
2007-10-10 Jose Dapena Paz* src/modest-ui-actions.c:
2007-10-09 Sergio Villar Senin * Added a destroyer to the error handler of the mail...
2007-10-09 Sergio Villar Senin * Replaced GtkWindow by ModestWindow in some places
2007-10-04 Sergio Villar Senin * Fixes NB#62423, the first INBOX folder is not select...
2007-10-04 Sergio Villar Senin * Added a callback for the save_to_drafts operation
2007-10-03 Sergio Villar Senin * Fixes NB#65999 note that the translation is still...
2007-10-02 Sergio Villar Senin * Moved the op_type to the mail operations, it should...
2007-09-28 Sergio Villar Senin * Fixed NB#62792, the editor is closed if the...
2007-09-28 Jose Dapena PazThis commit implements a new handling of image attachme...
2007-09-27 Sergio Villar Senin * The "account-changed" signal is now properly managed...
2007-09-27 Jose Dapena PazWork to fix NB#66729: after moving selected messages...
2007-09-26 Jose Dapena Paz* src/modest-ui-actions.c:
2007-09-26 Jose Dapena Paz* src/widgets/modest-msg-edit-window.h:
2007-09-25 Jose Dapena PazWork to fix NB#61649:
2007-09-21 Sergio Villar Senin * Fixes NB#66338, show the proper info banner when...
2007-09-21 Dirk-Jan C. Binnema* make sure there only one modal window at any time...
2007-09-19 Sergio Villar Senin * Renamed one method in modest UI actions
2007-09-19 Jose Dapena Paz* src/modest-ui-actions.c:
2007-09-18 Sergio Villar Senin * Fixed an invalid g_object_ref without g_object_unref
2007-09-17 Sergio Villar Senin * Fixes NB#66217, do not move the selection to the...
2007-09-17 Sergio Villar Senin * Fixes NB#66167, now the "unable to delete N messages...
2007-09-17 Jose Dapena Paz* src/widgets/modest-header-view-render.c:
2007-09-17 Sergio Villar Senin * Added a check in a g_object_ref, now it could happen...
2007-09-14 Sergio Villar Senin * Removed a duplicated method
2007-09-13 Sergio Villar Senin * Fixes NB#63001, now we get errors if the SMTP connec...
2007-09-11 Sergio Villar Senin * Removed a connect_and_wait from the mail_operations...
2007-09-11 Jose Dapena Paz* src/modest-dimming-rules-group.[ch]:
2007-09-10 Sergio Villar Senin * Now it really fixes NB#64908, the accounts window...
2007-09-10 Sergio Villar Senin * Reopening NB#64908 because setting this dialog modal...
2007-09-10 Sergio Villar Senin * Fixes NB#64908, the account list window is now modal
2007-09-07 Sergio Villar Senin * Changed the update_account_thread it now refreshes...
2007-09-07 Alberto GarciaWhen moving messages to a local folder don't try to...
2007-09-07 Alberto GarciaDon't ask for confirmation on modest_ui_actions_xfer_me...
2007-09-06 Javier Fernandez... * Select previous row if last rheader is deleted.
2007-09-06 Alberto GarciaDon't pass the GtkWindow to header_list_count_uncached_...
2007-09-05 Javier Fernandez... * Check for opened edit-windows before close all windows.
2007-09-05 Javier Fernandez... * Add information banner (Opening) when user open
2007-09-04 Sergio Villar Senin * Fixes NB#64415, now the show_toolbar options are...
2007-09-03 Sergio Villar Senin * Fixed a leak with folders when refreshing
2007-08-31 Murray Cumming2007-08-31 Murray Cumming <murrayc@murrayc.com>
2007-08-31 Dirk-Jan C. Binnema* only use modest_window_set_active_account with real...
2007-08-31 Alberto Garcia* Show a "Pasting" banner when moving messages
2007-08-31 Dirk-Jan C. Binnema* remove some annoying debug warnings
2007-08-30 Sergio Villar Senin * Fixes NB#64311 show the proper help depending on...
2007-08-30 Javier Fernandez... * Commented out modest_folder_view_set_folder_selected...
next