From 3ca9a4923aa2aad1c33faa3033f0d8748cd2c69b Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 24 Jan 2006 22:20:54 +0000 Subject: Refactored, code cleanups. Don't make the bookmark properties window 2006-01-24 Christian Persch * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_set_bookmark), (bookmark_properties_close_cb), (bookmark_properties_response_cb), (update_entry), (update_window_title), (combo_changed_cb), (title_entry_changed_cb), (location_entry_changed_cb), (set_window_icon), (ephy_bookmark_properties_init), (ephy_bookmark_properties_constructor), (ephy_bookmark_properties_set_property), (ephy_bookmark_properties_get_property), (ephy_bookmark_properties_class_init), (ephy_bookmark_properties_get_type), (ephy_bookmark_properties_new): * src/bookmarks/ephy-bookmark-properties.h: Refactored, code cleanups. Don't make the bookmark properties window transient. * src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmark_properties): * src/bookmarks/ephy-bookmarks-ui.c: (activate_bookmark_properties), (activate_bookmark_open_tab), (activate_bookmark_open_window), (selected_bookmark_action), (erase_bookmarks_menu), (tree_changed_cb), (node_added_cb), (node_changed_cb), (node_removed_cb), (ephy_bookmarks_ui_attach_window), (properties_dialog_destroy_cb), (add_bookmark), (duplicate_bookmark_response_cb), (ephy_bookmarks_ui_add_bookmark), (add_topic_changed_cb), (add_topic_response_cb), (ephy_bookmarks_ui_add_topic), (ephy_bookmarks_ui_show_bookmark): * src/bookmarks/ephy-bookmarks-ui.h: Cleanups. Make the New Topic dialogue modal to the bookmark properties window. Change some strings, don't unnecessarily use markup when constructing a message dialog. 2006-01-24 Christian Persch --- ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 075f64908..029b962f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +2006-01-24 Christian Persch + + * src/bookmarks/ephy-bookmark-properties.c: + (ephy_bookmark_properties_set_bookmark), + (bookmark_properties_close_cb), (bookmark_properties_response_cb), + (update_entry), (update_window_title), (combo_changed_cb), + (title_entry_changed_cb), (location_entry_changed_cb), + (set_window_icon), (ephy_bookmark_properties_init), + (ephy_bookmark_properties_constructor), + (ephy_bookmark_properties_set_property), + (ephy_bookmark_properties_get_property), + (ephy_bookmark_properties_class_init), + (ephy_bookmark_properties_get_type), + (ephy_bookmark_properties_new): + * src/bookmarks/ephy-bookmark-properties.h: + + Refactored, code cleanups. Don't make the bookmark properties + window transient. + + * src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmark_properties): + * src/bookmarks/ephy-bookmarks-ui.c: + (activate_bookmark_properties), (activate_bookmark_open_tab), + (activate_bookmark_open_window), (selected_bookmark_action), + (erase_bookmarks_menu), (tree_changed_cb), (node_added_cb), + (node_changed_cb), (node_removed_cb), + (ephy_bookmarks_ui_attach_window), (properties_dialog_destroy_cb), + (add_bookmark), (duplicate_bookmark_response_cb), + (ephy_bookmarks_ui_add_bookmark), (add_topic_changed_cb), + (add_topic_response_cb), (ephy_bookmarks_ui_add_topic), + (ephy_bookmarks_ui_show_bookmark): + * src/bookmarks/ephy-bookmarks-ui.h: + + Cleanups. Make the New Topic dialogue modal to the bookmark properties + window. Change some strings, don't unnecessarily use markup when + constructing a message dialog. + 2006-01-24 Christian Persch * src/bookmarks/ephy-bookmarks-editor.c: -- cgit v1.2.3