diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-05-01 01:52:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-01 01:52:19 +0800 |
commit | 4713ff66ff81a9da50324081d74a8edd6d402952 (patch) | |
tree | 1391e14a81cdb2b9f88c95ca3bfb5a7e3e76b889 /mail/ChangeLog | |
parent | 58b88863a9f79924b8305ac5ad90bf993b9595d6 (diff) | |
download | gsoc2013-evolution-4713ff66ff81a9da50324081d74a8edd6d402952.tar.gz gsoc2013-evolution-4713ff66ff81a9da50324081d74a8edd6d402952.tar.zst gsoc2013-evolution-4713ff66ff81a9da50324081d74a8edd6d402952.zip |
If the row the cursor is hovering over has children and is not expanded
2004-04-30 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree.c (tree_drag_motion): If the row the cursor is
hovering over has children and is not expanded already, setup a
timer to auto-expand it if the user hovers there long enough.
(tree_autoexpand): Callback to expand the row.
(tree_drag_leave): Disconnect the timer.
(tree_drag_drop): Same.
(em_folder_tree_destroy): Same.
svn path=/trunk/; revision=25718
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index bbb3bb1fcd..823be6a2bd 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2004-04-30 Jeffrey Stedfast <fejj@ximian.com> + + * em-folder-tree.c (tree_drag_motion): If the row the cursor is + hovering over has children and is not expanded already, setup a + timer to auto-expand it if the user hovers there long enough. + (tree_autoexpand): Callback to expand the row. + (tree_drag_leave): Disconnect the timer. + (tree_drag_drop): Same. + (em_folder_tree_destroy): Same. + 2004-04-30 Enver ALTIN <enver.altin@frontsite.com.tr> * evolution-mail.schemas.in.in: Fixed a type-o. |