diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-17 23:11:19 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-17 23:11:19 +0800 |
commit | 569e29360fb99c0bb165066a034a2f68c7038d8c (patch) | |
tree | 1edad4be385b4e2e9e64e8409e77376dc861f0d0 /shell/ChangeLog | |
parent | 8f0f48283e2c7873e5de2ca76de851a0c880c52e (diff) | |
download | gsoc2013-evolution-569e29360fb99c0bb165066a034a2f68c7038d8c.tar.gz gsoc2013-evolution-569e29360fb99c0bb165066a034a2f68c7038d8c.tar.zst gsoc2013-evolution-569e29360fb99c0bb165066a034a2f68c7038d8c.zip |
Some little more DnD work.
svn path=/trunk/; revision=7577
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
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 <ettore@ximian.com> + + * 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 <michael@helixcode.com> * e-shell-view.c (e_shell_view_construct): set config |