* make sure there only one modal window at any time, and
[modest] / src / modest-ui-actions.c
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...
2007-08-30 Sergio Villar Senin * Select the folder that has been moved
2007-08-29 Sergio Villar Senin * Fixed a SIGSEV when renaming folders caused by the...
2007-08-29 Sergio Villar Senin * Fixes NB#66280, does not allow to move a folder...
2007-08-29 Alberto Garcia * src/modest-ui-actions.c
2007-08-29 Alberto Garcia * src/modest-ui-actions.c
2007-08-29 Alberto Garcia * src/modest-platform.h
2007-08-29 Sergio Villar Senin * Fixes NB#67061, do not ask the user to download...
2007-08-29 Peter Csaszarfixes NB#64231
2007-08-29 Peter Csaszarsome modification that helps solving NB#66762
2007-08-28 Sergio Villar Senin * Fixed the signature of the "folder-selection-changed...
2007-08-28 Peter Csaszarshould fix NB#65097 and NB#63178
2007-08-28 Javier Fernandez... * Define a new mail-operation to remove several messages.
2007-08-28 Sergio Villar Senin * Partially fixes NB#63588, it works but we still...
2007-08-28 Dirk-Jan C. Binnema* check whether folder_view actually exists before...
2007-08-27 Murray Cumming2007-08-27 Murray Cumming <murrayc@murrayc.com>
2007-08-27 Dirk-Jan C. Binnema* cleaner version of the patch to make sure no double...
2007-08-24 Sergio Villar Senin * Fixed a hang when moving folders using the "Move...
2007-08-24 Javier Fernandez... * Always check how many rows are selected before open it
2007-08-24 Sergio Villar Senin * Renamed a function
2007-08-24 Javier Fernandez... * Review filter_row function in header-view to define...
2007-08-24 Dirk-Jan C. Binnema* automatically register the main window
2007-08-23 Javier Fernandez... * Check subfolders name on move-to operations.
2007-08-23 Peter Csaszarfixes NB#62700, NB#62963
2007-08-23 Dirk-Jan C. Binnema* update to the latest UI spec; fixes critical bug...
2007-08-23 Dirk-Jan C. Binnema* get rid of a critical warning when moving a message;
2007-08-22 Javier Fernandez... * Keep main-view window title as selected folder, avoiding
2007-08-21 Alberto Garcia * src/modest-ui-actions.c
2007-08-21 Alberto Garcia * src/modest-ui-actions.c
2007-08-21 Alberto Garcia * src/modest-ui-actions.c
2007-08-17 Murray Cumming2007-08-17 Murray Cumming <murrayc@murrayc.com>
2007-08-17 Peter CsaszarThere was a bug 60714 which was partially fixed by...
2007-08-16 Murray Cumming2007-08-16 Murray Cumming <murrayc@murrayc.com>
2007-08-16 Armin Burgmeier2007-08-16 Armin Burgmeier <armin@openismus.com>
2007-08-15 Murray Cumming2007-08-15 Murray Cumming <murrayc@murrayc.com>
2007-08-14 Javier Fernandez... * Fixed a bug related with filter_row function and
2007-08-13 Javier Fernandez... * Fixed some bugs on dimming rules about copy/cur/paste...
2007-08-13 Javier Fernandez... * modest-header-view.c: Remove some commented and unsed...
2007-08-09 Peter Csaszarmodest-ui-actions.c: some alignment in the code
2007-08-09 Javier Fernandez... * Review fucntion 'has_retrieved_msgs' implementation
2007-08-08 Javier Fernandez... * Add a confirmation dialog to Paste operation.
2007-08-08 Javier Fernandez... * Implement optimizations on DimmingRules management.
2007-08-03 Jose Dapena Paz* src/modest-ui-actions.c:
2007-08-02 Javier Fernandez... * Move tny_folder_sync after remove operation and define it
2007-08-02 Jose Dapena Paz* src/modest-ui-actions.c:
2007-08-02 Jose Dapena Paz* src/modest-ui-actions.c:
2007-08-01 Murray Cumming2007-08-01 Murray Cumming <murrayc@murrayc.com>
2007-07-31 Jose Dapena Paz* src/modest-ui-actions.c:
2007-07-31 Johannes Schmid2007-07-30 Johannes Schmid <johannes.schmid@openismus...
2007-07-30 Jose Dapena Paz* src/modest-ui-actions.c:
2007-07-30 Jose Dapena Paz* src/modest-tny-msg.[ch]:
2007-07-30 Jose Dapena Paz* src/modest-tny-msg.[ch]:
2007-07-30 Javier Fernandez... * Outbox messsages are opened in edit window.
2007-07-30 Murray Cumming2007-07-30 Murray Cumming <murrayc@murrayc.com>
2007-07-27 Dirk-Jan C. Binnema* refresh header view after deleting a message from...
2007-07-27 Jose Dapena Paz* src/modest-ui-actions.c:
2007-07-27 Jose Dapena Paz* src/modest-ui-actions.c:
2007-07-27 Murray Cumming2007-07-27 Murray Cumming <murrayc@murrayc.com>
2007-07-26 Sergio Villar Senin * Fixes NB#64200, do not ask for a new connection...
2007-07-26 Jose Dapena Paz* src/widgets/modest-msg-edit-window.h:
2007-07-26 Javier Fernandez... * Open outbox messages in a draft view window.
2007-07-26 Murray Cumming2007-07-26 Murray Cumming <murrayc@murrayc.com>
2007-07-25 Dirk-Jan C. Binnema* make the memory card Archive folder a localized one,
2007-07-25 Dirk-Jan C. Binnema* add new addresses to the addressbook automatically...
2007-07-25 Murray Cumming2007-07-25 Murray Cumming <murrayc@murrayc.com>
2007-07-23 Sergio Villar Senin * Reverting some of the changes of commit 2431 because...
2007-07-23 Murray Cumming2007-07-23 Murray Cumming <murrayc@murrayc.com>
2007-07-23 Sergio Villar Senin * Reverted some changes from one of the latest armin...
2007-07-23 Murray Cumming2007-07-23 Murray Cumming <murrayc@murrayc.com>
2007-07-22 Armin Burgmeier2007-07-22 Armin Burgmeier <armin@openismus.com>
2007-07-20 Jose Dapena Paz* src/modest-ui-actions.c:
next