glade3 r1048 - in trunk: . src
- From: tvb svn gnome org
- To: svn-commits-list gnome org
- Subject: glade3 r1048 - in trunk: . src
- Date: Mon, 22 Jan 2007 20:42:10 +0000 (GMT)
Author: tvb
Date: 2007-01-22 20:42:10 +0000 (Mon, 22 Jan 2007)
New Revision: 1048
ViewCVS link: http://svn.gnome.org/viewcvs/glade3?rev=1048&view=rev
Modified:
trunk/ChangeLog
trunk/src/glade-base-editor.c
trunk/src/glade-command.c
trunk/src/glade-command.h
trunk/src/glade-gtk.c
Log:
Fix for bug 345603:
* src/glade-command.c, src/glade-command.h:
- Redesigned the implementation of the following commands:
- glade_command_delete
- glade_command_create
- glade_command_cut
- glade_command_copy
- glade_command_paste
These are now command aliases.
- Added a new drag-and-drop command, glade_command_dnd, to replace former
glade_command_cut/glade_command_paste command pairs.
- Added the following set of canonical commands which comprise the implementation
of the command aliases:
- glade_command_add
- glade_command_remove
- glade_command_clipboard_add
- glade_command_clipboard_remove
* src/glade-gtk.c:
Replaced the cut/paste command pair with the dnd command in
glade_gtk_menu_shell_move_child().
* src/glade-base-editor.c:
Replaced the cut/paste command pair with the dnd command in
glade_base_editor_change_type() and glade_base_editor_move_child().
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]