aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/ChangeLog
blob: 8b3d4d8b834ecd8788f1d3d880841ae4bc4313d5 (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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
2001-07-02 Anna Marie Dirks <anna@ximian.com>
    *misc/e-filter-bar.c (option_changed): Specified a default size
    for the Advanced Search dialog such that when it first appear, it
    is large enough to view all parts of a search clause without 
    the user needing to resize it. 


2001-05-31  Federico Mena Quintero  <federico@ximian.com>

    * menus/gal-view-menus.c (gal_view_menus_construct): Store the
    connection ID of the "changed" signal in the collection.
    (gal_view_menus_new): Added preconditions.
    (gal_view_menus_construct): Added preconditions.

2001-05-21  Chris Toshok  <toshok@ximian.com>

    * menus/gal-view-menus.c (build_menus): make the view menuitems
    radio items of the same group, and allocate the closure here.
    (free_verbs): only need to free the one DefineViews verb here.
    (closure_free): new function - EListFreeFunc for our
    listenerClosure list.
    (remove_listeners): new function, free our listener list.
    (gvm_destroy): call remove_listeners.
    (gvm_init): init listenerClosures list.
    (toggled_cb): callback for radio items.
    (build_verbs): strip out almost all the code since there's only 1
    verb now.
    (build_stuff): call remove_listeners.

2001-05-08  Gediminas Paulauskas <menesis@delfi.lt>

    * misc/e-search-bar.c (add_dropdown), (set_option): first try to
    translate, then if not suceeded -- convert from utf8. This handles
    cases when menuitem needs to be translated (it is passed as N_()), or is
    utf8 search title. However you cannot have a search like "Folders" -- it
    is translated. Part of fix for #2253.
    
    * misc/e-filter-bar.c: d() debugging strings. Use E_FILTERBAR_ADVANCED
    macro instead of own "Advanced ..." for consistency.

2001-05-07  Gediminas Paulauskas <menesis@delfi.lt>
    
    * menus/gal-view-menus.c (build_menus): convert label to locale
    encoding. Still displays truncated strings.
    
    * menus/Makefile.am: removed -DEVOLUTION_VERSION.

2001-04-21  Gediminas Paulauskas <menesis@delfi.lt>

    * menus/gal-view-menus.c: bonobo_ui_node_set_attr expects unstranslated
    strings, so change _() to N_().

2001-04-12  Dan Winship  <danw@ximian.com>

    * menus/gal-view-menus.c (build_menus): Fix a memory leak.
    (Doesn't anyone ever change any other file in this directory? :)

2001-04-10  Gediminas Paulauskas <menesis@delfi.lt>

    * menus/gal-view-menus.c: convert label to utf8.

2001-04-04  Kjartan Maraas  <kmaraas@gnome.org>

    * menus/gal-view-menus.c: Fix headers.
    
2001-03-28  Christopher James Lahey  <clahey@ximian.com>

    * menus/gal-view-menus.c (build_menus): Don't print the xml tree
    here.

2001-03-16  Miguel de Icaza  <miguel@ximian.com>

    * menus/gal-view-menus.c (build_menus): Hook this up under the
    "ViewBegin" node.

2001-02-28  Miguel de Icaza  <miguel@ximian.com>

    * menus/gal-view-menus.c (build_menus): Add translation string
    here. 

2001-03-05  Christopher James Lahey  <clahey@ximian.com>

    * menus/gal-view-menus.c (collection_changed): Rebuild when the
    collection changes.

2001-01-27  Jason Leach  <jasonleach@usa.net>

    * cvs remove all files in shortcut-bar/, this widget is now in
    gal, will be maintained there.
    
    * Makefile.am (SUBDIRS): Remove shortcut-bar from here.

2001-01-25  Christopher James Lahey  <clahey@helixcode.com>

    * menus/gal-view-menus.c: Make this actually deploy the titles
    from the GalViewCollection and emit the display_view signals and
    such.

2001-01-22  Jon Trowbridge  <trow@gnu.org>

    * menus/gal-view-menus.c (define_views): Fixed
    gal_define_views_dialog_new to be called with its proper argument.

2000-12-06  Christopher James Lahey  <clahey@helixcode.com>

    * menus/gal-view-menus.c, menus/gal-view-menus.h: Added a
    GalViewCollection argument to the new function here.

2000-12-04  Dan Winship  <danw@helixcode.com>

    * menus/gal-view-menus.c: NULL-terminate gal_view_menus_apply's
    BonoboUIVerb array to prevent a crash. (Why are there gal* things
    in the evolution sources?)

2000-11-05  Christopher James Lahey  <clahey@helixcode.com>

    * e-paned/.cvsignore, e-table/.cvsignore, e-text/.cvsignore:
    Removed unnecessary .cvsignore files.

2000-09-18  Christopher James Lahey  <clahey@helixcode.com>

    * Makefile.am: Removed directories that have been moved to gal.

    * e-paned/.cvsignore, e-paned/Makefile.am, e-paned/e-hpaned.c,
    e-paned/e-hpaned.h, e-paned/e-paned.c, e-paned/e-paned.h,
    e-paned/e-vpaned.c, e-paned/e-vpaned.h: Moved to gal.

    * e-reflow/.cvsignore, e-reflow/Makefile.am,
    e-reflow/e-reflow-sorted.c, e-reflow/e-reflow-sorted.h,
    e-reflow/e-reflow.c, e-reflow/e-reflow.h: Moved to gal.

    * e-table/.cvsignore, e-table/ChangeLog, e-table/LICENSE,
    e-table/Makefile.am, e-table/ROADMAP.e-table, e-table/TODO,
    e-table/add-col.xpm, e-table/arrow-down.xpm, e-table/arrow-up.xpm,
    e-table/check-empty.xpm, e-table/check-filled.xpm,
    e-table/clip.png, e-table/e-cell-checkbox.c,
    e-table/e-cell-checkbox.h, e-table/e-cell-string.c,
    e-table/e-cell-text.c, e-table/e-cell-text.h,
    e-table/e-cell-toggle.c, e-table/e-cell-toggle.h,
    e-table/e-cell-tree.c, e-table/e-cell-tree.h, e-table/e-cell.c,
    e-table/e-cell.h, e-table/e-table-click-to-add.c,
    e-table/e-table-click-to-add.h, e-table/e-table-col-dnd.h,
    e-table/e-table-col.c, e-table/e-table-col.h,
    e-table/e-table-column-model.h, e-table/e-table-column.c,
    e-table/e-table-config.c, e-table/e-table-config.glade,
    e-table/e-table-config.glade.h, e-table/e-table-config.h,
    e-table/e-table-defines.h, e-table/e-table-example-1.c,
    e-table/e-table-example-2.c,
    e-table/e-table-field-chooser-dialog.c,
    e-table/e-table-field-chooser-dialog.h,
    e-table/e-table-field-chooser-item.c,
    e-table/e-table-field-chooser-item.h,
    e-table/e-table-field-chooser.c,
    e-table/e-table-field-chooser.glade,
    e-table/e-table-field-chooser.glade.h,
    e-table/e-table-field-chooser.h,
    e-table/e-table-group-container.c,
    e-table/e-table-group-container.h, e-table/e-table-group-leaf.c,
    e-table/e-table-group-leaf.h, e-table/e-table-group.c,
    e-table/e-table-group.glade, e-table/e-table-group.glade.h,
    e-table/e-table-group.h, e-table/e-table-header-item.c,
    e-table/e-table-header-item.h, e-table/e-table-header.c,
    e-table/e-table-header.h, e-table/e-table-item.c,
    e-table/e-table-item.h, e-table/e-table-model.c,
    e-table/e-table-model.h, e-table/e-table-one.c,
    e-table/e-table-one.h, e-table/e-table-scrolled.c,
    e-table/e-table-scrolled.h, e-table/e-table-selection-model.c,
    e-table/e-table-selection-model.h, e-table/e-table-simple.c,
    e-table/e-table-simple.h, e-table/e-table-size-test.c,
    e-table/e-table-sort-info.c, e-table/e-table-sort-info.h,
    e-table/e-table-sorted-variable.c,
    e-table/e-table-sorted-variable.h, e-table/e-table-sorted.c,
    e-table/e-table-sorted.h, e-table/e-table-sorter.c,
    e-table/e-table-sorter.h, e-table/e-table-subset-variable.c,
    e-table/e-table-subset-variable.h, e-table/e-table-subset.c,
    e-table/e-table-subset.h, e-table/e-table-text-model.c,
    e-table/e-table-text-model.h, e-table/e-table-tooltip.h,
    e-table/e-table-tree.h, e-table/e-table.c, e-table/e-table.h,
    e-table/e-tree-example-1.c, e-table/e-tree-example-2.c,
    e-table/e-tree-model.c, e-table/e-tree-model.h,
    e-table/e-tree-simple.c, e-table/e-tree-simple.h,
    e-table/image1.png, e-table/image2.png, e-table/image3.png,
    e-table/remove-col.xpm, e-table/sample.table,
    e-table/table-test.c, e-table/table-test.h, e-table/test-check.c,
    e-table/test-cols.c, e-table/test-table.c: Moved to gal.

    * e-text/.cvsignore, e-text/Makefile.am, e-text/e-entry-test.c,
    e-text/e-entry.c, e-text/e-entry.h,
    e-text/e-text-event-processor-emacs-like.c,
    e-text/e-text-event-processor-emacs-like.h,
    e-text/e-text-event-processor-types.h,
    e-text/e-text-event-processor.c, e-text/e-text-event-processor.h,
    e-text/e-text-model.c, e-text/e-text-model.h,
    e-text/e-text-test.c, e-text/e-text.c, e-text/e-text.h: Moved to
    gal.

2000-09-14  Michael Meeks  <michael@helixcode.com>

    * e-reflow/e-reflow-sorted.h: fix include.

2000-09-13  Christopher James Lahey  <clahey@helixcode.com>

    * Makefile.am (SUBDIRS): Added e-reflow.

    * e-reflow/e-reflow.c, e-reflow/e-reflow.h: Moved from
    addressbook/gui/minicard/.

    * e-reflow/Makefile.am, e-reflow/.cvsignore: New files for a new
    directory.

2000-09-08  Lauris Kaplinski  <lauris@helixcode.com>

    * e-text/e-text.c (calc_line_widths): Fix byte/char confusion

2000-08-30  Federico Mena Quintero  <federico@helixcode.com>

    * e-paned/e-hpaned.c (e_hpaned_motion): Do not flicker while
    trying to resize a quantized pane.

    * e-paned/e-vpaned.c (e_vpaned_motion): Likewise.

2000-08-30  Federico Mena Quintero  <federico@helixcode.com>

    * widgets/e-paned/e-vpaned.c (e_vpaned_size_allocate): Ensure that
    the child's allocation height is >= 1.

    * widgets/e-paned/e-hpaned.c (e_hpaned_size_allocate): Ensure that
    the child's allocation width is >= 1.

2000-08-30  Federico Mena Quintero  <federico@helixcode.com>

    * ChangeLog: Started a ChangeLog here.