From 0fb08f3ff81575a4749d851404233f34252dd2f2 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 21 Oct 2003 18:28:34 +0000 Subject: Merge new-ui-branch to the trunk. svn path=/trunk/; revision=22964 --- widgets/misc/ChangeLog | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) (limited to 'widgets/misc/ChangeLog') diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index ddf64a7889..fe4bcd24fa 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -4,6 +4,56 @@ * e-combo-cell-editable.* : new, GtkCellEditable for combo cells * Makefile.am : build the new files +2003-08-18 Ettore Perazzoli + + * e-source-selector.c (e_source_selector_selection_shown) + (e_source_selector_show_selection): Add precondition. + +2003-08-18 Ettore Perazzoli + + * test-source-selector.c (on_idle_create_widget): Add a + checkbutton to the test window for toggling the checkboxes on and + off. Also, put the list in a scrolled window and set a default + size for the main window. + (check_toggled_callback): Callback for the checkbutton. + + * e-source-selector.c: New member checkboxes_shown in struct + ESourceSelectorPrivate. + (init): Set to TRUE. + (e_source_selector_show_selection): New. + (e_source_selector_selection_shown): New. + (toggle_cell_data_func): Don't show the toggle if checkboxes_shown + is FALSE. + +2003-08-17 Ettore Perazzoli + + * e-source-selector.c: New signal "primary_selection_changed", + removed members list_changed_callback_id and + selection_changed_callback_id in ESourceSelectorPrivate. + (rebuild_model): If the new set of selected sources is smaller + than the old one, emit "selection_changed". + (e_source_selector_peek_primary_selection): New. + (e_source_selector_set_primary_selection): New. + (selection_changed_callback): New callback for the "changed" + signal on our associated GtkTreeSelection. + (init): Connect. + (impl_dispose): Disconnect. + (setup_model): Use signal_connect_object() instead of saving the + ID. + +2003-08-15 Ettore Perazzoli + + * e-source-selector.c (cell_toggled_callback): Call + gtk_tree_model_row_changed() to let the model know that we changed + the data. + +2003-08-15 Ettore Perazzoli + + * test-source-selector.c: New test program. + + * e-source-selector.c: New file. + * e-source-selector.h: New file. + 2003-07-23 Dan Winship * Makefile.am: use EVO_MARSHAL_RULE -- cgit v1.2.3