From 569e29360fb99c0bb165066a034a2f68c7038d8c Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 17 Jan 2001 15:11:19 +0000 Subject: Some little more DnD work. svn path=/trunk/; revision=7577 --- shell/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 094e0dd380..19b9d139ff 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,24 @@ +2001-01-17 Ettore Perazzoli + + * e-storage-set-view.c (table_drag_drop): Don't emit the + "dnd_action" signal here. Instead, do a `gtk_drag_get_data()' to + retrieve information about the drop. + (table_drag_data_received): New, implementation for + `ETable::table_drag_data_received'. + (class_init): Install it. + (table_drag_data_get): Use `unsigned int' instead of `guint' for + consistency. + (table_drag_motion): Same here. Also use `int' instead of `gint'. + (table_drag_drop): Likewise. + (treepath_compare): Likewise. + (marshal_NONE__ENUM_STRING_STRING_STRING): Removed. + (marshal_NONE__GDKDRAGACTION_STRING_STRING_STRING): New. + (class_init): Use it; update signal "dnd_action" so that it passes + a `GdkDragAction *' instead of . + + * e-storage-set-view.h: Change signal "::dnd_action" so that it + provides a `GdkDragContext' instead of just a `GdkDragAction'. + 2001-01-16 Michael Meeks * e-shell-view.c (e_shell_view_construct): set config -- cgit v1.2.3