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