aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/ChangeLog
blob: 6feca934a69cb62ee9855b7749a8d74535e73987 (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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
2006-01-15  Srinivasa Ragavan  <sragavan@novell.com>

    ** Fixes bug #220286

    * text/e-text.c: (tooltip_ungrab), (_do_tooltip), (e_text_event):
    Added a ungrab for keyboard, so that it hides the tooltip.

2006-01-13  Srinivasa Ragavan  <sragavan@novell.com>
    
    ** Fixes bug #326264
    
    * menus/gal-view-menus.c: (build_menus): Changes mnemonics of Current
    View menu item, since it collides with Caret Mode.

2006-01-11  Johnny Jacob  <johnnyjacob#gmail.com>

    * text/e-text.c (e_text_set_property): Add the width to
    the pango layout.

2006-01-10  Simon Zheng  <simon.zheng@sun.com>

    * menus/gal-view-instance.c:
    * misc/e-attachment-bar.c:
    * misc/e-calendar-item.c:
    * misc/e-dateedit.c:
    Use e_util_mkdir_hier() instead of e_mkdir_hier().

        Use e_util_strstrcase() instead of e_strstrcasea().
    
        use e_strfime() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in 
        evolution/e-util/e-util.c.
 
    use e_filename_make_safe() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in 
        evolution/e-util/e-util.c.
        
        use e_utf8_strftime() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in 
        evolution/e-util/e-util.c.

2005-12-30  Andre Klapper <a9016009@gmx.de>

    * evolution/widgets/misc/e-url-entry.c:
      harmonized "URL", "Url" and "url". Fixes bug 325125.

2005-12-23  Andre Klapper <a9016009@gmx.de>

    * e-table.c: fixed one typo.
          Fixes bug 306118 partially.

2005-12-20  Srinivasa Ragavan  <sragavan@novell.com>

    ** Fixes bug #240762

    * menus/gal-define-views-dialog.c:
    (etable_selection_change_forall_cb): Made only the user created
    views to be editable.

2005-12-18  Tor Lillqvist  <tml@novell.com>

    * e-timezone-dialog/Makefile.am: Link with libeutil.

    * e-timezone-dialog/e-timezone-dialog.c
    (e_timezone_dialog_construct): Construct glade file pathname at
    run-time.

    * menus/gal-view-collection.c
    * menus/gal-view-instance.c: Include libedataserver/e-xml-utils.h
    for e_xml_save_file() prototype.

2005-12-12  Irene Huang <Irene.Huang@sun.com>

    reviewed by: Veerapuram Varadhan  <vvaradhan@novell.com>
    
    * menus/gal-view-menus.c: Change #include <e-util/e-list.h> to
    #include <libedataserver/e-list.h>.
    * misc/e-unicode.c: Change #include <e-util/e-iconv.h> to
    #include <libedataserver/e-iconv.h>.

2005-12-06  Veerapuram Varadhan <vvaradhan@novell.com>

    * menus/gal-view-new-dialog.c (gal_view_new_dialog_set_property):
    Load the widget pointer before using it.  Fixes a compiler warning
    as well as #313219
    
2005-11-29 Simon Zheng <simon.zheng@sun.coma

    * menus/gal-view-collection.c: (gal_view_generate_string):
    Fix #322311. Using g_utf8_next_char() to traverses UTF-8
    string and replace characters that are neither a alpha nor
    a numeral.

2005-09-29  Tor Lillqvist  <tml@novell.com>

    * menus/gal-view-collection.c (load_single_dir)
    * menus/gal-view-instance.c (load_current_view): Use
    g_win32_locale_filename_from_utf8() from GLib 2.8 instead of
    gnome_win32_locale_filename_from_utf8() which was temporarily in
    libgnome.

2005-09-29  Li Yuan  <li.yuan@sun.com>

    * menus/gal-define-views-dialog.c:
    (etable_selection_change_forall_cb):
    Fix #240762. If the galview implement the edit function,
    enable the edit button. If not, disable it.

2005-09-28  Tor Lillqvist  <tml@novell.com>

    * e-timezone-dialog/Makefile.am
    * menus/Makefile.am
    * text/Makefile.am: Install in privsolib instead of privlib (no
    difference on Unix). Use NO_UNDEFINED. Link with all needed
    libraries to satisfy the -no-undefined used on Windows.

    * e-timezone-dialog/Makefile.am
    * text/Makefile.am: On Win32, use bootstrap import library for
    libemiscwidgets, which hasn't been built yet when we come
    here.

    * menus/Makefile.am: Drop several overlapping CFLAGS, use
    E_UTIL_CFLAGS instead.

    * text/Makefile.am: Drop several overlapping
    CFLAGS. EXTRA_GNOME_CFLAGS should be enough.
    
2005-08-03  Li Yuan  <li.yuan@sun.com>

    * menus/gal-view-new-dialog.glade:
    Add a11y name to the left table of config dialog.
    * misc/e-multi-config-dialog.c: 
    Add name to the left table of preference dialog.
    * table/e-table-config.c: (e_table_proxy_etable_shown_new),
    (e_table_proxy_etable_available_new):
    Add a11y name to "Show Fields" table and "Available Fields" table.

2005-07-28  Mengjie Yu  <meng-jie.yu@sun.com>

    * misc/e-attachment-bar.c: (update_remote_file):
    Void function should not return value.

    Fixes #311837

2005-07-21  Srinivasa Ragavan <sragavan@novell.com>

    * menus/gal-define-views-dialog.c: (etable_selection_change_forall_cb) 
    Fixes a bug where it allows just builtin views to be edited and not user
    added one. It should have been the other way around.

2005-06-23  Kaushal Kumar  <kakumar@novell.com>

    * text/Makefile.am: Set libetextincludedir to text to match 
    source directory name.

2005-06-21  Kaushal Kumar  <kakumar@novell.com>

    * table/ChangeLog: Added from gal/gal/e-table as Gal is 
    retired from Head and e-table files are moved here.

2005-05-12  Srinivasa Ragavan <sragavan@novell.com>
    * misc/e-dateedit.c: (on_time_entry_key_release),
    (create_children): Fix the bug 303856. Enables OK button
    when arrow key used to change the time in a appointment.

2005-05-06  Sarfraaz Ahmed <asarfraaz@novell.com>

    * misc/e-search-bar.c: (set_menu) Solaris gettext crashes on NULL 
    input string. Fixes #260312. Patch submitted by 
    Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>

2005-04-28  Li Yuan  <li.yuan@sun.com>

    * misc/e-calendar-item.c: (e_calendar_item_realize),
    (e_calendar_item_set_selection_if_emission),
    (e_calendar_item_style_set):
    use widget->style instead of hard code colors.
    * misc/e-calendar-item.h:
    * misc/e-calendar.c: (e_calendar_style_set):
    call e_calendar_item_style_set when style changes.

    Fixes #6767.

2005-03-14  Not Zed  <NotZed@Ximian.com>

    * menus/gal-view-menus.c (build_menus): don't
    bonobo_ui_free_string from bonobo_ui_node_to_string - it should be
    g_free'd now (api chagne in bonobo).

2005-03-11  Sushma Rai  <rsushma@novell.com>

    * misc/e-send-options.c (setup_widgets): Not showing the send options
    notebook tabs, in case general options page is disabled. Fixes #73501

2005-02-09  Hans Petter Jansson  <hpj@novell.com>

    * e-timezone-dialog/Makefile.am:
    * menus/Makefile.am:
    * misc/Makefile.am: Install shared libraries to privlibdir.

2005-01-18  Hao Sheng  <hao.sheng@sun.com>

    * misc/e-dateedit.[ch]:
    (e_date_edit_get_entry): return the entry of the date edit.

2004-11-12  JP Rosevear  <jpr@novell.com>

    * menus/gal-view-menus.c: Convert to G_DEFINE_TYPE

2004-11-12  JP Rosevear  <jpr@novell.com>
    
    * e-timezone-dialog/e-timezone-dialog.c: convert to G_DEFINE_TYPE

2004-10-28  Li Yuan  <li.yuan@sun.com>

    * e-timezone-dialog/e-timezone-dialog.glade: Add a name for
    timezone combox.

2004-09-13  Rodney Dawes  <dobey@novell.com>

    * e-timezone-dialog/e-timezone-dialog.c (get_widgets):
    (on_map_motion, on_map_leave, e_timezone_dialog_set_timezone):
    * e-timezone-dialog/e-timezone-dialog.glade:
    Add the label back for previewing the timezone name, and set the
    label appropriately

    Fixes #64800

2004-08-17  Rodney Dawes  <dobey@novell.com>

    * e-timezone-dialog/e-timezone-dialog.c (e_timezone_dialog_construct):
    Connect to the "changed" signal instead of "activate"

    Fixes #62970

2004-05-20  Rodney Dawes  <dobey@ximian.com>

    * e-timezone-dialog/e-timezone-dialog.c (e_timezone_dialog_construct):
    Use the activate signal, instead of changed, for the combo box
    (on_map_motion): Set the text in the combo's entry when we mouse over
    one of the points on the map, as a preview for the timezone
    (on_map_leave): Reset the combo's entry to the timezone we started with
    when we leave the map

    Fixes #57122

2004-04-09  Rodney Dawes  <dobey@ximian.com>

    * e-timezone-dialog/e-timezone-dialog.c
    (e_timezone_dialog_construct): Set the border widths on the dialog's
    vbox and action area to be HIG-complaint
    Get rid of the timezone preview widget in here
    Point the internal 'table' to the right widget
    (on_map_motion): Get rid of the extra-hacky code to set the preview
    widget's label to the timezone, now that that widget is gone
    (on_map_leave): Update the comment to not reference the preview
    widget that is now gone
    Get rid of the code to set the preview widget's label to empty string
    * e-timezone-dialog/e-timezone-dialog.glade: Update for HIG-compliance

2004-02-26  JP Rosevear <jpr@ximian.com>

    * e-timezone-dialog/e-timezone-dialog.c
    (e_timezone_dialog_dispose): don't reference uninitialized memory

2003-12-10  Not Zed  <NotZed@Ximian.com>

    * menus/gal-view-menus.c (remove_instance): NULL out
    priv->instance when we unref it.  Bug #51713.

2003-12-06  JP Rosevear <jpr@ximian.com>

    * */Makefile.am: Remove hard coded disable deprecated flags
    
2003-11-07  JP Rosevear <jpr@ximian.com>

    * e-timezone-dialog/Makefile.am: don't include toplevel libical

2003-11-07  JP Rosevear  <jpr@ximian.com>

    * e-timezone-dialog/Makefile.am: use TZDIALOG_FLAGS

2003-10-09  Jeffrey Stedfast  <fejj@ximian.com>

    * e-timezone-dialog/Makefile.am: INCLUDE path fixes for changes
    made to libical build.

    * e-timezone-dialog.h: #include <libical/ical.h>