2007-06-14 Xan Lopez <xan.lopez@nokia.com>
[hildon] / ChangeLog
1 2007-06-14  Xan Lopez  <xan.lopez@nokia.com>
2
3         * src/hildon-private.c (hildon_private_composite_focus): make the focus handler
4         work again.
5
6 2007-06-13  Xan Lopez  <xan.lopez@nokia.com>
7
8         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_clear): workaround
9         http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back
10         button on after clearing the trail.
11
12 2007-06-13  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
13
14         * src/hildon-code-dialog.c: Removing the separator from the dialog.
15
16 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
17
18         * src/Makefile.am: remove circular dependency in hildon-enum-types.h creation
19         by splitting the installed headers in generated and non-generated groups. Use
20         only the non-generated headers to create the hildon-enum-types.h file.
21
22         * src/hildon-seekbar.h: gtkscale.h already includes gtkrange.h.
23
24 2007-06-12  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
25
26         * src/hildon-window.c: Hide the window before performing the destroy.
27         Should make the app closing a little tiny bit more snappy. 
28
29 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
30
31         * src/hildon-seekbar.c: add gtkrange.h header
32         * src/hildon-caption.c: remove unused variable
33
34 2007-06-08  Tommi Komulainen  <tommi.komulainen@nokia.com>
35
36         * configure.ac: Remove dysfunctional AC_ARG_ENABLE. Pointed out by
37         Loic Minier.
38
39 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
40
41         [1.0.9-1 release]
42
43         * NEWS:
44         * configure.ac:
45         * debian/changelog: Updating.
46
47 2007-06-07  Tommi Komulainen  <tommi.komulainen@nokia.com>
48
49         * src/hildon-window.c (hildon_window_window_state_event,
50         hildon_window_is_topmost_notify, hildon_window_class_init): Stop the
51         escape timeout on focus-out-event rather than notify::is-topmost; the
52         latter doesn't get called when menus pop up. Fixes: NB#52946, MB#1101
53
54 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
55
56         * src/hildon-window.c: Adding a patch from Tommi Komulainen to pass the
57         correct timestamp and button to gtk_menu_popup. Fixes MB#1466. 
58
59 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
60
61         * src/hildon-window: actually, you need to use the macro always, there's
62         no private pointer in the instance structure. We should have cleaned this up
63         when we had the chance...
64         
65 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
66
67         * src/hildon-window.c: do not get the private date from HildonWindow before
68         it passes the g_return_if_fail check. Once it's passed the test, there's no
69         need to g_assert that it exists. Do not create a HildonWindowPrivate variable
70         if you are only going to access the data once. Whitespace cleanups.
71
72 2007-06-04  Xan Lopez  <xan.lopez@nokia.com>
73
74         * src/hildon-bread-crumb-trail.c: set children visible before allocation.
75         * src/hildon-bread-crumb-widget.c: set xalign to 0.0 for labels.
76
77 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
78
79         [1.0.8-1 release]
80
81         * NEWS:
82         * configure.ac:
83         * debian/changelog: Updating.
84
85 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
86
87         * src/hildon-window.c: When destroying the window, remove (if exists) the
88         escape timeout handler. Fixes #NB59276.
89
90 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
91
92         * src/hildon-banner.c: When realizing the widget, set the window
93         transiency. Setting the transiency in the gobject constructor is not
94         good, as the widget is not realized at that point. Fixes: #NB56624.
95
96 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
97
98         * src/hildon-bread-crumb-trail.h (struct _HildonBreadCrumbTrailClass):
99         Add padding for future expansions.
100
101 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
102
103         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_class_init):
104         Add a new signal "move-parent", bind Escape and BackSpace to it. The handler
105         will fake an activation on the previous to the last item of the trail, so
106         the effect can be overrided by the developer as usual.
107         Also change the callback for the back button to do the same thing, so its
108         effect can be overrided too. Fixes: NB#58982
109
110 2007-05-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
111
112         * src/hildon-caption.c: Implementing the proper focus grabbing in the
113         HildonCaption. Fixes NB#52379. 
114
115 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
116
117         * src/hildon-bread-crumb-trail.c (crumb_activated_cb): be very paranoid about
118         the internal state of the trail after the user has had the chance of executing
119         his handler for the signal. Specifically, it may happen that the activated button
120         is removed and the user still lets the default handler run. This would segfault
121         previously.
122
123 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
124
125         * src/hildon-font-selection-dialog.c: When the font is really big, add the
126         scrollbar to the preview dialog. Fixes NB#54147.
127
128 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
129
130         * src/hildon-date-editor.c: Changing the default max year to 2037. The
131         max/min year properties can be altered, so the client can modify it
132         anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147.
133
134 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
135
136         * src/hildon-calendar.c: Removing the unused 'hildonlike' property, making
137         hildonlike by default. Fixing a problem with disappearing arrows when
138         scrolling through months and years. Fixes NB#54127. 
139
140 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
141
142         * examples/hildon-date-editor-example.c: Adding error callback to the date
143         editor example. 
144
145 2007-05-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
146
147         [1.0.7-1 release]
148
149         * NEWS:
150         * debian/changelog:
151         * configure.ac: Updating.
152
153 2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
154
155         * configure.ac: Adding a special '--enable-xan' configure option that
156         turns off the -Werror compilation setting. Usefull for development.
157
158         * src/hildon-calendar.c:
159         * src/hildon-number-editor.c:
160         * src/hildon-time-picker.c: Adding the 5* multiplier to
161         gtk-timeout-update.
162
163 2007-05-24  Xan Lopez  <xan.lopez@nokia.com>
164
165         * src/hildon-note.c (hildon_note_init): Use g_object_ref_sink
166         instead of g_object_ref + gtk_object_sink.
167
168 2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
169
170         [1.0.6-1 release]
171
172         * NEWS:
173         * configure.ac:
174         * debian/changelog: Updating.
175
176 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
177
178         * src/hildon-color-chooser-dialog.c:
179         * src/hildon-color-chooser.c: A few more GdkColor struct allocation fixes
180         straight from Tommi labs.
181
182 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
183
184         * examples/hildon-finger-example.c: Correcting the header file path.
185
186         * src/hildon-color-chooser-dialog.c: Allocate the color on the stack for 
187         the changed signal. Fixes a small memory leak.
188
189 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
190
191         * autogen.sh:
192         * debian/rules:
193         * src/hildon-banner.c: Importing several usefull fixes from the
194         ubuntu-mobile branch.
195
196 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
197
198         * examples/Makefile.am:
199         * examples/hildon-finger-example.c: Adding a finger-checking code
200         example. 
201
202         * src/hildon-font-selection-dialog.c: Do not allocate the color
203         structure using the g_new. Fixes NB#54061.
204
205 2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
206
207         * src/hildon-helper.c: Correcting tabs in file.
208
209 2007-05-08  Xan Lopez  <xan.lopez@nokia.com>
210
211         * src/hildon-bread-crumb-trail.c: Use set_child_visible only to
212         control the visibility of the children.
213
214         * examples/hildon-bread-crumb-trail-example.c: Plug leak.
215
216 2007-05-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
217
218         [1.0.5-1 release]
219
220         * NEWS:
221         * configure.ac:
222         * debian/changelog: Updating.
223
224 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
225
226         * src/hildon-bread-crumb-trail.c:
227         (hildon_bread_crumb_trail_size_allocate): 
228
229         Make the back button always a square.
230
231 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
232
233         * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h
234         from the .c file as it's a private file. 
235
236 2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
237
238         * examples/hildon-vvolumebar-example.c: The VVolumebar example now
239         uses slightly bigger height.
240
241         * src/hildon-font-selection-dialog.c: Adding some checks before
242         freeing memory in the font selection dialog.
243
244 2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
245
246         * src/hildon-font-selection-dialog.c: Adding a small check when
247         freeing memory. 
248
249         * src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix
250         buttons sensitivity on page switching.
251
252 2007-04-27  Xan Lopez  <xan.lopez@nokia.com>
253
254         * src/hildon-bread-crumb-trail.c: make the add method handle all the
255         internal details of adding a bread crumb to the trail.
256
257 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
258
259         [1.0.4-1 release]
260
261         * README:
262         * configure.ac:
263         * debian/changelog: Updating.
264
265         * src/hildon-bread-crumb-trail.h:
266         * src/hildon-bread-crumb.h: Changing the API guard to
267         HILDON_ENABLE_UNSTABLE_API.
268
269 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
270
271         [1.0.3-1 release]
272
273         * NEWS:
274         * configure.ac:
275         * debian/changelog:
276         * debian/rules:
277         * src/hildon-helper.h: Updating.
278
279 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
280
281         [1.0.2-1 release]
282
283         * NEWS:
284         * configure.ac:
285         * debian/changelog:
286
287 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
288
289         * README:
290         * configure.ac:
291         * src/hildon-helper.h: Small fix to make the package actually compile.
292
293 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
294
295         * src/hildon-bread-crumb-trail.h:
296         * src/hildon-bread-crumb.h:
297
298         Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
299         to define ENABLE_UNSTABLE_API in the code that includes these headers.
300         
301 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
302         
303         * examples/hildon-bread-crumb-trail-example.c:
304         * src/Makefile.am:
305         * src/hildon-bread-crumb-trail.c:
306         * src/hildon-bread-crumb-trail.h:
307         * src/hildon-bread-crumb.c:
308         * src/hildon-bread-crumb.h:
309         * src/hildon-marshalers.list:
310         * src/hildon-bread-crumb-widget.c:
311         * src/hildon-bread-crumb-widget.h:
312
313         Slight change in the widget design. The bread crumb trail API is
314         unchanged, but HildonBreadCrumb is now an interface. A *private*
315         implementation, hildon-bread-crumb-widget, is provided and used
316         internally by the trail for the push_text/push_icon functions.
317
318         The generic push API is still available, so anyone can implement
319         and use its own bread crumb widget.
320         
321 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
322
323         * debian/rules: Fixing the shlibs.
324
325 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
326
327         * src/hildon-banner.c: Fixing a problem with timed banners having
328         their parrent destroyed before they are.
329
330 2007-04-17  Xan Lopez  <xan.lopez@nokia.com>
331
332         * src/hildon-bread-crumb.c:
333         * src/hildon-bread-crumb.h:
334
335         Make the get_natural_size function a vfunc.
336
337 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
338
339         * src/hildon-bread-crumb.c:
340         * src/hildon-bread-crumb-trail.c:
341
342         Some cleanups.
343
344 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
345
346         [1.0.1-1 release]
347
348         * AUTHORS:
349         * NEWS:
350         * configure.ac:
351         * debian/changelog: Updating for release.
352
353 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
354
355         * src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
356         don't leak the pango layout.
357
358 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
359
360         * src/hildon.h:
361         * examples/hildon-bread-crumb-trail-example.c:
362
363         Fix example.
364
365 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
366
367         * debian/changelog: Removing the bug-fixed entries that were actually
368         resolved as WONTFIX.
369
370         * src/hildon-date-editor.c: Removing a redundant check. Fixes
371         NB#54182.
372
373 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
374
375         * src/hildon-bread-crumb-trail.c:
376         * src/hildon-bread-crumb-trail.h:
377         * src/hildon-bread-crumb.c:
378         * src/hildon-bread-crumb.h:
379
380         Untabify.
381         
382 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
383
384         * src/hildon-bread-crumb-trail.c: don't use the priv data of bct
385         until it's passed the type check.
386
387 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
388
389         * examples/hildon-bread-crumb-trail-example.c
390
391         Add license.
392         
393 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
394
395         * examples/Makefile.am
396         * examples/hildon-bread-crumb-trail-example.c
397         * src/Makefile.am
398         * src/hildon-bread-crumb-trail.c
399         * src/hildon-bread-crumb-trail.h
400         * src/hildon-bread-crumb.c
401         * src/hildon-bread-crumb.h
402
403         New HildonBreadCrumbTrail widget.
404
405 2007-04-02  Lucas Rocha  <lucas.rocha@nokia.com>
406
407         * src/hildon-range-editor.c (hildon_range_editor_init),
408         src/hildon-seekbar.c (hildon_seekbar_get_fraction,
409         hildon_seekbar_set_fraction, hildon_seekbar_set_position),
410         src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
411         hildon_time_editor_class_init, hildon_time_editor_init),
412         src/hildon-get-password-dialog.c (invalid_input,
413         hildon_get_password_set_property, hildon_get_password_get_property,
414         create_contents, hildon_get_password_dialog_set_max_characters),
415         src/hildon-set-password-dialog.c (create_contents),
416         src/hildon-date-editor.c (hildon_date_editor_init),
417         src/hildon-login-dialog.c (hildon_login_dialog_init),
418         src/hildon-number-editor.c (hildon_number_editor_init),
419         src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
420         hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
421         the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
422          configure option and adding the respective checks in the code.
423         * src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
424         hildon_calendar_drag_data_received): fixed some build warnings.
425
426 2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
427
428         * debian/changelog: A 1.0.0 release notes.
429