diff options
author | Damon Chaplin <damon@helixcode.com> | 2000-04-16 21:21:26 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2000-04-16 21:21:26 +0800 |
commit | 13a168017cd5b6d8907293a56732dc6f88ec4400 (patch) | |
tree | 235538aabba7939b2249750730b4632f13d0ca08 /widgets/shortcut-bar/ChangeLog | |
parent | 23c29cbcf654883e1243f51adb4bfe3556477cff (diff) | |
download | gsoc2013-evolution-13a168017cd5b6d8907293a56732dc6f88ec4400.tar.gz gsoc2013-evolution-13a168017cd5b6d8907293a56732dc6f88ec4400.tar.zst gsoc2013-evolution-13a168017cd5b6d8907293a56732dc6f88ec4400.zip |
added buttons to test moving/reordering groups.
2000-04-16 Damon Chaplin <damon@helixcode.com>
* test-shortcut-bar.c: added buttons to test moving/reordering groups.
* e-shortcut-bar.c (e_shortcut_bar_on_drag_end): new function to free
the dragged name & URL when the drag is finished.
* e-group-bar.c (e_group_bar_get_increment): fixed bug when distance
was 0. Should just return 0.
(e_group_bar_set_current_group_num): added animate option and finished.
(e_group_bar_unmap): called e_group_bar_stop_all_animation().
(e_group_bar_reorder_group): finished.
* e-icon-bar-text-item.[hc]: removed, since we now use EText.
svn path=/trunk/; revision=2459
Diffstat (limited to 'widgets/shortcut-bar/ChangeLog')
-rw-r--r-- | widgets/shortcut-bar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/widgets/shortcut-bar/ChangeLog b/widgets/shortcut-bar/ChangeLog index a66d0d739c..e4ec9ba679 100644 --- a/widgets/shortcut-bar/ChangeLog +++ b/widgets/shortcut-bar/ChangeLog @@ -1,3 +1,18 @@ +2000-04-16 Damon Chaplin <damon@helixcode.com> + + * test-shortcut-bar.c: added buttons to test moving/reordering groups. + + * e-shortcut-bar.c (e_shortcut_bar_on_drag_end): new function to free + the dragged name & URL when the drag is finished. + + * e-group-bar.c (e_group_bar_get_increment): fixed bug when distance + was 0. Should just return 0. + (e_group_bar_set_current_group_num): added animate option and finished. + (e_group_bar_unmap): called e_group_bar_stop_all_animation(). + (e_group_bar_reorder_group): finished. + + * e-icon-bar-text-item.[hc]: removed, since we now use EText. + 2000-04-15 Miguel de Icaza <miguel@gnu.org> * e-group-bar.c (e_group_bar_realize): Do not use the parent |