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