GLib/GTK+ functions, except for a couple of places were we use
GtkCList.]
* Makefile.am (INCLUDES): Add `-DG_DISABLE_DEPRECATED
-DGTK_DISABLE_DEPRECATED'.
* evolution-test-component.c (create_new_folder_selector): No
gtk_window_set_policy().
* main.c (quit_box_new): gtk_window_set_resizable() instead of
gtk_window_set_policy().
(view_map_callback): g_signal_handlers_disconnect_by_func()
instead of gtk_signal_disconnect_by_func().
(main): No need to push the GdkRGB visual/cmap anymore.
(new_view_created_callback): Likewise.
* e-task-widget.c: Renamed member pixmap of ETaskWidgetPrivate to
`image'.
(init): Updated accordingly.
(e_task_widget_construct): Use GtkImage, not GtkPixmap.
* e-storage.c (class_init): Converted from gtk_signal_new() to
g_signal_new().
* e-storage-set.c (class_init): Converted from gtk_signal_new() to
g_signal_new().
* e-storage-set-view.c
(setup_folder_properties_items_if_corba_storage_clicked):
g_string_append_printf() instead of g_string_sprintfa().
(class_init): Converted from gtk_signal_new() to g_signal_new().
(setup_folder_changed_callbacks): Use
e_signal_connect_while_alive() and
e_signal_connect_full_while_alive().
* e-splash.c (e_splash_construct): gtk_window_set_resizable()
instead of gtk_window_set_policy().
* e-shortcuts.c: Do not #include e-unicode.h.
(shortcut_item_update): Use g_path_get_basename() instead of
g_basename().
(e_shortcuts_add_default_shortcuts): No need to de-utfize strings.
(e_shortcuts_add_default_group): Same here.
* e-shortcuts-view.c: Do not #include <e-unicode.h>.
(class_init): Converted from gtk_signal_new() to g_signal_new().
(destroy_group_cb): No need to convert the text from UTF8.
* e-shell.c (impl_dispose): g_signal_handlers_disconnect_by_func()
instead of gtk_signal_disconnect_by_func().
(class_init): Use g_signal_new() instead of gtk_signal_new().
* e-shell-view.c: Do not #include e-unicode.h. Renamed member
offline_toggle_pixmap to offline_toggle_image in
EShellViewPrivate.
(update_folder_title_bar): No need to de-UTF8-ize the title.
(cleanup_delayed_selection):
g_signal_handlers_disconnect_by_func() instead of
gtk_signal_disconnect_by_func().
(ui_engine_add_hint_callback): gtk_label_set_text(), not
gtk_label_set().
(class_init): Use g_signal_new() instead of gtk_signal_new().
(update_for_current_uri): No need to convert the title from UTF8.
(setup_offline_toggle): Changed to set up a GtkImage, not a
GtkPixmap.
(update_offline_toggle_status): Accordingly (gtk_image* instead of
gtk_pixmap*).
(set_current_notebook_page): gtk_notebook_set_current_page(), not
gtk_notebook_set_page().
(get_storage_set_path_from_uri): g_ascii_strncasecmp() instead of
g_strncasecmp().
(folder_bar_popup_map_callback): Use
e_signal_connect_while_alive() instead of
gtk_signal_connect_while_alive().
(e_shell_view_construct): Likewise.
(display_uri): g_signal_connect_after() instead of
gtk_signal_connect_full().
(update_for_current_uri):
g_signal_handlers_{block,unblock}_by_func() instead of
gtk_signal_handler_{block,unblock}_by_func().
* e-shell-view-menu.c (command_about_box):
gtk_window_set_resizable() instead of gtk_window_set_policy().
* e-shell-utils.c (get_mini_name): g_path_get_basename() instead
of g_basename().
* e-shell-user-creatable-items-handler.c
(append_xml_for_menu_item): g_string_append_printf() instead of
g_string_sprintfa().
(create_menu_xml): Likewise.
* e-shell-shared-folder-picker-dialog.c: Do not #include
e-unicode.h.
(progress_bar_timeout_callback): Expect a GtkProgressBar data and
just use gtk_progress_bar_pulse().
(create_progress_dialog): gtk_window_set_resizable() instead of
gtk_window_set_policy(). No gtk_progress_set_activity_mode().
(setup_server_option_menu): Just use
gtk_menu_item_new_with_label() instead of
e_utf8_gtk_menu_item_new_with_label().
* e-shell-settings-dialog.c (set_dialog_size): Ported to Pango.
* e-shell-offline-sync.c
(impl_SyncFolderProgressListener_updateProgress):
gtk_progress_set_fraction() instead of
gtk_progress_bar_set_percentage().
(sync_folder): Likewise.
(setup_dialog): gtk_window_set_resizable() instead of
gtk_window_set_policy().
(sync_folder): No gtk_progress_set_activity_mode().
* e-shell-offline-handler.c: #undef {G,GTK}_DISABLE_DEPRECATED
here for now (need to port from GtkCList).
(class_init): Use g_signal_new()
* e-shell-importer.c: #undef {G,GTK}_DISABLE_DEPRECATED here for
now (need to port from GtkCList).
* e-shell-folder-title-bar.c (create_image_widget_from_xpm):
Renamed from create_pixmap_widget_from_xpm(); handle GtkImage
instead of GtkPixmap.
(new_empty_image_widget): Renamed from new_empty_pixmap_widget();
return a GtkImage instead of a GtkPixmap.
(add_navigation_buttons): Updated accordingly; so use GtkImages
instead of GtkPixmaps.
(e_shell_folder_title_bar_construct): Likewise.
(e_shell_folder_title_bar_set_icon): Use gtk_image_* instead of
gtk_pixmap_* on the image widgets.
(class_init): Converted to use g_signal_new() instead of
gtk_signal_new().
(e_shell_folder_title_bar_new): No need for pushing the GdkRGB
visual/cmap anymore.
* e-shell-folder-selection-dialog.c (check_folder_type_valid):
Just use strcmp instead of strcasecmp().
(class_init): g_signal_new() instead of gtk_signal_new().
(e_shell_folder_selection_dialog_construct): Removed call to
gtk_window_set_policy().
* e-shell-folder-creation-dialog.c
(type_with_display_name_compare_func): Changed to use
g_utf8_casefold().
* e-shell-folder-commands.c: Do not #include e-unicode.h.
(e_shell_command_rename_folder): g_path_get_dirname() instead of
g_dirname().
(folder_selection_dialog_folder_selected_callback):
g_path_get_basename() instead of g_basename().
(rename_cb): Likewise.
(delete_dialog): Do not convert from UTF8 for display purposes.
(e_shell_command_rename_folder): Likewise.
* e-shell-about-box.c (timeout_callback): Ported to Pango and use
gdk_window_invalidate_rect() instead of gtk_widget_draw().
* e-setup.c (check_evolution_directory): Use
gtk_window_set_resizable() instead of gtk_window_set_policy().
* e-local-storage.c: Do not include e-unicode.h.
(create_folder): Use g_path_get_basename() instead of
g_basename().
(create_folder_directory): Likewise.
(remove_folder_directory): Likewise.
(append_xfer_item_list): Likewise.
* e-local-folder.c (construct_loading_metadata): Use
g_path_get_basename() instead of g_basename().
* e-folder-dnd-bridge.c (handle_evolution_path_drag_motion): Use
g_path_get_basename() instead of g_basename().
* e-corba-storage-registry.c: G_STRUCT_OFFSET instead of
GTK_STRUCT_OFFSET.
* e-corba-shortcuts.c: G_STRUCT_OFFSET instead of
GTK_STRUCT_OFFSET.
* e-component-registry.c
(sleep_with_g_main_loop_timeout_callback): g_main_loop_* instead
of g_main_*.
(sleep_with_g_main_loop): Likewise.
* e-activity-handler.c: G_STRUCT_OFFSET instead of
GTK_STRUCT_OFFSET.
* evolution-wizard.c (evolution_wizard_class_init): g_signal_new()
instead of gtk_signal_new().
* evolution-storage-listener.c (class_init): g_signal_new()
instead of gtk_signal_new().
* evolution-shell-view.c (class_init): g_signal_new() instead of
gtk_signal_new().
* evolution-shell-component-dnd.c: G_STRUCT_OFFSET instead of
GTK_STRUCT_OFFSET.
* evolution-shell-component.c: G_STRUCT_OFFSET instead of
GTK_STRUCT_OFFSET.
* evolution-session.c: G_STRUCT_OFFSET instead of
GTK_STRUCT_OFFSET.
* evolution-folder-selector-button.c: Do not include e-unicode.h.
(set_folder): No need to convert from UTF8 to locale encoding
anymore. Removed unused variable.
* evolution-config-control.c (class_init): Use g_signal_new()
instead of gtk_signal_new().
* evolution-activity-client.c (class_init): Use g_signal_new()
instead of gtk_signal_new().
* e-folder-list.c: Do not include e-unicode.h. Use E_MAKE_TYPE().
(e_folder_list_get_type): Removed explicit implementation of this.
(e_folder_list_set_arg): Removed.
(e_folder_list_get_arg): Removed.
(e_folder_list_set_property): New.
(e_folder_list_get_property): New.
(e_folder_list_destroy): Removed.
(e_folder_list_dispose): New.
(e_folder_list_class_init): Updated accordingly.
* e-folder.c (impl_save_info): Use G_OBJECT_TYPE_NAME() instead of
gtk_type_name().
(impl_load_info): Likewise.
(impl_remove): Likewise.
(class_init): Use g_signal_new() instead of gtk_signal_new().
svn path=/trunk/; revision=19170
648 lines
17 KiB
C
648 lines
17 KiB
C
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
|
||
/* e-shell-folder-commands.h
|
||
*
|
||
* Copyright (C) 2001 Ximian, Inc.
|
||
*
|
||
* This program is free software; you can redistribute it and/or
|
||
* modify it under the terms of version 2 of the GNU General Public
|
||
* License as published by the Free Software Foundation.
|
||
*
|
||
* This program is distributed in the hope that it will be useful,
|
||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||
* General Public License for more details.
|
||
*
|
||
* You should have received a copy of the GNU General Public
|
||
* License along with this program; if not, write to the
|
||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||
* Boston, MA 02111-1307, USA.
|
||
*
|
||
* Author: Ettore Perazzoli
|
||
*/
|
||
|
||
#ifdef HAVE_CONFIG_H
|
||
#include <config.h>
|
||
#endif
|
||
|
||
#include "e-shell-folder-commands.h"
|
||
|
||
#include "e-util/e-request.h"
|
||
|
||
#include "e-shell-constants.h"
|
||
#include "e-shell-folder-creation-dialog.h"
|
||
#include "e-shell-folder-selection-dialog.h"
|
||
#include "e-shell-utils.h"
|
||
|
||
#include <gal/widgets/e-gui-utils.h>
|
||
|
||
#include <libgnome/gnome-i18n.h>
|
||
#include <libgnome/gnome-util.h>
|
||
#include <libgnomeui/gnome-dialog.h>
|
||
#include <libgnomeui/gnome-messagebox.h>
|
||
|
||
#include <gtk/gtklabel.h>
|
||
#include <gtk/gtksignal.h>
|
||
#include <gtk/gtkentry.h>
|
||
|
||
#include <string.h>
|
||
|
||
|
||
/* Utility functions. */
|
||
|
||
static const char *
|
||
get_folder_name (EShell *shell,
|
||
const char *path)
|
||
{
|
||
EStorageSet *storage_set;
|
||
EFolder *folder;
|
||
|
||
storage_set = e_shell_get_storage_set (shell);
|
||
folder = e_storage_set_get_folder (storage_set, path);
|
||
|
||
return e_folder_get_name (folder);
|
||
}
|
||
|
||
static int
|
||
get_folder_unread (EShell *shell,
|
||
const char *path)
|
||
{
|
||
EStorageSet *storage_set;
|
||
EFolder *folder;
|
||
|
||
storage_set = e_shell_get_storage_set (shell);
|
||
folder = e_storage_set_get_folder (storage_set, path);
|
||
|
||
return e_folder_get_unread_count (folder);
|
||
}
|
||
|
||
|
||
/* The data passed to the signals handled during the execution of the folder
|
||
commands. */
|
||
|
||
enum _FolderCommand {
|
||
FOLDER_COMMAND_COPY,
|
||
FOLDER_COMMAND_MOVE
|
||
};
|
||
typedef enum _FolderCommand FolderCommand;
|
||
|
||
struct _FolderCommandData {
|
||
EShell *shell;
|
||
EShellView *shell_view;
|
||
FolderCommand command;
|
||
char *source_path;
|
||
char *destination_path;
|
||
};
|
||
typedef struct _FolderCommandData FolderCommandData;
|
||
|
||
static FolderCommandData *
|
||
folder_command_data_new (EShell *shell,
|
||
EShellView *shell_view,
|
||
FolderCommand command,
|
||
const char *source_path,
|
||
const char *destination_path)
|
||
{
|
||
FolderCommandData *new;
|
||
|
||
new = g_new (FolderCommandData, 1);
|
||
new->shell = shell;
|
||
new->shell_view = shell_view;
|
||
new->command = command;
|
||
new->source_path = g_strdup (source_path);
|
||
new->destination_path = g_strdup (destination_path);
|
||
|
||
return new;
|
||
}
|
||
|
||
static void
|
||
folder_command_data_free (FolderCommandData *folder_command_data)
|
||
{
|
||
g_free (folder_command_data->source_path);
|
||
g_free (folder_command_data->destination_path);
|
||
|
||
g_free (folder_command_data);
|
||
}
|
||
|
||
|
||
/* Callback for the storage result. */
|
||
|
||
static void
|
||
xfer_result_callback (EStorageSet *storage_set,
|
||
EStorageResult result,
|
||
void *data)
|
||
{
|
||
FolderCommandData *folder_command_data;
|
||
|
||
folder_command_data = (FolderCommandData *) data;
|
||
|
||
if (result != E_STORAGE_OK) {
|
||
const char *fmt;
|
||
|
||
if (folder_command_data->command == FOLDER_COMMAND_COPY)
|
||
fmt = _("Cannot copy folder: %s");
|
||
else
|
||
fmt = _("Cannot move folder: %s");
|
||
|
||
e_notice (GTK_WINDOW (folder_command_data->shell_view), GTK_MESSAGE_ERROR,
|
||
fmt, e_storage_result_to_string (result));
|
||
}
|
||
|
||
folder_command_data_free (folder_command_data);
|
||
}
|
||
|
||
|
||
/* The signals for the folder selection dialog. This used for the copy and
|
||
move commands. */
|
||
|
||
static void
|
||
folder_selection_dialog_folder_selected_callback (EShellFolderSelectionDialog *folder_selection_dialog,
|
||
const char *path,
|
||
void *data)
|
||
{
|
||
FolderCommandData *folder_command_data;
|
||
EStorageSet *storage_set;
|
||
char *base_name;
|
||
gboolean remove_source;
|
||
|
||
folder_command_data = (FolderCommandData *) data;
|
||
|
||
base_name = g_path_get_basename (folder_command_data->source_path);
|
||
folder_command_data->destination_path = g_concat_dir_and_file (path, base_name);
|
||
g_free (base_name);
|
||
|
||
switch (folder_command_data->command) {
|
||
case FOLDER_COMMAND_COPY:
|
||
remove_source = FALSE;
|
||
break;
|
||
case FOLDER_COMMAND_MOVE:
|
||
remove_source = TRUE;
|
||
break;
|
||
default:
|
||
g_assert_not_reached ();
|
||
return;
|
||
}
|
||
|
||
if (strcmp (folder_command_data->destination_path,
|
||
folder_command_data->source_path) == 0) {
|
||
const char *msg;
|
||
|
||
if (remove_source)
|
||
msg = _("Cannot move a folder over itself.");
|
||
else
|
||
msg = _("Cannot copy a folder over itself.");
|
||
|
||
e_notice (GTK_WINDOW (folder_selection_dialog), GTK_MESSAGE_ERROR, msg);
|
||
return;
|
||
}
|
||
|
||
if (remove_source) {
|
||
int source_len;
|
||
|
||
source_len = strlen (folder_command_data->source_path);
|
||
if (strncmp (folder_command_data->destination_path,
|
||
folder_command_data->source_path,
|
||
source_len) == 0) {
|
||
e_notice (GTK_WINDOW (folder_selection_dialog), GTK_MESSAGE_ERROR,
|
||
_("Cannot move a folder into one of its descendants."));
|
||
return;
|
||
}
|
||
}
|
||
|
||
storage_set = e_shell_get_storage_set (folder_command_data->shell);
|
||
|
||
e_storage_set_async_xfer_folder (storage_set,
|
||
folder_command_data->source_path,
|
||
folder_command_data->destination_path,
|
||
remove_source,
|
||
xfer_result_callback,
|
||
folder_command_data);
|
||
|
||
gtk_widget_destroy (GTK_WIDGET (folder_selection_dialog));
|
||
}
|
||
|
||
static void
|
||
folder_selection_dialog_cancelled_callback (EShellFolderSelectionDialog *folder_selection_dialog,
|
||
void *data)
|
||
{
|
||
folder_command_data_free ((FolderCommandData *) data);
|
||
}
|
||
|
||
static void
|
||
connect_folder_selection_dialog_signals (EShellFolderSelectionDialog *folder_selection_dialog,
|
||
FolderCommandData *folder_command_data)
|
||
{
|
||
g_assert (folder_command_data != NULL);
|
||
|
||
g_signal_connect (folder_selection_dialog, "folder_selected",
|
||
G_CALLBACK (folder_selection_dialog_folder_selected_callback),
|
||
folder_command_data);
|
||
|
||
g_signal_connect (folder_selection_dialog, "cancelled",
|
||
G_CALLBACK (folder_selection_dialog_cancelled_callback),
|
||
folder_command_data);
|
||
}
|
||
|
||
|
||
/* Create new folder. */
|
||
|
||
void
|
||
e_shell_command_create_new_folder (EShell *shell,
|
||
EShellView *shell_view,
|
||
const char *parent_folder_path)
|
||
{
|
||
g_return_if_fail (shell != NULL);
|
||
g_return_if_fail (E_IS_SHELL (shell));
|
||
g_return_if_fail (shell_view != NULL || parent_folder_path != NULL);
|
||
g_return_if_fail (shell_view != NULL && E_IS_SHELL_VIEW (shell_view));
|
||
g_return_if_fail (parent_folder_path != NULL || g_path_is_absolute (parent_folder_path));
|
||
|
||
if (parent_folder_path == NULL)
|
||
parent_folder_path = e_shell_view_get_current_path (shell_view);
|
||
|
||
/* FIXME: Should handle the result stuff. */
|
||
e_shell_show_folder_creation_dialog (shell, GTK_WINDOW (shell_view),
|
||
e_shell_view_get_current_path (shell_view),
|
||
NULL /* Default type. Take it from parent */,
|
||
NULL /* result_callback */,
|
||
NULL /* result_callback_data */);
|
||
}
|
||
|
||
|
||
/* Open folder in other window. */
|
||
|
||
void
|
||
e_shell_command_open_folder_in_other_window (EShell *shell,
|
||
EShellView *shell_view,
|
||
const char *folder_path)
|
||
{
|
||
EShellView *view;
|
||
char *uri;
|
||
|
||
g_return_if_fail (shell != NULL);
|
||
g_return_if_fail (E_IS_SHELL (shell));
|
||
g_return_if_fail (shell_view != NULL && E_IS_SHELL_VIEW (shell_view));
|
||
|
||
if (folder_path == NULL)
|
||
folder_path = e_shell_view_get_current_path (shell_view);
|
||
|
||
uri = g_strconcat (E_SHELL_URI_PREFIX, folder_path, NULL);
|
||
view = e_shell_create_view (shell, uri, shell_view);
|
||
g_free (uri);
|
||
|
||
gtk_widget_show (GTK_WIDGET (view));
|
||
}
|
||
|
||
|
||
/* Copy folder. */
|
||
|
||
void
|
||
e_shell_command_copy_folder (EShell *shell,
|
||
EShellView *shell_view,
|
||
const char *folder_path)
|
||
{
|
||
GtkWidget *folder_selection_dialog;
|
||
FolderCommandData *data;
|
||
char *uri;
|
||
char *caption;
|
||
|
||
g_return_if_fail (shell != NULL);
|
||
g_return_if_fail (E_IS_SHELL (shell));
|
||
g_return_if_fail (shell_view != NULL && E_IS_SHELL_VIEW (shell_view));
|
||
g_return_if_fail (folder_path == NULL || g_path_is_absolute (folder_path));
|
||
|
||
if (folder_path == NULL)
|
||
folder_path = e_shell_view_get_current_path (shell_view);
|
||
|
||
if (folder_path == NULL) {
|
||
g_warning ("Called `e_shell_command_copy_folder()' without a valid displayed folder");
|
||
return;
|
||
}
|
||
|
||
caption = g_strdup_printf (_("Specify a folder to copy folder \"%s\" into:"),
|
||
get_folder_name (shell, folder_path));
|
||
|
||
uri = g_strconcat (E_SHELL_URI_PREFIX, folder_path, NULL);
|
||
folder_selection_dialog = e_shell_folder_selection_dialog_new (shell, _("Copy folder"),
|
||
caption, uri, NULL, TRUE);
|
||
|
||
g_free (caption);
|
||
g_free (uri);
|
||
|
||
data = folder_command_data_new (shell, shell_view, FOLDER_COMMAND_COPY, folder_path, NULL);
|
||
connect_folder_selection_dialog_signals (E_SHELL_FOLDER_SELECTION_DIALOG (folder_selection_dialog),
|
||
data);
|
||
|
||
gtk_widget_show (folder_selection_dialog);
|
||
}
|
||
|
||
|
||
/* Move folder. */
|
||
|
||
void
|
||
e_shell_command_move_folder (EShell *shell,
|
||
EShellView *shell_view,
|
||
const char *folder_path)
|
||
{
|
||
GtkWidget *folder_selection_dialog;
|
||
FolderCommandData *data;
|
||
char *uri;
|
||
char *caption;
|
||
|
||
g_return_if_fail (shell != NULL);
|
||
g_return_if_fail (E_IS_SHELL (shell));
|
||
g_return_if_fail (shell_view != NULL);
|
||
g_return_if_fail (E_IS_SHELL_VIEW (shell_view));
|
||
g_return_if_fail (folder_path == NULL || g_path_is_absolute (folder_path));
|
||
|
||
if (folder_path == NULL)
|
||
folder_path = e_shell_view_get_current_path (shell_view);
|
||
|
||
if (folder_path == NULL) {
|
||
g_warning ("Called `e_shell_command_move_folder()' without a valid displayed folder");
|
||
return;
|
||
}
|
||
|
||
caption = g_strdup_printf (_("Specify a folder to move folder \"%s\" into:"),
|
||
get_folder_name (shell, folder_path));
|
||
|
||
uri = g_strconcat (E_SHELL_URI_PREFIX, folder_path, NULL);
|
||
folder_selection_dialog = e_shell_folder_selection_dialog_new (shell, _("Move folder"),
|
||
caption, uri, NULL, TRUE);
|
||
|
||
g_free (caption);
|
||
g_free (uri);
|
||
|
||
data = folder_command_data_new (shell, shell_view, FOLDER_COMMAND_MOVE, folder_path, NULL);
|
||
connect_folder_selection_dialog_signals (E_SHELL_FOLDER_SELECTION_DIALOG (folder_selection_dialog),
|
||
data);
|
||
|
||
gtk_widget_show (folder_selection_dialog);
|
||
}
|
||
|
||
static void
|
||
delete_cb (EStorageSet *storage_set,
|
||
EStorageResult result,
|
||
void *data)
|
||
{
|
||
EShellView *shell_view;
|
||
|
||
shell_view = E_SHELL_VIEW (data);
|
||
|
||
if (result != E_STORAGE_OK)
|
||
e_notice (GTK_WINDOW (shell_view), GTK_MESSAGE_ERROR,
|
||
_("Cannot delete folder:\n%s"), e_storage_result_to_string (result));
|
||
}
|
||
|
||
static int
|
||
delete_dialog (EShellView *shell_view, const char *folder_name)
|
||
{
|
||
GtkWidget *dialog;
|
||
char *title;
|
||
char *question;
|
||
|
||
title = g_strdup_printf (_("Delete \"%s\""), folder_name);
|
||
question = g_strdup_printf (_("Really delete folder \"%s\"?"), folder_name);
|
||
|
||
dialog = gnome_message_box_new (question,
|
||
GNOME_MESSAGE_BOX_QUESTION,
|
||
_("Delete"),
|
||
GNOME_STOCK_BUTTON_CANCEL,
|
||
NULL);
|
||
gtk_window_set_title (GTK_WINDOW (dialog), title);
|
||
gnome_dialog_set_parent (GNOME_DIALOG (dialog), GTK_WINDOW (shell_view));
|
||
gnome_dialog_set_default (GNOME_DIALOG (dialog), 0);
|
||
|
||
g_free (title);
|
||
g_free (question);
|
||
|
||
return gnome_dialog_run_and_close (GNOME_DIALOG (dialog));
|
||
}
|
||
|
||
void
|
||
e_shell_command_delete_folder (EShell *shell,
|
||
EShellView *shell_view,
|
||
const char *folder_path)
|
||
{
|
||
EStorageSet *storage_set;
|
||
|
||
g_return_if_fail (shell != NULL);
|
||
g_return_if_fail (E_IS_SHELL (shell));
|
||
g_return_if_fail (shell_view != NULL || folder_path != NULL);
|
||
g_return_if_fail (E_IS_SHELL_VIEW (shell_view));
|
||
g_return_if_fail (folder_path != NULL || g_path_is_absolute (folder_path));
|
||
|
||
storage_set = e_shell_get_storage_set (shell);
|
||
|
||
if (folder_path == NULL)
|
||
folder_path = e_shell_view_get_current_path (shell_view);
|
||
|
||
if (delete_dialog (shell_view, get_folder_name (shell, folder_path)) == 0)
|
||
e_storage_set_async_remove_folder (storage_set, folder_path, delete_cb, shell_view);
|
||
}
|
||
|
||
|
||
struct _RenameCallbackData {
|
||
EShellView *shell_view;
|
||
char *new_path;
|
||
};
|
||
typedef struct _RenameCallbackData RenameCallbackData;
|
||
|
||
static RenameCallbackData *
|
||
rename_callback_data_new (EShellView *shell_view,
|
||
const char *new_path)
|
||
{
|
||
RenameCallbackData *callback_data;
|
||
|
||
callback_data = g_new (RenameCallbackData, 1);
|
||
|
||
g_object_ref (shell_view);
|
||
callback_data->shell_view = shell_view;
|
||
|
||
callback_data->new_path = g_strdup (new_path);
|
||
|
||
return callback_data;
|
||
}
|
||
|
||
static void
|
||
rename_callback_data_free (RenameCallbackData *callback_data)
|
||
{
|
||
g_object_unref (callback_data->shell_view);
|
||
g_free (callback_data->new_path);
|
||
|
||
g_free (callback_data);
|
||
}
|
||
|
||
static void
|
||
rename_cb (EStorageSet *storage_set, EStorageResult result, void *data)
|
||
{
|
||
RenameCallbackData *callback_data;
|
||
|
||
callback_data = (RenameCallbackData *) data;
|
||
|
||
if (result != E_STORAGE_OK) {
|
||
e_notice (GTK_WINDOW (callback_data->shell_view), GTK_MESSAGE_ERROR,
|
||
_("Cannot rename folder:\n%s"), e_storage_result_to_string (result));
|
||
} else {
|
||
EFolder *folder;
|
||
EShell *shell;
|
||
EStorageSet *storage_set;
|
||
|
||
shell = e_shell_view_get_shell (callback_data->shell_view);
|
||
storage_set = e_shell_get_storage_set (shell);
|
||
folder = e_storage_set_get_folder (storage_set, callback_data->new_path);
|
||
|
||
if (folder != NULL) {
|
||
char *base_name = g_path_get_basename (callback_data->new_path);
|
||
|
||
e_folder_set_name (folder, base_name);
|
||
g_free (base_name);
|
||
}
|
||
}
|
||
|
||
rename_callback_data_free (callback_data);
|
||
}
|
||
|
||
void
|
||
e_shell_command_rename_folder (EShell *shell,
|
||
EShellView *shell_view,
|
||
const char *folder_path)
|
||
{
|
||
EStorageSet *storage_set;
|
||
EFolder *folder;
|
||
RenameCallbackData *callback_data;
|
||
const char *old_name;
|
||
char *prompt;
|
||
char *new_name;
|
||
char *old_base_path;
|
||
char *new_path;
|
||
|
||
g_return_if_fail (shell != NULL);
|
||
g_return_if_fail (E_IS_SHELL (shell));
|
||
g_return_if_fail (shell_view != NULL);
|
||
g_return_if_fail (E_IS_SHELL_VIEW (shell_view));
|
||
|
||
storage_set = e_shell_get_storage_set (shell);
|
||
|
||
if (folder_path == NULL)
|
||
folder_path = e_shell_view_get_current_path (shell_view);
|
||
|
||
folder = e_storage_set_get_folder (storage_set, folder_path);
|
||
g_return_if_fail (folder != NULL);
|
||
|
||
old_name = e_folder_get_name (folder);
|
||
prompt = g_strdup_printf (_("Rename the \"%s\" folder to:"), old_name);
|
||
|
||
while (1) {
|
||
const char *reason;
|
||
|
||
new_name = e_request_string (shell_view != NULL ? GTK_WINDOW (shell_view) : NULL,
|
||
_("Rename folder"), prompt, old_name);
|
||
|
||
if (new_name == NULL)
|
||
return;
|
||
|
||
if (e_shell_folder_name_is_valid (new_name, &reason))
|
||
break;
|
||
|
||
e_notice (shell_view != NULL ? GTK_WINDOW (shell_view) : NULL, GTK_MESSAGE_ERROR,
|
||
_("The specified folder name is not valid: %s"), reason);
|
||
}
|
||
|
||
g_free (prompt);
|
||
|
||
if (strcmp (old_name, new_name) == 0) {
|
||
g_free (new_name);
|
||
return;
|
||
}
|
||
|
||
old_base_path = g_path_get_dirname (folder_path);
|
||
new_path = g_concat_dir_and_file (old_base_path, new_name);
|
||
|
||
callback_data = rename_callback_data_new (shell_view, new_path);
|
||
e_storage_set_async_xfer_folder (storage_set, folder_path, new_path, TRUE, rename_cb, callback_data);
|
||
|
||
g_free (old_base_path);
|
||
g_free (new_path);
|
||
g_free (new_name);
|
||
}
|
||
|
||
|
||
static void
|
||
remove_shared_cb (EStorageSet *storage_set,
|
||
EStorageResult result,
|
||
void *data)
|
||
{
|
||
EShellView *shell_view;
|
||
|
||
shell_view = E_SHELL_VIEW (data);
|
||
|
||
if (result == E_STORAGE_NOTIMPLEMENTED ||
|
||
result == E_STORAGE_UNSUPPORTEDOPERATION)
|
||
e_notice (GTK_WINDOW (shell_view), GTK_MESSAGE_ERROR,
|
||
_("Selected folder does not belong to another user"));
|
||
else if (result != E_STORAGE_OK)
|
||
e_notice (GTK_WINDOW (shell_view), GTK_MESSAGE_ERROR,
|
||
_("Cannot remove folder:\n%s"), e_storage_result_to_string (result));
|
||
}
|
||
|
||
void
|
||
e_shell_command_remove_shared_folder (EShell *shell,
|
||
EShellView *shell_view,
|
||
const char *folder_path)
|
||
{
|
||
EStorageSet *storage_set;
|
||
|
||
g_return_if_fail (shell != NULL);
|
||
g_return_if_fail (E_IS_SHELL (shell));
|
||
g_return_if_fail (shell_view != NULL || folder_path != NULL);
|
||
g_return_if_fail (E_IS_SHELL_VIEW (shell_view));
|
||
g_return_if_fail (folder_path != NULL || g_path_is_absolute (folder_path));
|
||
|
||
storage_set = e_shell_get_storage_set (shell);
|
||
|
||
if (folder_path == NULL)
|
||
folder_path = e_shell_view_get_current_path (shell_view);
|
||
|
||
e_storage_set_async_remove_shared_folder (storage_set, folder_path,
|
||
remove_shared_cb, shell_view);
|
||
}
|
||
|
||
|
||
void
|
||
e_shell_command_add_to_shortcut_bar (EShell *shell,
|
||
EShellView *shell_view,
|
||
const char *folder_path)
|
||
{
|
||
EShortcuts *shortcuts;
|
||
EStorageSet *storage_set;
|
||
EFolder *folder;
|
||
int group_num;
|
||
char *uri;
|
||
int unread_count;
|
||
|
||
g_return_if_fail (shell != NULL);
|
||
g_return_if_fail (E_IS_SHELL (shell));
|
||
g_return_if_fail (shell_view != NULL);
|
||
g_return_if_fail (E_IS_SHELL_VIEW (shell_view));
|
||
g_return_if_fail (folder_path == NULL || g_path_is_absolute (folder_path));
|
||
|
||
shortcuts = e_shell_get_shortcuts (shell);
|
||
group_num = e_shell_view_get_current_shortcuts_group_num (shell_view);
|
||
|
||
if (folder_path == NULL)
|
||
uri = g_strdup (e_shell_view_get_current_uri (shell_view));
|
||
else
|
||
uri = g_strconcat (E_SHELL_URI_PREFIX, folder_path, NULL);
|
||
|
||
unread_count = get_folder_unread (shell, e_shell_view_get_current_path (shell_view));
|
||
|
||
storage_set = e_shell_get_storage_set (shell);
|
||
folder = e_storage_set_get_folder (storage_set, e_shell_view_get_current_path (shell_view));
|
||
|
||
e_shortcuts_add_shortcut (shortcuts, group_num, -1, uri, NULL,
|
||
unread_count,
|
||
e_folder_get_type_string (folder),
|
||
e_folder_get_custom_icon_name (folder));
|
||
|
||
g_free (uri);
|
||
}
|