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