Added a new feature to the HildonPannableArea allowing center on the child
[hildon] / ChangeLog
1 2009-07-15  Alejandro Pinheiro <apinheiro@igalia.com>
2
3         * hildon/hildon-pannable-area.[ch](hildon_pannable_area_set_focus_child)
4         (hildon_pannable_area_center_on_child_focus ,hildon_pannable_area_class_init)
5         (hildon_pannable_area_get_property, hildon_pannable_area_set_property)
6         (hildon_pannable_area_button_press_cb, hildon_pannable_area_button_release_cb)
7         (hildon_pannable_area_[gs]et_center_on_child_focus)
8         Redefined GtkContainer set-focus-child signal, in order to center
9         properly on a child when it receives the focus. Defined a new property
10         "center-on-child-focus" in order to activate this feature (deactivated
11         by default). Public get/set methods defined to manage the property.
12
13         Fixes: NB#108487 (Phone settings dialog should scroll to focused field)
14
15 2009-07-14  László Pere  <lpere@blumsoft.eu>
16
17         * hildon/hildon-app-menu.c: (hildon_app_menu_apply_style): Ensure that
18         the new size is applied.
19
20         Fixes: NB#124510 (The Application Menu is distorted when switched
21         between portrait and landscape mode)
22         Fixes: NB#115388 (Power key menu does not resize itself)
23
24 2009-07-01  Alberto Garcia  <agarcia@igalia.com>
25
26         * hildon/hildon-banner.c (hildon_banner_map):
27         Set banner position after mapping.
28
29 2009-06-29  Claudio Saavedra  <csaavedra@igalia.com>
30
31         * configure.ac: postrelease version bump.
32         * debian/changelog: post release version bump
33
34 2009-06-29  Claudio Saavedra  <csaavedra@igalia.com>
35
36         [Release 2.1.86]
37
38         * NEWS: Updates.
39         * configure.ac: Bump version.
40         * debian/changelog: Updates.
41
42 2009-06-29  Adam Endrodi  <adam.endrodi@blumsoft.eu>
43
44         * hildon/hildon-program.c (hildon_program_update_top_most): Ignore
45         BadWindow error.
46
47 2009-06-26  Alejandro Pinheiro  <apinheiro@igalia.com>
48
49         * tests/check-hildon-banner.c
50         * tests/check_text.c
51         * tests/test_suites.h
52         Protect hildon-banner tests with #ifndef HILDON_DISABLE_DEPRECATED, as
53         were testing deprecated functions.
54         * examples/hildon-banner-example.c: typo on button3 type, that causes
55         a fail compiling with --with-examples but without --disable-deprecated
56
57         Missed commit in order to fix compilation using '--enable-fatal' and
58         '--disable-deprecated' (see previous commit)
59
60 2009-06-26  Alejandro Pinheiro  <apinheiro@igalia.com>
61
62         * examples/hildon-banner-example.c: Protect deprecated hildon-banner
63         functions with #ifndef HILDON_DISABLE_DEPRECATED
64         * examples/hildon-find-toolbar.c: Protect deprecated
65         HILDON_ICON_SIZE_TOOLBAR with #ifndef HILDON_DISABLE_DEPRECATED
66         * hildon/hildon-find-toolbar.c: Change deprecated HILDON_ICON_SIZE_TOOLBAR
67         in favor of HILDON_ICON_PIXEL_SIZE_FINGER
68         * hildon/hildon-private.h: Unmark hildon_privfate_create_animation() as
69         deprecated.
70         * hildon/hildon-stackable-window.c: Added #undef HILDON_DISABLE_DEPRECATED
71         to allow proper compilation of deprecated functions defined on the header
72
73         Fixed compilation using '--enable-fatal' and '--disable-deprecated'
74
75 2009-06-25  Claudio Saavedra  <csaavedra@igalia.com>
76
77         * hildon/hildon-pannable-area.c: (hildon_pannable_area_init):
78         Cache the panning indicator color.,
79         (hildon_pannable_area_style_set): Query the color on style changes.
80         (hildon_pannable_draw_vscroll),
81         (hildon_pannable_draw_hscroll),
82         (hildon_pannable_area_expose_event): Use the cached panning indicator
83         color instead of looking it up on every expose and more.
84
85 2009-06-25  Claudio Saavedra  <csaavedra@igalia.com>
86
87         * hildon/hildon-pannable-area.c: (hildon_pannable_draw_vscroll),
88         (hildon_pannable_draw_hscroll),
89         (hildon_pannable_area_expose_event): Fix the panning indicator color,
90         so that it's "SecondaryTextColor", as desired.
91
92 2009-06-25  Alejandro Pinheiro  <apinheiro@igalia.com>
93
94         * hildon/hildon-picker-dialog.c:
95         (selection_completed): take into account HILDON_UI_MODE_NORMAL
96         * hildon/hildon-touch-selector.c
97         (hildon_touch_selector_init): Initialize hildon-ui-mode
98         (hildon_touch_selector_row_activated): new callback for the
99         "row-activated" signal, in order to save the last activated
100         (hildon_touch_selector_check_ui_mode_coherence): new method that checks
101         if the current hildon-ui-mode is coherent with the touch selector
102         (hildon_touch_selector_class_init)
103         (hildon_touch_selector_get_property)
104         (hildon_touch_selector_set_property)
105         Added "hildon-ui-mode" property
106         (disconnect_model_handlers): renamed to clean_column
107         (hildon_touch_selector_remove): use clean_column function
108         (_create_new_column): use the hildon-ui-mode to create the treeview, and
109         only select the first element on HILDON_UI_MODE_EDIT
110         (hildon_touch_selector_column_init): Initialize last_activate
111         (hildon_touch_selector_append_column): check that the touch selector
112         is coherent with the current hildon-ui-mode
113         (hildon_touch_selector_get_hildon_ui_mode)
114         (hildon_touch_selector_set_hildon_ui_mode)
115         Added a getter/setter for the hildon-ui-mode property
116         (hildon_touch_selector_get_last_activated_row): Added this method in
117         order to get the last activated row.
118         * examples/hildon-touch-selector-normal-mode-example.c
119         New example, that shows how to use the HildonTouchSelector in
120         HILDON_UI_MODE_NORMAL
121
122         Fixes: NB#95685 (Add field dialog should use HILDON_UI_MODE_NORMAL), using
123         Kristian Rietveld <kris@lanedo.com> advices
124
125 2009-06-25  Claudio Saavedra  <csaavedra@igalia.com>
126
127         * hildon/hildon-time-selector.c: (update_format_policy): Do
128         not call update_format_dependant_columns() if not necessary.
129         (update_format_dependant_columns): Remove unnecessary check for
130         the number of columns.
131
132 2009-06-24  Claudio Saavedra  <csaavedra@igalia.com>
133
134         * hildon/hildon-note.c (+hildon_note_constructor),
135         (hildon_note_class_init), (+hildon_note_set_padding),
136         (hildon_note_rebuild): Install a constructor where to set the
137         padding properties in the note, so that it actually works fine.
138         Use hildon_note_set_padding() for this, and also to set it during
139         the note rebuild.
140
141 2009-06-24  Claudio Saavedra  <csaavedra@igalia.com>
142
143         * configure.ac: Bump GTK+ requirement to 2.14.3.
144         * hildon/hildon-note.c: (hildon_note_rebuild): Use gtk_dialog_set_padding()
145         when using maemo-gtk to define proper margins for the notes.
146
147         Fixes: NB#124408 (Confirmation notes: the 'Yes' button overlaps
148         with the dialog edge)
149
150 2009-06-24  Alberto Garcia  <agarcia@igalia.com>
151
152         * hildon/hildon-banner.c
153         (hildon_banner_class_init):
154         Center text.
155         (+hildon_banner_size_request):
156         Request always the full width of the screen.
157         (hildon_banner_realize)
158         (-hildon_banner_check_position, hildon_banner_map):
159         hildon_banner_check_position() is not needed in Hildon 2.2.
160         (-hildon_banner_reset_wrap_state)
161         (hildon_banner_constructor, hildon_banner_init):
162         Remove unnecessary calls to hildon_banner_reset_wrap_state()
163         (+banner_do_set_text)
164         (force_to_wrap_truncated):
165         Remove has_been_wrapped and has_been_truncated attributes.
166         (+reshow_banner, hildon_banner_real_show_information)
167         (hildon_banner_show_information_with_markup)
168         (hildon_banner_show_animation, hildon_banner_show_progress)
169         (hildon_banner_set_text, hildon_banner_set_markup):
170         Refactor code. Shrink banner vertically to use the minimum space
171         necessary everytime the text of the label is updated.
172         (screen_size_changed):
173         Call force_to_wrap_truncated() when the size of the screen
174         changes.
175
176         Fixes: NB#120500 (only device memory connect mmc in use info
177         banner is left aligned)
178
179         Fixes: NB#120613 (Size of HildonBanner varies depending on
180         previously opened banners)
181
182 2009-06-24  Claudio Saavedra  <csaavedra@igalia.com>
183
184         * hildon/hildon-color-chooser.c
185         (hildon_color_chooser_pointer_motion): Take the widget allocation
186         into account.
187
188         Fixes: NB#124385 (Unable to select exact point in color mixing box
189         in color palette dialog)
190
191 2009-06-23  Alejandro G. Castro  <alex@igalia.com>
192
193         * hildon/hildon-pannable-area.c (hildon_pannable_area_class_init)
194         (hildon_pannable_area_dispose)
195         (hildon_pannable_area_button_press_cb)
196         (hildon_pannable_area_timeout, hildon_pannable_area_check_move)
197         (hildon_pannable_area_button_release_cb)
198         (hildon_pannable_area_scroll_cb, hildon_pannable_area_jump_to):
199         New 'panning-started' and 'panning-finished' signals.
200
201         Fixes: NB#121732 (New feature request: Signal to pannable area
202         that informs when panning is stopped.)
203
204 2009-06-23  Mox Soini  <ext-mox.soini@nokia.com>
205
206         * hildon/hildon-wizard-dialog.c: (create_title): Use separator
207         instead of hardcoded colon.
208
209         Fixes: NB#124090 (New calendar wizard title is not using
210         ecdg_ti_caption_separator)
211
212 2009-06-22  David King  <davidk@openismus.com>
213
214         * hildon/hildon-find-toolbar.c: Add Gtk-Doc markup for types,
215         constants and functions, as well as correct many typos throughout the
216         documentation text.
217
218         Fixes: MB#4700 (HildonFindToolbar documentation lacks Gtk-Doc markup,
219         and needs cleanup)
220
221 2009-06-22  Claudio Saavedra  <csaavedra@igalia.com>
222
223         * configure.ac: postrelease version bump.
224         * debian/changelog: post release version bump
225
226 2009-06-22  Claudio Saavedra  <csaavedra@igalia.com>
227
228         [Release 2.1.84]
229
230         * NEWS: Updates.
231         * configure.ac: Bump version.
232         * debian/changelog: Updates.
233
234 2009-06-18  Alberto Garcia  <agarcia@igalia.com>
235
236         * hildon/hildon-window-stack.c
237         (hildon_window_stack_pop_and_push_list):
238         Prevent windows from having the same stack index
239
240 2009-06-18  Alberto Garcia  <agarcia@igalia.com>
241
242         * hildon/hildon-window-stack.c (_hildon_window_stack_do_push):
243         Use the index of the previous window rather than the stack length
244         to calculate the new index.
245
246         Fixes: NB#122389
247
248 2009-06-18  Alejandro Pinheiro <apinheiro@igalia.com>
249
250         * hildon/hildon-date-selector.c
251         (hildon_date_selector_select_current_date)
252         (hildon_date_selector_get_date)
253         (hildon_date_selector_select_day):
254         Update the documentation: uses always the range (1-31), as it is obvious
255         that the final one will depend on the month and the year, but globally
256         the range is this, in a similar GtkCalendar approach
257         (hildon_date_selector_get_date):
258         Update the documentation: add NULL as a valid value for the day, month
259         and year locations
260
261         Fix some details, after talk with David King on bug MB#4698
262
263 2009-06-18  Alejandro Pinheiro <apinheiro@igalia.com>
264
265         * hildon/hildon-touch-selector-entry.c
266         * hildon/hildon-touch-selector.c
267         Update the documentation of the "text-column" property
268
269 2009-06-18  David King  <davidk@openismus.com>
270
271         * hildon/hildon-note.c: Add Gtk-Doc markup where appropriate. Correct
272         several typos and errors throughout the documentation.
273
274         Fixes: MB#4701 (HildonNote documentation lacks some Gtk-Doc markup and
275         has some mistakes)
276
277 2009-06-18  Alberto Garcia  <agarcia@igalia.com>
278
279         * hildon/hildon-note.c (hildon_note_realize):
280         Make HildonNote support portrait mode.
281
282         Fixes: NB#123448 (HildonNote is not portrait-friendly)
283
284 2009-06-17  Alberto Garcia  <agarcia@igalia.com>
285
286         * hildon/hildon-color-chooser.c (hildon_color_chooser_new):
287         Document this function
288
289 2009-06-17  David King  <davidk@openismus.com>
290
291         * hildon/hildon-date-selector.c
292         (hildon_date_selector_select_current_date)
293         (hildon_date_selector_get_date): Update documentation regarding days,
294         as the day of the month is dependent on both the month and the year.
295         (hildon_date_selector_get_date): Fix documentation of output arguments.
296
297         Fixes: MB#4698 (DateSelector documentation has bad output argument
298         description, and the day depends on both the month and the year)
299
300 2009-06-17  Claudio Saavedra  <csaavedra@igalia.com>
301
302         * hildon/hildon-caption.c: Other documentation fixes to
303         HildonCaption.
304
305 2009-06-17  David King  <davidk@openismus.com>
306
307         * hildon/hildon-caption.c: Minor documentation updates for
308         HildonCaption. Fixes MB#4697.
309
310 2009-06-17  Claudio Saavedra  <csaavedra@igalia.com>
311
312         * doc/hildon-docs.sgml: Add hildon-version section.
313         * doc/hildon-sections.txt:
314         * hildon/hildon-version.h.in: Document versioning macros and
315         add HILDON_VERSION.
316
317 2009-06-17  Claudio Saavedra  <csaavedra@igalia.com>
318
319         * doc/hildon-sections.txt: Remove HILDON_DISABLE_DEPRECATED
320         from HildonPickerDialog section.
321
322 2009-06-16  Alberto Garcia  <agarcia@igalia.com>
323
324         * hildon/hildon-banner.c (hildon_banner_bind_style)
325         (screen_size_changed, hildon_banner_init)
326         (hildon_banner_real_show_information)
327         (hildon_banner_show_information_with_markup)
328         (hildon_banner_show_animation, hildon_banner_show_progress):
329         Set a different widget name to banners in portrait mode, for them
330         to be themed correctly.
331
332 2009-06-16  Alberto Garcia  <agarcia@igalia.com>
333
334         * hildon/hildon-note.c (hildon_note_rename, screen_size_changed):
335         Set a different widget name to notes in portrait mode, for them to
336         be themed correctly.
337
338         Partially fixes: NB#118401 (HildonNote causes unnecessary
339         rescaling of images)
340
341 2009-06-16  Alberto Garcia  <agarcia@igalia.com>
342
343         * hildon/hildon-note.c (hildon_note_class_init)
344         (+hildon_note_size_request, screen_size_changed):
345         Always request the full width of the screen.
346
347         Fixes: NB#118375 (unnecessary rescaling of images)
348
349 2009-06-16  Alejandro G. Castro  <alex@igalia.com>
350
351         * hildon/hildon-pannable-area.c,
352         (hildon_pannable_area_init),
353         (hildon_pannable_area_realize): Replaced old code adding flags in
354         the object init, now we add it with the other flags in the realize
355         method.
356
357 2009-06-16  Claudio Saavedra  <csaavedra@igalia.com>
358
359         * hildon/hildon-note.c: (hildon_note_class_init): Several
360         documentation improvements to the HildonNote widget.
361
362 2009-06-16  Claudio Saavedra  <csaavedra@igalia.com>
363
364         * hildon/hildon-note.h: Document the HildonNoteType enumeration.
365
366         Fixes: MB#4556 (HildonNoteType is undocumented)
367
368 2009-06-15  Alberto Garcia  <agarcia@igalia.com>
369
370         * hildon/hildon-picker-button.c:
371         Explain how HildonPickerButton sets the title of its dialog
372
373         Fixes: MB#4528 (HildonPickerButton docs should mention how to set
374         the title of its dialog)
375
376 2009-06-15  Alberto Garcia  <agarcia@igalia.com>
377
378         * hildon/hildon-check-button.c:
379         Documentation updates
380
381         Fixes: MB#4598 (HildonCheckButton documentation doesn't say why it
382         exists)
383
384 2009-06-15  Alberto Garcia  <agarcia@igalia.com>
385
386         * hildon/Makefile.am
387         * hildon/hildon-edit-toolbar-private.h
388         * hildon/hildon-edit-toolbar.c
389         (+hildon_edit_toolbar_set_progress_indicator)
390         (hildon_edit_toolbar_init): Add progress indicator to the
391         toolbar.
392
393         * hildon/hildon-gtk.c
394         (hildon_gtk_window_set_progress_indicator):
395         If the window contains a HildonEditToolbar, enable the progress
396         indicator there too.
397
398         * hildon/hildon-private.h
399         * hildon/hildon-private.c
400         (+hildon_private_create_animation)
401         * hildon/hildon-banner.c
402         (-hildon_banner_create_animation):
403         Moved to hildon-private.c
404
405         Fixes: NB#102373 (Progress indicator also for the Edit mode
406         toolbar)
407
408 2009-06-15  Alberto Garcia  <agarcia@igalia.com>
409
410         * hildon/hildon-app-menu-private.h
411         * hildon/hildon-app-menu.c (hildon_app_menu_insert)
412         (hildon_app_menu_add_filter, +menu_item_button_event)
413         (hildon_app_menu_button_release, hildon_app_menu_init):
414         Make sure that buttons receive 'button-release-event' in spite of
415         the grab held by HildonAppMenu
416
417         Fixes: NB#108337 (Focus mismatch in items of AppMenu)
418
419 2009-06-15  Alberto Garcia  <agarcia@igalia.com>
420
421         * hildon/hildon-app-menu.c
422         (hildon_app_menu_apply_style, hildon_app_menu_class_init):
423         New style property to set the size of the group of filter buttons.
424
425         Fixes: NB#122033 (Filter buttons in view menus incorrectly sized)
426
427 2009-06-15  Claudio Saavedra  <csaavedra@igalia.com>
428
429         [Release 2.1.82]
430
431         * NEWS: Updates.
432         * configure.ac: Bump version.
433         * debian/changelog: Updates.
434
435 2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>
436
437         * hildon/hildon-main.c: Minor documentation fixes.
438
439 2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>
440
441         * doc/hildon-sections.txt:
442         * hildon/hildon-defines.h: Document the defines, organize them,
443         and mark deprecations as such.
444
445         Fixes: MB#4463 (Hildon size #defines are undocumented)
446
447 2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>
448
449         * hildon/hildon-animation-actor.c:
450         * hildon/hildon-app-menu.c:
451         * hildon/hildon-button.c:
452         * hildon/hildon-date-editor.c:
453         * hildon/hildon-dialog.c:
454         * hildon/hildon-edit-toolbar.c:
455         * hildon/hildon-entry.c:
456         * hildon/hildon-program.c:
457         * hildon/hildon-remote-texture.c:
458         * hildon/hildon-stackable-window.c:
459         * hildon/hildon-text-view.c:
460         * hildon/hildon-touch-selector.c:
461         * hildon/hildon-window-stack.c:
462         * hildon/hildon-window.c:
463
464         Remove redundant "represents" wording from most of the documentation.
465
466         Fixes: MB#4554 (Documentation: Annoying "represents" phrasing.)
467
468 2009-06-12  Alberto Garcia  <agarcia@igalia.com>
469
470         * po/POTFILES.in
471         * doc/Makefile.am
472         * hildon/Makefile.am
473         * hildon/hildon-banner-private.h
474         * hildon/hildon-banner.c:
475         Move HildonBannerPrivate to hildon-banner.c and remove
476         hildon-banner-private.h
477         Use a bit field to store private booleans.
478
479 2009-06-12  Alberto Garcia  <agarcia@igalia.com>
480
481         * hildon/hildon-app-menu.c (hildon_app_menu_map):
482         Don't install a new idle function if there's already one
483         installed.
484
485         Fixes: NB#122254
486
487 2009-06-11  Alberto Garcia  <agarcia@igalia.com>
488
489         * hildon/hildon-window.c (hildon_window_toggle_gtk_menu)
490         (+legacy_menu_realized, +legacy_menu_unmapped)
491         (+set_legacy_menu_type):
492         Set the _HILDON_WM_WINDOW_TYPE property to legacy Gtk app menus so
493         they can be identified by the window manager.
494
495         Fixes: NB#101437 (Invoking CSM on the left side of page area is
496         displayed in wrong location)
497
498         Fixes: MB#4563 (Popup menu won't locate at the left side of the
499         screen)
500
501 2009-06-11  Alberto Garcia  <agarcia@igalia.com>
502
503         Remove m4/gtk-doc.m4, as it already comes with gtk-doc-tools
504
505         Fixes: MB#4616 (Compiling libhildon requires gtk-doc but does not
506         use gtk-doc support)
507
508 2009-06-11  Alberto Garcia  <agarcia@igalia.com>
509
510         * hildon/hildon-code-dialog.c
511         * hildon/hildon-date-editor.c
512         * hildon/hildon-number-editor.c
513         * hildon/hildon-seekbar.c
514         * hildon/hildon-stackable-window.c
515         * hildon/hildon-window.c:
516         Misc documentation updates
517
518 2009-06-10  Claudio Saavedra  <csaavedra@igalia.com>
519
520         * hildon/hildon-entry.c (hildon_entry_class_init): Make HildonEntry:size
521         a G_PARAM_CONSTRUCT property, to allow the default size to be set.
522
523         Fixes: NB#117931 (Theming issues in accounts dialogs)
524
525 2009-06-09  Alejandro G. Castro  <alex@igalia.com>
526
527         * hildon/hildon-pannable-area.c,
528         (hildon_pannable_area_button_release_cb): Changed the coordinates
529         of the original release in case we want to discard the release,
530         some widgets in Fremantle do not handle the leave-notify.
531
532 2009-06-09  Alejandro G. Castro  <alex@igalia.com>
533
534         * hildon/hildon-pannable-area.c,
535         (hildon_pannable_area_button_release_cb): Reviewed the logic of
536         the release using the last refactored functions and avoiding the
537         movement if an element was selected.
538
539 2009-06-09  Alejandro G. Castro  <alex@igalia.com>
540
541         * hildon/hildon-pannable-area.c,
542         (hildon_pannable_area_check_move),
543         (hildon_pannable_area_handle_move),
544         (hildon_pannable_area_motion_notify_cb): Refactored the
545         motion_notify method using a couple of new functions.
546
547 2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>
548
549         * hildon/hildon-date-selector.c:
550         (hildon_date_selector_construct_ui):
551         * hildon/hildon-time-selector.c:
552         (hildon_time_selector_constructor):
553         * hildon/hildon-touch-selector-entry.c:
554         (hildon_touch_selector_entry_set_text_column),
555         (hildon_touch_selector_entry_get_text_column):
556         * hildon/hildon-touch-selector.c: (_default_print_func),
557         (hildon_touch_selector_new_text): Use
558         hildon_touch_selector_set/get_text_column() instead of
559         setting/getting the "text-column" property.
560
561 2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>
562
563         * doc/hildon-sections.txt: Add the new public methods below.
564
565         * examples/hildon-picker-button-multicolumn-example.c:
566         (create_touch_selector):
567         * examples/hildon-touch-selector-example.c: (create_selector):
568         * examples/hildon-touch-selector-multi-cells-example.c:
569         (create_selector):
570         Use hildon_touch_selector_column_set_text_column()
571
572         * hildon/hildon-touch-selector-column.h:
573         * hildon/hildon-touch-selector.c:
574         (hildon_touch_selector_column_set_text_column),
575         (hildon_touch_selector_column_get_text_column):
576         Make hildon_touch_selector_column_set/get_column() public, use
577         them in the inline example, document them, and reference to them
578         in the docs.
579
580 2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>
581
582         * hildon/hildon-time-selector.c: Fix the docs for
583         hildon_time_selector_new_step().
584
585 2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>
586
587         * hildon/hildon-touch-selector.c: Improve the documentation for
588         hildon_touch_selector_append_column().
589
590         Fixes MB#4641 (Documentation:
591         hildon_touch_selector_append_column() ref-counting)
592
593 2009-06-08  Claudio Saavedra  <csaavedra@igalia.com>
594
595         * tests/check-hildon-controlbar.c: (test_set_range_invalid):
596         Comment out test 5, since the hildon_controlbar_set_range() range
597         check is broken and fixing it would have side effects. Also,
598         this finally fixes make distcheck.
599
600         Fixes: NB#101420 (Update unit tests and fix make distcheck)
601
602 2009-06-18  Claudio Saavedra  <csaavedra@igalia.com>
603
604         * tests/TEST-CASES.txt: Remove other bogus test.
605         * tests/check-hildon-controlbar.c: (test_set_value_invalid):
606         Remove bogus test that was setting/retrieving a valid value.
607
608 2009-06-08  Claudio Saavedra  <csaavedra@igalia.com>
609
610         * tests/TEST-CASES.txt: Remove bogus tests.
611         * tests/check-hildon-color-chooser.c: (test_set_color_invalid):
612         Remove three bogus tests that were actually setting valid colors.
613
614 2009-06-08  Claudio Saavedra  <csaavedra@igalia.com>
615
616         * configure.ac: post release version bump
617         * debian/changelog: post release version bump
618
619 2009-06-08  Claudio Saavedra  <csaavedra@igalia.com>
620
621         [Release 2.1.80]
622
623         * NEWS: Updates.
624         * configure.ac: Bump version.
625         * debian/changelog: Updates.
626
627 2009-06-08  Christian Dywan  <christian@lanedo.com>
628
629         * debian/changelog:
630         * debian/control:
631         * hildon/hildon-helper.c (hildon_format_file_size_for_display):
632         Correct errors in hildon_format_file-size_for_display and use
633         translations from the hildon-fm package instead of osso-filemanager.
634
635 2009-06-08  Alejandro G. Castro  <alex@igalia.com>
636
637         * hildon/hildon-pannable-area.c,
638         (hildon_pannable_area_init): Initialized new values to handle the
639         adjustment position.
640         (hildon_pannable_area_adjust_value_changed): Check if the values
641         changed before even call the redraw function.
642         (hildon_pannable_area_size_allocate),
643         (hildon_pannable_axis_scroll),
644         (hildon_pannable_area_scroll),
645         (hildon_pannable_area_jump_to): Improved the diagonal movement
646         case.
647
648         Fixes: NB#113065 (Image viewer image scrolling updates in X, then
649         Y)
650
651 2009-06-08  Alberto Garcia  <agarcia@igalia.com>
652
653         * examples/hildon-banner-example.c:
654         Several style updates
655         (on_animation_clicked, on_animation_idle)
656         (on_progress_clicked, on_progress_idle):
657         Add additional reference for the cases when the parent window is
658         destroyed.
659
660 2009-06-08  Alberto Garcia  <agarcia@igalia.com>
661
662         * doc/hildon-sections.txt
663         * hildon/hildon-pannable-area.c
664         * hildon/hildon-banner.h
665         * hildon/hildon-banner.c: Documentation updates.
666
667         Fixes: MB#4643 (Documentation: hildon_banner_show_information()
668         memory management)
669
670 2009-06-05  Alejandro G. Castro  <alex@igalia.com>
671
672         * hildon/hildon-calendar-popup.h:
673         * hildon/hildon-caption.h:
674         * hildon/hildon-code-dialog.h:
675         * hildon/hildon-controlbar.h:
676         * hildon/hildon-date-editor.h:
677         * hildon/hildon-dialog.h:
678         * hildon/hildon-get-password-dialog.h:
679         * hildon/hildon-hvolumebar.h:
680         * hildon/hildon-login-dialog.h:
681         * hildon/hildon-note.h:
682         * hildon/hildon-number-editor.h:
683         * hildon/hildon-range-editor.h:
684         * hildon/hildon-seekbar.h:
685         * hildon/hildon-set-password-dialog.h:
686         * hildon/hildon-sort-dialog.h:
687         * hildon/hildon-time-editor.h:
688         * hildon/hildon-time-picker.h:
689         * hildon/hildon-volumebar-range.h:
690         * hildon/hildon-volumebar.h:
691         * hildon/hildon-vvolumebar.h:
692         * hildon/hildon-weekday-picker.h:
693         * hildon/hildon-window.h:
694         * hildon/hildon-wizard-dialog.h: Replaced the deprecated GTK
695         macros with the current replacements
696
697         Fixes: NB#120941 (HildonWindow using deprecated GTK_CHECK* macros)
698
699 2009-06-04  Claudio Saavedra  <csaavedra@igalia.com>
700
701         * hildon/hildon-color-button.c (hildon_color_button_init): Use
702         HILDON_ICON_PIXEL_SIZE_FINGER for the color icon and 80x70 for the button
703         itself, to make it fit better with Fremantle style.
704
705         Fixes: NB#109878 (height and width of focus on color icon is not
706         consistent with other item in the application tool bar)
707
708 2009-06-02  Alejandro Pinheiro  <apinheiro@igalia.com>
709
710         * hildon/hildon-touch-selector.c:
711         (hildon_touch_selector_optimal_size_request): use the current requisition
712         as the base, in order to include any possible extra widget, like the
713         hildon entry on HildonTouchSelectorEntry
714
715         Fixes: NB#119805 (Merge conflict picker dialogs are too small)
716
717 2009-05-29  Claudio Saavedra  <csaavedra@igalia.com>
718
719         * configure.ac: post release version bump
720         * debian/changelog: post release version bump
721
722 2009-05-29  Claudio Saavedra  <csaavedra@igalia.com>
723
724         [Release 2.1.78]
725
726         * NEWS: Updates.
727         * configure.ac: Bump version.
728         * debian/changelog: Updates.
729
730 2009-05-29  Claudio Saavedra  <csaavedra@igalia.com>
731
732         * hildon/hildon-banner-private.h: Add a GtkAlignment to the private
733         structure.
734         * hildon/hildon-banner.c (hildon_banner_init): Use a GtkAlignment
735         to ensure the banner contents are centered, instead of relying on
736         the expand and fill properties in GtkHBox.
737         (hildon_banner_ensure_child): Do not expand nor fill the child widget.
738
739         Fixes: NB#108265 (Animation banner not properly centered)
740
741 2009-05-28  Alejandro Pinheiro <apinheiro@igalia.com>
742
743         * hildon/hildon-pannable-area.c
744         (hildon_pannable_area_initial_effect): Remove the initial_effect
745         management, check initial_hint
746         (hildon_pannable_are_expose_event): Remove the initial_hint management,
747         set initial_effect to FALSE
748         (hildon_pannable_are_refresh): Check if we need to show the scrollbars,
749         by launching the fade_timeout if the scrollbars state has changed and are
750         visible
751         * examples/hildon-pannable-area-initial-hint-example.c
752         Modified to allow to remove rows too. Add and remove rows one by one.
753
754 2009-05-28  Alberto Garcia  <agarcia@igalia.com>
755
756         * hildon/hildon-app-menu.c (hildon_app_menu_find_intruder):
757         Don't close the menu if there's an animation actor below it.
758
759         Fixes: NB#117927 (Application menu not usable with animation
760         actors)
761
762 2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
763
764         * hildon/hildon-picker-dialog.c (hildon_picker_dialog_init): Unset
765         "focus-on-click" from the dialog button, to avoid stealing the
766         focus from the entry.
767
768         Fixes: NB#118903 (Account setup wizard: Text in Search field
769         should be focused when "Region" touch list picker is reopened
770         again)
771
772 2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
773
774         * hildon/hildon-picker-dialog.c (hildon_picker_dialog_init),
775         (prepare_action_area): Completely hide the dialog separator.
776
777 2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
778
779         * hildon/hildon-touch-selector-entry.c
780         (hildon_touch_selector_entry_print_func), (entry_on_text_changed),
781         (hildon_touch_selector_entry_changed): Use HildonEntry text API,
782         now that the entry is exposed.
783
784 2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
785
786         * hildon/hildon-touch-selector-entry.c
787         (hildon_touch_selector_entry_init): Change the entry's size
788         to HILDON_SIZE_FINGER_HEIGHT, avoiding unnecessary scaling.
789
790 2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
791
792         * hildon/hildon-entry.c (hildon_entry_class_init): Set the default
793         height to HILDON_SIZE_AUTO_WIDTH and HILDON_SIZE_FINGER_HEIGHT, to
794         avoid unnecessary scaling.
795
796 2009-05-27  Alberto Garcia  <agarcia@igalia.com>
797
798         * hildon/hildon-app-menu.c (hildon_app_menu_map):
799         Create grab transfer window before calling parent's map function.
800
801         Fixes: NB#115988 (hildon_app_menu_popup creates menu with
802         "crushed" button(s) in the top left corner)
803
804 2009-05-26  Alberto Garcia  <agarcia@igalia.com>
805
806         * hildon/hildon-window-stack.c (_hildon_window_stack_do_push):
807         Check if the window is already realized when pushing it.
808
809 2009-05-25  Claudio Saavedra  <csaavedra@igalia.com>
810
811         * configure.ac: post release version bump
812         * debian/changelog: post release version bump
813
814 2009-05-25  Claudio Saavedra  <csaavedra@igalia.com>
815
816         [Release 2.1.76]
817
818         * NEWS: Updates.
819         * configure.ac: Bump version.
820         * debian/changelog: Updates.
821
822 2009-05-25  Alberto Garcia  <agarcia@igalia.com>
823
824         * hildon/hildon-app-menu.c: Doc updates.
825
826 2009-05-25  Claudio Saavedra  <csaavedra@igalia.com>
827
828         * hildon/hildon-banner.c: Remove leftover macro.
829
830 2009-05-25  Alejandro G. Castro  <alex@igalia.com>
831
832         * hildon/hildon-pannable-area.c,
833         (hildon_pannable_area_scroll_indicator_fade),
834         (hildon_pannable_area_button_release_cb): Reviewed vmin
835         conditions, it could cause problems in the fadeout procedure.
836
837 2009-05-25  Alejandro G. Castro  <alex@igalia.com>
838
839         * hildon/hildon-pannable-area.c
840         (hildon_pannable_area_button_release_cb): Added a threshold to
841         push the animation if the speed is big (MAX_SPEED_THRESHOLD).
842
843 2009-05-25  Alejandro G. Castro  <alex@igalia.com>
844
845         * hildon/hildon-pannable-area.c,
846         (hildon_pannable_area_set_property): Added code to sync the gtk
847         dnd threshold with the panning threshold.
848
849 2009-05-25  Alejandro G. Castro  <alex@igalia.com>
850
851         * hildon/hildon-pannable-area.c,
852         (hildon_pannable_area_class_init): Changed some of the default
853         values, now it should be less responsive and more accurate.
854
855 2009-05-25  Alejandro G. Castro  <alex@igalia.com>
856
857         * hildon/hildon-pannable-area.c,
858         (hildon_pannable_area_init),
859         (hildon_pannable_area_scroll_indicator_fade),
860         (hildon_pannable_area_button_press_cb),
861         (hildon_pannable_axis_scroll),
862         (hildon_pannable_area_timeout),
863         (hildon_pannable_area_motion_notify_cb),
864         (hildon_pannable_area_button_release_cb): Changed the name of the
865         clicked attribute to button_pressed, it is more clear about its use.
866
867 2009-05-25  Alejandro Pinheiro <apinheiro@igalia.com>
868
869         * src/hildon-pannable-area.c
870         (hildon_pannable_area_init): set scroll_delay_counter and scrollbar_fade_delay
871         to 0
872         (hildon_pannable_area_initial_effect): avoid to compute horizontal and
873         vertical scrollbar visibility, and use the data on private section instead,
874         remove the initial_hint check
875         (hildon_pannable_area_expose_event): add the initial_hint check here
876
877 2009-05-25  Alejandro Pinheiro <apinheiro@igalia.com>
878
879         * src/hildon-pannable-area.c
880         (hildon_pannable_area_initial_effect): set to FALSE initial_effect
881         if the fadeout effect was used
882         (hildon_pannable_area_expose_event): check if it is required to
883         manage the initial effect on the begining of the function. Previously
884         it was made at the end, but this doesn't ensure that the scrollbars
885         will be painted on the first show. Do not set to FALSE initial_effect,
886         to ensure that the initial hint is showed the first time the pannable
887         becomes scrollable.
888         * examples/Makefile.am
889         * examples/hildon-pannable-area-initial-hint-example.c:
890         New example, to show that the initial-hint is showed when the widget
891         becomes scrollable
892
893         Fixes: NB#116607 (Pannable area should always have scrollbar visible
894         initially if the application can be scrolled)
895
896 2009-05-25  Alberto Garcia  <agarcia@igalia.com>
897
898         * hildon/hildon-app-menu.c (hildon_app_menu_repack_items):
899         Resize table before adding new items to make sure that
900         gtk_table_resize() is called just once.
901
902 2009-05-25  Alberto Garcia  <agarcia@igalia.com>
903
904         * hildon/hildon-app-menu-private.h
905         * hildon/hildon-app-menu.c (item_visibility_changed)
906         (filter_visibility_changed, hildon_app_menu_show_all)
907         (hildon_app_menu_hide_all, hildon_app_menu_init):
908         Rearrange items just once when gtk_widget_show_all()/hide_all()
909         are used.
910
911 2009-05-25  Alberto Garcia  <agarcia@igalia.com>
912
913         * hildon/hildon-app-menu.c
914         (hildon_app_menu_insert, hildon_app_menu_add_filter):
915         Don't call gtk_widget_show() on added items.
916
917         Fixes: NB#109063 (HildonAppMenu shouldn't show its items
918         automatically when they're added)
919
920 2009-05-20  Alberto Garcia  <agarcia@igalia.com>
921
922         * hildon/hildon-banner.c
923         (hildon_banner_realize, +hildon_banner_unrealize)
924         (+screen_size_changed, hildon_banner_class_init):
925         Redisplay the banner if the screen is rotated.
926
927         Fixes: NB#117870 ('Disconnect charger...' info banner is truncated
928         on transition from landscape to portrait)
929
930 2009-05-20  Alejandro Pinheiro  <apinheiro@igalia.com>
931
932         * hildon/hildon-banner.[ch]:
933         (hildon_banner_show_information_override_dnd): remove icon_name from the
934         method definition as it is ignored.
935         * examples/hildon-banner-dnd-example.c: updated with the change on
936         hildon-banner.h API
937
938 2009-05-20  Alejandro Pinheiro  <apinheiro@igalia.com>
939
940         * hildon/hildon-banner-private.h: new require_override_dnd and
941         overrides_dnd variables
942         * hildon/hildon-banner.h:
943         (hildon_banner_show_information_override_dnd): new method, that shows
944         the information but sets the override flag, in order to show important
945         messages
946         * hildon/hildon-banner.c
947         (hildon_banner_show_information_override_dnd): new method
948         (hildon_banner_set_override_flag): new utility function
949         (hildon_banner_real_show_information): new utility function, in order to
950         generalize the current hildon_banner_show_information_override_dnd and
951         hildon_banner_show_information_override_dnd
952         * examples/Makefile.am
953         * examples/hildon-banner-dnd-example.c: New example that show how to
954         use the new hildon_banner_show_information_override_dnd
955
956         Fixes: NB#114874 (There is no possibility to show hildon banners with
957         DND flag set)
958
959 2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
960
961         * hildon/hildon-pannable-area.c: Add a comment explaining the math
962         behind hildon_pannable_calculate_vel_factor().
963
964 2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
965
966         * hildon/hildon-pannable-area.c
967         (hildon_pannable_calculate_vel_factor): Correct the sum of the
968         deceleration factors.
969
970 2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
971
972         * hildon/hildon-pannable-area.c (hildon_pannable_area_class_init):
973         Reduce the default value for 'scroll_time' to 1 second, since the
974         current initial scrolling takes too much time.
975
976 2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
977
978         * hildon/hildon-pannable-area.c (hildon_pannable_area_init): Do not
979         calculate velocity factor during initialization, since the properties
980         are not yet set.
981
982 2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
983
984         * hildon/hildon-pannable-area.c
985         (hildon_pannable_area_set_property): Calculate the velocity factor
986         after setting the deceleration property and not after.
987
988 2009-05-20  Alberto Garcia  <agarcia@igalia.com>
989
990         * hildon/hildon-entry.c
991         (hildon_entry_class_init, +set_property, hildon_entry_new)
992         * hildon/hildon-check-button.c
993         (hildon_check_button_class_init)
994         (+set_property, hildon_check_button_new):
995         Make the theme size a property.
996
997         Fixes: NB#117928 (Widgets such as Entry and CheckButton (and
998         others) do too much in the _new function)
999
1000 2009-05-18  Claudio Saavedra  <csaavedra@igalia.com>
1001
1002         * configure.ac: post release version bump
1003         * debian/changelog: post release version bump
1004
1005 2009-05-18  Claudio Saavedra  <csaavedra@igalia.com>
1006
1007         [Release 2.1.74]
1008
1009         * NEWS: Updates.
1010         * configure.ac: Bump version.
1011         * debian/changelog: Updates.
1012
1013 2009-05-15  Alberto Garcia  <agarcia@igalia.com>
1014
1015         * hildon/hildon-gtk.h
1016         * hildon/hildon-gtk.c (hildon_gtk_window_take_screenshot):
1017         New API function to take a screenshot of a window
1018
1019         Fixes: NB#106374 (Need API to take a loading screenshot)
1020
1021 2009-05-15  Alejandro Pinheiro  <apinheiro@igalia.com>
1022
1023         * hildon/hildon-time-selector.c
1024         (update_format_policy): prevent to use hours and minutes unitialized
1025
1026 2009-05-15  Alberto Garcia  <agarcia@igalia.com>
1027
1028         * hildon/hildon-window.c (hildon_window_size_request):
1029         Always request the full size of the screen (minus the title bar if
1030         not in fullscreen mode).
1031
1032         Fixes: NB#107486 (HildonWindow should size itself properly)
1033
1034 2009-05-14  Claudio Saavedra  <csaavedra@igalia.com>
1035
1036         * hildon/hildon-note-private.h: Add idle_handler to the private data.
1037         * hildon/hildon-note.c (hildon_note_init), (hildon_note_finalize),
1038         (on_show_cb), (sound_handling): Disconnect the idle handler for
1039         the sound when the note is finalized to avoid possible crashes.
1040
1041         Fixes: NB#116786 (Image viewer crases whie trying to launch menu,
1042         in a scenario)
1043
1044 2009-05-13  Artem Egorkine  <ext-artem.egorkine@nokia.com>
1045
1046         * src/hildon-animation-actor.c,
1047         * src/hildon-remote-texture.c:
1048         Added proper object cleanup to remove signal handler and object
1049         references as HildonAnimationActor and HildonRemoteTexture
1050         objects get destroyed.
1051
1052         Fixes: NB#116682 (Destroying parented animation actors when
1053         parent in unmapped leads to crash)
1054
1055 2009-05-13  Claudio Saavedra  <csaavedra@igalia.com>
1056
1057         Based on a patch by Christian Dywan (christian@imendio.com)
1058
1059         * doc/hildon-sections.txt:
1060         * hildon/hildon-helper.c (+hildon_format_file_size_for_display):
1061         * hildon/hildon-helper.h: New file size formatting method.
1062         * debian/changelog:
1063         * debian/control: Depend on osso-filemanager l10n package for
1064         proper localization strings.
1065
1066 2009-05-13  Claudio Saavedra  <csaavedra@igalia.com>
1067
1068         * tests/Makefile.am: Include top_srcdir to make possible to build
1069         tests in a different builddir.
1070         * tests/*.c: Include <hildon/hildon-*.h> to allow building tests
1071         on a different builddir.
1072
1073 2009-05-12  Claudio Saavedra  <csaavedra@igalia.com>
1074
1075         * hildon/hildon-touch-selector.c (disconnect_model_handlers),
1076         (hildon_touch_selector_remove): Disconnect model's signal handler
1077         on column removal.
1078
1079         Fixes: NB#116289 (Hildon home crashes while adding task
1080         shortcuts.)
1081
1082 2009-05-11  Alberto Garcia  <agarcia@igalia.com>
1083
1084         * hildon/hildon-button.c
1085         (hildon_button_set_title, hildon_button_set_value):
1086         Hide labels containing an empty string.
1087
1088 2009-05-11  Claudio Saavedra  <csaavedra@igalia.com>
1089
1090         * configure.ac: post release version bump
1091         * debian/changelog: post release version bump
1092
1093 2009-05-11  Claudio Saavedra  <csaavedra@igalia.com>
1094
1095         [Release 2.1.72]
1096
1097         * NEWS: Updates.
1098         * configure.ac: Bump version.
1099         * debian/changelog: Updates.
1100
1101 2009-05-08  Alejandro Pinheiro <apinheiro@igalia.com>
1102
1103         * hildon/hildon-note-private.h: Removed sound_signal_handler
1104         * hildon/hildon-note.c
1105         (on_show_cb): new callback on note "show" event, this simply adds
1106         a idle, with the function sound_handling
1107         (sound_handling): removed the sound_signal_handler management
1108         (hildon_note_init): connect note "show" event to on_show_cb
1109         (hildon_note_realize): remove the connection to "expose-event"
1110
1111         Fixes: NB#115242 (Sound is not played every time for the 'Switch off
1112         device?' confirmation note)
1113
1114 2009-05-08  Alberto Garcia  <agarcia@igalia.com>
1115
1116         * hildon/hildon-note.c
1117         (hildon_note_new_information_with_icon_name)
1118         (hildon_note_new_confirmation_with_icon_name):
1119         Terminate the list of parameters in g_object_set() calls
1120
1121         Fixes: NB#115166 (Formatting memory card is not taking place)
1122
1123 2009-05-08  Claudio Saavedra  <csaavedra@igalia.com>
1124
1125         * hildon/hildon-sound.c (hildon_play_system_sound): Set the
1126         "dialog-information" role for the sound being played.
1127
1128 2009-05-06  Alberto Garcia  <agarcia@igalia.com>
1129
1130         * hildon/hildon-app-menu.c (hildon_app_menu_init):
1131         Don't make the menu a modal window, it causes strange interactions
1132         with the pointer grab and it's not really needed.
1133
1134         Fixes: NB#105529 (Empty App menu is launched in a scenario.)
1135
1136 2009-05-06 Alejandro Pinheiro <apinheiro@igalia.com>
1137
1138         * hildon/hildon-touch-selector.[ch]
1139         (hildon_touch_selector_optimal_size_request): function added to get a
1140         optimal size request from the touch selector, when you want a dialog to
1141         show as much of the selector
1142         * hildon/hildon-picker-dialog.c:
1143         Removed HILDON_TOUCH_SELECTOR_HEIGHT macro
1144         (hildon_app_menu_class_init):
1145         New "max-height-landscape" and "max-height-portrait" style properties
1146         (hildon_picker_dialog_size_request): redefined GtkWidget::size_request
1147         (hildon_picker_dialog_get_max_height): returns the maximum height using
1148         the style properties defined and checking the current portrait/landscape
1149         status
1150         (_hildon_picker_dialog_set_selector): removed the set_size_request
1151
1152         Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)
1153
1154 2009-05-06  Claudio Saavedra  <csaavedra@igalia.com>
1155
1156         * hildon/hildon-bread-crumb-trail.c:
1157         * hildon/hildon-bread-crumb.c:
1158         * hildon/hildon-seekbar.c:
1159         Add reference to replacements for these deprecated widgets.
1160
1161         Fixes: MB#4461 (Documentation: All deprecations should mention
1162         replacements)
1163
1164 2009-05-06 Alejandro Pinheiro <apinheiro@igalia.com>
1165
1166         * examples/hildon-remote-texture-example.c
1167
1168         Change the include to the hildon-remote-texture in order to compile
1169         properly the examples on the installed libhildon1-examples package
1170
1171 2009-05-05  Claudio Saavedra  <csaavedra@igalia.com>
1172
1173         * tests/Makefile.am: Add check for HildonPickerButton.
1174         * tests/check-hildon-picker-button.c (fx_setup), (fx_teardown),
1175         (START_TEST), (create_hildon_picker_button_suite): Add three simple
1176         checks for the HildonPickerButton.
1177         * tests/check_test.c (configure_tests): Add the test suite.
1178         * tests/test_suites.h: likewise.
1179
1180 2009-05-05  Claudio Saavedra  <csaavedra@igalia.com>
1181
1182         * hildon/hildon-touch-selector.c
1183         (+on_row_changed): Emit HildonTouchSelector:changed when the
1184         contents of a selected row change.
1185         (_create_new_column), (_hildon_touch_selector_set_model): connect
1186         to GtkTreeModel:row-changed on a newly set model.
1187
1188         Fixes: NB#114253 (HildonPickerButton not refreshing its value)
1189
1190 2009-05-05  Alberto Garcia  <agarcia@igalia.com>
1191
1192         Based on a patch by Mox Soini (ext-mox.soini@nokia.com)
1193
1194         * hildon/hildon-banner.c (hildon_banner_destroy)
1195         (hildon_banner_show_progress, hildon_banner_set_fraction):
1196         Remove the progress bar from HildonBanner and use a progress
1197         indicator instead.
1198
1199         Fixes: NB#113761 (Update progress banner to use progress
1200         indicator)
1201
1202 2009-05-04  Alberto Garcia  <agarcia@igalia.com>
1203
1204         * hildon/hildon-banner.c:
1205         Calculate size of the banner label using the actual screen width
1206         rather than using a fixed value.
1207
1208         Fixes: NB#114395 ('Disconnect charger...' info banner in portrait
1209         is truncated)
1210
1211 2009-05-04  Alejandro G. Castro  <alex@igalia.com>
1212
1213         * hildon/hildon-pannable-area.c,
1214         (hildon_pannable_area_class_init): Fixed signals documentation
1215         typo.
1216
1217 2009-05-04  Claudio Saavedra  <csaavedra@igalia.com>
1218
1219         * configure.ac: post release version bump
1220         * debian/changelog: post release version bump
1221
1222 2009-05-04  Claudio Saavedra  <csaavedra@igalia.com>
1223
1224         [Release 2.1.70]
1225
1226         * NEWS: Updates.
1227         * configure.ac: Bump version.
1228         * debian/changelog: Updates.
1229
1230 2009-05-01  Alberto Garcia  <agarcia@igalia.com>
1231
1232         * hildon/hildon-edit-toolbar.c
1233         (hildon_edit_toolbar_init):
1234         Don't let buttons in HildonEditToolbar receive focus.
1235
1236         Fixes: NB#111160 (!HildonEditToolbar buttons are focused after
1237         typing on an HW arrows key)
1238
1239 2009-04-30  Claudio Saavedra  <csaavedra@igalia.com>
1240
1241         * doc/Makefile.am: Fix build.
1242
1243 2009-04-30  Claudio Saavedra  <csaavedra@igalia.com>
1244
1245         * doc/Makefile.am: Do not redefine content_files.
1246
1247 2009-04-30  Alberto Garcia  <agarcia@igalia.com>
1248
1249         * src/
1250         * Makefile.am
1251         * configure.ac
1252         * doc/Makefile.am
1253         * doc/hildon.types
1254         * po/POTFILES.in:
1255         Renamed src/ to hildon/
1256
1257         * examples/*.c
1258         * debian/changelog
1259         * debian/rules:
1260         Include <hildon/hildon.h> directly in all examples.
1261
1262 2009-04-29  Alejandro Pinheiro  <apinheiro@igalia.com>
1263
1264         * src/hildon-sort-dialog.c
1265         (hildon_sort_dialog_add_sort_key_with_sorting)
1266         (sort_key_changed)
1267         Add safety checks
1268
1269 2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
1270
1271         * src/Makefile.am: Move generated sources to CLEANFILES, so that
1272         make distcheck passes.
1273
1274 2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
1275
1276         * Makefile.am: Enable gtk-doc during distcheck.
1277
1278 2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
1279
1280         * Makefile.am: Do not distribute the debian/ directory.
1281
1282 2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
1283
1284         * doc/Makefile.am: Add the extra SGML files to content_files,
1285         so that they are distributed properly.
1286
1287 2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
1288
1289         * tests/Makefile.am: Add missing test_suites.h and check_utils.h
1290         to the SOURCES.
1291
1292 2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
1293
1294         * src/hildon-note.c (hildon_note_new_confirmation_with_icon_name),
1295         (hildon_note_new_information_with_icon_name): Set the "icon" property
1296         to preserve soundness.
1297
1298 2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
1299
1300         * src/hildon-font-selection-dialog.c
1301         (hildon_font_selection_dialog_set_property): Fail when the "family"
1302         property is set to NULL.
1303
1304 2009-04-28  Claudio Saavedra  <csaavedra@igalia.com>
1305
1306         * src/hildon-color-chooser.c (hildon_color_chooser_set_color): Add
1307         safety checks.
1308
1309 2009-04-28  Alejandro Pinheiro  <apinheiro@igalia.com>
1310
1311         * src/hildon-time-selector.h:
1312         Added HildonTimeSelectorFormatPolicy
1313         * src/hildon-time-selector.c:
1314         Added PROP_TIME_FORMAT_POLICY
1315         (_check_ampm_format): renamed to check_automatic_ampm_format
1316         (update_format_policy), (update_format_dependant_columns): new functions
1317         (hildon_time_selector_class_init)
1318         (hildon_time_selector_contructor)
1319         (hildon_time_selector_init)
1320         (hildon_time_selector_get_property)
1321         (hildon_time_selector_set_property)
1322         (hildon_time_selector_get_time)
1323         (hildon_time_selector_set_time)
1324         * src/hildon-touch-selector.h: new file
1325         * src/hildon-touch-selector.c
1326         (hildon_touch_selector_emit_changed)
1327         (hildon_touch_selector_block_changed)
1328         (hildon_touch_selector_unblock_changed)
1329         Added functions to allow to block the emission of the "changed" signal
1330         * src/hildon-picker-dialog.c
1331         (hildon_picker_dialog_show): call the parent show before the custom code
1332         * examples/hildon-time-button-example.c
1333         Modified, so now you can configure the time format using the new property
1334
1335         Added a new property "time-format-policy" that allow to choose the time
1336         format: AM/PM, 24H or AUTOMATIC. AUTOMATIC is the default one. In this
1337         case it uses gconf in order to check if the time selector must use
1338         AM/PM or 24H.
1339
1340         Fixes: NB#111606 (HildonTimeSelector should expose API to set/unset am/pm
1341         mode)
1342
1343 2009-04-28  Alberto Garcia  <agarcia@igalia.com>
1344
1345         * src/hildon-note.c (hildon_note_init):
1346         Label in HildonNote must be left aligned, not centered. This
1347         reverts the last commit in HildonNote.
1348
1349         Fixes: NB#112933 (text is not left aligned in confirmation dialog
1350         is connectivity dialog)
1351
1352 2009-04-27  Alberto Garcia  <agarcia@igalia.com>
1353
1354         * src/hildon-gtk.c:
1355         Minor style fixes
1356
1357         * doc/hildon-sections.txt:
1358         Added hildon_gtk_window_set_do_not_disturb()
1359
1360 2009-04-27  Alberto Garcia  <agarcia@igalia.com>
1361
1362         * src/hildon-note.c (hildon_note_init): Center label.
1363
1364         Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
1365         properly)
1366
1367 2009-04-27  Claudio Saavedra  <csaavedra@igalia.com>
1368
1369         [Release 2.1.68]
1370
1371         * NEWS: Updates.
1372         * configure.ac: Bump version.
1373         * debian/changelog: Updates.
1374
1375 2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
1376
1377         * src/hildon-note-private.h: Add button-width to the private data.
1378         * src/hildon-note.c (+resize_button),
1379         (+hildon_note_orientation_update): methods to repack widgets on orientation
1380         changes.
1381         (screen_size_changed): Call above method for confirmation notes.
1382         (hildon_note_realize): Always connect to the "screen-size" changed signal.
1383         (hildon_note_rebuild): Store the original width request from buttons.
1384
1385         Fixes: NB#109635 (Confirmation notes do not support portrait)
1386
1387 2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
1388
1389         * src/hildon-note.c (hildon_note_rebuild): Only set the double spacing
1390         when it is a progress note.
1391
1392 2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
1393
1394         * src/hildon-note.c (hildon_note_rebuild): Do not use a GtkHBox
1395         in the note, since there are no horizontally arranged contents.
1396
1397 2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
1398
1399         * src/hildon-gtk.c (+set_flag): new generic method to
1400         set/delay a flag setting in a window.
1401         (hildon_gtk_window_set_progress_indicator):
1402         (hildon_gtk_window_set_do_not_disturb),
1403         (hildon_gtk_window_set_portrait_flags): use set_flag() to
1404         avoid code redundance.
1405
1406 2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
1407
1408         Based on a patch by Alberto Garcia (agarcia@igalia.com)
1409
1410         * src/hildon-gtk.c (set_clear_window_flag),
1411         (do_set_progress_indicator), (do_set_do_not_disturb),
1412         (do_set_portrait_flags),
1413         (hildon_gtk_window_set_progress_indicator),
1414         (hildon_gtk_window_set_do_not_disturb),
1415         (hildon_gtk_window_set_portrait_flags):
1416         Allow setting dnd-flag, progress indicator, and portrait flags
1417         when the window is not realized.
1418
1419 2009-04-24  Alejandro G. Castro  <alex@igalia.com>
1420
1421         * src/hildon-pannable-area.c,
1422         * src/hildon-pannable-area.h: Add the hildon deprecated define to
1423         the size request policy function and defines.
1424
1425 2009-04-23  Claudio Saavedra  <csaavedra@igalia.com>
1426
1427         * doc/hildon-sections.txt: Add the new API.
1428         * src/hildon-gtk.c (+hildon_gtk_window_set_portrait_flags): New
1429         method to set the portrait flags.
1430         * src/hildon-gtk.h: Add HildonPortraitFlags enum.
1431
1432         Fixes: NB#112328 (Adding helpers for setting portrait properties)
1433
1434 2009-04-23  Claudio Saavedra  <csaavedra@igalia.com>
1435
1436         * src/hildon-gtk.c (set_clear_window_flag): Add an Atom parameter,
1437         to allow using this method with other flags.
1438         (hildon_gtk_window_set_progress_indicator): Update accordingly.
1439         (hildon_gtk_window_set_do_not_disturb): Update accordingly.
1440
1441 2009-04-22  Alberto Garcia  <agarcia@igalia.com>
1442
1443         * src/hildon-touch-selector.c
1444         (hildon_touch_selector_append_text_column):
1445         Make the cell renderer use the smallest width possible.
1446
1447         Fixes: NB#108470 (Selected items in multiple selection are either
1448         having a tick that is cut or not visible at all.)
1449
1450 2009-04-22  Alberto Garcia  <agarcia@igalia.com>
1451
1452         * src/hildon-touch-selector.c
1453         (hildon_touch_selector_append_text_column):
1454         Code cleanups
1455
1456 2009-04-22  Claudio Saavedra  <csaavedra@igalia.com>
1457
1458         * src/hildon-number-editor.c (hildon_number_editor_real_set_value):
1459         Use g_strdup_printf() instead of a fixed size buffer.
1460
1461 2009-04-21  Alberto Garcia  <agarcia@igalia.com>
1462
1463         * src/hildon-app-menu.c (hildon_app_menu_find_intruder):
1464         Close banners when a HildonAppMenu is popped up.
1465
1466         Fixes: NB#111027 (Title menu closed immediately if activated when
1467         "Invalid e-mail address" banner is shown)
1468
1469 2009-04-21  Claudio Saavedra  <csaavedra@igalia.com>
1470
1471         [Release 2.1.66]
1472
1473         * NEWS: Updates.
1474         * configure.ac: Bump version.
1475         * debian/changelog: Updates.
1476
1477 2009-04-20  Alberto Garcia  <agarcia@igalia.com>
1478
1479         * src/hildon-banner.c (hildon_banner_realize):
1480         Mark HildonBanner as supporting portrait mode.
1481         Use GDK to set window properties insetad of direct Xlib calls.
1482
1483         Fixes: NB#111830 (HildonBanner should be marked as supporting
1484         portrait)
1485
1486 2009-04-20  Alberto Garcia  <agarcia@igalia.com>
1487
1488         * src/hildon-note.c (hildon_note_rebuild):
1489         Hide action area in information notes. Prevents text from being
1490         slightly aligned to the left.
1491
1492         Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
1493         properly)
1494
1495 2009-04-20  Alberto Garcia  <agarcia@igalia.com>
1496
1497         Patch by Mox Soini (ext-mox.soini@nokia.com)
1498
1499         * src/hildon-banner.c (hildon_banner_create_animation):
1500         Use stylus-sized icons in animation banner.
1501
1502         Fixes: NB#111206 (stylus sized icon for animation banner)
1503
1504 2009-04-20  Alberto Garcia  <agarcia@igalia.com>
1505
1506         * src/hildon-gtk.h
1507         * src/hildon-gtk.c
1508         (+hildon_gtk_window_set_do_not_disturb):
1509         New API to set the do-not-disturb flag.
1510
1511         Fixes: NB#110959 (Add API to set the do-not-disturb flag to a window)
1512
1513 2009-04-20  Alberto Garcia  <agarcia@igalia.com>
1514
1515         * examples/hildon-progress-indicator-example.c: Fix example
1516
1517         * src/hildon-gtk.c (set_clear_window_flag)
1518         (hildon_gtk_window_set_progress_indicator):
1519         Create a generic function for setting flags to a window.
1520         Use GDK instead of direct Xlib calls.
1521
1522 2009-04-14  Alberto Garcia  <agarcia@igalia.com>
1523
1524         * src/hildon-button.c (hildon_button_set_arrangement):
1525         Due to NB#88126, if one of the labels is too long it will be
1526         painted outside the button. The 'value' label is more likely to be
1527         the longest one, so we change its packing options in order to
1528         truncate it if necessary. As a side effect, the 'title' label will
1529         no longer be truncated.
1530
1531         Fixes: NB#110689 (HildonPickerButton doesn't ellipsize very long values)
1532
1533 2009-04-14  Claudio Saavedra  <csaavedra@igalia.com>
1534
1535         [Release 2.1.64]
1536
1537         * NEWS: Updates.
1538         * configure.ac: Bump version.
1539         * debian/changelog: Updates.
1540
1541 2009-04-13  Alejandro G. Castro  <alex@igalia.com>
1542
1543         Deprecation of the hildon_pannable_area_set_size_request_policy
1544         API, the only policy properly supported in gtk+ nowadays is the
1545         minimum size.
1546
1547         * src/hildon-pannable-area.c,
1548         (hildon_pannable_area_size_request): Added a workaround for the
1549         size_request to avoid the problems of huge pixmaps in case someone
1550         is still using the function.
1551         * src/hildon-pannable-area.h: Deprecated the enum with the
1552         policies.
1553
1554         Fixes: NB#110244 (Problems with the
1555         hildon_pannable_area_set_size_request_policy API)
1556
1557 2009-04-08  Alejandro G. Castro  <alex@igalia.com>
1558
1559         * src/hildon-pannable-area.c,
1560         (hildon_pannable_area_init),
1561         (hildon_pannable_area_size_request),
1562         (hildon_pannable_area_style_set),
1563         (hildon_pannable_draw_vscroll),
1564         (hildon_pannable_draw_hscroll),
1565         (hildon_pannable_area_check_scrollbars): Replaced area_width with
1566         indicator_width to clarify the use of the attribute.
1567
1568 2009-04-08  Claudio Saavedra  <csaavedra@igalia.com>
1569
1570         [Release 2.1.62]
1571
1572         * NEWS: Updates.
1573         * configure.ac: Bump version.
1574         * debian/changelog: Updates.
1575
1576 2009-04-07  Alejandro Pinheiro <apinheiro@igalia.com>
1577
1578         * src/hildon-picker-dialog.c
1579         * src/hildon-touch-selector.c
1580         Reverting the change that tried to avoid the hardcoded height on
1581         the picker dialog, as causes problems on the hildon-touch-selector
1582         initial-hint
1583
1584         Fixes: NB#110029 (selectors not scrolling to selected value)
1585
1586 2009-04-07  Alberto Garcia  <agarcia@igalia.com>
1587
1588         * src/hildon-touch-selector.c: Fix typos
1589
1590 2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
1591
1592         * src/hildon-color-chooser.c (hildon_color_chooser_pointer_motion):
1593         Use the event coordinates instead of gdk_window_get_pointer(). Also,
1594         request more motions after using it.
1595
1596 2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
1597
1598         * src/hildon-calendar.c (hildon_calendar_expose),
1599         (hildon_calendar_paint_main), (hildon_calendar_enter_notify):
1600         Remove unused variables.
1601
1602 2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
1603
1604         * tests/check-hildon-color-chooser.c (START_TEST): Remove unused
1605         variable assignment.
1606
1607 2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
1608
1609         * src/hildon-touch-selector.c (hildon_touch_selector_get_active):
1610         Check the return value of gtk_tree_selection_get_selected()
1611         for safety.
1612
1613 2009-04-06  Alberto Garcia  <agarcia@igalia.com>
1614
1615         * src/hildon-animation-actor.c
1616         * src/hildon-button.c
1617         * src/hildon-main.c
1618         * src/hildon-pannable-area.c
1619         * src/hildon-picker-button.c
1620         * src/hildon-program.c
1621         * src/hildon-remote-texture.c
1622         * src/hildon-text-view.c
1623         * src/hildon-touch-selector.c
1624         * src/hildon-window-stack.c
1625         * src/hildon-window.c:
1626         Add missing 'Since: 2.2' tags.
1627
1628         * doc/hildon-sections.txt:
1629         Add some missing symbols.
1630
1631         * doc/hildon-docs.sgml:
1632         New 'Other' section for HildonAnimationActor and
1633         HildonRemoteTexture
1634
1635 2009-04-06  Alberto Garcia  <agarcia@igalia.com>
1636
1637         Patch by Iván Gómez (igomez@igalia.com)
1638
1639         * doc/building.sgml
1640         * doc/compiling.sgml
1641         * doc/hildon-docs.sgml
1642         * doc/hildon-sections.txt
1643         * doc/migration.sgml
1644         * doc/resources.sgml
1645         * doc/running.sgml:
1646         New chapters on using the Hildon library.
1647         Updated the general structure of the reference manual.
1648         Other minor documentation fixes.
1649
1650         * src/hildon-calendar-popup.c
1651         * src/hildon-calendar.c
1652         * src/hildon-controlbar.c
1653         * src/hildon-date-editor.c
1654         * src/hildon-dialog.c
1655         * src/hildon-hvolumebar.c
1656         * src/hildon-number-editor.c
1657         * src/hildon-range-editor.c
1658         * src/hildon-sort-dialog.c
1659         * src/hildon-time-editor.c
1660         * src/hildon-time-picker.c
1661         * src/hildon-volumebar-range.c
1662         * src/hildon-volumebar.c
1663         * src/hildon-vvolumebar.c
1664         * src/hildon-weekday-picker.c:
1665         Add deprecation notes
1666
1667         * src/hildon-pannable-area.c (hildon_pannable_area_class_init):
1668         Document 'horizontal-movement' and 'vertical-movement' signals.
1669
1670 2009-04-06  Claudio Saavedra  <csaavedra@igalia.com>
1671
1672         [Release 2.1.60]
1673
1674         * NEWS: Updates.
1675         * configure.ac: Bump version.
1676         * debian/changelog: Updates.
1677
1678 2009-04-06  Alejandro G. Castro  <alex@igalia.com>
1679
1680         * src/hildon-pannable-area.c,
1681         (hildon_pannable_area_class_init): increased the minimum velocity.
1682         (hildon_pannable_area_button_release_cb): Updated the
1683         CURSOR_STOPPED_TIMEOUT, tuning the widge for the new events
1684         setup. Review the code to control that last event.
1685
1686         Fixes: NB#109790 (Releasing finger in pannable area easily causes
1687         unwanted scrolling)
1688
1689 2009-04-03  Claudio Saavedra  <csaavedra@igalia.com>
1690
1691         Based on a patch by Mox Soini (ext-mox.soini@nokia.com)
1692
1693         * src/hildon-get-password-dialog.c
1694         (hildon_get_password_set_property),
1695         (hildon_get_password_get_property), (create_contents):
1696         * src/hildon-login-dialog-private.h:
1697         * src/hildon-login-dialog.c (hildon_login_dialog_set_property),
1698         (hildon_login_dialog_init), (hildon_login_dialog_get_username),
1699         (hildon_login_dialog_get_password):
1700         * src/hildon-set-password-dialog-private.h:
1701         * src/hildon-set-password-dialog.c
1702         (hildon_set_password_set_property),
1703         (hildon_set_password_get_property), (create_contents),
1704         (hildon_set_password_response_change),
1705         (hildon_set_password_response_set), (hildon_checkbox_toggled):
1706
1707         Pimp these dialogs, to make them use HildonEntry and HildonCheckBox
1708         instead and look more Fremantle style.
1709
1710         Fixes: NB#109639 (Update hildon passwd dialogs to Hildon 2.2)
1711
1712 2009-04-03  Alberto Garcia  <agarcia@igalia.com>
1713
1714         * doc/hildon-sections.txt
1715         * src/hildon-window-stack.h
1716         * src/hildon-window-stack.c
1717         (+hildon_window_stack_get_windows):
1718         New API to obtain the list of windows on a stack.
1719
1720 2009-04-02  Alberto Garcia  <agarcia@igalia.com>
1721
1722         * src/hildon-app-menu.c (hildon_app_menu_popup)
1723         (hildon_app_menu_class_init, -hildon_app_menu_show):
1724         Remove hildon_app_menu_show() and move all its checks to
1725         hildon_app_menu_popup()
1726
1727 2009-04-02  Alejandro Pinheiro  <apinheiro@igalia.com>
1728
1729         * src/hildon-picker-dialog.c: removed HILDON_TOUCH_SELECTOR_HEIGHT
1730         (_hildon_picker_dialog_set_selector): removed call to
1731         gtk_widget_set_size_request
1732         * src/hildon-touch-selector.c
1733         (_create_new_column): change the pannable size request policy
1734
1735         Avoid to use a hardcoded height for the hildon picker dialog. In order
1736         to get that, we needed to change the hildon pannable size request
1737         policy
1738         Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)
1739
1740 2009-04-02  Claudio Saavedra  <csaavedra@igalia.com>
1741
1742         * src/hildon-window.c (hildon_window_map): Check for vbox to be
1743         not NULL.  Avoids a (very unlikely) crasher. See related NB#103301
1744         browser crash.
1745
1746 2009-04-02  Claudio Saavedra  <csaavedra@igalia.com>
1747
1748         * debian/control: Depend on osso-system-lock localization package.
1749         * src/hildon-code-dialog.c: Obtain the secu_application_title
1750         translation from osso-system-lock.
1751         * src/hildon-get-password-dialog.c (create_contents): Do not mark
1752         for translation the atk related strings, that's not necessary.
1753         * src/hildon-set-password-dialog.c (create_contents): Ditto.
1754         * src/hildon-sort-dialog.c (hildon_sort_dialog_init): Remove the
1755         cancel button, it is not required.
1756
1757 2009-04-02  Alejandro G. Castro  <alex@igalia.com>
1758
1759         * src/hildon-pannable-area.c,
1760         (hildon_pannable_area_class_init): Modified the default value of
1761         the overshooting max speed, we have reduced it.
1762
1763 2009-04-02  Alberto Garcia  <agarcia@igalia.com>
1764
1765         * doc/hildon-sections.txt
1766         * src/hildon-window-private.h
1767         * src/hildon-window.h
1768         * src/hildon-window.c (hildon_window_class_init)
1769         (hildon_window_init, hildon_window_finalize)
1770         (hildon_window_realize, hildon_window_get_property)
1771         (hildon_window_set_property, hildon_window_update_markup)
1772         (hildon_window_get_markup, hildon_window_set_markup):
1773         New "markup" property and hildon_window_{get,set}_markup() methods.
1774
1775         * examples/hildon-stackable-window-example.c (new_window):
1776         Update example to use hildon_window_set_markup()
1777
1778         Fixes: NB#106375 (Need API to retitle a window with a title
1779         including markup)
1780
1781 2009-04-01  Alejandro G. Castro  <alex@igalia.com>
1782
1783         * src/hildon-pannable-area.c,
1784         (hildon_pannable_area_class_init): Changed the default value of
1785         the initial_hint to TRUE.
1786         (hildon_pannable_area_initial_effect): Changed the initial effect,
1787         not the effect is just the fade-out of the scrollbars.
1788
1789         Fixes: NB#107775 (No scrollbars can be seen when several items are
1790         available in a dialog)
1791
1792 2009-04-01  Alberto Garcia  <agarcia@igalia.com>
1793
1794         * src/hildon-program.c (hildon_program_update_top_most):
1795         Fix memory leak.
1796
1797         Fixes: NB#109179 (Memory leak in Hildon program)
1798
1799 2009-04-01  Alberto Garcia  <agarcia@igalia.com>
1800
1801         * src/hildon-banner.c (-get_current_app_window):
1802         Remove unused function.
1803
1804 2009-04-01  Alejandro G. Castro  <alex@igalia.com>
1805
1806         * src/hildon-pannable-area.c: Modified the documentation of the
1807         get adjustments functions to explain the problem of using the
1808         adjustment directly.
1809         (hildon_pannable_area_class_init): Improved the explanation about
1810         the velocity.
1811
1812 2009-04-01  Alberto Garcia  <agarcia@igalia.com>
1813
1814         * src/hildon-app-menu-private.h
1815         * src/hildon-app-menu.c
1816         (hildon_app_menu_class_init):
1817         Bring back the 'external-border' style property
1818         (hildon_app_menu_class_init, hildon_app_menu_init)
1819         (hildon_app_menu_apply_style, hildon_app_menu_size_request):
1820         Set a fixed width-request for the menu, independent of the number
1821         of items.
1822
1823         Fixes: NB#94957 (Smoothly opened application menu)
1824
1825 2009-03-30  Alberto Garcia  <agarcia@igalia.com>
1826
1827         * src/hildon-defines.h: Define HILDON_WINDOW_TITLEBAR_HEIGHT
1828
1829         * src/hildon-banner.c
1830         Change HILDON_BANNER_WINDOW_Y to HILDON_WINDOW_TITLEBAR_HEIGHT.
1831         (hildon_banner_map)
1832         Make sure that the banner is correctly placed the first time it's
1833         shown.
1834         (hildon_banner_check_position, -check_fullscreen_state):
1835         Show the banner in the same place no matter if the window is in
1836         fullscreen mode or not.
1837
1838         Fixes: NB#107386 (Odd stacking behaviour for information banners)
1839
1840 2009-04-01  Claudio Saavedra  <csaavedra@igalia.com>
1841
1842         * src/hildon-touch-selector.c (_default_print_func): reorder
1843         concatenation for clarity.
1844
1845 2009-04-01  Claudio Saavedra  <csaavedra@igalia.com>
1846
1847         * src/hildon-touch-selector.c (_default_print_func): Plug a memory leak
1848         for multicolumn selectors.
1849
1850         Fixes: NB#109099 (Memory leak in Hildon touch selector)
1851
1852 2009-03-30  Claudio Saavedra  <csaavedra@igalia.com>
1853
1854         [Release 2.1.58]
1855
1856         * NEWS: Updates.
1857         * configure.ac: Bump version.
1858         * debian/changelog: Updates.
1859
1860 2009-03-27  Claudio Saavedra  <csaavedra@igalia.com>
1861
1862         * src/hildon-sound.c (hildon_ca_context_get): Mark function as static and
1863         coding style fixes.
1864
1865 2009-03-26  Alejandro Pinheiro Iglesias <apinheiro@igalia.com>
1866
1867         * configure.ac: removed libcangerra-gtk dependency
1868         * debian/control: removed libcanberra-gtk dependency
1869         * src/Makefile.am: removed libcanberra gtk related flags
1870         * src/hildon-sound.c: avoid to use ca_gtk_context_get to get a canberra
1871         context, and manage a global canberra context instead
1872
1873         Fixes: NB#106067 (hildon_play_system_sound() play sound only first time called)
1874
1875 2009-03-26  Alberto Garcia  <agarcia@igalia.com>
1876
1877         Patch by Daniel Borgmann (danielb@openismus.com)
1878
1879         * src/hildon-edit-toolbar.c:
1880         Adjust the left padding.
1881         (hildon_edit_toolbar_class_init, +hildon_edit_toolbar_expose):
1882         Paint background of the edit toolbar.
1883
1884         Fixes: NB#107897 (Patch to make editmodetoolbar background
1885         themeable and adjust margin)
1886
1887 2009-03-25  Alberto Garcia  <agarcia@igalia.com>
1888
1889         Patch by Adam Endrodi (adam.endrodi@blumsoft.eu)
1890
1891         * src/hildon-program.c (hildon_program_update_top_most):
1892         Update is-topmost when _MB_CURRENT_APP_WINDOW is 0
1893
1894         Fixes: NB#106998 (HildonProgram's is-topmost property doesn't
1895         change when the user tasks in/out of an application)
1896
1897 2009-03-25  Alejandro Pinheiro Iglesias <apinheiro@igalia.com>
1898
1899         * configure.ac: added libcangerra-gtk dependency
1900         * debian/control: added libcanberra-gtk dependency
1901         * src/Makefile.am: added libcanberra gtk related flags
1902         * src/hildon-sound.c: use ca_gtk_context_get to get a canberra context
1903         instead of use it.
1904
1905         Fixes: NB#106067 (hildon_play_system_sound() play sound only first time called)
1906
1907 2009-03-25  Alberto Garcia  <agarcia@igalia.com>
1908
1909         * src/hildon-program.c (hildon_program_remove_window)
1910         (hildon_program_add_window): Add checks for the window
1911         parameter. Don't decrease the window counter if the window is not
1912         registered.
1913
1914 2009-03-24  Alejandro G. Castro  <alex@igalia.com>
1915
1916         * src/hildon-pannable-area.c,
1917         (hildon_pannable_area_realize): Fixed position of the event_window
1918         in the realize method.
1919
1920 2009-03-24  Alberto Garcia  <agarcia@igalia.com>
1921
1922         * src/hildon-app-menu-private.h
1923         * src/hildon-app-menu.c (hildon_app_menu_find_intruder)
1924         (hildon_app_menu_map, hildon_app_menu_hide_idle)
1925         (hildon_app_menu_key_press, hildon_app_menu_init)
1926         (hildon_app_menu_finalize):
1927         Make sure that all idle functions are removed when the widget is
1928         destroyed.
1929
1930         Fixes: NB#107583 (Hildon app menu crashes in various applications)
1931
1932 2009-03-24  Claudio Saavedra  <csaavedra@igalia.com>
1933
1934         [Release 2.1.56]
1935
1936         * NEWS: Updates.
1937         * configure.ac: Bump version.
1938         * debian/changelog: Updates.
1939
1940 2009-03-24  Claudio Saavedra  <csaavedra@igalia.com>
1941
1942         * src/hildon-entry.c
1943         (+hildon_entry_show_placeholder),
1944         (+hildon_entry_hide_placeholder), Methods to show/hide the placeholder text
1945         that replace hildon_entry_update_contents().
1946         (hildon_entry_set_text),
1947         (hildon_entry_set_placeholder),
1948         (hildon_entry_focus_in_event),
1949         (hildon_entry_focus_out_event): Determine when it is needed
1950         either to show or hide the placeholder and call the above methods.
1951
1952         Fixes: NB#107471 (hildon_entry_set_text() not setting the text
1953         when the placeholder text is already set)
1954
1955 2009-03-24  Claudio Saavedra  <csaavedra@igalia.com>
1956
1957         * src/hildon-banner.c (+hildon_banner_create_animation): Build a
1958         simple GdkPixbufAnim using the new icons for the banner.
1959         (hildon_banner_show_animation): Use the above mentioned method to
1960         create the animation widget.
1961
1962         Fixes: NB#103564 (Make hildon animation banner use individual
1963         image files as the animation)
1964
1965 2009-03-24  Alejandro G. Castro  <alex@igalia.com>
1966
1967         * src/hildon-pannable-area.c,
1968         (hildon_pannable_leave_notify_event): Check if the child is NULL
1969         to avoid sending the leave.
1970
1971 2009-03-24  Alejandro G. Castro  <alex@igalia.com>
1972
1973         * src/hildon-pannable-area.c,
1974         (hildon_pannable_area_class_init),
1975         (hildon_pannable_leave_notify_event): Added a handler of the
1976         leave-notify-signal to consider when no motion notify before
1977         leaving.
1978
1979         Fixes: NB#107494 (Items stay selected when clicking and moving
1980         away when inside pannable area)
1981
1982 2009-03-23  Claudio Saavedra  <csaavedra@igalia.com>
1983
1984         [Release 2.1.54]
1985
1986         * NEWS: Updates.
1987         * configure.ac: Bump version.
1988         * debian/changelog: Updates.
1989
1990 2009-03-19  Alejandro G. Castro  <alex@igalia.com>
1991
1992         Patch by Alberto Garcia (agarcia@igalia.com)
1993
1994         * src/hildon-date-button.c,
1995         (hildon_date_button_class_init),
1996         (hildon_date_button_init): Removed the construct property handling
1997         and created a default selector in the init method.
1998         * src/hildon-picker-button.c,
1999         (hildon_picker_button_class_init): Removed the construct flag of the
2000         selector property.
2001
2002 2009-03-18  Alberto Garcia  <agarcia@igalia.com>
2003
2004         * src/hildon-main.c (hildon_init):
2005         Don't allow hildon_init() to be called more than once.
2006
2007         Fixes: NB#106607 (hildon_init should issue error message upon
2008         successive calls)
2009
2010 2009-03-17  Alejandro Pinheiro  <apinheiro@igalia.com>
2011
2012         * examples/hildon-pannable-area-touch-list-example.c
2013         * examples/hildon-pannagle-area-touch-grid-example.c
2014         * examples/hildon-edit-toolbar-example.c
2015         * examples/hildon-touch-selector-multi-cells-example.c
2016         Removed the call to gtk_rc_parse_string, as it is not required since
2017         some time ago.
2018
2019 2009-03-17  Alejandro G. Castro  <alex@igalia.com>
2020
2021         * src/hildon-pannable-area.c,
2022         (hildon_pannable_area_class_init): Modified the default panning
2023         threshold of the widget to 6px.
2024
2025         Fixes: NB#105427 (Clicking and dragging ( for pixel values more
2026         than the threshold value ) within the button is not sending the
2027         event to the clild)
2028
2029 2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>
2030
2031         * src/hildon-touch-selector.c (_create_new_column): Unset GTK_CAN_FOCUS
2032         for the treeview in the new column. This way, the touch list will never
2033         grab the focus.
2034
2035         Fixes: NB#105190 (Text input area of HildonTouchSelectorEntry to
2036         be selected manually for the HW keys to work)
2037
2038 2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>
2039
2040         * src/hildon-touch-selector-entry.c (entry_on_text_changed): Do a simple
2041         comparison instead of using strcmp(). Fixes a compiler warning as well.
2042
2043 2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>
2044
2045         * doc/hildon-docs.sgml: Do not set the library version in the
2046         document title, use the releaseinfo tag for that purpose instead.
2047
2048 2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>
2049
2050         * src/hildon-touch-selector-entry.c (entry_on_text_changed):
2051         Do not jump to the first item if the text in the entry is removed.
2052
2053 2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>
2054
2055         [Release 2.1.52]
2056
2057         * NEWS: Updates.
2058         * configure.ac: Bump version.
2059         * debian/changelog: Updates.
2060
2061 2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>
2062
2063         * src/hildon-entry.c (hildon_entry_refresh_contents):
2064         * src/hildon-text-view.c (hildon_text_view_refresh_contents):
2065         Use "ReversedSecondaryTextColor" for the placeholder text.
2066
2067 2009-03-12  Alberto Garcia  <agarcia@igalia.com>
2068
2069         * src/hildon-text-view.c: Fix compilation warning.
2070
2071 2009-03-12  Alberto Garcia  <agarcia@igalia.com>
2072
2073         * src/hildon-button.c (hildon_button_class_init): Don't make
2074         "title" and "value" construction properties, to prevent them from
2075         overwriting labels set from derived classes.
2076
2077         * src/hildon-picker-button.c
2078         (hildon_picker_button_set_selector): Allow setting a NULL selector.
2079         (hildon_picker_button_class_init): Make touch-selector a
2080         construction property.
2081
2082         * src/hildon-date-button.c (hildon_date_button_class_init)
2083         (+hildon_date_button_constructed): Add a default date selector if
2084         none is provided.
2085
2086 2009-03-12  Claudio Saavedra  <csaavedra@igalia.com>
2087
2088         * src/hildon-touch-selector.c: Small documentation fixes.
2089
2090 2009-03-12  Claudio Saavedra  <csaavedra@igalia.com>
2091
2092         Based on a patch by Daniel Borgmann (danielb@openismus.com)
2093
2094         * src/hildon-entry.c (hildon_entry_refresh_contents),
2095         (hildon_entry_get_text), (hildon_entry_init): Do not use the
2096         widget name, set the logical color directly instead and a boolean
2097         showing_placeholder instead.
2098         * src/hildon-text-view.c (hildon_text_view_refresh_contents): Do not
2099         use the widget name here either.
2100
2101         Fixes: NB#105678 (HildonTextView should use logical colours
2102         instead of setting widget name)
2103
2104 2009-03-12  Claudio Saavedra  <csaavedra@igalia.com>
2105
2106         Patch by Daniel Elster (danielk@openismus.com)
2107
2108         * src/hildon-touch-selector.[ch] (HildonTouchSelectorPrintFunc):
2109         Add user_data parameter.
2110         (hildon_touch_selector_set_print_func_full): New function akin
2111         hildon_touch_selector_set_print_func() but with support for user
2112         data and a destroy callback.
2113         (hildon_touch_selector_dispose): Implement GObjectClass::dispose
2114         to clean up the print function user data.
2115         (hildon_touch_selector_class_init): Install dispose function.
2116         (HildonTouchSelectorPrivate::print_user_data),
2117         (HildonTouchSelectorPrivate::print_destroy_func): New private
2118         member data.
2119         (hildon_touch_selector_init): Initialize new private members.
2120         (hildon_touch_selector_get_current_text): Pass along user data
2121         to the print function.
2122         (_default_print_func): Add dummy user_data to parameter list.
2123         * hildon-date-selector.c (_custom_print_func): ditto,
2124         * hildon-time-selector.c (_custom_print_func): ditto,
2125         * hildon-touch-selector-entry.c
2126         (hildon_touch_selector_entry_print_func): ditto.
2127
2128         Fixes: NB#105455 (HildonTouchSelectorPrintFunc lacks user data)
2129
2130 2009-03-12  Claudio Saavedra  <csaavedra@igalia.com>
2131
2132         * examples/hildon-pannable-area-tuning-example.c: Fix copyright.
2133
2134 2009-03-12  Alejandro G. Castro  <alex@igalia.com>
2135
2136         * src/hildon-pannable-area.c,
2137         (hildon_pannable_area_init),
2138         (hildon_pannable_area_button_press_cb),
2139         (hildon_pannable_area_motion_notify_cb): We have added code to
2140         handle the leave and enter events when using the motion events.
2141
2142         Fixes: NB#105407 (hilghlight is not cancelled when panning starts)
2143
2144 2009-03-11  Alberto Garcia  <agarcia@igalia.com>
2145
2146         * src/hildon-date-button.c (hildon_date_button_get_date)
2147         (hildon_date_button_set_date): Make sure that the button has a
2148         selector.
2149
2150         Fixes: NB#105507 (hildon_date_button_set_date leads to crash.)
2151
2152 2009-03-11  Alejandro G. Castro  <alex@igalia.com>
2153
2154         * src/hildon-pannable-area.c,
2155         (hildon_pannable_area_class_init),
2156         (hildon_pannable_area_calculate_velocity): Modify the use of the
2157         force and adapt the value.
2158
2159 2009-03-10  Alberto Garcia  <agarcia@igalia.com>
2160
2161         * src/hildon-app-menu.c (+hildon_app_menu_delete_event_handler)
2162         (hildon_app_menu_class_init): Hide the menu if it receives a
2163         delete-event, but don't destroy it
2164
2165         Fixes: NB#104485 (Not able to address the call when application
2166         menu is opened at background)
2167
2168 2009-03-10  Alberto Garcia  <agarcia@igalia.com>
2169
2170         * src/hildon-app-menu.c
2171         (hildon_app_menu_apply_style, hildon_app_menu_class_init):
2172         Remove the "external-border" style property, let the menu take its
2173         natural size (or the one set by the window manager)
2174         (hildon_app_menu_repack_items):
2175         Don't reshow the menu, avoid flickers.
2176
2177         Partially fixes NB#94957 (Smoothly opened application menu)
2178
2179 2009-03-10  Claudio Saavedra  <csaavedra@igalia.com>
2180
2181         [Release 2.1.50]
2182
2183         * NEWS: Updates.
2184         * configure.ac: Bump version.
2185         * debian/changelog: Updates.
2186
2187 2009-03-10  Alejandro G. Castro  <alex@igalia.com>
2188
2189         * src/hildon-pannable-area.c,
2190         (hildon_pannable_area_motion_notify_cb): We control that the
2191         direction error margin is used just in case the movement is
2192         allowed in the other direction.
2193
2194         Fixes: NB#105012 (buttons inside a pannable area not getting
2195         release event when dragging/releasing)
2196
2197 2009-03-10  Alejandro G. Castro  <alex@igalia.com>
2198
2199         * src/hildon-pannable-area.c,
2200         (hildon_pannable_area_class_init),
2201         (hildon_pannable_area_get_property),
2202         (hildon_pannable_area_set_property),
2203         (hildon_pannable_area_initial_effect),
2204         (hildon_pannable_axis_scroll),
2205         (hildon_pannable_area_button_release_cb): Reviewed the
2206         overshooting effect, now it has its own max
2207         speed (PROP_VEL_MAX_OVERSHOOTING). Modified the calculation of the
2208         speed when bouncing.
2209
2210 2009-03-09  Claudio Saavedra  <csaavedra@igalia.com>
2211
2212         [Release 2.1.48]
2213
2214         * NEWS: Updates.
2215         * configure.ac: Bump version.
2216         * debian/changelog: Updates.
2217
2218 2009-03-09  Alejandro G. Castro  <alex@igalia.com>
2219
2220         * src/hildon-pannable-area.c,
2221         (hildon_pannable_area_class_init): Changed the max speed, now
2222         users can launch the widget very fast. Reduced the default force,
2223         that way it is easier to control the launch speed.
2224
2225 2009-03-09  Alejandro G. Castro  <alex@igalia.com>
2226
2227         * src/hildon-pannable-area.c,
2228         (hildon_pannable_area_button_release_cb): Removed this check
2229         because it causes problems when the device is overloaded.
2230
2231 2009-03-06  Claudio Saavedra  <csaavedra@igalia.com>
2232
2233         * src/hildon-picker-dialog.c (hildon_picker_dialog_init):
2234         add a current_text field to store the text entered in the
2235         touch selector entry.
2236         (_clean_current_selection): clean up the current text as well.
2237         (_save_current_selection), (_restore_current_selection):
2238         Save/restore the text in the entry if the selector is a
2239         HildonTouchSelectorEntry.
2240
2241         Fixes: NB#102541 (value entered in the touch selector entry is not
2242         shown when opened for second time)
2243
2244 2009-03-06  Claudio Saavedra  <csaavedra@igalia.com>
2245
2246         * doc/hildon-sections.txt:
2247         * src/hildon-touch-selector-entry.c
2248         (+hildon_touch_selector_entry_get_entry):
2249         * src/hildon-touch-selector-entry.h: New accessor for the HildonEntry.
2250
2251         Fixes: NB#104815 (I need accessor to the entry inside
2252         HildonTouchSelectorEntry)
2253
2254 2009-03-06  Alberto Garcia  <agarcia@igalia.com>
2255
2256         * src/hildon-app-menu.c (hildon_app_menu_apply_style)
2257         (hildon_app_menu_class_init):
2258         New "filter-vertical-spacing" style property.
2259
2260 2009-03-06  Alberto Garcia  <agarcia@igalia.com>
2261
2262         * src/hildon-find-toolbar.c
2263         (hildon_find_toolbar_emit_close)
2264         (hildon_find_toolbar_emit_invalid_input)
2265         (hildon_find_toolbar_entry_activate):
2266         Use g_signal_emit() instead of g_signal_emit_by_name()
2267
2268 2009-03-06  Alberto Garcia  <agarcia@igalia.com>
2269
2270         Patch by Mox Soini (ext-mox.soini@nokia.com)
2271
2272         * tests/TEST-CASES.txt
2273         * tests/check-hildon-banner.c
2274         * tests/check-hildon-note.c
2275         * src/hildon-banner.c
2276         * src/hildon-code-dialog.c
2277         * src/hildon-date-editor.c (real_set_calendar_icon_state)
2278         * src/hildon-time-editor.c
2279         * examples/hildon-lookup-example.c (main):
2280         Replace obsolete icon names with new ones.
2281
2282         * src/hildon-find-toolbar-private.h:
2283         * src/hildon-find-toolbar.c (hildon_find_toolbar_init)
2284         (-hildon_find_toolbar_emit_search):
2285         Remove find button and change icon of close button.
2286
2287         Fixes: NB#104819 (Clean up old icon names from hildon-widgets)
2288
2289 2009-03-05  Alberto Garcia  <agarcia@igalia.com>
2290
2291         * src/hildon-time-button.c (hildon_time_button_new_step):
2292         Use the "touch-selector" property to set the selector directly
2293         when creating the object.
2294
2295 2009-03-05  Alejandro G. Castro  <alex@igalia.com>
2296
2297         Added a new example application that allows tuning the pannable
2298         area and replaced defines with properties in order to simplify the
2299         tuning: PROP_DRAG_INERTIA, PROP_PANNING_THRESHOLD,
2300         PROP_SCROLLBAR_FADE_DELAY, PROP_BOUNCE_STEPS, PROP_FORCE and
2301         PROP_DIRECTION_ERROR_MARGIN.
2302
2303         * examples/hildon-pannable-area-tuning-example.c: New example
2304         application.
2305         * src/hildon-pannable-area.c,
2306         (hildon_pannable_area_class_init),
2307         (hildon_pannable_area_init),
2308         (hildon_pannable_area_get_property),
2309         (hildon_pannable_area_set_property),
2310         (hildon_pannable_area_launch_fade_timeout),
2311         (hildon_pannable_area_adjust_value_changed),
2312         (hildon_pannable_axis_scroll),
2313         (hildon_pannable_area_motion_notify_cb),
2314         (hildon_pannable_area_scroll_cb),
2315         (hildon_pannable_area_button_release_cb): We have converted some
2316         of the defines that control the widget to properties to simplify
2317         the tuning.
2318
2319 2009-03-05  Alberto Garcia  <agarcia@igalia.com>
2320
2321         * src/hildon-app-menu.c (hildon_app_menu_map)
2322         (hildon_app_menu_unmap): Make the menu temporary when it's mapped,
2323         so it's closed if a new window appears.
2324
2325         Fixes: NB#104485 (Not able to address the call when application
2326         menu is opened at background)
2327
2328 2009-03-05  Claudio Saavedra  <csaavedra@igalia.com>
2329
2330         * src/hildon-color-button.c (hildon_color_button_get_property):Add
2331         missing 'break' statement in in 'case' construct to avoid
2332         incorrect warnings.
2333
2334 2009-03-05  Claudio Saavedra  <csaavedra@igalia.com>
2335
2336         * src/hildon-touch-selector-entry.c
2337         (hildon_touch_selector_entry_get_property),
2338         (hildon_touch_selector_entry_set_property): Add missing 'break'
2339         statements in in 'case' constructs to avoid incorrect warnings.
2340
2341 2009-03-05  Claudio Saavedra  <csaavedra@igalia.com>
2342
2343         * src/hildon-time-editor.c
2344         (hildon_time_editor_get_time_separators): Do not crash if
2345         the first label is NULL.
2346
2347 2009-03-05  Claudio Saavedra  <csaavedra@igalia.com>
2348
2349         * src/hildon-date-selector.c (_month_days): Check for month to be
2350         strictly less than 12, since otherwise we may overrun the array.
2351
2352 2009-03-04  Alberto Garcia  <agarcia@igalia.com>
2353
2354         * src/hildon-date-button.c (+hildon_date_button_new_full)
2355         (hildon_date_button_new, hildon_date_button_new_with_year_range)
2356         (hildon_date_button_init): Set the date selector using a
2357         construction property, to make it happen after HildonButton's
2358         "value" property is set.
2359
2360         Fixes: NB#104439 (hildon_date_button_new() isn't set to the
2361         current date by default)
2362
2363 2009-03-04  Alberto Garcia  <agarcia@igalia.com>
2364
2365         * doc/hildon-sections.txt
2366         * src/hildon-program.c
2367         * src/hildon-stackable-window.c
2368         * src/hildon-window.c:
2369         Documentation updates
2370
2371 2009-03-04  Alberto Garcia  <agarcia@igalia.com>
2372
2373         * src/hildon-window-stack.c (hildon_window_stack_get_default)
2374         (hildon_window_stack_new, +hildon_window_stack_set_property)
2375         (+hildon_window_stack_get_property)
2376         (hildon_window_stack_class_init)
2377         (+hildon_window_stack_set_window_group)
2378         (+hildon_window_stack_get_window_group):
2379         Make the window group a construction property.
2380
2381 2009-03-04  Alberto Garcia  <agarcia@igalia.com>
2382
2383         * doc/hildon-sections.txt
2384         * src/hildon-stackable-window-private.h
2385         * src/hildon-stackable-window.h
2386         * src/hildon-stackable-window.c
2387         (-hildon_stackable_window_set_app_menu)
2388         (-hildon_stackable_window_get_app_menu)
2389         (-hildon_stackable_window_toggle_menu)
2390         (-hildon_stackable_window_finalize)
2391         (hildon_stackable_window_class_init)
2392         (hildon_stackable_window_init)
2393         * src/hildon-window-private.h
2394         * src/hildon-window.h
2395         * src/hildon-window.c (hildon_window_init)
2396         (hildon_window_destroy, +hildon_window_toggle_gtk_menu)
2397         (+hildon_window_toggle_app_menu, hildon_window_toggle_menu_real)
2398         (hildon_window_get_main_menu, hildon_window_set_main_menu)
2399         (+hildon_window_set_app_menu, +hildon_window_get_app_menu):
2400         Moved all HildonAppMenu code to HildonWindow. The menu does not
2401         require a HildonStackableWindow anymore.
2402
2403         * src/hildon-app-menu.c
2404         * src/hildon-program.c
2405         * examples/hildon-app-menu-example.c (main):
2406         Update examples and documentation to reflect HildonAppMenu
2407         changes.
2408
2409 2009-03-04  Alberto Garcia  <agarcia@igalia.com>
2410
2411         * src/hildon-remote-texture.c
2412         * src/hildon-animation-actor.c:
2413         Don't include unused private headers.
2414
2415 2009-03-04  Alberto Garcia  <agarcia@igalia.com>
2416
2417         * src/hildon-program-private.h
2418         * src/hildon-program.c
2419         (hildon_program_set_common_menu)
2420         (hildon_program_get_common_menu)
2421         (hildon_program_set_common_app_menu)
2422         (hildon_program_get_common_app_menu):
2423         Change common menu pointers from GtkWidget* to GtkMenu* and
2424         HildonAppMenu* to avoid unnecessary casts.
2425
2426 2009-03-03  Alberto Garcia  <agarcia@igalia.com>
2427
2428         * src/hildon-window.c (hildon_window_set_main_menu):
2429         Removed incorrect 'Since:' tag
2430
2431 2009-03-03  Alejandro G. Castro  <alex@igalia.com>
2432
2433         * src/hildon-pannable-area.c,
2434         (hildon_pannable_area_calculate_velocity): We use now the
2435         RATIO_TOLERANCE here to check the distance, fixed typo in the
2436         algorithm.
2437         (hildon_pannable_area_motion_notify_cb): We have to set the type
2438         and time even if we are not sending the motion.
2439
2440 2009-03-02  Alberto Garcia  <agarcia@igalia.com>
2441
2442         * doc/hildon-sections.txt
2443         * src/hildon-app-menu.h
2444         * src/hildon-app-menu.c (+hildon_app_menu_get_items)
2445         (+hildon_app_menu_get_filters): New methods to get the contents of
2446         a HildonAppMenu.
2447
2448         Fixes: NB#103761 (HildonAppMenu doesn't have methods to get its
2449         children)
2450
2451 2009-03-02  Alberto Garcia  <agarcia@igalia.com>
2452
2453         * src/hildon-app-menu.c (hildon_app_menu_popup):
2454         Add "Since" tag.
2455
2456 2009-03-02  Alberto Garcia  <agarcia@igalia.com>
2457
2458         * src/hildon-window.h
2459         * src/hildon-window.c (+hildon_window_get_main_menu)
2460         (hildon_window_get_menu): Created hildon_window_get_main_menu()
2461         and deprecated hildon_window_get_menu().
2462
2463         * src/hildon-stackable-window.h
2464         * src/hildon-stackable-window.c
2465         (+hildon_stackable_window_set_app_menu)
2466         (+hildon_stackable_window_get_app_menu)
2467         (hildon_stackable_window_set_main_menu): Created
2468         hildon_stackable_window_{get,set}_app_menu() and deprecated
2469         hildon_stackable_window_set_main_menu().
2470
2471         * doc/hildon-sections.txt
2472         * examples/hildon-app-menu-example.c (main)
2473         * src/hildon-app-menu.c
2474         * src/hildon-program.c:
2475         Updated examples and documentation.
2476
2477         Fixes: NB#103758 (No way to obtain a menu from a
2478         HildonStackableWindow)
2479
2480 2009-03-02  Claudio Saavedra  <csaavedra@igalia.com>
2481
2482         [Release 2.1.46]
2483
2484         * NEWS: Updates.
2485         * configure.ac: Bump version.
2486         * debian/changelog: Updates.
2487
2488 2009-03-02  Claudio Saavedra  <csaavedra@igalia.com>
2489
2490         * examples/hildon-remote-texture-example.c: Include
2491         hildon-remote-texture.h explicitely.
2492         * src/hildon.h: Remove hildon-remote-texture.h to avoid breaking
2493         applications not defining _XOPEN_SOURCE which don't require this header.
2494
2495 2009-02-27  Alberto Garcia  <agarcia@igalia.com>
2496
2497         * doc/hildon-sections.txt
2498         * src/hildon-app-menu.h
2499         * src/hildon-app-menu.c (+hildon_app_menu_popup):
2500         New function to pop up a HildonAppMenu
2501
2502         * src/hildon-stackable-window.c
2503         (hildon_stackable_window_toggle_menu):
2504         Use hildon_app_menu_popup() to show the menu.
2505
2506 2009-02-27  Alberto Garcia  <agarcia@igalia.com>
2507
2508         * src/hildon-app-menu.c (hildon_app_menu_show)
2509         (hildon_app_menu_map, +hildon_app_menu_find_intruder): Hide the
2510         menu if there's another window between it and its parent window.
2511
2512         Fixes: NB#100468 (Application menu window is launched even when a
2513         new secondary-window/dialog is pending to be shown/realized)
2514
2515 2009-02-27  Alberto Garcia  <agarcia@igalia.com>
2516
2517         * src/hildon-window-stack.c (hildon_window_stack_push)
2518         (hildon_window_stack_pop_and_push):
2519         Don't forget to push/pop the first window.
2520         Reverse the window list before calling _push_list()
2521
2522 2009-02-27  Alberto Garcia  <agarcia@igalia.com>
2523
2524         * src/hildon-picker-button.h
2525         * src/hildon-picker-button.c (hildon_picker_button_class_init):
2526         Remove "value_changed" slot to avoid ABI breakage
2527
2528 2009-02-26  Alejandro G. Castro  <alex@igalia.com>
2529
2530         * src/hildon-pannable-area.c,
2531         (hildon_pannable_area_realize),
2532         (hildon_pannable_area_unrealize),
2533         (hildon_pannable_draw_vscroll),
2534         (hildon_pannable_draw_hscroll): Changed the method to handle the
2535         GC used to draw the transparent scrollbar, this way we avoid
2536         creating the GC all the time when drawing the scrollbars.
2537
2538 2009-02-26  Alejandro G. Castro  <alex@igalia.com>
2539
2540         * src/hildon-pannable-area.c,
2541         (hildon_pannable_area_init),
2542         (hildon_pannable_area_remove): Removed some unnecessary casts.
2543         (hildon_pannable_area_dispose): Disconnected some signals before
2544         releasing the adjustments.
2545
2546 2009-02-26  Alberto Garcia  <agarcia@igalia.com>
2547
2548         * src/hildon-edit-toolbar.c (hildon_edit_toolbar_init):
2549         Make sure that all widgets contained in the toolbar are shown.
2550
2551 2009-02-25  Alberto Garcia  <agarcia@igalia.com>
2552
2553         * doc/hildon-sections.txt
2554         * src/hildon-picker-button.h
2555         * src/hildon-picker-button.c (+hildon_picker_button_value_changed)
2556         (_selection_changed, hildon_picker_button_on_dialog_response)
2557         (hildon_picker_button_class_init, hildon_picker_button_set_selector):
2558         New hildon_picker_button_value_changed() method.
2559
2560         * src/Makefile.am
2561         * src/hildon-picker-button-private.h
2562         * src/hildon-picker-button.c (hildon_picker_button_init)
2563         (+hildon_picker_button_disable_value_changed): Add protected
2564         function for disabling the "value-changed" signal.
2565
2566         * src/hildon-date-button.c (hildon_date_button_set_date):
2567         Don't emit "value-changed" for each one of the three columns.
2568
2569         Fixes: NB#103242 ("HildonPickerButton:value-changed" is emitted
2570         before actual change of values)
2571
2572 2009-02-24  Alejandro G. Castro  <alex@igalia.com>
2573
2574         * src/hildon-pannable-area.c,
2575         (hildon_pannable_area_class_init): Reduced SPS, 25 it is too big
2576         for the treeview overshooting.
2577
2578 2009-02-24  Claudio Saavedra  <csaavedra@igalia.com>
2579
2580         * src/hildon-banner.c (+hildon_banner_bind_style):
2581         Renamed from hildon_banner_bind_label_style(), now naming the
2582         banner itself as well.
2583         (hildon_banner_show_information),
2584         (hildon_banner_show_information_with_markup),
2585         (hildon_banner_show_animation), (hildon_banner_show_progress):
2586         Name the widgets and labels, based on their type.
2587
2588         See NB#98597 (Hildon Note and Hildon Banner should use themeable
2589         background image)
2590
2591 2009-02-24  Claudio Saavedra  <csaavedra@igalia.com>
2592
2593         * src/hildon-note.c (hildon_note_set_property): call
2594         hildon_note_rename() on HildonNote:note-type set.
2595         (hildon_note_rename): Name the note and its label, based on the
2596         HildonNote:note-type property.
2597
2598         See NB#98597 (Hildon Note and Hildon Banner should use themeable
2599         background image)
2600
2601 2009-02-24  Alejandro G. Castro  <alex@igalia.com>
2602
2603         * src/hildon-pannable-area.c,
2604         (hildon_pannable_area_class_init),
2605         (hildon_pannable_area_motion_notify_cb): Reviewed the default
2606         panning parameters, increased SPS and deceleration factor. Added
2607         also a margin to control fake directions.
2608
2609 2009-02-23  Claudio Saavedra  <csaavedra@igalia.com>
2610
2611         Patch by Sven Herzberg (sven@imendio.com)
2612
2613         * configure.ac: Add missing AM_PROG_CC_C_0
2614         * tests/Makefile.am: Use an appropriate variable name instead of TESTS.
2615
2616         See NB#101420 (Update unit tests and fix make check)
2617
2618 2009-02-23  Alejandro G. Castro  <alex@igalia.com>
2619
2620         This patch was applied before but reverted because it caused
2621         problems, we have changed the main condition and tested the
2622         regressions we detected before and they work ok. We have done a
2623         complete review of the topmost algorithm in order to get a more
2624         general solution.
2625
2626         * src/hildon-pannable-area.c,
2627         (hildon_pannable_area_get_topmost): Added a new parameter to
2628         filter the the windows that do not include those events.
2629         (hildon_pannable_area_button_press_cb),
2630         (hildon_pannable_area_button_release_cb),
2631         (hildon_pannable_get_child_widget_at): Reviewed the call the the
2632         topmost function, we have added the new parameter.
2633
2634         Fixes: NB#97458 (Pannable area prevents propagation of button
2635         press events)
2636
2637 2009-02-23  Claudio Saavedra  <csaavedra@igalia.com>
2638
2639         * src/hildon-picker-dialog.c (+selection_completed): Returns TRUE
2640         if all columns in the selector have an item selected.
2641         (_on_dialog_response): Stop "response" signal emission if there is
2642         any selector column without selected items.
2643
2644         Fixes: NB#101889 (Picker dialog should not close when nothing is
2645         selected in multiple selection list)
2646
2647 2009-02-23  Claudio Saavedra  <csaavedra@igalia.com>
2648
2649         * src/hildon-font-selection-dialog.c
2650         (hildon_font_selection_dialog_class_init),
2651         (hildon_font_selection_dialog_init): Remove the preview
2652         button and dialog, since previewing with default theming is likely
2653         to be overcomplicated. The :preview property has now no effect.
2654         Update documentation blurbs to inform about this.
2655
2656         Fixes: NB#92297 (Preview content is not clearly visible for
2657         default colour text)
2658
2659 2009-02-20  Alejandro G. Castro  <alex@igalia.com>
2660
2661         Reviewed the geometry that handles the children size and
2662         scrollbar, now it tries a size and reviews the results depending
2663         on the scrollbars visibility.
2664
2665         * src/hildon-pannable-area.c,
2666         (hildon_pannable_area_realize): Fixed a typo.
2667         (hildon_pannable_area_child_allocate_calculate): Added this
2668         function to calculate the child allocation.
2669         (hildon_pannable_area_size_allocate): Reviewed the allocation
2670         code.
2671         (hildon_pannable_area_check_scrollbars),
2672         (hildon_pannable_area_refresh): Refactored refresh function, this
2673         way we can call the code handling the scrollbars without causing a
2674         size_request, it is interesting in the allocate.
2675         (hildon_pannable_area_init): Replace the callbacks of the
2676         value_changed and changed signals to propertly deal with the
2677         geometry.
2678         (hildon_pannable_area_grab_notify),
2679         (hildon_pannable_area_initial_effect),
2680         (hildon_pannable_area_launch_fade_timeout),
2681         (hildon_pannable_area_adjust_changed),
2682         (hildon_pannable_area_adjust_value_changed),
2683         (hildon_pannable_area_redraw),
2684         (hildon_pannable_area_button_press_cb),
2685         (hildon_pannable_area_button_release_cb),
2686         (hildon_pannable_area_scroll_cb),
2687         (hildon_pannable_area_scroll_to): Refactor the fade timeout launch
2688         code and use the new functions adjust_changed and
2689         adjust_value_changed.
2690
2691         Fixes: NB#101603 (Focus is not even for the text entry boxes in
2692         Contact editor dialog)
2693
2694 2009-02-20  Claudio Saavedra  <csaavedra@igalia.com>
2695
2696         [Release 2.1.44]
2697
2698         * NEWS: Updates.
2699         * configure.ac: Bump version.
2700         * debian/changelog: Updates.
2701
2702 2009-02-20  Alejandro G. Castro  <alex@igalia.com>
2703
2704         * src/hildon-pannable-area.c,
2705         (hildon_pannable_area_get_topmost),
2706         (hildon_pannable_area_button_press_cb),
2707         (hildon_pannable_area_button_release_cb),
2708         (hildon_pannable_get_child_widget_at): Reverted the patch for the
2709         topmost function adding the event mask. We have to try a
2710         differente approach because it is still causing problems (NB#9745,
2711         reopened).
2712
2713 2009-02-19  Alberto Garcia  <agarcia@igalia.com>
2714
2715         * src/hildon-banner.c:
2716         Update the maximum width of timed banners.
2717         (force_to_wrap_truncated): Enforce the maximum text width if the
2718         label is wrapped.
2719
2720         Fixes: NB#102413 (The text margins (wrapping) in information
2721         banner should be HILDON_MARGIN_TRIPLE)
2722
2723 2009-02-19  Claudio Saavedra  <csaavedra@igalia.com>
2724
2725         Patch by Gabriel Schulhof (gabriel.schulhof@nokia.com)
2726
2727         * src/hildon-pannable-area.c (hildon_pannable_draw_vscroll),
2728         (hildon_pannable_draw_hscroll): Consider the adjustment's lower
2729         bound when calculating the scroll indicator position.
2730
2731         Fixes: NB#102338 (HildonPannableArea scrolling indicator does not
2732         treat ->lower correctly)
2733
2734 2009-02-19  Claudio Saavedra  <csaavedra@igalia.com>
2735
2736         * src/hildon-caption.c (hildon_caption_class_init): Remove the
2737         expose event handling, since it is not necessary to draw the focus
2738         anymore.
2739
2740         Fixes: NB#102467 (Do not show highlight on the text in
2741         HildonCaption)
2742
2743 2009-02-18  Alberto Garcia  <agarcia@igalia.com>
2744
2745         * src/hildon-edit-toolbar.c (hildon_edit_toolbar_init): Use the
2746         full height of the toolbar for the button and the label.
2747
2748 2009-02-18  Alberto Garcia  <agarcia@igalia.com>
2749
2750         * src/hildon-edit-toolbar.c (hildon_edit_toolbar_init): Add some
2751         padding before the label and after the button.
2752
2753 2009-02-18  Alberto Garcia  <agarcia@igalia.com>
2754
2755         * src/hildon-window.c (paint_edit_toolbar): Fix style detail.
2756
2757         * src/hildon-edit-toolbar.c (hildon_edit_toolbar_init):
2758         Add a GtkVSeparator between the button and the back arrow.
2759         Let the button have automatic size.
2760         Set a name to the widget for theming handling.
2761
2762         Fixes: NB#101793 (Make edit toolbar the same height as window
2763         title bar (use title area theming))
2764
2765 2009-02-18  Alberto Garcia  <agarcia@igalia.com>
2766
2767         * src/hildon-helper.c (attach_new_color_element): Fix memory
2768         leak.
2769
2770         Fixes: NB#102262 (memory leak in hildon_button_set_style())
2771
2772 2009-02-18  Alberto Garcia  <agarcia@igalia.com>
2773
2774         * examples/hildon-button-example.c (common_buttons_window): Don't
2775         leak size groups.
2776
2777 2009-02-18  Alberto Garcia  <agarcia@igalia.com>
2778
2779         * src/hildon-pannable-area.c (hildon_pannable_area_class_init):
2780         Set default movement mode to HILDON_MOVEMENT_MODE_VERT.
2781
2782 2009-02-18  Alberto Garcia  <agarcia@igalia.com>
2783
2784         * src/hildon-gtk.c: Check that the window is realized.
2785
2786         Fixes: NB#102225 (Crash setting the progress indicator to a non
2787         visible window)
2788
2789 2009-02-17  Alberto Garcia  <agarcia@igalia.com>
2790
2791         * src/hildon-pannable-area.c (hildon_pannable_draw_vscroll)
2792         (hildon_pannable_draw_hscroll): Make a copy of the graphic context
2793         instead of modifying the one in the widget style.
2794
2795         Fixes: NB#101043 (Second row of all the command button are
2796         displayed in transparent mode.)
2797
2798 2009-02-17  Alberto Garcia  <agarcia@igalia.com>
2799
2800         * src/hildon-date-button.c
2801         * src/hildon-time-button.c: Add gettext macros
2802
2803 2009-02-16  Claudio Saavedra  <csaavedra@igalia.com>
2804
2805         * src/hildon-date-button.c (hildon_date_button_new):
2806         * src/hildon-time-button.c (hildon_time_button_new_step):
2807         Use new logical strings to set the button default title.
2808
2809         Fixes: NB#99915 (Date and Time options are not localised in Date
2810         and Time setttings)
2811
2812 2009-02-16  Alejandro G. Castro  <alex@igalia.com>
2813
2814         * src/hildon-pannable-area.c
2815         (hildon_pannable_area_motion_notify_cb): Fixed typo in the name of
2816         the PANNING_THRESHOLD.
2817
2818 2009-02-16  Alejandro G. Castro  <alex@igalia.com>
2819
2820         * src/hildon-pannable-area.c,
2821         (hildon_pannable_area_class_init): Increased the maximum speed.
2822         (hildon_pannable_area_get_property),
2823         (hildon_pannable_area_set_property),
2824         (hildon_pannable_area_timeout): Added a new low friction mode, it
2825         allows the user avoid friction when launching the widget fast
2826         enough. It is interesting to traverse long lists.
2827
2828 2009-02-16  Alberto Garcia  <agarcia@igalia.com>
2829
2830         * src/hildon-stackable-window.c (hildon_stackable_window_class_init)
2831         (+hildon_stackable_window_delete_event): Ignore delete events if
2832         the window is not the topmost one.
2833
2834         Fixes: NB#101698 (Back button long press and delete-event handling)
2835
2836 2009-02-16  Alejandro G. Castro  <alex@igalia.com>
2837
2838         * src/hildon-pannable-area.c,
2839         (hildon_pannable_area_motion_notify_cb): Removed the use of the
2840         gtk-dnd-drag-threshold, it was too big. We have defined our own
2841         dnd define and set a smaller value: PANNIG_THRESHOLD.
2842
2843 2009-02-16  Alberto Garcia  <agarcia@igalia.com>
2844
2845         * src/hildon-banner.c (hildon_banner_show_animation): Don't allow
2846         user-defined icons, use always the default one.
2847
2848         Fixes: NB#101916 (Do not allow custom icons on animation banner)
2849
2850 2009-02-13  Alejandro G. Castro  <alex@igalia.com>
2851
2852         This patch was applied before but reverted because it caused
2853         problems, we have changed the main condition and tested the
2854         regressions we detected before and they work ok.
2855
2856         * src/hildon-pannable-area.c,
2857         (hildon_pannable_area_get_topmost): Added a new parameter to
2858         filter the the windows that do not include those events. Added
2859         also a condition when finding the window to filter windows that do
2860         not ask for those events.
2861         (hildon_pannable_area_button_press_cb),
2862         (hildon_pannable_area_button_release_cb),
2863         (hildon_pannable_get_child_widget_at): Reviewed the call the the
2864         topmost function, we have added the new parameter.
2865
2866         Fixes: NB#97458 (Pannable area prevents propagation of button
2867         press events)
2868
2869 2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
2870
2871         * tests/check-hildon-color-button.c (START_TEST): do not leak
2872         ret_color.
2873
2874 2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
2875
2876         * src/hildon-font-selection-dialog.c
2877         (hildon_font_selection_dialog_get_preview_text): Return NULL
2878         instead of FALSE on the g_return_val_if_fail().
2879
2880 2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
2881
2882         * src/hildon-time-selector.c (hildon_time_selector_set_time):
2883         * src/hildon-date-selector.c
2884         (hildon_date_selector_select_current_date):
2885         Do not compare unsigned integers to be greater than or equal 0,
2886         because it's always TRUE.
2887
2888 2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
2889
2890         * src/hildon-date-selector.c (hildon_date_selector_construct_ui),
2891         (hildon_date_selector_constructor): Do not select the current
2892         date until we are handle the "changed" signal, to avoid having bogus
2893         elements in the days model.
2894
2895 2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
2896
2897         * src/hildon-date-selector.c (_update_day_model): Use a gint variable
2898         for num_days, since _month_days() can return a negative value.
2899
2900 2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
2901
2902         * src/hildon-caption.c (hildon_caption_size_allocate):
2903         * src/hildon-pannable-area.c (hildon_pannable_area_size_request):
2904         * src/hildon-range-editor.c (hildon_range_editor_size_allocate):
2905
2906         Initialize allocation variables to 0, to avoid eventually using
2907         unitialized variables.
2908
2909 2009-02-12  Claudio Saavedra  <csaavedra@igalia.com>
2910
2911         * src/hildon-bread-crumb-trail.c
2912         (hildon_bread_crumb_trail_size_allocate):
2913         * src/hildon-calendar.c (hildon_calendar_set_background):
2914         * src/hildon-caption.c (hildon_caption_hierarchy_changed):
2915         * src/hildon-range-editor.c (hildon_range_editor_get_range):
2916         * src/hildon-seekbar.c (hildon_seekbar_init):
2917         * src/hildon-time-editor.c (hildon_time_editor_get_time):
2918         * src/hildon-time-selector.c (hildon_time_selector_finalize):
2919         * src/hildon-touch-selector-entry.c
2920         (hildon_touch_selector_get_text_from_model):
2921         * src/hildon-touch-selector.c (hildon_touch_selector_class_init):
2922         * src/hildon-window.c (hildon_window_finalize):
2923
2924         Remove many unused variables.
2925
2926 2009-02-12  Claudio Saavedra  <csaavedra@igalia.com>
2927
2928         * src/hildon-seekbar.c: (hildon_seekbar_init),
2929         (hildon_seekbar_size_request), (hildon_seekbar_size_allocate):
2930
2931         Remove unnecessary g_assert() calls.
2932
2933 2009-02-12  Claudio Saavedra  <csaavedra@igalia.com>
2934
2935         * src/hildon-caption.c: (hildon_caption_expose),
2936         (hildon_caption_set_property), (hildon_caption_init),
2937         (hildon_caption_set_focus), (hildon_caption_hierarchy_changed),
2938         (hildon_caption_size_request), (hildon_caption_size_allocate),
2939         (hildon_caption_forall), (hildon_caption_set_separator),
2940         (hildon_caption_activate), (hildon_caption_set_child_expand),
2941         (hildon_caption_set_label_text),
2942         (hildon_caption_get_label_alignment):
2943
2944         Remove unnecessary g_assert() calls.
2945
2946 2009-02-12  Alberto Garcia  <agarcia@igalia.com>
2947
2948         * src/hildon-banner.c
2949         (hildon_banner_map, hildon_banner_init): Make banner temporary
2950         before mapping it to avoid closing other temporary windows, but
2951         make it non-temporary afterwards to avoid being closed by other
2952         non-temporary windows.
2953         (-hildon_banner_client_event, hildon_banner_init):
2954         _GTK_DELETE_TEMPORARIES doesn't need to be handled anymore.
2955
2956         Fixes: NB#100445 (Hildon banner gets destroyed when a dialog is
2957         opened)
2958
2959 2009-02-11  Alberto Garcia  <agarcia@igalia.com>
2960
2961         * src/hildon-banner.h: Mark hildon_banner_show_animation() with a
2962         deprecation guard.
2963
2964 2009-02-11  Gordon Williams <gordon.williams@collabora.co.uk>
2965
2966         * src/hildon-remote-texture.c
2967         * src/hildon-remote-texture.h
2968         * src/hildon-remote-texture-private.h
2969         * examples/hildon-remote-texture-example.c:
2970         Updates/fixes to remote-texture and its example.
2971
2972 2009-02-11  Claudio Saavedra  <csaavedra@igalia.com>
2973
2974         Patch by Mox Soini (ext-mox.soini@nokia.com)
2975
2976         * src/hildon-code-dialog.c: Update logical id.
2977         * src/hildon-set-password-dialog.c: Update logical id.
2978
2979         Fixes: NB#100646 (Logical strings is shown for ok in set
2980         password,Password needed dialogs)
2981
2982 2009-02-11  Gordon Williams <gordon.williams@collabora.co.uk>
2983
2984         * src/hildon.h
2985         * src/hildon-remote-texture.c
2986         * src/hildon-remote-texture.h
2987         * src/hildon-remote-texture-private.h
2988         * src/Makefile.am
2989         Added remote texture widget (for Clutter shared memory textures)
2990
2991         * examples/hildon-remote-texture-example.c
2992         * examples/Makefile.am
2993         Added example file for remote texture usage
2994
2995 2009-02-10  Claudio Saavedra  <csaavedra@igalia.com>
2996
2997         * configure.ac: post release version bump.
2998         * debian/changelog: version bump.
2999
3000 2009-02-06  Claudio Saavedra  <csaavedra@igalia.com>
3001
3002         [Release 2.1.42]
3003
3004         * NEWS: Updates.
3005         * configure.ac: Bump version.
3006         * debian/changelog: Updates.
3007
3008 2009-02-06  Alberto Garcia  <agarcia@igalia.com>
3009
3010         * src/hildon-date-selector.c (hildon_date_selector_init)
3011         (hildon_date_selector_constructor): Don't connect to the "changed"
3012         signal until the selector is completely constructed.
3013
3014 2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
3015
3016         * src/hildon-touch-selector.c: (_create_new_column),
3017         (hildon_touch_selector_append_column),
3018         (hildon_touch_selector_set_column_selection_mode),
3019         (hildon_touch_selector_set_active),
3020         (hildon_touch_selector_select_iter):
3021         Emit the HildonTouchSelector::changed signal every time selection
3022         is changed in any of the methods above.  This behavior was already
3023         documented but not fully functional.
3024
3025         Fixes: NB#93165 (HildonTouchSelector::changed not emitted when the
3026         selection is programmatically changed)
3027
3028 2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
3029
3030         * doc/hildon-sections.txt: Remove obsolete icon
3031         sizes from here as well.
3032
3033 2009-02-05  Alberto Garcia  <agarcia@igalia.com>
3034
3035         * examples/hildon-stackable-window-example.c (add_window): Remove
3036         unnecessary return.
3037
3038 2009-02-05  Alberto Garcia  <agarcia@igalia.com>
3039
3040         * src/hildon-app-menu.c
3041         (hildon_app_menu_show): Check whether the parent window of a menu
3042         is topmost before popping it up.
3043
3044         Fixes: NB#100468 (Application menu window is launched even when a
3045         new secondary-window/dialog is pending to be shown/realized.)
3046
3047 2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
3048
3049         * examples/hildon-icon-sizes-example.c: (main): Remove obsolete
3050         icon sizes.
3051
3052 2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
3053
3054         Patch by Mox Soini (ext-mox.soini@nokia.com)
3055
3056         * src/hildon-banner.c: (hildon_banner_show_animation):
3057         use stylus size instead of obsolete note size.
3058         * src/hildon-defines.h: Update icon sizes.
3059
3060 2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
3061
3062         * src/hildon-touch-selector-entry.c:
3063         (hildon_touch_selector_entry_init): Disable unsupported
3064         input modes.
3065         (hildon_touch_selector_entry_get_text_column): Emit a warning
3066         if an unsupported input modes is used and explicitile state
3067         these modes in the documentation.
3068
3069         Fixes: NB#99802 (Hildon touch selector entry not working properly
3070         for some of the input modes)
3071
3072 2009-02-05  Alejandro G. Castro  <alex@igalia.com>
3073
3074         * src/hildon-pannable-area.c,
3075         (hildon_pannable_area_init): Added the changed signal handlers of
3076         the adjustments.
3077
3078         Fixes: NB#100320 (HildonPannableArea does not listen to
3079         GtkAdjustment "change" signals)
3080
3081 2009-02-04  Alberto Garcia  <agarcia@igalia.com>
3082
3083         * doc/hildon-sections.txt
3084         * src/hildon-window-private.h
3085         * src/hildon-window.h
3086         * src/hildon-window.c (hildon_window_init)
3087         (hildon_window_realize, hildon_window_unrealize)
3088         (hildon_window_map, hildon_window_unmap, hildon_window_expose)
3089         (hildon_window_size_request, hildon_window_size_allocate)
3090         (hildon_window_forall, hildon_window_show_all)
3091         (hildon_window_destroy, +paint_edit_toolbar)
3092         (+hildon_window_set_edit_toolbar):
3093         New hildon_window_set_edit_toolbar() method, to add a
3094         HildonEditToolbar to a window without having to pack it manually.
3095
3096         Reorganize hildon_window_size_allocate()
3097
3098         * src/hildon-edit-toolbar.c: Update documentation.
3099
3100         * examples/hildon-edit-toolbar-example.c (edit_window): Update
3101         example to use the new API.
3102
3103         Fixes: NB#98039 (Wishlist: hildon_window_add_edit_toolbar())
3104
3105 2009-02-04  Alberto Garcia  <agarcia@igalia.com>
3106
3107         * src/hildon-stackable-window.c (hildon_stackable_window_hide):
3108         Remove from stack before calling parent's hide.
3109
3110 2009-02-04  Alberto Garcia  <agarcia@igalia.com>
3111
3112         * src/hildon-window-stack.c (hildon_window_stack_remove): When a
3113         window is removed from the middle of the stack, update the
3114         transiency of the previous one.
3115
3116         Fixes: NB#100487 (HildonStackableWindow transiency becomes
3117         incoherent)
3118
3119 2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>
3120
3121         * src/hildon-picker-dialog.c: (_restore_current_selection): Do not
3122         block/unblock the signal handler if it's not actually being used.
3123         Fixes some critical warnings.
3124
3125 2009-02-02  Alberto Garcia  <agarcia@igalia.com>
3126
3127         Based on a patch by Iván Gómez (igomez@igalia.com)
3128
3129         * src/hildon-banner.c
3130         * src/hildon-gtk.c
3131         * src/hildon-main.c
3132         * src/hildon-note.c
3133         * src/hildon-pannable-area.c
3134         * src/hildon-picker-dialog.c
3135         * src/hildon-wizard-dialog.h
3136         * src/hildon-wizard-dialog.c: Documentation updates.
3137
3138         * src/hildon-picker-dialog.c (hildon_picker_dialog_init): Use
3139         gtk_dialog_add_button() instead of hildon_dialog_add_button().
3140
3141 2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>
3142
3143         * configure.ac: post release version bump.
3144         * debian/changelog: version bump.
3145
3146 2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>
3147
3148         [Release 2.1.40]
3149
3150         * NEWS: Updates.
3151         * configure.ac: Bump version.
3152         * debian/changelog: Updates.
3153
3154 2009-01-29  Alberto Garcia  <agarcia@igalia.com>
3155
3156         * src/hildon-edit-toolbar.c (hildon_edit_toolbar_init): Don't use
3157         a stock icon nor change the relief of the back arrow.
3158
3159         Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
3160         graphics from theme)
3161
3162 2009-01-29  Alberto Garcia  <agarcia@igalia.com>
3163
3164         * src/hildon-button.c (hildon_button_set_alignment): Use
3165         priv->alignment if the button has no child yet.
3166
3167 2009-01-29  Claudio Saavedra  <csaavedra@igalia.com>
3168
3169         * src/hildon-button.c: (hildon_button_init): Set the
3170         button style during initialization to give it the proper
3171         label color.
3172
3173         Fixes: NB#99713 (HildonButton value label color is wrong)
3174
3175 2009-01-28  Claudio Saavedra  <csaavedra@igalia.com>
3176
3177         * src/hildon-touch-selector.c: Document
3178         hildon_touch_selector_center_on_selected()
3179
3180 2009-01-28  Alberto Garcia  <agarcia@igalia.com>
3181
3182         * src/hildon-app-menu.c (+hildon_app_menu_show_all)
3183         (+hildon_app_menu_hide_all, hildon_app_menu_class_init): Show/hide
3184         all menu items, but not the menu itself.
3185         (hildon_app_menu_repack_filters, hildon_app_menu_repack_items)
3186         (hildon_app_menu_insert, hildon_app_menu_add_filter): Realize menu
3187         items after adding them to the menu so keyboard accelerators work.
3188         (hildon_app_menu_show): Don't show the menu if it contains items
3189         but none of them are visible.
3190
3191         * examples/hildon-app-menu-example.c (create_menu): Use
3192         gtk_widget_show_all() to show all menu items.
3193
3194 2009-01-28  Claudio Saavedra  <csaavedra@igalia.com>
3195
3196         * src/hildon-picker-dialog.c:
3197         (-_update_title_on_selector_changed_cb),
3198         (-_dialog_update_title): Removed.
3199         (_select_on_selector_changed_cb), (_on_dialog_response),
3200         (on_selector_columns_changed): Do not update the dialog title.
3201         (setup_interaction_mode): Do not connect to
3202         HildonTouchSelector::changed signal if there's a "done" button, as
3203         the dialog title doesn't need to be updated.
3204
3205         Fixes: NB#97468 (HildonPickerDialog doesn't need to show selected
3206         contents in title)
3207
3208 2009-01-27  Claudio Saavedra  <csaavedra@igalia.com>
3209
3210         Patch by Kristian Rietveld (kris@imendio.com)
3211
3212         * src/hildon-touch-selector.c: (_create_new_column): Use new
3213         GtkTreeView::hildon-row-tapped signal to react to user interactions
3214         instead of ::changed.
3215
3216         Fixes: NB#91657 (HildonPickerDialog closes immediatly when used
3217         with some dynamic tree model)
3218
3219 2009-01-27  Alberto Garcia  <agarcia@igalia.com>
3220
3221         * src/hildon-note.c (hildon_note_realize, +hildon_note_unrealize)
3222         (+screen_size_changed, +label_size_request)
3223         (hildon_note_class_init): Make the Hildon information note have a
3224         minimum height, and make its text hvae a maximum width.
3225
3226         Fixes: NB#98614 (Hildon information note (background) should have
3227         minimum height and maximum text width)
3228
3229 2009-01-26  Alberto Garcia  <agarcia@igalia.com>
3230
3231         * src/hildon-banner.h
3232         * src/hildon-banner.c (hildon_banner_show_information)
3233         (hildon_banner_show_informationf)
3234         (hildon_banner_show_information_with_markup): Update documentation
3235         to reflect that the icon_name parameter is not used anymore.
3236         (hildon_banner_set_icon, hildon_banner_set_icon_from_file):
3237         Remove all code from these functions and mark them as deprecated.
3238         (hildon_banner_show_progress): Mark as deprecated.
3239
3240         Fixes: NB#98855 (HildonBanner uses qgn_note_infoprint)
3241
3242 2009-01-26  Alejandro G. Castro  <alex@igalia.com>
3243
3244         * src/hildon-pannable-area.c,
3245         (hildon_pannable_area_class_init),
3246         (tranparency_color),
3247         (hildon_pannable_draw_vscroll),
3248         (hildon_pannable_draw_hscroll),
3249         (hildon_pannable_area_expose_event): Added a new way to render the
3250         scrollbars of the pannable area avoiding using cairo at all. This
3251         way we improve the performance of the pannable area rendering. The
3252         cairo rendering procedure is still in the code, we can control
3253         which one to use changing the value of the define
3254         USE_CAIRO_SCROLLBARS.
3255
3256 2009-01-26  Claudio Saavedra  <csaavedra@igalia.com>
3257
3258         * configure.ac: post release version bump.
3259         * debian/changelog: version bump.
3260
3261 2009-01-26  Claudio Saavedra  <csaavedra@igalia.com>
3262
3263         [Release 2.1.38]
3264
3265         * NEWS: Updates.
3266         * configure.ac: Bump version.
3267         * debian/changelog: Updates.
3268
3269 2009-01-23  Alberto Garcia  <agarcia@igalia.com>
3270
3271         * src/hildon-banner.c (hildon_banner_button_press_event): Hide
3272         banners instead of destroying them when they receive a button
3273         press.
3274
3275 2009-01-23  Alejandro G. Castro  <alex@igalia.com>
3276
3277         Reverted commit 34028, it was causing regressions, probably the
3278         topmost condition is not correct, we have to check it in more
3279         detail. We have reponed the bug: NB#97458 (Pannable area prevents
3280         propagation of button press events)
3281
3282 2009-01-23  Claudio Saavedra  <csaavedra@igalia.com>
3283
3284         * src/hildon-time-selector.c: (_manage_ampm_selection_cb): Verify
3285         that the selection is not empty before attempting to retrieve the
3286         current ampm selection.
3287
3288 2009-01-23  Claudio Saavedra  <csaavedra@igalia.com>
3289
3290         * src/hildon-picker-button.c:
3291         (hildon_picker_button_on_dialog_response): Directly update the
3292         button contents when required instead of calling _selection_changed.
3293
3294 2009-01-23  Alberto Garcia  <agarcia@igalia.com>
3295
3296         * src/hildon-program.c (hildon_program_update_top_most): Update
3297         'is-topmost' property also when wm_hints is not set.
3298
3299         Fixes: NB#98383 (is-topmost signal is not emitted when task
3300         switcher is clicked.)
3301
3302 2009-01-23  Alejandro G. Castro  <alex@igalia.com>
3303
3304         Patch contributed by: Artem Egorkine <ext-artem.egorkine@nokia.com>
3305
3306         * src/Makefile.am,
3307         * src/hildon.h,
3308         * src/hildon-animation-actor.c,
3309         * src/hildon-animation-actor.h: Added the animation actor class,
3310         this widget represents an animation actor for WM-assisted
3311         animation effects in the Hildon framework.
3312
3313 2009-01-23  Alberto Garcia  <agarcia@igalia.com>
3314
3315         * src/hildon-window-stack-private.h
3316         * src/hildon-window-stack.c
3317         * src/hildon-stackable-window.c (hildon_stackable_window_show):
3318         Avoid calling gtk_widget_show() again indirectly from
3319         hildon_stackable_window_show()
3320
3321 2009-01-23  Alberto Garcia  <agarcia@igalia.com>
3322
3323         * src/hildon-time-selector.c (hildon_time_selector_init): Remove
3324         unused variable.
3325
3326 2009-01-22  Claudio Saavedra  <csaavedra@igalia.com>
3327
3328         * src/hildon-time-selector.c: (hildon_time_selector_constructor),
3329         (hildon_time_selector_init): Move the construction of the hours and
3330         ampm columns to the constructor to preserve the order the columns
3331         are appended.
3332
3333 2009-01-22  Claudio Saavedra  <csaavedra@igalia.com>
3334
3335         * src/hildon-picker-dialog.c:
3336         (hildon_picker_dialog_class_init): Connect a realize method.
3337         (+hildon_picker_dialog_realize): Setup the interaction mode here
3338         and not before.
3339         (hildon_picker_dialog_show): Do not call setup_interaction_mode()
3340         yet, do it during the realize instead.
3341         (_on_dialog_response):
3342         (_hildon_picker_dialog_set_selector): Do not call setup_interaction_mode()
3343         if the widget is not realized, to avoid the dialog response before it
3344         is even shown.
3345
3346         Avoid premature responses in the HildonPickerDialog that can cause it
3347         to be hidden before it's even shown.
3348
3349 2009-01-22  Claudio Saavedra  <csaavedra@igalia.com>
3350
3351         * src/hildon-picker-dialog.c: (hildon_picker_dialog_show),
3352         (on_selector_columns_changed), (requires_done_button),
3353         (+prepare_action_area), (setup_interaction_mode),
3354         (_hildon_picker_dialog_set_selector):
3355
3356         Split the interaction mode setup into preparation of the
3357         action area (prepare_action_area()) and the connection of
3358         the signals in setup_interaction_mode() and update the code to
3359         reflect this.
3360
3361 2009-01-22  Alejandro G. Castro  <alex@igalia.com>
3362
3363         * src/hildon-pannable-area.c,
3364         (hildon_pannable_area_class_init): Reduced the amount of scrolls
3365         per second to 15, we will check if this is ok regarding
3366         smoothness.
3367
3368 2009-01-22  Alejandro G. Castro  <alex@igalia.com>
3369
3370         * src/hildon-pannable-area.c,
3371         (hildon_pannable_axis_scroll): Avoid resize if we already have
3372         reached overshoot_max.
3373
3374 2009-01-22  Alejandro G. Castro  <alex@igalia.com>
3375
3376         * src/hildon-pannable-area.c,
3377         (hildon_pannable_area_init),
3378         (hildon_pannable_area_realize),
3379         (hildon_pannable_area_size_allocate),
3380         (hildon_pannable_area_map),
3381         (hildon_pannable_area_unmap),
3382         (hildon_pannable_draw_vscroll),
3383         (hildon_pannable_draw_hscroll),
3384         (hildon_pannable_area_expose_event),
3385         (hildon_pannable_area_refresh): Added a new GdkWindow to the
3386         pannable are to avoid the expose events go to the window and
3387         redraw the window. We save this way that part of the stack and the
3388         paint_boxes. We had to change the positions of the elements when
3389         drawing.
3390
3391 2009-01-21  Claudio Saavedra  <csaavedra@igalia.com>
3392
3393         * src/hildon-calendar-popup.c: (hildon_calendar_popup_init):
3394         * src/hildon-color-chooser-dialog.c:
3395         (hildon_color_chooser_dialog_init):
3396         * src/hildon-font-selection-dialog.c:
3397         (hildon_font_selection_dialog_init),
3398         (hildon_font_selection_dialog_show_preview):
3399         * src/hildon-get-password-dialog.c:
3400         * src/hildon-login-dialog.c:
3401         * src/hildon-set-password-dialog.c:
3402         * src/hildon-sort-dialog.c: (hildon_sort_dialog_init):
3403         * src/hildon-time-picker.c: (hildon_time_picker_init):
3404
3405         Remove obsolete logical string IDs and update to the appropriate ones.
3406
3407         Fixes: NB#98609 (Use wdgt_ strings for all hildon dialog buttons)
3408
3409 2009-01-21  Alberto Garcia  <agarcia@igalia.com>
3410
3411         * src/hildon-window.c (hildon_window_update_topmost): Fix warning
3412         that happens if the window hasn't been realized yet.
3413
3414         Fixes: NB#95395 (prestarted applications show GLIB WARNING ** Gdk
3415         - gdkdrawable-x11.c:878 drawable is not a pixmap or window)
3416
3417 2009-01-20  Alberto Garcia  <agarcia@igalia.com>
3418
3419         * src/hildon-app-menu.c (hildon_app_menu_class_init)
3420         (+hildon_app_menu_grab_notify): Hide the app menu if it's shadowed
3421         by another grab.
3422
3423         Fixes: NB#98537 (Device hangs in account settings dialog)
3424
3425 2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
3426
3427         * configure.ac: post release version bump.
3428         * debian/changelog: version bump
3429
3430 2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
3431
3432         [Release 2.1.36]
3433
3434         * NEWS: Updates.
3435         * configure.ac: Bump version.
3436         * debian/changelog: Updates.
3437
3438 2009-01-20  Alejandro G. Castro  <alex@igalia.com>
3439
3440         Added a new function to the HildonTimeButton widget that allows to
3441         change the step of the minutes in the selector associated with the
3442         button: hildon_time_button_new_step
3443
3444         * src/hildon-time-button.c,
3445         (hildon_time_button_init),
3446         (hildon_time_button_new),
3447         (hildon_time_button_new_step):
3448         * src/hildon-time-button.h: Added the new function and refactored
3449         the code.
3450         * examples/hildon-time-button-example.c,
3451         (main): We have replaced the function without parameters with the
3452         function with the steps set to 5
3453
3454         Fixes: NB#98317 (Provide parametarized API for TimePicker widget)
3455
3456 2009-01-20  Alejandro G. Castro  <alex@igalia.com>
3457
3458         * src/hildon-time-selector.c,
3459         (hildon_time_selector_class_init),
3460         (hildon_time_selector_constructor),
3461         (hildon_time_selector_get_property),
3462         (hildon_time_selector_set_property),
3463         (_create_minutes_model),
3464         (hildon_time_selector_new_step),
3465         (hildon_time_selector_set_time),
3466         * src/hildon-time-selector.h: Added a new property to the
3467         HildonTimeSelector (minutes-step), we use that property to control
3468         the steps between the minutes in the list of the selector. We have
3469         added a new function to the API to create a widget changing the
3470         step: hildon_time_selector_new_step.
3471
3472 2009-01-20  Alejandro G. Castro  <alex@igalia.com>
3473
3474         * src/hildon-time-selector.c,
3475         (hildon_time_selector_class_init),
3476         (hildon_time_selector_constructor),
3477         (hildon_time_selector_init): Overrided the construct function when
3478         creating the time selector object. We have moved the minutes model
3479         handling code from the init to the new construction function:
3480         hildon_time_selector_constructor.
3481
3482 2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
3483
3484         * examples/hildon-date-button-example.c: (main): Use the new
3485         hildon_date_button_new_with_year_range() method in the example.
3486         * src/hildon-date-button.c:
3487         (+hildon_date_button_new_with_year_range): New public method
3488         to conveniently create a HildonDateButton with a custom year range
3489         in its HildonDateSelector.
3490         * src/hildon-date-button.h: Add the new public method definition.
3491
3492         Fixes: NB#97908 (Not possible to change the year range in
3493         HildonDateSelector/HildonDateButton)
3494
3495 2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
3496
3497         * src/hildon-date-selector.c:
3498         (+hildon_date_selector_set_property),
3499         (+hildon_date_selector_get_property),
3500         (hildon_date_selector_class_init): Install new properties "min-year"
3501         and "max-year" to define boundaries for the year column.
3502         (_create_year_model): Use the boundary properties to populate the model.
3503         (+hildon_date_selector_new_with_year_range): New public method to
3504         create a HildonDateSelector with a user defined year range.
3505         (hildon_date_selector_select_current_date): Use the new boundaries to
3506         calculate the iterator of current year.
3507         * src/hildon-date-selector.h: Add the new public method definition.
3508
3509 2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
3510
3511         * src/hildon-date-selector.c: (+hildon_date_selector_class_init):
3512         Install a constructor method.
3513         (+hildon_date_selector_construct_ui): construct the widget.
3514         (+hildon_date_selector_constructor): new constructor.
3515         (+hildon_date_selector_init): move out widget construction code to
3516         the new constructor.
3517
3518 2009-01-19  Claudio Saavedra  <csaavedra@igalia.com>
3519
3520         * src/hildon-date-selector.c: (hildon_date_selector_get_date): Check
3521         that there's actually a month or year selected before obtaining them.
3522         * src/hildon-picker-dialog.c: (_restore_current_selection): Block emission
3523         of the HildonTouchSelector::changed signal, as it was emitted on every
3524         single item selection.
3525
3526         Fix some warnings and possible crashers due to the selection restoring.
3527
3528 2009-01-19  Claudio Saavedra  <csaavedra@igalia.com>
3529
3530         * src/hildon-picker-button.c: (hildon_picker_button_clicked): Connect
3531         the signal handlers only after creating the dialog instead of on every
3532         button click.
3533
3534 2009-01-19  Alberto Garcia  <agarcia@igalia.com>
3535
3536         * src/hildon-button.c (hildon_button_init)
3537         * src/hildon-check-button.c (hildon_check_button_init)
3538         * src/hildon-gtk.c (button_common_init): Don't let buttons get the
3539         focus when clicked by default.
3540
3541 2009-01-19  Claudio Saavedra  <csaavedra@igalia.com>
3542
3543         * src/hildon-date-button.c: (hildon_date_button_init): Remove an unneeded
3544         g_object_unref().
3545
3546 2009-01-16  Claudio Saavedra  <csaavedra@igalia.com>
3547
3548         Based on a patch by Alejandro Pinheiro (apinheiro@igalia.com) and
3549         Alejandro G. Castro  (alex@igalia.com)
3550
3551         * src/hildon-picker-dialog.c:
3552         (hildon_picker_dialog_class_init): install new "center-on-show"
3553         property.
3554         (hildon_picker_dialog_init): initialize center_on_show to TRUE.
3555         (hildon_picker_dialog_set_property): add setter code for the new
3556         property.
3557         (hildon_picker_dialog_get_property): add getter code for the new
3558         property.
3559         (hildon_picker_dialog_show): Ensure visibility of selected items in the
3560         HildonTouchSelector when "center-on-show" is TRUE, which is enabled by
3561         default.
3562
3563         Fixes: NB#92849 (Selected item is not always visible when
3564         HildonTouchSelector is shown)
3565
3566 2009-01-16  Claudio Saavedra  <csaavedra@igalia.com>
3567
3568         Based on a patch by Alejandro Pinheiro (apinheiro@igalia.com) and
3569         Alejandro G. Castro  (alex@igalia.com)
3570
3571         * src/hildon-touch-selector.c:
3572         (_create_new_column): Do not connect to the "realize" signal of the
3573         pannable area.
3574         (hildon_touch_selector_append_column): center on the selected items
3575         when a new column is appended.
3576         (hildon_touch_selector_select_iter): Factor out the code to select a
3577         column to hildon_touch_selector_scroll_to().
3578         (+search_nearest_element): Method to retrieve the nearest selected
3579         element to the visible area of the pannable area in a column.
3580         (+on_realize_cb): scroll to the initially selected item.
3581         (+hildon_touch_selector_scroll_to): Scroll to the given GtkTreePath if
3582         the pannable area is realized, otherwise delay this until it is.
3583         (+_hildon_touch_selector_center_on_selected_items): Centers on the
3584         selected items of a given column.
3585         (+hildon_touch_selector_center_on_selected): Public method to center
3586         all columns on the nearest selected item.
3587         * src/hildon-touch-selector.h: Add definition for
3588         hildon_touch_selector_center_on_selected().
3589
3590         Implement public API to ensure visibility of all selected items in
3591         a HildonTouchSelector.
3592
3593 2009-01-16  Alejandro G. Castro  <alex@igalia.com>
3594
3595         Fixed a problem in the fading when calling the scroll_to API, and
3596         improve scrollbar fading handling.
3597
3598         * src/hildon-pannable-area.c,
3599         (hildon_pannable_area_grab_notify): avoid the timeout when the
3600         alpha is zero.
3601         (hildon_pannable_area_button_press_cb),
3602         (hildon_pannable_area_motion_notify_cb): Code style changes.
3603         (hildon_pannable_area_button_release_cb): Review the conditions
3604         when releasing the mouse button to avoid unrequired fading
3605         timeouts.
3606         (hildon_pannable_area_scroll_to): Do not calculate and set the
3607         velocity if the scroll is not required.
3608
3609 2009-01-15  Alberto Garcia  <agarcia@igalia.com>
3610
3611         * src/hildon-picker-dialog.c (_hildon_picker_dialog_set_selector):
3612         Don't check whether the new selector is NULL: it cannot be.
3613         Hold a reference to the selector while doing the replacement.
3614
3615 2009-01-15  Claudio Saavedra  <csaavedra@igalia.com>
3616
3617         * src/hildon-picker-dialog.c: (_hildon_picker_dialog_set_selector): Remove
3618         unnecessary size_request in a removed widget.
3619
3620 2009-01-15  Claudio Saavedra  <csaavedra@igalia.com>
3621
3622         * src/hildon-picker-dialog.c: (_hildon_picker_dialog_set_selector): Remove
3623         an unnecessary reference tracking that was leaking.
3624
3625 2009-01-15  Alejandro G. Castro  <alex@igalia.com>
3626
3627         Added delayed motion notify event handling, this way we can
3628         discard redrawing if more than 25 events arrive per second.
3629
3630         * src/hildon-pannable-area.c,
3631         (hildon_pannable_area_init): Initialized the new private atributes
3632         controlling this timeout
3633         (hildon_pannable_area_dispose): Remove the timeout that controls
3634         the motion notify events.
3635         (hildon_pannable_area_scroll): Added a condition to control the
3636         use of the acceleration.
3637         (hildon_pannable_area_motion_event_scroll_timeout),
3638         (hildon_pannable_area_motion_event_scroll): Added this two
3639         functions, they handle the motion notify events inside the
3640         timeout.
3641         (hildon_pannable_area_motion_notify_cb): Replaced the direct call
3642         to the scroll method with the new function.
3643         (hildon_pannable_area_button_release_cb): We have to remove the
3644         timeout handler and move to the last position if the last motion
3645         events were not handled.
3646
3647         Fixes: NB#97028 (Pannable area updates on every motion event)
3648
3649 2009-01-15  Alejandro G. Castro  <alex@igalia.com>
3650
3651         * src/hildon-pannable-area.c,
3652         (hildon_pannable_area_get_topmost): Added a new parameter to
3653         filter the the windows that do not include those events. Added
3654         also a condition when finding the window to filter windows that do
3655         not ask for those events.
3656         (hildon_pannable_area_button_press_cb),
3657         (hildon_pannable_area_button_release_cb),
3658         (hildon_pannable_get_child_widget_at): Reviewed the call the the
3659         topmost function, we have added the new parameter.
3660
3661         Fixes: NB#97458 (Pannable area prevents propagation of button
3662         press events)
3663
3664 2009-01-15  Alejandro G. Castro  <alex@igalia.com>
3665
3666         * src/hildon-pannable-area.c,
3667         (hildon_pannable_area_initial_effect): Added controls before
3668         launching the timeout and the idle functions.
3669         (hildon_pannable_area_scroll_indicator_fade): Reviewed the logic
3670         of the method, in some situations it can return with TRUE and 0 in
3671         the timeout.
3672         (hildon_pannable_area_button_press_cb): We do not need to set
3673         DELAY for fading out here.
3674
3675         Fixes: NB#95709 (Invalid casts in HildonPannableArea(?))
3676
3677 2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>
3678
3679         * src/hildon-picker-dialog.c: (_clean_current_selection): Only perform
3680         post-cleaning if the selection is not NULL.
3681
3682 2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>
3683
3684         * src/hildon-picker-dialog.c: (_restore_current_selection): Unselect
3685         all items before restoring the selection.
3686
3687 2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>
3688
3689         * src/hildon-touch-selector.c:
3690         (+hildon_touch_selector_unselect_all):
3691         * src/hildon-touch-selector.h: New API to unselect all items in a
3692         column of the touch selector.
3693
3694 2009-01-14  Alejandro G. Castro  <alex@igalia.com>
3695
3696         * src/hildon-pannable-area.c,
3697         (hildon_pannable_area_redraw): Added a call to the refresh
3698         function inside the redraw because apparently in some cases the
3699         change in the adjustment does not imply a size allocate.
3700
3701         Fixes: NB#96837 (HildonPannableArea - scroll indicator shown
3702         despite the view not being scrollable)
3703
3704 2009-01-14  Alberto Garcia  <agarcia@igalia.com>
3705
3706         * src/hildon-picker-dialog.c (_dialog_update_title): Fix memory
3707         leak. Check for NULL before attempting to set the window title.
3708
3709 2009-01-14  Alberto Garcia  <agarcia@igalia.com>
3710
3711         * src/hildon-picker-dialog.c (hildon_picker_dialog_show): Decide
3712         whether to show or not the 'Done' button each time the dialog is
3713         shown, as it depends on the HildonTouchSelector selection mode.
3714
3715         Fixes: NB#96226 (In multiple selection mode Done button is shown
3716         sometimes in listpicker)
3717
3718 2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>
3719
3720         * src/hildon-picker-dialog.c: (_save_current_selection): Do not query
3721         for the number of columns in the HildonTouchSelector more than once.
3722
3723 2009-01-14  Alberto Garcia  <agarcia@igalia.com>
3724
3725         * src/hildon-touch-selector.c: Minor documentation fixes.
3726
3727         * src/hildon-picker-dialog.c (+_dialog_update_title)
3728         (_select_on_selector_changed_cb)
3729         (_update_title_on_selector_changed_cb)
3730         (on_selector_columns_changed): Update dialog title when there's no
3731         'Done' button and also when the number of columns in the selector
3732         changes.
3733         Code refactoring.
3734
3735         * src/hildon-picker-button.c (hildon_picker_button_finalize)
3736         (+_selection_changed, hildon_picker_button_on_dialog_response)
3737         (hildon_picker_button_selector_selection_changed)
3738         (+hildon_picker_button_selector_columns_changed)
3739         (hildon_picker_button_set_selector): Update button value and emit
3740         'value-changed' when the number of columns in the selector
3741         changes.
3742         Code refactoring.
3743
3744         Fixes: NB#96225 (Dialog titles are not shown according to the
3745         values selected in the list picker)
3746
3747 2009-01-13  Alberto Garcia  <agarcia@igalia.com>
3748
3749         * src/hildon-edit-toolbar.c (hildon_edit_toolbar_init)
3750         (hildon_edit_toolbar_class_init, hildon_edit_toolbar_style_set):
3751         New "arrow-width" and "arrow-height" style properties to set the
3752         size of the arrow button.
3753         Set name of arrow button ("hildon-edit-toolbar-arrow").
3754
3755         Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
3756         graphics from theme)
3757
3758 2009-01-13  Claudio Saavedra  <csaavedra@igalia.com>
3759
3760         * src/hildon-picker-button.c:
3761         (hildon_picker_button_selector_selection_changed): Use
3762         GTK_WIDGET_VISIBLE instead of gtk_window_is_active() to check whether
3763         the dialog is present.
3764
3765         Fixes: NB#96202 (FKB causes HildonPickerButton's value update before
3766         the selection is accepted in the dialog)
3767
3768 2009-01-13  Alberto Garcia  <agarcia@igalia.com>
3769
3770         * src/hildon-color-chooser.h
3771         * src/hildon-color-chooser-dialog.h:
3772         Added G_BEGIN_DECLS and G_END_DECLS
3773
3774 2009-01-13  Claudio Saavedra  <csaavedra@igalia.com>
3775
3776         (_clean_current_selection): plug a leak in the list.
3777
3778 2009-01-13  Claudio Saavedra  <csaavedra@igalia.com>
3779
3780         * src/hildon-picker-dialog.c:
3781         (+free_path_list): Method to free a GList of GtkTreePaths.
3782         (_clean_current_selection), (_save_current_selection),
3783         (_restore_current_selection): Save the current selection in
3784         as a list of lists, to support multiple selection properly.
3785
3786 2009-01-12  Alberto Garcia  <agarcia@igalia.com>
3787
3788         patch by Claudio Saavedra (csaavedra@igalia.com)
3789
3790         * src/hildon-text-view.c: (+hildon_text_view_button_press_event):
3791         Store the press position.
3792         (+hildon_text_view_button_release_event): If the release position is
3793         close enough to the press position, move the cursor here. Otherwise,
3794         ignore.
3795         (hildon_text_view_class_init): Override GtkTextView press, release, and
3796         motion event handlers, disabling this way text selection through
3797         pointer interaction, and allowing the container widget to handle the
3798         motion event.
3799
3800         Fixes: NB#95828 (HildonTextView functionality)
3801
3802 2009-01-12  Alberto Garcia  <agarcia@igalia.com>
3803
3804         Based on a patch by Iván Gómez (igomez@igalia.com)
3805
3806         * src/hildon-button.[ch]
3807         * src/hildon-calendar.c
3808         * src/hildon-check-button.c
3809         * src/hildon-date-editor.c
3810         * src/hildon-date-selector.c
3811         * src/hildon-picker-button.c
3812         * src/hildon-time-editor.c
3813         * src/hildon-time-selector.c
3814         * src/hildon-touch-selector.[ch]:
3815         Documentation updates
3816
3817 2009-01-12  Alejandro G. Castro  <alex@igalia.com>
3818
3819         * src/hildon-pannable-area.c,
3820         (hildon_pannable_area_motion_notify_cb): Remove the extra DND
3821         threshold, it was required due to X events handling.
3822
3823 2009-01-12  Alejandro G. Castro  <alex@igalia.com>
3824
3825         * src/hildon-pannable-area.c,
3826         (hildon_pannable_area_grab_notify),
3827         (hildon_pannable_area_initial_effect),
3828         (hildon_pannable_area_button_press_cb),
3829         (hildon_pannable_area_button_release_cb),
3830         (hildon_pannable_area_scroll_cb),
3831         (hildon_pannable_area_scroll_to): Review the timeout management of
3832         the scrollbar, the frecuency was incorrectly set.
3833
3834 2009-01-09  Claudio Saavedra  <csaavedra@igalia.com>
3835
3836         * src/hildon-picker-button.c:
3837         (+hildon_picker_button_on_dialog_response),
3838         (hildon_picker_button_clicked): Present the dialog instead of
3839         running it with gtk_dialog_run().
3840
3841         Fixes: NB#97015 (HildonPickerButton shouldn't gtk_dialog_run() the
3842         picker dialog)
3843
3844 2009-01-07  Alberto Garcia  <agarcia@igalia.com>
3845
3846         * src/hildon-app-menu.c (hildon_app_menu_set_parent_window)
3847         (hildon_app_menu_finalize): When a window is hidden it doesn't
3848         emit notify::is-topmost, so make sure than the menu also
3849         disappears in that case.
3850         (parent_window_topmost_notify): Renamed from parent_window_hidden
3851
3852         Fixes: NB#94460 (stackable window's menu is not closed when its
3853         window is hidden)
3854
3855 2009-01-07  Claudio Saavedra  <csaavedra@igalia.com>
3856
3857         * src/hildon-touch-selector-entry.c:
3858         (+hildon_touch_selector_entry_set_input_mode),
3859         (+hildon_touch_selector_entry_get_input_mode):
3860         * src/hildon-touch-selector-entry.h: New methods to access the input
3861         mode in the selector's entry.
3862
3863         Fixes: NB#93410 (API required for setting IM mode in
3864         HildonTouchSelectorEntry)
3865
3866 2009-01-07  Claudio Saavedra  <csaavedra@igalia.com>
3867
3868         * configure.ac: post release version bump.
3869         * debian/changelog: version bump
3870
3871 2009-01-07  Claudio Saavedra  <csaavedra@igalia.com>
3872
3873         [Release 2.1.34]
3874
3875         * NEWS: Updates.
3876         * configure.ac: Bump version.
3877         * debian/changelog: Updates.
3878
3879 2008-12-19  Claudio Saavedra  <csaavedra@igalia.com>
3880
3881         * src/hildon-touch-selector.c:
3882         (_hildon_touch_selector_has_multiple_selection): No need
3883         to initialize the variables here.
3884
3885 2008-12-17  Alberto Garcia  <agarcia@igalia.com>
3886
3887         * src/hildon-note-private.h
3888         * src/hildon-note.c (event_box_press_event, hildon_note_init)
3889         (hildon_note_finalize, hildon_note_rebuild): Close information
3890         notes when they receive a button press.
3891
3892         Fixes: NB#89890 (Information notes does not get disappeared after
3893         few seconds)
3894
3895 2008-12-17  Claudio Saavedra  <csaavedra@igalia.com>
3896
3897         * src/hildon-wizard-dialog.c: (create_title): Remove translation
3898         mark from the wizard title, as it's not really necessary. Also,
3899         do not display the page title if not set.
3900
3901 2008-12-17  Alberto Garcia  <agarcia@igalia.com>
3902
3903         * src/hildon-app-menu.c (hildon_app_menu_set_parent_window)
3904         (parent_window_hidden): Use the window's "is-topmost" property to
3905         detect when to hide the menu.
3906
3907 2008-12-16  Alberto Garcia  <agarcia@igalia.com>
3908
3909         * src/hildon-app-menu.c (hildon_app_menu_set_parent_window)
3910         (hildon_app_menu_finalize): If the parent window of the menu is
3911         hidden, hide the menu too.
3912
3913         Fixes: NB#94460 (stackable window's menu is not closed when its
3914         window is hidden)
3915
3916 2008-12-16  Alberto Garcia  <agarcia@igalia.com>
3917
3918         * debian/changelog
3919         * debian/libhildon1-examples.install
3920         * debian/rules
3921         * examples/Makefile.am:
3922         Use dh_install to install all examples.
3923         Use DEB_SRCDIR instead of defining SOURCE_DIR
3924
3925 2008-12-16  Claudio Saavedra  <csaavedra@igalia.com>
3926
3927         * configure.ac: post release version bump.
3928         * debian/changelog: version bump
3929
3930 2008-12-16  Claudio Saavedra  <csaavedra@igalia.com>
3931
3932         [Release 2.1.32]
3933
3934         * NEWS: updates
3935         * configure.ac: bump version
3936         * debian/changelog: updates
3937         * debian/control: bump gtk+ dependency
3938
3939 2008-12-16  Claudio Saavedra  <csaavedra@igalia.com>
3940
3941         patch by Christian Dywan (christian@imendio.com)
3942
3943         * src/hildon-gtk.c: (hildon_gtk_hscale_new),
3944         (hildon_gtk_vscale_new): Use the appropriate GtkScale property.
3945
3946 2008-12-15  Alberto Garcia  <agarcia@igalia.com>
3947
3948         * src/hildon-check-button.c (hildon_check_button_init)
3949         (hildon_check_button_class_init, hildon_check_button_style_set)
3950         (hildon_check_button_apply_style):
3951         New "checkbox-size" style property.
3952
3953         Fixes: NB#95714 (GtkCellView in HildonCheckButton should be
3954         larger / configurable size)
3955
3956 2008-12-15  Claudio Saavedra  <csaavedra@igalia.com>
3957
3958         * configure.ac: post release version bump.
3959         * debian/changelog: version bump
3960
3961 2008-12-15  Claudio Saavedra  <csaavedra@igalia.com>
3962
3963         [Release 2.1.30]
3964
3965         * NEWS: updates
3966         * configure.ac: bump version
3967         * debian/changelog: updates
3968
3969 2008-12-12  Alberto Garcia  <agarcia@igalia.com>
3970
3971         * doc/hildon-sections.txt
3972         * src/hildon-pannable-area.c
3973         * src/hildon-program.c
3974         * src/hildon-time-editor.c
3975         * src/hildon-touch-selector-entry.c:
3976
3977         More documentation updates.
3978
3979 2008-12-12  Alberto Garcia  <agarcia@igalia.com>
3980
3981         * doc/hildon-sections.txt
3982         * src/hildon-caption.c
3983         * src/hildon-code-dialog.c
3984         * src/hildon-color-button.c
3985         * src/hildon-controlbar.c
3986         * src/hildon-date-editor.c
3987         * src/hildon-date-selector.c
3988         * src/hildon-edit-toolbar.c
3989         * src/hildon-find-toolbar.c
3990         * src/hildon-font-selection-dialog.c
3991         * src/hildon-gtk.c
3992         * src/hildon-program.c
3993         * src/hildon-range-editor.c
3994         * src/hildon-seekbar.c
3995         * src/hildon-time-editor.c
3996         * src/hildon-time-selector.c
3997         * src/hildon-volumebar-range.c
3998         * src/hildon-volumebar.c
3999         * src/hildon-vvolumebar.c
4000         * src/hildon-weekday-picker.c
4001         * src/hildon-window.c
4002         * src/hildon-wizard-dialog.c:
4003
4004         Lots of documentation fixes.
4005
4006 2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>
4007
4008         Patch contributed by Iván Gómez (igomez@igalia.com)
4009
4010         * src/hildon-check-button.c:
4011         * src/hildon-date-button.c:
4012         * src/hildon-date-selector.c:
4013         * src/hildon-dialog.c:
4014         * src/hildon-edit-toolbar.c:
4015         * src/hildon-entry.c:
4016         * src/hildon-picker-button.c:
4017         * src/hildon-program.c:
4018         * src/hildon-text-view.c:
4019         * src/hildon-time-button.c:
4020         * src/hildon-touch-selector-entry.c:
4021         * src/hildon-window-stack.c:
4022
4023         Add more "since" tags to the new API.
4024
4025 2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>
4026
4027         * doc/hildon-sections.txt: Add below method.
4028         * src/hildon-gtk.c: (+hildon_gtk_vscale_new): New vertical
4029         version for the hildonized scale.
4030         * src/hildon-gtk.h: Add the definition.
4031
4032         Fixes: NB#93744 (Tapping should jump to location on GtkScale)
4033
4034 2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>
4035
4036         * doc/hildon-sections.txt: Add missing entries for new methods.
4037
4038 2008-12-12  Alejandro G. Castro  <alex@igalia.com>
4039
4040         Added API to pannable are in order to get its adjustments. We
4041         added two properties to manage the values we had in the private
4042         structure.
4043
4044         * src/hildon-pannable-area.c:
4045         (hildon_pannable_area_class_init): Added hadjustment and
4046         vadjustment properties in order to expose horizontal and vertical
4047         adjustment.
4048         (hildon_pannable_area_get_property),
4049         (hildon_pannable_area_set_property): Added code to handle the new
4050         properties
4051         (hildon_pannable_area_get_hadjustment),
4052         (hildon_pannable_area_get_vadjustment): API functions to get the
4053         adjustments
4054         * src/hildon-pannable-area.h:
4055         (hildon_pannable_area_get_hadjustment),
4056         (hildon_pannable_area_get_vadjustment): API functions to get the
4057         adjustments
4058
4059 2008-12-12  Alejandro G. Castro  <alex@igalia.com>
4060
4061         Fixed some leaks, after valgrinding.
4062
4063         * src/hildon-touch-selector.c:
4064         (_default_print_func): Fixed a leak.
4065         (hildon_touch_selector_append_column): Fixed a leak.
4066         * src/hildon-date-button.c:
4067         (hildon_date_button_init): Fixed a leak.
4068         * src/hildon-date-selector.c
4069         (hildon_date_selector_finalize): Fixed a leak.
4070
4071 2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>
4072
4073         Based on a patch by Christian Dywan (christian@imendio.com)
4074
4075         * src/hildon-gtk.c: (+hildon_gtk_hscale_new): Create a hildonized style
4076         GtkHScale.
4077         * src/hildon-gtk.h: Add definition.
4078
4079         Fixes: NB#93744 (Tapping should jump to location on GtkScale)
4080
4081 2008-12-11  Claudio Saavedra  <csaavedra@igalia.com>
4082
4083         * src/hildon-picker-button.c: (hildon_picker_button_init),
4084         (hildon_picker_button_new): Set the HildonButton::style property
4085         in the init method, to propagate the value to the derived classes.
4086
4087 2008-12-11  Claudio Saavedra  <csaavedra@igalia.com>
4088
4089         * src/hildon-button.c: (hildon_button_class_init): Do not make
4090         the "style" property a construct property.
4091
4092 2008-12-11  Alberto Garcia  <agarcia@igalia.com>
4093
4094         * src/hildon-wizard-dialog.h
4095         * src/hildon-wizard-dialog.c
4096         (hildon_wizard_dialog_set_forward_page_func)
4097         * src/hildon-pannable-area.h
4098         * src/hildon-pannable-area.c
4099         (hildon_pannable_area_set_size_request_policy):
4100         Documentation fixes.
4101
4102 2008-12-11  Alberto Garcia  <agarcia@igalia.com>
4103
4104         * doc/hildon-sections.txt: Fixed warning about unused symbols.
4105
4106 2008-12-11  Alberto Garcia  <agarcia@igalia.com>
4107
4108         * doc/hildon-sections.txt: Added sections file.
4109
4110 2008-12-11  Claudio Saavedra  <csaavedra@igalia.com>
4111
4112         * AUTHORS: Updates.
4113         * src/*.[ch]: Updates.
4114
4115 2008-12-10  Thomas Thurman  <thomas.thurman@collabora.co.uk>
4116
4117         * examples/hildon-progress-indicator-example.c: new file
4118         * examples/Makefile.am: include the new example program
4119
4120 2008-12-10  Alberto Garcia  <agarcia@igalia.com>
4121
4122         * src/hildon-wizard-dialog.c (destroy): Fix compilation warning
4123
4124 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
4125
4126         * configure.ac: post release version bump
4127         * debian/changelog: version bump
4128
4129 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
4130
4131         [Release 2.1.28]
4132
4133         * NEWS: updates
4134         * configure.ac: bump version
4135         * debian/changelog: updates
4136         * debian/control: bump gtk+ dependency
4137
4138 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
4139
4140         * src/hildon-dialog.c: Mark as deprecated.
4141         * src/hildon-dialog.h: Mark as deprecated.
4142         * src/hildon-picker-dialog.h: Allow HildonPickerDialog to derive
4143         from HildonDialog and still work, even if
4144         HILDON_DISABLE_DEPRECATED is defined. This is required as we can't currently
4145         break the ABI and simply make HildonPickerDialog derive from GtkDialog.
4146
4147         Fixes: NB#90867 (Deprecate HildonDialog and use GtkDialog (with
4148         maemo changes) instead)
4149
4150 2008-12-09  Alejandro G. Castro  <alex@igalia.com>
4151
4152         * src/hildon-pannable_area.h:
4153         * src/hildon-pannable_area.c:
4154         (hildon_pannable_area_class_init),
4155         (hildon_pannable_area_set_property),
4156         (hildon_pannable_area_get_property),
4157         (hildon_pannable_area_size_request),
4158         (hildon_pannable_area_get_size_request_policy),
4159         (hildon_pannable_area_set_size_request_policy): Added new API
4160         allowing applications to control the request policy. Now they can
4161         choose to use the minimum (HILDON_MOVEMENT_MINIMUM) size or the
4162         children allocation (HILDON_MOVEMENT_CHILDREN).
4163
4164 2008-12-09  Alberto Garcia  <agarcia@igalia.com>
4165
4166         * src/hildon-gtk.h
4167         * src/hildon-gtk.c
4168         (hildon_gtk_tree_view_set_ui_mode)
4169         (hildon_gtk_icon_view_set_ui_mode): New functions to change the UI
4170         mode of treeviews and iconviews.
4171
4172 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
4173
4174         * src/hildon-touch-selector-entry.c:
4175         (hildon_touch_selector_entry_init): Use a HildonEntry instead
4176         of a GtkEntry to get proper theming.
4177
4178         Fixes: NB#94972 (Hildon Picker with Entry should use HildonEntry
4179         widget, not GtkEntry)
4180
4181 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
4182
4183         * src/hildon-wizard-dialog.c: (response): Move forward if there is
4184         no HildonWizardDialogPageFunc.
4185
4186 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
4187
4188         Patch contributed by Iván Gómez (igomez@igalia.com)
4189
4190         * src/hildon-app-menu.c:
4191         * src/hildon-button.c:
4192         * src/hildon-picker-dialog.c: (hildon_picker_dialog_class_init):
4193         * src/hildon-stackable-window.c:
4194         * src/hildon-time-selector.c:
4195         * src/hildon-touch-selector.c:
4196         * src/hildon-window.c:
4197
4198         Add more "since" tags to the new API in hildon 2.2.
4199
4200 2008-12-05  Tim Janik  <timj@imendio.com>
4201
4202         Patch contributed by Christian Dywan (christian@imendio.com)
4203
4204         * src/hildon-gtk.h: removed hildon_gtk_widget_set_theme_size() and
4205         HildonSizeType, which are supplied by Gtk+ now.
4206
4207         * src/hildon-dialog.c: leave theming and sizing of buttons to GtkDialog.
4208
4209         Partially fixes NB#90867 (Deprecate HildonDialog and use GtkDialog
4210         (with maemo changes) instead)
4211
4212 2008-12-05  Claudio Saavedra  <csaavedra@igalia.com>
4213
4214         Patch contributed by Iván Gómez (igomez@igalia.com)
4215
4216         * src/hildon-pannable-area.c: Add "since" tags to the new API in
4217         hildon 2.2.
4218
4219 2008-12-05  Claudio Saavedra  <csaavedra@igalia.com>
4220
4221         * examples/hildon-wizard-dialog-example.c: (on_page_switch),
4222         (some_page_func), (main): Update the example to use a
4223         HildonWizardDialogPageFunc function.
4224
4225         * src/hildon-wizard-dialog-private.h: Add private data for
4226         the HildonWizardDialogPageFunc function usage.
4227
4228         * src/hildon-wizard-dialog.c: (hildon_wizard_dialog_class_init),
4229         (destroy), (hildon_wizard_dialog_init), (response),
4230         (hildon_wizard_dialog_set_forward_page_func):
4231         * src/hildon-wizard-dialog.h: Add a HildonWizardDialogPageFunc function,
4232         that applications can use to stop a HildonWizardDialog to jump to
4233         the next page.
4234
4235         Fixes: NB#94214 (No way to stop HildonWizardDialog from going to
4236         next page)
4237
4238 2008-12-04  Alberto Garcia  <agarcia@igalia.com>
4239
4240         * src/hildon-program.h
4241         * src/hildon-program-private.h
4242         * src/hildon-program.c (hildon_program_init)
4243         (hildon_program_set_common_app_menu)
4244         (hildon_program_get_common_app_menu):
4245         New API for setting a common HildonAppMenu for all
4246         HildonStackableWindows registered with the HildonProgram.
4247
4248         * src/hildon-stackable-window.c
4249         (hildon_stackable_window_toggle_menu):
4250         Use the common HildonAppMenu if a window doesn't have a specific
4251         one.
4252
4253         * src/hildon-app-menu-private.h
4254         * src/hildon-app-menu.c
4255         (hildon_app_menu_get_parent_window):
4256         Function to obtain the window a HildonAppMenu is attached to.
4257         (hildon_app_menu_set_parent_window):
4258         Hide the menu if the parent window is set to NULL.
4259
4260 2008-12-04  Claudio Saavedra  <csaavedra@igalia.com>
4261
4262         * src/hildon-gtk.c: (hildon_gtk_tree_view_new): Explicitly
4263         set GtkTreeView::enable-search to FALSE, to avoid the interactive
4264         search widget to popup.
4265
4266 2008-12-03  Claudio Saavedra  <csaavedra@igalia.com>
4267
4268         * configure.ac: post release version bump
4269         * debian/changelog: version bump
4270
4271 2008-12-03  Claudio Saavedra  <csaavedra@igalia.com>
4272
4273         [Release 2.1.26]
4274
4275         * NEWS: updates
4276         * configure.ac: bump version
4277         * debian/changelog: updates
4278
4279 2008-12-02  Alberto Garcia  <agarcia@igalia.com>
4280
4281         Based on a patch by Adam Endrodi (adam.endrodi@blumsoft.eu)
4282
4283         * src/hildon-window-stack.c (hildon_window_stack_get_leader_window)
4284         (hildon_window_stack_window_realized)
4285         (hildon_window_stack_remove, _hildon_window_stack_do_push):
4286         Set the leader GdkWindow when a window is stacked and realized,
4287         unset it when it's unstacked.
4288         (hildon_window_stack_finalize): Destroy the leader GdkWindow.
4289
4290         Fixes: NB#94350 (HildonWindowStack:s have the same X Window group)
4291
4292 2008-12-02  Alberto Garcia  <agarcia@igalia.com>
4293
4294         * src/hildon-stackable-window.h
4295         * src/hildon-window-stack.h:
4296         Protect definition of HildonWindowStack using the preprocessor.
4297
4298 2008-12-02  Alberto Garcia  <agarcia@igalia.com>
4299
4300         * src/hildon-app-menu.c (hildon_app_menu_repack_items):
4301         Fix warning if all menu items are hidden.
4302
4303 2008-12-02  Claudio Saavedra  <csaavedra@igalia.com>
4304
4305         Patch contributed by Daniel Borgmann (danielb@openismus.com)
4306
4307         * src/hildon-controlbar.c:
4308         * src/hildon-hvolumebar.c:
4309         * src/hildon-vvolumebar.c: (hildon_vvolumebar_size_allocate):
4310         Multiple scale size defines updates.
4311
4312         Fixes: NB#94322 (Scale Updates)
4313
4314 2008-12-02  Alberto Garcia  <agarcia@igalia.com>
4315
4316         * examples/hildon-app-menu-example.c (create_menu)
4317         Show items after adding them to the menu, as in the future the
4318         menu will no longer call gtk_widget_show() on the added items.
4319
4320         * src/hildon-app-menu.c:
4321         Update example as explained above.
4322
4323 2008-12-02  Alberto Garcia  <agarcia@igalia.com>
4324
4325         * src/hildon-app-menu.c
4326         (hildon_app_menu_insert, hildon_app_menu_add_filter):
4327         Make sure that all menu items have finger height.
4328
4329 2008-12-01  Alejandro Pinheiro  <apinheiro@igalia.com>
4330
4331         * src/hildon-picker-dialog.c:
4332         (_on_dialog_response), (_save_current_selection),
4333         (_restore_current_selection), (_clean_current_selection),
4334         (hildon_picker_dialog_finalize), (hildon_picker_dialog_show)
4335         Defined new functions in order to save the current internal selector
4336         selection previous open the dialog, in case that the use cancel the
4337         interaction, so the widget restores the previous selection.
4338
4339         Fixes: NB#92032 (In calendar application, date values in 'new event' 
4340         are not proper)
4341
4342         (requires_done_button): use of macro HILDON_TOUCH_SELECTOR_HEIGHT
4343
4344 2008-11-28  Alberto Garcia  <agarcia@igalia.com>
4345
4346         * src/hildon-button.c: Add a reference to the button examples in
4347         hildon-button-example.c
4348
4349         * examples/hildon-button-example.c: Added examples of the most
4350         common button layouts.
4351
4352 2008-11-28  Alberto Garcia  <agarcia@igalia.com>
4353
4354         * src/hildon-app-menu.c (hildon_app_menu_show)
4355         (hildon_app_menu_class_init): Don't show the menu if it's empty.
4356
4357         Fixes: NB#93890 (Empty HildonAppMenu is pop-up)
4358
4359 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
4360
4361         * src/hildon-picker-dialog.c:
4362         (hildon_picker_dialog_init): Initialize the signal id for
4363         HildonTouchSelector::columns-changed.
4364         (+on_selector_columns_changed): Set up the interaction mode everytime a
4365         column is added or removed from the HildonTouchSelector.
4366         (_hildon_picker_dialog_set_selector): Connect to
4367         HildonTouchSelector::columns-changed and keep track of it.
4368
4369         Make sure to update the interaction mode of the dialog everytime a
4370         column is added or removed in the HildonTouchSelector.
4371
4372         Fixes: NB#93228 (Done button is not shown always in listpicker)
4373
4374 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
4375
4376         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init): Add
4377         a new ::columns-changed signal.
4378         (hildon_touch_selector_append_column): Emit ::columns-changed.
4379         (hildon_touch_selector_remove_column): Emit ::columns-changed.
4380
4381         Add a ::columns-changed signal, emitted when the number of columns in a
4382         HildonTouchSelector changes.
4383
4384 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
4385
4386         * src/hildon-picker-dialog.c: (+setup_interaction_mode),
4387         (_hildon_picker_dialog_set_selector): Factor out the code
4388         to set up the dialog interaction mode.
4389
4390 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
4391
4392         * src/hildon-picker-dialog.c: (hildon_picker_dialog_init),
4393         (_hildon_picker_dialog_set_selector): Rename signal_id private variable
4394         to signal_changed_id.
4395
4396 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
4397
4398         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init):
4399         Minor doc. fixes.
4400
4401 2008-11-27  Alejandro Pinheiro  <apinheiro@igalia.com>
4402
4403         * src/hildon-time-selector.c: (_custom_print_func), (_create_ampm_model)
4404         Updated the logical ids related to ampm format, as now it is required to
4405         show it correctly localized even on languages with no default
4406         abbreviations for am or pm
4407         (_check_am_pm_format): check correctly the 24h format gconf property
4408
4409         Fixes: NB#93680 (HildonTimePicker need fully localized am/pm)
4410
4411 2008-11-27  Alberto Garcia  <agarcia@igalia.com>
4412
4413         * src/hildon-button.c: Documentation updates.
4414
4415 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
4416
4417         * src/hildon-marshalers.list: Add BOOLEAN:VOID.
4418         * src/hildon-caption.c: (hildon_caption_class_init):
4419         * src/hildon-color-button.c: (hildon_color_button_class_init):
4420         * src/hildon-find-toolbar.c: (hildon_find_toolbar_class_init):
4421         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init):
4422         * src/hildon-volumebar.c: (hildon_volumebar_class_init):
4423         * src/hildon-weekday-picker.c: (hildon_weekday_picker_class_init):
4424
4425         Remove deprecated GTK+ marshalers and replace them with the ones
4426         provided by GLib, for those available, add a marshaler for
4427         BOOLEAN:VOID, which is not available in GLib, and use it.
4428
4429 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
4430
4431         * src/hildon-touch-selector.c: (_default_print_func): Do not reuse
4432         the text from the previous column if there is no
4433         HildonTouchSelectorColumn::text-property set.
4434
4435 2008-11-27  Alberto Garcia  <agarcia@igalia.com>
4436
4437         * src/hildon-button.h
4438         * src/hildon-button.c (hildon_button_set_property)
4439         (hildon_button_get_property, hildon_button_class_init)
4440         (hildon_button_set_style, hildon_button_get_style):
4441         New "style" property to change the visual appearance of the
4442         button.
4443
4444         * src/hildon-picker-button.c (hildon_picker_button_new):
4445         Set the new "style" property to HILDON_BUTTON_STYLE_PICKER.
4446
4447         Fixes: NB#93281 (new API: hildon_button_set_picker_style() to set
4448         HildonButton look like PickerButton)
4449
4450 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
4451
4452         * src/hildon-touch-selector.c: (_default_print_func): Get the correct
4453         column while building the default string.
4454
4455 2008-11-25  Claudio Saavedra  <csaavedra@igalia.com>
4456
4457         * src/hildon-touch-selector.c: (_create_new_column): Do not disable the
4458         scroll indicator by default.
4459
4460         Fixes: NB#92230 (Scroll indication not visible in HildonTouchSelector)
4461
4462 2008-11-25  Claudio Saavedra  <csaavedra@igalia.com>
4463
4464         * src/hildon-main.c: Fix the documentation for hildon_init()
4465
4466 2008-11-25  Alberto Garcia  <agarcia@igalia.com>
4467
4468         * doc/hildon-docs.sgml
4469         * doc/hildon.types
4470         * src/Makefile.am
4471         * src/hildon.h
4472         * src/hildon-window-stack-private.h
4473         * src/hildon-window-stack.h
4474         * src/hildon-window-stack.c:
4475         New HildonWindowStack object, that adds support for multiple
4476         stacks of windows per process.
4477
4478         * src/hildon-stackable-window-private.h
4479         * src/hildon-stackable-window.h
4480         * src/hildon-stackable-window.c (hildon_stackable_window_set_stack)
4481         (hildon_stackable_window_get_stack, hildon_stackable_window_map)
4482         (hildon_stackable_window_show, hildon_stackable_window_hide)
4483         (hildon_stackable_window_class_init)
4484         (hildon_stackable_window_init):
4485         Use HildonWindowStack for stack management.
4486
4487         * src/hildon-program.c (hildon_program_pop_window_stack)
4488         (hildon_program_peek_window_stack)
4489         (hildon_program_go_to_root_window):
4490         Add a fallback implementation to the deprecated functions using
4491         HildonWindowStack.
4492
4493         * examples/hildon-stackable-window-example.c:
4494         Use the new HildonWindowStack API.
4495
4496 2008-11-25  Alberto Garcia  <agarcia@igalia.com>
4497
4498         * src/hildon-stackable-window-private.h
4499         * src/hildon-stackable-window.c (hildon_stackable_window_show)
4500         (hildon_stackable_window_hide, hildon_stackable_window_init):
4501         Remove all window stack management.
4502
4503         * src/hildon-program-private.h
4504         * src/hildon-program.h
4505         * src/hildon-program.c (hildon_program_init)
4506         (hildon_program_pop_window_stack)
4507         (hildon_program_peek_window_stack)
4508         (hildon_program_go_to_root_window):
4509         Remove all window stack management and mark functions as
4510         deprecated.
4511
4512 2008-11-25  Alberto Garcia  <agarcia@igalia.com>
4513
4514         * src/hildon-app-menu.c (hildon_app_menu_realize):
4515         Use the XA_ATOM type for the _NET_WM_WINDOW_TYPE property.
4516
4517 2008-11-24  Claudio Saavedra  <csaavedra@igalia.com>
4518
4519         * configure.ac: post release version bump
4520         * debian/changelog: version bump
4521
4522 2008-11-24  Claudio Saavedra  <csaavedra@igalia.com>
4523
4524         [Release 2.1.24]
4525
4526         * NEWS: updates
4527         * configure.ac: bump version
4528         * debian/changelog: updates
4529
4530 2008-11-24  Claudio Saavedra  <csaavedra@igalia.com>
4531
4532         Based on initial code by Christian Dywan (christian@imendio.com)
4533
4534         * doc/hildon-docs.sgml: Add section for hildon-main.
4535         * examples/*.c: (main): Replace gtk_main() calls with hildon_gtk_main().
4536         * src/Makefile.am: Add new hildon-main.[ch]
4537         * src/hildon-defines.h: Update the icon sizes.
4538         * src/hildon-main.c: (+hildon_init), (+hildon_gtk_init): Add
4539         new library initialization files and register icon sizes.
4540         * src/hildon-main.h: New declarations.
4541         * src/hildon.h: Include hildon-main.h
4542
4543         Add new initialization functions to the library. These methods
4544         will register the hildon specific icon sizes and can be used in the
4545         future for other hildon specific bits.
4546
4547         Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h))
4548
4549 2008-11-21  Claudio Saavedra  <csaavedra@igalia.com>
4550
4551         * src/hildon-window.c: (hildon_window_realize),
4552         (hildon_window_notify), (-hildon_window_update_title): Do not set
4553         the application name in the window title.
4554
4555         Fixes: NB#89754 (Applications shouldn't display their names in the
4556         window title)
4557
4558 2008-11-21  Claudio Saavedra  <csaavedra@igalia.com>
4559
4560         * src/hildon-note-private.h:
4561         * src/hildon-note.c: (hildon_note_set_property),
4562         (hildon_note_get_property), (hildon_note_class_init),
4563         (hildon_note_init), (hildon_note_finalize),
4564         (hildon_note_new_confirmation_with_icon_name),
4565         (hildon_note_new_information_with_icon_name):
4566
4567         No need to mark as deprecated the actual code. Revert
4568         to avoid missing symbols in widgets using deprecated API.
4569
4570 2008-11-20  Alberto Garcia  <agarcia@igalia.com>
4571
4572         Based on a patch by Claudio Saavedra (csaavedra@igalia.com)
4573
4574         * src/hildon-volumebar.h
4575         * src/hildon-volumebar.c (hildon_volumebar_set_range_insensitive_message)
4576         (hildon_volumebar_set_range_insensitive_messagef): Mark as deprecated.
4577
4578         * src/hildon-helper.h
4579         * src/hildon-helper.c (hildon_helper_set_insensitive_message)
4580         (hildon_helper_set_insensitive_messagef): Mark as deprecated.
4581
4582         * examples/Makefile.am:
4583         Deprecate hildon-insensitive-example
4584
4585         Fixes: NB#92664 (Deprecate hildon_helper_set_insensitive_message)
4586
4587 2008-11-20  Alberto Garcia  <agarcia@igalia.com>
4588
4589         * examples/hildon-pannable-area-buttons-scroll-example.c:
4590         Make all buttons finger height
4591
4592 2008-11-19  Alejandro Pinheiro  <apinheiro@igalia.com>
4593
4594         * src/hildon-touch-selector.c: updated the HildonTouchSelector::changed
4595         documentation
4596         * src/hildon-date-selector.c: (_update_day_model): Modified in order to
4597         update the day model only if it is really required, and to avoid the
4598         full-reconstruction aproach. Now it only add or remove the required days.
4599
4600         The purpose of this is avoid superfluous HildonTouchSelector::changed
4601         signals
4602
4603         Fixes: NB#92744 (HildonDateSelector emits multiple "changed" singal
4604         with strange parameters)
4605
4606 2008-11-19  Claudio Saavedra  <csaavedra@igalia.com>
4607
4608         Patch contributed by Adam Endrodi (adam.endrodi@blumsoft.eu)
4609
4610         * src/hildon-note.c: (hildon_note_init), (hildon_note_realize): Set properly
4611         the WINDOW_TYPE property.
4612
4613         Fixes: NB#92897 (HildonNotes have incorrect WINDOW_TYPE)
4614
4615 2008-11-19  Alberto Garcia  <agarcia@igalia.com>
4616
4617         * doc/gtk-doc.make:
4618         Fix dependency to allow parallel compilation with make -jX
4619
4620 2008-11-18  Claudio Saavedra  <csaavedra@igalia.com>
4621
4622         * src/hildon-color-chooser-dialog.c: Use theme colors for the selected
4623         color frame and some minor tweaks to make it more consistent with
4624         current theming.
4625
4626         Fixes: NB#91769 (HildonColorChooserDialog's selected colour is
4627         highlighted but not visible)
4628
4629 2008-11-14  Alejandro G. Castro  <alex@igalia.com>
4630
4631         * examples/Makefile.am: Fixed typo in the Makefile.am.
4632
4633 2008-11-14  Alejandro G. Castro  <alex@igalia.com>
4634
4635         Reviewed the use of MAEMO_GTK define, now we add the define in the
4636         compilation line, and we also add it to the pc file.
4637
4638         * configure.ac: Added MAEMO_GTK define to the compilation command
4639         and removed it from the config.h.
4640
4641         * pkgconfig/hildon.pc.in: Added MAEMO_GTK, that way applications
4642         do not have to take care about this define if the library was
4643         compiled with it.
4644
4645         * src/hildon-gtk.c:
4646         * src/hildon-gtk.h: Replaced MAEMO_CHANGES with MAEMO_GTK.
4647
4648 2008-11-14  Alejandro G. Castro  <alex@igalia.com>
4649
4650         * examples/Makefile.am,
4651         * examples/hildon-pannable-area-buttons-scroll-example.c,
4652         * examples/hildon-pannable-area-gesture-signals-example.c,
4653         * examples/hildon-pannable-area-scroll-jump-example.c,
4654         * examples/hildon-pannable-area-tree-view-example.c:
4655         Renamed the pannable area examples, now they have more meaningful
4656         names.
4657
4658 2008-11-13  Alejandro Pinheiro   <apinheiro@igalia.com>
4659
4660         * src/hildon-touch-selector.c:
4661         (hildon_touch_selector_set_column_selection_mode): Used of
4662         GTK_SELECTION_BROWSE instead of GTK_SELECTION_SINGLE gtk tree selection
4663         mode setting HILDON_TOUCH_SELECTOR_SELECTION_MODE_SINGLE. Added a check
4664         to avoid re-seting the same selection mode.
4665
4666         Fixes: NB#91863 (hildon_touch_selector_set_column_selection_mode()
4667         breaks HildonPickerDialog)
4668
4669 2008-11-13  Alejandro G. Castro  <alex@igalia.com>
4670
4671         * examples/Makefile.am: Fixed problem with the USE_MAEMO_GTK
4672         conditional in the Makefile.am
4673
4674 2008-11-12  Claudio Saavedra  <csaavedra@igalia.com>
4675
4676         * src/hildon-window.c (-find_findtoolbar_index), (-find_findtoolbar):
4677         Remove unused methods.
4678
4679 2008-11-12  Alberto Garcia  <agarcia@igalia.com>
4680
4681         * src/hildon-button.c (hildon_button_init):
4682         Make button images center-aligned by default
4683
4684 2008-11-12  Alejandro G. Castro  <alex@igalia.com>
4685
4686         * src/hildon-gtk.c:
4687         * src/hildon-gtk.h: Fixed compilation problem with MAEMO_CHANGES
4688         activated, we have to think about how to deal with both defines
4689         MAEMO_GTK and MAEMO_CHANGES.
4690
4691 2008-11-12  Alberto Garcia  <agarcia@igalia.com>
4692
4693         * examples/hildon-app-menu-example.c (create_menu): Make all
4694         buttons finger size.
4695
4696 2008-11-11  Alejandro G. Castro  <alex@igalia.com>
4697
4698         Fixed the compilation without maemo gtk adding ifdefs with
4699         MAEMO_GTK define to the code, we have to check this version more
4700         carefully.
4701
4702         * examples/Makefile.am: Added control to avoid some examples that
4703         just make sense with maemo gtk.
4704
4705         * src/hildon-gtk.c:
4706         * src/hildon-gtk.h: Remove some functions that use the maemo gtk
4707         hildon modes with the define.
4708
4709         * examples/hildon-edit-toolbar-example.c,
4710         (create_icon_view): Create the icon view without hildon-gtk
4711         helpers if we are not using maemo gtk.
4712
4713         * src/hildon-touch-selector.c,
4714         (_create_new_column): Create the treeview without hildon-gtk
4715         helpers if we are not using maemo gtk.
4716
4717 2008-11-11  Alejandro G. Castro  <alex@igalia.com>
4718
4719         * src/hildon-pnnable-area.c,
4720         (hildon_pannable_area_dispose),
4721         (hildon_pannable_area_button_press_cb),
4722         (hildon_pannable_area_child_mapped),
4723         (hildon_pannable_area_add),
4724         (hildon_pannable_area_remove): Added code to control the position
4725         of the event_window when adding and removing children from the
4726         pannable. We have to raise the event window when the child is
4727         mapped.
4728
4729         Fixes: NB#89811 (Not able to select first image thumbnail in multi
4730         selection mode using custom widget inside pannable)
4731
4732 2008-11-11  Claudio Saavedra  <csaavedra@igalia.com>
4733
4734         * configure.ac: post release version bump
4735         * debian/changelog: version bump
4736
4737 2008-11-11  Claudio Saavedra  <csaavedra@igalia.com>
4738
4739         [Release 2.1.22]
4740
4741         * NEWS: updates
4742         * configure.ac: bump version
4743         * debian/changelog: updates
4744
4745 2008-11-10  Alejandro Pinheiro  <apinheiro@igalia.com>
4746
4747         * src/hildon-touch-selector.c: (_create_new_column): Disable treeview
4748         search mode, in order to avoid lose the focus on the treeview when
4749         a hw key (like enter) is pressed.
4750
4751         Fixes: NB#91995 (Calendar is crashing after pressing 'Enter' HW key
4752         in HildonDateSelector dialog)
4753
4754 2008-11-06  Alejandro Pinheiro  <apinheiro@igalia.com>
4755
4756         * debian/rules: Added --enable-maintainer-mode
4757         * Makefile.am: Added ACLOCAL_AMFLAGS
4758
4759         This allows to properly regenerate the Makefiles if you modify the
4760         configure.ac or any Makefile.am.
4761
4762 2008-11-06  Claudio Saavedra  <csaavedra@igalia.com>
4763
4764         * examples/hildon-app-menu-example.c: (main): Do not set RC style
4765         properties, not needed at all.
4766
4767 2008-11-06  Claudio Saavedra  <csaavedra@igalia.com>
4768
4769         * src/hildon-note-private.h: Add strings for the icon and stock_icon
4770         properties.
4771         * src/hildon-note.c: (hildon_note_set_property),
4772         (hildon_note_get_property), (hildon_note_class_init),
4773         (hildon_note_init), (hildon_note_finalize), (hildon_note_rebuild),
4774         (hildon_note_new_confirmation_add_buttons): Remove icons.
4775         (hildon_note_new_confirmation_with_icon_name): Deprecate.
4776         (hildon_note_new_information_with_icon_name): Deprecate.
4777         (hildon_note_new_confirmation): Act directly, without calling
4778         the deprecated constructor.
4779         (hildon_note_new_information): Act directly, without calling
4780         the deprecated constructor.
4781         * src/hildon-note.h: Mark deprecate methods as such.
4782         * tests/check-hildon-note.c: (create_hildon_note_suite): Do
4783         not run tests on the deprecated methods if built with deprecation
4784         disabled.
4785
4786         Fixes: NB#91688 (Never show icons in information notes/confirmation
4787         notes)
4788
4789 2008-11-06  Claudio Saavedra  <csaavedra@igalia.com>
4790
4791         * src/hildon-app-menu.c: (hildon_app_menu_set_parent_window),
4792         (hildon_app_menu_key_press): Remove leftover usage of the
4793         private structure in HildonAppMenu struct.
4794         * src/hildon-app-menu.h: Remove leftover private structure
4795         from the HildonAppMenu struct.
4796
4797         Fixes a crasher when using the HildonAppMenu.
4798
4799 2008-11-05  Claudio Saavedra  <csaavedra@igalia.com>
4800
4801         * src/hildon-picker-dialog.c: Use appropriate logical id
4802         for the default "Done" text.
4803
4804 2008-11-05  Claudio Saavedra  <csaavedra@igalia.com>
4805
4806         * configure.ac: post release version bump
4807         * debian/changelog: version bump
4808
4809 2008-11-05  Alejandro Pinheiro  <apinheiro@igalia.com>
4810
4811         Modified the way to scroll to the current selection just when the touch
4812         selector is shown on the screen, avoiding a g_idle. Added too a property
4813         to configure this behaviour. See hildon_pannable_area_jump_to_child
4814         documentation for more information.
4815
4816         * src/hildon-touch-selector.c
4817         Removed unused CENTER_ON_SELECTED_ITEM_DELAY macro
4818         Added 'initial-scroll' property
4819         (hildon_touch_selector_set_property): Added
4820         (hildon_touch_selector_map): Removed as not required anymore
4821         (_hildon_touch_selector_on_selected_items): Modified in order to manage
4822         only a concrete column, instead of iterate along all the columns
4823
4824 2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
4825
4826         [Release 2.1.20]
4827
4828         * NEWS: updates
4829         * configure.ac: bump version
4830         * debian/changelog: updates
4831
4832 2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
4833
4834         * src/hildon-button.c: (hildon_button_set_arrangement): Fix some
4835         compilation time warnings.
4836
4837 2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
4838
4839         * src/hildon-pannable-area.c: (hildon_pannable_area_class_init): Set
4840         the default value for HildonPannableArea::mov-mode to
4841         HILDON_PANNABLE_AREA_MODE_VERT.
4842
4843         Fixes: NB#91385 (Hildon Touch List panning should be ALWAYS vertical only)
4844
4845 2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
4846
4847         Reverting following commit:
4848
4849         2008-10-13  Alberto Garcia  <agarcia@igalia.com>
4850
4851           * src/hildon-app-menu-private.h
4852           * src/hildon-app-menu.[ch]
4853           * src/hildon-button.[ch]
4854           * src/hildon-check-button.[ch]
4855           * src/hildon-entry.[ch]
4856           * src/hildon-pannable-area.[ch]
4857           * src/hildon-text-view.[ch]:
4858           Added private field to the object's structure.
4859
4860         because it causes an ABI breakage. We will need to introduce these
4861         changes later at some point. See NB#91636 for an extensive
4862         explanation and status.
4863
4864 2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
4865
4866         Patch contributed by Daniel Borgmann (danielb@openismus.com)
4867
4868         * src/hildon-window.c: (paint_toolbar): Update toolbar sizes and
4869         remove special cases that are no longer necessary.
4870
4871         Fixes: NB#91016 (Change toolbar sizes, simplification)
4872
4873 2008-11-03  Claudio Saavedra  <csaavedra@igalia.com>
4874
4875         * src/hildon-note.c: (hildon_note_rebuild): Make sure the cancel button
4876         is shown in the cancel note.
4877
4878 2008-11-03  Claudio Saavedra  <csaavedra@igalia.com>
4879
4880         * src/hildon-controlbar.c: (hildon_controlbar_init): Remove steppers.
4881         * src/hildon-seekbar.c: (hildon_seekbar_class_init),
4882         (hildon_seekbar_init): Remove steppers, remove expose event.
4883         * src/hildon-volumebar-range.c: (hildon_volumebar_range_init): Remove steppers.
4884
4885         Fixes: NB#91104 (Remove stepper buttons from legacy hildon widgets)
4886
4887 2008-10-31  Claudio Saavedra  <csaavedra@igalia.com>
4888
4889         * src/hildon-button.c: (hildon_button_set_arrangement): Set the value
4890         label font to "SmallSystemFont" for vertically arranged buttons.
4891
4892         Fixes: NB#90662 (HildonButton "value" and "detail" text is
4893         unformatted)
4894
4895 2008-10-31  Alberto Garcia  <agarcia@igalia.com>
4896
4897         * src/hildon-check-button.c
4898         (hildon_check_button_set_active, hildon_check_button_clicked):
4899         Don't access private parts directly, use getters instead.
4900
4901 2008-10-31  Alberto Garcia  <agarcia@igalia.com>
4902
4903         * src/hildon-check-button.c (hildon_check_button_new):
4904         Align the contents of the check button to the left.
4905
4906 2008-10-30  Alejandro G. Castro  <alex@igalia.com>
4907
4908         * src/hildon-pannable-area.c,
4909         (hildon_pannable_area_scroll_to),
4910         (hildon_pannable_area_jump_to),
4911         (hildon_pannable_area_scroll_to_child),
4912         (hildon_pannable_area_jump_to_child): Replace the mapped
4913         precondition of these functions with the realized, it is the
4914         correct state of the widget in this case. Changed the
4915         documentation according to this modification.
4916
4917 2008-10-30  Alejandro G. Castro  <alex@igalia.com>
4918
4919         Added a new EXTRA_CFLAGS option to add the deprecated define to
4920         the compilation command. This way we can avoid using the define in
4921         the documentation compilation.
4922
4923         * configure.ac: Defined EXTRA_CFLAGS.
4924
4925         * examples/Makefile.am:
4926         * src/Makefile.am:
4927         * tests/Makefile.am: Included EXTRA_CFLAGS in the compilation.
4928
4929 2008-10-30  Alejandro Pinheiro  <apinheiro@igalia.com>
4930
4931         * src/hildon-picker-dialog.c:
4932         Defined a utility macro with the desired touch selector height
4933         Removed currently unused separator, and title_label variables from
4934         private structure.
4935         (hildon_picker_dialog_init): Removed code related to the creation
4936         of unused private variables title_label and separator.
4937         (_hildon_picker_dialog_set_selector): Added gtk_widget_set_size_request
4938         to ensure correct visualization of the touch selector inside the dialog.
4939         * src/hildon-touch-selector.c
4940         (hildon_touch_selector_init): Removed a gtk_widget_set_size_request to
4941         ensure a concrete height of the widget.
4942
4943 2008-10-30  Claudio Saavedra  <csaavedra@igalia.com>
4944
4945         * src/Makefile.am:
4946         * tests/Makefile.am:
4947
4948         Remove spurious whitespaces.
4949
4950 2008-10-30  Claudio Saavedra  <csaavedra@igalia.com>
4951
4952         * src/hildon-code-dialog.c: (hildon_code_dialog_init): Fix a
4953         compilation warning after the cancel button removal.
4954
4955 2008-10-30  Alejandro G. Castro  <alex@igalia.com>
4956
4957         Fremantle deprecated widgets marked, HILDON_DISABLE_DEPRECATED
4958
4959         * configure.ac: Added an AM_CONDITIONAL in order to use in the
4960         Makefile.am, that way we can choose not to compile some examples
4961         and tests of the deprecated widgets.
4962
4963         * examples/Makefile.am: Divided the sources in deprecated and
4964         non-deprecated.
4965
4966         * src/Makefile.am: Added undef statement of the deprecated
4967         symbol to the enums file generation process.
4968
4969         * src/hildon-color-chooser-dialog.c
4970         * src/hildon-color-chooser-dialog.h
4971         * src/hildon-color-button.c
4972         * src/hildon-color-button.h
4973         * src/hildon-color-chooser.c
4974         * src/hildon-color-chooser.h
4975         * src/hildon-controlbar.c
4976         * src/hildon-controlbar.h
4977         * src/hildon-date-editor.c
4978         * src/hildon-date-editor.h
4979         * src/hildon-hvolumebar.c
4980         * src/hildon-hvolumebar.h
4981         * src/hildon-private.c
4982         * src/hildon-private.h
4983         * src/hildon-range-editor.c
4984         * src/hildon-range-editor.h
4985         * src/hildon-seekbar.c
4986         * src/hildon-seekbar.h
4987         * src/hildon-time-editor.c
4988         * src/hildon-time-editor.h
4989         * src/hildon-time-picker.c
4990         * src/hildon-time-picker.h
4991         * src/hildon-volumebar.c
4992         * src/hildon-volumebar.h
4993         * src/hildon-vvolumebar.c
4994         * src/hildon-vvolumebar.h
4995         * src/hildon-bread-crumb-trail.h
4996         * src/hildon-bread-crumb-trail.c
4997         * src/hildon-calendar-popup.c
4998         * src/hildon-calendar-popup.h
4999         * src/hildon-weekday-picker.c:
5000         * src/hildon-weekday-picker.h:
5001         * src/hildon-bread-crumb-widget.c:
5002         * src/hildon-bread-crumb-widget.h:
5003         * src/hildon-bread-crumb.c:
5004         * src/hildon-bread-crumb.h:
5005         * src/hildon-calendar.c:
5006         * src/hildon-calendar.h:
5007         * src/hildon-caption.c:
5008         * src/hildon-code-dialog.c:
5009         * src/hildon-code-dialog.h:
5010         * src/hildon-font-selection-dialog.c:
5011         * src/hildon-font-selection-dialog.h:
5012         * src/hildon-get-password-dialog.c:
5013         * src/hildon-get-password-dialog.h:
5014         * src/hildon-login-dialog.c:
5015         * src/hildon-login-dialog.h:
5016         * src/hildon-number-editor.c:
5017         * src/hildon-number-editor.h:
5018         * src/hildon-set-password-dialog.c:
5019         * src/hildon-set-password-dialog.h:
5020         * src/hildon-sort-dialog.c:
5021         * src/hildon-sort-dialog.h: This is the list of deprecated
5022         widgets.
5023
5024         * src/hildon-touch-selector.c:
5025         * src/hildon-window.c: Added undef statement to avoid compilation
5026         warnings
5027
5028         * tests/Makefile.am: Divided the sources in deprecated and
5029         non-deprecated.
5030
5031         * tests/check_test.c,
5032         (configure_tests): Marked the deprecated code that was adding
5033         suites with deprecated tests.
5034
5035         Fixes: NB#91135 (Deprecate legacy hildon widgets)
5036
5037 2008-10-30  Claudio Saavedra  <csaavedra@igalia.com>
5038
5039         * src/hildon-touch-selector.c: (_default_print_func): Do not
5040         duplicate a string returned by gtk_tree_model_get(), it is already
5041         allocated for us.
5042
5043         Fixes: NB#91192 (Memory leak in HildonTouchSelector default print
5044         function)
5045
5046 2008-10-28  Alejandro G. Castro  <alex@igalia.com>
5047
5048         * src/hildon-pannable-area.c
5049         (hildon_pannable_area_add_with_viewport): Reviewed the complete
5050         method, it had problems when adding a widget with viewport the
5051         second time. Now checks if it already has a viewport and uses it.
5052
5053         Fixes: NB#90994 (HildonPannableArea does not connect "destroyed"
5054         on child)
5055
5056 2008-10-28  Alejandro G. Castro  <alex@igalia.com>
5057
5058         * src/hildon-pannable-area.c,
5059         (hildon_pannable_area_scroll_to),
5060         (hildon_pannable_area_jump_to),
5061         (hildon_pannable_area_scroll_to_child),
5062         (hildon_pannable_area_jump_to_child): Added a precondition to the
5063         scroll and jump to functions: the widget must be mapped before we
5064         can safely call these functions. We have also added documentation
5065         to the functions to explain how to use them in this situation.
5066
5067
5068 2008-10-28  Alejandro G. Castro  <alex@igalia.com>
5069
5070         Reviewed the threading handling of the pannable widget, we have
5071         used the gdk_threads_add_timeout function instead of the usual
5072         glib handlers. This avoids some problems with the threads.
5073
5074         * src/hildon-pannable-area.c (hildon_pannable_area_grab_notify),
5075         (hildon_pannable_area_initial_effect),
5076         (hildon_pannable_area_scroll_indicator_fade),
5077         (hildon_pannable_area_button_press_cb),
5078         (hildon_pannable_area_timeout),
5079         (hildon_pannable_area_motion_notify_cb),
5080         (hildon_pannable_area_button_release_cb),
5081         (hildon_pannable_area_scroll_cb),
5082         (hildon_pannable_area_scroll_to): Removed the
5083         GDK_THREAD_ENTER/LEAVE and replaced g_timeout_add with
5084         gdk_threads_add_timeout.
5085
5086         Fixes: NB#89541 (Crash in pannable area when closing picker dialog)
5087
5088 2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>
5089
5090         [Release 2.1.18]
5091
5092         * NEWS: updates
5093         * configure.ac: bump version
5094         * debian/changelog: updates
5095
5096 2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>
5097
5098         * src/hildon-calendar-popup.c: (hildon_calendar_popup_init):
5099         * src/hildon-code-dialog.c: (hildon_code_dialog_init):
5100         * src/hildon-color-chooser-dialog.c:
5101         (hildon_color_chooser_dialog_init):
5102         * src/hildon-font-selection-dialog.c:
5103         (hildon_font_selection_dialog_init):
5104         * src/hildon-login-dialog.c: (hildon_login_dialog_init):
5105
5106         Remove all cancel/close-like dialogs, as these are not going to be
5107         displayed at all.
5108
5109 2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>
5110
5111         * src/hildon-note.c: (hildon_note_rebuild),
5112         (hildon_note_new_confirmation_add_buttons): Explicitely show the buttons
5113         when needed.
5114
5115         Fixes: NB#90661 (Delete dialog is displayed without NO button)
5116
5117 2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>
5118
5119         * src/hildon-note.c: (hildon_note_new_confirmation_add_buttons): Make
5120         sure all buttons are shown, even the Cancel/Close-like ones.
5121
5122         Fixes: NB#90861 (Custom Confirmation dialogs should be
5123         protected from cancel button removal)
5124
5125 2008-10-23  Alejandro Pinheiro  <apinheiro@igalia.com>
5126
5127         * debian/control: Change libhildon1-examples dependency from libhildon1
5128         to libhildon1-dev
5129         * debian/libhildon1-examples.install
5130         * debian/rules
5131         * Makefile.am: Modified the final install directory for the examples on
5132         package libhildon1-examples
5133         * Makefile.static: Update clean target in order to remove all the binary
5134         examples
5135
5136         Changes suggested by Claudio after review new libhildon1-examples package
5137
5138 2008-10-23  Claudio Saavedra  <csaavedra@igalia.com>
5139
5140         * src/hildon-touch-selector-entry.c: Fix some gtk-doc warnings.
5141         * src/hildon-touch-selector.c: Ditto.
5142
5143 2008-10-23  Alejandro Pinheiro  <apinheiro@igalia.com>
5144
5145         * debian/control: Added new package libhildon1-examples, in order to pack
5146         the current hildon examples as documentation
5147         * debian/rules: Not to compress .c files, modify some includes on the
5148         examples (as normally are compiled locally, but when installed it will
5149         require to include the installed libhildon1 library), and rename
5150         Makefile.static
5151         * examples/Makefile.am: Added examplesdir and examples_DATA, in order to
5152         install all the example files on the new example package
5153         * examples/Makefile.static: Added static makefile that can be used to
5154         compile the examples, once installed the new example package
5155         * examples: Most of the examples were modified in order to grant that
5156         all use only '#include "hildon.h"', in order to be easy to prepare
5157         it on the example package
5158
5159 2008-10-23  Alberto Garcia  <agarcia@igalia.com>
5160
5161         * debian/control
5162         * debian/libhildon1-dev.install
5163         * debian/libhildon1-doc.install:
5164         Move all gtk-doc files to a separate libhildon1-doc package.
5165
5166 2008-10-23  Daniel Borgmann  <danielb@openismus.com>
5167
5168         reviewed by:  Claudio Saavedra  <csaavedra@igalia.com>
5169
5170         * src/hildon-gtk.c (hildon_gtk_menu_new): Change capitalization
5171
5172 2008-10-22  Alejandro Pinheiro  <apinheiro@igalia.com>
5173
5174         * debian/rules: Fixed a error in order to avoid unnecessary calls
5175         to autogen.sh on package building
5176
5177 2008-10-22  Alberto Garcia  <agarcia@igalia.com>
5178
5179         * examples/hildon-app-menu-example.c: Add keyboard accelerator.
5180
5181 2008-10-21  Claudio Saavedra  <csaavedra@igalia.com>
5182
5183         * src/hildon-picker-dialog.h: Add missing HildonTouchSelector
5184         header include.
5185
5186 2008-10-21  Alberto Garcia  <agarcia@igalia.com>
5187
5188         * src/hildon-picker-button.c
5189         (hildon_picker_button_finalize):
5190         Free priv->done_button_text
5191
5192         * src/hildon-time-button.c
5193         (hildon_time_button_set_time)
5194         * src/hildon-picker-button.c
5195         (hildon_picker_button_clicked)
5196         (hildon_picker_button_selector_selection_changed)
5197         (hildon_picker_button_set_selector)
5198         * src/hildon-date-button.c
5199         (hildon_date_button_set_date):
5200         Free strings returned by hildon_touch_selector_get_current_text()
5201
5202         * src/hildon-button.c (hildon_button_construct_child):
5203         Fix leaks in priv->image and priv->label_box
5204
5205         Fixes: NB#90535 (Memory leak in picker button)
5206
5207 2008-10-21  Claudio Saavedra  <csaavedra@igalia.com>
5208
5209         * src/hildon-button.c: (hildon_button_get_property): Do not access
5210         private elements directly, use getters instead.
5211
5212 2008-10-20  Alberto Garcia  <agarcia@igalia.com>
5213
5214         * src/hildon-app-menu-private.h
5215         * src/hildon-app-menu.c
5216         (hildon_app_menu_init, hildon_app_menu_set_parent_window):
5217         Store the menu's parent window.
5218
5219         * src/hildon-stackable-window.c
5220         (hildon_stackable_window_toggle_menu)
5221         (hildon_stackable_window_finalize):
5222         Set the menu's parent window when the menu is shown, unset it when
5223         it is destroyed.
5224
5225         * src/hildon-app-menu.c
5226         (hildon_app_menu_hide_idle, hildon_app_menu_key_press)
5227         (hildon_app_menu_class_init):
5228         Send unhandled keyboard accelerators to the parent window.
5229
5230 2008-10-20  Alberto Garcia  <agarcia@igalia.com>
5231
5232         * src/hildon-stackable-window.c
5233         (hildon_stackable_window_finalize): Unref the menu, don't destroy it
5234
5235 2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>
5236
5237         * configure.ac: post release version bump
5238
5239 2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>
5240
5241         * NEWS: Updates
5242         * configure.ac: Bump version
5243         * debian/changelog: Updates
5244         * debian/rules: Set PKG_CONFIG_PATH to make docs build with
5245         gtk-doc 1.10.
5246
5247 2008-10-20  Alberto Garcia  <agarcia@igalia.com>
5248
5249         Patch contributed by Daniel Borgmann (danielb@openismus.com)
5250
5251         * src/hildon-gtk.h
5252         * src/hildon-gtk.c (hildon_gtk_menu_new): New function to create a
5253         GtkMenu with Hildon style.
5254
5255 2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>
5256
5257         * src/hildon-picker-button.c:
5258         (hildon_picker_button_set_done_button_text): Set the dialog's
5259         done button text here as well.
5260
5261         Fixes: NB#90232 (Picker button does not set the label on done button
5262         for the second time)
5263
5264 2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>
5265
5266         * src/hildon-picker-button.c: (hildon_picker_button_clicked): Update
5267         warning message.
5268
5269 2008-10-16  Alberto Garcia  <agarcia@igalia.com>
5270
5271         * src/hildon-app-menu.c (hildon_app_menu_insert)
5272         (hildon_app_menu_add_filter, can_activate_accel): Allow items in
5273         the HildonAppMenu to be activatable using keyboard accelerators
5274         when the menu is not being shown.
5275
5276         Fixes: NB#89935 (Shortcuts for menu buttons are not working)
5277
5278 2008-10-16  Alberto Garcia  <agarcia@igalia.com>
5279
5280         * src/hildon-stackable-window.c
5281         (hildon_stackable_window_show):
5282         Don't hide old windows automatically when new windows are shown:
5283         this is now a task for the window manager.
5284         (hildon_stackable_window_class_init)
5285         (hildon_stackable_window_hide):
5286         Remove windows from the stack everytime they're hidden.
5287         (hildon_stackable_window_realize):
5288         Don't change the _NET_WM_WINDOW_TYPE property. Use
5289         _HILDON_STACKABLE_WINDOW instead for the window manager to manage
5290         it as a stackable window.
5291
5292         * src/hildon-program.c
5293         (hildon_program_pop_window_stack):
5294         Just hide the window to remove it from the stack.
5295         (hildon_program_go_to_root_window):
5296         Don't call gtk_widget_show(), this is now a task for the window
5297         manager.
5298
5299         Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow)
5300
5301 2008-10-15  Alberto Garcia  <agarcia@igalia.com>
5302
5303         * src/hildon-button.c
5304         (hildon_button_construct_child):
5305         Don't pack anything in the button until text or image are
5306         set. This allows adding a custom child after creating the button
5307         with hildon_button_new().
5308         (hildon_button_finalize, hildon_button_class_init)
5309         (hildon_button_init, hildon_button_set_arrangement): Destroy the
5310         alignment and the label box even when they're not packed in the
5311         button.
5312
5313 2008-10-14  Alejandro Pinheiro   <apinheiro@igalia.com>
5314
5315         * src/hildon-touch-selector.h:
5316         Set parent_instance and parent_class as GtkVBox and GtkVboxClass, as
5317         currently the type definition was using GTK_TYPE_VBOX
5318         * src/hildon-touch-selector.c:
5319         Added some implementation notes in order to clarify that any other widget
5320         added without the column related API will not be included on the
5321         selection logic, and how the widget is freed, as some people ask about
5322         it.
5323         (hildon_touch_selector_remove): Reimplemented in order to free properly
5324         the column related data when you remove the private hbox.
5325         * doc/hildon.types: Added the type hildon_touch_selector_column, in order
5326         to get a proper HildonTouchSelectorColumn documentation
5327
5328 2008-10-13  Claudio Saavedra  <csaavedra@igalia.com>
5329
5330         * src/hildon-touch-selector-entry.c:
5331         (hildon_touch_selector_entry_print_func): Return NULL if there is no
5332         text in the GtkEntry and there is no item selected. Fixes a
5333         potential crasher.
5334
5335 2008-10-13  Alberto Garcia  <agarcia@igalia.com>
5336
5337         * src/hildon-app-menu-private.h
5338         * src/hildon-app-menu.[ch]
5339         * src/hildon-button.[ch]
5340         * src/hildon-check-button.[ch]
5341         * src/hildon-entry.[ch]
5342         * src/hildon-pannable-area.[ch]
5343         * src/hildon-text-view.[ch]:
5344         Added private field to the object's structure.
5345
5346 2008-10-13  Claudio Saavedra  <csaavedra@igalia.com>
5347
5348         * configure.ac: post-release version bump
5349
5350 2008-10-10  Claudio Saavedra  <csaavedra@igalia.com>
5351
5352         [Release 2.1.14]
5353
5354         * configure.ac: pre-release version bump
5355         * NEWS: updates.
5356         * debian/changelog: updates.
5357
5358 2008-10-10  Claudio Saavedra  <csaavedra@igalia.com>
5359
5360         * src/hildon-picker-button.c: (hildon_picker_button_finalize):
5361         Disconnect the handler for HildonTouchSelector::changed.
5362
5363         (hildon_picker_button_selector_selection_changed): Update the button
5364         value if the selection change was not triggered by the
5365         HildonPickerDialog.
5366
5367         (hildon_picker_button_set_selector): connect to
5368         HildonTouchSelector::changed.
5369
5370         Fixes: NB#89650 (Picker button is not updated, when selection in
5371         selector has changed)
5372
5373 2008-10-09  Alejandro Pinheiro   <apinheiro@igalia.com>
5374
5375         * src/hildon-picker-dialog.c
5376         (hildon_picker_dialog_realize): Removed as not required
5377         (hildon_picker_dialog_class_init): Avoid to redefine widget->realize
5378         * src/hildon-picker-button.c
5379         (_current_selector_empty): New function, checks if the selector is empty
5380         (hildon_picker_button_clicked): Now it checks (using _current_selector_empty)
5381         if the current selector is empty, in order to avoid to show the dialog
5382         close the dialog in this case (and shows a g_warning).
5383
5384         Fixes: NB#88946 (Hildon Picker button should disable itself if there are no values)
5385
5386 2008-10-09  Alejandro G. Castro  <alex@igalia.com>
5387
5388         * src/hildon-pannable-area.c,
5389         (hildon_pannable_area_scroll): Added clause to stop movement when
5390         the child of pannable is smaller than one page.
5391         (hildon_pannable_area_scroll_to): Added conditions to avoid
5392         starting the scrolling movement if the child is smaller than one
5393         page, the complete child is in the screen, we do not have to move.
5394
5395         Fixes: NB#89632 (Picker button selection doesn't change on first click)
5396
5397 2008-10-09  Alberto Garcia  <agarcia@igalia.com>
5398
5399         * src/hildon-app-menu.c: Removed the 'columns' property, as now
5400         this is managed automatically by the widget when the size of the
5401         screen changes.
5402
5403 2008-10-09  Alberto Garcia  <agarcia@igalia.com>
5404
5405         * src/hildon-picker-button.c
5406         (hildon_picker_button_set_done_button_text): Make a copy of the
5407         text, and free the previous value.
5408
5409 2008-10-09  Claudio Saavedra  <csaavedra@igalia.com>
5410
5411         * src/hildon-touch-selector-entry.c:
5412         (hildon_touch_selector_entry_print_func): Return the selected row's
5413         text if the entry is empty.
5414
5415         Fixes: NB#89651 (HildonTouchSelectorEntry title is <unnamed>, when
5416         entry is empty)
5417
5418 2008-10-09  Claudio Saavedra  <csaavedra@igalia.com>
5419
5420         * src/hildon-touch-selector-entry.c: Minor docs fixes.
5421
5422 2008-10-09  Alberto Garcia  <agarcia@igalia.com>
5423
5424         * doc/hildon.types
5425         * src/hildon-check-button.h
5426         * src/hildon-check-button.c
5427         * examples/hildon-check-button-example.c:
5428         HildonCheckButton is now a new widget. 'toggled' signal added.
5429
5430 2008-10-08  Alberto Garcia  <agarcia@igalia.com>
5431
5432         * src/hildon-program-private.h
5433         * src/hildon-program.c (hildon_program_init)
5434         (hildon_program_finalize): Removed unused variables group_leader
5435         and name from HildonProgramPrivate.
5436
5437 2008-10-08  Alberto Garcia  <agarcia@igalia.com>
5438
5439         * src/hildon-check-button.c (hildon_check_button_set_active)
5440         (hildon_check_button_get_active, hildon_check_button_new): Use
5441         g_object_[gs]et_qdata() instead of g_object_[gs]et_data().
5442
5443 2008-10-08  Alejandro Pinheiro   <apinheiro@igalia.com>
5444
5445         * src/hildon-touch-selector.h
5446         (hildon_touch_selector_set_column_attributes): added deprecation
5447         guard HILDON_DISABLE_DEPRECATED
5448         * src/hildon-time-selector.c
5449         (hildon_time_selector_set_time)
5450         (hildon_time_selector_get_time): Fixed a typo on documentation
5451         * src/hildon-touch-selector.c: update HildonTouchSelector and
5452         HildonTouchSelectorColumn documentation
5453         * src/hildon-touch-selector-entry.c: update "text-column" property
5454         documentation
5455         * doc/hildon-docs.sgml: added hildon-touch-selector-column in order
5456         to be added to the general documentation.
5457
5458 2008-10-08  Alejandro G. Castro  <alex@igalia.com>
5459
5460         * examples/hildon-pannable-area-example-4.c,
5461         (main),
5462         * examples/hildon-pannable-area-example.c,
5463         (main): Modified the code in order to use the container add, with
5464         viewport treeviews could have problems if they are really big.
5465
5466 2008-10-06  Alejandro G. Castro  <alex@igalia.com>
5467
5468         * src/hildon-weekday-picker.c,
5469         * src/hildon-weekday-picker.h: Removed the deprecated symbols after
5470         the agreement regarding deprecation in the library.
5471
5472 2008-10-06  Claudio Saavedra  <csaavedra@igalia.com>
5473
5474         * examples/hildon-picker-button-multicolumn-example.c:
5475         (main): Use custom "done" button text.
5476
5477         * src/hildon-picker-button.c: (hildon_picker_button_get_property),
5478         (hildon_picker_button_set_property),
5479         (hildon_picker_button_clicked), (hildon_picker_button_class_init),
5480         (hildon_picker_button_init),
5481         (+hildon_picker_button_get_done_button_text),
5482         (+hildon_picker_button_set_done_button_text): New methods to customize
5483         the "done" button label in the launched HildonPickerDialog. Also,
5484         make it a property.
5485
5486         * src/hildon-picker-button.h: add the public API.
5487
5488 2008-10-06  Claudio Saavedra  <csaavedra@igalia.com>
5489
5490         * src/hildon-date-selector.h:
5491         * src/hildon-picker-dialog.h:
5492         * src/hildon-time-selector.h:
5493         * src/hildon-touch-selector-column.h:
5494         * src/hildon-touch-selector.h:
5495
5496         Set the G_GNUC_CONST macro properly in the hildon_*_get_type()
5497         declarations. Fixes gtk-doc warnings.
5498
5499 2008-10-06  Alberto Garcia  <agarcia@igalia.com>
5500
5501         * src/hildon-picker-dialog.h
5502         * src/hildon-picker-dialog.c (hildon_picker_dialog_init):
5503         Make HildonPickerDialog derive from HildonDialog, not GtkDialog
5504
5505         Fixes: NB#89329 (selectors in picker dialog are not visible when a
5506         long text is set as label for done button)
5507
5508 2008-10-06  Alberto Garcia  <agarcia@igalia.com>
5509
5510         * src/hildon-dialog.c (hildon_dialog_add_button):
5511         Set fixed width to all buttons in the HildonDialog.
5512
5513 2008-10-06  Alberto Garcia  <agarcia@igalia.com>
5514
5515         Patch contributed by Daniel Borgmann (danielb@openismus.com)
5516
5517         * src/hildon-gtk.c (hildon_gtk_widget_set_theme_size):
5518         Set widget name using class name plus "-finger" or "-thumb".
5519
5520 2008-10-03  Alberto Garcia  <agarcia@igalia.com>
5521
5522         * src/hildon-check-button.c (hildon_check_button_set_active): Emit
5523         'clicked' when the state of the button is manually changed.
5524
5525 2008-10-02  Alberto Garcia  <agarcia@igalia.com>
5526
5527         * src/hildon-app-menu.c (hildon_app_menu_realize)
5528         (hildon_app_menu_unrealize, hildon_app_menu_init)
5529         (hildon_app_menu_class_init, item_visibility_changed):
5530         Change the menu layout when the size of the screen changes.
5531         (hildon_app_menu_set_columns, hildon_app_menu_set_property):
5532         Show warning only when changing the number of colums using the
5533         property.
5534
5535 2008-10-02  Claudio Saavedra  <csaavedra@igalia.com>
5536
5537         * debian/compat: Set to 5
5538         * debian/control: Update dependencies.
5539         * debian/libhildon1-dbg.install: Remove.
5540         * debian/libhildon1-dev.install: Update according to cdbs paths.
5541         * debian/libhildon1.install: Update according to cdbs paths.
5542         * debian/rules: Switch to cdbs.
5543
5544 2008-10-01  Alberto Garcia  <agarcia@igalia.com>
5545
5546         * src/hildon-app-menu.c (hildon_app_menu_repack_filters):
5547         'item' variable renamed to 'filter'
5548
5549 2008-10-01  Alberto Garcia  <agarcia@igalia.com>
5550
5551         * src/hildon-app-menu.c (hildon_app_menu_insert)
5552         (hildon_app_menu_add_filter, remove_item_from_list)
5553         (hildon_app_menu_repack_filters, hildon_app_menu_finalize):
5554         Don't leak hidden items when the menu is destroyed.
5555
5556 2008-10-01  Alberto Garcia  <agarcia@igalia.com>
5557
5558         * src/hildon-app-menu.c (hildon_app_menu_insert)
5559         (hildon_app_menu_reorder_child, hildon_app_menu_add_filter)
5560         (hildon_app_menu_set_columns, item_visibility_changed)
5561         (filter_visibility_changed, hildon_app_menu_repack_filters)
5562         (hildon_app_menu_repack_items):
5563         Repack items and filters separately.
5564
5565         Don't repack all items, change only the ones that are needed to
5566         update the layout.
5567
5568 2008-10-01  Alejandro Pinheiro <apinheiro@igalia.com>
5569
5570         * src/Makefile.am: added hildon-touch-selector-column.h
5571
5572 2008-10-01  Alejandro Pinheiro <apinheiro@igalia.com>
5573
5574         * src/hildon-touch-selector.c: added the property "text-column" to the
5575         class HildonTouchSelectorColumn, and related get/set functions
5576         (_default_printf_func): updated to use "text-column" property
5577         * src/hildon-touch-selector-entry.c: mark as deprecated the property
5578         "text-column" in his documentation, as this is now included on
5579         HildonTouchSelectorColumn. The get/set_property can still be used,
5580         working as a wrapper to the concrete column "text-column" property
5581         (_text_column_modified): callback added in order to handle the signal
5582         "notify::text-column" of the concrete HildonTouchSelectorColumn
5583         (hildon_touch_selector_entry_get_text_column)
5584         (hildon_touch_selector_entry_set_text_column): Added documentation, and
5585         modified in order to use the HildonTouchSelectorColumn "text-column"
5586         property
5587         * src/hildon-time-selector.c:
5588         * src/hildon-date-selector.c:
5589         * examples/hildon-touch-selector-example.c
5590         * examples/hildon-touch-selector-multi-cells-example.c
5591         * examples/hildon-picker-button-multicolumn-example.c
5592         Set the right value to "text-column" property on the creation of a new
5593         column using hildon_touch_selector_append_column()
5594
5595         Fixes: NB#88644 (Hardcoded first column of the model as text column)
5596
5597 2008-09-30  Alberto Garcia  <agarcia@igalia.com>
5598
5599         * src/hildon-app-menu.c
5600         (hildon_app_menu_construct_child, hildon_app_menu_init): When
5601         updating the layout of the menu, don't create all widgets again,
5602         just repack the items in their new places.
5603
5604 2008-09-30  Alejandro Pinheiro <apinheiro@igalia.com>
5605
5606         * src/hildon-time-selector.c
5607         (hildon_time_selector_get_time)
5608         (hildon_time_selector_set_time)
5609         Added documentation of these public methods
5610
5611         * src/hildon-date-button.h
5612         * src/hildon-touch-selector-column.h
5613         * src/hildon-time-button.h
5614         * src/hildon-picker-dialog.h
5615         * src/hildon-time-selector.h
5616         * src/hildon-picker-button.h
5617         * src/hildon-touch-selector.h
5618         * src/hildon-time-picker.h
5619         * src/hildon-date-selector.h
5620         * src/hildon-touch-selector-entry.h
5621         Modified in order to use hildon-widgets code style
5622
5623 2008-09-30  Alejandro G. Castro  <alex@igalia.com>
5624
5625         Added deprecated support to the compilation process using
5626         HILDON_DISABLE_DEPRECATED
5627
5628         * configure.ac: Added the --disable-deprecated to the configure
5629         script
5630
5631         * src/hildon-weekday-picker.c:
5632         * src/hildon-weekday-picker.h: Deprecated widget, example of how
5633         to use the deprecated support. We will update the other deprecated
5634         widgets status in a new patch.
5635
5636 2008-09-30  Alejandro G. Castro  <alex@igalia.com>
5637
5638         * configure.ac: Fixed typo with fatal warnings support, the
5639         variable name was not correct
5640
5641 2008-09-29  Alberto Garcia  <agarcia@igalia.com>
5642
5643         * src/hildon-app-menu.c
5644         * src/hildon-program.c: Update documentation.
5645
5646 2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>
5647
5648         * configure.ac: Post-release version bump.
5649
5650 2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>
5651
5652         [Release 2.1.12]
5653
5654         * NEWS: Update.
5655         * configure.ac: Pre-release version bump.
5656         * debian/changelog: Updates.
5657
5658 2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>
5659
5660         * NEWS: Update news for previous releases.
5661
5662 2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>
5663
5664         * examples/hildon-touch-selector-multi-cells-example.c:
5665         (create_selector): Update the example to use
5666         hildon_touch_selector_append_column() with a NULL renderer and set
5667         the renderers later.
5668         * src/hildon-touch-selector.c: (_create_new_column): Do not warn if
5669         passed a NULL renderer. This is documented behavior now.
5670
5671         Allow passing a NULL renderer to hildon_touch_selector_append_column().
5672         This must be used if the developer wants full control on the layout of
5673         the renderers to be added to the column.
5674
5675         Fixes: NB#88680 (Limiting API in HildonTouchSelector)
5676
5677 2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>
5678
5679         * src/hildon-touch-selector.c: Documentation fixes.
5680
5681 2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>
5682
5683         * src/hildon-wizard-dialog-private.h: Remove image and box.
5684         * src/hildon-wizard-dialog.c: (hildon_wizard_dialog_init),
5685         (hildon_wizard_dialog_set_property), (response): Completely remove
5686         image/icon support, and the containers required for the layout.
5687
5688         Fixes: NB#88927 (Hildon Wizard should not use icons anymore)
5689
5690 2008-09-25  Alberto Garcia  <agarcia@igalia.com>
5691
5692         * src/hildon-app-menu.c: Updated documentation.
5693
5694         * src/hildon-stackable-window.c
5695         (hildon_stackable_window_set_main_menu): Unref the old menu after
5696         ref'ing the new one.
5697
5698 2008-09-25  Alberto Garcia  <agarcia@igalia.com>
5699
5700         * src/hildon-stackable-window.c
5701         (hildon_stackable_window_set_main_menu): Unref the previous menu
5702         instead of destroying it.
5703
5704         * src/hildon-app-menu.c (hildon_app_menu_init): Re-enforce the
5705         floating reference and set has_user_ref_count to FALSE to make
5706         HildonAppMenu act like a normal ref-counted widget and not a
5707         toplevel widget.
5708
5709         Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu()
5710         changed)
5711
5712 2008-09-25  Alejandro Pinheiro  <apinheiro@igalia.com>
5713
5714         * src/hildon-touch-selector-column.h: new file
5715         * src/hildon-touch-selector.h
5716         * src/hildon-touch-selector.c
5717         Implemented GtkCellLayout interface, in order to allow to configure
5718         the cell layout on each individual selector column
5719         (hildon_touch_selector_set_column_attributes): marked as deprecated
5720         * examples/hildon-touch-selector-multi-cells-example.c
5721         Example of how to use the GtkCellLayout interface on the selector
5722
5723         Fixes: NB#88680 (Limiting API in HildonTouchSelector)
5724
5725 2008-09-24  Alberto Garcia  <agarcia@igalia.com>
5726
5727         * src/hildon-app-menu.h
5728         * src/hildon-app-menu.c
5729         (hildon_app_menu_insert, hildon_app_menu_reorder_child)
5730         (hildon_app_menu_append, hildon_app_menu_prepend):
5731         New methods to prepend, insert and move items in the menu.
5732
5733 2008-09-24  Claudio Saavedra  <csaavedra@igalia.com>
5734
5735         * src/hildon-wizard-dialog.c:
5736
5737         (hildon_wizard_dialog_init): Update logical IDs and remove cancel
5738         button.
5739         (create_title): Update logical IDs and related code.
5740         (response): No need to handle HILDON_WIZARD_DIALOG_CANCEL.
5741
5742         * src/hildon-wizard-dialog.h: Note that
5743         HILDON_WIZARD_DIALOG_CANCEL should be marked as deprecated at some
5744         point, as it is not used anymore.
5745
5746         Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2)
5747
5748 2008-09-24  Claudio Saavedra  <csaavedra@igalia.com>
5749
5750         * src/hildon-note.c:
5751         (hildon_note_rebuild): Update logical IDs. Ensure "Cancel" button is
5752         shown.  Do not display an icon in confirmation notes nor information
5753         notes.
5754         (hildon_note_set_button_text): Update logical ID for cancel button.
5755
5756         Fixes: NB#88850 (Update HildonNote button strings + signals)
5757
5758 2008-09-24  Alberto Garcia  <agarcia@igalia.com>
5759
5760         * src/hildon-stackable-window.c
5761         (hildon_stackable_window_set_main_menu): Fix compilation warning.
5762
5763 2008-09-24  Alberto Garcia  <agarcia@igalia.com>
5764
5765         * src/hildon-app-menu-private.h
5766         * src/hildon-app-menu.c (hildon_app_menu_set_columns)
5767         (hildon_app_menu_set_property, hildon_app_menu_construct_child)
5768         (hildon_app_menu_init, hildon_app_menu_class_init): Added
5769         temporary property 'columns' to change the number of columns.
5770
5771 2008-09-24  Claudio Saavedra  <csaavedra@igalia.com>
5772
5773         Patch contributed by Kimmo Hämäläinen (kimmo.hamalainen@nokia.com)
5774
5775         * examples/hildon-note-example.c: (on_information_clicked),
5776         (on_confirmation_clicked), (on_progress_clicked), (main): Add
5777         debugging information.
5778         * src/hildon-note-private.h: Remove close_if_pressed_outside,
5779         not needed anymore.
5780         * src/hildon-note.c: (hildon_note_class_init), (hildon_note_init),
5781         (hildon_note_rebuild): Remove special handling of tapping outside/inside
5782         in order to close: this will be handled by the WM from now on.
5783
5784         Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior)
5785
5786 2008-09-24  Alberto Garcia  <agarcia@igalia.com>
5787
5788         * src/hildon-app-menu-private.h
5789         * src/hildon-app-menu.c
5790         (hildon_app_menu_append, hildon_app_menu_add_filter)
5791         (button_visibility_changed, hildon_app_menu_apply_style)
5792         (hildon_app_menu_style_set, hildon_app_menu_construct_child)
5793         (hildon_app_menu_init, hildon_app_menu_finalize): Update the
5794         layout everytime a button (item or filter) is shown or hidden.
5795
5796         * src/hildon-stackable-window.c
5797         (hildon_stackable_window_set_main_menu): Destroy the old menu when
5798         setting a new one.
5799
5800 2008-09-22  Alejandro Pinheiro <apinheiro@igalia.com>
5801
5802         * src/hildon-touch-selector.c:
5803         (hildon_touch_selector_class_init): added gtkrc bits in order to ensure
5804         that the treeview inside the touch selector is in fremantle hildon mode
5805         * examples/hildon-date-button-example.c
5806         * examples/hildon-picker-button-multicolumn-example.c
5807         * examples/hildon-touch-selector-entry-example.c
5808         * examples/hildon-touch-selector-example.c
5809         * examples/hildon-time-button-example.c
5810         * examples/hildon-picker-button-example.c:
5811         (main): Remove the gtkrc bits, now hadled by hildon-touch-selector.c
5812
5813 2008-09-22  Claudio Saavedra  <csaavedra@igalia.com>
5814
5815         * examples/hildon-text-view-example.c: (main): Remove the
5816         gtkrc bits, now handled by the theme.
5817
5818 2008-09-22  Alberto Garcia  <agarcia@igalia.com>
5819
5820         * src/hildon-picker-button.c (hildon_picker_button_set_active):
5821         Fix memory leak
5822
5823 2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>
5824
5825         * po/Makefile.am: Install properly the mo files.
5826         * po/en_GB.po: Update translation, to ease testing purposes.
5827
5828 2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>
5829
5830         * examples/hildon-picker-button-example.c: (main): Select an item
5831         in the selector before setting it to the button.
5832
5833 2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>
5834
5835         * src/hildon-picker-button.c: (hildon_picker_button_set_selector):
5836         Update button's value if the selector has an item active.
5837
5838         Fixes: NB#88718 (HildonPickerButton not synchronizing its initial
5839         'value' with the selector)
5840
5841 2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>
5842
5843         * src/hildon-picker-button.c: (+hildon_picker_button_finalize): unref
5844         the HildonTouchSelector and destroy the underlying HildonPickerDialog.
5845         (hildon_picker_button_class_init): Plug the finalize method.
5846         (hildon_picker_button_set_selector): If there's a previously set
5847         selector, unref'it before setting a new one.
5848
5849         Fixes: NB#88720 (HildonPickerButton leaks a reference to the
5850         HildonTouchSelector)
5851
5852 2008-09-16  Claudio Saavedra  <csaavedra@igalia.com>
5853
5854         * src/hildon-touch-selector-entry.c:
5855         (hildon_touch_selector_entry_changed): Check if there is no text
5856         selected before setting the entry text.
5857         Fixes: NB#88576
5858
5859 2008-09-15  Alberto Garcia  <agarcia@igalia.com>
5860
5861         * src/hildon-touch-selector.h
5862         * src/hildon-touch-selector.c
5863         (hildon_touch_selector_get_active)
5864         (hildon_touch_selector_set_active): New methods to set/get the
5865         index of the selected item.
5866
5867         * src/hildon-picker-button.h
5868         * src/hildon-picker-button.c
5869         (hildon_picker_button_get_active)
5870         (hildon_picker_button_set_active): New methods to set/get the
5871         index of the selected item.
5872
5873 2008-09-15  Claudio Saavedra  <csaavedra@igalia.com>
5874
5875         * configure.ac: post-release version bump.
5876
5877 2008-09-15  Claudio Saavedra  <csaavedra@igalia.com>
5878
5879         Release 2.1.10-1.
5880
5881         * configure.ac: Pre-release version bump.
5882         * debian/changelog: Updates.
5883         * debian/control: Add myself as maintainer and depend on l10n
5884         packages.
5885
5886 2008-09-15  Alberto Garcia  <agarcia@igalia.com>
5887
5888         * src/hildon-window.c
5889         (hildon_window_set_main_menu)
5890         * src/hildon-stackable-window.c
5891         (hildon_stackable_window_set_main_menu):
5892         Updated documentation.
5893
5894 2008-09-15  Alberto Garcia  <agarcia@igalia.com>
5895
5896         * src/hildon-date-selector.c (hildon_date_selector_finalize):
5897         Don't free selector->priv manually.
5898         Fixes: NB#88414
5899
5900 2008-09-12  Alejandro G. Castro  <alex@igalia.com>
5901
5902         * src/hildon-gtk.c,
5903         (hildon_gtk_window_set_progress_indicator):
5904         * src/hildon-gtk.h: Added the new API
5905         hildon_gtk_window_set_progress_indicator, it changes the state of
5906         the window progress hint.
5907
5908 2008-09-12  Alberto Garcia  <agarcia@igalia.com>
5909
5910         * src/hildon-button.c
5911         * src/hildon-stackable-window.c: Minor documentation updates.
5912
5913 2008-09-12  Alberto Garcia  <agarcia@igalia.com>
5914
5915         * src/hildon-stackable-window.c: Updated documentation.
5916
5917 2008-09-12  Claudio Saavedra  <csaavedra@igalia.com>
5918
5919         * src/hildon-defines.h: Update margins definitions
5920         to the Fremantle sizes.
5921         Fixes: NB#88364
5922
5923 2008-09-12  Alejandro G. Castro  <alex@igalia.com>
5924
5925         * src/hildon-touch-selector.c,
5926         (_hildon_touch_selector_set_model): Cleaning the code after
5927         review, removed g_print and #if 0 from the code.
5928
5929 2008-09-11  Alberto Garcia  <agarcia@igalia.com>
5930
5931         * src/hildon-edit-toolbar.c: Update documentation.
5932
5933 2008-09-11  Alberto Garcia  <agarcia@igalia.com>
5934
5935         * src/hildon-check-button.h
5936         * src/hildon-check-button.c
5937         (hildon_check_button_set_label, hildon_check_button_get_label)
5938         * examples/hildon-check-button-example.c
5939         (button_clicked_cb):
5940         Removed deprecated methods.
5941
5942 2008-09-11  Alberto Garcia  <agarcia@igalia.com>
5943
5944         * src/hildon-text-view.c:
5945         Add sample code to the documentation.
5946
5947         * src/hildon-entry.h
5948         * src/hildon-text-view.h:
5949         Minor cosmetic changes.
5950
5951         * src/hildon-entry.c:
5952         Add sample code to the documentation.
5953         (hildon_entry_init, hildon_entry_refresh_contents):
5954         Don't allow NULL values in the placeholder.
5955
5956 2008-09-10  Alberto Garcia  <agarcia@igalia.com>
5957
5958         * doc/hildon-docs.sgml
5959         * doc/hildon.types
5960         * examples/Makefile.am
5961         * examples/hildon-text-view-example.c
5962         * src/Makefile.am
5963         * src/hildon-text-view.c
5964         * src/hildon-text-view.h
5965         * src/hildon.h:
5966         New HildonTextView widget, with example.
5967
5968 2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>
5969
5970         * po/POTFILES.in: Add missing files with translatable strings.
5971         Partially fixes NB#88287.
5972
5973 2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>
5974
5975         * examples/hildon-pannable-area-example-2.c: (main): No need to
5976         set the cellrenderer height inside hildon touch lists, the theme does
5977         that for us.
5978
5979 2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>
5980
5981         * examples/hildon-entry-example.c: (main): Remove the gtkrc bits, now
5982         they are integrated in the theme.
5983
5984 2008-09-09  Alberto Garcia  <agarcia@igalia.com>
5985
5986         * examples/hildon-entry-example.c: Update the example adding
5987         widgets to modify the text and the placeholder of the HildonEntry.
5988
5989         * src/hildon-entry.c: Show the placeholder everytime the widget
5990         is empty and loses the focus.
5991
5992 2008-09-09  Alejandro G. Castro  <alex@igalia.com>
5993
5994         Patch contributed by Daniil Ivanov (ext-danil.ivanoc@nokia.com)
5995
5996         * src/hildon-pannable-area.c,
5997         (hildon_pannable_area_size_request): Fixed bug in height
5998         requisition, avoid increasing size and add border twice.
5999
6000 2008-09-09  Claudio Saavedra  <csaavedra@igalia.com>
6001
6002         * configure.ac: postrelease version bump.
6003
6004 2008-09-09  Claudio Saavedra  <csaavedra@igalia.com>
6005
6006         Release 2.1.8-1.
6007
6008         * configure.ac: Prerelease version bump.
6009         * debian/changelog: update.
6010         * debian/rules: make -dbg package contain useful debugging symbols.
6011
6012 2008-09-08  Alberto Garcia  <agarcia@igalia.com>
6013
6014         * src/hildon-dialog.h
6015         * src/hildon-dialog.c
6016         (hildon_dialog_add_button, hildon_dialog_add_buttons):
6017         New methods to add buttons with finger size.
6018         (hildon_dialog_new_with_buttons):
6019         Create buttons with finger size.
6020
6021         * examples/hildon-dialog-example.c (main): Use HildonDialog
6022         methods to add buttons.
6023
6024 2008-09-08  Alberto Garcia  <agarcia@igalia.com>
6025
6026         * src/hildon-entry.c: Updated HildonButton documentation.
6027
6028 2008-09-08  Alberto Garcia  <agarcia@igalia.com>
6029
6030         * src/hildon-button.c (hildon_button_set_arrangement): Pack the
6031         button value label with (FALSE, FALSE) to prevent NB#88126 from
6032         being triggered.
6033
6034 2008-09-08  Alejandro G. Castro  <alex@igalia.com>
6035
6036         * examples/hildon-pannable-area-example.c,
6037         (main): Removed examples panning a vbox inside a pannable
6038         area. Check bug NB#87965
6039
6040 2008-09-08  Alejandro G. Castro  <alex@igalia.com>
6041
6042         Patch contributed by Kris Rietveld (kris@imendio.com)
6043
6044         * src/hildon-pannable-area.c,
6045         (hildon_pannable_area_get_topmost): replaced the get_geometry with
6046         get_size and get_position, this saves an X server roundtrip.
6047
6048 2008-09-05  Alberto Garcia  <agarcia@igalia.com>
6049
6050         * doc/hildon-docs.sgml
6051         * doc/hildon.types
6052         * examples/Makefile.am
6053         * examples/hildon-entry-example.c
6054         * src/Makefile.am
6055         * src/hildon-entry.c
6056         * src/hildon-entry.h
6057         * src/hildon.h:
6058         New HildonEntry widget, with example.
6059
6060 2008-09-05  Alberto Garcia  <agarcia@igalia.com>
6061
6062         * src/hildon-button.c (hildon_button_construct_child): Pack the
6063         image with expand == fill == FALSE. This is a workaround for a bug
6064         in GtkBox.
6065
6066 2008-09-05  Claudio Saavedra  <csaavedra@igalia.com>
6067
6068         * examples/hildon-pannable-area-example-2.c: (main): Use the stock
6069         labels for the text column, to make it more look more dynamic.
6070
6071 2008-09-04  Alejandro Pinheiro  <apinheiro@igalia.com>
6072
6073         * src/hildon-time-selector.c
6074         Define gettext auxiliar macro N_
6075         (_create_minutes_model)
6076         (_create_hours_model)
6077         (_create_ampm_model): use of strftime in order to fill the model
6078         * src/hildon-date-selector.c
6079         (hildon_date_selector_finalize):
6080         (_locales_init): remove the logic related to get the name of the months
6081         using nl_langinfo, as it is not required anymore
6082         (_create_day_model)
6083         (_create_year_model)
6084         (_create_month_model)
6085         (_update_day_model): use of strftime in order to fill the model properly
6086
6087
6088 2008-09-04  Alberto Garcia  <agarcia@igalia.com>
6089
6090         * src/hildon-button.h
6091         * src/hildon-button.c (hildon_button_get_image): New method to
6092         retrieve the image.
6093
6094 2008-09-04  Claudio Saavedra  <csaavedra@igalia.com>
6095
6096         * src/hildon-touch-selector.c:
6097         (hildon_touch_selector_remove_column): Remove from the correct parent
6098         and also remove the list element and free it.
6099         Fixes: NB#88049
6100
6101 2008-09-04  Alejandro Pinheiro  <apinheiro@igalia.com>
6102
6103         * src/hildon-time-selector.c
6104         (_create_hours_model): change the range on 12h ampm format in order to use
6105         a 12-11 range instead of previous 01-12 range
6106         (hildon_time_selector_set_time): change the way to select the current time
6107         on 12h ampm format, due the change on the range
6108         (hildon_time_selector_get_time): fix the hour returned on 12 ampm format
6109         Fixes: NB#88036
6110
6111 2008-09-03  Alejandro Pinheiro  <apinheiro@igalia.com>
6112
6113         * src/hildon-touch-selector.c
6114         (hildon_date_touch_selector_get_selected): fix the selection mode check,
6115         in order to allow use this function on multiple row selection mode if
6116         the column is different that the first one
6117         Fixes: NB#88047
6118
6119 2008-09-03  Claudio Saavedra  <csaavedra@igalia.com>
6120
6121         * src/hildon-time-selector.c: (_custom_print_func): Change the logical ids
6122         to "wdgt_va_12h_time" and "wdgt_va_24h_time". Fixes NB#88045.
6123
6124 2008-09-02  Alejandro Pinheiro  <apinheiro@igalia.com>
6125
6126         * src/hildon-date-selector.h: clean some comments, now on the .c
6127         * src/hildon-date-selector.c
6128         (hildon_date_selector_select_month): first implementation
6129         (hildon_date_selector_select_day): added documentation, reimplemented
6130         using hildon_date_selector_select_current_date to avoid repeat code
6131         Fixes: NB#88027
6132
6133 2008-09-02  Alejandro G. Castro  <alex@igalia.com>
6134
6135         Reviewed interaction logic based on device experiences, refactored
6136         code.
6137
6138         * src/hildon-pannable-area.c,
6139         (hildon_pannable_area_class_init): Updated default vmax speed.
6140         (hildon_pannable_area_calculate_velocity): Added this function, it
6141         avoids duplicate valocity calculation. Adjusted calculation to
6142         avoid problems with zero dist events.
6143
6144         (hildon_pannable_area_motion_notify_cb): Now we use the
6145         calculate_velocity function.
6146
6147 2008-09-02  Alejandro Pinheiro  <apinheiro@igalia.com>
6148
6149         * src/hildon-date-selector.c
6150         (hildon_date_selector_select_current_date): fix the day range check
6151         as it failed using the last day of the current month
6152         Fixes NB#88023
6153
6154 2008-09-02  Alejandro Pinheiro  <apinheiro@igalia.com>
6155
6156         * src/hildon-touch-selector.c
6157         (hildon_touch_selector_get_num_columns): added a parameter validation
6158         Fixes: NB#88022
6159
6160 2008-08-29  Alberto Garcia  <agarcia@igalia.com>
6161
6162         * examples/Makefile.am
6163         * examples/hildon-edit-toolbar-example.c: Example of the
6164         HildonEditToolbar widget.
6165
6166 2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
6167
6168         * configure.ac: postrelease version bump.
6169
6170 2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
6171
6172         Release 2.1.6-1.
6173
6174         * configure.ac: prerelease version bump.
6175         * debian/changelog: update.
6176
6177 2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
6178
6179         * examples/hildon-pannable-area-example-2.c: (main): Add a pixbuf
6180         renderer to display stock icons in the touch list. Also, set the sizes
6181         to the recommended in the style guide.
6182
6183 2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
6184         * src/hildon-touch-selector.h
6185         (hildon_touch_selector_set_active_iter): renamed, now is
6186         hildon_touch_selector_select_iter
6187         (hildon_touch_selector_get_active_iter): renamed, now is
6188         hildon_touch_selector_get_selected
6189         (hildon_touch_selector_unselect_iter): added
6190         * src/hildon-touch-selector.c
6191         Update after API modification (methods renamed)
6192         (hildon_touch_selector_select_iter): remove gtk_tree_view_set_cursor in
6193         order to avoid problems selecting multiple elements on the column
6194         (hildon_touch_selector_unselect_iter): added the implementation
6195         * src/hildon-time-selector.c
6196         * src/hildon-date-selector.c
6197         * src/hildon-touch-selector-entry.c
6198         Update methods calls after hildon-touch-selector.h API modification (methods
6199         renamed)
6200
6201 2008-08-29  Alberto Garcia  <agarcia@igalia.com>
6202
6203         * src/hildon-stackable-window.c
6204         (hildon_stackable_window_finalize): Call the parent class's finalize.
6205
6206 2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
6207
6208         * examples/hildon-touch-selector-example.c: (create_selector): Use
6209         gtk_cell_renderer_set_fixed_size() instead of a GValue to set the
6210         cell height.
6211
6212 2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
6213
6214         * examples/hildon-touch-selector-example.c: (create_selector): Do not
6215         set a cell background color, to respect theming.
6216
6217 2008-08-28  Alberto Garcia  <agarcia@igalia.com>
6218
6219         * doc/hildon-docs.sgml
6220         * doc/hildon.types
6221         * src/Makefile.am
6222         * src/hildon-edit-toolbar.c
6223         * src/hildon-edit-toolbar.h
6224         * src/hildon.h: New HildonEditToolbar widget.
6225
6226 2008-08-28  Claudio Saavedra  <csaavedra@igalia.com>
6227
6228         * examples/hildon-pannable-area-example-4.c: (main): Remove unneeded
6229         extra GtkVBox.
6230
6231 2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
6232         * src/hildon-touch-selector.c
6233         (_create_new_column): use g_object_set instead of two g_object_set_property
6234
6235 2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
6236         * src/hildon-touch-selector.c
6237         (_create_new_column): use of hildon_gtk_tree_view_new to create
6238         the treeview, instead of use directly g_object_new
6239         (_create_new_column): update the property name "vindicator-mode" for the
6240         new one "vscrollbar-policy"
6241         * examples/hildon-date-button-example.c
6242         * examples/hildon-picker-button-multicolumn-example.c
6243         * examples/hildon-touch-selector-entry-example.c
6244         * examples/hildon-touch-selector-example.c
6245         * examples/hildon-time-button-example.c
6246         * examples/hildon-picker-button-example.c
6247         Add a gtk_rc_parse_string in order to set the hildon-mode to HILDON_FREMANTLE
6248         to all the treeviews inside a pannable area.
6249
6250 2008-08-27  Alberto Garcia  <agarcia@igalia.com>
6251
6252         * src/hildon-button.h
6253         * src/hildon-button.c (hildon_button_init)
6254         (hildon_button_set_arrangement, hildon_button_set_alignment)
6255         (hildon_button_set_title_alignment)
6256         (hildon_button_set_value_alignment)
6257         (hildon_button_set_image_alignment)
6258         (hildon_button_construct_child): New methods to set the alignment
6259         of the individual components of the button (title, value,
6260         image). Also, new method to alter the xscale and yscale properties
6261         of the GtkAlignment inside the button, so more complex layouts can
6262         be created.
6263
6264 2008-08-27  Alberto Garcia  <agarcia@igalia.com>
6265
6266         * src/hildon-button.c (hildon_button_style_set)
6267         (hildon_button_class_init, hildon_button_set_arrangement)
6268         (hildon_button_construct_child): Apply style properties
6269         correctly. Use the 'image-spacing' style property too.
6270
6271 2008-08-26  Alberto Garcia  <agarcia@igalia.com>
6272
6273         * src/hildon-app-menu.c (hildon_app_menu_style_set)
6274         (hildon_app_menu_init, hildon_app_menu_class_init): Set style
6275         correctly.
6276
6277 2008-08-26  Alejandro G. Castro  <alex@igalia.com>
6278
6279         * src/hildon-pannable-area.c,
6280         (hildon_pannable_area_size_request): Fixed problem with
6281         pannable-area size_request.
6282
6283 2008-08-26  Alejandro G. Castro  <alex@igalia.com>
6284
6285         Added management for the grab-focus to a child widget, like a
6286         range, we need to fade out the scrollbar when releasing.
6287
6288         * src/hildon-pannable-area.c,
6289         (hildon_pannable_area_init): Connected the grab-focus signal to
6290         the callback.
6291         (hildon_pannable_area_grab_notify): Added this function in order
6292         to manage the situation when the grab-focus ends. We have to
6293         fade-out the scrollbar.
6294
6295 2008-08-25  Alberto Garcia  <agarcia@igalia.com>
6296
6297         * src/hildon-app-menu.c: Minor documentation update.
6298
6299 2008-08-25  Alberto Garcia  <agarcia@igalia.com>
6300
6301         * src/hildon-app-menu.c
6302         * examples/hildon-app-menu-example.c (create_menu): Update
6303         examples and documentation to explain how to connect callbacks.
6304
6305 2008-08-25  Alejandro Pinheiro <apinheiro@igalia.com>
6306
6307         * examples/hildon-button-example.c
6308         (vertical_buttons_window) (horizontal_buttons_window) (main): use of
6309         hildon_stackable_window_new instead of gtk_window_new
6310
6311 2008-08-22  Alejandro G. Castro  <alex@igalia.com>
6312
6313         * src/hildon-pannable-area.c (hildon_pannable_area_class_init),
6314         (hildon_pannable_area_init), (hildon_pannable_area_get_property),
6315         (hildon_pannable_area_set_property),
6316         (hildon_pannable_area_dispose), (hildon_pannable_area_realize),
6317         (hildon_pannable_area_unrealize),
6318         (hildon_pannable_area_size_request),
6319         (hildon_pannable_area_size_allocate),
6320         (hildon_pannable_area_style_set), (hildon_pannable_area_map),
6321         (hildon_pannable_area_unmap), (rgb_from_gdkcolor),
6322         (hildon_pannable_draw_vscroll), (hildon_pannable_draw_hscroll),
6323         (hildon_pannable_area_initial_effect),
6324         (hildon_pannable_area_redraw),
6325         (hildon_pannable_area_scroll_indicator_fade),
6326         (hildon_pannable_area_expose_event),
6327         (hildon_pannable_area_get_topmost), (synth_crossing),
6328         (hildon_pannable_area_button_press_cb),
6329         (hildon_pannable_area_refresh), (hildon_pannable_axis_scroll),
6330         (hildon_pannable_area_scroll), (hildon_pannable_area_timeout),
6331         (hildon_pannable_area_motion_notify_cb),
6332         (hildon_pannable_area_button_release_cb),
6333         (hildon_pannable_area_scroll_cb), (hildon_pannable_area_add),
6334         (hildon_pannable_area_remove),
6335         (hildon_pannable_calculate_vel_factor): Widget refactorization,
6336         chage the code layout to a more GtkWidget like. Review the use of
6337         variables.
6338
6339 2008-08-21  Alejandro G. Castro  <alex@igalia.com>
6340
6341         * examples/hildon-pannable-area-example-4.c,
6342         (main): Modified the name of the hindicator_mode to
6343         hscrollbar_visible
6344
6345         * src/hildon-pannable-area.c,
6346         (hildon_pannable_area_class_init),
6347         (hildon_pannable_area_motion_notify_cb),
6348         (hildon_pannable_area_size_allocate): Reviewed the drawing logic,
6349         we have reduced the amount of signals and managed reviewed its
6350         rationale. Changed the default decelerate value.
6351
6352         (hildon_pannable_area_add),
6353         (hildon_pannable_area_redraw): Refactored functions.
6354
6355         (hildon_pannable_area_init),
6356         (hildon_pannable_area_get_property),
6357         (hildon_pannable_area_set_property):
6358         (hildon_pannable_draw_vscroll),
6359         (hildon_pannable_draw_hscroll),
6360         (hildon_pannable_area_initial_effect),
6361         (hildon_pannable_area_expose_event),
6362         (hildon_pannable_area_scroll),
6363         (hildon_pannable_area_button_press_cb),
6364         (hildon_pannable_area_realize): Replaced the names hindicator_mode
6365         and vindicator_mode with hscrollbar_policy and
6366         vscrollbar_policy. Replaced hscroll and vscroll with
6367         hscroll_visible and vscroll_visible.
6368
6369         (hildon_pannable_area_refresh): Refactor the function, remove
6370         variables and check the calls to this function, added resize
6371         conditions in case the children change their layout.
6372
6373         (hildon_pannable_area_size_request): Added more detailed
6374         size_request calculation.
6375
6376
6377 2008-08-21  Alejandro Pinheiro <apinheiro@igalia.com>
6378
6379         * src/hildon-color-chooser.c
6380         (init_borders): use the correct gtk_border_free instead of g_free, to
6381         avoid a crash when this widget is used (ie: the three color selection
6382         examples)
6383
6384 2008-08-20  Alejandro G. Castro  <alex@igalia.com>
6385
6386         * src/hildon-check-button.c,
6387         (hildon_check_button_set_active): Fixed problem when setting the
6388         active value, the widget was not redrawn.
6389
6390 2008-08-20  Alejandro G. Castro  <alex@igalia.com>
6391
6392         * src/hildon-pannable-area.c,
6393         (hildon_pannable_area_refresh),
6394         (hildon_pannable_area_scroll),
6395         (hildon_pannable_area_motion_notify_cb): Small code style change.
6396
6397         (hildon_pannable_area_class_init): Default initial_hint set to
6398         FALSE, it is not in the specs.
6399
6400         (hildon_pannable_area_initial_effect),
6401         (hildon_pannable_area_expose_event),
6402         (hildon_pannable_area_map),
6403         (hildon_pannable_area_init): Moved the launching point of the
6404         initial effect, it was in map but the sizes where not correct in
6405         that method so we do not know if we have the reproduce it. Now it
6406         is placed in the expose_event method and uses a variable to
6407         reproduce it just once.
6408
6409 2008-08-19  Alejandro G. Castro  <alex@igalia.com>
6410
6411         * src/hildon-pannable-area.c,
6412         (hildon_pannable_draw_vscroll),
6413         (hildon_pannable_draw_hscroll): Fix error calculating the maximum
6414         position allowed for the scrollbars.
6415
6416         (hildon_pannable_area_size_allocate): Small style change.
6417
6418 2008-08-19  Alejandro G. Castro  <alex@igalia.com>
6419
6420         * src/hildon-pannable-area.c,
6421         (hildon_pannable_area_scroll_indicator_fade),
6422         (hildon_pannable_area_button_press_cb),
6423         (hildon_pannable_area_button_release_cb),
6424         (hildon_pannable_area_scroll_cb),
6425         (hildon_pannable_area_expose_event),
6426         (hildon_pannable_area_init): Added the define parameter
6427         SCROLLBAR_FADE_DELAY to control the fade effect of the scrollbars
6428         and refactor the fade variable.
6429
6430 2008-08-19  Alejandro G. Castro  <alex@igalia.com>
6431
6432         * src/hildon-pannable-area.c,
6433         (hildon_pannable_area_redraw),
6434         (hildon_pannable_area_scroll_indicator_fade): Refactored redraw
6435         lines, we were reimplemeting the redraw code.
6436
6437 2008-08-18  Alejandro G. Castro  <alex@igalia.com>
6438
6439         * src/hildon-pannable-area.c,
6440         (hildon_pannable_area_scroll_cb),
6441         (hildon_pannable_area_realize),
6442         (hildon_pannable_area_class_init): Added scroll_event management
6443         for pannable area, now we can scroll the usual desktop method.
6444
6445         (hildon_pannable_area_jump_to): Fixed the logic of the method, the
6446         initialization of the parameters should depend on idle_id.
6447
6448         (hildon_pannable_area_init),
6449         (hildon_pannable_area_map): Small code style modifications
6450
6451 2008-08-18  Alejandro G. Castro  <alex@igalia.com>
6452
6453         * src/hildon-pannable-area.c
6454         (hildon_pannable_area_button_press_cb),
6455         (hildon_pannable_area_motion_notify_cb),
6456         (hildon_pannable_area_button_release_cb),
6457         (hildon_pannable_area_size_allocate),
6458         (hildon_pannable_area_scroll_to): Improved the timeouts
6459         management, we avoid creating them each time.
6460
6461 2008-08-14  Alejandro G. Castro  <alex@igalia.com>
6462
6463         * src/hildon-pannable-area.c:
6464         (hildon_pannable_area_refresh),
6465         (hildon_pannable_area_motion_notify_cb),
6466         (hildon_pannable_area_class_init):
6467         * src/hildon-pannable-area.h:
6468         * src/hildon-touch-selector.c
6469         (_create_new_column):
6470         * examples/hildon-pannable-area-example-4.c:
6471         (horizontal_movement),
6472         (vertical_movement),
6473         (main):
6474         Replaced the names of enums in the HildonPannableArea:
6475            -  HILDON_PANNABLE_AREA_MOV_MODE_* ->
6476               HILDON_MOVEMENT_MODE_*
6477            -  HILDON_PANNABLE_AREA_MOV_* ->
6478               HILDON_MOVEMENT_*
6479            - Removed HildonPannableAreaIndicatorMode, now we
6480              use GtkPolicyType
6481
6482 2008-08-14  Alberto Garcia  <agarcia@igalia.com>
6483
6484         * examples/hildon-pannable-area-touch-grid-example.c
6485         * examples/hildon-pannable-area-touch-list-example.c: Fix
6486         compilation warnings.
6487
6488 2008-08-14  Alberto Garcia  <agarcia@igalia.com>
6489
6490         * src/hildon-gtk.c (hildon_gtk_button_new)
6491         (hildon_gtk_toggle_button_new, hildon_gtk_radio_button_new)
6492         (hildon_gtk_radio_button_new_from_widget): Make buttons show their
6493         images overriding the value of the "gtk-button-images" setting.
6494
6495 2008-08-14  Alberto Garcia  <agarcia@igalia.com>
6496
6497         * src/hildon-check-button.c (hildon_check_button_new):
6498         Instead of using a custom container, display the label and the
6499         checkbox using the standard GtkButton API.
6500
6501         * examples/hildon-check-button-example.c (main): Don't use
6502         hildon_check_button_set_label() anymore
6503
6504         * src/hildon-check-button.h
6505         * src/hildon-check-button.c
6506         (hildon_check_button_set_label, hildon_check_button_get_label):
6507         Set as deprecated, now we're using gtk_button_{get,set}_label()
6508
6509 2008-08-14  Alejandro G. Castro  <alex@igalia.com>
6510
6511         * src/hildon-pannable-area.c,
6512         (hildon_pannable_area_get_topmost): Fixed bug with click in the
6513         GtkTreeview first line we detected it after the inclusion of the
6514         GtkWindowImpl in gtk+. We now check if the window is visible, not
6515         just if the pointer is over the window.
6516         (hildon_pannable_axis_scroll),
6517         (hildon_pannable_area_expose_event): Small style changes.
6518
6519 2008-08-13  Alberto Garcia  <agarcia@igalia.com>
6520
6521         * src/hildon-button.c: Update documentation.
6522
6523 2008-08-13  Alberto Garcia  <agarcia@igalia.com>
6524
6525         * examples/hildon-button-example.c: Add a switch to show images in
6526         the buttons.
6527
6528 2008-08-12  Claudio Saavedra  <csaavedra@igalia.com>
6529
6530         * doc/hildon-docs.sgml: Some docs reorganization.
6531
6532 2008-08-12  Alberto Garcia  <agarcia@igalia.com>
6533
6534         * examples/hildon-pannable-area-touch-list-example.c
6535         (create_tree_view)
6536         * examples/hildon-pannable-area-touch-grid-example.c
6537         (create_icon_view): Use gtk_{tree,icon}_view_new() and
6538         hildon_gtk_{tree,icon}_view_new() instead of g_object_new().
6539         Fix memory leak when setting the tree model.
6540
6541 2008-08-12  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>
6542
6543         Released 2.1.4
6544
6545 2008-08-12  Claudio Saavedra  <csaavedra@igalia.com>
6546
6547         * doc/hildon.types: Remove duplicated hildon_window_get_type
6548         * src/hildon-window.c: (hildon_window_class_init): Remove duplicated
6549         documentation comment.
6550
6551 2008-08-12  Alberto Garcia  <agarcia@igalia.com>
6552
6553         * doc/Makefile.am: Complete list of private headers.
6554
6555 2008-08-12  Alberto Garcia  <agarcia@igalia.com>
6556
6557         * doc/hildon-docs.sgml
6558         * src/hildon-app-menu.c
6559         * src/hildon-bread-crumb.c
6560         * src/hildon-button.c
6561         * src/hildon-gtk.c
6562         * src/hildon-program.c
6563         * src/hildon-stackable-window.c
6564         * src/hildon-window.c: Lots of documentation updates.
6565
6566 2008-08-12  Alberto Garcia  <agarcia@igalia.com>
6567
6568         * debian/control: Depend on Gtk 2:2.12.9-0osso3
6569
6570         * configure.ac: Require Gtk+ 2.12.9 at least
6571
6572 2008-08-12  Alejandro G. Castro  <alex@igalia.com>
6573
6574         * src/hildon-pannable-area.c
6575         (hildon_pannable_area_scroll_indicator_fade),
6576         (hildon_pannable_area_timeout): Added the GDK_THREADS_LEAVE macro
6577         to protect the return of this timeout callbacks, avoiding deadlocks.
6578
6579 2008-08-12  Christian Dywan  <christian@imendio.com>
6580
6581         * src/hildon-*.c
6582         * src/hildon-*.h: Ensure a consistent include order,
6583         include <gtk/gtk.h> instead of particular files and
6584         only include the topmost header in the gtk stack. See NB #39857
6585
6586 2008-08-12  Christian Dywan  <christian@imendio.com>
6587
6588         * src/hildon-picker-dialog.c
6589         * src/hildon-touch-selector.c: Fix warnings about unused and
6590         uninitialized variables.
6591
6592 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
6593
6594         * examples/Makefile.am
6595         * examples/hildon-check-button-example.c: Example of the hildon
6596         check button.
6597
6598 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
6599
6600         * src/hildon-window.h
6601         * src/hildon-window.c (hildon_window_class_init)
6602         (hildon_window_unset_program): Don't make
6603         hildon_window_unset_program a virtual function anymore.
6604
6605         * src/hildon-stackable-window.c: Update documentation
6606
6607 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
6608
6609         * doc/Makefile.am
6610         * doc/hildon-docs.sgml
6611         * doc/visual_index.xml
6612         * src/hildon-defines.c
6613         * src/hildon-gtk.c
6614         * src/hildon-helper.c
6615         * src/hildon-range-editor.c: Lots of documentation fixes.
6616
6617 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
6618
6619         * examples/hildon-picker-button-multicolumn-example.c
6620         (create_touch_selector): Fix compilation warning.
6621
6622 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
6623
6624         * src/hildon-pannable-area.c (hildon_pannable_area_button_press_cb)
6625         (hildon_pannable_area_button_release_cb)
6626         (hildon_pannable_get_child_widget_at): Fix compilation warnings.
6627
6628 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
6629
6630         * src/hildon-button.c (hildon_button_add_image_size_group): Fix
6631         assertion.
6632
6633 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
6634
6635         * src/hildon-bread-crumb-trail.h
6636         * src/hildon-date-editor.c
6637         * src/hildon-date-selector.c
6638         * src/hildon-pannable-area.c
6639         * src/hildon-picker-dialog.c
6640         * src/hildon-time-selector.c
6641         * src/hildon-touch-selector-entry.c
6642         * src/hildon-touch-selector.c
6643         * src/hildon-touch-selector.h: Misc documentation fixes
6644
6645 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
6646
6647         * examples/hildon-date-editor-example.c (main): Updated date
6648         editor example.
6649
6650         * examples/hildon-note-example.c (on_confirmation_clicked):
6651         Updated confirmation note example.
6652
6653         * src/hildon-date-editor.c
6654         * src/hildon-note.c: Updated sample programs in documentation.
6655         Fixes: NB#87437
6656
6657 2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>
6658
6659         * src/hildon-date-button.h:
6660         * src/hildon-picker-button.h:
6661         * src/hildon-time-button.c:
6662         * src/hildon-time-button.h:
6663
6664         Some declarations changes to allow gtk-doc to document the widgets
6665         properly.
6666
6667 2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>
6668
6669         * src/hildon-date-button.c: Document the widget.
6670         * src/hildon-time-button.c: Document the widget.
6671
6672 2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>
6673
6674         * src/hildon-picker-button.c: Document the widget.
6675         * src/hildon-touch-selector-entry.c: Document the widget.
6676
6677 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
6678
6679         * doc/hildon-docs.sgml
6680         * src/Makefile.am
6681         * src/hildon.h
6682         * src/hildon-check-button.h
6683         * src/hildon-check-button.c: New functions to create the Hildon
6684         Touch Checkbox.
6685
6686         * src/hildon-gtk.h
6687         * src/hildon-gtk.c (hildon_gtk_check_button_new): Removed.
6688
6689 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
6690
6691         * src/hildon-button.h
6692         * src/hildon-button.c
6693         (hildon_button_add_title_size_group)
6694         (hildon_button_add_value_size_group)
6695         (hildon_button_add_image_size_group)
6696         (hildon_button_add_size_groups): New functions to set size groups
6697         for the button labels and image.
6698         (hildon_button_new_full): Removed
6699
6700 2008-08-08  Alejandro Pinheiro <apinheiro@igalia.com>
6701
6702         * src/hildon-time-selector.c
6703         (_check_ampm_format): use of g_warning instead of g_error with a gconf error
6704         in order to avoid a crash if gconf is not available
6705
6706 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
6707
6708         * src/hildon-button.c (hildon_button_set_arrangement)
6709         (hildon_button_construct_child): Don't construct the button child
6710         before setting the arrangement.
6711
6712 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
6713
6714         * src/hildon-program-private.h
6715         * src/hildon-program.c
6716         * src/hildon-program.h
6717         (_hildon_program_remove_from_stack, _hildon_program_add_to_stack)
6718         (hildon_program_peek_window_stack)
6719         (hildon_program_pop_window_stack)
6720         (hildon_program_go_to_root_window): HildonProgram now has a
6721         separate list for stackable windows. Functions are provided to
6722         manage that list with a stack-like API.
6723
6724         * src/hildon-stackable-window.c: Stackable window management is
6725         now much simpler with the new HildonProgram API. Windows no
6726         longer need to be manually added to the program, they're
6727         automatically pushed to the top of the stack when shown.
6728
6729         * examples/hildon-stackable-window-example.c: Updated example to
6730         reflect the API changes.
6731
6732 2008-08-07  Claudio Saavedra  <csaavedra@igalia.com>
6733
6734         * src/hildon-touch-selector.c: Comment out unimplemented
6735         hildon_touch_selector_insert_column() to avoid a compile warning.
6736
6737 2008-08-07  Claudio Saavedra  <csaavedra@igalia.com>
6738
6739         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init),
6740         (hildon_touch_selector_new), (hildon_touch_selector_remove_column),
6741         (hildon_touch_selector_set_column_selection_mode),
6742         (_hildon_touch_selector_set_model),
6743         (hildon_touch_selector_set_model):
6744
6745         Complete review of HildonTouchSelector documentation.
6746
6747 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
6748
6749         * doc/hildon-docs.sgml
6750         * src/Makefile.am
6751         * src/hildon.h
6752         * src/hildon-gtk.h
6753         * src/hildon-gtk.c: Convenience functions for standard Gtk
6754         widgets, used to easily perform frequent operations.
6755
6756         * src/hildon-button-helpers.h
6757         * src/hildon-button-helpers.c: Removed in favour of hildon-gtk.[ch]
6758
6759         * src/hildon-helper.h
6760         * src/hildon-helper.c (hildon_helper_set_theme_size): Renamed to
6761         hildon_gtk_widget_set_theme_size and moved to hildon-gtk.h
6762
6763         * src/hildon-button.h
6764         * src/hildon-button.c: Use the new hildon-gtk.[ch] functions.
6765
6766 2008-08-07  Alberto Garcia  <agarcia@igalia.com>
6767
6768         * src/hildon-button.c (hildon_button_init)
6769         (hildon_button_set_arrangement, hildon_button_construct_child):
6770         Pack the image and the labels inside the same GtkAlignment so
6771         gtk_button_set_alignment() can be used
6772
6773 2008-08-07  Alberto Garcia  <agarcia@igalia.com>
6774
6775         * src/hildon-button.h
6776         * src/hildon-button.c
6777         (hildon_button_init, hildon_button_set_image)
6778         (hildon_button_set_image_position)
6779         (hildon_button_construct_child): New functions to add an image to
6780         the HildonButton.
6781
6782 2008-08-07  Alberto Garcia  <agarcia@igalia.com>
6783
6784         * src/hildon-date-button.c
6785         * src/hildon-picker-button.c
6786         * src/hildon-time-button.c
6787         * src/hildon-button.c:
6788         (hildon_button_class_init): "size-flags" renamed to "size"
6789         (hildon_button_set_title): Hide the title label if set to NULL.
6790
6791 2008-08-07  Alberto Garcia  <agarcia@igalia.com>
6792
6793         HildonButtonFlags split into HildonButtonArrangement (to set the
6794         button layout) and HildonSizeType (which can be used for any
6795         widget).
6796
6797         * src/hildon-button.h
6798         * src/hildon-button.c
6799         (hildon_button_class_init)
6800         (hildon_button_set_arrangement)
6801         (hildon_button_set_property): New "size-flags"
6802         property. "arrangement-flags" renamed to "arrangement".
6803         (hildon_button_new, hildon_button_new_with_text)
6804         (hildon_button_new_full): Constructors updated to reflect type changes.
6805
6806         * src/hildon-helper.h
6807         * src/hildon-helper.c (hildon_helper_set_theme_size): New function
6808         to set the size of a widget.
6809
6810         * src/Makefile.am
6811         * src/hildon.h
6812         * src/hildon-button-helpers.c
6813         * src/hildon-button-helpers.h: New hildon-button-helpers module.
6814
6815         * src/hildon-date-button.c
6816         * src/hildon-date-button.h
6817         * src/hildon-picker-button.c
6818         * src/hildon-picker-button.h
6819         * src/hildon-time-button.c
6820         * src/hildon-time-button.h: Updated widgets to reflect
6821         HildonButton API changes.
6822
6823         * examples/hildon-button-example.c
6824         * examples/hildon-date-button-example.c
6825         * examples/hildon-picker-button-example.c
6826         * examples/hildon-picker-button-multicolumn-example.c
6827         * examples/hildon-time-button-example.c
6828         * examples/hildon-touch-selector-entry-example.c
6829         * examples/hildon-touch-selector-example.c: Updated examples to
6830         reflect HildonButton API changes.
6831
6832 2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>
6833
6834         * doc/hildon-docs.sgml:
6835         * doc/hildon.types:
6836         * examples/Makefile.am:
6837         * examples/hildon-touch-selector-entry-example.c:
6838         * src/Makefile.am:
6839         * src/hildon-touch-selector-entry.c:
6840         * src/hildon-touch-selector-entry.h:
6841         * src/hildon.h:
6842
6843         Moved HildonTouchSelectorEntry from sandbox. Added its
6844         documentation and examples.
6845
6846 2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>
6847
6848         * src/hildon-touch-selector.h:
6849         * examples/hildon-picker-button-multicolumn-example.c:
6850         (hildon_touch_selector_append_text_column): Add a gboolean
6851         parameter to determine if text must be centered in the column.
6852
6853         * src/hildon-date-selector.c: (hildon_date_selector_init):
6854         * src/hildon-time-selector.c: (hildon_time_selector_init):
6855         * src/hildon-touch-selector.c: (hildon_touch_selector_new_text),
6856         (create_touch_selector): Update widgets and example to reflect
6857         the API change.
6858
6859 2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>
6860
6861         * src/hildon-touch-selector.c:
6862         (hildon_touch_selector_set_active_iter): Set also the cursor in
6863         the active row.
6864
6865 2008-08-06  Alberto Garcia  <agarcia@igalia.com>
6866
6867         * doc/hildon-docs.sgml
6868         * doc/hildon.types
6869         * src/Makefile.am
6870         * src/hildon-toggle-button.c
6871         * src/hildon-toggle-button.h
6872         * src/hildon.h: Removed HildonToggleButton widget, a derived
6873         class is not necessary for this.
6874
6875 2008-08-06  Alejandro G. Castro  <alex@igalia.com>
6876
6877         * src/hildon-pannable-area.c,
6878         (hildon_pannable_area_realize),
6879         (hildon_pannable_area_size_allocate): Code refactoring, add tests
6880         for negative sizes.
6881
6882 2008-08-05  Claudio Saavedra  <csaavedra@igalia.com>
6883
6884         * src/hildon-picker-dialog.c: (hildon_picker_dialog_init): Make the
6885         "done" button the default widget for the dialog.
6886
6887 2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>
6888
6889         * src/hildon-touch-selector.c:
6890         (hildon_touch_selector_class_init),
6891         (hildon_touch_selector_get_property),
6892         (_hildon_touch_selector_set_model),
6893         (_hildon_touch_selector_has_multiple_selection),
6894         (hildon_touch_selector_has_multiple_selection):
6895         Add a "has-multiple-selection" property with a virtual
6896         has_multiple_selection() method to allow derived classes to
6897         override the default value for it. See the method and property
6898         documentation for details.
6899
6900         * src/hildon-touch-selector.h: Add the new API.
6901
6902         * src/hildon-picker-dialog.c: (requires_done_button): Call
6903         hildon_touch_selector_has_multiple_selection() instead of
6904         determining the need for a button itself.
6905
6906 2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>
6907
6908         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init),
6909         (_hildon_touch_selector_set_model),
6910         (hildon_touch_selector_set_model): Move working code to
6911         _hildon_touch_selector_set_mode(). Call the class method instead.
6912
6913         * src/hildon-touch-selector.h: Add (*set_model) to
6914         HildonTouchSelectorClass.
6915
6916         Make hildon_touch_selector_set_model() a virtual method, so that
6917         derived classes can extend it and do fancy stuff with the model.
6918
6919 2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>
6920
6921         * configure.ac: Set back the tarname in AC_INIT to hildon.
6922
6923 2008-08-04  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>
6924
6925         Release 2.1.3
6926
6927         * src/hildon-sound.c (hildon_play_system_sound): Use libcanberra
6928         instead of libesd (NB#86876). Volume handling is still an open issue.
6929
6930         * configure.ac, src/Makefile.am: Replace esd with libcanberra. Some
6931         cleanups.
6932
6933 2008-08-01  Claudio Saavedra  <csaavedra@igalia.com>
6934
6935         * src/hildon-touch-selector.c: (hildon_touch_selector_init),
6936         (hildon_touch_selector_append_column): Make the widget a GtkVBox
6937         derived class to ease placement of an entry widget in
6938         HildonTouchSelectorEntry. Added a private GtkHBox, packed at the
6939         end, where the selector columns are packed now.
6940
6941 2008-08-01  Claudio Saavedra  <csaavedra@igalia.com>
6942
6943         * src/hildon-picker-button.c: Removed the simple _text() API.
6944         * src/hildon-picker-button.h: Likewise.
6945
6946         * src/hildon-touch-selector.h:
6947         * src/hildon-touch-selector.c:
6948         (hildon_touch_selector_new_text),
6949         (hildon_touch_selector_append_text),
6950         (hildon_touch_selector_prepend_text),
6951         (hildon_touch_selector_insert_text):
6952
6953         Moved the simple _text() API from HildonPickerButton to
6954         HildonTouchPicker, to provide better escalability and not to tie
6955         that API to HildonPickerButton.
6956
6957         * examples/hildon-picker-button-example.c: (main): Example updated.
6958
6959 2008-07-31  Alberto Garcia  <agarcia@igalia.com>
6960
6961         * src/hildon-button.c: Updated documentation.
6962
6963         * examples/hildon-button-example.c: Add the posibility to create
6964         the buttons using horizontal layout for title and value.
6965
6966 2008-07-31  Alberto Garcia  <agarcia@igalia.com>
6967
6968         * src/hildon-app-menu-private.h
6969         * src/hildon-app-menu.c (hildon_app_menu_add_filter)
6970         (hildon_app_menu_init, hildon_app_menu_finalize): Don't use a
6971         GtkSizeGroup for the filters, use the 'homogeneous' property of
6972         the box instead.
6973
6974 2008-07-31  Alberto Garcia  <agarcia@igalia.com>
6975
6976         * examples/hildon-button-example.c: Updated example.
6977
6978 2008-07-30  Claudio Saavedra  <csaavedra@igalia.com>
6979
6980         * doc/hildon-docs.sgml:
6981         * doc/hildon.types:
6982
6983         Update documentation.
6984
6985         * examples/Makefile.am: Update renamed examples.
6986
6987         * examples/hildon-picker-button-multicolumn-example.c:
6988         (create_touch_selector), (main): Update after the rename.
6989
6990         * examples/hildon-touch-picker-example.c: Removed.
6991         * examples/hildon-touch-selector-example.c: (value_changed),
6992         (create_selector), (get_visible_content), (main): Renamed from
6993         hildon-touch-picker-example.c
6994
6995         * src/Makefile.am: Updated renamed files.
6996
6997         * src/hildon-date-button.c: (hildon_date_button_init),
6998         (hildon_date_button_get_date), (hildon_date_button_set_date):
6999         * src/hildon-date-selector.c: (hildon_date_selector_init),
7000         (_custom_print_func), (_update_day_model),
7001         (_manage_selector_change_cb),
7002         (hildon_date_selector_select_current_date),
7003         (hildon_date_selector_get_date), (hildon_date_selector_select_day):
7004         * src/hildon-date-selector.h:
7005         * src/hildon-picker-button.c: (hildon_picker_button_get_property),
7006         (hildon_picker_button_set_property),
7007         (hildon_picker_button_clicked), (hildon_picker_button_class_init),
7008         (hildon_picker_button_init), (hildon_picker_button_new_text),
7009         (hildon_picker_button_append_text),
7010         (hildon_picker_button_prepend_text),
7011         (hildon_picker_button_insert_text),
7012         (hildon_picker_button_set_selector),
7013         (hildon_picker_button_get_selector):
7014         * src/hildon-picker-button.h:
7015         * src/hildon-picker-dialog.c: (hildon_picker_dialog_class_init),
7016         (hildon_picker_dialog_init), (_select_on_selector_changed_cb),
7017         (_update_title_on_selector_changed_cb), (requires_done_button),
7018         (_hildon_picker_dialog_set_selector),
7019         (hildon_picker_dialog_set_selector),
7020         (hildon_picker_dialog_get_selector):
7021         * src/hildon-picker-dialog.h:
7022         * src/hildon-time-button.c: (hildon_time_button_init),
7023         (hildon_time_button_get_time), (hildon_time_button_set_time):
7024         * src/hildon-time-selector.c: (hildon_time_selector_init),
7025         (_custom_print_func), (_manage_ampm_selection_cb), (_set_pm),
7026         (hildon_time_selector_set_time), (hildon_time_selector_get_time):
7027         * src/hildon-time-selector.h:
7028         * src/hildon.h:
7029
7030         Massive code updates after the rename.
7031
7032         * src/hildon-touch-picker.c: Removed.
7033         * src/hildon-touch-picker.h: Removed.
7034
7035         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init),
7036         (hildon_touch_selector_init), (hildon_touch_selector_map),
7037         (hildon_touch_selector_remove), (_default_print_func),
7038         (_selection_changed_cb), (_create_new_column),
7039         (hildon_touch_selector_new), (hildon_touch_selector_append_column),
7040         (hildon_touch_selector_append_text_column),
7041         (hildon_touch_selector_remove_column),
7042         (hildon_touch_selector_set_column_attributes),
7043         (hildon_touch_selector_insert_column),
7044         (hildon_touch_selector_get_num_columns),
7045         (hildon_touch_selector_get_column_selection_mode),
7046         (hildon_touch_selector_set_column_selection_mode),
7047         (hildon_touch_selector_set_print_func),
7048         (hildon_touch_selector_get_print_func),
7049         (hildon_touch_selector_get_active_iter),
7050         (hildon_touch_selector_set_active_iter),
7051         (hildon_touch_selector_get_selected_rows),
7052         (hildon_touch_selector_get_model),
7053         (hildon_touch_selector_set_model),
7054         (hildon_touch_selector_get_current_text),
7055         (_hildon_touch_selector_center_on_selected_items):
7056         * src/hildon-touch-selector.h: Renamed from
7057         hildon-touch-picker.[ch]
7058
7059         Rename HildonTouchPicker to HildonTouchSelector. Updated all the
7060         references, code examples, and related documentation.
7061
7062 2008-07-30  Alberto Garcia  <agarcia@igalia.com>
7063
7064         * doc/hildon-docs.sgml
7065         * doc/hildon.types
7066         * src/Makefile.am
7067         * src/hildon-toggle-button.c
7068         * src/hildon-toggle-button.h
7069         * src/hildon.h: New HildonToggleButton widget.
7070
7071 2008-07-30  Alberto Garcia  <agarcia@igalia.com>
7072
7073         * src/hildon-button.c: Add API documentation.
7074         (hildon_button_set_size_groups): Check input parameters
7075
7076 2008-07-30  Alejandro G. Castro  <alex@igalia.com>
7077
7078         * src/hildon-pannable-area.c
7079         (hildon_pannable_area_motion_notify_cb): Avoid the first jumpy
7080         effect after reaching the movement thredshold. This way we start
7081         using the distance after passing the thredshold.
7082
7083 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7084
7085         * src/hildon-button.c: (hildon_button_set_property): Use the
7086         appropriate g_value_get_flags() method.
7087
7088 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7089
7090         * doc/hildon-docs.sgml:
7091         * doc/hildon.types:
7092
7093          Add the touch pickers, picker dialogs, and picker button widgets
7094         to the documentation.
7095
7096 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7097
7098         * src/hildon-button.c: (hildon_button_set_property),
7099         (hildon_button_class_init): Make "arrangement-flags" a proper
7100         G_TYPE_FLAGS derived property.
7101
7102 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7103
7104         * examples/Makefile.am: Add below examples.
7105         * examples/hildon-date-button-example.c:
7106         * examples/hildon-picker-button-example.c:
7107         * examples/hildon-picker-button-multicolumn-example.c:
7108         * examples/hildon-time-button-example.c:
7109         * examples/hildon-touch-picker-example.c:
7110
7111         Add examples for the recently added touch pickers,
7112         picker dialogs, and picker button widgets.
7113
7114 2008-07-29  Alberto Garcia  <agarcia@igalia.com>
7115
7116         * src/hildon-button.c: Add some API documentation
7117
7118 2008-07-29  Alberto Garcia  <agarcia@igalia.com>
7119
7120         * src/hildon-button.h
7121         * src/hildon-button.c
7122         (hildon_button_new)
7123         (hildon_button_new_with_text): New constructor to create a button
7124         with no text at all.
7125         (hildon_button_init, hildon_button_set_arrangement)
7126         (hildon_button_set_title, hildon_button_set_value)
7127         (hildon_button_set_text)
7128         (hildon_button_construct_child): Hide the value when it's not used
7129         so the rest of the text is properly aligned.
7130         Allow creating buttons with arbitrary widgets inside (not just
7131         title/value labels).
7132
7133         * examples/hildon-button-example.c (vertical_buttons_window)
7134         (horizontal_buttons_window): Update example to use new API.
7135
7136 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7137
7138         * src/Makefile.am: Added HildonTimeButton.
7139         * src/hildon-time-button.c: Added missing LGPL header.
7140         * src/hildon-time-button.h: Added missing LGPL header.
7141         * src/hildon.h: Add hildon-time-button.h
7142
7143         Copied HildonTimeButton from sandbox to trunk. Future work on this
7144         widget must take place in trunk.
7145
7146 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7147
7148         * src/Makefile.am: Added HildonDateButton.
7149         * src/hildon-date-button.c: Update includes.
7150         * src/hildon.h: Add hildon-date-button.h
7151
7152         Copied HildonDateButton from sandbox to trunk. Future work on this
7153         widget must take place in trunk.
7154
7155 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7156
7157         * src/Makefile.am: Added HildonPickerButton.
7158         * src/hildon-picker-button.h: Update includes.
7159         * src/hildon.h: Add hildon-picker-button.h
7160
7161         Copied HildonPickerButton from sandbox to trunk. Future work on
7162         this widget must take place in trunk.
7163
7164 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7165
7166         * src/Makefile.am: Added HildonPickerDialog.
7167         * src/hildon-picker-dialog.c: Update includes.
7168         * src/hildon.h: Add hildon-picker-dialog.h
7169
7170         Copied HildonPickerDialog from sandbox to trunk. Future work
7171         on this widget must take place in trunk.
7172
7173 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7174
7175         * src/Makefile.am: Added HildonTimeSelector.
7176         * src/hildon.h: Add hildon-time-selector.h
7177
7178         Copied HildonTimeSelector widget from sandbox to trunk. Future
7179         work on this widget must happen in trunk.
7180
7181 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7182
7183         * src/Makefile.am: Added HildonDateSelector.
7184         * src/hildon.h: Add hildon-date-selector.h
7185
7186         Copied HildonDateSelector widget from sandbox to trunk.  Future
7187         work on this widget must happen in trunk.
7188
7189 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7190
7191         * src/Makefile.am: Added HildonTouchPicker.
7192         * src/hildon-touch-picker.c: Update includes.
7193         * src/hildon.h: Add hildon-touch-picker.h
7194
7195         Copied HildonTouchPicker widget from sandbox to trunk. Future work
7196         on this widget must happen in trunk.
7197
7198 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7199
7200         * src/hildon-pannable-area.c:
7201         (hildon_pannable_area_motion_notify_cb): Fix a typo.
7202
7203 2008-07-29  Alberto Garcia  <agarcia@igalia.com>
7204
7205         * examples/hildon-app-menu-example.c (main): Let the window
7206         destroy the menu.
7207
7208 2008-07-29  Alejandro G. Castro  <alex@igalia.com>
7209
7210         * src/hildon-pannable-area.c
7211         (hildon_pannable_area_class_init): Set the min value of the
7212         overshoot properties to zero, which points out that not
7213         overshooting allowed.
7214
7215 2008-07-29  Alejandro G. Castro  <alex@igalia.com>
7216
7217         Modified the procedure to get the widget at a point inside the
7218         pannable area when using the movement type signals. Now the user
7219         has to call a function to get the child, that way we just
7220         calculate the child in case the user really want to use it and not
7221         all the time.
7222
7223         * src/hildon-marshalers.list: Modified the marshallers, now we do
7224         not have the widget as a parameter.
7225
7226         * src/hildon-pannable-area.c
7227         (hildon_pannable_area_motion_notify_cb),
7228         (hildon_pannable_area_class_init),
7229         (hildon_pannable_get_child_widget_at):  Removed the widget
7230         parameter from the signal callback. We have also refactored the
7231         emission of the signals.
7232
7233         * src/hildon-pannable-area.h: Added a new method to the API to
7234         calculate a widget at a point inside the pannable area,
7235         hildon_pannable_get_child_widget_at.
7236
7237         * examples/hildon-pannable-area-example-4.c
7238         (horizontal_movement): Modified the example to use the new API,
7239         added condition to control which widget is under the event. This
7240         way we can avoid scrolling laterally over other widgets.
7241
7242 2008-07-29  Alejandro G. Castro  <alex@igalia.com>
7243
7244         * src/hildon-pannable-area.c
7245         (hildon_pannable_area_motion_notify_cb): Fixed bug handling the
7246         modes, we stop getting the pointer events due to returning the
7247         callback without properly calling the get pointer again. Fixed
7248         also an error using the hscroll and vscroll.
7249
7250 2008-07-28  Alberto Garcia  <agarcia@igalia.com>
7251
7252         * src/hildon-app-menu-private.h
7253         * src/hildon-app-menu.c (hildon_app_menu_button_press)
7254         (hildon_app_menu_button_release, hildon_app_menu_init)
7255         (hildon_app_menu_class_init): Don't hide the menu on button
7256         release if the user didn't press outside first.
7257
7258         * src/hildon-window.h
7259         * src/hildon-window.c (hildon_window_toggle_menu)
7260         (hildon_window_toggle_menu_real, hildon_window_class_init): Make
7261         hildon_window_toggle_menu a virtual function for the stackable
7262         window to override it.
7263
7264         * src/hildon-stackable-window.h
7265         * src/hildon-stackable-window-private.h
7266         * src/hildon-stackable-window.c
7267         (hildon_stackable_window_realize)
7268         (hildon_stackable_window_finalize)
7269         (hildon_stackable_window_class_init)
7270         (hildon_stackable_window_init)
7271         (hildon_stackable_window_set_main_menu): New function to set the
7272         app menu of a HildonStackableWindow.
7273
7274         * examples/hildon-app-menu-example.c: Remove the button to show
7275         the app menu, now it'll be shown when clicking on the title bar
7276         instead.
7277
7278 2008-07-22  Claudio Saavedra  <csaavedra@igalia.com>
7279
7280         * src/hildon-button.c: (hildon_button_set_arrangement): Do not
7281         set the widget name if the arrangement flags do not specify
7282         a particular size.
7283
7284 2008-07-22  Claudio Saavedra  <csaavedra@igalia.com>
7285
7286         * src/hildon-button.c: (hildon_button_set_property),
7287         (hildon_button_class_init), (hildon_button_new_full),
7288         (hildon_button_set_arrangement): Added "arrangement-flags"
7289         property.
7290
7291         Make the HildonButtonFlags a construction-only property, to allow
7292         subclasses to set them properly.
7293
7294 2008-07-21 Tim Janik  <timj@imendio.com>
7295
7296         * src/hildon-code-dialog.c (hildon_code_dialog_backspace): fixed up
7297         insertion position after backspace, so additional digits are appended,
7298         fixes Bug #85874.
7299
7300 2008-07-17  Alejandro G. Castro  <alex@igalia.com>
7301
7302         * src/hildon-pannable-area.c,
7303         (hildon_pannable_area_get_topmost): Cleaned the code, removed the
7304         TODO list, it was complete and removed the g_debug and g_print
7305         lines.
7306
7307 2008-07-17  Alejandro G. Castro  <alex@igalia.com>
7308
7309         Added the movement modes to the hildon-pannable-area, with this
7310         modes the developers can control in which directions the widget
7311         can scroll. They can also connect to signals in order to do
7312         something when that happens, allowing applications scroll. There
7313         is an example uploaded showing how to use it.
7314
7315         * examples/Makefile.am:
7316         * examples/hildon-pannable-area-example-4.c: Added this example of
7317         an application using the modes.
7318
7319         * src/hildon-marshalers.list: Added a new marshaller for the new
7320         signals.
7321
7322         * src/hildon-pannable-area.h: Added new enumerations and flags in
7323         order to control the movement modes and the new signals to warn
7324         about the movements in the area.
7325
7326         * src/hildon-pannable-area.c:
7327         (hildon_pannable_axis_scroll),
7328         (hildon_pannable_area_scroll),
7329         (hildon_pannable_area_motion_notify_cb),
7330         (hildon_pannable_area_get_property),
7331         (hildon_pannable_area_set_property),
7332         (hildon_pannable_area_map),
7333         (hildon_pannable_area_class_init),
7334         (hildon_pannable_area_init),
7335         (hildon_pannable_area_jump_to): Added the modes to control the
7336         movement in the widget. We have added properties to control it,
7337         signals to warn about the movements and refactored some code.
7338
7339 2008-07-15  Alejandro G. Castro  <alex@igalia.com>
7340
7341         Changes required in order to allow vfast_factor set to zero to
7342         work properly.
7343
7344         * src/hildon-pannable-area.c:
7345         (hildon_pannable_area_button_press_cb): Changed the condition, it
7346         is required for not allowing click when vfast_factor is zero.
7347         (hildon_pannable_area_timeout): Initialized velocity variables
7348         when we stop moving, it was less than 1 but not zero and we need
7349         to check zero in some situations.
7350         (hildon_pannable_area_class_init): Changed the default value of
7351         the speed factor, now the button_press is just sent in case the
7352         speed is 2 per cent of the max speed.
7353         (hildon_pannable_area_init): Initialization with 0.
7354
7355 2008-07-04  Alejandro G. Castro  <alex@igalia.com>
7356
7357         * src/hildon-pannable-area.c,
7358         (hildon_pannable_area_get_topmost): replaced
7359         gdk_window_get_children with gdk_window_peek_children, this way we
7360         do not have to free the list because it is not a copy.
7361
7362         (hildon_pannable_axis_scroll),
7363         (hildon_pannable_area_scroll),
7364         (hildon_pannable_area_timeout),
7365         (hildon_pannable_area_motion_notify_cb): Code refactoring, removed
7366         two parameters that were only used inside the
7367         hildon_pannable_area_scroll function.
7368
7369         * examples/hildon-pannable-area-example.c,
7370         (get_sawtooth_label): Fixed small memory leak.
7371
7372 2008-07-03  Alejandro G. Castro  <alex@igalia.com>
7373
7374         More checks for the case where the overshoot is bigger than the
7375         size of the widget.
7376
7377         * src/hildon-pannable-area.c:
7378         (hildon_pannable_draw_vscroll),
7379         (hildon_pannable_draw_hscroll): with this new calculation we avoid
7380         to draw the slider of the scrollbar under the other scrollbar.
7381         (hildon_pannable_area_expose_event): added new checks to control
7382         the drawing of the overshooting area rectangle, in case it is too
7383         big for the area of the widget.
7384         (hildon_pannable_area_size_allocate): add more checks to avoid
7385         setting a position to the child widget outside the area.
7386
7387 2008-07-03  Alejandro G. Castro  <alex@igalia.com>
7388
7389         * src/hildon-pannable-area.c
7390         (hildon_pannable_area_size_allocate): Added conditions to control
7391         when overshooting is bigger than the allocated space for the
7392         children, this avoids negative allocations.
7393
7394 2008-07-02  Alberto Garcia  <agarcia@igalia.com>
7395
7396         * doc/hildon-docs.sgml
7397         * doc/hildon.types
7398         * examples/Makefile.am
7399         * examples/hildon-button-example.c
7400         * src/Makefile.am
7401         * src/hildon-button.c
7402         * src/hildon-button.h
7403         * src/hildon.h: Initial version of the new HildonButton widget,
7404         with examples.
7405
7406 2008-07-02  Claudio Saavedra  <csaavedra@igalia.com>
7407
7408         * src/hildon-pannable-area.c:
7409         (hildon_pannable_area_button_press_cb),
7410         (hildon_pannable_area_refresh), (hildon_pannable_area_scroll),
7411         (hildon_pannable_area_motion_notify_cb),
7412         (hildon_pannable_area_button_release_cb),
7413         (hildon_pannable_area_expose_event), (hildon_pannable_area_remove),
7414         (hildon_pannable_area_jump_to_child):
7415
7416         Use gtk_bin_get_child() instead of accessing GtkBin.child directly.
7417
7418 2008-07-01  Alberto Garcia  <agarcia@igalia.com>
7419
7420         * examples/Makefile.am
7421         * examples/hildon-pannable-area-touch-grid-example.c
7422         * examples/hildon-pannable-area-touch-list-example.c: Examples of
7423         the Hildon Touch List and Hildon Touch Grid using the
7424         HildonPannableArea widget.
7425
7426 2008-06-27  Alejandro G. Castro <alex@igalia.com>
7427
7428         * src/hildon-pannable-area.c,
7429         (hildon_pannable_area_button_press_cb),
7430         (hildon_pannable_area_refresh),
7431         (hildon_pannable_area_scroll),
7432         (hildon_pannable_area_motion_notify_cb),
7433         (hildon_pannable_area_button_release_cb),
7434         (hildon_pannable_area_expose_event),
7435         (hildon_pannable_area_add),
7436         (hildon_pannable_area_remove),
7437         (hildon_pannable_area_realize),
7438         (hildon_pannable_area_size_allocate),
7439         (hildon_pannable_area_class_init),
7440         (hildon_pannable_area_init),
7441         (hildon_pannable_area_scroll_to_child),
7442         (hildon_pannable_area_jump_to_child): Fixed the problem of
7443         removing the child from the GtkBin, we have rearranged the widget
7444         hierarchy, now there is no GtkAlignment which was not doing
7445         anything interesting but breaking some of the assumptions of
7446         GtkContainer. Now developers if they want to add a GtkAlignment
7447         they could, but it is not inside the area.
7448
7449         We had to review the whole allocation/expose process, now it is
7450         improved and we save at least three signals which would be saving
7451         some time when rendering the widget. The allocation of the
7452         scrollbars is now made in the allocate method as usual.
7453
7454         We have also added some conditions in order to control when there
7455         is no child of the pannable area. Maybe we will need more work
7456         here.
7457
7458 2008-06-27  Alejandro G. Castro <alex@igalia.com>
7459
7460         * src/hildon-pannable-area.c,
7461         (hildon_pannable_area_dispose): Released the fade-out timeout when
7462         disposing the widget.
7463
7464 2008-06-27  Alejandro G. Castro <alex@igalia.com>
7465
7466         * src/hildon-pannable-area.c: Fixed problem when overshoot_max is
7467         zero, we are going to use that property in order to deactivate the
7468         overshooting
7469         (hildon_pannable_axis_scroll),
7470         (hildon_pannable_area_size_allocate): Added conditions to control
7471         when overshoot_max is zero. Moved the gtk_adjustment_set_value
7472         call, now it is called in all situations and we can remove calls
7473         in the allocate method.
7474         (hildon_pannable_area_map): Control the situation when
7475         overshoot_max is zero, we do not need the timeout.
7476         (hildon_pannable_area_class_init): Added documentation in order to
7477         point out that setting zero to overshoot_max means deactivate
7478         overshooting.
7479
7480         NOTE: removed trailing whitespaces from my previous comments of
7481         the Changelog.
7482
7483 2008-06-26  Claudio Saavedra  <csaavedra@igalia.com>
7484
7485         * src/hildon-pannable-area.c
7486         (hildon_pannable_area_get_property),
7487         (hildon_pannable_area_set_property),
7488         (hildon_pannable_area_map),
7489         (hildon_pannable_area_class_init),
7490         (hildon_pannable_area_init): Add a boolean "initial-hint" property
7491         to cause the widget give a hint about its panning abilities upon
7492         realization.
7493
7494 2008-06-26  Claudio Saavedra  <csaavedra@igalia.com>
7495
7496         * src/hildon-pannable-area.c: Several documentation improvements.
7497
7498 2008-06-26  Alberto Garcia  <agarcia@igalia.com>
7499
7500         * src/hildon-program.c
7501         * src/hildon-stackable-window.c: Update documentation.
7502
7503 2008-06-26  Alberto Garcia  <agarcia@igalia.com>
7504
7505         * src/hildon-stackable-window.c (get_previous_window_if_last):
7506         Renamed get_last_window()
7507         (hildon_stackable_window_map, hildon_stackable_window_unmap)
7508         (hildon_stackable_window_unset_program):
7509         Simplified code.
7510         (get_previous_window_if_last):
7511         Detect if the window hasn't been added to a HildonProgram.
7512
7513 2008-06-26  Alejandro G. Castro <alex@igalia.com>
7514
7515         contributed and reviewed by: Claudio Saavedra <csaavedra@igalia.com>
7516
7517         * src/hildon-pannable-area.c
7518         (hildon_pannable_area_button_press_cb),
7519         (hildon_pannable_axis_scroll),
7520         (hildon_pannable_area_scroll),
7521         (hildon_pannable_area_timeout),
7522         (hildon_pannable_calculate_vel_factor),
7523         (hildon_pannable_area_get_property),
7524         (hildon_pannable_area_set_property),
7525         (hildon_pannable_area_class_init),
7526         (hildon_pannable_area_init),
7527         (hildon_pannable_area_scroll_to),
7528         (hildon_pannable_area_jump_to),
7529         (hildon_pannable_area_scroll_to_child),
7530         (hildon_pannable_area_jump_to_child):
7531         * src/hildon-pannable-area.h: Added the new API functions:
7532         hildon_pannable_area_scroll_to, hildon_pannable_area_jump_to,
7533         hildon_pannable_area_scroll_to_child,
7534         hildon_pannable_area_jump_to_child
7535
7536
7537         * examples/Makefile.am
7538         * examples/hildon-pannable-area-example-2.c
7539         * examples/hildon-pannable-area-example-3.c: Added these two new
7540         examples in order to test and show how the new APIs work.
7541
7542 2008-06-25  Alberto Garcia  <agarcia@igalia.com>
7543
7544         * examples/hildon-stackable-window-example.c (new_window):
7545         * src/Makefile.am (noinst_HEADERS):
7546         * src/hildon-program.c (hildon_program_go_to_root_window):
7547         * src/hildon-program.h:
7548         * src/hildon-stackable-window-private.h:
7549         * src/hildon-stackable-window.c:
7550         * src/hildon-stackable-window.h:
7551         Create hildon-stackable-window-private.h
7552         Move hildon_stackable_window_go_to_root_window() to HildonProgram
7553
7554         * examples/hildon-app-menu-example.c (create_menu):
7555         * examples/hildon-hvolumebar-insensitive-example.c (main):
7556         * examples/hildon-hvolumebar-timer-example.c (on_idle):
7557         * examples/hildon-toolbar-seekbar-example.c (main):
7558         * src/hildon-app-menu.c (hildon_app_menu_add_filter):
7559         * src/hildon-banner.c (hildon_banner_set_property):
7560         * src/hildon-dialog.c (hildon_dialog_new_with_buttons):
7561         Fix compilation warnings
7562
7563         * src/hildon-window.c:
7564         Fix typo in doc
7565
7566 2008-06-24  Alberto Garcia  <agarcia@igalia.com>
7567
7568         * src/hildon-stackable-window.c
7569         (hildon_stackable_window_unset_program):
7570         Calculate correctly whether to show the previous window if the
7571         last one is removed from the stack.
7572         (hildon_stackable_window_go_to_root_window):
7573         Send delete events starting from the topmost window.
7574         Stop if one of the windows is not destroyed.
7575         Update doc.
7576         (hildon_stackable_window_delete_event)
7577         (hildon_stackable_window_class_init):
7578         Ignore the delete event if the window is not the topmost one.
7579
7580 2008-06-24  Alejandro G. Castro <alex@igalia.com>
7581
7582         * src/hildon-pannable-area.c
7583         (hildon_pannable_area_expose_event): Fixed a problem when
7584         selecting the background color of the scrollbars.
7585
7586 2008-06-23  Alberto Garcia  <agarcia@igalia.com>
7587
7588         * examples/hildon-stackable-window-example.c
7589         * src/hildon-stackable-window.c
7590         * src/hildon-stackable-window.h
7591         hildon_stackable_window_go_home() renamed to
7592         hildon_stackable_window_go_to_root_window()
7593         Send delete events to windows rather than closing them with
7594         gtk_widget_destroy()
7595
7596 2008-06-19  Alberto Garcia  <agarcia@igalia.com>
7597
7598         * src/hildon-pannable-area.c
7599         (hildon_pannable_area_button_release_cb): Fix overshooting in
7600         accel mode.
7601
7602 2008-06-19  Claudio Saavedra  <csaavedra@igalia.com>
7603
7604         * src/hildon-pannable-area.c
7605         (hildon_pannable_area_init): Initially show the scroll indicators.
7606         (hildon_pannable_area_map): Fade the scroll indicators out upon mapping.
7607
7608         Add initial effect showing the widget is pannable.
7609
7610 2008-06-19  Alberto Garcia  <agarcia@igalia.com>
7611
7612         * src/hildon-pannable-area.c
7613         (hildon_pannable_area_class_init)
7614         (hildon_pannable_area_set_property)
7615         (hildon_pannable_area_get_property)
7616         (hildon_pannable_area_button_press_cb):
7617         New 'velocity_fast_factor' property to decide which velocity is
7618         considered fast.
7619
7620 2008-06-19  Claudio Saavedra  <csaavedra@igalia.com>
7621
7622         * src/hildon-pannable-area.c
7623         (hildon_pannable_draw_hscroll)
7624         (hildon_pannable_draw_vscroll):
7625         Use float variables to calculate the size of the scrollbars to
7626         avoid error propagation and resizing during scrolling.
7627
7628 2008-06-19  Alberto Garcia  <agarcia@igalia.com>
7629
7630         * src/hildon-pannable-area.c
7631         (hildon_pannable_draw_vscroll)
7632         (hildon_pannable_draw_hscroll):
7633         Define a minimum size for the scroll bars
7634
7635         * src/hildon-stackable-window.c
7636         (hildon_stackable_window_go_home): Fix compilation warning
7637         (get_last_window): Minor optimizations
7638         (hildon_stackable_window_class_init): Fix initialization of
7639         private structure.
7640
7641 2008-06-18  Alberto Garcia  <agarcia@igalia.com>
7642
7643         * src/hildon-stackable-window.c: Fixed typos in doc
7644
7645 2008-06-18  Claudio Saavedra  <csaavedra@igalia.com>
7646
7647         * src/hildon-pannable-area.c
7648         (hildon_pannable_area_scroll):
7649         Calculate here whether we need to scroll instead of using the booleans
7650         that tell us whether to /draw/ the scrolling bars.
7651
7652 2008-06-17  Claudio Saavedra  <csaavedra@igalia.com>
7653
7654         * src/hildon-app-menu.h
7655         Update API.
7656         * src/hildon-app-menu.c
7657         (hildon_app_menu_init, hildon_app_menu_class_init): Remove
7658         multiple filter groups related code and API. Now we support only
7659         one filter group.
7660         * examples/hildon-app-menu-example.c:
7661         (create_menu):
7662         Update to reflect API changes.
7663
7664 2008-06-16  Claudio Saavedra  <csaavedra@igalia.com>
7665
7666         * src/hildon-stackable-window.c
7667         (hildon_stackable_window_class_init):
7668         Add hildon_stackable_window_realize.
7669         (hildon_stackable_window_realize):
7670         Append the window type _HILDON_WM_WINDOW_TYPE_STACKABLE to
7671         the _NET_WM_WINDOW_TYPE hint. Window managers should use this type
7672         to apply theming and behavior specific to HildonStackableWindow
7673         windows.
7674
7675 2008-06-12  Alberto Garcia  <agarcia@igalia.com>
7676
7677         * src/hildon-note.c (hildon_note_button_release):
7678         Close information notes also when tapping on them
7679
7680 2008-06-12  Alejandro G. Castro <alex@igalia.com>
7681
7682         Added BOUNCE_STEPS define to control the overshoot effect. Removed
7683         ELASTICITY, refactor and review, fix some issues with drawing
7684         scrollbars.
7685
7686         * src/hildon-pannable-area.c:
7687         (hildon_pannable_area_button_press_cb): removed the conditions to
7688         avoid clicks when overshooting. It is not required
7689
7690         (hildon_pannable_axis_scroll): Added BOUNCE_STEPS
7691         define. Refatored and reviewed the code, now we do not need to
7692         manage velocity in motion_notify.
7693
7694         (hildon_pannable_area_motion_notify_cb): We have moved the code
7695         that controls the area_scroll to the axis_scroll function and get
7696         rid of duplicated code.
7697
7698         (hildon_pannable_area_scroll): Remove the ELASTICITY define.
7699
7700         (hildon_pannable_area_button_release_cb): Added BOUNCE_STEPS.
7701
7702         (hildon_pannable_draw_vscroll),
7703         (hildon_pannable_draw_hscroll): Fixed the problems with the
7704         scrollbar drawing, now we do not use two surfaces, it is easier
7705         and saves resources.
7706
7707         (hildon_pannable_area_get_property): Style modification.
7708
7709         (hildon_pannable_area_class_init): Changed some default values.
7710
7711 2008-06-12  Claudio Saavedra  <csaavedra@igalia.com>
7712
7713         * src/hildon-stackable-window.c: Fix some typos in the
7714         documentation.
7715
7716 2008-06-12  Alberto Garcia  <agarcia@igalia.com>
7717
7718         * src/hildon-dialog.c:
7719         Change indentation style
7720
7721         * src/hildon-note.c
7722         (hildon_note_button_release):
7723         Use root coordinates to check if the release event happened
7724         outside the widget.
7725
7726         * src/hildon-app-menu.c
7727         (hildon_app_menu_button_release):
7728         Remove unnecessary check
7729
7730         * examples/hildon-app-menu-example.c
7731         (button_clicked):
7732         Add cast to fix warning
7733
7734         * src/hildon-app-menu.c
7735         (hildon_app_menu_class_init):
7736         New inner-border style property.
7737         Set all default spacings to 16
7738         (hildon_app_menu_init):
7739         Use vertical-spacing to set the space between filter buttons and
7740         regular menu buttons.
7741         Set the default container border using the inner-border value.
7742
7743         * examples/hildon-app-menu-example.c
7744         (create_menu):
7745         Don't set the menu border explicitly, now we have the inner-border
7746         style property for that.
7747
7748 2008-06-11  Alberto Garcia  <agarcia@igalia.com>
7749
7750         * src/hildon-app-menu.c (hildon_app_menu_init):
7751         Make the window modal
7752
7753         * src/hildon-note.c (hildon_note_map)
7754         * src/hildon-app-menu.c (hildon_app_menu_map):
7755         Destroy the grab window if we're unable to grab the pointer
7756
7757         * src/hildon-app-menu-private.h
7758         * src/hildon-app-menu.c
7759         (hildon_app_menu_init, hildon_app_menu_finalize)
7760         (hildon_app_menu_map, hildon_app_menu_unmap)
7761         (hildon_app_menu_button_release)
7762         (grab_transfer_window_get):
7763         Bring back the grab window
7764         (hildon_app_menu_realize):
7765         Decorate the window, set WM hint for Matchbox
7766
7767         * src/hildon-note.c (hildon_note_realize):
7768         * src/hildon-banner.c (hildon_banner_realize):
7769         Add WM hints for Matchbox
7770
7771 2008-06-10  Alberto Garcia  <agarcia@igalia.com>
7772
7773         * src/hildon-app-menu-private.h
7774         * src/hildon-app-menu.c
7775         (hildon_app_menu_init, hildon_app_menu_finalize)
7776         (hildon_app_menu_map, hildon_app_menu_unmap)
7777         (hildon_app_menu_button_release):
7778         Remove the grab window, it's not needed anymore
7779
7780         * src/hildon-program.c
7781         Fixed typo in documentation
7782
7783         * src/hildon-app-menu.h
7784         * src/hildon-app-menu.c
7785         * examples/hildon-app-menu-example.c
7786         Remove hildon_app_menu_popup(), use gtk_widget_show() instead
7787
7788 2008-06-09  Alberto Garcia  <agarcia@igalia.com>
7789
7790         * src/hildon-note.c
7791         Added new transfer_window and close_if_pressed_outside private
7792         attributes.
7793         (hildon_note_rebuild):
7794         Don't add a cancel button to the information note. It will be
7795         closed when tapping outside
7796         Remove the comment about the OK button in the documentation
7797         (hildon_note_realize):
7798         Set the notification type hint
7799         (hildon_note_map, hildon_note_unmap, grab_transfer_window_get):
7800         Grab/ungrab pointer and keyboard if the note has to be closed when
7801         tapping outside
7802         (hildon_note_button_release):
7803         Close the note when tapping outside (if applicable)
7804
7805         * src/hildon-app-menu.c
7806         Grab/ungrab pointer and keyboard on map/unmap
7807         (hildon_app_menu_button_release, hildon_app_menu_class_init):
7808         Close the menu on button release, not button press
7809
7810         * src/hildon-banner.c
7811         (hildon_banner_set_property)
7812         (hildon_banner_check_position):
7813         Make the banner use the full width of the screen
7814         (hildon_banner_show_information)
7815         (hildon_banner_show_information_with_markup):
7816         Don't display an icon by default
7817
7818 2008-06-09  Alejandro G. Castro <alex@igalia.com>
7819
7820         Added fading scrollbars and adapted all the overshooting code to
7821         horizontal scrolling. We have also fixed bugs with overshooting
7822         and current fading implementation.
7823
7824         * src/hildon-pannable-area.c
7825         (hildon_pannable_area_scroll_indicator_fade): Time out function
7826         used to change the transparency of the scrollbars.
7827
7828         (hildon_pannable_area_button_press_cb): Added horizontal overshot
7829         control and fixed a problem with fading, we now remove the fade
7830         timeout before adding a new one.
7831
7832         (hildon_pannable_axis_scroll):
7833         (hildon_pannable_area_scroll):
7834         (hildon_pannable_area_timeout): Added this functions so we can use
7835         the scroll code both for vertical and horizontal.
7836
7837         (hildon_pannable_area_motion_notify_cb):
7838         (hildon_pannable_area_button_release_cb): Added the horizontal
7839         scrolling control, fixed a problem with the overshooting timeout.
7840
7841         (rgb_from_gdkcolor): Added this function, it is used in the cairo
7842         painting of the scrolls.
7843
7844         (hildon_pannable_draw_vscroll):
7845         (hildon_pannable_draw_hscroll):
7846         (hildon_pannable_area_expose_event):
7847         Draw both scrollbars and rectangles in the overshooting area.
7848
7849         (hildon_pannable_area_get_property):
7850         (hildon_pannable_area_set_property):
7851         Modified the overshoot property to overshoot_max
7852
7853         (hildon_pannable_area_map):
7854         Replaced the comments symbols.
7855
7856         (hildon_pannable_area_size_allocate):
7857         (hildon_pannable_area_class_init):
7858         (hildon_pannable_area_init): Added horizontal scroll, fading
7859         effect properties, fixed a problem when overshooting in the bottom
7860         of the widget.
7861
7862         * examples/hildon-pannable-area-example.c:
7863         (get_sawtooth_label): Now we use smaller sawtooths, the effect
7864         looks better in the example.
7865
7866 2008-06-03  Alberto Garcia  <agarcia@igalia.com>
7867
7868         * src/hildon-window.c
7869         * src/hildon-window.h
7870         (hildon_window_class_init)
7871         (hildon_window_unset_program)
7872         (hildon_window_unset_program_real):
7873         Make unset_program a virtual function
7874
7875         * src/hildon-stackable-window.c
7876         * src/hildon-stackable-window.h
7877         Added hildon_stackable_window_go_home()
7878
7879         * examples/Makefile.am
7880         * examples/hildon-stackable-window-example.c
7881         HildonStackableWindow example
7882
7883 2008-06-03 Alejandro G. Castro <alex@igalia.com>
7884
7885         * hildon-pannable-area.c: Added the overshoot property and removed
7886         the OVERSHOOT define. Fixed an indent style error.
7887         (hildon_pannable_area_motion_notify_cb):
7888         (hildon_pannable_area_get_property):
7889         (hildon_pannable_area_set_property): Add overshoot property.
7890
7891         (hildon_pannable_area_scroll): replaced OVERSHOOT define with
7892         overshoot property.
7893
7894         (hildon_pannable_area_class_init): Installed the new property.
7895
7896         * hildon-pannable-area-example.c: Added a sawtooth function, this
7897         way it is easier to check the movement in the pannable.
7898         (get_sawtooth_label): Added this function.
7899         (main): Now we get the labels from the new get_sawtooth_label
7900         function.
7901
7902 2008-05-26  Alberto Garcia  <agarcia@igalia.com>
7903
7904         * src/hildon-app-menu.h
7905         * src/hildon-app-menu.c
7906         Renamed API variables for consistency
7907
7908         (hildon_app_menu_popup): Use also the default window size to
7909         decide where to place the menu
7910
7911         (hildon_app_menu_init, hildon_app_menu_class_init): New
7912         external-border style property
7913
7914 2008-05-26  Michael Natterer  <mitch@imendio.com>
7915
7916         * src/hildon-time-editor.c (hildon_time_editor_class_init): The
7917         widget_class->tap_and_hold_setup signal slot doesn't exist any
7918         longer, stop overriding it.
7919
7920         (hildon_time_editor_init): g_signal_connect() to the
7921         tap-and-hold-setup signal instead.
7922
7923         (hildon_time_editor_entry_keypress): add cast to fix warning.
7924
7925 2008-05-23  Alberto Garcia  <agarcia@igalia.com>
7926
7927         * doc/hildon-docs.sgml
7928         * doc/hildon.types
7929         * examples/Makefile.am
7930         * examples/hildon-app-menu-example.c
7931         * src/Makefile.am
7932         * src/hildon-app-menu-private.h
7933         * src/hildon-app-menu.c
7934         * src/hildon-app-menu.h
7935         * src/hildon.h
7936         New HildonAppMenu widget
7937
7938 2008-05-21 Alejandro G. Castro <alex@igalia.com>
7939
7940         Rearranged the inheritance of the pannable area, now it inherits
7941         from GtkBin. This will allow us to control the event_window and
7942         the allocation process of the widget, required for some effects.
7943
7944         * src/hildon-pannable-area.h: Replaced GtkEventBox structures with
7945         GtkBin structures.  * src/hildon-pannable-area.c: Added the
7946         event_window variable.
7947         (hildon_pannable_area_button_press_cb):
7948         (hildon_pannable_area_button_release_cb):
7949         (hildon_pannable_area_motion_notify_cb):
7950         Changed the signature of the method, now we override the event
7951         callback instead of connecting to the signal.
7952
7953         (hildon_pannable_area_realize):
7954         (hildon_pannable_area_unrealize):
7955         (hildon_pannable_area_map):
7956         (hildon_pannable_area_unmap):
7957         (hildon_pannable_area_size_allocate):
7958         Added functions to control the widget construction. We add a
7959         INPUT_ONLY window and we put it over the widgets inside the
7960         container, this event_window handles the events.
7961
7962         (hildon_pannable_area_class_init):
7963         Replaced the signal connections with overrides of the event
7964         callbacks.
7965
7966 2008-05-20 Alejandro G. Castro <alex@igalia.com>
7967
7968         Bouncing effect added when touching the borders, you can change
7969         the elasticity of the border changing the ELASTICITY define.
7970
7971         * src/hildon-pannable-area.c: Added ELASTICITY define.
7972         (hildon_pannable_area_timeout): Added inverse velocity when
7973         touching the border of the child widget, that causes a bounce.
7974
7975 2008-05-20 Alejandro G. Castro <alex@igalia.com>
7976
7977         Improved performance, we now do not go to the X server in order to
7978         get the list of window children. Apparently the effect is the
7979         same, we have to be careful and check if this breaks something in
7980         any corner case.
7981
7982         * src/hildon-pannable-area.c:
7983         (get_ordered_children): Removed this function.
7984         (hildon_pannable_area_get_topmost): Replaced the ad-hoc search of
7985         the children windows function with gdk_window_get_children.
7986
7987 2008-05-20 Alejandro G. Castro <alex@igalia.com>
7988
7989         * src/hildon-pannable-area.c:
7990         (hildon_pannable_area_dispose): Fixed a crash when closing the
7991         window and kinetics is activated.
7992
7993 2008-05-19  Alberto Garcia  <agarcia@igalia.com>
7994
7995         * src/hildon-pannable-area.h
7996         * src/hildon-pannable-area.c
7997         Changed indentation style to meet the one used in Hildon
7998
7999 2008-05-19 Alejandro G. Castro <alex@igalia.com>
8000
8001         Reviewed the interaction of the AUTO mode, now we use the time
8002         attribute of the events and calculate the velocity in the motion,
8003         doing a gimp like calculation. The velocity is calculated in each
8004         motion event using the last velocity and the current one, the
8005         SMOOTH_FACTOR controls the percentage of the new velocity we use.
8006
8007         * src/hildon-pannable-area.c: Replaced the time based algorithm
8008         for the AUTO mode.
8009         (hildon_pannable_area_motion_notify_cb): now we do not launch the
8010         timeout for the AUTO mode when we are still moving the cursor. We
8011         added also the velocity calculation in this function.
8012         (hildon_pannable_area_button_release_cb): launch the timeout in
8013         case we are in AUTO mode. There are still some constants here that
8014         come from the old implementation that should be reviewed and
8015         handled properly.
8016
8017 2008-05-15  Alberto Garcia  <agarcia@igalia.com>
8018
8019         * doc/hildon-docs.sgml
8020         * doc/hildon.types
8021         * src/Makefile.am
8022         * src/hildon-stackable-window.c
8023         * src/hildon-stackable-window.h
8024         * src/hildon.h
8025         New HildonStackableWindow widget
8026
8027         * examples/hildon-dialog-example.c
8028         * examples/hildon-pannable-area-example.c
8029         Updated copyright
8030
8031 2008-05-14  Alberto Garcia  <agarcia@igalia.com>
8032
8033         * src/hildon-dialog.c
8034         (hildon_dialog_new_with_buttons): New constructor.
8035
8036         * examples/hildon-dialog-example.c
8037         (main): Update the example to use the new
8038         hildon_dialog_new_with_buttons().
8039
8040         * examples/hildon-pannable-area-example.c
8041         (main): Update example.
8042
8043 2008-05-13 Alberto Garcia <agarcia@igalia.com>
8044
8045         * doc/hildon-docs.sgml
8046         * doc/hildon.types
8047         Added HildonPannableArea to the documentation.
8048
8049 2008-05-13 Victor Jaquez <vjaquez@igalia.com>
8050
8051         * doc/visual_index.xml
8052         Fix reference to HildonLoginDialog in documentation
8053
8054         * doc/hildon-docs.sgml
8055         * doc/hildon.types
8056         * examples/Makefile.am
8057         * examples/hildon-dialog-example.c
8058         * src/Makefile.am
8059         * src/hildon-dialog.c
8060         * src/hildon-dialog.h
8061         * src/hildon.h
8062         New HildonDialog widget.
8063
8064 2008-05-09 Alberto Garcia <agarcia@igalia.com>
8065
8066         * src/hildon-pannable-area.c
8067         Merge latest changes (r4318, r4342) from libmokoui trunk
8068
8069 2008-05-09 Alberto Garcia <agarcia@igalia.com>
8070
8071         * examples/Makefile.am
8072         * examples/hildon-pannable-area-example.c
8073         * src/Makefile.am
8074         * src/hildon-pannable-area.c
8075         * src/hildon-pannable-area.h
8076         * src/hildon.h
8077         New HildonPannableArea widget.
8078
8079 2008-04-15 18:05:19    <timj@imendio.com>
8080
8081         * src/hildon-banner.c: revert the recent change, that introduced
8082         gtk_window_present() calls. this reopens:
8083           Bug 78481 - [freetest] information banners are hidden under browser menu
8084         But resolves another variant of:
8085           Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
8086
8087 2008-04-15 13:21:13    <timj@imendio.com>
8088
8089         * src/hildon-banner.c: refetch layout pointer after GtkLabel possibly
8090         recreated its layout, spotted by Kris. this fixes all remaining
8091         artefacts and stability issues with the banner code. in particular:
8092         Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
8093
8094 2008-04-14 16:52:59    <timj@imendio.com>
8095
8096         * src/hildon-banner.c: guard force_to_wrap_truncated() against
8097         operating on unrealized widgets, fixes:
8098         Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
8099
8100         * src/hildon-banner-private.h: coalesce boolean fields into bitfield.
8101
8102 2008-04-09  Kristian Rietveld  <kris@imendio.com>
8103
8104         Fixes: NB#77775: Media Player, Save Now playing list, too long name
8105         makes banner disappear.
8106         Fixes: NB#79182: info banner flickering with certain message lengts.
8107
8108         * src/hildon-banner.c (hildon_banner_constructor),
8109         (hildon_banner_init), (hildon_banner_set_text),
8110         (hildon_banner_set_markup): call hildon_banner_reset_wrap_state(),
8111         (hildon_banner_reset_wrap_state): new function: reset wrap flags to
8112         FALSE, reset size requests of label and banner,
8113         (force_to_wrap_truncated): when the text is too wide, always enforce
8114         the maximum possible width instead of recalculating it from the
8115         layout; enforce the maximum banner height of 3 lines,
8116         (hildon_banner_init): set WORD_CHAR wrapping, this will result in
8117         nicer wrapping and no truncated chars if space gets tight.
8118
8119         * src/hildon-banner-private.h: add has_been_wrapped and
8120         has_been_truncated fields.
8121
8122 2008-04-07  Sven Herzberg  <sven@imendio.com>
8123
8124         Fixes: NB#78896: libhildon code inspection/coverity: uninitialised
8125         local values in hildon_date_editor_size_allocate
8126
8127         * src/hildon-date-editor.c: moved the real allocation code into the
8128         if() branch
8129
8130 2008-04-07  Sven Herzberg  <sven@imendio.com>
8131
8132         Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
8133         local values in hildon_date_editor_size_allocate
8134
8135         * src/hildon-date-editor.c: merged the two if() branches together
8136
8137 2008-04-07  Sven Herzberg  <sven@imendio.com>
8138
8139         Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
8140         local values in hildon_date_editor_size_allocate
8141
8142         * src/hildon-date-editor.c: changed the arguments of the if()
8143         conditions
8144
8145 2008-04-07  Sven Herzberg  <sven@imendio.com>
8146
8147         Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
8148         local values in hildon_date_editor_size_allocate
8149
8150         * src/hildon-date-editor.c: split the calculation of the allocation
8151         from the real allocation
8152
8153 2008-03-27  Michael Natterer  <mitch@imendio.com>
8154
8155         Fixes: NB#81696: The passcode is not overwritten even after
8156         selecting
8157
8158         * src/hildon-code-dialog.c
8159         (hildon_code_dialog_button_clicked)
8160         (hildon_code_dialog_im_commit): don't use gtk_entry_append_text()
8161         because that doesn't overwrite selected text. Instead, emit the
8162         "commit" signal on the entry's im_context so the entry's normal
8163         insert logic is triggered. Set the cursor to the end of the entry
8164         after each insert operation so that we *only* insert in the middle
8165         of the text if something was selected.
8166
8167 2008-03-27  Michael Natterer  <mitch@imendio.com>
8168
8169         Enable fixing: NB#79916 and NB#79918: The help topic for Color
8170         selector cannot be opened
8171
8172         * src/hildon-color-button.c: add signal "setup-dialog" and emit it
8173         when the popup color selector is created. Please connect to this
8174         signal in order to set the dialog's help ID.
8175
8176 2008-03-25  Sven Herzberg  <sven@imendio.com>
8177
8178         Fixes: MB#1212: Hide info banners (infoprints) on click
8179
8180         * src/hildon-banner.c: (simulate_close), (hildon_banner_timeout):
8181         extracted the close event simulation into an extra function
8182         (hildon_banner_button_press_event): simulate a close event and destroy
8183         the widget if the event wasn't handled
8184         (hildon_banner_class_init): added the button_press_event handler
8185         (hildon_banner_init): added button-press events to the widget
8186
8187 2008-03-25  Sven Herzberg  <sven@imendio.com>
8188
8189         Fixes: MB:#924: Hildon widgets doesn't support RTL mode
8190         Patch from: Mohammad Anwari  <mdamt@maemo.org>
8191
8192         * src/hildon-banner.c: let the HildonBanners pop up on the left side
8193         instead of the right in RTL mode
8194         * src/hildon-bread-crumb-trail.c: mirror the appearance of the
8195         breadcrumb button list in RTL mode
8196         * src/hildon-caption.c: mirror the appearance of the caption widget in
8197         RTL mode
8198         * src/hildon-date-editor.c: mirror appearance of the date editor in
8199         RTL mode
8200         * src/hildon-time-editor.c: mirror appearance of the time editor in
8201         RTL mode
8202         * src/hildon-window.c: fix the position of the popup in RTL mode
8203
8204 2008-03-25  Sven Herzberg  <sven@imendio.com>
8205
8206         Amendment to the fix of NB#22072. Fix compilation.
8207
8208         * src/hildon-banner.c: (hildon_banner_timeout): fix compilation
8209
8210 2008-03-19  Sven Herzberg  <sven@imendio.com>
8211
8212         Fixes: NB#22072: Revisiting fix for "Implement robust timer handling
8213         in Info Banner" bug
8214
8215         * src/hildon-banner.c: (hildon_banner_timeout): reset the current
8216         timeout id properly when the timeout will disappear this leaves no
8217         artifacts around in the destroy(); there will only be the timeout
8218         created by hildon_banner_ensure_timeout() and adding a new timeout
8219         will also work if the timeout gets removed because the timeout_handler
8220         returned FALSE
8221
8222 2008-03-19  Michael Natterer  <mitch@imendio.com>
8223
8224         Fixes: NB#79791: Cannot set focus to Master volume using stylus
8225
8226         * src/hildon-volumebar.c
8227         * src/hildon-vvolumebar.c
8228         * src/hildon-hvolumebar.c (init): remove UNSET_FLAGS(CAN_FOCUS) so
8229         the widget becomes focussable at all.
8230
8231         * src/hildon-volumebar.c: implement GtkWidget::grab_focus() and
8232         set the focus to wither the mute button or the volumebar.
8233
8234         Remove own "can-focus" property and instead listen to
8235         notify::can-focus in order to update the widget's state.
8236
8237         Implement GtkWidget::focus() and make sure we can also *leave* the
8238         widget, not only enter it, depending on volumebar orientation and
8239         requested focus direction.
8240
8241         Clean up set_mute() to cooperate nicely with all the above.
8242
8243 2008-03-04  Michael Natterer  <mitch@imendio.com>
8244
8245         Fixes: NB#78481: information banners are hidden under browser menu
8246
8247         * src/hildon-banner.c: call gtk_window_present() on the banners so
8248         they are risen if they are already visible.
8249
8250 2008-03-03  Sven Herzberg  <sven@imendio.com>
8251
8252         Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account
8253
8254         * examples/hildon-window-menu-example.c: (main): extended the window
8255         menu example to serve as a testcase for automatically added
8256         accelerator groups, too
8257         * src/hildon-window.c: (hildon_window_add_accel_group),
8258         (hildon_window_set_menu): added patch by Tommi Komulainen
8259
8260 2008-03-03  Sven Herzberg  <sven@imendio.com>
8261
8262         Fixes: MB#1276: wrong allocators used in hildon_window_get_borders
8263
8264         * src/hildon-window.c: (hildon_window_get_borders): don't imply any
8265         knowledge about the border allocators used within GTK+
8266
8267 2008-02-26  Sven Herzberg  <sven@imendio.com>
8268
8269         Fixes: MB#2981: Build with asserts broken
8270
8271         * src/hildon-date-editor.c,
8272         * src/hildon-number-editor.c,
8273         * src/hildon-time-editor.c,
8274         * src/hildon-weekday-picker.c: replace HILDON_IS_EDITOR_EDITOR by a
8275         the proper GType instance check
8276
8277 2008-02-25  Sven Herzberg  <sven@imendio.com>
8278
8279         Fixed: MB#1221: HildonWindow shouldn't call show_all for GtkMenu
8280
8281         * doc/Makefile.am: tell gtk-doc about HILDON_DISABLE_DEPRECATED
8282         * examples/hildon-window-menu-example.c: (main): explicitly show
8283         the menu item
8284         * src/hildon-window.c:
8285         (hildon_window_set_main_menu): moved most of the code from set_menu()
8286         to this place; skipped the call to gtk_widget_show_all(); also didn't
8287         introduce gtk_widget_show() as gtk_menu_popup() will call that anyways
8288         (hildon_window_set_menu): removed most of the code, just keep the
8289         questionable gtk_widget_show_all()
8290         * src/hildon-window.h: added the new function and deprecate the old
8291         one
8292
8293 2008-01-10  Xan Lopez  <xan.lopez@nokia.com>
8294
8295         [2.0.1-1 release]
8296
8297         * NEWS:
8298         * configure.ac:
8299         * debian/changelog: Updating.
8300
8301 2008-01-10  Xan Lopez  <xan.lopez@nokia.com>
8302
8303         * configure.ac:
8304         * pkgconfig/Makefile.am:
8305         * pkgconfig/hildon.pc.in:
8306         * src/Makefile.am:
8307
8308         Do not use PACKAGE_VERSION_MAJOR as the API revision,
8309         use newly created API_MAJOR_VERSION.
8310
8311 2008-01-09  Xan Lopez  <xan.lopez@nokia.com>
8312
8313         [2.0.0-1 release]
8314
8315         * NEWS:
8316         * configure.ac:
8317         * debian/changelog: Updating.
8318
8319 2008-01-09  Xan Lopez  <xan.lopez@nokia.com>
8320
8321         * src/hildon-color-chooser.c (hildon_color_chooser_class_init):
8322
8323         Add outer_border style property, we use it but don't define it (!).
8324
8325         Fixes NB#75310
8326
8327 2007-12-21  Xan Lopez  <xan.lopez@nokia.com>
8328
8329         * examples/hildon-bread-crumb-trail-example.c (main):
8330
8331         Add clear button.
8332
8333         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_remove):
8334
8335         Fix logic for the bread crumb trail node removal.
8336
8337         Fixes: NB#78616
8338
8339 2007-12-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8340
8341         [1.99.1-1 release]
8342
8343         * NEWS:
8344         * configure.ac:
8345         * debian/changelog: Updating.
8346
8347 2007-11-08  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8348
8349         Patch by Alejandro to get/set passwords dialogs accesibility.
8350
8351         * hildon-1/src/hildon-get-password-dialog.c:
8352         * hildon-1/src/hildon-set-password-dialog.c:
8353         Set atk_set_name to the passwd entries in order to allow
8354         accessibility by name on this entries.
8355
8356 2007-10-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8357
8358         [1.99.0-2 release]
8359
8360         * debian/changelog:
8361         * debian/control: Updating gtk dep.
8362
8363 2007-10-10  Mohammad Anwari  <Mohammad.Anwari@nokia.com>
8364
8365         * configure.ac, pkgconfig/hildon-1.pc: Turn on -DMAEMO_CHANGES only if
8366         USE_MAEMO_GTK is enabled.
8367
8368 2007-10-10  Xan Lopez  <xan.lopez@nokia.com>
8369
8370         * src/hildon-code-dialog.c (hildon_code_dialog_init): check for
8371         MAEMO_GTK or GTK+ > 2.11 before using GTK_BUTTONBOX_CENTER mode.
8372
8373 2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8374
8375         [1.99.0-1 release]
8376
8377         * NEWS:
8378         * configure.ac:
8379         * debian/changelog: Updating.
8380
8381 2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8382
8383         * examples/Makefile.am:
8384         * examples/hildon-logical-color-example.c:
8385         * src/hildon-helper.c: Fixing the way logical colors/fonts are being
8386         applied + adding a test case. Fixes: NB#71660.
8387
8388 2007-10-08  Xan Lopez  <xan.lopez@nokia.com>
8389
8390         * src/hildon-window.c (hildon_window_map): only map the vbox if it's supposed
8391         to be visible, fixes warning on map for windows without toolbars.
8392
8393 2007-10-02  Xan Lopez  <xan.lopez@nokia.com>
8394
8395         * src/hildon-seekbar.c: gtk_range_get_fill_level is available in GTK+ since
8396         2.11.0, add a check for that besides the MAEMO_GTK check.
8397
8398 2007-09-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8399
8400         [1.0.17-1 release]
8401
8402         * NEWS:
8403         * configure.ac:
8404         * debian/changelog: Updating.
8405
8406 2007-09-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8407
8408         * src/hildon-window.c: Applying patches by Xan to fix the toolbar
8409         visibility. Fixes: NB#70842 and MB#615.
8410
8411 2007-09-25  Xan Lopez  <xan.lopez@nokia.com>
8412
8413         * src/hildon-bread-crumb-widget.c (hildon_bread_crumb_widget_constructor):
8414         set the separator as no-show-all so it doesn't unintentionally appear when
8415         someone does a show_all.
8416
8417 2007-09-25  Xan Lopez  <xan.lopez@nokia.com>
8418
8419         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_text)
8420         (hildon_bread_crumb_trail_push_icon): Do not show the separator for the
8421         toplevel item. Fixes: NB#62031
8422
8423 2007-09-24  Xan Lopez  <xan.lopez@nokia.com>
8424
8425         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_icon):
8426         fix the name of the function in the docs.
8427
8428 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8429
8430         [1.0.16-1 release]
8431
8432         * NEWS:
8433         * configure.ac:
8434         * debian/changelog: Updating.
8435
8436 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8437
8438         * examples/hildon-banner-long-example.c: Adding a test-case for long
8439         hildon banner.
8440
8441         * src/hildon-find-toolbar.c: Fixing the get_last_index function.
8442
8443 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8444
8445         * src/hildon-color-chooser-dialog.c:
8446         * src/hildon-color-chooser.c:
8447         * src/hildon-font-selection-dialog.c: Adding two patches by Tommi to fix
8448         memory leaks in font selector and color selector. Fixes: NB#70499 and
8449         NB#70474.
8450
8451 2007-09-20  Johan Bilien  <johan.bilien@nokia.com>
8452
8453         * src/hildon-helper.c: Fixed the leak of the a GList. Fixes: NB#70273.
8454
8455 2007-09-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8456
8457         * src/hildon-code-dialog.c: Making the hardcoded WIDTH/HEIGHT values a
8458         little bit bigger. Fixes: #NB63694.
8459
8460 2007-09-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8461
8462         [1.0.15-1 release]
8463
8464         * NEWS:
8465         * configure.ac:
8466         * debian/changelog: Updating.
8467
8468 2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8469
8470         * doc/Makefile.am:
8471         * doc/hildon-docs.sgml:
8472         * doc/images/bread-crumb-trail.png:
8473         * doc/images/calendar-popup.png:
8474         * doc/images/caption.png:
8475         * doc/images/code-dialog.png:
8476         * doc/images/color-button.png:
8477         * doc/images/color-chooser-dialog.png:
8478         * doc/images/color-chooser.png:
8479         * doc/images/controlbar.png:
8480         * doc/images/date-editor.png:
8481         * doc/images/font-selection-dialog.png:
8482         * doc/images/get-password-dialog.png:
8483         * doc/images/hvolumebar.png:
8484         * doc/images/login-dialog.png:
8485         * doc/images/note.png:
8486         * doc/images/number-editor.png:
8487         * doc/images/range-editor.png:
8488         * doc/images/seekbar.png:
8489         * doc/images/set-password-dialog.png:
8490         * doc/images/sort-dialog.png:
8491         * doc/images/time-editor.png:
8492         * doc/images/time-picker.png:
8493         * doc/images/vvolumebar.png:
8494         * doc/images/weekday-picker.png: Adding the new generated widget shots.
8495         Adding the bread-crumb-trial and helpers to the documentation.
8496
8497 2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8498
8499         * examples/hildon-find-toolbar-example.c:
8500         * src/hildon-find-toolbar.c:
8501         * src/hildon-find-toolbar.h: FIxing the default history-append handler to
8502         actually continue firing the other handlers if connected. Adding a new
8503         function:
8504         hildon_find_toolbar_get_last_index that gets the index of the most
8505         recently added (last) item. Fixes: NB#52301.
8506
8507 2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8508
8509         * src/hildon-caption.c: Applying a patch by Tommi to fix the focus
8510         behaviour. Fixes: NB#68610.
8511
8512 2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8513
8514         * src/hildon-banner.c: Actually reverting the previous change. It somehow
8515         looks a bit worse.
8516
8517 2007-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8518
8519         * src/hildon-banner.c: Changing the infobanner background pixmap to NULL
8520         when realizing the banner. Should make the infonbanner effect a bit more
8521         bearable.
8522
8523 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8524
8525         * src/hildon-volumebar.c:
8526         * src/hildon-volumebar.h: Changing the GtkWidget to HildonVolumebar in
8527         hildon_volumebar_set_range_insensitive_message and
8528         hildon_volumebar_set_range_insensitive_messagef. Fixes MB#1848.
8529
8530 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8531
8532         * src/hildon-window.c: Fixing the border freeing on destroy.
8533
8534 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8535
8536         * src/hildon-code-dialog-private.h:
8537         * src/hildon-code-dialog.c: Adding a patch by Tomas Junnonen to fix the
8538         kw keyboard support in HildonCodeDialog.
8539
8540 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8541
8542         [1.0.14-1 release]
8543
8544         * NEWS:
8545         * configure.ac:
8546         * debian/changelog: Updating.
8547
8548 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8549
8550         * src/hildon-date-editor.c:
8551         * src/hildon-number-editor.c:
8552         * src/hildon-private.c:
8553         * src/hildon-private.h:
8554         * src/hildon-time-editor.c:
8555         * src/hildon-weekday-picker.c: A patch by Xan Lopez to fix focus
8556         handling in subclassed composite widgets. Fixes: NB#66628.
8557
8558 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8559
8560         * src/hildon-window.c: Removing extra gtk_main_iteration () processing
8561         from destroy_ callback as it introduces problems in async dbus signal
8562         handlers. Fixes NB#66673.
8563
8564 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8565
8566         * examples/hildon-hvolumebar-example.c:
8567         * src/hildon-volumebar.c: Improving the focus handling in the
8568         volumebar widgets. Fixes NB#63955 and NB#65155. Also fixing the
8569         set_property accessor so that "mute" property can be actually set. I'm
8570         scared that nobody noticed it's totally broken.
8571
8572 2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8573
8574         * debian/control: Use libesd0-dev or osso-esd-dev as esd dependancy.
8575         Fixes NB#66548.
8576
8577 2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8578
8579         * src/hildon-calendar.c:
8580         * src/hildon-number-editor.c:
8581         * src/hildon-time-picker.c: Changing the timeout repeat so that it
8582         matches the spec of 6 chars per second. Fixes: NB#60489.
8583
8584 2007-08-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8585
8586         * src/hildon-helper.c: Really fixing NB#58352. Looks like
8587         gtk_style_lookup_color sometime returns FALSE even though color was
8588         found and values were filled properly. Weird. Removing the warning for the
8589         time being.
8590
8591 2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8592
8593         * src/hildon-find-toolbar.c: Puting the combobox inside alignment to not
8594         expand vertically. Adding some extra space to the find toolbar buttons to
8595         make them thumbable. Fixes NB#66060.
8596
8597 2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8598
8599         * src/hildon-calendar-popup.c: Replacing the "Done" button in the calendar
8600         popup with "Ok" and "Cancel". Fixes NB#59299.
8601
8602 2007-08-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8603
8604         * src/hildon-calendar.c: Process all window updates before executing next
8605         timeout. Fixes: NB#54146.
8606
8607 2007-08-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8608
8609         [1.0.13-1 release]
8610
8611         * NEWS:
8612         * configure.ac:
8613         * debian/changelog: Updating.
8614
8615 2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
8616
8617         * src/hildon-banner.c: (hildon_banner_client_event): connect directly to
8618         the client event and ignore it, since we use the delete event to close
8619         after timeouts.
8620
8621 2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8622
8623         * src/hildon-helper.c: Remove the bogus warning about color not being
8624         found. Fixes NB#58352.
8625
8626 2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8627
8628         * examples/Makefile.am:
8629         * examples/hildon-toolbar-seekbar-example.c: Adding an example to test a
8630         HildonSeekbar widget inside a toolbar.
8631
8632 2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
8633
8634         * src/hildon-banner.c (hildon_banner_init): mark the banners as
8635         temporary, depends on maemo-gtk >= 2.10.12-osso7. Also ignore the
8636         delete event that will come from _GTK_DELETE_TEMPORARIES, as we
8637         don't want to be closed by non-temporary windows on map.
8638
8639         Also use G_DEFINE_TYPE instead of manually typed code.
8640
8641 2007-08-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8642
8643         [1.0.12-1 release]
8644
8645         * NEWS:
8646         * configure.ac:
8647         * debian/changelog:
8648         * debian/rules: Updating.
8649
8650 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8651
8652         * examples/Makefile.am:
8653         * examples/hildon-hvolumebar-timer-example.c: Adding an exmaple to debug
8654         bug NB#61128. Strangely it works.
8655
8656 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8657
8658         * src/hildon-date-editor.c: When the date editor entry has been changed
8659         but the numbers of characters < max, turn off the skip validation flag.
8660         Prevents a situation when we enter first a valid year and later re-write
8661         it with an invalid one. Fixes NB#60154.
8662
8663 2007-07-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8664
8665         * src/hildon-code-dialog.c: Fixing the dialog button alignment inside the
8666         code dialog. Fixes NB#64355.
8667
8668 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8669
8670         * src/hildon-wizard-dialog.c: Don't call the _set_sensitivity again after
8671         switching the page. Fixes NB#49374.
8672
8673         * examples/Makefile.am:
8674         * examples/hildon-wizard-dialog-example.c: Adding an example for
8675         HildonWizardDialog that shows how to handle manual sensitivity setting on
8676         the wizard dialog.
8677
8678 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8679
8680         * configure.ac:
8681         * src/Makefile.am:
8682         * src/hildon-version.h.in:
8683         * src/hildon.h: Adding the HILDON_CHECK_VERSION macro. Fixes: NB#62061.
8684
8685 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8686
8687         * src/hildon-volumebar.c: Updating the docs.
8688
8689 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8690
8691         [1.0.11-1 release]
8692
8693         * NEWS:
8694         * configure.ac:
8695         * debian/changelog: Updating.
8696
8697 2007-07-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8698
8699         * src/hildon-find-toolbar.c:
8700         * src/hildon-find-toolbar.h: Adding a few new functions to control the
8701         selected item: hildon_find_toolbar_set_active,
8702         hildon_find_toolbar_set_active_iter, hildon_find_toolbar_get_active,
8703         hildon_find_toolbar_get_active_iter . They correspond to respective
8704         GtkComboBox functions.
8705
8706         * examples/Makefile.am:
8707         * examples/hildon-find-toolbar-example.c: Adding the example to test the
8708         new functionality.
8709
8710 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8711
8712         * examples/Makefile.am:
8713         * examples/hildon-seekbar-example.c: Adding the seekbar example to check
8714         theming easily.
8715
8716         * src/hildon-font-selection-dialog.c: Fixing the default focus for dialog
8717         when font size > 32 and we pack a focusable widget inside. Actually using
8718         the default response would work too, but since we don't show default
8719         response state in any way (no theming) it would not be visible to the
8720         user. Fixes NB#63430.
8721
8722 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8723
8724         * src/hildon-date-editor.c: Adding the missing variable setter in the
8725         set_property handler. Fixes NB#54182.
8726
8727 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8728
8729         * src/hildon-window.h: Changing the long key press time from 1500ms to
8730         800ms as requested in NB#63700. I have a bad feeling about this, let's
8731         see... Fixes NB#63700.
8732
8733 2007-07-12  Tommi Komulainen  <tommi.komulainen@nokia.com>
8734
8735         * src/hildon-time-picker.c (hildon_time_picker_class_init,
8736         hildon_time_picker_map, hildon_time_picker_realize,
8737         hildon_time_picker_style_set): Split the contents of map to more
8738         appropriate functions; set window decorations on realize and update
8739         arrows' size requisitions on style-set. Avoids unnecessary resizing.
8740
8741 2007-07-02  Xan Lopez <xan.lopez@nokia.com>
8742
8743         [1.0.10-2 release]
8744
8745         * NEWS:
8746         * debian/changelog: Updating.
8747
8748 2007-07-02  Johan Bilien  <johan.bilien@nokia.com>
8749
8750         * src/Makefile.am: fixed installation of the header files
8751
8752 2007-06-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8753
8754         [1.0.10-1 release]
8755
8756         * NEWS:
8757         * configure.ac:
8758         * debian/changelog: Updating.
8759
8760 2007-06-27  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8761
8762         * configure.ac: Removing some remaining of --enable-xan.
8763
8764 2007-06-26  Xan Lopez  <xan.lopez@nokia.com>
8765
8766         * src/hildon-date-editor.c: (hildon_date_editor_keypress):
8767         * src/hildon-time-editor.c: (hildon_time_editor_entry_keypress):
8768
8769         Move all focus crazyness to the rc files. This depends on gtk+2.0 >=
8770         2.10.12-osso6 because the move-focus signal needs to be available in
8771         GtkWidget.
8772
8773 2007-06-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8774
8775         * examples/Makefile.am:
8776         * examples/hildon-hvolumebar-insensitive-map-example.c: Adding an example
8777         that makes a HildonVolumebar insensitive before mapping it. Seems to work
8778         fine. Prolly NB#61128 is fixed now.
8779
8780 2007-06-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8781
8782         * src/hildon-volumebar.c:
8783         * src/hildon-volumebar.h: Adding the
8784         hildon_volumebar_set_range_insensitive_message and
8785         hildon_volumebar_set_range_insensitive_messagef functions to set
8786         insensitive message on the slider of the volumebar. Fixes NB#61129.
8787
8788         * examples/Makefile.am:
8789         * examples/hildon-hvolumebar-insensitive-example.c: Adding an example to
8790         test the new insensitive messsage functionality on HildonVolumebar.
8791
8792 2007-06-14  Xan Lopez  <xan.lopez@nokia.com>
8793
8794         * src/hildon-private.c (hildon_private_composite_focus): make the focus handler
8795         work again.
8796
8797 2007-06-13  Xan Lopez  <xan.lopez@nokia.com>
8798
8799         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_clear): workaround
8800         http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back
8801         button on after clearing the trail.
8802
8803 2007-06-13  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8804
8805         * src/hildon-code-dialog.c: Removing the separator from the dialog.
8806
8807 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
8808
8809         * src/Makefile.am: remove circular dependency in hildon-enum-types.h creation
8810         by splitting the installed headers in generated and non-generated groups. Use
8811         only the non-generated headers to create the hildon-enum-types.h file.
8812
8813         * src/hildon-seekbar.h: gtkscale.h already includes gtkrange.h.
8814
8815 2007-06-12  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8816
8817         * src/hildon-window.c: Hide the window before performing the destroy.
8818         Should make the app closing a little tiny bit more snappy.
8819
8820 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
8821
8822         * src/hildon-seekbar.c: add gtkrange.h header
8823         * src/hildon-caption.c: remove unused variable
8824
8825 2007-06-08  Tommi Komulainen  <tommi.komulainen@nokia.com>
8826
8827         * configure.ac: Remove dysfunctional AC_ARG_ENABLE. Pointed out by
8828         Loic Minier.
8829
8830 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8831
8832         [1.0.9-1 release]
8833
8834         * NEWS:
8835         * configure.ac:
8836         * debian/changelog: Updating.
8837
8838 2007-06-07  Tommi Komulainen  <tommi.komulainen@nokia.com>
8839
8840         * src/hildon-window.c (hildon_window_window_state_event,
8841         hildon_window_is_topmost_notify, hildon_window_class_init): Stop the
8842         escape timeout on focus-out-event rather than notify::is-topmost; the
8843         latter doesn't get called when menus pop up. Fixes: NB#52946, MB#1101
8844
8845 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8846
8847         * src/hildon-window.c: Adding a patch from Tommi Komulainen to pass the
8848         correct timestamp and button to gtk_menu_popup. Fixes MB#1466.
8849
8850 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
8851
8852         * src/hildon-window: actually, you need to use the macro always, there's
8853         no private pointer in the instance structure. We should have cleaned this up
8854         when we had the chance...
8855
8856 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
8857
8858         * src/hildon-window.c: do not get the private date from HildonWindow before
8859         it passes the g_return_if_fail check. Once it's passed the test, there's no
8860         need to g_assert that it exists. Do not create a HildonWindowPrivate variable
8861         if you are only going to access the data once. Whitespace cleanups.
8862
8863 2007-06-04  Xan Lopez  <xan.lopez@nokia.com>
8864
8865         * src/hildon-bread-crumb-trail.c: set children visible before allocation.
8866         * src/hildon-bread-crumb-widget.c: set xalign to 0.0 for labels.
8867
8868 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8869
8870         [1.0.8-1 release]
8871
8872         * NEWS:
8873         * configure.ac:
8874         * debian/changelog: Updating.
8875
8876 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8877
8878         * src/hildon-window.c: When destroying the window, remove (if exists) the
8879         escape timeout handler. Fixes #NB59276.
8880
8881 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8882
8883         * src/hildon-banner.c: When realizing the widget, set the window
8884         transiency. Setting the transiency in the gobject constructor is not
8885         good, as the widget is not realized at that point. Fixes: #NB56624.
8886
8887 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
8888
8889         * src/hildon-bread-crumb-trail.h (struct _HildonBreadCrumbTrailClass):
8890         Add padding for future expansions.
8891
8892 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
8893
8894         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_class_init):
8895         Add a new signal "move-parent", bind Escape and BackSpace to it. The handler
8896         will fake an activation on the previous to the last item of the trail, so
8897         the effect can be overrided by the developer as usual.
8898         Also change the callback for the back button to do the same thing, so its
8899         effect can be overrided too. Fixes: NB#58982
8900
8901 2007-05-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8902
8903         * src/hildon-caption.c: Implementing the proper focus grabbing in the
8904         HildonCaption. Fixes NB#52379.
8905
8906 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
8907
8908         * src/hildon-bread-crumb-trail.c (crumb_activated_cb): be very paranoid about
8909         the internal state of the trail after the user has had the chance of executing
8910         his handler for the signal. Specifically, it may happen that the activated button
8911         is removed and the user still lets the default handler run. This would segfault
8912         previously.
8913
8914 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8915
8916         * src/hildon-font-selection-dialog.c: When the font is really big, add the
8917         scrollbar to the preview dialog. Fixes NB#54147.
8918
8919 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8920
8921         * src/hildon-date-editor.c: Changing the default max year to 2037. The
8922         max/min year properties can be altered, so the client can modify it
8923         anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147.
8924
8925 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8926
8927         * src/hildon-calendar.c: Removing the unused 'hildonlike' property, making
8928         hildonlike by default. Fixing a problem with disappearing arrows when
8929         scrolling through months and years. Fixes NB#54127.
8930
8931 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8932
8933         * examples/hildon-date-editor-example.c: Adding error callback to the date
8934         editor example.
8935
8936 2007-05-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8937
8938         [1.0.7-1 release]
8939
8940         * NEWS:
8941         * debian/changelog:
8942         * configure.ac: Updating.
8943
8944 2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8945
8946         * configure.ac: Adding a special '--enable-xan' configure option that
8947         turns off the -Werror compilation setting. Usefull for development.
8948
8949         * src/hildon-calendar.c:
8950         * src/hildon-number-editor.c:
8951         * src/hildon-time-picker.c: Adding the 5* multiplier to
8952         gtk-timeout-update.
8953
8954 2007-05-24  Xan Lopez  <xan.lopez@nokia.com>
8955
8956         * src/hildon-note.c (hildon_note_init): Use g_object_ref_sink
8957         instead of g_object_ref + gtk_object_sink.
8958
8959 2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8960
8961         [1.0.6-1 release]
8962
8963         * NEWS:
8964         * configure.ac:
8965         * debian/changelog: Updating.
8966
8967 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8968
8969         * src/hildon-color-chooser-dialog.c:
8970         * src/hildon-color-chooser.c: A few more GdkColor struct allocation fixes
8971         straight from Tommi labs.
8972
8973 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8974
8975         * examples/hildon-finger-example.c: Correcting the header file path.
8976
8977         * src/hildon-color-chooser-dialog.c: Allocate the color on the stack for
8978         the changed signal. Fixes a small memory leak.
8979
8980 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8981
8982         * autogen.sh:
8983         * debian/rules:
8984         * src/hildon-banner.c: Importing several usefull fixes from the
8985         ubuntu-mobile branch.
8986
8987 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8988
8989         * examples/Makefile.am:
8990         * examples/hildon-finger-example.c: Adding a finger-checking code
8991         example.
8992
8993         * src/hildon-font-selection-dialog.c: Do not allocate the color
8994         structure using the g_new. Fixes NB#54061.
8995
8996 2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
8997
8998         * src/hildon-helper.c: Correcting tabs in file.
8999
9000 2007-05-08  Xan Lopez  <xan.lopez@nokia.com>
9001
9002         * src/hildon-bread-crumb-trail.c: Use set_child_visible only to
9003         control the visibility of the children.
9004
9005         * examples/hildon-bread-crumb-trail-example.c: Plug leak.
9006
9007 2007-05-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9008
9009         [1.0.5-1 release]
9010
9011         * NEWS:
9012         * configure.ac:
9013         * debian/changelog: Updating.
9014
9015 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
9016
9017         * src/hildon-bread-crumb-trail.c:
9018         (hildon_bread_crumb_trail_size_allocate):
9019
9020         Make the back button always a square.
9021
9022 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
9023
9024         * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h
9025         from the .c file as it's a private file.
9026
9027 2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9028
9029         * examples/hildon-vvolumebar-example.c: The VVolumebar example now
9030         uses slightly bigger height.
9031
9032         * src/hildon-font-selection-dialog.c: Adding some checks before
9033         freeing memory in the font selection dialog.
9034
9035 2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9036
9037         * src/hildon-font-selection-dialog.c: Adding a small check when
9038         freeing memory.
9039
9040         * src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix
9041         buttons sensitivity on page switching.
9042
9043 2007-04-27  Xan Lopez  <xan.lopez@nokia.com>
9044
9045         * src/hildon-bread-crumb-trail.c: make the add method handle all the
9046         internal details of adding a bread crumb to the trail.
9047
9048 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9049
9050         [1.0.4-1 release]
9051
9052         * README:
9053         * configure.ac:
9054         * debian/changelog: Updating.
9055
9056         * src/hildon-bread-crumb-trail.h:
9057         * src/hildon-bread-crumb.h: Changing the API guard to
9058         HILDON_ENABLE_UNSTABLE_API.
9059
9060 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9061
9062         [1.0.3-1 release]
9063
9064         * NEWS:
9065         * configure.ac:
9066         * debian/changelog:
9067         * debian/rules:
9068         * src/hildon-helper.h: Updating.
9069
9070 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9071
9072         [1.0.2-1 release]
9073
9074         * NEWS:
9075         * configure.ac:
9076         * debian/changelog:
9077
9078 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9079
9080         * README:
9081         * configure.ac:
9082         * src/hildon-helper.h: Small fix to make the package actually compile.
9083
9084 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
9085
9086         * src/hildon-bread-crumb-trail.h:
9087         * src/hildon-bread-crumb.h:
9088
9089         Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
9090         to define ENABLE_UNSTABLE_API in the code that includes these headers.
9091
9092 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
9093
9094         * examples/hildon-bread-crumb-trail-example.c:
9095         * src/Makefile.am:
9096         * src/hildon-bread-crumb-trail.c:
9097         * src/hildon-bread-crumb-trail.h:
9098         * src/hildon-bread-crumb.c:
9099         * src/hildon-bread-crumb.h:
9100         * src/hildon-marshalers.list:
9101         * src/hildon-bread-crumb-widget.c:
9102         * src/hildon-bread-crumb-widget.h:
9103
9104         Slight change in the widget design. The bread crumb trail API is
9105         unchanged, but HildonBreadCrumb is now an interface. A *private*
9106         implementation, hildon-bread-crumb-widget, is provided and used
9107         internally by the trail for the push_text/push_icon functions.
9108
9109         The generic push API is still available, so anyone can implement
9110         and use its own bread crumb widget.
9111
9112 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9113
9114         * debian/rules: Fixing the shlibs.
9115
9116 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9117
9118         * src/hildon-banner.c: Fixing a problem with timed banners having
9119         their parrent destroyed before they are.
9120
9121 2007-04-17  Xan Lopez  <xan.lopez@nokia.com>
9122
9123         * src/hildon-bread-crumb.c:
9124         * src/hildon-bread-crumb.h:
9125
9126         Make the get_natural_size function a vfunc.
9127
9128 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
9129
9130         * src/hildon-bread-crumb.c:
9131         * src/hildon-bread-crumb-trail.c:
9132
9133         Some cleanups.
9134
9135 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9136
9137         [1.0.1-1 release]
9138
9139         * AUTHORS:
9140         * NEWS:
9141         * configure.ac:
9142         * debian/changelog: Updating for release.
9143
9144 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
9145
9146         * src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
9147         don't leak the pango layout.
9148
9149 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
9150
9151         * src/hildon.h:
9152         * examples/hildon-bread-crumb-trail-example.c:
9153
9154         Fix example.
9155
9156 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9157
9158         * debian/changelog: Removing the bug-fixed entries that were actually
9159         resolved as WONTFIX.
9160
9161         * src/hildon-date-editor.c: Removing a redundant check. Fixes
9162         NB#54182.
9163
9164 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
9165
9166         * src/hildon-bread-crumb-trail.c:
9167         * src/hildon-bread-crumb-trail.h:
9168         * src/hildon-bread-crumb.c:
9169         * src/hildon-bread-crumb.h:
9170
9171         Untabify.
9172
9173 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
9174
9175         * src/hildon-bread-crumb-trail.c: don't use the priv data of bct
9176         until it's passed the type check.
9177
9178 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
9179
9180         * examples/hildon-bread-crumb-trail-example.c
9181
9182         Add license.
9183
9184 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
9185
9186         * examples/Makefile.am
9187         * examples/hildon-bread-crumb-trail-example.c
9188         * src/Makefile.am
9189         * src/hildon-bread-crumb-trail.c
9190         * src/hildon-bread-crumb-trail.h
9191         * src/hildon-bread-crumb.c
9192         * src/hildon-bread-crumb.h
9193
9194         New HildonBreadCrumbTrail widget.
9195
9196 2007-04-02  Lucas Rocha  <lucas.rocha@nokia.com>
9197
9198         * src/hildon-range-editor.c (hildon_range_editor_init),
9199         src/hildon-seekbar.c (hildon_seekbar_get_fraction,
9200         hildon_seekbar_set_fraction, hildon_seekbar_set_position),
9201         src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
9202         hildon_time_editor_class_init, hildon_time_editor_init),
9203         src/hildon-get-password-dialog.c (invalid_input,
9204         hildon_get_password_set_property, hildon_get_password_get_property,
9205         create_contents, hildon_get_password_dialog_set_max_characters),
9206         src/hildon-set-password-dialog.c (create_contents),
9207         src/hildon-date-editor.c (hildon_date_editor_init),
9208         src/hildon-login-dialog.c (hildon_login_dialog_init),
9209         src/hildon-number-editor.c (hildon_number_editor_init),
9210         src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
9211         hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
9212         the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
9213          configure option and adding the respective checks in the code.
9214         * src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
9215         hildon_calendar_drag_data_received): fixed some build warnings.
9216
9217 2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9218
9219         * debian/changelog: A 1.0.0 release notes.
9220