blob: fe4bcd24fae85c32bca7eee8beb484a7e6193d9b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
2003-09-30 Mike Kestner <mkestner@ximian.com>
* e-cell-renderer-combo.* : new, treeview renderer for combo cells
* e-combo-cell-editable.* : new, GtkCellEditable for combo cells
* Makefile.am : build the new files
2003-08-18 Ettore Perazzoli <ettore@ximian.com>
* e-source-selector.c (e_source_selector_selection_shown)
(e_source_selector_show_selection): Add precondition.
2003-08-18 Ettore Perazzoli <ettore@ximian.com>
* 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 <ettore@ximian.com>
* 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 <ettore@ximian.com>
* 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 <ettore@ximian.com>
* test-source-selector.c: New test program.
* e-source-selector.c: New file.
* e-source-selector.h: New file.
2003-07-23 Dan Winship <danw@ximian.com>
* Makefile.am: use EVO_MARSHAL_RULE
* e-combo-button.c (create_empty_pixmap_widget): Create the pixbuf
from empty.xpm rather than just calling gdk_pixbuf_new(), which
doesn't actually initialize the pixel data.
* e-messagebox.c: Remove this, since it claims to be deprecated,
and nothing is actually using it any more.
* Makefile.am: Remove e-messagebox.[ch]
2003-07-11 Federico Mena Quintero <federico@ximian.com>
* e-dateedit.c (e_date_edit_mnemonic_activate): Added a handler
for GtkWidget::mnemonic_activate().
* e-url-entry.c (mnemonic_activate): Likewise.
2003-07-09 Federico Mena Quintero <federico@ximian.com>
* e-url-entry.c (destroy): Chain to the parent handler. Fixes #45236.
2003-06-23 Ettore Perazzoli <ettore@ximian.com>
* e-search-bar.c (set_menu): Translate the text. [#45112]
2003-06-18 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
* e-charset-picker.c: Fix for #45082: GB18030 BIG5HKSCS and EUC-TW
charsets not supported in evolution mail
2003-06-17 Jeffrey Stedfast <fejj@ximian.com>
* e-charset-picker.c (e_charset_picker_bonobo_ui_populate): Don't
use the charset class in the menu label if it is 'Unknown'.
(e_charset_picker_bonobo_ui_populate): For user-defined charsets,
just use the name of the charset rather than "Unknown".
(add_charset): Don't escape _'s anymore, this seems to not be
needed int gtk2.
(add_other_charset): g_strdup() the charset name. Fixes bug
#43917.
2003-06-11 Larry Ewing <lewing@ximian.com>
* e-search-bar.c (impl_get_property): take ownership of the duped
string.
|