diff options
author | Rodney Dawes <dobey@novell.com> | 2004-06-02 21:02:09 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-06-02 21:02:09 +0800 |
commit | 81a9c1e88d1c08fd59c6492686b45d53919a99b6 (patch) | |
tree | 4c343f83d6d8ecae0f9c0d7d6fdd5f63462e72d0 /addressbook/ChangeLog | |
parent | db1a6f1329c552b0370d295263fe9dbe552dd1a2 (diff) | |
download | gsoc2013-evolution-81a9c1e88d1c08fd59c6492686b45d53919a99b6.tar gsoc2013-evolution-81a9c1e88d1c08fd59c6492686b45d53919a99b6.tar.gz gsoc2013-evolution-81a9c1e88d1c08fd59c6492686b45d53919a99b6.tar.bz2 gsoc2013-evolution-81a9c1e88d1c08fd59c6492686b45d53919a99b6.tar.lz gsoc2013-evolution-81a9c1e88d1c08fd59c6492686b45d53919a99b6.tar.xz gsoc2013-evolution-81a9c1e88d1c08fd59c6492686b45d53919a99b6.tar.zst gsoc2013-evolution-81a9c1e88d1c08fd59c6492686b45d53919a99b6.zip |
Don't need these two functions any more (source_to_dialog,
2004-06-02 Rodney Dawes <dobey@novell.com>
* gui/component/addressbook-config.c (focus_help, add_focus_handler):
Don't need these two functions any more
(source_to_dialog, auth_optionmenu_func):
Don't try to change the notebook page or set the widget sensitive,
for a notebook that doesn't exist any more
(reparent_to_vbox): Don't need this function any more, as the
widgets are all contained in the same dialog in the glade now
(setup_general_tab, setup_connecting_tab, setup_searching_tab):
We don't need to do the focus-based "tooltip" stuff any more
We just use tooltips on the widgets now
(ssl_optionmenu_selected, add_ssl_activate_cb):
We don't need the ssl_optionmenu_selected callback any more, as the
tooltips are just set on the necessary widgets now
(query_for_supported_bases): Set the border widths on the dialog's
vbox and action_area to be compliant with the HIG
(addressbook_add_server_dialog): Unref the GConfClient object
(addressbook_config_edit_source): Create the source_list so that
we can actually save the changes that we make here
Create the GladeXML with only the widget subtree that we need to
use here, to avoid popping up other visible dialogs
Set the border widths on the dialog's vbox and action_area to be
compliant with the HIG
We don't need to reparent widgets to vboxes any more, as the widgets
are now part of the dialog's widget tree
If we are without LDAP or not in LDAP mode, then hide the notebook
borders, and change the border size of its child to appear as though
we are a normal non-LDAP dialog
We don't need to set the type hint on the window as we are no a
real GtkDialog
* gui/component/ldap-config.glade: Update the properties dialogs to
be compliant with the HIG layout
Get rid of some of the extra windows and put their children in the
appropriate places in the properties dialog
Make the properties dialog be a real GtkDialog
Fixes #41141
svn path=/trunk/; revision=26153
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 4f58dc05c9..c6bbbc8185 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,43 @@ +2004-06-02 Rodney Dawes <dobey@novell.com> + + * gui/component/addressbook-config.c (focus_help, add_focus_handler): + Don't need these two functions any more + (source_to_dialog, auth_optionmenu_func): + Don't try to change the notebook page or set the widget sensitive, + for a notebook that doesn't exist any more + (reparent_to_vbox): Don't need this function any more, as the + widgets are all contained in the same dialog in the glade now + (setup_general_tab, setup_connecting_tab, setup_searching_tab): + We don't need to do the focus-based "tooltip" stuff any more + We just use tooltips on the widgets now + (ssl_optionmenu_selected, add_ssl_activate_cb): + We don't need the ssl_optionmenu_selected callback any more, as the + tooltips are just set on the necessary widgets now + (query_for_supported_bases): Set the border widths on the dialog's + vbox and action_area to be compliant with the HIG + (addressbook_add_server_dialog): Unref the GConfClient object + (addressbook_config_edit_source): Create the source_list so that + we can actually save the changes that we make here + Create the GladeXML with only the widget subtree that we need to + use here, to avoid popping up other visible dialogs + Set the border widths on the dialog's vbox and action_area to be + compliant with the HIG + We don't need to reparent widgets to vboxes any more, as the widgets + are now part of the dialog's widget tree + If we are without LDAP or not in LDAP mode, then hide the notebook + borders, and change the border size of its child to appear as though + we are a normal non-LDAP dialog + We don't need to set the type hint on the window as we are no a + real GtkDialog + + * gui/component/ldap-config.glade: Update the properties dialogs to + be compliant with the HIG layout + Get rid of some of the extra windows and put their children in the + appropriate places in the properties dialog + Make the properties dialog be a real GtkDialog + + Fixes #41141 + 2004-06-01 Larry Ewing <lewing@ximian.com> * gui/contact-list-editor/e-contact-list-editor.c: Add in a source |