2009-02-17 Alberto Garcia <agarcia@igalia.com>
[hildon] / ChangeLog
1 2009-02-17  Alberto Garcia  <agarcia@igalia.com>
2
3         * src/hildon-date-button.c
4         * src/hildon-time-button.c: Add gettext macros
5
6 2009-02-16  Claudio Saavedra  <csaavedra@igalia.com>
7
8         * src/hildon-date-button.c (hildon_date_button_new):
9         * src/hildon-time-button.c (hildon_time_button_new_step):
10         Use new logical strings to set the button default title.
11
12         Fixes: NB#99915 (Date and Time options are not localised in Date
13         and Time setttings)
14
15 2009-02-16  Alejandro G. Castro  <alex@igalia.com>
16
17         * src/hildon-pannable-area.c
18         (hildon_pannable_area_motion_notify_cb): Fixed typo in the name of
19         the PANNING_THRESHOLD.
20
21 2009-02-16  Alejandro G. Castro  <alex@igalia.com>
22
23         * src/hildon-pannable-area.c,
24         (hildon_pannable_area_class_init): Increased the maximum speed.
25         (hildon_pannable_area_get_property),
26         (hildon_pannable_area_set_property),
27         (hildon_pannable_area_timeout): Added a new low friction mode, it
28         allows the user avoid friction when launching the widget fast
29         enough. It is interesting to traverse long lists.
30
31 2009-02-16  Alberto Garcia  <agarcia@igalia.com>
32
33         * src/hildon-stackable-window.c (hildon_stackable_window_class_init)
34         (+hildon_stackable_window_delete_event): Ignore delete events if
35         the window is not the topmost one.
36
37         Fixes: NB#101698 (Back button long press and delete-event handling)
38
39 2009-02-16  Alejandro G. Castro  <alex@igalia.com>
40
41         * src/hildon-pannable-area.c,
42         (hildon_pannable_area_motion_notify_cb): Removed the use of the
43         gtk-dnd-drag-threshold, it was too big. We have defined our own
44         dnd define and set a smaller value: PANNIG_THRESHOLD.
45
46 2009-02-16  Alberto Garcia  <agarcia@igalia.com>
47
48         * src/hildon-banner.c (hildon_banner_show_animation): Don't allow
49         user-defined icons, use always the default one.
50
51         Fixes: NB#101916 (Do not allow custom icons on animation banner)
52
53 2009-02-13  Alejandro G. Castro  <alex@igalia.com>
54
55         This patch was applied before but reverted because it caused
56         problems, we have changed the main condition and tested the
57         regressions we detected before and they work ok.
58
59         * src/hildon-pannable-area.c,
60         (hildon_pannable_area_get_topmost): Added a new parameter to
61         filter the the windows that do not include those events. Added
62         also a condition when finding the window to filter windows that do
63         not ask for those events.
64         (hildon_pannable_area_button_press_cb),
65         (hildon_pannable_area_button_release_cb),
66         (hildon_pannable_get_child_widget_at): Reviewed the call the the
67         topmost function, we have added the new parameter.
68
69         Fixes: NB#97458 (Pannable area prevents propagation of button
70         press events)
71
72 2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
73
74         * tests/check-hildon-color-button.c (START_TEST): do not leak
75         ret_color.
76
77 2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
78
79         * src/hildon-font-selection-dialog.c
80         (hildon_font_selection_dialog_get_preview_text): Return NULL
81         instead of FALSE on the g_return_val_if_fail().
82
83 2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
84
85         * src/hildon-time-selector.c (hildon_time_selector_set_time):
86         * src/hildon-date-selector.c
87         (hildon_date_selector_select_current_date):
88         Do not compare unsigned integers to be greater than or equal 0,
89         because it's always TRUE.
90
91 2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
92
93         * src/hildon-date-selector.c (hildon_date_selector_construct_ui),
94         (hildon_date_selector_constructor): Do not select the current
95         date until we are handle the "changed" signal, to avoid having bogus
96         elements in the days model.
97
98 2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
99
100         * src/hildon-date-selector.c (_update_day_model): Use a gint variable
101         for num_days, since _month_days() can return a negative value.
102
103 2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
104
105         * src/hildon-caption.c (hildon_caption_size_allocate):
106         * src/hildon-pannable-area.c (hildon_pannable_area_size_request):
107         * src/hildon-range-editor.c (hildon_range_editor_size_allocate):
108
109         Initialize allocation variables to 0, to avoid eventually using
110         unitialized variables.
111
112 2009-02-12  Claudio Saavedra  <csaavedra@igalia.com>
113
114         * src/hildon-bread-crumb-trail.c
115         (hildon_bread_crumb_trail_size_allocate):
116         * src/hildon-calendar.c (hildon_calendar_set_background):
117         * src/hildon-caption.c (hildon_caption_hierarchy_changed):
118         * src/hildon-range-editor.c (hildon_range_editor_get_range):
119         * src/hildon-seekbar.c (hildon_seekbar_init):
120         * src/hildon-time-editor.c (hildon_time_editor_get_time):
121         * src/hildon-time-selector.c (hildon_time_selector_finalize):
122         * src/hildon-touch-selector-entry.c
123         (hildon_touch_selector_get_text_from_model):
124         * src/hildon-touch-selector.c (hildon_touch_selector_class_init):
125         * src/hildon-window.c (hildon_window_finalize):
126
127         Remove many unused variables.
128
129 2009-02-12  Claudio Saavedra  <csaavedra@igalia.com>
130
131         * src/hildon-seekbar.c: (hildon_seekbar_init),
132         (hildon_seekbar_size_request), (hildon_seekbar_size_allocate):
133
134         Remove unnecessary g_assert() calls.
135
136 2009-02-12  Claudio Saavedra  <csaavedra@igalia.com>
137
138         * src/hildon-caption.c: (hildon_caption_expose),
139         (hildon_caption_set_property), (hildon_caption_init),
140         (hildon_caption_set_focus), (hildon_caption_hierarchy_changed),
141         (hildon_caption_size_request), (hildon_caption_size_allocate),
142         (hildon_caption_forall), (hildon_caption_set_separator),
143         (hildon_caption_activate), (hildon_caption_set_child_expand),
144         (hildon_caption_set_label_text),
145         (hildon_caption_get_label_alignment):
146
147         Remove unnecessary g_assert() calls.
148
149 2009-02-12  Alberto Garcia  <agarcia@igalia.com>
150
151         * src/hildon-banner.c
152         (hildon_banner_map, hildon_banner_init): Make banner temporary
153         before mapping it to avoid closing other temporary windows, but
154         make it non-temporary afterwards to avoid being closed by other
155         non-temporary windows.
156         (-hildon_banner_client_event, hildon_banner_init):
157         _GTK_DELETE_TEMPORARIES doesn't need to be handled anymore.
158
159         Fixes: NB#100445 (Hildon banner gets destroyed when a dialog is
160         opened)
161
162 2009-02-11  Alberto Garcia  <agarcia@igalia.com>
163
164         * src/hildon-banner.h: Mark hildon_banner_show_animation() with a
165         deprecation guard.
166
167 2009-02-11  Gordon Williams <gordon.williams@collabora.co.uk>
168
169         * src/hildon-remote-texture.c
170         * src/hildon-remote-texture.h
171         * src/hildon-remote-texture-private.h
172         * examples/hildon-remote-texture-example.c:
173         Updates/fixes to remote-texture and its example.
174
175 2009-02-11  Claudio Saavedra  <csaavedra@igalia.com>
176
177         Patch by Mox Soini (ext-mox.soini@nokia.com)
178
179         * src/hildon-code-dialog.c: Update logical id.
180         * src/hildon-set-password-dialog.c: Update logical id.
181
182         Fixes: NB#100646 (Logical strings is shown for ok in set
183         password,Password needed dialogs)
184
185 2009-02-11  Gordon Williams <gordon.williams@collabora.co.uk>
186
187         * src/hildon.h
188         * src/hildon-remote-texture.c
189         * src/hildon-remote-texture.h
190         * src/hildon-remote-texture-private.h
191         * src/Makefile.am
192         Added remote texture widget (for Clutter shared memory textures)
193
194         * examples/hildon-remote-texture-example.c
195         * examples/Makefile.am
196         Added example file for remote texture usage
197
198 2009-02-10  Claudio Saavedra  <csaavedra@igalia.com>
199
200         * configure.ac: post release version bump.
201         * debian/changelog: version bump.
202
203 2009-02-06  Claudio Saavedra  <csaavedra@igalia.com>
204
205         [Release 2.1.42]
206
207         * NEWS: Updates.
208         * configure.ac: Bump version.
209         * debian/changelog: Updates.
210
211 2009-02-06  Alberto Garcia  <agarcia@igalia.com>
212
213         * src/hildon-date-selector.c (hildon_date_selector_init)
214         (hildon_date_selector_constructor): Don't connect to the "changed"
215         signal until the selector is completely constructed.
216
217 2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
218
219         * src/hildon-touch-selector.c: (_create_new_column),
220         (hildon_touch_selector_append_column),
221         (hildon_touch_selector_set_column_selection_mode),
222         (hildon_touch_selector_set_active),
223         (hildon_touch_selector_select_iter):
224         Emit the HildonTouchSelector::changed signal every time selection
225         is changed in any of the methods above.  This behavior was already
226         documented but not fully functional.
227
228         Fixes: NB#93165 (HildonTouchSelector::changed not emitted when the
229         selection is programmatically changed)
230
231 2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
232
233         * doc/hildon-sections.txt: Remove obsolete icon
234         sizes from here as well.
235
236 2009-02-05  Alberto Garcia  <agarcia@igalia.com>
237
238         * examples/hildon-stackable-window-example.c (add_window): Remove
239         unnecessary return.
240
241 2009-02-05  Alberto Garcia  <agarcia@igalia.com>
242
243         * src/hildon-app-menu.c
244         (hildon_app_menu_show): Check whether the parent window of a menu
245         is topmost before popping it up.
246
247         Fixes: NB#100468 (Application menu window is launched even when a
248         new secondary-window/dialog is pending to be shown/realized.)
249
250 2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
251
252         * examples/hildon-icon-sizes-example.c: (main): Remove obsolete
253         icon sizes.
254
255 2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
256
257         Patch by Mox Soini (ext-mox.soini@nokia.com)
258
259         * src/hildon-banner.c: (hildon_banner_show_animation):
260         use stylus size instead of obsolete note size.
261         * src/hildon-defines.h: Update icon sizes.
262
263 2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
264
265         * src/hildon-touch-selector-entry.c:
266         (hildon_touch_selector_entry_init): Disable unsupported
267         input modes.
268         (hildon_touch_selector_entry_get_text_column): Emit a warning
269         if an unsupported input modes is used and explicitile state
270         these modes in the documentation.
271
272         Fixes: NB#99802 (Hildon touch selector entry not working properly
273         for some of the input modes)
274
275 2009-02-05  Alejandro G. Castro  <alex@igalia.com>
276
277         * src/hildon-pannable-area.c,
278         (hildon_pannable_area_init): Added the changed signal handlers of
279         the adjustments.
280
281         Fixes: NB#100320 (HildonPannableArea does not listen to
282         GtkAdjustment "change" signals)
283
284 2009-02-04  Alberto Garcia  <agarcia@igalia.com>
285
286         * doc/hildon-sections.txt
287         * src/hildon-window-private.h
288         * src/hildon-window.h
289         * src/hildon-window.c (hildon_window_init)
290         (hildon_window_realize, hildon_window_unrealize)
291         (hildon_window_map, hildon_window_unmap, hildon_window_expose)
292         (hildon_window_size_request, hildon_window_size_allocate)
293         (hildon_window_forall, hildon_window_show_all)
294         (hildon_window_destroy, +paint_edit_toolbar)
295         (+hildon_window_set_edit_toolbar):
296         New hildon_window_set_edit_toolbar() method, to add a
297         HildonEditToolbar to a window without having to pack it manually.
298
299         Reorganize hildon_window_size_allocate()
300
301         * src/hildon-edit-toolbar.c: Update documentation.
302
303         * examples/hildon-edit-toolbar-example.c (edit_window): Update
304         example to use the new API.
305
306         Fixes: NB#98039 (Wishlist: hildon_window_add_edit_toolbar())
307
308 2009-02-04  Alberto Garcia  <agarcia@igalia.com>
309
310         * src/hildon-stackable-window.c (hildon_stackable_window_hide):
311         Remove from stack before calling parent's hide.
312
313 2009-02-04  Alberto Garcia  <agarcia@igalia.com>
314
315         * src/hildon-window-stack.c (hildon_window_stack_remove): When a
316         window is removed from the middle of the stack, update the
317         transiency of the previous one.
318
319         Fixes: NB#100487 (HildonStackableWindow transiency becomes
320         incoherent)
321
322 2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>
323
324         * src/hildon-picker-dialog.c: (_restore_current_selection): Do not
325         block/unblock the signal handler if it's not actually being used.
326         Fixes some critical warnings.
327
328 2009-02-02  Alberto Garcia  <agarcia@igalia.com>
329
330         Based on a patch by Iván Gómez (igomez@igalia.com)
331
332         * src/hildon-banner.c
333         * src/hildon-gtk.c
334         * src/hildon-main.c
335         * src/hildon-note.c
336         * src/hildon-pannable-area.c
337         * src/hildon-picker-dialog.c
338         * src/hildon-wizard-dialog.h
339         * src/hildon-wizard-dialog.c: Documentation updates.
340
341         * src/hildon-picker-dialog.c (hildon_picker_dialog_init): Use
342         gtk_dialog_add_button() instead of hildon_dialog_add_button().
343
344 2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>
345
346         * configure.ac: post release version bump.
347         * debian/changelog: version bump.
348
349 2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>
350
351         [Release 2.1.40]
352
353         * NEWS: Updates.
354         * configure.ac: Bump version.
355         * debian/changelog: Updates.
356
357 2009-01-29  Alberto Garcia  <agarcia@igalia.com>
358
359         * src/hildon-edit-toolbar.c (hildon_edit_toolbar_init): Don't use
360         a stock icon nor change the relief of the back arrow.
361
362         Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
363         graphics from theme)
364
365 2009-01-29  Alberto Garcia  <agarcia@igalia.com>
366
367         * src/hildon-button.c (hildon_button_set_alignment): Use
368         priv->alignment if the button has no child yet.
369
370 2009-01-29  Claudio Saavedra  <csaavedra@igalia.com>
371
372         * src/hildon-button.c: (hildon_button_init): Set the
373         button style during initialization to give it the proper
374         label color.
375
376         Fixes: NB#99713 (HildonButton value label color is wrong)
377
378 2009-01-28  Claudio Saavedra  <csaavedra@igalia.com>
379
380         * src/hildon-touch-selector.c: Document
381         hildon_touch_selector_center_on_selected()
382
383 2009-01-28  Alberto Garcia  <agarcia@igalia.com>
384
385         * src/hildon-app-menu.c (+hildon_app_menu_show_all)
386         (+hildon_app_menu_hide_all, hildon_app_menu_class_init): Show/hide
387         all menu items, but not the menu itself.
388         (hildon_app_menu_repack_filters, hildon_app_menu_repack_items)
389         (hildon_app_menu_insert, hildon_app_menu_add_filter): Realize menu
390         items after adding them to the menu so keyboard accelerators work.
391         (hildon_app_menu_show): Don't show the menu if it contains items
392         but none of them are visible.
393
394         * examples/hildon-app-menu-example.c (create_menu): Use
395         gtk_widget_show_all() to show all menu items.
396
397 2009-01-28  Claudio Saavedra  <csaavedra@igalia.com>
398
399         * src/hildon-picker-dialog.c:
400         (-_update_title_on_selector_changed_cb),
401         (-_dialog_update_title): Removed.
402         (_select_on_selector_changed_cb), (_on_dialog_response),
403         (on_selector_columns_changed): Do not update the dialog title.
404         (setup_interaction_mode): Do not connect to
405         HildonTouchSelector::changed signal if there's a "done" button, as
406         the dialog title doesn't need to be updated.
407
408         Fixes: NB#97468 (HildonPickerDialog doesn't need to show selected
409         contents in title)
410
411 2009-01-27  Claudio Saavedra  <csaavedra@igalia.com>
412
413         Patch by Kristian Rietveld (kris@imendio.com)
414
415         * src/hildon-touch-selector.c: (_create_new_column): Use new
416         GtkTreeView::hildon-row-tapped signal to react to user interactions
417         instead of ::changed.
418
419         Fixes: NB#91657 (HildonPickerDialog closes immediatly when used
420         with some dynamic tree model)
421
422 2009-01-27  Alberto Garcia  <agarcia@igalia.com>
423
424         * src/hildon-note.c (hildon_note_realize, +hildon_note_unrealize)
425         (+screen_size_changed, +label_size_request)
426         (hildon_note_class_init): Make the Hildon information note have a
427         minimum height, and make its text hvae a maximum width.
428
429         Fixes: NB#98614 (Hildon information note (background) should have
430         minimum height and maximum text width)
431
432 2009-01-26  Alberto Garcia  <agarcia@igalia.com>
433
434         * src/hildon-banner.h
435         * src/hildon-banner.c (hildon_banner_show_information)
436         (hildon_banner_show_informationf)
437         (hildon_banner_show_information_with_markup): Update documentation
438         to reflect that the icon_name parameter is not used anymore.
439         (hildon_banner_set_icon, hildon_banner_set_icon_from_file):
440         Remove all code from these functions and mark them as deprecated.
441         (hildon_banner_show_progress): Mark as deprecated.
442
443         Fixes: NB#98855 (HildonBanner uses qgn_note_infoprint)
444
445 2009-01-26  Alejandro G. Castro  <alex@igalia.com>
446
447         * src/hildon-pannable-area.c,
448         (hildon_pannable_area_class_init),
449         (tranparency_color),
450         (hildon_pannable_draw_vscroll),
451         (hildon_pannable_draw_hscroll),
452         (hildon_pannable_area_expose_event): Added a new way to render the
453         scrollbars of the pannable area avoiding using cairo at all. This
454         way we improve the performance of the pannable area rendering. The
455         cairo rendering procedure is still in the code, we can control
456         which one to use changing the value of the define
457         USE_CAIRO_SCROLLBARS.
458
459 2009-01-26  Claudio Saavedra  <csaavedra@igalia.com>
460
461         * configure.ac: post release version bump.
462         * debian/changelog: version bump.
463
464 2009-01-26  Claudio Saavedra  <csaavedra@igalia.com>
465
466         [Release 2.1.38]
467
468         * NEWS: Updates.
469         * configure.ac: Bump version.
470         * debian/changelog: Updates.
471
472 2009-01-23  Alberto Garcia  <agarcia@igalia.com>
473
474         * src/hildon-banner.c (hildon_banner_button_press_event): Hide
475         banners instead of destroying them when they receive a button
476         press.
477
478 2009-01-23  Alejandro G. Castro  <alex@igalia.com>
479
480         Reverted commit 34028, it was causing regressions, probably the
481         topmost condition is not correct, we have to check it in more
482         detail. We have reponed the bug: NB#97458 (Pannable area prevents
483         propagation of button press events)
484
485 2009-01-23  Claudio Saavedra  <csaavedra@igalia.com>
486
487         * src/hildon-time-selector.c: (_manage_ampm_selection_cb): Verify
488         that the selection is not empty before attempting to retrieve the
489         current ampm selection.
490
491 2009-01-23  Claudio Saavedra  <csaavedra@igalia.com>
492
493         * src/hildon-picker-button.c:
494         (hildon_picker_button_on_dialog_response): Directly update the
495         button contents when required instead of calling _selection_changed.
496
497 2009-01-23  Alberto Garcia  <agarcia@igalia.com>
498
499         * src/hildon-program.c (hildon_program_update_top_most): Update
500         'is-topmost' property also when wm_hints is not set.
501
502         Fixes: NB#98383 (is-topmost signal is not emitted when task
503         switcher is clicked.)
504
505 2009-01-23  Alejandro G. Castro  <alex@igalia.com>
506
507         Patch contributed by: Artem Egorkine <ext-artem.egorkine@nokia.com>
508
509         * src/Makefile.am,
510         * src/hildon.h,
511         * src/hildon-animation-actor.c,
512         * src/hildon-animation-actor.h: Added the animation actor class,
513         this widget represents an animation actor for WM-assisted
514         animation effects in the Hildon framework.
515
516 2009-01-23  Alberto Garcia  <agarcia@igalia.com>
517
518         * src/hildon-window-stack-private.h
519         * src/hildon-window-stack.c
520         * src/hildon-stackable-window.c (hildon_stackable_window_show):
521         Avoid calling gtk_widget_show() again indirectly from
522         hildon_stackable_window_show()
523
524 2009-01-23  Alberto Garcia  <agarcia@igalia.com>
525
526         * src/hildon-time-selector.c (hildon_time_selector_init): Remove
527         unused variable.
528
529 2009-01-22  Claudio Saavedra  <csaavedra@igalia.com>
530
531         * src/hildon-time-selector.c: (hildon_time_selector_constructor),
532         (hildon_time_selector_init): Move the construction of the hours and
533         ampm columns to the constructor to preserve the order the columns
534         are appended.
535
536 2009-01-22  Claudio Saavedra  <csaavedra@igalia.com>
537
538         * src/hildon-picker-dialog.c:
539         (hildon_picker_dialog_class_init): Connect a realize method.
540         (+hildon_picker_dialog_realize): Setup the interaction mode here
541         and not before.
542         (hildon_picker_dialog_show): Do not call setup_interaction_mode()
543         yet, do it during the realize instead.
544         (_on_dialog_response):
545         (_hildon_picker_dialog_set_selector): Do not call setup_interaction_mode()
546         if the widget is not realized, to avoid the dialog response before it
547         is even shown.
548
549         Avoid premature responses in the HildonPickerDialog that can cause it
550         to be hidden before it's even shown.
551
552 2009-01-22  Claudio Saavedra  <csaavedra@igalia.com>
553
554         * src/hildon-picker-dialog.c: (hildon_picker_dialog_show),
555         (on_selector_columns_changed), (requires_done_button),
556         (+prepare_action_area), (setup_interaction_mode),
557         (_hildon_picker_dialog_set_selector):
558
559         Split the interaction mode setup into preparation of the
560         action area (prepare_action_area()) and the connection of
561         the signals in setup_interaction_mode() and update the code to
562         reflect this.
563
564 2009-01-22  Alejandro G. Castro  <alex@igalia.com>
565
566         * src/hildon-pannable-area.c,
567         (hildon_pannable_area_class_init): Reduced the amount of scrolls
568         per second to 15, we will check if this is ok regarding
569         smoothness.
570
571 2009-01-22  Alejandro G. Castro  <alex@igalia.com>
572
573         * src/hildon-pannable-area.c,
574         (hildon_pannable_axis_scroll): Avoid resize if we already have
575         reached overshoot_max.
576
577 2009-01-22  Alejandro G. Castro  <alex@igalia.com>
578
579         * src/hildon-pannable-area.c,
580         (hildon_pannable_area_init),
581         (hildon_pannable_area_realize),
582         (hildon_pannable_area_size_allocate),
583         (hildon_pannable_area_map),
584         (hildon_pannable_area_unmap),
585         (hildon_pannable_draw_vscroll),
586         (hildon_pannable_draw_hscroll),
587         (hildon_pannable_area_expose_event),
588         (hildon_pannable_area_refresh): Added a new GdkWindow to the
589         pannable are to avoid the expose events go to the window and
590         redraw the window. We save this way that part of the stack and the
591         paint_boxes. We had to change the positions of the elements when
592         drawing.
593
594 2009-01-21  Claudio Saavedra  <csaavedra@igalia.com>
595
596         * src/hildon-calendar-popup.c: (hildon_calendar_popup_init):
597         * src/hildon-color-chooser-dialog.c:
598         (hildon_color_chooser_dialog_init):
599         * src/hildon-font-selection-dialog.c:
600         (hildon_font_selection_dialog_init),
601         (hildon_font_selection_dialog_show_preview):
602         * src/hildon-get-password-dialog.c:
603         * src/hildon-login-dialog.c:
604         * src/hildon-set-password-dialog.c:
605         * src/hildon-sort-dialog.c: (hildon_sort_dialog_init):
606         * src/hildon-time-picker.c: (hildon_time_picker_init):
607
608         Remove obsolete logical string IDs and update to the appropriate ones.
609
610         Fixes: NB#98609 (Use wdgt_ strings for all hildon dialog buttons)
611
612 2009-01-21  Alberto Garcia  <agarcia@igalia.com>
613
614         * src/hildon-window.c (hildon_window_update_topmost): Fix warning
615         that happens if the window hasn't been realized yet.
616
617         Fixes: NB#95395 (prestarted applications show GLIB WARNING ** Gdk
618         - gdkdrawable-x11.c:878 drawable is not a pixmap or window)
619
620 2009-01-20  Alberto Garcia  <agarcia@igalia.com>
621
622         * src/hildon-app-menu.c (hildon_app_menu_class_init)
623         (+hildon_app_menu_grab_notify): Hide the app menu if it's shadowed
624         by another grab.
625
626         Fixes: NB#98537 (Device hangs in account settings dialog)
627
628 2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
629
630         * configure.ac: post release version bump.
631         * debian/changelog: version bump
632
633 2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
634
635         [Release 2.1.36]
636
637         * NEWS: Updates.
638         * configure.ac: Bump version.
639         * debian/changelog: Updates.
640
641 2009-01-20  Alejandro G. Castro  <alex@igalia.com>
642
643         Added a new function to the HildonTimeButton widget that allows to
644         change the step of the minutes in the selector associated with the
645         button: hildon_time_button_new_step
646
647         * src/hildon-time-button.c,
648         (hildon_time_button_init),
649         (hildon_time_button_new),
650         (hildon_time_button_new_step):
651         * src/hildon-time-button.h: Added the new function and refactored
652         the code.
653         * examples/hildon-time-button-example.c,
654         (main): We have replaced the function without parameters with the
655         function with the steps set to 5
656
657         Fixes: NB#98317 (Provide parametarized API for TimePicker widget)
658
659 2009-01-20  Alejandro G. Castro  <alex@igalia.com>
660
661         * src/hildon-time-selector.c,
662         (hildon_time_selector_class_init),
663         (hildon_time_selector_constructor),
664         (hildon_time_selector_get_property),
665         (hildon_time_selector_set_property),
666         (_create_minutes_model),
667         (hildon_time_selector_new_step),
668         (hildon_time_selector_set_time),
669         * src/hildon-time-selector.h: Added a new property to the
670         HildonTimeSelector (minutes-step), we use that property to control
671         the steps between the minutes in the list of the selector. We have
672         added a new function to the API to create a widget changing the
673         step: hildon_time_selector_new_step.
674
675 2009-01-20  Alejandro G. Castro  <alex@igalia.com>
676
677         * src/hildon-time-selector.c,
678         (hildon_time_selector_class_init),
679         (hildon_time_selector_constructor),
680         (hildon_time_selector_init): Overrided the construct function when
681         creating the time selector object. We have moved the minutes model
682         handling code from the init to the new construction function:
683         hildon_time_selector_constructor.
684
685 2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
686
687         * examples/hildon-date-button-example.c: (main): Use the new
688         hildon_date_button_new_with_year_range() method in the example.
689         * src/hildon-date-button.c:
690         (+hildon_date_button_new_with_year_range): New public method
691         to conveniently create a HildonDateButton with a custom year range
692         in its HildonDateSelector.
693         * src/hildon-date-button.h: Add the new public method definition.
694
695         Fixes: NB#97908 (Not possible to change the year range in
696         HildonDateSelector/HildonDateButton)
697
698 2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
699
700         * src/hildon-date-selector.c:
701         (+hildon_date_selector_set_property),
702         (+hildon_date_selector_get_property),
703         (hildon_date_selector_class_init): Install new properties "min-year"
704         and "max-year" to define boundaries for the year column.
705         (_create_year_model): Use the boundary properties to populate the model.
706         (+hildon_date_selector_new_with_year_range): New public method to
707         create a HildonDateSelector with a user defined year range.
708         (hildon_date_selector_select_current_date): Use the new boundaries to
709         calculate the iterator of current year.
710         * src/hildon-date-selector.h: Add the new public method definition.
711
712 2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
713
714         * src/hildon-date-selector.c: (+hildon_date_selector_class_init):
715         Install a constructor method.
716         (+hildon_date_selector_construct_ui): construct the widget.
717         (+hildon_date_selector_constructor): new constructor.
718         (+hildon_date_selector_init): move out widget construction code to
719         the new constructor.
720
721 2009-01-19  Claudio Saavedra  <csaavedra@igalia.com>
722
723         * src/hildon-date-selector.c: (hildon_date_selector_get_date): Check
724         that there's actually a month or year selected before obtaining them.
725         * src/hildon-picker-dialog.c: (_restore_current_selection): Block emission
726         of the HildonTouchSelector::changed signal, as it was emitted on every
727         single item selection.
728
729         Fix some warnings and possible crashers due to the selection restoring.
730
731 2009-01-19  Claudio Saavedra  <csaavedra@igalia.com>
732
733         * src/hildon-picker-button.c: (hildon_picker_button_clicked): Connect
734         the signal handlers only after creating the dialog instead of on every
735         button click.
736
737 2009-01-19  Alberto Garcia  <agarcia@igalia.com>
738
739         * src/hildon-button.c (hildon_button_init)
740         * src/hildon-check-button.c (hildon_check_button_init)
741         * src/hildon-gtk.c (button_common_init): Don't let buttons get the
742         focus when clicked by default.
743
744 2009-01-19  Claudio Saavedra  <csaavedra@igalia.com>
745
746         * src/hildon-date-button.c: (hildon_date_button_init): Remove an unneeded
747         g_object_unref().
748
749 2009-01-16  Claudio Saavedra  <csaavedra@igalia.com>
750
751         Based on a patch by Alejandro Pinheiro (apinheiro@igalia.com) and
752         Alejandro G. Castro  (alex@igalia.com)
753
754         * src/hildon-picker-dialog.c:
755         (hildon_picker_dialog_class_init): install new "center-on-show"
756         property.
757         (hildon_picker_dialog_init): initialize center_on_show to TRUE.
758         (hildon_picker_dialog_set_property): add setter code for the new
759         property.
760         (hildon_picker_dialog_get_property): add getter code for the new
761         property.
762         (hildon_picker_dialog_show): Ensure visibility of selected items in the
763         HildonTouchSelector when "center-on-show" is TRUE, which is enabled by
764         default.
765
766         Fixes: NB#92849 (Selected item is not always visible when
767         HildonTouchSelector is shown)
768
769 2009-01-16  Claudio Saavedra  <csaavedra@igalia.com>
770
771         Based on a patch by Alejandro Pinheiro (apinheiro@igalia.com) and
772         Alejandro G. Castro  (alex@igalia.com)
773
774         * src/hildon-touch-selector.c:
775         (_create_new_column): Do not connect to the "realize" signal of the
776         pannable area.
777         (hildon_touch_selector_append_column): center on the selected items
778         when a new column is appended.
779         (hildon_touch_selector_select_iter): Factor out the code to select a
780         column to hildon_touch_selector_scroll_to().
781         (+search_nearest_element): Method to retrieve the nearest selected
782         element to the visible area of the pannable area in a column.
783         (+on_realize_cb): scroll to the initially selected item.
784         (+hildon_touch_selector_scroll_to): Scroll to the given GtkTreePath if
785         the pannable area is realized, otherwise delay this until it is.
786         (+_hildon_touch_selector_center_on_selected_items): Centers on the
787         selected items of a given column.
788         (+hildon_touch_selector_center_on_selected): Public method to center
789         all columns on the nearest selected item.
790         * src/hildon-touch-selector.h: Add definition for
791         hildon_touch_selector_center_on_selected().
792
793         Implement public API to ensure visibility of all selected items in
794         a HildonTouchSelector.
795
796 2009-01-16  Alejandro G. Castro  <alex@igalia.com>
797
798         Fixed a problem in the fading when calling the scroll_to API, and
799         improve scrollbar fading handling.
800
801         * src/hildon-pannable-area.c,
802         (hildon_pannable_area_grab_notify): avoid the timeout when the
803         alpha is zero.
804         (hildon_pannable_area_button_press_cb),
805         (hildon_pannable_area_motion_notify_cb): Code style changes.
806         (hildon_pannable_area_button_release_cb): Review the conditions
807         when releasing the mouse button to avoid unrequired fading
808         timeouts.
809         (hildon_pannable_area_scroll_to): Do not calculate and set the
810         velocity if the scroll is not required.
811
812 2009-01-15  Alberto Garcia  <agarcia@igalia.com>
813
814         * src/hildon-picker-dialog.c (_hildon_picker_dialog_set_selector):
815         Don't check whether the new selector is NULL: it cannot be.
816         Hold a reference to the selector while doing the replacement.
817
818 2009-01-15  Claudio Saavedra  <csaavedra@igalia.com>
819
820         * src/hildon-picker-dialog.c: (_hildon_picker_dialog_set_selector): Remove
821         unnecessary size_request in a removed widget.
822
823 2009-01-15  Claudio Saavedra  <csaavedra@igalia.com>
824
825         * src/hildon-picker-dialog.c: (_hildon_picker_dialog_set_selector): Remove
826         an unnecessary reference tracking that was leaking.
827
828 2009-01-15  Alejandro G. Castro  <alex@igalia.com>
829
830         Added delayed motion notify event handling, this way we can
831         discard redrawing if more than 25 events arrive per second.
832
833         * src/hildon-pannable-area.c,
834         (hildon_pannable_area_init): Initialized the new private atributes
835         controlling this timeout
836         (hildon_pannable_area_dispose): Remove the timeout that controls
837         the motion notify events.
838         (hildon_pannable_area_scroll): Added a condition to control the
839         use of the acceleration.
840         (hildon_pannable_area_motion_event_scroll_timeout),
841         (hildon_pannable_area_motion_event_scroll): Added this two
842         functions, they handle the motion notify events inside the
843         timeout.
844         (hildon_pannable_area_motion_notify_cb): Replaced the direct call
845         to the scroll method with the new function.
846         (hildon_pannable_area_button_release_cb): We have to remove the
847         timeout handler and move to the last position if the last motion
848         events were not handled.
849
850         Fixes: NB#97028 (Pannable area updates on every motion event)
851
852 2009-01-15  Alejandro G. Castro  <alex@igalia.com>
853
854         * src/hildon-pannable-area.c,
855         (hildon_pannable_area_get_topmost): Added a new parameter to
856         filter the the windows that do not include those events. Added
857         also a condition when finding the window to filter windows that do
858         not ask for those events.
859         (hildon_pannable_area_button_press_cb),
860         (hildon_pannable_area_button_release_cb),
861         (hildon_pannable_get_child_widget_at): Reviewed the call the the
862         topmost function, we have added the new parameter.
863
864         Fixes: NB#97458 (Pannable area prevents propagation of button
865         press events)
866
867 2009-01-15  Alejandro G. Castro  <alex@igalia.com>
868
869         * src/hildon-pannable-area.c,
870         (hildon_pannable_area_initial_effect): Added controls before
871         launching the timeout and the idle functions.
872         (hildon_pannable_area_scroll_indicator_fade): Reviewed the logic
873         of the method, in some situations it can return with TRUE and 0 in
874         the timeout.
875         (hildon_pannable_area_button_press_cb): We do not need to set
876         DELAY for fading out here.
877
878         Fixes: NB#95709 (Invalid casts in HildonPannableArea(?))
879
880 2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>
881
882         * src/hildon-picker-dialog.c: (_clean_current_selection): Only perform
883         post-cleaning if the selection is not NULL.
884
885 2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>
886
887         * src/hildon-picker-dialog.c: (_restore_current_selection): Unselect
888         all items before restoring the selection.
889
890 2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>
891
892         * src/hildon-touch-selector.c:
893         (+hildon_touch_selector_unselect_all):
894         * src/hildon-touch-selector.h: New API to unselect all items in a
895         column of the touch selector.
896
897 2009-01-14  Alejandro G. Castro  <alex@igalia.com>
898
899         * src/hildon-pannable-area.c,
900         (hildon_pannable_area_redraw): Added a call to the refresh
901         function inside the redraw because apparently in some cases the
902         change in the adjustment does not imply a size allocate.
903
904         Fixes: NB#96837 (HildonPannableArea - scroll indicator shown
905         despite the view not being scrollable)
906
907 2009-01-14  Alberto Garcia  <agarcia@igalia.com>
908
909         * src/hildon-picker-dialog.c (_dialog_update_title): Fix memory
910         leak. Check for NULL before attempting to set the window title.
911
912 2009-01-14  Alberto Garcia  <agarcia@igalia.com>
913
914         * src/hildon-picker-dialog.c (hildon_picker_dialog_show): Decide
915         whether to show or not the 'Done' button each time the dialog is
916         shown, as it depends on the HildonTouchSelector selection mode.
917
918         Fixes: NB#96226 (In multiple selection mode Done button is shown
919         sometimes in listpicker)
920
921 2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>
922
923         * src/hildon-picker-dialog.c: (_save_current_selection): Do not query
924         for the number of columns in the HildonTouchSelector more than once.
925
926 2009-01-14  Alberto Garcia  <agarcia@igalia.com>
927
928         * src/hildon-touch-selector.c: Minor documentation fixes.
929
930         * src/hildon-picker-dialog.c (+_dialog_update_title)
931         (_select_on_selector_changed_cb)
932         (_update_title_on_selector_changed_cb)
933         (on_selector_columns_changed): Update dialog title when there's no
934         'Done' button and also when the number of columns in the selector
935         changes.
936         Code refactoring.
937
938         * src/hildon-picker-button.c (hildon_picker_button_finalize)
939         (+_selection_changed, hildon_picker_button_on_dialog_response)
940         (hildon_picker_button_selector_selection_changed)
941         (+hildon_picker_button_selector_columns_changed)
942         (hildon_picker_button_set_selector): Update button value and emit
943         'value-changed' when the number of columns in the selector
944         changes.
945         Code refactoring.
946
947         Fixes: NB#96225 (Dialog titles are not shown according to the
948         values selected in the list picker)
949
950 2009-01-13  Alberto Garcia  <agarcia@igalia.com>
951
952         * src/hildon-edit-toolbar.c (hildon_edit_toolbar_init)
953         (hildon_edit_toolbar_class_init, hildon_edit_toolbar_style_set):
954         New "arrow-width" and "arrow-height" style properties to set the
955         size of the arrow button.
956         Set name of arrow button ("hildon-edit-toolbar-arrow").
957
958         Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
959         graphics from theme)
960
961 2009-01-13  Claudio Saavedra  <csaavedra@igalia.com>
962
963         * src/hildon-picker-button.c:
964         (hildon_picker_button_selector_selection_changed): Use
965         GTK_WIDGET_VISIBLE instead of gtk_window_is_active() to check whether
966         the dialog is present.
967
968         Fixes: NB#96202 (FKB causes HildonPickerButton's value update before
969         the selection is accepted in the dialog)
970
971 2009-01-13  Alberto Garcia  <agarcia@igalia.com>
972
973         * src/hildon-color-chooser.h
974         * src/hildon-color-chooser-dialog.h:
975         Added G_BEGIN_DECLS and G_END_DECLS
976
977 2009-01-13  Claudio Saavedra  <csaavedra@igalia.com>
978
979         (_clean_current_selection): plug a leak in the list.
980
981 2009-01-13  Claudio Saavedra  <csaavedra@igalia.com>
982
983         * src/hildon-picker-dialog.c:
984         (+free_path_list): Method to free a GList of GtkTreePaths.
985         (_clean_current_selection), (_save_current_selection),
986         (_restore_current_selection): Save the current selection in
987         as a list of lists, to support multiple selection properly.
988
989 2009-01-12  Alberto Garcia  <agarcia@igalia.com>
990
991         patch by Claudio Saavedra (csaavedra@igalia.com)
992
993         * src/hildon-text-view.c: (+hildon_text_view_button_press_event):
994         Store the press position.
995         (+hildon_text_view_button_release_event): If the release position is
996         close enough to the press position, move the cursor here. Otherwise,
997         ignore.
998         (hildon_text_view_class_init): Override GtkTextView press, release, and
999         motion event handlers, disabling this way text selection through
1000         pointer interaction, and allowing the container widget to handle the
1001         motion event.
1002
1003         Fixes: NB#95828 (HildonTextView functionality)
1004
1005 2009-01-12  Alberto Garcia  <agarcia@igalia.com>
1006
1007         Based on a patch by Iván Gómez (igomez@igalia.com)
1008
1009         * src/hildon-button.[ch]
1010         * src/hildon-calendar.c
1011         * src/hildon-check-button.c
1012         * src/hildon-date-editor.c
1013         * src/hildon-date-selector.c
1014         * src/hildon-picker-button.c
1015         * src/hildon-time-editor.c
1016         * src/hildon-time-selector.c
1017         * src/hildon-touch-selector.[ch]:
1018         Documentation updates
1019
1020 2009-01-12  Alejandro G. Castro  <alex@igalia.com>
1021
1022         * src/hildon-pannable-area.c,
1023         (hildon_pannable_area_motion_notify_cb): Remove the extra DND
1024         threshold, it was required due to X events handling.
1025
1026 2009-01-12  Alejandro G. Castro  <alex@igalia.com>
1027
1028         * src/hildon-pannable-area.c,
1029         (hildon_pannable_area_grab_notify),
1030         (hildon_pannable_area_initial_effect),
1031         (hildon_pannable_area_button_press_cb),
1032         (hildon_pannable_area_button_release_cb),
1033         (hildon_pannable_area_scroll_cb),
1034         (hildon_pannable_area_scroll_to): Review the timeout management of
1035         the scrollbar, the frecuency was incorrectly set.
1036
1037 2009-01-09  Claudio Saavedra  <csaavedra@igalia.com>
1038
1039         * src/hildon-picker-button.c:
1040         (+hildon_picker_button_on_dialog_response),
1041         (hildon_picker_button_clicked): Present the dialog instead of
1042         running it with gtk_dialog_run().
1043
1044         Fixes: NB#97015 (HildonPickerButton shouldn't gtk_dialog_run() the
1045         picker dialog)
1046
1047 2009-01-07  Alberto Garcia  <agarcia@igalia.com>
1048
1049         * src/hildon-app-menu.c (hildon_app_menu_set_parent_window)
1050         (hildon_app_menu_finalize): When a window is hidden it doesn't
1051         emit notify::is-topmost, so make sure than the menu also
1052         disappears in that case.
1053         (parent_window_topmost_notify): Renamed from parent_window_hidden
1054
1055         Fixes: NB#94460 (stackable window's menu is not closed when its
1056         window is hidden)
1057
1058 2009-01-07  Claudio Saavedra  <csaavedra@igalia.com>
1059
1060         * src/hildon-touch-selector-entry.c:
1061         (+hildon_touch_selector_entry_set_input_mode),
1062         (+hildon_touch_selector_entry_get_input_mode):
1063         * src/hildon-touch-selector-entry.h: New methods to access the input
1064         mode in the selector's entry.
1065
1066         Fixes: NB#93410 (API required for setting IM mode in
1067         HildonTouchSelectorEntry)
1068
1069 2009-01-07  Claudio Saavedra  <csaavedra@igalia.com>
1070
1071         * configure.ac: post release version bump.
1072         * debian/changelog: version bump
1073
1074 2009-01-07  Claudio Saavedra  <csaavedra@igalia.com>
1075
1076         [Release 2.1.34]
1077
1078         * NEWS: Updates.
1079         * configure.ac: Bump version.
1080         * debian/changelog: Updates.
1081
1082 2008-12-19  Claudio Saavedra  <csaavedra@igalia.com>
1083
1084         * src/hildon-touch-selector.c:
1085         (_hildon_touch_selector_has_multiple_selection): No need
1086         to initialize the variables here.
1087
1088 2008-12-17  Alberto Garcia  <agarcia@igalia.com>
1089
1090         * src/hildon-note-private.h
1091         * src/hildon-note.c (event_box_press_event, hildon_note_init)
1092         (hildon_note_finalize, hildon_note_rebuild): Close information
1093         notes when they receive a button press.
1094
1095         Fixes: NB#89890 (Information notes does not get disappeared after
1096         few seconds)
1097
1098 2008-12-17  Claudio Saavedra  <csaavedra@igalia.com>
1099
1100         * src/hildon-wizard-dialog.c: (create_title): Remove translation
1101         mark from the wizard title, as it's not really necessary. Also,
1102         do not display the page title if not set.
1103
1104 2008-12-17  Alberto Garcia  <agarcia@igalia.com>
1105
1106         * src/hildon-app-menu.c (hildon_app_menu_set_parent_window)
1107         (parent_window_hidden): Use the window's "is-topmost" property to
1108         detect when to hide the menu.
1109
1110 2008-12-16  Alberto Garcia  <agarcia@igalia.com>
1111
1112         * src/hildon-app-menu.c (hildon_app_menu_set_parent_window)
1113         (hildon_app_menu_finalize): If the parent window of the menu is
1114         hidden, hide the menu too.
1115
1116         Fixes: NB#94460 (stackable window's menu is not closed when its
1117         window is hidden)
1118
1119 2008-12-16  Alberto Garcia  <agarcia@igalia.com>
1120
1121         * debian/changelog
1122         * debian/libhildon1-examples.install
1123         * debian/rules
1124         * examples/Makefile.am:
1125         Use dh_install to install all examples.
1126         Use DEB_SRCDIR instead of defining SOURCE_DIR
1127
1128 2008-12-16  Claudio Saavedra  <csaavedra@igalia.com>
1129
1130         * configure.ac: post release version bump.
1131         * debian/changelog: version bump
1132
1133 2008-12-16  Claudio Saavedra  <csaavedra@igalia.com>
1134
1135         [Release 2.1.32]
1136
1137         * NEWS: updates
1138         * configure.ac: bump version
1139         * debian/changelog: updates
1140         * debian/control: bump gtk+ dependency
1141
1142 2008-12-16  Claudio Saavedra  <csaavedra@igalia.com>
1143
1144         patch by Christian Dywan (christian@imendio.com)
1145
1146         * src/hildon-gtk.c: (hildon_gtk_hscale_new),
1147         (hildon_gtk_vscale_new): Use the appropriate GtkScale property.
1148
1149 2008-12-15  Alberto Garcia  <agarcia@igalia.com>
1150
1151         * src/hildon-check-button.c (hildon_check_button_init)
1152         (hildon_check_button_class_init, hildon_check_button_style_set)
1153         (hildon_check_button_apply_style):
1154         New "checkbox-size" style property.
1155
1156         Fixes: NB#95714 (GtkCellView in HildonCheckButton should be
1157         larger / configurable size)
1158
1159 2008-12-15  Claudio Saavedra  <csaavedra@igalia.com>
1160
1161         * configure.ac: post release version bump.
1162         * debian/changelog: version bump
1163
1164 2008-12-15  Claudio Saavedra  <csaavedra@igalia.com>
1165
1166         [Release 2.1.30]
1167
1168         * NEWS: updates
1169         * configure.ac: bump version
1170         * debian/changelog: updates
1171
1172 2008-12-12  Alberto Garcia  <agarcia@igalia.com>
1173
1174         * doc/hildon-sections.txt
1175         * src/hildon-pannable-area.c
1176         * src/hildon-program.c
1177         * src/hildon-time-editor.c
1178         * src/hildon-touch-selector-entry.c:
1179
1180         More documentation updates.
1181
1182 2008-12-12  Alberto Garcia  <agarcia@igalia.com>
1183
1184         * doc/hildon-sections.txt
1185         * src/hildon-caption.c
1186         * src/hildon-code-dialog.c
1187         * src/hildon-color-button.c
1188         * src/hildon-controlbar.c
1189         * src/hildon-date-editor.c
1190         * src/hildon-date-selector.c
1191         * src/hildon-edit-toolbar.c
1192         * src/hildon-find-toolbar.c
1193         * src/hildon-font-selection-dialog.c
1194         * src/hildon-gtk.c
1195         * src/hildon-program.c
1196         * src/hildon-range-editor.c
1197         * src/hildon-seekbar.c
1198         * src/hildon-time-editor.c
1199         * src/hildon-time-selector.c
1200         * src/hildon-volumebar-range.c
1201         * src/hildon-volumebar.c
1202         * src/hildon-vvolumebar.c
1203         * src/hildon-weekday-picker.c
1204         * src/hildon-window.c
1205         * src/hildon-wizard-dialog.c:
1206
1207         Lots of documentation fixes.
1208
1209 2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>
1210
1211         Patch contributed by Iván Gómez (igomez@igalia.com)
1212
1213         * src/hildon-check-button.c:
1214         * src/hildon-date-button.c:
1215         * src/hildon-date-selector.c:
1216         * src/hildon-dialog.c:
1217         * src/hildon-edit-toolbar.c:
1218         * src/hildon-entry.c:
1219         * src/hildon-picker-button.c:
1220         * src/hildon-program.c:
1221         * src/hildon-text-view.c:
1222         * src/hildon-time-button.c:
1223         * src/hildon-touch-selector-entry.c:
1224         * src/hildon-window-stack.c:
1225
1226         Add more "since" tags to the new API.
1227
1228 2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>
1229
1230         * doc/hildon-sections.txt: Add below method.
1231         * src/hildon-gtk.c: (+hildon_gtk_vscale_new): New vertical
1232         version for the hildonized scale.
1233         * src/hildon-gtk.h: Add the definition.
1234
1235         Fixes: NB#93744 (Tapping should jump to location on GtkScale)
1236
1237 2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>
1238
1239         * doc/hildon-sections.txt: Add missing entries for new methods.
1240
1241 2008-12-12  Alejandro G. Castro  <alex@igalia.com>
1242
1243         Added API to pannable are in order to get its adjustments. We
1244         added two properties to manage the values we had in the private
1245         structure.
1246
1247         * src/hildon-pannable-area.c:
1248         (hildon_pannable_area_class_init): Added hadjustment and
1249         vadjustment properties in order to expose horizontal and vertical
1250         adjustment.
1251         (hildon_pannable_area_get_property),
1252         (hildon_pannable_area_set_property): Added code to handle the new
1253         properties
1254         (hildon_pannable_area_get_hadjustment),
1255         (hildon_pannable_area_get_vadjustment): API functions to get the
1256         adjustments
1257         * src/hildon-pannable-area.h:
1258         (hildon_pannable_area_get_hadjustment),
1259         (hildon_pannable_area_get_vadjustment): API functions to get the
1260         adjustments
1261
1262 2008-12-12  Alejandro G. Castro  <alex@igalia.com>
1263
1264         Fixed some leaks, after valgrinding.
1265
1266         * src/hildon-touch-selector.c:
1267         (_default_print_func): Fixed a leak.
1268         (hildon_touch_selector_append_column): Fixed a leak.
1269         * src/hildon-date-button.c:
1270         (hildon_date_button_init): Fixed a leak.
1271         * src/hildon-date-selector.c
1272         (hildon_date_selector_finalize): Fixed a leak.
1273
1274 2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>
1275
1276         Based on a patch by Christian Dywan (christian@imendio.com)
1277
1278         * src/hildon-gtk.c: (+hildon_gtk_hscale_new): Create a hildonized style
1279         GtkHScale.
1280         * src/hildon-gtk.h: Add definition.
1281
1282         Fixes: NB#93744 (Tapping should jump to location on GtkScale)
1283
1284 2008-12-11  Claudio Saavedra  <csaavedra@igalia.com>
1285
1286         * src/hildon-picker-button.c: (hildon_picker_button_init),
1287         (hildon_picker_button_new): Set the HildonButton::style property
1288         in the init method, to propagate the value to the derived classes.
1289
1290 2008-12-11  Claudio Saavedra  <csaavedra@igalia.com>
1291
1292         * src/hildon-button.c: (hildon_button_class_init): Do not make
1293         the "style" property a construct property.
1294
1295 2008-12-11  Alberto Garcia  <agarcia@igalia.com>
1296
1297         * src/hildon-wizard-dialog.h
1298         * src/hildon-wizard-dialog.c
1299         (hildon_wizard_dialog_set_forward_page_func)
1300         * src/hildon-pannable-area.h
1301         * src/hildon-pannable-area.c
1302         (hildon_pannable_area_set_size_request_policy):
1303         Documentation fixes.
1304
1305 2008-12-11  Alberto Garcia  <agarcia@igalia.com>
1306
1307         * doc/hildon-sections.txt: Fixed warning about unused symbols.
1308
1309 2008-12-11  Alberto Garcia  <agarcia@igalia.com>
1310
1311         * doc/hildon-sections.txt: Added sections file.
1312
1313 2008-12-11  Claudio Saavedra  <csaavedra@igalia.com>
1314
1315         * AUTHORS: Updates.
1316         * src/*.[ch]: Updates.
1317
1318 2008-12-10  Thomas Thurman  <thomas.thurman@collabora.co.uk>
1319
1320         * examples/hildon-progress-indicator-example.c: new file
1321         * examples/Makefile.am: include the new example program
1322
1323 2008-12-10  Alberto Garcia  <agarcia@igalia.com>
1324
1325         * src/hildon-wizard-dialog.c (destroy): Fix compilation warning
1326
1327 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
1328
1329         * configure.ac: post release version bump
1330         * debian/changelog: version bump
1331
1332 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
1333
1334         [Release 2.1.28]
1335
1336         * NEWS: updates
1337         * configure.ac: bump version
1338         * debian/changelog: updates
1339         * debian/control: bump gtk+ dependency
1340
1341 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
1342
1343         * src/hildon-dialog.c: Mark as deprecated.
1344         * src/hildon-dialog.h: Mark as deprecated.
1345         * src/hildon-picker-dialog.h: Allow HildonPickerDialog to derive
1346         from HildonDialog and still work, even if
1347         HILDON_DISABLE_DEPRECATED is defined. This is required as we can't currently
1348         break the ABI and simply make HildonPickerDialog derive from GtkDialog.
1349
1350         Fixes: NB#90867 (Deprecate HildonDialog and use GtkDialog (with
1351         maemo changes) instead)
1352
1353 2008-12-09  Alejandro G. Castro  <alex@igalia.com>
1354
1355         * src/hildon-pannable_area.h:
1356         * src/hildon-pannable_area.c:
1357         (hildon_pannable_area_class_init),
1358         (hildon_pannable_area_set_property),
1359         (hildon_pannable_area_get_property),
1360         (hildon_pannable_area_size_request),
1361         (hildon_pannable_area_get_size_request_policy),
1362         (hildon_pannable_area_set_size_request_policy): Added new API
1363         allowing applications to control the request policy. Now they can
1364         choose to use the minimum (HILDON_MOVEMENT_MINIMUM) size or the
1365         children allocation (HILDON_MOVEMENT_CHILDREN).
1366
1367 2008-12-09  Alberto Garcia  <agarcia@igalia.com>
1368
1369         * src/hildon-gtk.h
1370         * src/hildon-gtk.c
1371         (hildon_gtk_tree_view_set_ui_mode)
1372         (hildon_gtk_icon_view_set_ui_mode): New functions to change the UI
1373         mode of treeviews and iconviews.
1374
1375 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
1376
1377         * src/hildon-touch-selector-entry.c:
1378         (hildon_touch_selector_entry_init): Use a HildonEntry instead
1379         of a GtkEntry to get proper theming.
1380
1381         Fixes: NB#94972 (Hildon Picker with Entry should use HildonEntry
1382         widget, not GtkEntry)
1383
1384 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
1385
1386         * src/hildon-wizard-dialog.c: (response): Move forward if there is
1387         no HildonWizardDialogPageFunc.
1388
1389 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
1390
1391         Patch contributed by Iván Gómez (igomez@igalia.com)
1392
1393         * src/hildon-app-menu.c:
1394         * src/hildon-button.c:
1395         * src/hildon-picker-dialog.c: (hildon_picker_dialog_class_init):
1396         * src/hildon-stackable-window.c:
1397         * src/hildon-time-selector.c:
1398         * src/hildon-touch-selector.c:
1399         * src/hildon-window.c:
1400
1401         Add more "since" tags to the new API in hildon 2.2.
1402
1403 2008-12-05  Tim Janik  <timj@imendio.com>
1404
1405         Patch contributed by Christian Dywan (christian@imendio.com)
1406
1407         * src/hildon-gtk.h: removed hildon_gtk_widget_set_theme_size() and
1408         HildonSizeType, which are supplied by Gtk+ now.
1409
1410         * src/hildon-dialog.c: leave theming and sizing of buttons to GtkDialog.
1411
1412         Partially fixes NB#90867 (Deprecate HildonDialog and use GtkDialog
1413         (with maemo changes) instead)
1414
1415 2008-12-05  Claudio Saavedra  <csaavedra@igalia.com>
1416
1417         Patch contributed by Iván Gómez (igomez@igalia.com)
1418
1419         * src/hildon-pannable-area.c: Add "since" tags to the new API in
1420         hildon 2.2.
1421
1422 2008-12-05  Claudio Saavedra  <csaavedra@igalia.com>
1423
1424         * examples/hildon-wizard-dialog-example.c: (on_page_switch),
1425         (some_page_func), (main): Update the example to use a
1426         HildonWizardDialogPageFunc function.
1427
1428         * src/hildon-wizard-dialog-private.h: Add private data for
1429         the HildonWizardDialogPageFunc function usage.
1430
1431         * src/hildon-wizard-dialog.c: (hildon_wizard_dialog_class_init),
1432         (destroy), (hildon_wizard_dialog_init), (response),
1433         (hildon_wizard_dialog_set_forward_page_func):
1434         * src/hildon-wizard-dialog.h: Add a HildonWizardDialogPageFunc function,
1435         that applications can use to stop a HildonWizardDialog to jump to
1436         the next page.
1437
1438         Fixes: NB#94214 (No way to stop HildonWizardDialog from going to
1439         next page)
1440
1441 2008-12-04  Alberto Garcia  <agarcia@igalia.com>
1442
1443         * src/hildon-program.h
1444         * src/hildon-program-private.h
1445         * src/hildon-program.c (hildon_program_init)
1446         (hildon_program_set_common_app_menu)
1447         (hildon_program_get_common_app_menu):
1448         New API for setting a common HildonAppMenu for all
1449         HildonStackableWindows registered with the HildonProgram.
1450
1451         * src/hildon-stackable-window.c
1452         (hildon_stackable_window_toggle_menu):
1453         Use the common HildonAppMenu if a window doesn't have a specific
1454         one.
1455
1456         * src/hildon-app-menu-private.h
1457         * src/hildon-app-menu.c
1458         (hildon_app_menu_get_parent_window):
1459         Function to obtain the window a HildonAppMenu is attached to.
1460         (hildon_app_menu_set_parent_window):
1461         Hide the menu if the parent window is set to NULL.
1462
1463 2008-12-04  Claudio Saavedra  <csaavedra@igalia.com>
1464
1465         * src/hildon-gtk.c: (hildon_gtk_tree_view_new): Explicitly
1466         set GtkTreeView::enable-search to FALSE, to avoid the interactive
1467         search widget to popup.
1468
1469 2008-12-03  Claudio Saavedra  <csaavedra@igalia.com>
1470
1471         * configure.ac: post release version bump
1472         * debian/changelog: version bump
1473
1474 2008-12-03  Claudio Saavedra  <csaavedra@igalia.com>
1475
1476         [Release 2.1.26]
1477
1478         * NEWS: updates
1479         * configure.ac: bump version
1480         * debian/changelog: updates
1481
1482 2008-12-02  Alberto Garcia  <agarcia@igalia.com>
1483
1484         Based on a patch by Adam Endrodi (adam.endrodi@blumsoft.eu)
1485
1486         * src/hildon-window-stack.c (hildon_window_stack_get_leader_window)
1487         (hildon_window_stack_window_realized)
1488         (hildon_window_stack_remove, _hildon_window_stack_do_push):
1489         Set the leader GdkWindow when a window is stacked and realized,
1490         unset it when it's unstacked.
1491         (hildon_window_stack_finalize): Destroy the leader GdkWindow.
1492
1493         Fixes: NB#94350 (HildonWindowStack:s have the same X Window group)
1494
1495 2008-12-02  Alberto Garcia  <agarcia@igalia.com>
1496
1497         * src/hildon-stackable-window.h
1498         * src/hildon-window-stack.h:
1499         Protect definition of HildonWindowStack using the preprocessor.
1500
1501 2008-12-02  Alberto Garcia  <agarcia@igalia.com>
1502
1503         * src/hildon-app-menu.c (hildon_app_menu_repack_items):
1504         Fix warning if all menu items are hidden.
1505
1506 2008-12-02  Claudio Saavedra  <csaavedra@igalia.com>
1507
1508         Patch contributed by Daniel Borgmann (danielb@openismus.com)
1509
1510         * src/hildon-controlbar.c:
1511         * src/hildon-hvolumebar.c:
1512         * src/hildon-vvolumebar.c: (hildon_vvolumebar_size_allocate):
1513         Multiple scale size defines updates.
1514
1515         Fixes: NB#94322 (Scale Updates)
1516
1517 2008-12-02  Alberto Garcia  <agarcia@igalia.com>
1518
1519         * examples/hildon-app-menu-example.c (create_menu)
1520         Show items after adding them to the menu, as in the future the
1521         menu will no longer call gtk_widget_show() on the added items.
1522
1523         * src/hildon-app-menu.c:
1524         Update example as explained above.
1525
1526 2008-12-02  Alberto Garcia  <agarcia@igalia.com>
1527
1528         * src/hildon-app-menu.c
1529         (hildon_app_menu_insert, hildon_app_menu_add_filter):
1530         Make sure that all menu items have finger height.
1531
1532 2008-12-01  Alejandro Pinheiro  <apinheiro@igalia.com>
1533
1534         * src/hildon-picker-dialog.c:
1535         (_on_dialog_response), (_save_current_selection),
1536         (_restore_current_selection), (_clean_current_selection),
1537         (hildon_picker_dialog_finalize), (hildon_picker_dialog_show)
1538         Defined new functions in order to save the current internal selector
1539         selection previous open the dialog, in case that the use cancel the
1540         interaction, so the widget restores the previous selection.
1541
1542         Fixes: NB#92032 (In calendar application, date values in 'new event' 
1543         are not proper)
1544
1545         (requires_done_button): use of macro HILDON_TOUCH_SELECTOR_HEIGHT
1546
1547 2008-11-28  Alberto Garcia  <agarcia@igalia.com>
1548
1549         * src/hildon-button.c: Add a reference to the button examples in
1550         hildon-button-example.c
1551
1552         * examples/hildon-button-example.c: Added examples of the most
1553         common button layouts.
1554
1555 2008-11-28  Alberto Garcia  <agarcia@igalia.com>
1556
1557         * src/hildon-app-menu.c (hildon_app_menu_show)
1558         (hildon_app_menu_class_init): Don't show the menu if it's empty.
1559
1560         Fixes: NB#93890 (Empty HildonAppMenu is pop-up)
1561
1562 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
1563
1564         * src/hildon-picker-dialog.c:
1565         (hildon_picker_dialog_init): Initialize the signal id for
1566         HildonTouchSelector::columns-changed.
1567         (+on_selector_columns_changed): Set up the interaction mode everytime a
1568         column is added or removed from the HildonTouchSelector.
1569         (_hildon_picker_dialog_set_selector): Connect to
1570         HildonTouchSelector::columns-changed and keep track of it.
1571
1572         Make sure to update the interaction mode of the dialog everytime a
1573         column is added or removed in the HildonTouchSelector.
1574
1575         Fixes: NB#93228 (Done button is not shown always in listpicker)
1576
1577 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
1578
1579         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init): Add
1580         a new ::columns-changed signal.
1581         (hildon_touch_selector_append_column): Emit ::columns-changed.
1582         (hildon_touch_selector_remove_column): Emit ::columns-changed.
1583
1584         Add a ::columns-changed signal, emitted when the number of columns in a
1585         HildonTouchSelector changes.
1586
1587 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
1588
1589         * src/hildon-picker-dialog.c: (+setup_interaction_mode),
1590         (_hildon_picker_dialog_set_selector): Factor out the code
1591         to set up the dialog interaction mode.
1592
1593 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
1594
1595         * src/hildon-picker-dialog.c: (hildon_picker_dialog_init),
1596         (_hildon_picker_dialog_set_selector): Rename signal_id private variable
1597         to signal_changed_id.
1598
1599 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
1600
1601         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init):
1602         Minor doc. fixes.
1603
1604 2008-11-27  Alejandro Pinheiro  <apinheiro@igalia.com>
1605
1606         * src/hildon-time-selector.c: (_custom_print_func), (_create_ampm_model)
1607         Updated the logical ids related to ampm format, as now it is required to
1608         show it correctly localized even on languages with no default
1609         abbreviations for am or pm
1610         (_check_am_pm_format): check correctly the 24h format gconf property
1611
1612         Fixes: NB#93680 (HildonTimePicker need fully localized am/pm)
1613
1614 2008-11-27  Alberto Garcia  <agarcia@igalia.com>
1615
1616         * src/hildon-button.c: Documentation updates.
1617
1618 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
1619
1620         * src/hildon-marshalers.list: Add BOOLEAN:VOID.
1621         * src/hildon-caption.c: (hildon_caption_class_init):
1622         * src/hildon-color-button.c: (hildon_color_button_class_init):
1623         * src/hildon-find-toolbar.c: (hildon_find_toolbar_class_init):
1624         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init):
1625         * src/hildon-volumebar.c: (hildon_volumebar_class_init):
1626         * src/hildon-weekday-picker.c: (hildon_weekday_picker_class_init):
1627
1628         Remove deprecated GTK+ marshalers and replace them with the ones
1629         provided by GLib, for those available, add a marshaler for
1630         BOOLEAN:VOID, which is not available in GLib, and use it.
1631
1632 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
1633
1634         * src/hildon-touch-selector.c: (_default_print_func): Do not reuse
1635         the text from the previous column if there is no
1636         HildonTouchSelectorColumn::text-property set.
1637
1638 2008-11-27  Alberto Garcia  <agarcia@igalia.com>
1639
1640         * src/hildon-button.h
1641         * src/hildon-button.c (hildon_button_set_property)
1642         (hildon_button_get_property, hildon_button_class_init)
1643         (hildon_button_set_style, hildon_button_get_style):
1644         New "style" property to change the visual appearance of the
1645         button.
1646
1647         * src/hildon-picker-button.c (hildon_picker_button_new):
1648         Set the new "style" property to HILDON_BUTTON_STYLE_PICKER.
1649
1650         Fixes: NB#93281 (new API: hildon_button_set_picker_style() to set
1651         HildonButton look like PickerButton)
1652
1653 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
1654
1655         * src/hildon-touch-selector.c: (_default_print_func): Get the correct
1656         column while building the default string.
1657
1658 2008-11-25  Claudio Saavedra  <csaavedra@igalia.com>
1659
1660         * src/hildon-touch-selector.c: (_create_new_column): Do not disable the
1661         scroll indicator by default.
1662
1663         Fixes: NB#92230 (Scroll indication not visible in HildonTouchSelector)
1664
1665 2008-11-25  Claudio Saavedra  <csaavedra@igalia.com>
1666
1667         * src/hildon-main.c: Fix the documentation for hildon_init()
1668
1669 2008-11-25  Alberto Garcia  <agarcia@igalia.com>
1670
1671         * doc/hildon-docs.sgml
1672         * doc/hildon.types
1673         * src/Makefile.am
1674         * src/hildon.h
1675         * src/hildon-window-stack-private.h
1676         * src/hildon-window-stack.h
1677         * src/hildon-window-stack.c:
1678         New HildonWindowStack object, that adds support for multiple
1679         stacks of windows per process.
1680
1681         * src/hildon-stackable-window-private.h
1682         * src/hildon-stackable-window.h
1683         * src/hildon-stackable-window.c (hildon_stackable_window_set_stack)
1684         (hildon_stackable_window_get_stack, hildon_stackable_window_map)
1685         (hildon_stackable_window_show, hildon_stackable_window_hide)
1686         (hildon_stackable_window_class_init)
1687         (hildon_stackable_window_init):
1688         Use HildonWindowStack for stack management.
1689
1690         * src/hildon-program.c (hildon_program_pop_window_stack)
1691         (hildon_program_peek_window_stack)
1692         (hildon_program_go_to_root_window):
1693         Add a fallback implementation to the deprecated functions using
1694         HildonWindowStack.
1695
1696         * examples/hildon-stackable-window-example.c:
1697         Use the new HildonWindowStack API.
1698
1699 2008-11-25  Alberto Garcia  <agarcia@igalia.com>
1700
1701         * src/hildon-stackable-window-private.h
1702         * src/hildon-stackable-window.c (hildon_stackable_window_show)
1703         (hildon_stackable_window_hide, hildon_stackable_window_init):
1704         Remove all window stack management.
1705
1706         * src/hildon-program-private.h
1707         * src/hildon-program.h
1708         * src/hildon-program.c (hildon_program_init)
1709         (hildon_program_pop_window_stack)
1710         (hildon_program_peek_window_stack)
1711         (hildon_program_go_to_root_window):
1712         Remove all window stack management and mark functions as
1713         deprecated.
1714
1715 2008-11-25  Alberto Garcia  <agarcia@igalia.com>
1716
1717         * src/hildon-app-menu.c (hildon_app_menu_realize):
1718         Use the XA_ATOM type for the _NET_WM_WINDOW_TYPE property.
1719
1720 2008-11-24  Claudio Saavedra  <csaavedra@igalia.com>
1721
1722         * configure.ac: post release version bump
1723         * debian/changelog: version bump
1724
1725 2008-11-24  Claudio Saavedra  <csaavedra@igalia.com>
1726
1727         [Release 2.1.24]
1728
1729         * NEWS: updates
1730         * configure.ac: bump version
1731         * debian/changelog: updates
1732
1733 2008-11-24  Claudio Saavedra  <csaavedra@igalia.com>
1734
1735         Based on initial code by Christian Dywan (christian@imendio.com)
1736
1737         * doc/hildon-docs.sgml: Add section for hildon-main.
1738         * examples/*.c: (main): Replace gtk_main() calls with hildon_gtk_main().
1739         * src/Makefile.am: Add new hildon-main.[ch]
1740         * src/hildon-defines.h: Update the icon sizes.
1741         * src/hildon-main.c: (+hildon_init), (+hildon_gtk_init): Add
1742         new library initialization files and register icon sizes.
1743         * src/hildon-main.h: New declarations.
1744         * src/hildon.h: Include hildon-main.h
1745
1746         Add new initialization functions to the library. These methods
1747         will register the hildon specific icon sizes and can be used in the
1748         future for other hildon specific bits.
1749
1750         Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h))
1751
1752 2008-11-21  Claudio Saavedra  <csaavedra@igalia.com>
1753
1754         * src/hildon-window.c: (hildon_window_realize),
1755         (hildon_window_notify), (-hildon_window_update_title): Do not set
1756         the application name in the window title.
1757
1758         Fixes: NB#89754 (Applications shouldn't display their names in the
1759         window title)
1760
1761 2008-11-21  Claudio Saavedra  <csaavedra@igalia.com>
1762
1763         * src/hildon-note-private.h:
1764         * src/hildon-note.c: (hildon_note_set_property),
1765         (hildon_note_get_property), (hildon_note_class_init),
1766         (hildon_note_init), (hildon_note_finalize),
1767         (hildon_note_new_confirmation_with_icon_name),
1768         (hildon_note_new_information_with_icon_name):
1769
1770         No need to mark as deprecated the actual code. Revert
1771         to avoid missing symbols in widgets using deprecated API.
1772
1773 2008-11-20  Alberto Garcia  <agarcia@igalia.com>
1774
1775         Based on a patch by Claudio Saavedra (csaavedra@igalia.com)
1776
1777         * src/hildon-volumebar.h
1778         * src/hildon-volumebar.c (hildon_volumebar_set_range_insensitive_message)
1779         (hildon_volumebar_set_range_insensitive_messagef): Mark as deprecated.
1780
1781         * src/hildon-helper.h
1782         * src/hildon-helper.c (hildon_helper_set_insensitive_message)
1783         (hildon_helper_set_insensitive_messagef): Mark as deprecated.
1784
1785         * examples/Makefile.am:
1786         Deprecate hildon-insensitive-example
1787
1788         Fixes: NB#92664 (Deprecate hildon_helper_set_insensitive_message)
1789
1790 2008-11-20  Alberto Garcia  <agarcia@igalia.com>
1791
1792         * examples/hildon-pannable-area-buttons-scroll-example.c:
1793         Make all buttons finger height
1794
1795 2008-11-19  Alejandro Pinheiro  <apinheiro@igalia.com>
1796
1797         * src/hildon-touch-selector.c: updated the HildonTouchSelector::changed
1798         documentation
1799         * src/hildon-date-selector.c: (_update_day_model): Modified in order to
1800         update the day model only if it is really required, and to avoid the
1801         full-reconstruction aproach. Now it only add or remove the required days.
1802
1803         The purpose of this is avoid superfluous HildonTouchSelector::changed
1804         signals
1805
1806         Fixes: NB#92744 (HildonDateSelector emits multiple "changed" singal
1807         with strange parameters)
1808
1809 2008-11-19  Claudio Saavedra  <csaavedra@igalia.com>
1810
1811         Patch contributed by Adam Endrodi (adam.endrodi@blumsoft.eu)
1812
1813         * src/hildon-note.c: (hildon_note_init), (hildon_note_realize): Set properly
1814         the WINDOW_TYPE property.
1815
1816         Fixes: NB#92897 (HildonNotes have incorrect WINDOW_TYPE)
1817
1818 2008-11-19  Alberto Garcia  <agarcia@igalia.com>
1819
1820         * doc/gtk-doc.make:
1821         Fix dependency to allow parallel compilation with make -jX
1822
1823 2008-11-18  Claudio Saavedra  <csaavedra@igalia.com>
1824
1825         * src/hildon-color-chooser-dialog.c: Use theme colors for the selected
1826         color frame and some minor tweaks to make it more consistent with
1827         current theming.
1828
1829         Fixes: NB#91769 (HildonColorChooserDialog's selected colour is
1830         highlighted but not visible)
1831
1832 2008-11-14  Alejandro G. Castro  <alex@igalia.com>
1833
1834         * examples/Makefile.am: Fixed typo in the Makefile.am.
1835
1836 2008-11-14  Alejandro G. Castro  <alex@igalia.com>
1837
1838         Reviewed the use of MAEMO_GTK define, now we add the define in the
1839         compilation line, and we also add it to the pc file.
1840
1841         * configure.ac: Added MAEMO_GTK define to the compilation command
1842         and removed it from the config.h.
1843
1844         * pkgconfig/hildon.pc.in: Added MAEMO_GTK, that way applications
1845         do not have to take care about this define if the library was
1846         compiled with it.
1847
1848         * src/hildon-gtk.c:
1849         * src/hildon-gtk.h: Replaced MAEMO_CHANGES with MAEMO_GTK.
1850
1851 2008-11-14  Alejandro G. Castro  <alex@igalia.com>
1852
1853         * examples/Makefile.am,
1854         * examples/hildon-pannable-area-buttons-scroll-example.c,
1855         * examples/hildon-pannable-area-gesture-signals-example.c,
1856         * examples/hildon-pannable-area-scroll-jump-example.c,
1857         * examples/hildon-pannable-area-tree-view-example.c:
1858         Renamed the pannable area examples, now they have more meaningful
1859         names.
1860
1861 2008-11-13  Alejandro Pinheiro   <apinheiro@igalia.com>
1862
1863         * src/hildon-touch-selector.c:
1864         (hildon_touch_selector_set_column_selection_mode): Used of
1865         GTK_SELECTION_BROWSE instead of GTK_SELECTION_SINGLE gtk tree selection
1866         mode setting HILDON_TOUCH_SELECTOR_SELECTION_MODE_SINGLE. Added a check
1867         to avoid re-seting the same selection mode.
1868
1869         Fixes: NB#91863 (hildon_touch_selector_set_column_selection_mode()
1870         breaks HildonPickerDialog)
1871
1872 2008-11-13  Alejandro G. Castro  <alex@igalia.com>
1873
1874         * examples/Makefile.am: Fixed problem with the USE_MAEMO_GTK
1875         conditional in the Makefile.am
1876
1877 2008-11-12  Claudio Saavedra  <csaavedra@igalia.com>
1878
1879         * src/hildon-window.c (-find_findtoolbar_index), (-find_findtoolbar):
1880         Remove unused methods.
1881
1882 2008-11-12  Alberto Garcia  <agarcia@igalia.com>
1883
1884         * src/hildon-button.c (hildon_button_init):
1885         Make button images center-aligned by default
1886
1887 2008-11-12  Alejandro G. Castro  <alex@igalia.com>
1888
1889         * src/hildon-gtk.c:
1890         * src/hildon-gtk.h: Fixed compilation problem with MAEMO_CHANGES
1891         activated, we have to think about how to deal with both defines
1892         MAEMO_GTK and MAEMO_CHANGES.
1893
1894 2008-11-12  Alberto Garcia  <agarcia@igalia.com>
1895
1896         * examples/hildon-app-menu-example.c (create_menu): Make all
1897         buttons finger size.
1898
1899 2008-11-11  Alejandro G. Castro  <alex@igalia.com>
1900
1901         Fixed the compilation without maemo gtk adding ifdefs with
1902         MAEMO_GTK define to the code, we have to check this version more
1903         carefully.
1904
1905         * examples/Makefile.am: Added control to avoid some examples that
1906         just make sense with maemo gtk.
1907
1908         * src/hildon-gtk.c:
1909         * src/hildon-gtk.h: Remove some functions that use the maemo gtk
1910         hildon modes with the define.
1911
1912         * examples/hildon-edit-toolbar-example.c,
1913         (create_icon_view): Create the icon view without hildon-gtk
1914         helpers if we are not using maemo gtk.
1915
1916         * src/hildon-touch-selector.c,
1917         (_create_new_column): Create the treeview without hildon-gtk
1918         helpers if we are not using maemo gtk.
1919
1920 2008-11-11  Alejandro G. Castro  <alex@igalia.com>
1921
1922         * src/hildon-pnnable-area.c,
1923         (hildon_pannable_area_dispose),
1924         (hildon_pannable_area_button_press_cb),
1925         (hildon_pannable_area_child_mapped),
1926         (hildon_pannable_area_add),
1927         (hildon_pannable_area_remove): Added code to control the position
1928         of the event_window when adding and removing children from the
1929         pannable. We have to raise the event window when the child is
1930         mapped.
1931
1932         Fixes: NB#89811 (Not able to select first image thumbnail in multi
1933         selection mode using custom widget inside pannable)
1934
1935 2008-11-11  Claudio Saavedra  <csaavedra@igalia.com>
1936
1937         * configure.ac: post release version bump
1938         * debian/changelog: version bump
1939
1940 2008-11-11  Claudio Saavedra  <csaavedra@igalia.com>
1941
1942         [Release 2.1.22]
1943
1944         * NEWS: updates
1945         * configure.ac: bump version
1946         * debian/changelog: updates
1947
1948 2008-11-10  Alejandro Pinheiro  <apinheiro@igalia.com>
1949
1950         * src/hildon-touch-selector.c: (_create_new_column): Disable treeview
1951         search mode, in order to avoid lose the focus on the treeview when
1952         a hw key (like enter) is pressed.
1953
1954         Fixes: NB#91995 (Calendar is crashing after pressing 'Enter' HW key
1955         in HildonDateSelector dialog)
1956
1957 2008-11-06  Alejandro Pinheiro  <apinheiro@igalia.com>
1958
1959         * debian/rules: Added --enable-maintainer-mode
1960         * Makefile.am: Added ACLOCAL_AMFLAGS
1961
1962         This allows to properly regenerate the Makefiles if you modify the
1963         configure.ac or any Makefile.am.
1964
1965 2008-11-06  Claudio Saavedra  <csaavedra@igalia.com>
1966
1967         * examples/hildon-app-menu-example.c: (main): Do not set RC style
1968         properties, not needed at all.
1969
1970 2008-11-06  Claudio Saavedra  <csaavedra@igalia.com>
1971
1972         * src/hildon-note-private.h: Add strings for the icon and stock_icon
1973         properties.
1974         * src/hildon-note.c: (hildon_note_set_property),
1975         (hildon_note_get_property), (hildon_note_class_init),
1976         (hildon_note_init), (hildon_note_finalize), (hildon_note_rebuild),
1977         (hildon_note_new_confirmation_add_buttons): Remove icons.
1978         (hildon_note_new_confirmation_with_icon_name): Deprecate.
1979         (hildon_note_new_information_with_icon_name): Deprecate.
1980         (hildon_note_new_confirmation): Act directly, without calling
1981         the deprecated constructor.
1982         (hildon_note_new_information): Act directly, without calling
1983         the deprecated constructor.
1984         * src/hildon-note.h: Mark deprecate methods as such.
1985         * tests/check-hildon-note.c: (create_hildon_note_suite): Do
1986         not run tests on the deprecated methods if built with deprecation
1987         disabled.
1988
1989         Fixes: NB#91688 (Never show icons in information notes/confirmation
1990         notes)
1991
1992 2008-11-06  Claudio Saavedra  <csaavedra@igalia.com>
1993
1994         * src/hildon-app-menu.c: (hildon_app_menu_set_parent_window),
1995         (hildon_app_menu_key_press): Remove leftover usage of the
1996         private structure in HildonAppMenu struct.
1997         * src/hildon-app-menu.h: Remove leftover private structure
1998         from the HildonAppMenu struct.
1999
2000         Fixes a crasher when using the HildonAppMenu.
2001
2002 2008-11-05  Claudio Saavedra  <csaavedra@igalia.com>
2003
2004         * src/hildon-picker-dialog.c: Use appropriate logical id
2005         for the default "Done" text.
2006
2007 2008-11-05  Claudio Saavedra  <csaavedra@igalia.com>
2008
2009         * configure.ac: post release version bump
2010         * debian/changelog: version bump
2011
2012 2008-11-05  Alejandro Pinheiro  <apinheiro@igalia.com>
2013
2014         Modified the way to scroll to the current selection just when the touch
2015         selector is shown on the screen, avoiding a g_idle. Added too a property
2016         to configure this behaviour. See hildon_pannable_area_jump_to_child
2017         documentation for more information.
2018
2019         * src/hildon-touch-selector.c
2020         Removed unused CENTER_ON_SELECTED_ITEM_DELAY macro
2021         Added 'initial-scroll' property
2022         (hildon_touch_selector_set_property): Added
2023         (hildon_touch_selector_map): Removed as not required anymore
2024         (_hildon_touch_selector_on_selected_items): Modified in order to manage
2025         only a concrete column, instead of iterate along all the columns
2026
2027 2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
2028
2029         [Release 2.1.20]
2030
2031         * NEWS: updates
2032         * configure.ac: bump version
2033         * debian/changelog: updates
2034
2035 2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
2036
2037         * src/hildon-button.c: (hildon_button_set_arrangement): Fix some
2038         compilation time warnings.
2039
2040 2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
2041
2042         * src/hildon-pannable-area.c: (hildon_pannable_area_class_init): Set
2043         the default value for HildonPannableArea::mov-mode to
2044         HILDON_PANNABLE_AREA_MODE_VERT.
2045
2046         Fixes: NB#91385 (Hildon Touch List panning should be ALWAYS vertical only)
2047
2048 2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
2049
2050         Reverting following commit:
2051
2052         2008-10-13  Alberto Garcia  <agarcia@igalia.com>
2053
2054           * src/hildon-app-menu-private.h
2055           * src/hildon-app-menu.[ch]
2056           * src/hildon-button.[ch]
2057           * src/hildon-check-button.[ch]
2058           * src/hildon-entry.[ch]
2059           * src/hildon-pannable-area.[ch]
2060           * src/hildon-text-view.[ch]:
2061           Added private field to the object's structure.
2062
2063         because it causes an ABI breakage. We will need to introduce these
2064         changes later at some point. See NB#91636 for an extensive
2065         explanation and status.
2066
2067 2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
2068
2069         Patch contributed by Daniel Borgmann (danielb@openismus.com)
2070
2071         * src/hildon-window.c: (paint_toolbar): Update toolbar sizes and
2072         remove special cases that are no longer necessary.
2073
2074         Fixes: NB#91016 (Change toolbar sizes, simplification)
2075
2076 2008-11-03  Claudio Saavedra  <csaavedra@igalia.com>
2077
2078         * src/hildon-note.c: (hildon_note_rebuild): Make sure the cancel button
2079         is shown in the cancel note.
2080
2081 2008-11-03  Claudio Saavedra  <csaavedra@igalia.com>
2082
2083         * src/hildon-controlbar.c: (hildon_controlbar_init): Remove steppers.
2084         * src/hildon-seekbar.c: (hildon_seekbar_class_init),
2085         (hildon_seekbar_init): Remove steppers, remove expose event.
2086         * src/hildon-volumebar-range.c: (hildon_volumebar_range_init): Remove steppers.
2087
2088         Fixes: NB#91104 (Remove stepper buttons from legacy hildon widgets)
2089
2090 2008-10-31  Claudio Saavedra  <csaavedra@igalia.com>
2091
2092         * src/hildon-button.c: (hildon_button_set_arrangement): Set the value
2093         label font to "SmallSystemFont" for vertically arranged buttons.
2094
2095         Fixes: NB#90662 (HildonButton "value" and "detail" text is
2096         unformatted)
2097
2098 2008-10-31  Alberto Garcia  <agarcia@igalia.com>
2099
2100         * src/hildon-check-button.c
2101         (hildon_check_button_set_active, hildon_check_button_clicked):
2102         Don't access private parts directly, use getters instead.
2103
2104 2008-10-31  Alberto Garcia  <agarcia@igalia.com>
2105
2106         * src/hildon-check-button.c (hildon_check_button_new):
2107         Align the contents of the check button to the left.
2108
2109 2008-10-30  Alejandro G. Castro  <alex@igalia.com>
2110
2111         * src/hildon-pannable-area.c,
2112         (hildon_pannable_area_scroll_to),
2113         (hildon_pannable_area_jump_to),
2114         (hildon_pannable_area_scroll_to_child),
2115         (hildon_pannable_area_jump_to_child): Replace the mapped
2116         precondition of these functions with the realized, it is the
2117         correct state of the widget in this case. Changed the
2118         documentation according to this modification.
2119
2120 2008-10-30  Alejandro G. Castro  <alex@igalia.com>
2121
2122         Added a new EXTRA_CFLAGS option to add the deprecated define to
2123         the compilation command. This way we can avoid using the define in
2124         the documentation compilation.
2125
2126         * configure.ac: Defined EXTRA_CFLAGS.
2127
2128         * examples/Makefile.am:
2129         * src/Makefile.am:
2130         * tests/Makefile.am: Included EXTRA_CFLAGS in the compilation.
2131
2132 2008-10-30  Alejandro Pinheiro  <apinheiro@igalia.com>
2133
2134         * src/hildon-picker-dialog.c:
2135         Defined a utility macro with the desired touch selector height
2136         Removed currently unused separator, and title_label variables from
2137         private structure.
2138         (hildon_picker_dialog_init): Removed code related to the creation
2139         of unused private variables title_label and separator.
2140         (_hildon_picker_dialog_set_selector): Added gtk_widget_set_size_request
2141         to ensure correct visualization of the touch selector inside the dialog.
2142         * src/hildon-touch-selector.c
2143         (hildon_touch_selector_init): Removed a gtk_widget_set_size_request to
2144         ensure a concrete height of the widget.
2145
2146 2008-10-30  Claudio Saavedra  <csaavedra@igalia.com>
2147
2148         * src/Makefile.am:
2149         * tests/Makefile.am:
2150
2151         Remove spurious whitespaces.
2152
2153 2008-10-30  Claudio Saavedra  <csaavedra@igalia.com>
2154
2155         * src/hildon-code-dialog.c: (hildon_code_dialog_init): Fix a
2156         compilation warning after the cancel button removal.
2157
2158 2008-10-30  Alejandro G. Castro  <alex@igalia.com>
2159
2160         Fremantle deprecated widgets marked, HILDON_DISABLE_DEPRECATED
2161
2162         * configure.ac: Added an AM_CONDITIONAL in order to use in the
2163         Makefile.am, that way we can choose not to compile some examples
2164         and tests of the deprecated widgets.
2165
2166         * examples/Makefile.am: Divided the sources in deprecated and
2167         non-deprecated.
2168
2169         * src/Makefile.am: Added undef statement of the deprecated
2170         symbol to the enums file generation process.
2171
2172         * src/hildon-color-chooser-dialog.c
2173         * src/hildon-color-chooser-dialog.h
2174         * src/hildon-color-button.c
2175         * src/hildon-color-button.h
2176         * src/hildon-color-chooser.c
2177         * src/hildon-color-chooser.h
2178         * src/hildon-controlbar.c
2179         * src/hildon-controlbar.h
2180         * src/hildon-date-editor.c
2181         * src/hildon-date-editor.h
2182         * src/hildon-hvolumebar.c
2183         * src/hildon-hvolumebar.h
2184         * src/hildon-private.c
2185         * src/hildon-private.h
2186         * src/hildon-range-editor.c
2187         * src/hildon-range-editor.h
2188         * src/hildon-seekbar.c
2189         * src/hildon-seekbar.h
2190         * src/hildon-time-editor.c
2191         * src/hildon-time-editor.h
2192         * src/hildon-time-picker.c
2193         * src/hildon-time-picker.h
2194         * src/hildon-volumebar.c
2195         * src/hildon-volumebar.h
2196         * src/hildon-vvolumebar.c
2197         * src/hildon-vvolumebar.h
2198         * src/hildon-bread-crumb-trail.h
2199         * src/hildon-bread-crumb-trail.c
2200         * src/hildon-calendar-popup.c
2201         * src/hildon-calendar-popup.h
2202         * src/hildon-weekday-picker.c:
2203         * src/hildon-weekday-picker.h:
2204         * src/hildon-bread-crumb-widget.c:
2205         * src/hildon-bread-crumb-widget.h:
2206         * src/hildon-bread-crumb.c:
2207         * src/hildon-bread-crumb.h:
2208         * src/hildon-calendar.c:
2209         * src/hildon-calendar.h:
2210         * src/hildon-caption.c:
2211         * src/hildon-code-dialog.c:
2212         * src/hildon-code-dialog.h:
2213         * src/hildon-font-selection-dialog.c:
2214         * src/hildon-font-selection-dialog.h:
2215         * src/hildon-get-password-dialog.c:
2216         * src/hildon-get-password-dialog.h:
2217         * src/hildon-login-dialog.c:
2218         * src/hildon-login-dialog.h:
2219         * src/hildon-number-editor.c:
2220         * src/hildon-number-editor.h:
2221         * src/hildon-set-password-dialog.c:
2222         * src/hildon-set-password-dialog.h:
2223         * src/hildon-sort-dialog.c:
2224         * src/hildon-sort-dialog.h: This is the list of deprecated
2225         widgets.
2226
2227         * src/hildon-touch-selector.c:
2228         * src/hildon-window.c: Added undef statement to avoid compilation
2229         warnings
2230
2231         * tests/Makefile.am: Divided the sources in deprecated and
2232         non-deprecated.
2233
2234         * tests/check_test.c,
2235         (configure_tests): Marked the deprecated code that was adding
2236         suites with deprecated tests.
2237
2238         Fixes: NB#91135 (Deprecate legacy hildon widgets)
2239
2240 2008-10-30  Claudio Saavedra  <csaavedra@igalia.com>
2241
2242         * src/hildon-touch-selector.c: (_default_print_func): Do not
2243         duplicate a string returned by gtk_tree_model_get(), it is already
2244         allocated for us.
2245
2246         Fixes: NB#91192 (Memory leak in HildonTouchSelector default print
2247         function)
2248
2249 2008-10-28  Alejandro G. Castro  <alex@igalia.com>
2250
2251         * src/hildon-pannable-area.c
2252         (hildon_pannable_area_add_with_viewport): Reviewed the complete
2253         method, it had problems when adding a widget with viewport the
2254         second time. Now checks if it already has a viewport and uses it.
2255
2256         Fixes: NB#90994 (HildonPannableArea does not connect "destroyed"
2257         on child)
2258
2259 2008-10-28  Alejandro G. Castro  <alex@igalia.com>
2260
2261         * src/hildon-pannable-area.c,
2262         (hildon_pannable_area_scroll_to),
2263         (hildon_pannable_area_jump_to),
2264         (hildon_pannable_area_scroll_to_child),
2265         (hildon_pannable_area_jump_to_child): Added a precondition to the
2266         scroll and jump to functions: the widget must be mapped before we
2267         can safely call these functions. We have also added documentation
2268         to the functions to explain how to use them in this situation.
2269
2270
2271 2008-10-28  Alejandro G. Castro  <alex@igalia.com>
2272
2273         Reviewed the threading handling of the pannable widget, we have
2274         used the gdk_threads_add_timeout function instead of the usual
2275         glib handlers. This avoids some problems with the threads.
2276
2277         * src/hildon-pannable-area.c (hildon_pannable_area_grab_notify),
2278         (hildon_pannable_area_initial_effect),
2279         (hildon_pannable_area_scroll_indicator_fade),
2280         (hildon_pannable_area_button_press_cb),
2281         (hildon_pannable_area_timeout),
2282         (hildon_pannable_area_motion_notify_cb),
2283         (hildon_pannable_area_button_release_cb),
2284         (hildon_pannable_area_scroll_cb),
2285         (hildon_pannable_area_scroll_to): Removed the
2286         GDK_THREAD_ENTER/LEAVE and replaced g_timeout_add with
2287         gdk_threads_add_timeout.
2288
2289         Fixes: NB#89541 (Crash in pannable area when closing picker dialog)
2290
2291 2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>
2292
2293         [Release 2.1.18]
2294
2295         * NEWS: updates
2296         * configure.ac: bump version
2297         * debian/changelog: updates
2298
2299 2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>
2300
2301         * src/hildon-calendar-popup.c: (hildon_calendar_popup_init):
2302         * src/hildon-code-dialog.c: (hildon_code_dialog_init):
2303         * src/hildon-color-chooser-dialog.c:
2304         (hildon_color_chooser_dialog_init):
2305         * src/hildon-font-selection-dialog.c:
2306         (hildon_font_selection_dialog_init):
2307         * src/hildon-login-dialog.c: (hildon_login_dialog_init):
2308
2309         Remove all cancel/close-like dialogs, as these are not going to be
2310         displayed at all.
2311
2312 2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>
2313
2314         * src/hildon-note.c: (hildon_note_rebuild),
2315         (hildon_note_new_confirmation_add_buttons): Explicitely show the buttons
2316         when needed.
2317
2318         Fixes: NB#90661 (Delete dialog is displayed without NO button)
2319
2320 2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>
2321
2322         * src/hildon-note.c: (hildon_note_new_confirmation_add_buttons): Make
2323         sure all buttons are shown, even the Cancel/Close-like ones.
2324
2325         Fixes: NB#90861 (Custom Confirmation dialogs should be
2326         protected from cancel button removal)
2327
2328 2008-10-23  Alejandro Pinheiro  <apinheiro@igalia.com>
2329
2330         * debian/control: Change libhildon1-examples dependency from libhildon1
2331         to libhildon1-dev
2332         * debian/libhildon1-examples.install
2333         * debian/rules
2334         * Makefile.am: Modified the final install directory for the examples on
2335         package libhildon1-examples
2336         * Makefile.static: Update clean target in order to remove all the binary
2337         examples
2338
2339         Changes suggested by Claudio after review new libhildon1-examples package
2340
2341 2008-10-23  Claudio Saavedra  <csaavedra@igalia.com>
2342
2343         * src/hildon-touch-selector-entry.c: Fix some gtk-doc warnings.
2344         * src/hildon-touch-selector.c: Ditto.
2345
2346 2008-10-23  Alejandro Pinheiro  <apinheiro@igalia.com>
2347
2348         * debian/control: Added new package libhildon1-examples, in order to pack
2349         the current hildon examples as documentation
2350         * debian/rules: Not to compress .c files, modify some includes on the
2351         examples (as normally are compiled locally, but when installed it will
2352         require to include the installed libhildon1 library), and rename
2353         Makefile.static
2354         * examples/Makefile.am: Added examplesdir and examples_DATA, in order to
2355         install all the example files on the new example package
2356         * examples/Makefile.static: Added static makefile that can be used to
2357         compile the examples, once installed the new example package
2358         * examples: Most of the examples were modified in order to grant that
2359         all use only '#include "hildon.h"', in order to be easy to prepare
2360         it on the example package
2361
2362 2008-10-23  Alberto Garcia  <agarcia@igalia.com>
2363
2364         * debian/control
2365         * debian/libhildon1-dev.install
2366         * debian/libhildon1-doc.install:
2367         Move all gtk-doc files to a separate libhildon1-doc package.
2368
2369 2008-10-23  Daniel Borgmann  <danielb@openismus.com>
2370
2371         reviewed by:  Claudio Saavedra  <csaavedra@igalia.com>
2372
2373         * src/hildon-gtk.c (hildon_gtk_menu_new): Change capitalization
2374
2375 2008-10-22  Alejandro Pinheiro  <apinheiro@igalia.com>
2376
2377         * debian/rules: Fixed a error in order to avoid unnecessary calls
2378         to autogen.sh on package building
2379
2380 2008-10-22  Alberto Garcia  <agarcia@igalia.com>
2381
2382         * examples/hildon-app-menu-example.c: Add keyboard accelerator.
2383
2384 2008-10-21  Claudio Saavedra  <csaavedra@igalia.com>
2385
2386         * src/hildon-picker-dialog.h: Add missing HildonTouchSelector
2387         header include.
2388
2389 2008-10-21  Alberto Garcia  <agarcia@igalia.com>
2390
2391         * src/hildon-picker-button.c
2392         (hildon_picker_button_finalize):
2393         Free priv->done_button_text
2394
2395         * src/hildon-time-button.c
2396         (hildon_time_button_set_time)
2397         * src/hildon-picker-button.c
2398         (hildon_picker_button_clicked)
2399         (hildon_picker_button_selector_selection_changed)
2400         (hildon_picker_button_set_selector)
2401         * src/hildon-date-button.c
2402         (hildon_date_button_set_date):
2403         Free strings returned by hildon_touch_selector_get_current_text()
2404
2405         * src/hildon-button.c (hildon_button_construct_child):
2406         Fix leaks in priv->image and priv->label_box
2407
2408         Fixes: NB#90535 (Memory leak in picker button)
2409
2410 2008-10-21  Claudio Saavedra  <csaavedra@igalia.com>
2411
2412         * src/hildon-button.c: (hildon_button_get_property): Do not access
2413         private elements directly, use getters instead.
2414
2415 2008-10-20  Alberto Garcia  <agarcia@igalia.com>
2416
2417         * src/hildon-app-menu-private.h
2418         * src/hildon-app-menu.c
2419         (hildon_app_menu_init, hildon_app_menu_set_parent_window):
2420         Store the menu's parent window.
2421
2422         * src/hildon-stackable-window.c
2423         (hildon_stackable_window_toggle_menu)
2424         (hildon_stackable_window_finalize):
2425         Set the menu's parent window when the menu is shown, unset it when
2426         it is destroyed.
2427
2428         * src/hildon-app-menu.c
2429         (hildon_app_menu_hide_idle, hildon_app_menu_key_press)
2430         (hildon_app_menu_class_init):
2431         Send unhandled keyboard accelerators to the parent window.
2432
2433 2008-10-20  Alberto Garcia  <agarcia@igalia.com>
2434
2435         * src/hildon-stackable-window.c
2436         (hildon_stackable_window_finalize): Unref the menu, don't destroy it
2437
2438 2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>
2439
2440         * configure.ac: post release version bump
2441
2442 2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>
2443
2444         * NEWS: Updates
2445         * configure.ac: Bump version
2446         * debian/changelog: Updates
2447         * debian/rules: Set PKG_CONFIG_PATH to make docs build with
2448         gtk-doc 1.10.
2449
2450 2008-10-20  Alberto Garcia  <agarcia@igalia.com>
2451
2452         Patch contributed by Daniel Borgmann (danielb@openismus.com)
2453
2454         * src/hildon-gtk.h
2455         * src/hildon-gtk.c (hildon_gtk_menu_new): New function to create a
2456         GtkMenu with Hildon style.
2457
2458 2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>
2459
2460         * src/hildon-picker-button.c:
2461         (hildon_picker_button_set_done_button_text): Set the dialog's
2462         done button text here as well.
2463
2464         Fixes: NB#90232 (Picker button does not set the label on done button
2465         for the second time)
2466
2467 2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>
2468
2469         * src/hildon-picker-button.c: (hildon_picker_button_clicked): Update
2470         warning message.
2471
2472 2008-10-16  Alberto Garcia  <agarcia@igalia.com>
2473
2474         * src/hildon-app-menu.c (hildon_app_menu_insert)
2475         (hildon_app_menu_add_filter, can_activate_accel): Allow items in
2476         the HildonAppMenu to be activatable using keyboard accelerators
2477         when the menu is not being shown.
2478
2479         Fixes: NB#89935 (Shortcuts for menu buttons are not working)
2480
2481 2008-10-16  Alberto Garcia  <agarcia@igalia.com>
2482
2483         * src/hildon-stackable-window.c
2484         (hildon_stackable_window_show):
2485         Don't hide old windows automatically when new windows are shown:
2486         this is now a task for the window manager.
2487         (hildon_stackable_window_class_init)
2488         (hildon_stackable_window_hide):
2489         Remove windows from the stack everytime they're hidden.
2490         (hildon_stackable_window_realize):
2491         Don't change the _NET_WM_WINDOW_TYPE property. Use
2492         _HILDON_STACKABLE_WINDOW instead for the window manager to manage
2493         it as a stackable window.
2494
2495         * src/hildon-program.c
2496         (hildon_program_pop_window_stack):
2497         Just hide the window to remove it from the stack.
2498         (hildon_program_go_to_root_window):
2499         Don't call gtk_widget_show(), this is now a task for the window
2500         manager.
2501
2502         Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow)
2503
2504 2008-10-15  Alberto Garcia  <agarcia@igalia.com>
2505
2506         * src/hildon-button.c
2507         (hildon_button_construct_child):
2508         Don't pack anything in the button until text or image are
2509         set. This allows adding a custom child after creating the button
2510         with hildon_button_new().
2511         (hildon_button_finalize, hildon_button_class_init)
2512         (hildon_button_init, hildon_button_set_arrangement): Destroy the
2513         alignment and the label box even when they're not packed in the
2514         button.
2515
2516 2008-10-14  Alejandro Pinheiro   <apinheiro@igalia.com>
2517
2518         * src/hildon-touch-selector.h:
2519         Set parent_instance and parent_class as GtkVBox and GtkVboxClass, as
2520         currently the type definition was using GTK_TYPE_VBOX
2521         * src/hildon-touch-selector.c:
2522         Added some implementation notes in order to clarify that any other widget
2523         added without the column related API will not be included on the
2524         selection logic, and how the widget is freed, as some people ask about
2525         it.
2526         (hildon_touch_selector_remove): Reimplemented in order to free properly
2527         the column related data when you remove the private hbox.
2528         * doc/hildon.types: Added the type hildon_touch_selector_column, in order
2529         to get a proper HildonTouchSelectorColumn documentation
2530
2531 2008-10-13  Claudio Saavedra  <csaavedra@igalia.com>
2532
2533         * src/hildon-touch-selector-entry.c:
2534         (hildon_touch_selector_entry_print_func): Return NULL if there is no
2535         text in the GtkEntry and there is no item selected. Fixes a
2536         potential crasher.
2537
2538 2008-10-13  Alberto Garcia  <agarcia@igalia.com>
2539
2540         * src/hildon-app-menu-private.h
2541         * src/hildon-app-menu.[ch]
2542         * src/hildon-button.[ch]
2543         * src/hildon-check-button.[ch]
2544         * src/hildon-entry.[ch]
2545         * src/hildon-pannable-area.[ch]
2546         * src/hildon-text-view.[ch]:
2547         Added private field to the object's structure.
2548
2549 2008-10-13  Claudio Saavedra  <csaavedra@igalia.com>
2550
2551         * configure.ac: post-release version bump
2552
2553 2008-10-10  Claudio Saavedra  <csaavedra@igalia.com>
2554
2555         [Release 2.1.14]
2556
2557         * configure.ac: pre-release version bump
2558         * NEWS: updates.
2559         * debian/changelog: updates.
2560
2561 2008-10-10  Claudio Saavedra  <csaavedra@igalia.com>
2562
2563         * src/hildon-picker-button.c: (hildon_picker_button_finalize):
2564         Disconnect the handler for HildonTouchSelector::changed.
2565
2566         (hildon_picker_button_selector_selection_changed): Update the button
2567         value if the selection change was not triggered by the
2568         HildonPickerDialog.
2569
2570         (hildon_picker_button_set_selector): connect to
2571         HildonTouchSelector::changed.
2572
2573         Fixes: NB#89650 (Picker button is not updated, when selection in
2574         selector has changed)
2575
2576 2008-10-09  Alejandro Pinheiro   <apinheiro@igalia.com>
2577
2578         * src/hildon-picker-dialog.c
2579         (hildon_picker_dialog_realize): Removed as not required
2580         (hildon_picker_dialog_class_init): Avoid to redefine widget->realize
2581         * src/hildon-picker-button.c
2582         (_current_selector_empty): New function, checks if the selector is empty
2583         (hildon_picker_button_clicked): Now it checks (using _current_selector_empty)
2584         if the current selector is empty, in order to avoid to show the dialog
2585         close the dialog in this case (and shows a g_warning).
2586
2587         Fixes: NB#88946 (Hildon Picker button should disable itself if there are no values)
2588
2589 2008-10-09  Alejandro G. Castro  <alex@igalia.com>
2590
2591         * src/hildon-pannable-area.c,
2592         (hildon_pannable_area_scroll): Added clause to stop movement when
2593         the child of pannable is smaller than one page.
2594         (hildon_pannable_area_scroll_to): Added conditions to avoid
2595         starting the scrolling movement if the child is smaller than one
2596         page, the complete child is in the screen, we do not have to move.
2597
2598         Fixes: NB#89632 (Picker button selection doesn't change on first click)
2599
2600 2008-10-09  Alberto Garcia  <agarcia@igalia.com>
2601
2602         * src/hildon-app-menu.c: Removed the 'columns' property, as now
2603         this is managed automatically by the widget when the size of the
2604         screen changes.
2605
2606 2008-10-09  Alberto Garcia  <agarcia@igalia.com>
2607
2608         * src/hildon-picker-button.c
2609         (hildon_picker_button_set_done_button_text): Make a copy of the
2610         text, and free the previous value.
2611
2612 2008-10-09  Claudio Saavedra  <csaavedra@igalia.com>
2613
2614         * src/hildon-touch-selector-entry.c:
2615         (hildon_touch_selector_entry_print_func): Return the selected row's
2616         text if the entry is empty.
2617
2618         Fixes: NB#89651 (HildonTouchSelectorEntry title is <unnamed>, when
2619         entry is empty)
2620
2621 2008-10-09  Claudio Saavedra  <csaavedra@igalia.com>
2622
2623         * src/hildon-touch-selector-entry.c: Minor docs fixes.
2624
2625 2008-10-09  Alberto Garcia  <agarcia@igalia.com>
2626
2627         * doc/hildon.types
2628         * src/hildon-check-button.h
2629         * src/hildon-check-button.c
2630         * examples/hildon-check-button-example.c:
2631         HildonCheckButton is now a new widget. 'toggled' signal added.
2632
2633 2008-10-08  Alberto Garcia  <agarcia@igalia.com>
2634
2635         * src/hildon-program-private.h
2636         * src/hildon-program.c (hildon_program_init)
2637         (hildon_program_finalize): Removed unused variables group_leader
2638         and name from HildonProgramPrivate.
2639
2640 2008-10-08  Alberto Garcia  <agarcia@igalia.com>
2641
2642         * src/hildon-check-button.c (hildon_check_button_set_active)
2643         (hildon_check_button_get_active, hildon_check_button_new): Use
2644         g_object_[gs]et_qdata() instead of g_object_[gs]et_data().
2645
2646 2008-10-08  Alejandro Pinheiro   <apinheiro@igalia.com>
2647
2648         * src/hildon-touch-selector.h
2649         (hildon_touch_selector_set_column_attributes): added deprecation
2650         guard HILDON_DISABLE_DEPRECATED
2651         * src/hildon-time-selector.c
2652         (hildon_time_selector_set_time)
2653         (hildon_time_selector_get_time): Fixed a typo on documentation
2654         * src/hildon-touch-selector.c: update HildonTouchSelector and
2655         HildonTouchSelectorColumn documentation
2656         * src/hildon-touch-selector-entry.c: update "text-column" property
2657         documentation
2658         * doc/hildon-docs.sgml: added hildon-touch-selector-column in order
2659         to be added to the general documentation.
2660
2661 2008-10-08  Alejandro G. Castro  <alex@igalia.com>
2662
2663         * examples/hildon-pannable-area-example-4.c,
2664         (main),
2665         * examples/hildon-pannable-area-example.c,
2666         (main): Modified the code in order to use the container add, with
2667         viewport treeviews could have problems if they are really big.
2668
2669 2008-10-06  Alejandro G. Castro  <alex@igalia.com>
2670
2671         * src/hildon-weekday-picker.c,
2672         * src/hildon-weekday-picker.h: Removed the deprecated symbols after
2673         the agreement regarding deprecation in the library.
2674
2675 2008-10-06  Claudio Saavedra  <csaavedra@igalia.com>
2676
2677         * examples/hildon-picker-button-multicolumn-example.c:
2678         (main): Use custom "done" button text.
2679
2680         * src/hildon-picker-button.c: (hildon_picker_button_get_property),
2681         (hildon_picker_button_set_property),
2682         (hildon_picker_button_clicked), (hildon_picker_button_class_init),
2683         (hildon_picker_button_init),
2684         (+hildon_picker_button_get_done_button_text),
2685         (+hildon_picker_button_set_done_button_text): New methods to customize
2686         the "done" button label in the launched HildonPickerDialog. Also,
2687         make it a property.
2688
2689         * src/hildon-picker-button.h: add the public API.
2690
2691 2008-10-06  Claudio Saavedra  <csaavedra@igalia.com>
2692
2693         * src/hildon-date-selector.h:
2694         * src/hildon-picker-dialog.h:
2695         * src/hildon-time-selector.h:
2696         * src/hildon-touch-selector-column.h:
2697         * src/hildon-touch-selector.h:
2698
2699         Set the G_GNUC_CONST macro properly in the hildon_*_get_type()
2700         declarations. Fixes gtk-doc warnings.
2701
2702 2008-10-06  Alberto Garcia  <agarcia@igalia.com>
2703
2704         * src/hildon-picker-dialog.h
2705         * src/hildon-picker-dialog.c (hildon_picker_dialog_init):
2706         Make HildonPickerDialog derive from HildonDialog, not GtkDialog
2707
2708         Fixes: NB#89329 (selectors in picker dialog are not visible when a
2709         long text is set as label for done button)
2710
2711 2008-10-06  Alberto Garcia  <agarcia@igalia.com>
2712
2713         * src/hildon-dialog.c (hildon_dialog_add_button):
2714         Set fixed width to all buttons in the HildonDialog.
2715
2716 2008-10-06  Alberto Garcia  <agarcia@igalia.com>
2717
2718         Patch contributed by Daniel Borgmann (danielb@openismus.com)
2719
2720         * src/hildon-gtk.c (hildon_gtk_widget_set_theme_size):
2721         Set widget name using class name plus "-finger" or "-thumb".
2722
2723 2008-10-03  Alberto Garcia  <agarcia@igalia.com>
2724
2725         * src/hildon-check-button.c (hildon_check_button_set_active): Emit
2726         'clicked' when the state of the button is manually changed.
2727
2728 2008-10-02  Alberto Garcia  <agarcia@igalia.com>
2729
2730         * src/hildon-app-menu.c (hildon_app_menu_realize)
2731         (hildon_app_menu_unrealize, hildon_app_menu_init)
2732         (hildon_app_menu_class_init, item_visibility_changed):
2733         Change the menu layout when the size of the screen changes.
2734         (hildon_app_menu_set_columns, hildon_app_menu_set_property):
2735         Show warning only when changing the number of colums using the
2736         property.
2737
2738 2008-10-02  Claudio Saavedra  <csaavedra@igalia.com>
2739
2740         * debian/compat: Set to 5
2741         * debian/control: Update dependencies.
2742         * debian/libhildon1-dbg.install: Remove.
2743         * debian/libhildon1-dev.install: Update according to cdbs paths.
2744         * debian/libhildon1.install: Update according to cdbs paths.
2745         * debian/rules: Switch to cdbs.
2746
2747 2008-10-01  Alberto Garcia  <agarcia@igalia.com>
2748
2749         * src/hildon-app-menu.c (hildon_app_menu_repack_filters):
2750         'item' variable renamed to 'filter'
2751
2752 2008-10-01  Alberto Garcia  <agarcia@igalia.com>
2753
2754         * src/hildon-app-menu.c (hildon_app_menu_insert)
2755         (hildon_app_menu_add_filter, remove_item_from_list)
2756         (hildon_app_menu_repack_filters, hildon_app_menu_finalize):
2757         Don't leak hidden items when the menu is destroyed.
2758
2759 2008-10-01  Alberto Garcia  <agarcia@igalia.com>
2760
2761         * src/hildon-app-menu.c (hildon_app_menu_insert)
2762         (hildon_app_menu_reorder_child, hildon_app_menu_add_filter)
2763         (hildon_app_menu_set_columns, item_visibility_changed)
2764         (filter_visibility_changed, hildon_app_menu_repack_filters)
2765         (hildon_app_menu_repack_items):
2766         Repack items and filters separately.
2767
2768         Don't repack all items, change only the ones that are needed to
2769         update the layout.
2770
2771 2008-10-01  Alejandro Pinheiro <apinheiro@igalia.com>
2772
2773         * src/Makefile.am: added hildon-touch-selector-column.h
2774
2775 2008-10-01  Alejandro Pinheiro <apinheiro@igalia.com>
2776
2777         * src/hildon-touch-selector.c: added the property "text-column" to the
2778         class HildonTouchSelectorColumn, and related get/set functions
2779         (_default_printf_func): updated to use "text-column" property
2780         * src/hildon-touch-selector-entry.c: mark as deprecated the property
2781         "text-column" in his documentation, as this is now included on
2782         HildonTouchSelectorColumn. The get/set_property can still be used,
2783         working as a wrapper to the concrete column "text-column" property
2784         (_text_column_modified): callback added in order to handle the signal
2785         "notify::text-column" of the concrete HildonTouchSelectorColumn
2786         (hildon_touch_selector_entry_get_text_column)
2787         (hildon_touch_selector_entry_set_text_column): Added documentation, and
2788         modified in order to use the HildonTouchSelectorColumn "text-column"
2789         property
2790         * src/hildon-time-selector.c:
2791         * src/hildon-date-selector.c:
2792         * examples/hildon-touch-selector-example.c
2793         * examples/hildon-touch-selector-multi-cells-example.c
2794         * examples/hildon-picker-button-multicolumn-example.c
2795         Set the right value to "text-column" property on the creation of a new
2796         column using hildon_touch_selector_append_column()
2797
2798         Fixes: NB#88644 (Hardcoded first column of the model as text column)
2799
2800 2008-09-30  Alberto Garcia  <agarcia@igalia.com>
2801
2802         * src/hildon-app-menu.c
2803         (hildon_app_menu_construct_child, hildon_app_menu_init): When
2804         updating the layout of the menu, don't create all widgets again,
2805         just repack the items in their new places.
2806
2807 2008-09-30  Alejandro Pinheiro <apinheiro@igalia.com>
2808
2809         * src/hildon-time-selector.c
2810         (hildon_time_selector_get_time)
2811         (hildon_time_selector_set_time)
2812         Added documentation of these public methods
2813
2814         * src/hildon-date-button.h
2815         * src/hildon-touch-selector-column.h
2816         * src/hildon-time-button.h
2817         * src/hildon-picker-dialog.h
2818         * src/hildon-time-selector.h
2819         * src/hildon-picker-button.h
2820         * src/hildon-touch-selector.h
2821         * src/hildon-time-picker.h
2822         * src/hildon-date-selector.h
2823         * src/hildon-touch-selector-entry.h
2824         Modified in order to use hildon-widgets code style
2825
2826 2008-09-30  Alejandro G. Castro  <alex@igalia.com>
2827
2828         Added deprecated support to the compilation process using
2829         HILDON_DISABLE_DEPRECATED
2830
2831         * configure.ac: Added the --disable-deprecated to the configure
2832         script
2833
2834         * src/hildon-weekday-picker.c:
2835         * src/hildon-weekday-picker.h: Deprecated widget, example of how
2836         to use the deprecated support. We will update the other deprecated
2837         widgets status in a new patch.
2838
2839 2008-09-30  Alejandro G. Castro  <alex@igalia.com>
2840
2841         * configure.ac: Fixed typo with fatal warnings support, the
2842         variable name was not correct
2843
2844 2008-09-29  Alberto Garcia  <agarcia@igalia.com>
2845
2846         * src/hildon-app-menu.c
2847         * src/hildon-program.c: Update documentation.
2848
2849 2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>
2850
2851         * configure.ac: Post-release version bump.
2852
2853 2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>
2854
2855         [Release 2.1.12]
2856
2857         * NEWS: Update.
2858         * configure.ac: Pre-release version bump.
2859         * debian/changelog: Updates.
2860
2861 2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>
2862
2863         * NEWS: Update news for previous releases.
2864
2865 2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>
2866
2867         * examples/hildon-touch-selector-multi-cells-example.c:
2868         (create_selector): Update the example to use
2869         hildon_touch_selector_append_column() with a NULL renderer and set
2870         the renderers later.
2871         * src/hildon-touch-selector.c: (_create_new_column): Do not warn if
2872         passed a NULL renderer. This is documented behavior now.
2873
2874         Allow passing a NULL renderer to hildon_touch_selector_append_column().
2875         This must be used if the developer wants full control on the layout of
2876         the renderers to be added to the column.
2877
2878         Fixes: NB#88680 (Limiting API in HildonTouchSelector)
2879
2880 2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>
2881
2882         * src/hildon-touch-selector.c: Documentation fixes.
2883
2884 2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>
2885
2886         * src/hildon-wizard-dialog-private.h: Remove image and box.
2887         * src/hildon-wizard-dialog.c: (hildon_wizard_dialog_init),
2888         (hildon_wizard_dialog_set_property), (response): Completely remove
2889         image/icon support, and the containers required for the layout.
2890
2891         Fixes: NB#88927 (Hildon Wizard should not use icons anymore)
2892
2893 2008-09-25  Alberto Garcia  <agarcia@igalia.com>
2894
2895         * src/hildon-app-menu.c: Updated documentation.
2896
2897         * src/hildon-stackable-window.c
2898         (hildon_stackable_window_set_main_menu): Unref the old menu after
2899         ref'ing the new one.
2900
2901 2008-09-25  Alberto Garcia  <agarcia@igalia.com>
2902
2903         * src/hildon-stackable-window.c
2904         (hildon_stackable_window_set_main_menu): Unref the previous menu
2905         instead of destroying it.
2906
2907         * src/hildon-app-menu.c (hildon_app_menu_init): Re-enforce the
2908         floating reference and set has_user_ref_count to FALSE to make
2909         HildonAppMenu act like a normal ref-counted widget and not a
2910         toplevel widget.
2911
2912         Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu()
2913         changed)
2914
2915 2008-09-25  Alejandro Pinheiro  <apinheiro@igalia.com>
2916
2917         * src/hildon-touch-selector-column.h: new file
2918         * src/hildon-touch-selector.h
2919         * src/hildon-touch-selector.c
2920         Implemented GtkCellLayout interface, in order to allow to configure
2921         the cell layout on each individual selector column
2922         (hildon_touch_selector_set_column_attributes): marked as deprecated
2923         * examples/hildon-touch-selector-multi-cells-example.c
2924         Example of how to use the GtkCellLayout interface on the selector
2925
2926         Fixes: NB#88680 (Limiting API in HildonTouchSelector)
2927
2928 2008-09-24  Alberto Garcia  <agarcia@igalia.com>
2929
2930         * src/hildon-app-menu.h
2931         * src/hildon-app-menu.c
2932         (hildon_app_menu_insert, hildon_app_menu_reorder_child)
2933         (hildon_app_menu_append, hildon_app_menu_prepend):
2934         New methods to prepend, insert and move items in the menu.
2935
2936 2008-09-24  Claudio Saavedra  <csaavedra@igalia.com>
2937
2938         * src/hildon-wizard-dialog.c:
2939
2940         (hildon_wizard_dialog_init): Update logical IDs and remove cancel
2941         button.
2942         (create_title): Update logical IDs and related code.
2943         (response): No need to handle HILDON_WIZARD_DIALOG_CANCEL.
2944
2945         * src/hildon-wizard-dialog.h: Note that
2946         HILDON_WIZARD_DIALOG_CANCEL should be marked as deprecated at some
2947         point, as it is not used anymore.
2948
2949         Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2)
2950
2951 2008-09-24  Claudio Saavedra  <csaavedra@igalia.com>
2952
2953         * src/hildon-note.c:
2954         (hildon_note_rebuild): Update logical IDs. Ensure "Cancel" button is
2955         shown.  Do not display an icon in confirmation notes nor information
2956         notes.
2957         (hildon_note_set_button_text): Update logical ID for cancel button.
2958
2959         Fixes: NB#88850 (Update HildonNote button strings + signals)
2960
2961 2008-09-24  Alberto Garcia  <agarcia@igalia.com>
2962
2963         * src/hildon-stackable-window.c
2964         (hildon_stackable_window_set_main_menu): Fix compilation warning.
2965
2966 2008-09-24  Alberto Garcia  <agarcia@igalia.com>
2967
2968         * src/hildon-app-menu-private.h
2969         * src/hildon-app-menu.c (hildon_app_menu_set_columns)
2970         (hildon_app_menu_set_property, hildon_app_menu_construct_child)
2971         (hildon_app_menu_init, hildon_app_menu_class_init): Added
2972         temporary property 'columns' to change the number of columns.
2973
2974 2008-09-24  Claudio Saavedra  <csaavedra@igalia.com>
2975
2976         Patch contributed by Kimmo Hämäläinen (kimmo.hamalainen@nokia.com)
2977
2978         * examples/hildon-note-example.c: (on_information_clicked),
2979         (on_confirmation_clicked), (on_progress_clicked), (main): Add
2980         debugging information.
2981         * src/hildon-note-private.h: Remove close_if_pressed_outside,
2982         not needed anymore.
2983         * src/hildon-note.c: (hildon_note_class_init), (hildon_note_init),
2984         (hildon_note_rebuild): Remove special handling of tapping outside/inside
2985         in order to close: this will be handled by the WM from now on.
2986
2987         Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior)
2988
2989 2008-09-24  Alberto Garcia  <agarcia@igalia.com>
2990
2991         * src/hildon-app-menu-private.h
2992         * src/hildon-app-menu.c
2993         (hildon_app_menu_append, hildon_app_menu_add_filter)
2994         (button_visibility_changed, hildon_app_menu_apply_style)
2995         (hildon_app_menu_style_set, hildon_app_menu_construct_child)
2996         (hildon_app_menu_init, hildon_app_menu_finalize): Update the
2997         layout everytime a button (item or filter) is shown or hidden.
2998
2999         * src/hildon-stackable-window.c
3000         (hildon_stackable_window_set_main_menu): Destroy the old menu when
3001         setting a new one.
3002
3003 2008-09-22  Alejandro Pinheiro <apinheiro@igalia.com>
3004
3005         * src/hildon-touch-selector.c:
3006         (hildon_touch_selector_class_init): added gtkrc bits in order to ensure
3007         that the treeview inside the touch selector is in fremantle hildon mode
3008         * examples/hildon-date-button-example.c
3009         * examples/hildon-picker-button-multicolumn-example.c
3010         * examples/hildon-touch-selector-entry-example.c
3011         * examples/hildon-touch-selector-example.c
3012         * examples/hildon-time-button-example.c
3013         * examples/hildon-picker-button-example.c:
3014         (main): Remove the gtkrc bits, now hadled by hildon-touch-selector.c
3015
3016 2008-09-22  Claudio Saavedra  <csaavedra@igalia.com>
3017
3018         * examples/hildon-text-view-example.c: (main): Remove the
3019         gtkrc bits, now handled by the theme.
3020
3021 2008-09-22  Alberto Garcia  <agarcia@igalia.com>
3022
3023         * src/hildon-picker-button.c (hildon_picker_button_set_active):
3024         Fix memory leak
3025
3026 2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>
3027
3028         * po/Makefile.am: Install properly the mo files.
3029         * po/en_GB.po: Update translation, to ease testing purposes.
3030
3031 2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>
3032
3033         * examples/hildon-picker-button-example.c: (main): Select an item
3034         in the selector before setting it to the button.
3035
3036 2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>
3037
3038         * src/hildon-picker-button.c: (hildon_picker_button_set_selector):
3039         Update button's value if the selector has an item active.
3040
3041         Fixes: NB#88718 (HildonPickerButton not synchronizing its initial
3042         'value' with the selector)
3043
3044 2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>
3045
3046         * src/hildon-picker-button.c: (+hildon_picker_button_finalize): unref
3047         the HildonTouchSelector and destroy the underlying HildonPickerDialog.
3048         (hildon_picker_button_class_init): Plug the finalize method.
3049         (hildon_picker_button_set_selector): If there's a previously set
3050         selector, unref'it before setting a new one.
3051
3052         Fixes: NB#88720 (HildonPickerButton leaks a reference to the
3053         HildonTouchSelector)
3054
3055 2008-09-16  Claudio Saavedra  <csaavedra@igalia.com>
3056
3057         * src/hildon-touch-selector-entry.c:
3058         (hildon_touch_selector_entry_changed): Check if there is no text
3059         selected before setting the entry text.
3060         Fixes: NB#88576
3061
3062 2008-09-15  Alberto Garcia  <agarcia@igalia.com>
3063
3064         * src/hildon-touch-selector.h
3065         * src/hildon-touch-selector.c
3066         (hildon_touch_selector_get_active)
3067         (hildon_touch_selector_set_active): New methods to set/get the
3068         index of the selected item.
3069
3070         * src/hildon-picker-button.h
3071         * src/hildon-picker-button.c
3072         (hildon_picker_button_get_active)
3073         (hildon_picker_button_set_active): New methods to set/get the
3074         index of the selected item.
3075
3076 2008-09-15  Claudio Saavedra  <csaavedra@igalia.com>
3077
3078         * configure.ac: post-release version bump.
3079
3080 2008-09-15  Claudio Saavedra  <csaavedra@igalia.com>
3081
3082         Release 2.1.10-1.
3083
3084         * configure.ac: Pre-release version bump.
3085         * debian/changelog: Updates.
3086         * debian/control: Add myself as maintainer and depend on l10n
3087         packages.
3088
3089 2008-09-15  Alberto Garcia  <agarcia@igalia.com>
3090
3091         * src/hildon-window.c
3092         (hildon_window_set_main_menu)
3093         * src/hildon-stackable-window.c
3094         (hildon_stackable_window_set_main_menu):
3095         Updated documentation.
3096
3097 2008-09-15  Alberto Garcia  <agarcia@igalia.com>
3098
3099         * src/hildon-date-selector.c (hildon_date_selector_finalize):
3100         Don't free selector->priv manually.
3101         Fixes: NB#88414
3102
3103 2008-09-12  Alejandro G. Castro  <alex@igalia.com>
3104
3105         * src/hildon-gtk.c,
3106         (hildon_gtk_window_set_progress_indicator):
3107         * src/hildon-gtk.h: Added the new API
3108         hildon_gtk_window_set_progress_indicator, it changes the state of
3109         the window progress hint.
3110
3111 2008-09-12  Alberto Garcia  <agarcia@igalia.com>
3112
3113         * src/hildon-button.c
3114         * src/hildon-stackable-window.c: Minor documentation updates.
3115
3116 2008-09-12  Alberto Garcia  <agarcia@igalia.com>
3117
3118         * src/hildon-stackable-window.c: Updated documentation.
3119
3120 2008-09-12  Claudio Saavedra  <csaavedra@igalia.com>
3121
3122         * src/hildon-defines.h: Update margins definitions
3123         to the Fremantle sizes.
3124         Fixes: NB#88364
3125
3126 2008-09-12  Alejandro G. Castro  <alex@igalia.com>
3127
3128         * src/hildon-touch-selector.c,
3129         (_hildon_touch_selector_set_model): Cleaning the code after
3130         review, removed g_print and #if 0 from the code.
3131
3132 2008-09-11  Alberto Garcia  <agarcia@igalia.com>
3133
3134         * src/hildon-edit-toolbar.c: Update documentation.
3135
3136 2008-09-11  Alberto Garcia  <agarcia@igalia.com>
3137
3138         * src/hildon-check-button.h
3139         * src/hildon-check-button.c
3140         (hildon_check_button_set_label, hildon_check_button_get_label)
3141         * examples/hildon-check-button-example.c
3142         (button_clicked_cb):
3143         Removed deprecated methods.
3144
3145 2008-09-11  Alberto Garcia  <agarcia@igalia.com>
3146
3147         * src/hildon-text-view.c:
3148         Add sample code to the documentation.
3149
3150         * src/hildon-entry.h
3151         * src/hildon-text-view.h:
3152         Minor cosmetic changes.
3153
3154         * src/hildon-entry.c:
3155         Add sample code to the documentation.
3156         (hildon_entry_init, hildon_entry_refresh_contents):
3157         Don't allow NULL values in the placeholder.
3158
3159 2008-09-10  Alberto Garcia  <agarcia@igalia.com>
3160
3161         * doc/hildon-docs.sgml
3162         * doc/hildon.types
3163         * examples/Makefile.am
3164         * examples/hildon-text-view-example.c
3165         * src/Makefile.am
3166         * src/hildon-text-view.c
3167         * src/hildon-text-view.h
3168         * src/hildon.h:
3169         New HildonTextView widget, with example.
3170
3171 2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>
3172
3173         * po/POTFILES.in: Add missing files with translatable strings.
3174         Partially fixes NB#88287.
3175
3176 2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>
3177
3178         * examples/hildon-pannable-area-example-2.c: (main): No need to
3179         set the cellrenderer height inside hildon touch lists, the theme does
3180         that for us.
3181
3182 2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>
3183
3184         * examples/hildon-entry-example.c: (main): Remove the gtkrc bits, now
3185         they are integrated in the theme.
3186
3187 2008-09-09  Alberto Garcia  <agarcia@igalia.com>
3188
3189         * examples/hildon-entry-example.c: Update the example adding
3190         widgets to modify the text and the placeholder of the HildonEntry.
3191
3192         * src/hildon-entry.c: Show the placeholder everytime the widget
3193         is empty and loses the focus.
3194
3195 2008-09-09  Alejandro G. Castro  <alex@igalia.com>
3196
3197         Patch contributed by Daniil Ivanov (ext-danil.ivanoc@nokia.com)
3198
3199         * src/hildon-pannable-area.c,
3200         (hildon_pannable_area_size_request): Fixed bug in height
3201         requisition, avoid increasing size and add border twice.
3202
3203 2008-09-09  Claudio Saavedra  <csaavedra@igalia.com>
3204
3205         * configure.ac: postrelease version bump.
3206
3207 2008-09-09  Claudio Saavedra  <csaavedra@igalia.com>
3208
3209         Release 2.1.8-1.
3210
3211         * configure.ac: Prerelease version bump.
3212         * debian/changelog: update.
3213         * debian/rules: make -dbg package contain useful debugging symbols.
3214
3215 2008-09-08  Alberto Garcia  <agarcia@igalia.com>
3216
3217         * src/hildon-dialog.h
3218         * src/hildon-dialog.c
3219         (hildon_dialog_add_button, hildon_dialog_add_buttons):
3220         New methods to add buttons with finger size.
3221         (hildon_dialog_new_with_buttons):
3222         Create buttons with finger size.
3223
3224         * examples/hildon-dialog-example.c (main): Use HildonDialog
3225         methods to add buttons.
3226
3227 2008-09-08  Alberto Garcia  <agarcia@igalia.com>
3228
3229         * src/hildon-entry.c: Updated HildonButton documentation.
3230
3231 2008-09-08  Alberto Garcia  <agarcia@igalia.com>
3232
3233         * src/hildon-button.c (hildon_button_set_arrangement): Pack the
3234         button value label with (FALSE, FALSE) to prevent NB#88126 from
3235         being triggered.
3236
3237 2008-09-08  Alejandro G. Castro  <alex@igalia.com>
3238
3239         * examples/hildon-pannable-area-example.c,
3240         (main): Removed examples panning a vbox inside a pannable
3241         area. Check bug NB#87965
3242
3243 2008-09-08  Alejandro G. Castro  <alex@igalia.com>
3244
3245         Patch contributed by Kris Rietveld (kris@imendio.com)
3246
3247         * src/hildon-pannable-area.c,
3248         (hildon_pannable_area_get_topmost): replaced the get_geometry with
3249         get_size and get_position, this saves an X server roundtrip.
3250
3251 2008-09-05  Alberto Garcia  <agarcia@igalia.com>
3252
3253         * doc/hildon-docs.sgml
3254         * doc/hildon.types
3255         * examples/Makefile.am
3256         * examples/hildon-entry-example.c
3257         * src/Makefile.am
3258         * src/hildon-entry.c
3259         * src/hildon-entry.h
3260         * src/hildon.h:
3261         New HildonEntry widget, with example.
3262
3263 2008-09-05  Alberto Garcia  <agarcia@igalia.com>
3264
3265         * src/hildon-button.c (hildon_button_construct_child): Pack the
3266         image with expand == fill == FALSE. This is a workaround for a bug
3267         in GtkBox.
3268
3269 2008-09-05  Claudio Saavedra  <csaavedra@igalia.com>
3270
3271         * examples/hildon-pannable-area-example-2.c: (main): Use the stock
3272         labels for the text column, to make it more look more dynamic.
3273
3274 2008-09-04  Alejandro Pinheiro  <apinheiro@igalia.com>
3275
3276         * src/hildon-time-selector.c
3277         Define gettext auxiliar macro N_
3278         (_create_minutes_model)
3279         (_create_hours_model)
3280         (_create_ampm_model): use of strftime in order to fill the model
3281         * src/hildon-date-selector.c
3282         (hildon_date_selector_finalize):
3283         (_locales_init): remove the logic related to get the name of the months
3284         using nl_langinfo, as it is not required anymore
3285         (_create_day_model)
3286         (_create_year_model)
3287         (_create_month_model)
3288         (_update_day_model): use of strftime in order to fill the model properly
3289
3290
3291 2008-09-04  Alberto Garcia  <agarcia@igalia.com>
3292
3293         * src/hildon-button.h
3294         * src/hildon-button.c (hildon_button_get_image): New method to
3295         retrieve the image.
3296
3297 2008-09-04  Claudio Saavedra  <csaavedra@igalia.com>
3298
3299         * src/hildon-touch-selector.c:
3300         (hildon_touch_selector_remove_column): Remove from the correct parent
3301         and also remove the list element and free it.
3302         Fixes: NB#88049
3303
3304 2008-09-04  Alejandro Pinheiro  <apinheiro@igalia.com>
3305
3306         * src/hildon-time-selector.c
3307         (_create_hours_model): change the range on 12h ampm format in order to use
3308         a 12-11 range instead of previous 01-12 range
3309         (hildon_time_selector_set_time): change the way to select the current time
3310         on 12h ampm format, due the change on the range
3311         (hildon_time_selector_get_time): fix the hour returned on 12 ampm format
3312         Fixes: NB#88036
3313
3314 2008-09-03  Alejandro Pinheiro  <apinheiro@igalia.com>
3315
3316         * src/hildon-touch-selector.c
3317         (hildon_date_touch_selector_get_selected): fix the selection mode check,
3318         in order to allow use this function on multiple row selection mode if
3319         the column is different that the first one
3320         Fixes: NB#88047
3321
3322 2008-09-03  Claudio Saavedra  <csaavedra@igalia.com>
3323
3324         * src/hildon-time-selector.c: (_custom_print_func): Change the logical ids
3325         to "wdgt_va_12h_time" and "wdgt_va_24h_time". Fixes NB#88045.
3326
3327 2008-09-02  Alejandro Pinheiro  <apinheiro@igalia.com>
3328
3329         * src/hildon-date-selector.h: clean some comments, now on the .c
3330         * src/hildon-date-selector.c
3331         (hildon_date_selector_select_month): first implementation
3332         (hildon_date_selector_select_day): added documentation, reimplemented
3333         using hildon_date_selector_select_current_date to avoid repeat code
3334         Fixes: NB#88027
3335
3336 2008-09-02  Alejandro G. Castro  <alex@igalia.com>
3337
3338         Reviewed interaction logic based on device experiences, refactored
3339         code.
3340
3341         * src/hildon-pannable-area.c,
3342         (hildon_pannable_area_class_init): Updated default vmax speed.
3343         (hildon_pannable_area_calculate_velocity): Added this function, it
3344         avoids duplicate valocity calculation. Adjusted calculation to
3345         avoid problems with zero dist events.
3346
3347         (hildon_pannable_area_motion_notify_cb): Now we use the
3348         calculate_velocity function.
3349
3350 2008-09-02  Alejandro Pinheiro  <apinheiro@igalia.com>
3351
3352         * src/hildon-date-selector.c
3353         (hildon_date_selector_select_current_date): fix the day range check
3354         as it failed using the last day of the current month
3355         Fixes NB#88023
3356
3357 2008-09-02  Alejandro Pinheiro  <apinheiro@igalia.com>
3358
3359         * src/hildon-touch-selector.c
3360         (hildon_touch_selector_get_num_columns): added a parameter validation
3361         Fixes: NB#88022
3362
3363 2008-08-29  Alberto Garcia  <agarcia@igalia.com>
3364
3365         * examples/Makefile.am
3366         * examples/hildon-edit-toolbar-example.c: Example of the
3367         HildonEditToolbar widget.
3368
3369 2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
3370
3371         * configure.ac: postrelease version bump.
3372
3373 2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
3374
3375         Release 2.1.6-1.
3376
3377         * configure.ac: prerelease version bump.
3378         * debian/changelog: update.
3379
3380 2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
3381
3382         * examples/hildon-pannable-area-example-2.c: (main): Add a pixbuf
3383         renderer to display stock icons in the touch list. Also, set the sizes
3384         to the recommended in the style guide.
3385
3386 2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
3387         * src/hildon-touch-selector.h
3388         (hildon_touch_selector_set_active_iter): renamed, now is
3389         hildon_touch_selector_select_iter
3390         (hildon_touch_selector_get_active_iter): renamed, now is
3391         hildon_touch_selector_get_selected
3392         (hildon_touch_selector_unselect_iter): added
3393         * src/hildon-touch-selector.c
3394         Update after API modification (methods renamed)
3395         (hildon_touch_selector_select_iter): remove gtk_tree_view_set_cursor in
3396         order to avoid problems selecting multiple elements on the column
3397         (hildon_touch_selector_unselect_iter): added the implementation
3398         * src/hildon-time-selector.c
3399         * src/hildon-date-selector.c
3400         * src/hildon-touch-selector-entry.c
3401         Update methods calls after hildon-touch-selector.h API modification (methods
3402         renamed)
3403
3404 2008-08-29  Alberto Garcia  <agarcia@igalia.com>
3405
3406         * src/hildon-stackable-window.c
3407         (hildon_stackable_window_finalize): Call the parent class's finalize.
3408
3409 2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
3410
3411         * examples/hildon-touch-selector-example.c: (create_selector): Use
3412         gtk_cell_renderer_set_fixed_size() instead of a GValue to set the
3413         cell height.
3414
3415 2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
3416
3417         * examples/hildon-touch-selector-example.c: (create_selector): Do not
3418         set a cell background color, to respect theming.
3419
3420 2008-08-28  Alberto Garcia  <agarcia@igalia.com>
3421
3422         * doc/hildon-docs.sgml
3423         * doc/hildon.types
3424         * src/Makefile.am
3425         * src/hildon-edit-toolbar.c
3426         * src/hildon-edit-toolbar.h
3427         * src/hildon.h: New HildonEditToolbar widget.
3428
3429 2008-08-28  Claudio Saavedra  <csaavedra@igalia.com>
3430
3431         * examples/hildon-pannable-area-example-4.c: (main): Remove unneeded
3432         extra GtkVBox.
3433
3434 2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
3435         * src/hildon-touch-selector.c
3436         (_create_new_column): use g_object_set instead of two g_object_set_property
3437
3438 2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
3439         * src/hildon-touch-selector.c
3440         (_create_new_column): use of hildon_gtk_tree_view_new to create
3441         the treeview, instead of use directly g_object_new
3442         (_create_new_column): update the property name "vindicator-mode" for the
3443         new one "vscrollbar-policy"
3444         * examples/hildon-date-button-example.c
3445         * examples/hildon-picker-button-multicolumn-example.c
3446         * examples/hildon-touch-selector-entry-example.c
3447         * examples/hildon-touch-selector-example.c
3448         * examples/hildon-time-button-example.c
3449         * examples/hildon-picker-button-example.c
3450         Add a gtk_rc_parse_string in order to set the hildon-mode to HILDON_FREMANTLE
3451         to all the treeviews inside a pannable area.
3452
3453 2008-08-27  Alberto Garcia  <agarcia@igalia.com>
3454
3455         * src/hildon-button.h
3456         * src/hildon-button.c (hildon_button_init)
3457         (hildon_button_set_arrangement, hildon_button_set_alignment)
3458         (hildon_button_set_title_alignment)
3459         (hildon_button_set_value_alignment)
3460         (hildon_button_set_image_alignment)
3461         (hildon_button_construct_child): New methods to set the alignment
3462         of the individual components of the button (title, value,
3463         image). Also, new method to alter the xscale and yscale properties
3464         of the GtkAlignment inside the button, so more complex layouts can
3465         be created.
3466
3467 2008-08-27  Alberto Garcia  <agarcia@igalia.com>
3468
3469         * src/hildon-button.c (hildon_button_style_set)
3470         (hildon_button_class_init, hildon_button_set_arrangement)
3471         (hildon_button_construct_child): Apply style properties
3472         correctly. Use the 'image-spacing' style property too.
3473
3474 2008-08-26  Alberto Garcia  <agarcia@igalia.com>
3475
3476         * src/hildon-app-menu.c (hildon_app_menu_style_set)
3477         (hildon_app_menu_init, hildon_app_menu_class_init): Set style
3478         correctly.
3479
3480 2008-08-26  Alejandro G. Castro  <alex@igalia.com>
3481
3482         * src/hildon-pannable-area.c,
3483         (hildon_pannable_area_size_request): Fixed problem with
3484         pannable-area size_request.
3485
3486 2008-08-26  Alejandro G. Castro  <alex@igalia.com>
3487
3488         Added management for the grab-focus to a child widget, like a
3489         range, we need to fade out the scrollbar when releasing.
3490
3491         * src/hildon-pannable-area.c,
3492         (hildon_pannable_area_init): Connected the grab-focus signal to
3493         the callback.
3494         (hildon_pannable_area_grab_notify): Added this function in order
3495         to manage the situation when the grab-focus ends. We have to
3496         fade-out the scrollbar.
3497
3498 2008-08-25  Alberto Garcia  <agarcia@igalia.com>
3499
3500         * src/hildon-app-menu.c: Minor documentation update.
3501
3502 2008-08-25  Alberto Garcia  <agarcia@igalia.com>
3503
3504         * src/hildon-app-menu.c
3505         * examples/hildon-app-menu-example.c (create_menu): Update
3506         examples and documentation to explain how to connect callbacks.
3507
3508 2008-08-25  Alejandro Pinheiro <apinheiro@igalia.com>
3509
3510         * examples/hildon-button-example.c
3511         (vertical_buttons_window) (horizontal_buttons_window) (main): use of
3512         hildon_stackable_window_new instead of gtk_window_new
3513
3514 2008-08-22  Alejandro G. Castro  <alex@igalia.com>
3515
3516         * src/hildon-pannable-area.c (hildon_pannable_area_class_init),
3517         (hildon_pannable_area_init), (hildon_pannable_area_get_property),
3518         (hildon_pannable_area_set_property),
3519         (hildon_pannable_area_dispose), (hildon_pannable_area_realize),
3520         (hildon_pannable_area_unrealize),
3521         (hildon_pannable_area_size_request),
3522         (hildon_pannable_area_size_allocate),
3523         (hildon_pannable_area_style_set), (hildon_pannable_area_map),
3524         (hildon_pannable_area_unmap), (rgb_from_gdkcolor),
3525         (hildon_pannable_draw_vscroll), (hildon_pannable_draw_hscroll),
3526         (hildon_pannable_area_initial_effect),
3527         (hildon_pannable_area_redraw),
3528         (hildon_pannable_area_scroll_indicator_fade),
3529         (hildon_pannable_area_expose_event),
3530         (hildon_pannable_area_get_topmost), (synth_crossing),
3531         (hildon_pannable_area_button_press_cb),
3532         (hildon_pannable_area_refresh), (hildon_pannable_axis_scroll),
3533         (hildon_pannable_area_scroll), (hildon_pannable_area_timeout),
3534         (hildon_pannable_area_motion_notify_cb),
3535         (hildon_pannable_area_button_release_cb),
3536         (hildon_pannable_area_scroll_cb), (hildon_pannable_area_add),
3537         (hildon_pannable_area_remove),
3538         (hildon_pannable_calculate_vel_factor): Widget refactorization,
3539         chage the code layout to a more GtkWidget like. Review the use of
3540         variables.
3541
3542 2008-08-21  Alejandro G. Castro  <alex@igalia.com>
3543
3544         * examples/hildon-pannable-area-example-4.c,
3545         (main): Modified the name of the hindicator_mode to
3546         hscrollbar_visible
3547
3548         * src/hildon-pannable-area.c,
3549         (hildon_pannable_area_class_init),
3550         (hildon_pannable_area_motion_notify_cb),
3551         (hildon_pannable_area_size_allocate): Reviewed the drawing logic,
3552         we have reduced the amount of signals and managed reviewed its
3553         rationale. Changed the default decelerate value.
3554
3555         (hildon_pannable_area_add),
3556         (hildon_pannable_area_redraw): Refactored functions.
3557
3558         (hildon_pannable_area_init),
3559         (hildon_pannable_area_get_property),
3560         (hildon_pannable_area_set_property):
3561         (hildon_pannable_draw_vscroll),
3562         (hildon_pannable_draw_hscroll),
3563         (hildon_pannable_area_initial_effect),
3564         (hildon_pannable_area_expose_event),
3565         (hildon_pannable_area_scroll),
3566         (hildon_pannable_area_button_press_cb),
3567         (hildon_pannable_area_realize): Replaced the names hindicator_mode
3568         and vindicator_mode with hscrollbar_policy and
3569         vscrollbar_policy. Replaced hscroll and vscroll with
3570         hscroll_visible and vscroll_visible.
3571
3572         (hildon_pannable_area_refresh): Refactor the function, remove
3573         variables and check the calls to this function, added resize
3574         conditions in case the children change their layout.
3575
3576         (hildon_pannable_area_size_request): Added more detailed
3577         size_request calculation.
3578
3579
3580 2008-08-21  Alejandro Pinheiro <apinheiro@igalia.com>
3581
3582         * src/hildon-color-chooser.c
3583         (init_borders): use the correct gtk_border_free instead of g_free, to
3584         avoid a crash when this widget is used (ie: the three color selection
3585         examples)
3586
3587 2008-08-20  Alejandro G. Castro  <alex@igalia.com>
3588
3589         * src/hildon-check-button.c,
3590         (hildon_check_button_set_active): Fixed problem when setting the
3591         active value, the widget was not redrawn.
3592
3593 2008-08-20  Alejandro G. Castro  <alex@igalia.com>
3594
3595         * src/hildon-pannable-area.c,
3596         (hildon_pannable_area_refresh),
3597         (hildon_pannable_area_scroll),
3598         (hildon_pannable_area_motion_notify_cb): Small code style change.
3599
3600         (hildon_pannable_area_class_init): Default initial_hint set to
3601         FALSE, it is not in the specs.
3602
3603         (hildon_pannable_area_initial_effect),
3604         (hildon_pannable_area_expose_event),
3605         (hildon_pannable_area_map),
3606         (hildon_pannable_area_init): Moved the launching point of the
3607         initial effect, it was in map but the sizes where not correct in
3608         that method so we do not know if we have the reproduce it. Now it
3609         is placed in the expose_event method and uses a variable to
3610         reproduce it just once.
3611
3612 2008-08-19  Alejandro G. Castro  <alex@igalia.com>
3613
3614         * src/hildon-pannable-area.c,
3615         (hildon_pannable_draw_vscroll),
3616         (hildon_pannable_draw_hscroll): Fix error calculating the maximum
3617         position allowed for the scrollbars.
3618
3619         (hildon_pannable_area_size_allocate): Small style change.
3620
3621 2008-08-19  Alejandro G. Castro  <alex@igalia.com>
3622
3623         * src/hildon-pannable-area.c,
3624         (hildon_pannable_area_scroll_indicator_fade),
3625         (hildon_pannable_area_button_press_cb),
3626         (hildon_pannable_area_button_release_cb),
3627         (hildon_pannable_area_scroll_cb),
3628         (hildon_pannable_area_expose_event),
3629         (hildon_pannable_area_init): Added the define parameter
3630         SCROLLBAR_FADE_DELAY to control the fade effect of the scrollbars
3631         and refactor the fade variable.
3632
3633 2008-08-19  Alejandro G. Castro  <alex@igalia.com>
3634
3635         * src/hildon-pannable-area.c,
3636         (hildon_pannable_area_redraw),
3637         (hildon_pannable_area_scroll_indicator_fade): Refactored redraw
3638         lines, we were reimplemeting the redraw code.
3639
3640 2008-08-18  Alejandro G. Castro  <alex@igalia.com>
3641
3642         * src/hildon-pannable-area.c,
3643         (hildon_pannable_area_scroll_cb),
3644         (hildon_pannable_area_realize),
3645         (hildon_pannable_area_class_init): Added scroll_event management
3646         for pannable area, now we can scroll the usual desktop method.
3647
3648         (hildon_pannable_area_jump_to): Fixed the logic of the method, the
3649         initialization of the parameters should depend on idle_id.
3650
3651         (hildon_pannable_area_init),
3652         (hildon_pannable_area_map): Small code style modifications
3653
3654 2008-08-18  Alejandro G. Castro  <alex@igalia.com>
3655
3656         * src/hildon-pannable-area.c
3657         (hildon_pannable_area_button_press_cb),
3658         (hildon_pannable_area_motion_notify_cb),
3659         (hildon_pannable_area_button_release_cb),
3660         (hildon_pannable_area_size_allocate),
3661         (hildon_pannable_area_scroll_to): Improved the timeouts
3662         management, we avoid creating them each time.
3663
3664 2008-08-14  Alejandro G. Castro  <alex@igalia.com>
3665
3666         * src/hildon-pannable-area.c:
3667         (hildon_pannable_area_refresh),
3668         (hildon_pannable_area_motion_notify_cb),
3669         (hildon_pannable_area_class_init):
3670         * src/hildon-pannable-area.h:
3671         * src/hildon-touch-selector.c
3672         (_create_new_column):
3673         * examples/hildon-pannable-area-example-4.c:
3674         (horizontal_movement),
3675         (vertical_movement),
3676         (main):
3677         Replaced the names of enums in the HildonPannableArea:
3678            -  HILDON_PANNABLE_AREA_MOV_MODE_* ->
3679               HILDON_MOVEMENT_MODE_*
3680            -  HILDON_PANNABLE_AREA_MOV_* ->
3681               HILDON_MOVEMENT_*
3682            - Removed HildonPannableAreaIndicatorMode, now we
3683              use GtkPolicyType
3684
3685 2008-08-14  Alberto Garcia  <agarcia@igalia.com>
3686
3687         * examples/hildon-pannable-area-touch-grid-example.c
3688         * examples/hildon-pannable-area-touch-list-example.c: Fix
3689         compilation warnings.
3690
3691 2008-08-14  Alberto Garcia  <agarcia@igalia.com>
3692
3693         * src/hildon-gtk.c (hildon_gtk_button_new)
3694         (hildon_gtk_toggle_button_new, hildon_gtk_radio_button_new)
3695         (hildon_gtk_radio_button_new_from_widget): Make buttons show their
3696         images overriding the value of the "gtk-button-images" setting.
3697
3698 2008-08-14  Alberto Garcia  <agarcia@igalia.com>
3699
3700         * src/hildon-check-button.c (hildon_check_button_new):
3701         Instead of using a custom container, display the label and the
3702         checkbox using the standard GtkButton API.
3703
3704         * examples/hildon-check-button-example.c (main): Don't use
3705         hildon_check_button_set_label() anymore
3706
3707         * src/hildon-check-button.h
3708         * src/hildon-check-button.c
3709         (hildon_check_button_set_label, hildon_check_button_get_label):
3710         Set as deprecated, now we're using gtk_button_{get,set}_label()
3711
3712 2008-08-14  Alejandro G. Castro  <alex@igalia.com>
3713
3714         * src/hildon-pannable-area.c,
3715         (hildon_pannable_area_get_topmost): Fixed bug with click in the
3716         GtkTreeview first line we detected it after the inclusion of the
3717         GtkWindowImpl in gtk+. We now check if the window is visible, not
3718         just if the pointer is over the window.
3719         (hildon_pannable_axis_scroll),
3720         (hildon_pannable_area_expose_event): Small style changes.
3721
3722 2008-08-13  Alberto Garcia  <agarcia@igalia.com>
3723
3724         * src/hildon-button.c: Update documentation.
3725
3726 2008-08-13  Alberto Garcia  <agarcia@igalia.com>
3727
3728         * examples/hildon-button-example.c: Add a switch to show images in
3729         the buttons.
3730
3731 2008-08-12  Claudio Saavedra  <csaavedra@igalia.com>
3732
3733         * doc/hildon-docs.sgml: Some docs reorganization.
3734
3735 2008-08-12  Alberto Garcia  <agarcia@igalia.com>
3736
3737         * examples/hildon-pannable-area-touch-list-example.c
3738         (create_tree_view)
3739         * examples/hildon-pannable-area-touch-grid-example.c
3740         (create_icon_view): Use gtk_{tree,icon}_view_new() and
3741         hildon_gtk_{tree,icon}_view_new() instead of g_object_new().
3742         Fix memory leak when setting the tree model.
3743
3744 2008-08-12  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>
3745
3746         Released 2.1.4
3747
3748 2008-08-12  Claudio Saavedra  <csaavedra@igalia.com>
3749
3750         * doc/hildon.types: Remove duplicated hildon_window_get_type
3751         * src/hildon-window.c: (hildon_window_class_init): Remove duplicated
3752         documentation comment.
3753
3754 2008-08-12  Alberto Garcia  <agarcia@igalia.com>
3755
3756         * doc/Makefile.am: Complete list of private headers.
3757
3758 2008-08-12  Alberto Garcia  <agarcia@igalia.com>
3759
3760         * doc/hildon-docs.sgml
3761         * src/hildon-app-menu.c
3762         * src/hildon-bread-crumb.c
3763         * src/hildon-button.c
3764         * src/hildon-gtk.c
3765         * src/hildon-program.c
3766         * src/hildon-stackable-window.c
3767         * src/hildon-window.c: Lots of documentation updates.
3768
3769 2008-08-12  Alberto Garcia  <agarcia@igalia.com>
3770
3771         * debian/control: Depend on Gtk 2:2.12.9-0osso3
3772
3773         * configure.ac: Require Gtk+ 2.12.9 at least
3774
3775 2008-08-12  Alejandro G. Castro  <alex@igalia.com>
3776
3777         * src/hildon-pannable-area.c
3778         (hildon_pannable_area_scroll_indicator_fade),
3779         (hildon_pannable_area_timeout): Added the GDK_THREADS_LEAVE macro
3780         to protect the return of this timeout callbacks, avoiding deadlocks.
3781
3782 2008-08-12  Christian Dywan  <christian@imendio.com>
3783
3784         * src/hildon-*.c
3785         * src/hildon-*.h: Ensure a consistent include order,
3786         include <gtk/gtk.h> instead of particular files and
3787         only include the topmost header in the gtk stack. See NB #39857
3788
3789 2008-08-12  Christian Dywan  <christian@imendio.com>
3790
3791         * src/hildon-picker-dialog.c
3792         * src/hildon-touch-selector.c: Fix warnings about unused and
3793         uninitialized variables.
3794
3795 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
3796
3797         * examples/Makefile.am
3798         * examples/hildon-check-button-example.c: Example of the hildon
3799         check button.
3800
3801 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
3802
3803         * src/hildon-window.h
3804         * src/hildon-window.c (hildon_window_class_init)
3805         (hildon_window_unset_program): Don't make
3806         hildon_window_unset_program a virtual function anymore.
3807
3808         * src/hildon-stackable-window.c: Update documentation
3809
3810 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
3811
3812         * doc/Makefile.am
3813         * doc/hildon-docs.sgml
3814         * doc/visual_index.xml
3815         * src/hildon-defines.c
3816         * src/hildon-gtk.c
3817         * src/hildon-helper.c
3818         * src/hildon-range-editor.c: Lots of documentation fixes.
3819
3820 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
3821
3822         * examples/hildon-picker-button-multicolumn-example.c
3823         (create_touch_selector): Fix compilation warning.
3824
3825 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
3826
3827         * src/hildon-pannable-area.c (hildon_pannable_area_button_press_cb)
3828         (hildon_pannable_area_button_release_cb)
3829         (hildon_pannable_get_child_widget_at): Fix compilation warnings.
3830
3831 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
3832
3833         * src/hildon-button.c (hildon_button_add_image_size_group): Fix
3834         assertion.
3835
3836 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
3837
3838         * src/hildon-bread-crumb-trail.h
3839         * src/hildon-date-editor.c
3840         * src/hildon-date-selector.c
3841         * src/hildon-pannable-area.c
3842         * src/hildon-picker-dialog.c
3843         * src/hildon-time-selector.c
3844         * src/hildon-touch-selector-entry.c
3845         * src/hildon-touch-selector.c
3846         * src/hildon-touch-selector.h: Misc documentation fixes
3847
3848 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
3849
3850         * examples/hildon-date-editor-example.c (main): Updated date
3851         editor example.
3852
3853         * examples/hildon-note-example.c (on_confirmation_clicked):
3854         Updated confirmation note example.
3855
3856         * src/hildon-date-editor.c
3857         * src/hildon-note.c: Updated sample programs in documentation.
3858         Fixes: NB#87437
3859
3860 2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>
3861
3862         * src/hildon-date-button.h:
3863         * src/hildon-picker-button.h:
3864         * src/hildon-time-button.c:
3865         * src/hildon-time-button.h:
3866
3867         Some declarations changes to allow gtk-doc to document the widgets
3868         properly.
3869
3870 2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>
3871
3872         * src/hildon-date-button.c: Document the widget.
3873         * src/hildon-time-button.c: Document the widget.
3874
3875 2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>
3876
3877         * src/hildon-picker-button.c: Document the widget.
3878         * src/hildon-touch-selector-entry.c: Document the widget.
3879
3880 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
3881
3882         * doc/hildon-docs.sgml
3883         * src/Makefile.am
3884         * src/hildon.h
3885         * src/hildon-check-button.h
3886         * src/hildon-check-button.c: New functions to create the Hildon
3887         Touch Checkbox.
3888
3889         * src/hildon-gtk.h
3890         * src/hildon-gtk.c (hildon_gtk_check_button_new): Removed.
3891
3892 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
3893
3894         * src/hildon-button.h
3895         * src/hildon-button.c
3896         (hildon_button_add_title_size_group)
3897         (hildon_button_add_value_size_group)
3898         (hildon_button_add_image_size_group)
3899         (hildon_button_add_size_groups): New functions to set size groups
3900         for the button labels and image.
3901         (hildon_button_new_full): Removed
3902
3903 2008-08-08  Alejandro Pinheiro <apinheiro@igalia.com>
3904
3905         * src/hildon-time-selector.c
3906         (_check_ampm_format): use of g_warning instead of g_error with a gconf error
3907         in order to avoid a crash if gconf is not available
3908
3909 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
3910
3911         * src/hildon-button.c (hildon_button_set_arrangement)
3912         (hildon_button_construct_child): Don't construct the button child
3913         before setting the arrangement.
3914
3915 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
3916
3917         * src/hildon-program-private.h
3918         * src/hildon-program.c
3919         * src/hildon-program.h
3920         (_hildon_program_remove_from_stack, _hildon_program_add_to_stack)
3921         (hildon_program_peek_window_stack)
3922         (hildon_program_pop_window_stack)
3923         (hildon_program_go_to_root_window): HildonProgram now has a
3924         separate list for stackable windows. Functions are provided to
3925         manage that list with a stack-like API.
3926
3927         * src/hildon-stackable-window.c: Stackable window management is
3928         now much simpler with the new HildonProgram API. Windows no
3929         longer need to be manually added to the program, they're
3930         automatically pushed to the top of the stack when shown.
3931
3932         * examples/hildon-stackable-window-example.c: Updated example to
3933         reflect the API changes.
3934
3935 2008-08-07  Claudio Saavedra  <csaavedra@igalia.com>
3936
3937         * src/hildon-touch-selector.c: Comment out unimplemented
3938         hildon_touch_selector_insert_column() to avoid a compile warning.
3939
3940 2008-08-07  Claudio Saavedra  <csaavedra@igalia.com>
3941
3942         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init),
3943         (hildon_touch_selector_new), (hildon_touch_selector_remove_column),
3944         (hildon_touch_selector_set_column_selection_mode),
3945         (_hildon_touch_selector_set_model),
3946         (hildon_touch_selector_set_model):
3947
3948         Complete review of HildonTouchSelector documentation.
3949
3950 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
3951
3952         * doc/hildon-docs.sgml
3953         * src/Makefile.am
3954         * src/hildon.h
3955         * src/hildon-gtk.h
3956         * src/hildon-gtk.c: Convenience functions for standard Gtk
3957         widgets, used to easily perform frequent operations.
3958
3959         * src/hildon-button-helpers.h
3960         * src/hildon-button-helpers.c: Removed in favour of hildon-gtk.[ch]
3961
3962         * src/hildon-helper.h
3963         * src/hildon-helper.c (hildon_helper_set_theme_size): Renamed to
3964         hildon_gtk_widget_set_theme_size and moved to hildon-gtk.h
3965
3966         * src/hildon-button.h
3967         * src/hildon-button.c: Use the new hildon-gtk.[ch] functions.
3968
3969 2008-08-07  Alberto Garcia  <agarcia@igalia.com>
3970
3971         * src/hildon-button.c (hildon_button_init)
3972         (hildon_button_set_arrangement, hildon_button_construct_child):
3973         Pack the image and the labels inside the same GtkAlignment so
3974         gtk_button_set_alignment() can be used
3975
3976 2008-08-07  Alberto Garcia  <agarcia@igalia.com>
3977
3978         * src/hildon-button.h
3979         * src/hildon-button.c
3980         (hildon_button_init, hildon_button_set_image)
3981         (hildon_button_set_image_position)
3982         (hildon_button_construct_child): New functions to add an image to
3983         the HildonButton.
3984
3985 2008-08-07  Alberto Garcia  <agarcia@igalia.com>
3986
3987         * src/hildon-date-button.c
3988         * src/hildon-picker-button.c
3989         * src/hildon-time-button.c
3990         * src/hildon-button.c:
3991         (hildon_button_class_init): "size-flags" renamed to "size"
3992         (hildon_button_set_title): Hide the title label if set to NULL.
3993
3994 2008-08-07  Alberto Garcia  <agarcia@igalia.com>
3995
3996         HildonButtonFlags split into HildonButtonArrangement (to set the
3997         button layout) and HildonSizeType (which can be used for any
3998         widget).
3999
4000         * src/hildon-button.h
4001         * src/hildon-button.c
4002         (hildon_button_class_init)
4003         (hildon_button_set_arrangement)
4004         (hildon_button_set_property): New "size-flags"
4005         property. "arrangement-flags" renamed to "arrangement".
4006         (hildon_button_new, hildon_button_new_with_text)
4007         (hildon_button_new_full): Constructors updated to reflect type changes.
4008
4009         * src/hildon-helper.h
4010         * src/hildon-helper.c (hildon_helper_set_theme_size): New function
4011         to set the size of a widget.
4012
4013         * src/Makefile.am
4014         * src/hildon.h
4015         * src/hildon-button-helpers.c
4016         * src/hildon-button-helpers.h: New hildon-button-helpers module.
4017
4018         * src/hildon-date-button.c
4019         * src/hildon-date-button.h
4020         * src/hildon-picker-button.c
4021         * src/hildon-picker-button.h
4022         * src/hildon-time-button.c
4023         * src/hildon-time-button.h: Updated widgets to reflect
4024         HildonButton API changes.
4025
4026         * examples/hildon-button-example.c
4027         * examples/hildon-date-button-example.c
4028         * examples/hildon-picker-button-example.c
4029         * examples/hildon-picker-button-multicolumn-example.c
4030         * examples/hildon-time-button-example.c
4031         * examples/hildon-touch-selector-entry-example.c
4032         * examples/hildon-touch-selector-example.c: Updated examples to
4033         reflect HildonButton API changes.
4034
4035 2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>
4036
4037         * doc/hildon-docs.sgml:
4038         * doc/hildon.types:
4039         * examples/Makefile.am:
4040         * examples/hildon-touch-selector-entry-example.c:
4041         * src/Makefile.am:
4042         * src/hildon-touch-selector-entry.c:
4043         * src/hildon-touch-selector-entry.h:
4044         * src/hildon.h:
4045
4046         Moved HildonTouchSelectorEntry from sandbox. Added its
4047         documentation and examples.
4048
4049 2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>
4050
4051         * src/hildon-touch-selector.h:
4052         * examples/hildon-picker-button-multicolumn-example.c:
4053         (hildon_touch_selector_append_text_column): Add a gboolean
4054         parameter to determine if text must be centered in the column.
4055
4056         * src/hildon-date-selector.c: (hildon_date_selector_init):
4057         * src/hildon-time-selector.c: (hildon_time_selector_init):
4058         * src/hildon-touch-selector.c: (hildon_touch_selector_new_text),
4059         (create_touch_selector): Update widgets and example to reflect
4060         the API change.
4061
4062 2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>
4063
4064         * src/hildon-touch-selector.c:
4065         (hildon_touch_selector_set_active_iter): Set also the cursor in
4066         the active row.
4067
4068 2008-08-06  Alberto Garcia  <agarcia@igalia.com>
4069
4070         * doc/hildon-docs.sgml
4071         * doc/hildon.types
4072         * src/Makefile.am
4073         * src/hildon-toggle-button.c
4074         * src/hildon-toggle-button.h
4075         * src/hildon.h: Removed HildonToggleButton widget, a derived
4076         class is not necessary for this.
4077
4078 2008-08-06  Alejandro G. Castro  <alex@igalia.com>
4079
4080         * src/hildon-pannable-area.c,
4081         (hildon_pannable_area_realize),
4082         (hildon_pannable_area_size_allocate): Code refactoring, add tests
4083         for negative sizes.
4084
4085 2008-08-05  Claudio Saavedra  <csaavedra@igalia.com>
4086
4087         * src/hildon-picker-dialog.c: (hildon_picker_dialog_init): Make the
4088         "done" button the default widget for the dialog.
4089
4090 2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>
4091
4092         * src/hildon-touch-selector.c:
4093         (hildon_touch_selector_class_init),
4094         (hildon_touch_selector_get_property),
4095         (_hildon_touch_selector_set_model),
4096         (_hildon_touch_selector_has_multiple_selection),
4097         (hildon_touch_selector_has_multiple_selection):
4098         Add a "has-multiple-selection" property with a virtual
4099         has_multiple_selection() method to allow derived classes to
4100         override the default value for it. See the method and property
4101         documentation for details.
4102
4103         * src/hildon-touch-selector.h: Add the new API.
4104
4105         * src/hildon-picker-dialog.c: (requires_done_button): Call
4106         hildon_touch_selector_has_multiple_selection() instead of
4107         determining the need for a button itself.
4108
4109 2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>
4110
4111         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init),
4112         (_hildon_touch_selector_set_model),
4113         (hildon_touch_selector_set_model): Move working code to
4114         _hildon_touch_selector_set_mode(). Call the class method instead.
4115
4116         * src/hildon-touch-selector.h: Add (*set_model) to
4117         HildonTouchSelectorClass.
4118
4119         Make hildon_touch_selector_set_model() a virtual method, so that
4120         derived classes can extend it and do fancy stuff with the model.
4121
4122 2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>
4123
4124         * configure.ac: Set back the tarname in AC_INIT to hildon.
4125
4126 2008-08-04  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>
4127
4128         Release 2.1.3
4129
4130         * src/hildon-sound.c (hildon_play_system_sound): Use libcanberra
4131         instead of libesd (NB#86876). Volume handling is still an open issue.
4132
4133         * configure.ac, src/Makefile.am: Replace esd with libcanberra. Some
4134         cleanups.
4135
4136 2008-08-01  Claudio Saavedra  <csaavedra@igalia.com>
4137
4138         * src/hildon-touch-selector.c: (hildon_touch_selector_init),
4139         (hildon_touch_selector_append_column): Make the widget a GtkVBox
4140         derived class to ease placement of an entry widget in
4141         HildonTouchSelectorEntry. Added a private GtkHBox, packed at the
4142         end, where the selector columns are packed now.
4143
4144 2008-08-01  Claudio Saavedra  <csaavedra@igalia.com>
4145
4146         * src/hildon-picker-button.c: Removed the simple _text() API.
4147         * src/hildon-picker-button.h: Likewise.
4148
4149         * src/hildon-touch-selector.h:
4150         * src/hildon-touch-selector.c:
4151         (hildon_touch_selector_new_text),
4152         (hildon_touch_selector_append_text),
4153         (hildon_touch_selector_prepend_text),
4154         (hildon_touch_selector_insert_text):
4155
4156         Moved the simple _text() API from HildonPickerButton to
4157         HildonTouchPicker, to provide better escalability and not to tie
4158         that API to HildonPickerButton.
4159
4160         * examples/hildon-picker-button-example.c: (main): Example updated.
4161
4162 2008-07-31  Alberto Garcia  <agarcia@igalia.com>
4163
4164         * src/hildon-button.c: Updated documentation.
4165
4166         * examples/hildon-button-example.c: Add the posibility to create
4167         the buttons using horizontal layout for title and value.
4168
4169 2008-07-31  Alberto Garcia  <agarcia@igalia.com>
4170
4171         * src/hildon-app-menu-private.h
4172         * src/hildon-app-menu.c (hildon_app_menu_add_filter)
4173         (hildon_app_menu_init, hildon_app_menu_finalize): Don't use a
4174         GtkSizeGroup for the filters, use the 'homogeneous' property of
4175         the box instead.
4176
4177 2008-07-31  Alberto Garcia  <agarcia@igalia.com>
4178
4179         * examples/hildon-button-example.c: Updated example.
4180
4181 2008-07-30  Claudio Saavedra  <csaavedra@igalia.com>
4182
4183         * doc/hildon-docs.sgml:
4184         * doc/hildon.types:
4185
4186         Update documentation.
4187
4188         * examples/Makefile.am: Update renamed examples.
4189
4190         * examples/hildon-picker-button-multicolumn-example.c:
4191         (create_touch_selector), (main): Update after the rename.
4192
4193         * examples/hildon-touch-picker-example.c: Removed.
4194         * examples/hildon-touch-selector-example.c: (value_changed),
4195         (create_selector), (get_visible_content), (main): Renamed from
4196         hildon-touch-picker-example.c
4197
4198         * src/Makefile.am: Updated renamed files.
4199
4200         * src/hildon-date-button.c: (hildon_date_button_init),
4201         (hildon_date_button_get_date), (hildon_date_button_set_date):
4202         * src/hildon-date-selector.c: (hildon_date_selector_init),
4203         (_custom_print_func), (_update_day_model),
4204         (_manage_selector_change_cb),
4205         (hildon_date_selector_select_current_date),
4206         (hildon_date_selector_get_date), (hildon_date_selector_select_day):
4207         * src/hildon-date-selector.h:
4208         * src/hildon-picker-button.c: (hildon_picker_button_get_property),
4209         (hildon_picker_button_set_property),
4210         (hildon_picker_button_clicked), (hildon_picker_button_class_init),
4211         (hildon_picker_button_init), (hildon_picker_button_new_text),
4212         (hildon_picker_button_append_text),
4213         (hildon_picker_button_prepend_text),
4214         (hildon_picker_button_insert_text),
4215         (hildon_picker_button_set_selector),
4216         (hildon_picker_button_get_selector):
4217         * src/hildon-picker-button.h:
4218         * src/hildon-picker-dialog.c: (hildon_picker_dialog_class_init),
4219         (hildon_picker_dialog_init), (_select_on_selector_changed_cb),
4220         (_update_title_on_selector_changed_cb), (requires_done_button),
4221         (_hildon_picker_dialog_set_selector),
4222         (hildon_picker_dialog_set_selector),
4223         (hildon_picker_dialog_get_selector):
4224         * src/hildon-picker-dialog.h:
4225         * src/hildon-time-button.c: (hildon_time_button_init),
4226         (hildon_time_button_get_time), (hildon_time_button_set_time):
4227         * src/hildon-time-selector.c: (hildon_time_selector_init),
4228         (_custom_print_func), (_manage_ampm_selection_cb), (_set_pm),
4229         (hildon_time_selector_set_time), (hildon_time_selector_get_time):
4230         * src/hildon-time-selector.h:
4231         * src/hildon.h:
4232
4233         Massive code updates after the rename.
4234
4235         * src/hildon-touch-picker.c: Removed.
4236         * src/hildon-touch-picker.h: Removed.
4237
4238         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init),
4239         (hildon_touch_selector_init), (hildon_touch_selector_map),
4240         (hildon_touch_selector_remove), (_default_print_func),
4241         (_selection_changed_cb), (_create_new_column),
4242         (hildon_touch_selector_new), (hildon_touch_selector_append_column),
4243         (hildon_touch_selector_append_text_column),
4244         (hildon_touch_selector_remove_column),
4245         (hildon_touch_selector_set_column_attributes),
4246         (hildon_touch_selector_insert_column),
4247         (hildon_touch_selector_get_num_columns),
4248         (hildon_touch_selector_get_column_selection_mode),
4249         (hildon_touch_selector_set_column_selection_mode),
4250         (hildon_touch_selector_set_print_func),
4251         (hildon_touch_selector_get_print_func),
4252         (hildon_touch_selector_get_active_iter),
4253         (hildon_touch_selector_set_active_iter),
4254         (hildon_touch_selector_get_selected_rows),
4255         (hildon_touch_selector_get_model),
4256         (hildon_touch_selector_set_model),
4257         (hildon_touch_selector_get_current_text),
4258         (_hildon_touch_selector_center_on_selected_items):
4259         * src/hildon-touch-selector.h: Renamed from
4260         hildon-touch-picker.[ch]
4261
4262         Rename HildonTouchPicker to HildonTouchSelector. Updated all the
4263         references, code examples, and related documentation.
4264
4265 2008-07-30  Alberto Garcia  <agarcia@igalia.com>
4266
4267         * doc/hildon-docs.sgml
4268         * doc/hildon.types
4269         * src/Makefile.am
4270         * src/hildon-toggle-button.c
4271         * src/hildon-toggle-button.h
4272         * src/hildon.h: New HildonToggleButton widget.
4273
4274 2008-07-30  Alberto Garcia  <agarcia@igalia.com>
4275
4276         * src/hildon-button.c: Add API documentation.
4277         (hildon_button_set_size_groups): Check input parameters
4278
4279 2008-07-30  Alejandro G. Castro  <alex@igalia.com>
4280
4281         * src/hildon-pannable-area.c
4282         (hildon_pannable_area_motion_notify_cb): Avoid the first jumpy
4283         effect after reaching the movement thredshold. This way we start
4284         using the distance after passing the thredshold.
4285
4286 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
4287
4288         * src/hildon-button.c: (hildon_button_set_property): Use the
4289         appropriate g_value_get_flags() method.
4290
4291 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
4292
4293         * doc/hildon-docs.sgml:
4294         * doc/hildon.types:
4295
4296          Add the touch pickers, picker dialogs, and picker button widgets
4297         to the documentation.
4298
4299 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
4300
4301         * src/hildon-button.c: (hildon_button_set_property),
4302         (hildon_button_class_init): Make "arrangement-flags" a proper
4303         G_TYPE_FLAGS derived property.
4304
4305 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
4306
4307         * examples/Makefile.am: Add below examples.
4308         * examples/hildon-date-button-example.c:
4309         * examples/hildon-picker-button-example.c:
4310         * examples/hildon-picker-button-multicolumn-example.c:
4311         * examples/hildon-time-button-example.c:
4312         * examples/hildon-touch-picker-example.c:
4313
4314         Add examples for the recently added touch pickers,
4315         picker dialogs, and picker button widgets.
4316
4317 2008-07-29  Alberto Garcia  <agarcia@igalia.com>
4318
4319         * src/hildon-button.c: Add some API documentation
4320
4321 2008-07-29  Alberto Garcia  <agarcia@igalia.com>
4322
4323         * src/hildon-button.h
4324         * src/hildon-button.c
4325         (hildon_button_new)
4326         (hildon_button_new_with_text): New constructor to create a button
4327         with no text at all.
4328         (hildon_button_init, hildon_button_set_arrangement)
4329         (hildon_button_set_title, hildon_button_set_value)
4330         (hildon_button_set_text)
4331         (hildon_button_construct_child): Hide the value when it's not used
4332         so the rest of the text is properly aligned.
4333         Allow creating buttons with arbitrary widgets inside (not just
4334         title/value labels).
4335
4336         * examples/hildon-button-example.c (vertical_buttons_window)
4337         (horizontal_buttons_window): Update example to use new API.
4338
4339 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
4340
4341         * src/Makefile.am: Added HildonTimeButton.
4342         * src/hildon-time-button.c: Added missing LGPL header.
4343         * src/hildon-time-button.h: Added missing LGPL header.
4344         * src/hildon.h: Add hildon-time-button.h
4345
4346         Copied HildonTimeButton from sandbox to trunk. Future work on this
4347         widget must take place in trunk.
4348
4349 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
4350
4351         * src/Makefile.am: Added HildonDateButton.
4352         * src/hildon-date-button.c: Update includes.
4353         * src/hildon.h: Add hildon-date-button.h
4354
4355         Copied HildonDateButton from sandbox to trunk. Future work on this
4356         widget must take place in trunk.
4357
4358 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
4359
4360         * src/Makefile.am: Added HildonPickerButton.
4361         * src/hildon-picker-button.h: Update includes.
4362         * src/hildon.h: Add hildon-picker-button.h
4363
4364         Copied HildonPickerButton from sandbox to trunk. Future work on
4365         this widget must take place in trunk.
4366
4367 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
4368
4369         * src/Makefile.am: Added HildonPickerDialog.
4370         * src/hildon-picker-dialog.c: Update includes.
4371         * src/hildon.h: Add hildon-picker-dialog.h
4372
4373         Copied HildonPickerDialog from sandbox to trunk. Future work
4374         on this widget must take place in trunk.
4375
4376 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
4377
4378         * src/Makefile.am: Added HildonTimeSelector.
4379         * src/hildon.h: Add hildon-time-selector.h
4380
4381         Copied HildonTimeSelector widget from sandbox to trunk. Future
4382         work on this widget must happen in trunk.
4383
4384 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
4385
4386         * src/Makefile.am: Added HildonDateSelector.
4387         * src/hildon.h: Add hildon-date-selector.h
4388
4389         Copied HildonDateSelector widget from sandbox to trunk.  Future
4390         work on this widget must happen in trunk.
4391
4392 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
4393
4394         * src/Makefile.am: Added HildonTouchPicker.
4395         * src/hildon-touch-picker.c: Update includes.
4396         * src/hildon.h: Add hildon-touch-picker.h
4397
4398         Copied HildonTouchPicker widget from sandbox to trunk. Future work
4399         on this widget must happen in trunk.
4400
4401 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
4402
4403         * src/hildon-pannable-area.c:
4404         (hildon_pannable_area_motion_notify_cb): Fix a typo.
4405
4406 2008-07-29  Alberto Garcia  <agarcia@igalia.com>
4407
4408         * examples/hildon-app-menu-example.c (main): Let the window
4409         destroy the menu.
4410
4411 2008-07-29  Alejandro G. Castro  <alex@igalia.com>
4412
4413         * src/hildon-pannable-area.c
4414         (hildon_pannable_area_class_init): Set the min value of the
4415         overshoot properties to zero, which points out that not
4416         overshooting allowed.
4417
4418 2008-07-29  Alejandro G. Castro  <alex@igalia.com>
4419
4420         Modified the procedure to get the widget at a point inside the
4421         pannable area when using the movement type signals. Now the user
4422         has to call a function to get the child, that way we just
4423         calculate the child in case the user really want to use it and not
4424         all the time.
4425
4426         * src/hildon-marshalers.list: Modified the marshallers, now we do
4427         not have the widget as a parameter.
4428
4429         * src/hildon-pannable-area.c
4430         (hildon_pannable_area_motion_notify_cb),
4431         (hildon_pannable_area_class_init),
4432         (hildon_pannable_get_child_widget_at):  Removed the widget
4433         parameter from the signal callback. We have also refactored the
4434         emission of the signals.
4435
4436         * src/hildon-pannable-area.h: Added a new method to the API to
4437         calculate a widget at a point inside the pannable area,
4438         hildon_pannable_get_child_widget_at.
4439
4440         * examples/hildon-pannable-area-example-4.c
4441         (horizontal_movement): Modified the example to use the new API,
4442         added condition to control which widget is under the event. This
4443         way we can avoid scrolling laterally over other widgets.
4444
4445 2008-07-29  Alejandro G. Castro  <alex@igalia.com>
4446
4447         * src/hildon-pannable-area.c
4448         (hildon_pannable_area_motion_notify_cb): Fixed bug handling the
4449         modes, we stop getting the pointer events due to returning the
4450         callback without properly calling the get pointer again. Fixed
4451         also an error using the hscroll and vscroll.
4452
4453 2008-07-28  Alberto Garcia  <agarcia@igalia.com>
4454
4455         * src/hildon-app-menu-private.h
4456         * src/hildon-app-menu.c (hildon_app_menu_button_press)
4457         (hildon_app_menu_button_release, hildon_app_menu_init)
4458         (hildon_app_menu_class_init): Don't hide the menu on button
4459         release if the user didn't press outside first.
4460
4461         * src/hildon-window.h
4462         * src/hildon-window.c (hildon_window_toggle_menu)
4463         (hildon_window_toggle_menu_real, hildon_window_class_init): Make
4464         hildon_window_toggle_menu a virtual function for the stackable
4465         window to override it.
4466
4467         * src/hildon-stackable-window.h
4468         * src/hildon-stackable-window-private.h
4469         * src/hildon-stackable-window.c
4470         (hildon_stackable_window_realize)
4471         (hildon_stackable_window_finalize)
4472         (hildon_stackable_window_class_init)
4473         (hildon_stackable_window_init)
4474         (hildon_stackable_window_set_main_menu): New function to set the
4475         app menu of a HildonStackableWindow.
4476
4477         * examples/hildon-app-menu-example.c: Remove the button to show
4478         the app menu, now it'll be shown when clicking on the title bar
4479         instead.
4480
4481 2008-07-22  Claudio Saavedra  <csaavedra@igalia.com>
4482
4483         * src/hildon-button.c: (hildon_button_set_arrangement): Do not
4484         set the widget name if the arrangement flags do not specify
4485         a particular size.
4486
4487 2008-07-22  Claudio Saavedra  <csaavedra@igalia.com>
4488
4489         * src/hildon-button.c: (hildon_button_set_property),
4490         (hildon_button_class_init), (hildon_button_new_full),
4491         (hildon_button_set_arrangement): Added "arrangement-flags"
4492         property.
4493
4494         Make the HildonButtonFlags a construction-only property, to allow
4495         subclasses to set them properly.
4496
4497 2008-07-21 Tim Janik  <timj@imendio.com>
4498
4499         * src/hildon-code-dialog.c (hildon_code_dialog_backspace): fixed up
4500         insertion position after backspace, so additional digits are appended,
4501         fixes Bug #85874.
4502
4503 2008-07-17  Alejandro G. Castro  <alex@igalia.com>
4504
4505         * src/hildon-pannable-area.c,
4506         (hildon_pannable_area_get_topmost): Cleaned the code, removed the
4507         TODO list, it was complete and removed the g_debug and g_print
4508         lines.
4509
4510 2008-07-17  Alejandro G. Castro  <alex@igalia.com>
4511
4512         Added the movement modes to the hildon-pannable-area, with this
4513         modes the developers can control in which directions the widget
4514         can scroll. They can also connect to signals in order to do
4515         something when that happens, allowing applications scroll. There
4516         is an example uploaded showing how to use it.
4517
4518         * examples/Makefile.am:
4519         * examples/hildon-pannable-area-example-4.c: Added this example of
4520         an application using the modes.
4521
4522         * src/hildon-marshalers.list: Added a new marshaller for the new
4523         signals.
4524
4525         * src/hildon-pannable-area.h: Added new enumerations and flags in
4526         order to control the movement modes and the new signals to warn
4527         about the movements in the area.
4528
4529         * src/hildon-pannable-area.c:
4530         (hildon_pannable_axis_scroll),
4531         (hildon_pannable_area_scroll),
4532         (hildon_pannable_area_motion_notify_cb),
4533         (hildon_pannable_area_get_property),
4534         (hildon_pannable_area_set_property),
4535         (hildon_pannable_area_map),
4536         (hildon_pannable_area_class_init),
4537         (hildon_pannable_area_init),
4538         (hildon_pannable_area_jump_to): Added the modes to control the
4539         movement in the widget. We have added properties to control it,
4540         signals to warn about the movements and refactored some code.
4541
4542 2008-07-15  Alejandro G. Castro  <alex@igalia.com>
4543
4544         Changes required in order to allow vfast_factor set to zero to
4545         work properly.
4546
4547         * src/hildon-pannable-area.c:
4548         (hildon_pannable_area_button_press_cb): Changed the condition, it
4549         is required for not allowing click when vfast_factor is zero.
4550         (hildon_pannable_area_timeout): Initialized velocity variables
4551         when we stop moving, it was less than 1 but not zero and we need
4552         to check zero in some situations.
4553         (hildon_pannable_area_class_init): Changed the default value of
4554         the speed factor, now the button_press is just sent in case the
4555         speed is 2 per cent of the max speed.
4556         (hildon_pannable_area_init): Initialization with 0.
4557
4558 2008-07-04  Alejandro G. Castro  <alex@igalia.com>
4559
4560         * src/hildon-pannable-area.c,
4561         (hildon_pannable_area_get_topmost): replaced
4562         gdk_window_get_children with gdk_window_peek_children, this way we
4563         do not have to free the list because it is not a copy.
4564
4565         (hildon_pannable_axis_scroll),
4566         (hildon_pannable_area_scroll),
4567         (hildon_pannable_area_timeout),
4568         (hildon_pannable_area_motion_notify_cb): Code refactoring, removed
4569         two parameters that were only used inside the
4570         hildon_pannable_area_scroll function.
4571
4572         * examples/hildon-pannable-area-example.c,
4573         (get_sawtooth_label): Fixed small memory leak.
4574
4575 2008-07-03  Alejandro G. Castro  <alex@igalia.com>
4576
4577         More checks for the case where the overshoot is bigger than the
4578         size of the widget.
4579
4580         * src/hildon-pannable-area.c:
4581         (hildon_pannable_draw_vscroll),
4582         (hildon_pannable_draw_hscroll): with this new calculation we avoid
4583         to draw the slider of the scrollbar under the other scrollbar.
4584         (hildon_pannable_area_expose_event): added new checks to control
4585         the drawing of the overshooting area rectangle, in case it is too
4586         big for the area of the widget.
4587         (hildon_pannable_area_size_allocate): add more checks to avoid
4588         setting a position to the child widget outside the area.
4589
4590 2008-07-03  Alejandro G. Castro  <alex@igalia.com>
4591
4592         * src/hildon-pannable-area.c
4593         (hildon_pannable_area_size_allocate): Added conditions to control
4594         when overshooting is bigger than the allocated space for the
4595         children, this avoids negative allocations.
4596
4597 2008-07-02  Alberto Garcia  <agarcia@igalia.com>
4598
4599         * doc/hildon-docs.sgml
4600         * doc/hildon.types
4601         * examples/Makefile.am
4602         * examples/hildon-button-example.c
4603         * src/Makefile.am
4604         * src/hildon-button.c
4605         * src/hildon-button.h
4606         * src/hildon.h: Initial version of the new HildonButton widget,
4607         with examples.
4608
4609 2008-07-02  Claudio Saavedra  <csaavedra@igalia.com>
4610
4611         * src/hildon-pannable-area.c:
4612         (hildon_pannable_area_button_press_cb),
4613         (hildon_pannable_area_refresh), (hildon_pannable_area_scroll),
4614         (hildon_pannable_area_motion_notify_cb),
4615         (hildon_pannable_area_button_release_cb),
4616         (hildon_pannable_area_expose_event), (hildon_pannable_area_remove),
4617         (hildon_pannable_area_jump_to_child):
4618
4619         Use gtk_bin_get_child() instead of accessing GtkBin.child directly.
4620
4621 2008-07-01  Alberto Garcia  <agarcia@igalia.com>
4622
4623         * examples/Makefile.am
4624         * examples/hildon-pannable-area-touch-grid-example.c
4625         * examples/hildon-pannable-area-touch-list-example.c: Examples of
4626         the Hildon Touch List and Hildon Touch Grid using the
4627         HildonPannableArea widget.
4628
4629 2008-06-27  Alejandro G. Castro <alex@igalia.com>
4630
4631         * src/hildon-pannable-area.c,
4632         (hildon_pannable_area_button_press_cb),
4633         (hildon_pannable_area_refresh),
4634         (hildon_pannable_area_scroll),
4635         (hildon_pannable_area_motion_notify_cb),
4636         (hildon_pannable_area_button_release_cb),
4637         (hildon_pannable_area_expose_event),
4638         (hildon_pannable_area_add),
4639         (hildon_pannable_area_remove),
4640         (hildon_pannable_area_realize),
4641         (hildon_pannable_area_size_allocate),
4642         (hildon_pannable_area_class_init),
4643         (hildon_pannable_area_init),
4644         (hildon_pannable_area_scroll_to_child),
4645         (hildon_pannable_area_jump_to_child): Fixed the problem of
4646         removing the child from the GtkBin, we have rearranged the widget
4647         hierarchy, now there is no GtkAlignment which was not doing
4648         anything interesting but breaking some of the assumptions of
4649         GtkContainer. Now developers if they want to add a GtkAlignment
4650         they could, but it is not inside the area.
4651
4652         We had to review the whole allocation/expose process, now it is
4653         improved and we save at least three signals which would be saving
4654         some time when rendering the widget. The allocation of the
4655         scrollbars is now made in the allocate method as usual.
4656
4657         We have also added some conditions in order to control when there
4658         is no child of the pannable area. Maybe we will need more work
4659         here.
4660
4661 2008-06-27  Alejandro G. Castro <alex@igalia.com>
4662
4663         * src/hildon-pannable-area.c,
4664         (hildon_pannable_area_dispose): Released the fade-out timeout when
4665         disposing the widget.
4666
4667 2008-06-27  Alejandro G. Castro <alex@igalia.com>
4668
4669         * src/hildon-pannable-area.c: Fixed problem when overshoot_max is
4670         zero, we are going to use that property in order to deactivate the
4671         overshooting
4672         (hildon_pannable_axis_scroll),
4673         (hildon_pannable_area_size_allocate): Added conditions to control
4674         when overshoot_max is zero. Moved the gtk_adjustment_set_value
4675         call, now it is called in all situations and we can remove calls
4676         in the allocate method.
4677         (hildon_pannable_area_map): Control the situation when
4678         overshoot_max is zero, we do not need the timeout.
4679         (hildon_pannable_area_class_init): Added documentation in order to
4680         point out that setting zero to overshoot_max means deactivate
4681         overshooting.
4682
4683         NOTE: removed trailing whitespaces from my previous comments of
4684         the Changelog.
4685
4686 2008-06-26  Claudio Saavedra  <csaavedra@igalia.com>
4687
4688         * src/hildon-pannable-area.c
4689         (hildon_pannable_area_get_property),
4690         (hildon_pannable_area_set_property),
4691         (hildon_pannable_area_map),
4692         (hildon_pannable_area_class_init),
4693         (hildon_pannable_area_init): Add a boolean "initial-hint" property
4694         to cause the widget give a hint about its panning abilities upon
4695         realization.
4696
4697 2008-06-26  Claudio Saavedra  <csaavedra@igalia.com>
4698
4699         * src/hildon-pannable-area.c: Several documentation improvements.
4700
4701 2008-06-26  Alberto Garcia  <agarcia@igalia.com>
4702
4703         * src/hildon-program.c
4704         * src/hildon-stackable-window.c: Update documentation.
4705
4706 2008-06-26  Alberto Garcia  <agarcia@igalia.com>
4707
4708         * src/hildon-stackable-window.c (get_previous_window_if_last):
4709         Renamed get_last_window()
4710         (hildon_stackable_window_map, hildon_stackable_window_unmap)
4711         (hildon_stackable_window_unset_program):
4712         Simplified code.
4713         (get_previous_window_if_last):
4714         Detect if the window hasn't been added to a HildonProgram.
4715
4716 2008-06-26  Alejandro G. Castro <alex@igalia.com>
4717
4718         contributed and reviewed by: Claudio Saavedra <csaavedra@igalia.com>
4719
4720         * src/hildon-pannable-area.c
4721         (hildon_pannable_area_button_press_cb),
4722         (hildon_pannable_axis_scroll),
4723         (hildon_pannable_area_scroll),
4724         (hildon_pannable_area_timeout),
4725         (hildon_pannable_calculate_vel_factor),
4726         (hildon_pannable_area_get_property),
4727         (hildon_pannable_area_set_property),
4728         (hildon_pannable_area_class_init),
4729         (hildon_pannable_area_init),
4730         (hildon_pannable_area_scroll_to),
4731         (hildon_pannable_area_jump_to),
4732         (hildon_pannable_area_scroll_to_child),
4733         (hildon_pannable_area_jump_to_child):
4734         * src/hildon-pannable-area.h: Added the new API functions:
4735         hildon_pannable_area_scroll_to, hildon_pannable_area_jump_to,
4736         hildon_pannable_area_scroll_to_child,
4737         hildon_pannable_area_jump_to_child
4738
4739
4740         * examples/Makefile.am
4741         * examples/hildon-pannable-area-example-2.c
4742         * examples/hildon-pannable-area-example-3.c: Added these two new
4743         examples in order to test and show how the new APIs work.
4744
4745 2008-06-25  Alberto Garcia  <agarcia@igalia.com>
4746
4747         * examples/hildon-stackable-window-example.c (new_window):
4748         * src/Makefile.am (noinst_HEADERS):
4749         * src/hildon-program.c (hildon_program_go_to_root_window):
4750         * src/hildon-program.h:
4751         * src/hildon-stackable-window-private.h:
4752         * src/hildon-stackable-window.c:
4753         * src/hildon-stackable-window.h:
4754         Create hildon-stackable-window-private.h
4755         Move hildon_stackable_window_go_to_root_window() to HildonProgram
4756
4757         * examples/hildon-app-menu-example.c (create_menu):
4758         * examples/hildon-hvolumebar-insensitive-example.c (main):
4759         * examples/hildon-hvolumebar-timer-example.c (on_idle):
4760         * examples/hildon-toolbar-seekbar-example.c (main):
4761         * src/hildon-app-menu.c (hildon_app_menu_add_filter):
4762         * src/hildon-banner.c (hildon_banner_set_property):
4763         * src/hildon-dialog.c (hildon_dialog_new_with_buttons):
4764         Fix compilation warnings
4765
4766         * src/hildon-window.c:
4767         Fix typo in doc
4768
4769 2008-06-24  Alberto Garcia  <agarcia@igalia.com>
4770
4771         * src/hildon-stackable-window.c
4772         (hildon_stackable_window_unset_program):
4773         Calculate correctly whether to show the previous window if the
4774         last one is removed from the stack.
4775         (hildon_stackable_window_go_to_root_window):
4776         Send delete events starting from the topmost window.
4777         Stop if one of the windows is not destroyed.
4778         Update doc.
4779         (hildon_stackable_window_delete_event)
4780         (hildon_stackable_window_class_init):
4781         Ignore the delete event if the window is not the topmost one.
4782
4783 2008-06-24  Alejandro G. Castro <alex@igalia.com>
4784
4785         * src/hildon-pannable-area.c
4786         (hildon_pannable_area_expose_event): Fixed a problem when
4787         selecting the background color of the scrollbars.
4788
4789 2008-06-23  Alberto Garcia  <agarcia@igalia.com>
4790
4791         * examples/hildon-stackable-window-example.c
4792         * src/hildon-stackable-window.c
4793         * src/hildon-stackable-window.h
4794         hildon_stackable_window_go_home() renamed to
4795         hildon_stackable_window_go_to_root_window()
4796         Send delete events to windows rather than closing them with
4797         gtk_widget_destroy()
4798
4799 2008-06-19  Alberto Garcia  <agarcia@igalia.com>
4800
4801         * src/hildon-pannable-area.c
4802         (hildon_pannable_area_button_release_cb): Fix overshooting in
4803         accel mode.
4804
4805 2008-06-19  Claudio Saavedra  <csaavedra@igalia.com>
4806
4807         * src/hildon-pannable-area.c
4808         (hildon_pannable_area_init): Initially show the scroll indicators.
4809         (hildon_pannable_area_map): Fade the scroll indicators out upon mapping.
4810
4811         Add initial effect showing the widget is pannable.
4812
4813 2008-06-19  Alberto Garcia  <agarcia@igalia.com>
4814
4815         * src/hildon-pannable-area.c
4816         (hildon_pannable_area_class_init)
4817         (hildon_pannable_area_set_property)
4818         (hildon_pannable_area_get_property)
4819         (hildon_pannable_area_button_press_cb):
4820         New 'velocity_fast_factor' property to decide which velocity is
4821         considered fast.
4822
4823 2008-06-19  Claudio Saavedra  <csaavedra@igalia.com>
4824
4825         * src/hildon-pannable-area.c
4826         (hildon_pannable_draw_hscroll)
4827         (hildon_pannable_draw_vscroll):
4828         Use float variables to calculate the size of the scrollbars to
4829         avoid error propagation and resizing during scrolling.
4830
4831 2008-06-19  Alberto Garcia  <agarcia@igalia.com>
4832
4833         * src/hildon-pannable-area.c
4834         (hildon_pannable_draw_vscroll)
4835         (hildon_pannable_draw_hscroll):
4836         Define a minimum size for the scroll bars
4837
4838         * src/hildon-stackable-window.c
4839         (hildon_stackable_window_go_home): Fix compilation warning
4840         (get_last_window): Minor optimizations
4841         (hildon_stackable_window_class_init): Fix initialization of
4842         private structure.
4843
4844 2008-06-18  Alberto Garcia  <agarcia@igalia.com>
4845
4846         * src/hildon-stackable-window.c: Fixed typos in doc
4847
4848 2008-06-18  Claudio Saavedra  <csaavedra@igalia.com>
4849
4850         * src/hildon-pannable-area.c
4851         (hildon_pannable_area_scroll):
4852         Calculate here whether we need to scroll instead of using the booleans
4853         that tell us whether to /draw/ the scrolling bars.
4854
4855 2008-06-17  Claudio Saavedra  <csaavedra@igalia.com>
4856
4857         * src/hildon-app-menu.h
4858         Update API.
4859         * src/hildon-app-menu.c
4860         (hildon_app_menu_init, hildon_app_menu_class_init): Remove
4861         multiple filter groups related code and API. Now we support only
4862         one filter group.
4863         * examples/hildon-app-menu-example.c:
4864         (create_menu):
4865         Update to reflect API changes.
4866
4867 2008-06-16  Claudio Saavedra  <csaavedra@igalia.com>
4868
4869         * src/hildon-stackable-window.c
4870         (hildon_stackable_window_class_init):
4871         Add hildon_stackable_window_realize.
4872         (hildon_stackable_window_realize):
4873         Append the window type _HILDON_WM_WINDOW_TYPE_STACKABLE to
4874         the _NET_WM_WINDOW_TYPE hint. Window managers should use this type
4875         to apply theming and behavior specific to HildonStackableWindow
4876         windows.
4877
4878 2008-06-12  Alberto Garcia  <agarcia@igalia.com>
4879
4880         * src/hildon-note.c (hildon_note_button_release):
4881         Close information notes also when tapping on them
4882
4883 2008-06-12  Alejandro G. Castro <alex@igalia.com>
4884
4885         Added BOUNCE_STEPS define to control the overshoot effect. Removed
4886         ELASTICITY, refactor and review, fix some issues with drawing
4887         scrollbars.
4888
4889         * src/hildon-pannable-area.c:
4890         (hildon_pannable_area_button_press_cb): removed the conditions to
4891         avoid clicks when overshooting. It is not required
4892
4893         (hildon_pannable_axis_scroll): Added BOUNCE_STEPS
4894         define. Refatored and reviewed the code, now we do not need to
4895         manage velocity in motion_notify.
4896
4897         (hildon_pannable_area_motion_notify_cb): We have moved the code
4898         that controls the area_scroll to the axis_scroll function and get
4899         rid of duplicated code.
4900
4901         (hildon_pannable_area_scroll): Remove the ELASTICITY define.
4902
4903         (hildon_pannable_area_button_release_cb): Added BOUNCE_STEPS.
4904
4905         (hildon_pannable_draw_vscroll),
4906         (hildon_pannable_draw_hscroll): Fixed the problems with the
4907         scrollbar drawing, now we do not use two surfaces, it is easier
4908         and saves resources.
4909
4910         (hildon_pannable_area_get_property): Style modification.
4911
4912         (hildon_pannable_area_class_init): Changed some default values.
4913
4914 2008-06-12  Claudio Saavedra  <csaavedra@igalia.com>
4915
4916         * src/hildon-stackable-window.c: Fix some typos in the
4917         documentation.
4918
4919 2008-06-12  Alberto Garcia  <agarcia@igalia.com>
4920
4921         * src/hildon-dialog.c:
4922         Change indentation style
4923
4924         * src/hildon-note.c
4925         (hildon_note_button_release):
4926         Use root coordinates to check if the release event happened
4927         outside the widget.
4928
4929         * src/hildon-app-menu.c
4930         (hildon_app_menu_button_release):
4931         Remove unnecessary check
4932
4933         * examples/hildon-app-menu-example.c
4934         (button_clicked):
4935         Add cast to fix warning
4936
4937         * src/hildon-app-menu.c
4938         (hildon_app_menu_class_init):
4939         New inner-border style property.
4940         Set all default spacings to 16
4941         (hildon_app_menu_init):
4942         Use vertical-spacing to set the space between filter buttons and
4943         regular menu buttons.
4944         Set the default container border using the inner-border value.
4945
4946         * examples/hildon-app-menu-example.c
4947         (create_menu):
4948         Don't set the menu border explicitly, now we have the inner-border
4949         style property for that.
4950
4951 2008-06-11  Alberto Garcia  <agarcia@igalia.com>
4952
4953         * src/hildon-app-menu.c (hildon_app_menu_init):
4954         Make the window modal
4955
4956         * src/hildon-note.c (hildon_note_map)
4957         * src/hildon-app-menu.c (hildon_app_menu_map):
4958         Destroy the grab window if we're unable to grab the pointer
4959
4960         * src/hildon-app-menu-private.h
4961         * src/hildon-app-menu.c
4962         (hildon_app_menu_init, hildon_app_menu_finalize)
4963         (hildon_app_menu_map, hildon_app_menu_unmap)
4964         (hildon_app_menu_button_release)
4965         (grab_transfer_window_get):
4966         Bring back the grab window
4967         (hildon_app_menu_realize):
4968         Decorate the window, set WM hint for Matchbox
4969
4970         * src/hildon-note.c (hildon_note_realize):
4971         * src/hildon-banner.c (hildon_banner_realize):
4972         Add WM hints for Matchbox
4973
4974 2008-06-10  Alberto Garcia  <agarcia@igalia.com>
4975
4976         * src/hildon-app-menu-private.h
4977         * src/hildon-app-menu.c
4978         (hildon_app_menu_init, hildon_app_menu_finalize)
4979         (hildon_app_menu_map, hildon_app_menu_unmap)
4980         (hildon_app_menu_button_release):
4981         Remove the grab window, it's not needed anymore
4982
4983         * src/hildon-program.c
4984         Fixed typo in documentation
4985
4986         * src/hildon-app-menu.h
4987         * src/hildon-app-menu.c
4988         * examples/hildon-app-menu-example.c
4989         Remove hildon_app_menu_popup(), use gtk_widget_show() instead
4990
4991 2008-06-09  Alberto Garcia  <agarcia@igalia.com>
4992
4993         * src/hildon-note.c
4994         Added new transfer_window and close_if_pressed_outside private
4995         attributes.
4996         (hildon_note_rebuild):
4997         Don't add a cancel button to the information note. It will be
4998         closed when tapping outside
4999         Remove the comment about the OK button in the documentation
5000         (hildon_note_realize):
5001         Set the notification type hint
5002         (hildon_note_map, hildon_note_unmap, grab_transfer_window_get):
5003         Grab/ungrab pointer and keyboard if the note has to be closed when
5004         tapping outside
5005         (hildon_note_button_release):
5006         Close the note when tapping outside (if applicable)
5007
5008         * src/hildon-app-menu.c
5009         Grab/ungrab pointer and keyboard on map/unmap
5010         (hildon_app_menu_button_release, hildon_app_menu_class_init):
5011         Close the menu on button release, not button press
5012
5013         * src/hildon-banner.c
5014         (hildon_banner_set_property)
5015         (hildon_banner_check_position):
5016         Make the banner use the full width of the screen
5017         (hildon_banner_show_information)
5018         (hildon_banner_show_information_with_markup):
5019         Don't display an icon by default
5020
5021 2008-06-09  Alejandro G. Castro <alex@igalia.com>
5022
5023         Added fading scrollbars and adapted all the overshooting code to
5024         horizontal scrolling. We have also fixed bugs with overshooting
5025         and current fading implementation.
5026
5027         * src/hildon-pannable-area.c
5028         (hildon_pannable_area_scroll_indicator_fade): Time out function
5029         used to change the transparency of the scrollbars.
5030
5031         (hildon_pannable_area_button_press_cb): Added horizontal overshot
5032         control and fixed a problem with fading, we now remove the fade
5033         timeout before adding a new one.
5034
5035         (hildon_pannable_axis_scroll):
5036         (hildon_pannable_area_scroll):
5037         (hildon_pannable_area_timeout): Added this functions so we can use
5038         the scroll code both for vertical and horizontal.
5039
5040         (hildon_pannable_area_motion_notify_cb):
5041         (hildon_pannable_area_button_release_cb): Added the horizontal
5042         scrolling control, fixed a problem with the overshooting timeout.
5043
5044         (rgb_from_gdkcolor): Added this function, it is used in the cairo
5045         painting of the scrolls.
5046
5047         (hildon_pannable_draw_vscroll):
5048         (hildon_pannable_draw_hscroll):
5049         (hildon_pannable_area_expose_event):
5050         Draw both scrollbars and rectangles in the overshooting area.
5051
5052         (hildon_pannable_area_get_property):
5053         (hildon_pannable_area_set_property):
5054         Modified the overshoot property to overshoot_max
5055
5056         (hildon_pannable_area_map):
5057         Replaced the comments symbols.
5058
5059         (hildon_pannable_area_size_allocate):
5060         (hildon_pannable_area_class_init):
5061         (hildon_pannable_area_init): Added horizontal scroll, fading
5062         effect properties, fixed a problem when overshooting in the bottom
5063         of the widget.
5064
5065         * examples/hildon-pannable-area-example.c:
5066         (get_sawtooth_label): Now we use smaller sawtooths, the effect
5067         looks better in the example.
5068
5069 2008-06-03  Alberto Garcia  <agarcia@igalia.com>
5070
5071         * src/hildon-window.c
5072         * src/hildon-window.h
5073         (hildon_window_class_init)
5074         (hildon_window_unset_program)
5075         (hildon_window_unset_program_real):
5076         Make unset_program a virtual function
5077
5078         * src/hildon-stackable-window.c
5079         * src/hildon-stackable-window.h
5080         Added hildon_stackable_window_go_home()
5081
5082         * examples/Makefile.am
5083         * examples/hildon-stackable-window-example.c
5084         HildonStackableWindow example
5085
5086 2008-06-03 Alejandro G. Castro <alex@igalia.com>
5087
5088         * hildon-pannable-area.c: Added the overshoot property and removed
5089         the OVERSHOOT define. Fixed an indent style error.
5090         (hildon_pannable_area_motion_notify_cb):
5091         (hildon_pannable_area_get_property):
5092         (hildon_pannable_area_set_property): Add overshoot property.
5093
5094         (hildon_pannable_area_scroll): replaced OVERSHOOT define with
5095         overshoot property.
5096
5097         (hildon_pannable_area_class_init): Installed the new property.
5098
5099         * hildon-pannable-area-example.c: Added a sawtooth function, this
5100         way it is easier to check the movement in the pannable.
5101         (get_sawtooth_label): Added this function.
5102         (main): Now we get the labels from the new get_sawtooth_label
5103         function.
5104
5105 2008-05-26  Alberto Garcia  <agarcia@igalia.com>
5106
5107         * src/hildon-app-menu.h
5108         * src/hildon-app-menu.c
5109         Renamed API variables for consistency
5110
5111         (hildon_app_menu_popup): Use also the default window size to
5112         decide where to place the menu
5113
5114         (hildon_app_menu_init, hildon_app_menu_class_init): New
5115         external-border style property
5116
5117 2008-05-26  Michael Natterer  <mitch@imendio.com>
5118
5119         * src/hildon-time-editor.c (hildon_time_editor_class_init): The
5120         widget_class->tap_and_hold_setup signal slot doesn't exist any
5121         longer, stop overriding it.
5122
5123         (hildon_time_editor_init): g_signal_connect() to the
5124         tap-and-hold-setup signal instead.
5125
5126         (hildon_time_editor_entry_keypress): add cast to fix warning.
5127
5128 2008-05-23  Alberto Garcia  <agarcia@igalia.com>
5129
5130         * doc/hildon-docs.sgml
5131         * doc/hildon.types
5132         * examples/Makefile.am
5133         * examples/hildon-app-menu-example.c
5134         * src/Makefile.am
5135         * src/hildon-app-menu-private.h
5136         * src/hildon-app-menu.c
5137         * src/hildon-app-menu.h
5138         * src/hildon.h
5139         New HildonAppMenu widget
5140
5141 2008-05-21 Alejandro G. Castro <alex@igalia.com>
5142
5143         Rearranged the inheritance of the pannable area, now it inherits
5144         from GtkBin. This will allow us to control the event_window and
5145         the allocation process of the widget, required for some effects.
5146
5147         * src/hildon-pannable-area.h: Replaced GtkEventBox structures with
5148         GtkBin structures.  * src/hildon-pannable-area.c: Added the
5149         event_window variable.
5150         (hildon_pannable_area_button_press_cb):
5151         (hildon_pannable_area_button_release_cb):
5152         (hildon_pannable_area_motion_notify_cb):
5153         Changed the signature of the method, now we override the event
5154         callback instead of connecting to the signal.
5155
5156         (hildon_pannable_area_realize):
5157         (hildon_pannable_area_unrealize):
5158         (hildon_pannable_area_map):
5159         (hildon_pannable_area_unmap):
5160         (hildon_pannable_area_size_allocate):
5161         Added functions to control the widget construction. We add a
5162         INPUT_ONLY window and we put it over the widgets inside the
5163         container, this event_window handles the events.
5164
5165         (hildon_pannable_area_class_init):
5166         Replaced the signal connections with overrides of the event
5167         callbacks.
5168
5169 2008-05-20 Alejandro G. Castro <alex@igalia.com>
5170
5171         Bouncing effect added when touching the borders, you can change
5172         the elasticity of the border changing the ELASTICITY define.
5173
5174         * src/hildon-pannable-area.c: Added ELASTICITY define.
5175         (hildon_pannable_area_timeout): Added inverse velocity when
5176         touching the border of the child widget, that causes a bounce.
5177
5178 2008-05-20 Alejandro G. Castro <alex@igalia.com>
5179
5180         Improved performance, we now do not go to the X server in order to
5181         get the list of window children. Apparently the effect is the
5182         same, we have to be careful and check if this breaks something in
5183         any corner case.
5184
5185         * src/hildon-pannable-area.c:
5186         (get_ordered_children): Removed this function.
5187         (hildon_pannable_area_get_topmost): Replaced the ad-hoc search of
5188         the children windows function with gdk_window_get_children.
5189
5190 2008-05-20 Alejandro G. Castro <alex@igalia.com>
5191
5192         * src/hildon-pannable-area.c:
5193         (hildon_pannable_area_dispose): Fixed a crash when closing the
5194         window and kinetics is activated.
5195
5196 2008-05-19  Alberto Garcia  <agarcia@igalia.com>
5197
5198         * src/hildon-pannable-area.h
5199         * src/hildon-pannable-area.c
5200         Changed indentation style to meet the one used in Hildon
5201
5202 2008-05-19 Alejandro G. Castro <alex@igalia.com>
5203
5204         Reviewed the interaction of the AUTO mode, now we use the time
5205         attribute of the events and calculate the velocity in the motion,
5206         doing a gimp like calculation. The velocity is calculated in each
5207         motion event using the last velocity and the current one, the
5208         SMOOTH_FACTOR controls the percentage of the new velocity we use.
5209
5210         * src/hildon-pannable-area.c: Replaced the time based algorithm
5211         for the AUTO mode.
5212         (hildon_pannable_area_motion_notify_cb): now we do not launch the
5213         timeout for the AUTO mode when we are still moving the cursor. We
5214         added also the velocity calculation in this function.
5215         (hildon_pannable_area_button_release_cb): launch the timeout in
5216         case we are in AUTO mode. There are still some constants here that
5217         come from the old implementation that should be reviewed and
5218         handled properly.
5219
5220 2008-05-15  Alberto Garcia  <agarcia@igalia.com>
5221
5222         * doc/hildon-docs.sgml
5223         * doc/hildon.types
5224         * src/Makefile.am
5225         * src/hildon-stackable-window.c
5226         * src/hildon-stackable-window.h
5227         * src/hildon.h
5228         New HildonStackableWindow widget
5229
5230         * examples/hildon-dialog-example.c
5231         * examples/hildon-pannable-area-example.c
5232         Updated copyright
5233
5234 2008-05-14  Alberto Garcia  <agarcia@igalia.com>
5235
5236         * src/hildon-dialog.c
5237         (hildon_dialog_new_with_buttons): New constructor.
5238
5239         * examples/hildon-dialog-example.c
5240         (main): Update the example to use the new
5241         hildon_dialog_new_with_buttons().
5242
5243         * examples/hildon-pannable-area-example.c
5244         (main): Update example.
5245
5246 2008-05-13 Alberto Garcia <agarcia@igalia.com>
5247
5248         * doc/hildon-docs.sgml
5249         * doc/hildon.types
5250         Added HildonPannableArea to the documentation.
5251
5252 2008-05-13 Victor Jaquez <vjaquez@igalia.com>
5253
5254         * doc/visual_index.xml
5255         Fix reference to HildonLoginDialog in documentation
5256
5257         * doc/hildon-docs.sgml
5258         * doc/hildon.types
5259         * examples/Makefile.am
5260         * examples/hildon-dialog-example.c
5261         * src/Makefile.am
5262         * src/hildon-dialog.c
5263         * src/hildon-dialog.h
5264         * src/hildon.h
5265         New HildonDialog widget.
5266
5267 2008-05-09 Alberto Garcia <agarcia@igalia.com>
5268
5269         * src/hildon-pannable-area.c
5270         Merge latest changes (r4318, r4342) from libmokoui trunk
5271
5272 2008-05-09 Alberto Garcia <agarcia@igalia.com>
5273
5274         * examples/Makefile.am
5275         * examples/hildon-pannable-area-example.c
5276         * src/Makefile.am
5277         * src/hildon-pannable-area.c
5278         * src/hildon-pannable-area.h
5279         * src/hildon.h
5280         New HildonPannableArea widget.
5281
5282 2008-04-15 18:05:19    <timj@imendio.com>
5283
5284         * src/hildon-banner.c: revert the recent change, that introduced
5285         gtk_window_present() calls. this reopens:
5286           Bug 78481 - [freetest] information banners are hidden under browser menu
5287         But resolves another variant of:
5288           Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
5289
5290 2008-04-15 13:21:13    <timj@imendio.com>
5291
5292         * src/hildon-banner.c: refetch layout pointer after GtkLabel possibly
5293         recreated its layout, spotted by Kris. this fixes all remaining
5294         artefacts and stability issues with the banner code. in particular:
5295         Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
5296
5297 2008-04-14 16:52:59    <timj@imendio.com>
5298
5299         * src/hildon-banner.c: guard force_to_wrap_truncated() against
5300         operating on unrealized widgets, fixes:
5301         Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
5302
5303         * src/hildon-banner-private.h: coalesce boolean fields into bitfield.
5304
5305 2008-04-09  Kristian Rietveld  <kris@imendio.com>
5306
5307         Fixes: NB#77775: Media Player, Save Now playing list, too long name
5308         makes banner disappear.
5309         Fixes: NB#79182: info banner flickering with certain message lengts.
5310
5311         * src/hildon-banner.c (hildon_banner_constructor),
5312         (hildon_banner_init), (hildon_banner_set_text),
5313         (hildon_banner_set_markup): call hildon_banner_reset_wrap_state(),
5314         (hildon_banner_reset_wrap_state): new function: reset wrap flags to
5315         FALSE, reset size requests of label and banner,
5316         (force_to_wrap_truncated): when the text is too wide, always enforce
5317         the maximum possible width instead of recalculating it from the
5318         layout; enforce the maximum banner height of 3 lines,
5319         (hildon_banner_init): set WORD_CHAR wrapping, this will result in
5320         nicer wrapping and no truncated chars if space gets tight.
5321
5322         * src/hildon-banner-private.h: add has_been_wrapped and
5323         has_been_truncated fields.
5324
5325 2008-04-07  Sven Herzberg  <sven@imendio.com>
5326
5327         Fixes: NB#78896: libhildon code inspection/coverity: uninitialised
5328         local values in hildon_date_editor_size_allocate
5329
5330         * src/hildon-date-editor.c: moved the real allocation code into the
5331         if() branch
5332
5333 2008-04-07  Sven Herzberg  <sven@imendio.com>
5334
5335         Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
5336         local values in hildon_date_editor_size_allocate
5337
5338         * src/hildon-date-editor.c: merged the two if() branches together
5339
5340 2008-04-07  Sven Herzberg  <sven@imendio.com>
5341
5342         Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
5343         local values in hildon_date_editor_size_allocate
5344
5345         * src/hildon-date-editor.c: changed the arguments of the if()
5346         conditions
5347
5348 2008-04-07  Sven Herzberg  <sven@imendio.com>
5349
5350         Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
5351         local values in hildon_date_editor_size_allocate
5352
5353         * src/hildon-date-editor.c: split the calculation of the allocation
5354         from the real allocation
5355
5356 2008-03-27  Michael Natterer  <mitch@imendio.com>
5357
5358         Fixes: NB#81696: The passcode is not overwritten even after
5359         selecting
5360
5361         * src/hildon-code-dialog.c
5362         (hildon_code_dialog_button_clicked)
5363         (hildon_code_dialog_im_commit): don't use gtk_entry_append_text()
5364         because that doesn't overwrite selected text. Instead, emit the
5365         "commit" signal on the entry's im_context so the entry's normal
5366         insert logic is triggered. Set the cursor to the end of the entry
5367         after each insert operation so that we *only* insert in the middle
5368         of the text if something was selected.
5369
5370 2008-03-27  Michael Natterer  <mitch@imendio.com>
5371
5372         Enable fixing: NB#79916 and NB#79918: The help topic for Color
5373         selector cannot be opened
5374
5375         * src/hildon-color-button.c: add signal "setup-dialog" and emit it
5376         when the popup color selector is created. Please connect to this
5377         signal in order to set the dialog's help ID.
5378
5379 2008-03-25  Sven Herzberg  <sven@imendio.com>
5380
5381         Fixes: MB#1212: Hide info banners (infoprints) on click
5382
5383         * src/hildon-banner.c: (simulate_close), (hildon_banner_timeout):
5384         extracted the close event simulation into an extra function
5385         (hildon_banner_button_press_event): simulate a close event and destroy
5386         the widget if the event wasn't handled
5387         (hildon_banner_class_init): added the button_press_event handler
5388         (hildon_banner_init): added button-press events to the widget
5389
5390 2008-03-25  Sven Herzberg  <sven@imendio.com>
5391
5392         Fixes: MB:#924: Hildon widgets doesn't support RTL mode
5393         Patch from: Mohammad Anwari  <mdamt@maemo.org>
5394
5395         * src/hildon-banner.c: let the HildonBanners pop up on the left side
5396         instead of the right in RTL mode
5397         * src/hildon-bread-crumb-trail.c: mirror the appearance of the
5398         breadcrumb button list in RTL mode
5399         * src/hildon-caption.c: mirror the appearance of the caption widget in
5400         RTL mode
5401         * src/hildon-date-editor.c: mirror appearance of the date editor in
5402         RTL mode
5403         * src/hildon-time-editor.c: mirror appearance of the time editor in
5404         RTL mode
5405         * src/hildon-window.c: fix the position of the popup in RTL mode
5406
5407 2008-03-25  Sven Herzberg  <sven@imendio.com>
5408
5409         Amendment to the fix of NB#22072. Fix compilation.
5410
5411         * src/hildon-banner.c: (hildon_banner_timeout): fix compilation
5412
5413 2008-03-19  Sven Herzberg  <sven@imendio.com>
5414
5415         Fixes: NB#22072: Revisiting fix for "Implement robust timer handling
5416         in Info Banner" bug
5417
5418         * src/hildon-banner.c: (hildon_banner_timeout): reset the current
5419         timeout id properly when the timeout will disappear this leaves no
5420         artifacts around in the destroy(); there will only be the timeout
5421         created by hildon_banner_ensure_timeout() and adding a new timeout
5422         will also work if the timeout gets removed because the timeout_handler
5423         returned FALSE
5424
5425 2008-03-19  Michael Natterer  <mitch@imendio.com>
5426
5427         Fixes: NB#79791: Cannot set focus to Master volume using stylus
5428
5429         * src/hildon-volumebar.c
5430         * src/hildon-vvolumebar.c
5431         * src/hildon-hvolumebar.c (init): remove UNSET_FLAGS(CAN_FOCUS) so
5432         the widget becomes focussable at all.
5433
5434         * src/hildon-volumebar.c: implement GtkWidget::grab_focus() and
5435         set the focus to wither the mute button or the volumebar.
5436
5437         Remove own "can-focus" property and instead listen to
5438         notify::can-focus in order to update the widget's state.
5439
5440         Implement GtkWidget::focus() and make sure we can also *leave* the
5441         widget, not only enter it, depending on volumebar orientation and
5442         requested focus direction.
5443
5444         Clean up set_mute() to cooperate nicely with all the above.
5445
5446 2008-03-04  Michael Natterer  <mitch@imendio.com>
5447
5448         Fixes: NB#78481: information banners are hidden under browser menu
5449
5450         * src/hildon-banner.c: call gtk_window_present() on the banners so
5451         they are risen if they are already visible.
5452
5453 2008-03-03  Sven Herzberg  <sven@imendio.com>
5454
5455         Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account
5456
5457         * examples/hildon-window-menu-example.c: (main): extended the window
5458         menu example to serve as a testcase for automatically added
5459         accelerator groups, too
5460         * src/hildon-window.c: (hildon_window_add_accel_group),
5461         (hildon_window_set_menu): added patch by Tommi Komulainen
5462
5463 2008-03-03  Sven Herzberg  <sven@imendio.com>
5464
5465         Fixes: MB#1276: wrong allocators used in hildon_window_get_borders
5466
5467         * src/hildon-window.c: (hildon_window_get_borders): don't imply any
5468         knowledge about the border allocators used within GTK+
5469
5470 2008-02-26  Sven Herzberg  <sven@imendio.com>
5471
5472         Fixes: MB#2981: Build with asserts broken
5473
5474         * src/hildon-date-editor.c,
5475         * src/hildon-number-editor.c,
5476         * src/hildon-time-editor.c,
5477         * src/hildon-weekday-picker.c: replace HILDON_IS_EDITOR_EDITOR by a
5478         the proper GType instance check
5479
5480 2008-02-25  Sven Herzberg  <sven@imendio.com>
5481
5482         Fixed: MB#1221: HildonWindow shouldn't call show_all for GtkMenu
5483
5484         * doc/Makefile.am: tell gtk-doc about HILDON_DISABLE_DEPRECATED
5485         * examples/hildon-window-menu-example.c: (main): explicitly show
5486         the menu item
5487         * src/hildon-window.c:
5488         (hildon_window_set_main_menu): moved most of the code from set_menu()
5489         to this place; skipped the call to gtk_widget_show_all(); also didn't
5490         introduce gtk_widget_show() as gtk_menu_popup() will call that anyways
5491         (hildon_window_set_menu): removed most of the code, just keep the
5492         questionable gtk_widget_show_all()
5493         * src/hildon-window.h: added the new function and deprecate the old
5494         one
5495
5496 2008-01-10  Xan Lopez  <xan.lopez@nokia.com>
5497
5498         [2.0.1-1 release]
5499
5500         * NEWS:
5501         * configure.ac:
5502         * debian/changelog: Updating.
5503
5504 2008-01-10  Xan Lopez  <xan.lopez@nokia.com>
5505
5506         * configure.ac:
5507         * pkgconfig/Makefile.am:
5508         * pkgconfig/hildon.pc.in:
5509         * src/Makefile.am:
5510
5511         Do not use PACKAGE_VERSION_MAJOR as the API revision,
5512         use newly created API_MAJOR_VERSION.
5513
5514 2008-01-09  Xan Lopez  <xan.lopez@nokia.com>
5515
5516         [2.0.0-1 release]
5517
5518         * NEWS:
5519         * configure.ac:
5520         * debian/changelog: Updating.
5521
5522 2008-01-09  Xan Lopez  <xan.lopez@nokia.com>
5523
5524         * src/hildon-color-chooser.c (hildon_color_chooser_class_init):
5525
5526         Add outer_border style property, we use it but don't define it (!).
5527
5528         Fixes NB#75310
5529
5530 2007-12-21  Xan Lopez  <xan.lopez@nokia.com>
5531
5532         * examples/hildon-bread-crumb-trail-example.c (main):
5533
5534         Add clear button.
5535
5536         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_remove):
5537
5538         Fix logic for the bread crumb trail node removal.
5539
5540         Fixes: NB#78616
5541
5542 2007-12-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5543
5544         [1.99.1-1 release]
5545
5546         * NEWS:
5547         * configure.ac:
5548         * debian/changelog: Updating.
5549
5550 2007-11-08  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5551
5552         Patch by Alejandro to get/set passwords dialogs accesibility.
5553
5554         * hildon-1/src/hildon-get-password-dialog.c:
5555         * hildon-1/src/hildon-set-password-dialog.c:
5556         Set atk_set_name to the passwd entries in order to allow
5557         accessibility by name on this entries.
5558
5559 2007-10-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5560
5561         [1.99.0-2 release]
5562
5563         * debian/changelog:
5564         * debian/control: Updating gtk dep.
5565
5566 2007-10-10  Mohammad Anwari  <Mohammad.Anwari@nokia.com>
5567
5568         * configure.ac, pkgconfig/hildon-1.pc: Turn on -DMAEMO_CHANGES only if
5569         USE_MAEMO_GTK is enabled.
5570
5571 2007-10-10  Xan Lopez  <xan.lopez@nokia.com>
5572
5573         * src/hildon-code-dialog.c (hildon_code_dialog_init): check for
5574         MAEMO_GTK or GTK+ > 2.11 before using GTK_BUTTONBOX_CENTER mode.
5575
5576 2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5577
5578         [1.99.0-1 release]
5579
5580         * NEWS:
5581         * configure.ac:
5582         * debian/changelog: Updating.
5583
5584 2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5585
5586         * examples/Makefile.am:
5587         * examples/hildon-logical-color-example.c:
5588         * src/hildon-helper.c: Fixing the way logical colors/fonts are being
5589         applied + adding a test case. Fixes: NB#71660.
5590
5591 2007-10-08  Xan Lopez  <xan.lopez@nokia.com>
5592
5593         * src/hildon-window.c (hildon_window_map): only map the vbox if it's supposed
5594         to be visible, fixes warning on map for windows without toolbars.
5595
5596 2007-10-02  Xan Lopez  <xan.lopez@nokia.com>
5597
5598         * src/hildon-seekbar.c: gtk_range_get_fill_level is available in GTK+ since
5599         2.11.0, add a check for that besides the MAEMO_GTK check.
5600
5601 2007-09-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5602
5603         [1.0.17-1 release]
5604
5605         * NEWS:
5606         * configure.ac:
5607         * debian/changelog: Updating.
5608
5609 2007-09-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5610
5611         * src/hildon-window.c: Applying patches by Xan to fix the toolbar
5612         visibility. Fixes: NB#70842 and MB#615.
5613
5614 2007-09-25  Xan Lopez  <xan.lopez@nokia.com>
5615
5616         * src/hildon-bread-crumb-widget.c (hildon_bread_crumb_widget_constructor):
5617         set the separator as no-show-all so it doesn't unintentionally appear when
5618         someone does a show_all.
5619
5620 2007-09-25  Xan Lopez  <xan.lopez@nokia.com>
5621
5622         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_text)
5623         (hildon_bread_crumb_trail_push_icon): Do not show the separator for the
5624         toplevel item. Fixes: NB#62031
5625
5626 2007-09-24  Xan Lopez  <xan.lopez@nokia.com>
5627
5628         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_icon):
5629         fix the name of the function in the docs.
5630
5631 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5632
5633         [1.0.16-1 release]
5634
5635         * NEWS:
5636         * configure.ac:
5637         * debian/changelog: Updating.
5638
5639 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5640
5641         * examples/hildon-banner-long-example.c: Adding a test-case for long
5642         hildon banner.
5643
5644         * src/hildon-find-toolbar.c: Fixing the get_last_index function.
5645
5646 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5647
5648         * src/hildon-color-chooser-dialog.c:
5649         * src/hildon-color-chooser.c:
5650         * src/hildon-font-selection-dialog.c: Adding two patches by Tommi to fix
5651         memory leaks in font selector and color selector. Fixes: NB#70499 and
5652         NB#70474.
5653
5654 2007-09-20  Johan Bilien  <johan.bilien@nokia.com>
5655
5656         * src/hildon-helper.c: Fixed the leak of the a GList. Fixes: NB#70273.
5657
5658 2007-09-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5659
5660         * src/hildon-code-dialog.c: Making the hardcoded WIDTH/HEIGHT values a
5661         little bit bigger. Fixes: #NB63694.
5662
5663 2007-09-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5664
5665         [1.0.15-1 release]
5666
5667         * NEWS:
5668         * configure.ac:
5669         * debian/changelog: Updating.
5670
5671 2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5672
5673         * doc/Makefile.am:
5674         * doc/hildon-docs.sgml:
5675         * doc/images/bread-crumb-trail.png:
5676         * doc/images/calendar-popup.png:
5677         * doc/images/caption.png:
5678         * doc/images/code-dialog.png:
5679         * doc/images/color-button.png:
5680         * doc/images/color-chooser-dialog.png:
5681         * doc/images/color-chooser.png:
5682         * doc/images/controlbar.png:
5683         * doc/images/date-editor.png:
5684         * doc/images/font-selection-dialog.png:
5685         * doc/images/get-password-dialog.png:
5686         * doc/images/hvolumebar.png:
5687         * doc/images/login-dialog.png:
5688         * doc/images/note.png:
5689         * doc/images/number-editor.png:
5690         * doc/images/range-editor.png:
5691         * doc/images/seekbar.png:
5692         * doc/images/set-password-dialog.png:
5693         * doc/images/sort-dialog.png:
5694         * doc/images/time-editor.png:
5695         * doc/images/time-picker.png:
5696         * doc/images/vvolumebar.png:
5697         * doc/images/weekday-picker.png: Adding the new generated widget shots.
5698         Adding the bread-crumb-trial and helpers to the documentation.
5699
5700 2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5701
5702         * examples/hildon-find-toolbar-example.c:
5703         * src/hildon-find-toolbar.c:
5704         * src/hildon-find-toolbar.h: FIxing the default history-append handler to
5705         actually continue firing the other handlers if connected. Adding a new
5706         function:
5707         hildon_find_toolbar_get_last_index that gets the index of the most
5708         recently added (last) item. Fixes: NB#52301.
5709
5710 2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5711
5712         * src/hildon-caption.c: Applying a patch by Tommi to fix the focus
5713         behaviour. Fixes: NB#68610.
5714
5715 2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5716
5717         * src/hildon-banner.c: Actually reverting the previous change. It somehow
5718         looks a bit worse.
5719
5720 2007-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5721
5722         * src/hildon-banner.c: Changing the infobanner background pixmap to NULL
5723         when realizing the banner. Should make the infonbanner effect a bit more
5724         bearable.
5725
5726 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5727
5728         * src/hildon-volumebar.c:
5729         * src/hildon-volumebar.h: Changing the GtkWidget to HildonVolumebar in
5730         hildon_volumebar_set_range_insensitive_message and
5731         hildon_volumebar_set_range_insensitive_messagef. Fixes MB#1848.
5732
5733 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5734
5735         * src/hildon-window.c: Fixing the border freeing on destroy.
5736
5737 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5738
5739         * src/hildon-code-dialog-private.h:
5740         * src/hildon-code-dialog.c: Adding a patch by Tomas Junnonen to fix the
5741         kw keyboard support in HildonCodeDialog.
5742
5743 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5744
5745         [1.0.14-1 release]
5746
5747         * NEWS:
5748         * configure.ac:
5749         * debian/changelog: Updating.
5750
5751 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5752
5753         * src/hildon-date-editor.c:
5754         * src/hildon-number-editor.c:
5755         * src/hildon-private.c:
5756         * src/hildon-private.h:
5757         * src/hildon-time-editor.c:
5758         * src/hildon-weekday-picker.c: A patch by Xan Lopez to fix focus
5759         handling in subclassed composite widgets. Fixes: NB#66628.
5760
5761 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5762
5763         * src/hildon-window.c: Removing extra gtk_main_iteration () processing
5764         from destroy_ callback as it introduces problems in async dbus signal
5765         handlers. Fixes NB#66673.
5766
5767 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5768
5769         * examples/hildon-hvolumebar-example.c:
5770         * src/hildon-volumebar.c: Improving the focus handling in the
5771         volumebar widgets. Fixes NB#63955 and NB#65155. Also fixing the
5772         set_property accessor so that "mute" property can be actually set. I'm
5773         scared that nobody noticed it's totally broken.
5774
5775 2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5776
5777         * debian/control: Use libesd0-dev or osso-esd-dev as esd dependancy.
5778         Fixes NB#66548.
5779
5780 2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5781
5782         * src/hildon-calendar.c:
5783         * src/hildon-number-editor.c:
5784         * src/hildon-time-picker.c: Changing the timeout repeat so that it
5785         matches the spec of 6 chars per second. Fixes: NB#60489.
5786
5787 2007-08-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5788
5789         * src/hildon-helper.c: Really fixing NB#58352. Looks like
5790         gtk_style_lookup_color sometime returns FALSE even though color was
5791         found and values were filled properly. Weird. Removing the warning for the
5792         time being.
5793
5794 2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5795
5796         * src/hildon-find-toolbar.c: Puting the combobox inside alignment to not
5797         expand vertically. Adding some extra space to the find toolbar buttons to
5798         make them thumbable. Fixes NB#66060.
5799
5800 2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5801
5802         * src/hildon-calendar-popup.c: Replacing the "Done" button in the calendar
5803         popup with "Ok" and "Cancel". Fixes NB#59299.
5804
5805 2007-08-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5806
5807         * src/hildon-calendar.c: Process all window updates before executing next
5808         timeout. Fixes: NB#54146.
5809
5810 2007-08-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5811
5812         [1.0.13-1 release]
5813
5814         * NEWS:
5815         * configure.ac:
5816         * debian/changelog: Updating.
5817
5818 2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
5819
5820         * src/hildon-banner.c: (hildon_banner_client_event): connect directly to
5821         the client event and ignore it, since we use the delete event to close
5822         after timeouts.
5823
5824 2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5825
5826         * src/hildon-helper.c: Remove the bogus warning about color not being
5827         found. Fixes NB#58352.
5828
5829 2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5830
5831         * examples/Makefile.am:
5832         * examples/hildon-toolbar-seekbar-example.c: Adding an example to test a
5833         HildonSeekbar widget inside a toolbar.
5834
5835 2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
5836
5837         * src/hildon-banner.c (hildon_banner_init): mark the banners as
5838         temporary, depends on maemo-gtk >= 2.10.12-osso7. Also ignore the
5839         delete event that will come from _GTK_DELETE_TEMPORARIES, as we
5840         don't want to be closed by non-temporary windows on map.
5841
5842         Also use G_DEFINE_TYPE instead of manually typed code.
5843
5844 2007-08-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5845
5846         [1.0.12-1 release]
5847
5848         * NEWS:
5849         * configure.ac:
5850         * debian/changelog:
5851         * debian/rules: Updating.
5852
5853 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5854
5855         * examples/Makefile.am:
5856         * examples/hildon-hvolumebar-timer-example.c: Adding an exmaple to debug
5857         bug NB#61128. Strangely it works.
5858
5859 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5860
5861         * src/hildon-date-editor.c: When the date editor entry has been changed
5862         but the numbers of characters < max, turn off the skip validation flag.
5863         Prevents a situation when we enter first a valid year and later re-write
5864         it with an invalid one. Fixes NB#60154.
5865
5866 2007-07-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5867
5868         * src/hildon-code-dialog.c: Fixing the dialog button alignment inside the
5869         code dialog. Fixes NB#64355.
5870
5871 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5872
5873         * src/hildon-wizard-dialog.c: Don't call the _set_sensitivity again after
5874         switching the page. Fixes NB#49374.
5875
5876         * examples/Makefile.am:
5877         * examples/hildon-wizard-dialog-example.c: Adding an example for
5878         HildonWizardDialog that shows how to handle manual sensitivity setting on
5879         the wizard dialog.
5880
5881 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5882
5883         * configure.ac:
5884         * src/Makefile.am:
5885         * src/hildon-version.h.in:
5886         * src/hildon.h: Adding the HILDON_CHECK_VERSION macro. Fixes: NB#62061.
5887
5888 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5889
5890         * src/hildon-volumebar.c: Updating the docs.
5891
5892 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5893
5894         [1.0.11-1 release]
5895
5896         * NEWS:
5897         * configure.ac:
5898         * debian/changelog: Updating.
5899
5900 2007-07-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5901
5902         * src/hildon-find-toolbar.c:
5903         * src/hildon-find-toolbar.h: Adding a few new functions to control the
5904         selected item: hildon_find_toolbar_set_active,
5905         hildon_find_toolbar_set_active_iter, hildon_find_toolbar_get_active,
5906         hildon_find_toolbar_get_active_iter . They correspond to respective
5907         GtkComboBox functions.
5908
5909         * examples/Makefile.am:
5910         * examples/hildon-find-toolbar-example.c: Adding the example to test the
5911         new functionality.
5912
5913 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5914
5915         * examples/Makefile.am:
5916         * examples/hildon-seekbar-example.c: Adding the seekbar example to check
5917         theming easily.
5918
5919         * src/hildon-font-selection-dialog.c: Fixing the default focus for dialog
5920         when font size > 32 and we pack a focusable widget inside. Actually using
5921         the default response would work too, but since we don't show default
5922         response state in any way (no theming) it would not be visible to the
5923         user. Fixes NB#63430.
5924
5925 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5926
5927         * src/hildon-date-editor.c: Adding the missing variable setter in the
5928         set_property handler. Fixes NB#54182.
5929
5930 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5931
5932         * src/hildon-window.h: Changing the long key press time from 1500ms to
5933         800ms as requested in NB#63700. I have a bad feeling about this, let's
5934         see... Fixes NB#63700.
5935
5936 2007-07-12  Tommi Komulainen  <tommi.komulainen@nokia.com>
5937
5938         * src/hildon-time-picker.c (hildon_time_picker_class_init,
5939         hildon_time_picker_map, hildon_time_picker_realize,
5940         hildon_time_picker_style_set): Split the contents of map to more
5941         appropriate functions; set window decorations on realize and update
5942         arrows' size requisitions on style-set. Avoids unnecessary resizing.
5943
5944 2007-07-02  Xan Lopez <xan.lopez@nokia.com>
5945
5946         [1.0.10-2 release]
5947
5948         * NEWS:
5949         * debian/changelog: Updating.
5950
5951 2007-07-02  Johan Bilien  <johan.bilien@nokia.com>
5952
5953         * src/Makefile.am: fixed installation of the header files
5954
5955 2007-06-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5956
5957         [1.0.10-1 release]
5958
5959         * NEWS:
5960         * configure.ac:
5961         * debian/changelog: Updating.
5962
5963 2007-06-27  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5964
5965         * configure.ac: Removing some remaining of --enable-xan.
5966
5967 2007-06-26  Xan Lopez  <xan.lopez@nokia.com>
5968
5969         * src/hildon-date-editor.c: (hildon_date_editor_keypress):
5970         * src/hildon-time-editor.c: (hildon_time_editor_entry_keypress):
5971
5972         Move all focus crazyness to the rc files. This depends on gtk+2.0 >=
5973         2.10.12-osso6 because the move-focus signal needs to be available in
5974         GtkWidget.
5975
5976 2007-06-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5977
5978         * examples/Makefile.am:
5979         * examples/hildon-hvolumebar-insensitive-map-example.c: Adding an example
5980         that makes a HildonVolumebar insensitive before mapping it. Seems to work
5981         fine. Prolly NB#61128 is fixed now.
5982
5983 2007-06-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
5984
5985         * src/hildon-volumebar.c:
5986         * src/hildon-volumebar.h: Adding the
5987         hildon_volumebar_set_range_insensitive_message and
5988         hildon_volumebar_set_range_insensitive_messagef functions to set
5989         insensitive message on the slider of the volumebar. Fixes NB#61129.
5990
5991         * examples/Makefile.am:
5992         * examples/hildon-hvolumebar-insensitive-example.c: Adding an example to
5993         test the new insensitive messsage functionality on HildonVolumebar.
5994
5995 2007-06-14  Xan Lopez  <xan.lopez@nokia.com>
5996
5997         * src/hildon-private.c (hildon_private_composite_focus): make the focus handler
5998         work again.
5999
6000 2007-06-13  Xan Lopez  <xan.lopez@nokia.com>
6001
6002         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_clear): workaround
6003         http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back
6004         button on after clearing the trail.
6005
6006 2007-06-13  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6007
6008         * src/hildon-code-dialog.c: Removing the separator from the dialog.
6009
6010 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
6011
6012         * src/Makefile.am: remove circular dependency in hildon-enum-types.h creation
6013         by splitting the installed headers in generated and non-generated groups. Use
6014         only the non-generated headers to create the hildon-enum-types.h file.
6015
6016         * src/hildon-seekbar.h: gtkscale.h already includes gtkrange.h.
6017
6018 2007-06-12  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6019
6020         * src/hildon-window.c: Hide the window before performing the destroy.
6021         Should make the app closing a little tiny bit more snappy.
6022
6023 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
6024
6025         * src/hildon-seekbar.c: add gtkrange.h header
6026         * src/hildon-caption.c: remove unused variable
6027
6028 2007-06-08  Tommi Komulainen  <tommi.komulainen@nokia.com>
6029
6030         * configure.ac: Remove dysfunctional AC_ARG_ENABLE. Pointed out by
6031         Loic Minier.
6032
6033 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6034
6035         [1.0.9-1 release]
6036
6037         * NEWS:
6038         * configure.ac:
6039         * debian/changelog: Updating.
6040
6041 2007-06-07  Tommi Komulainen  <tommi.komulainen@nokia.com>
6042
6043         * src/hildon-window.c (hildon_window_window_state_event,
6044         hildon_window_is_topmost_notify, hildon_window_class_init): Stop the
6045         escape timeout on focus-out-event rather than notify::is-topmost; the
6046         latter doesn't get called when menus pop up. Fixes: NB#52946, MB#1101
6047
6048 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6049
6050         * src/hildon-window.c: Adding a patch from Tommi Komulainen to pass the
6051         correct timestamp and button to gtk_menu_popup. Fixes MB#1466.
6052
6053 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
6054
6055         * src/hildon-window: actually, you need to use the macro always, there's
6056         no private pointer in the instance structure. We should have cleaned this up
6057         when we had the chance...
6058
6059 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
6060
6061         * src/hildon-window.c: do not get the private date from HildonWindow before
6062         it passes the g_return_if_fail check. Once it's passed the test, there's no
6063         need to g_assert that it exists. Do not create a HildonWindowPrivate variable
6064         if you are only going to access the data once. Whitespace cleanups.
6065
6066 2007-06-04  Xan Lopez  <xan.lopez@nokia.com>
6067
6068         * src/hildon-bread-crumb-trail.c: set children visible before allocation.
6069         * src/hildon-bread-crumb-widget.c: set xalign to 0.0 for labels.
6070
6071 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6072
6073         [1.0.8-1 release]
6074
6075         * NEWS:
6076         * configure.ac:
6077         * debian/changelog: Updating.
6078
6079 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6080
6081         * src/hildon-window.c: When destroying the window, remove (if exists) the
6082         escape timeout handler. Fixes #NB59276.
6083
6084 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6085
6086         * src/hildon-banner.c: When realizing the widget, set the window
6087         transiency. Setting the transiency in the gobject constructor is not
6088         good, as the widget is not realized at that point. Fixes: #NB56624.
6089
6090 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
6091
6092         * src/hildon-bread-crumb-trail.h (struct _HildonBreadCrumbTrailClass):
6093         Add padding for future expansions.
6094
6095 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
6096
6097         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_class_init):
6098         Add a new signal "move-parent", bind Escape and BackSpace to it. The handler
6099         will fake an activation on the previous to the last item of the trail, so
6100         the effect can be overrided by the developer as usual.
6101         Also change the callback for the back button to do the same thing, so its
6102         effect can be overrided too. Fixes: NB#58982
6103
6104 2007-05-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6105
6106         * src/hildon-caption.c: Implementing the proper focus grabbing in the
6107         HildonCaption. Fixes NB#52379.
6108
6109 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
6110
6111         * src/hildon-bread-crumb-trail.c (crumb_activated_cb): be very paranoid about
6112         the internal state of the trail after the user has had the chance of executing
6113         his handler for the signal. Specifically, it may happen that the activated button
6114         is removed and the user still lets the default handler run. This would segfault
6115         previously.
6116
6117 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6118
6119         * src/hildon-font-selection-dialog.c: When the font is really big, add the
6120         scrollbar to the preview dialog. Fixes NB#54147.
6121
6122 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6123
6124         * src/hildon-date-editor.c: Changing the default max year to 2037. The
6125         max/min year properties can be altered, so the client can modify it
6126         anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147.
6127
6128 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6129
6130         * src/hildon-calendar.c: Removing the unused 'hildonlike' property, making
6131         hildonlike by default. Fixing a problem with disappearing arrows when
6132         scrolling through months and years. Fixes NB#54127.
6133
6134 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6135
6136         * examples/hildon-date-editor-example.c: Adding error callback to the date
6137         editor example.
6138
6139 2007-05-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6140
6141         [1.0.7-1 release]
6142
6143         * NEWS:
6144         * debian/changelog:
6145         * configure.ac: Updating.
6146
6147 2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6148
6149         * configure.ac: Adding a special '--enable-xan' configure option that
6150         turns off the -Werror compilation setting. Usefull for development.
6151
6152         * src/hildon-calendar.c:
6153         * src/hildon-number-editor.c:
6154         * src/hildon-time-picker.c: Adding the 5* multiplier to
6155         gtk-timeout-update.
6156
6157 2007-05-24  Xan Lopez  <xan.lopez@nokia.com>
6158
6159         * src/hildon-note.c (hildon_note_init): Use g_object_ref_sink
6160         instead of g_object_ref + gtk_object_sink.
6161
6162 2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6163
6164         [1.0.6-1 release]
6165
6166         * NEWS:
6167         * configure.ac:
6168         * debian/changelog: Updating.
6169
6170 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6171
6172         * src/hildon-color-chooser-dialog.c:
6173         * src/hildon-color-chooser.c: A few more GdkColor struct allocation fixes
6174         straight from Tommi labs.
6175
6176 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6177
6178         * examples/hildon-finger-example.c: Correcting the header file path.
6179
6180         * src/hildon-color-chooser-dialog.c: Allocate the color on the stack for
6181         the changed signal. Fixes a small memory leak.
6182
6183 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6184
6185         * autogen.sh:
6186         * debian/rules:
6187         * src/hildon-banner.c: Importing several usefull fixes from the
6188         ubuntu-mobile branch.
6189
6190 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6191
6192         * examples/Makefile.am:
6193         * examples/hildon-finger-example.c: Adding a finger-checking code
6194         example.
6195
6196         * src/hildon-font-selection-dialog.c: Do not allocate the color
6197         structure using the g_new. Fixes NB#54061.
6198
6199 2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6200
6201         * src/hildon-helper.c: Correcting tabs in file.
6202
6203 2007-05-08  Xan Lopez  <xan.lopez@nokia.com>
6204
6205         * src/hildon-bread-crumb-trail.c: Use set_child_visible only to
6206         control the visibility of the children.
6207
6208         * examples/hildon-bread-crumb-trail-example.c: Plug leak.
6209
6210 2007-05-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6211
6212         [1.0.5-1 release]
6213
6214         * NEWS:
6215         * configure.ac:
6216         * debian/changelog: Updating.
6217
6218 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
6219
6220         * src/hildon-bread-crumb-trail.c:
6221         (hildon_bread_crumb_trail_size_allocate):
6222
6223         Make the back button always a square.
6224
6225 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
6226
6227         * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h
6228         from the .c file as it's a private file.
6229
6230 2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6231
6232         * examples/hildon-vvolumebar-example.c: The VVolumebar example now
6233         uses slightly bigger height.
6234
6235         * src/hildon-font-selection-dialog.c: Adding some checks before
6236         freeing memory in the font selection dialog.
6237
6238 2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6239
6240         * src/hildon-font-selection-dialog.c: Adding a small check when
6241         freeing memory.
6242
6243         * src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix
6244         buttons sensitivity on page switching.
6245
6246 2007-04-27  Xan Lopez  <xan.lopez@nokia.com>
6247
6248         * src/hildon-bread-crumb-trail.c: make the add method handle all the
6249         internal details of adding a bread crumb to the trail.
6250
6251 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6252
6253         [1.0.4-1 release]
6254
6255         * README:
6256         * configure.ac:
6257         * debian/changelog: Updating.
6258
6259         * src/hildon-bread-crumb-trail.h:
6260         * src/hildon-bread-crumb.h: Changing the API guard to
6261         HILDON_ENABLE_UNSTABLE_API.
6262
6263 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6264
6265         [1.0.3-1 release]
6266
6267         * NEWS:
6268         * configure.ac:
6269         * debian/changelog:
6270         * debian/rules:
6271         * src/hildon-helper.h: Updating.
6272
6273 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6274
6275         [1.0.2-1 release]
6276
6277         * NEWS:
6278         * configure.ac:
6279         * debian/changelog:
6280
6281 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6282
6283         * README:
6284         * configure.ac:
6285         * src/hildon-helper.h: Small fix to make the package actually compile.
6286
6287 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
6288
6289         * src/hildon-bread-crumb-trail.h:
6290         * src/hildon-bread-crumb.h:
6291
6292         Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
6293         to define ENABLE_UNSTABLE_API in the code that includes these headers.
6294
6295 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
6296
6297         * examples/hildon-bread-crumb-trail-example.c:
6298         * src/Makefile.am:
6299         * src/hildon-bread-crumb-trail.c:
6300         * src/hildon-bread-crumb-trail.h:
6301         * src/hildon-bread-crumb.c:
6302         * src/hildon-bread-crumb.h:
6303         * src/hildon-marshalers.list:
6304         * src/hildon-bread-crumb-widget.c:
6305         * src/hildon-bread-crumb-widget.h:
6306
6307         Slight change in the widget design. The bread crumb trail API is
6308         unchanged, but HildonBreadCrumb is now an interface. A *private*
6309         implementation, hildon-bread-crumb-widget, is provided and used
6310         internally by the trail for the push_text/push_icon functions.
6311
6312         The generic push API is still available, so anyone can implement
6313         and use its own bread crumb widget.
6314
6315 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6316
6317         * debian/rules: Fixing the shlibs.
6318
6319 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6320
6321         * src/hildon-banner.c: Fixing a problem with timed banners having
6322         their parrent destroyed before they are.
6323
6324 2007-04-17  Xan Lopez  <xan.lopez@nokia.com>
6325
6326         * src/hildon-bread-crumb.c:
6327         * src/hildon-bread-crumb.h:
6328
6329         Make the get_natural_size function a vfunc.
6330
6331 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
6332
6333         * src/hildon-bread-crumb.c:
6334         * src/hildon-bread-crumb-trail.c:
6335
6336         Some cleanups.
6337
6338 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6339
6340         [1.0.1-1 release]
6341
6342         * AUTHORS:
6343         * NEWS:
6344         * configure.ac:
6345         * debian/changelog: Updating for release.
6346
6347 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
6348
6349         * src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
6350         don't leak the pango layout.
6351
6352 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
6353
6354         * src/hildon.h:
6355         * examples/hildon-bread-crumb-trail-example.c:
6356
6357         Fix example.
6358
6359 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6360
6361         * debian/changelog: Removing the bug-fixed entries that were actually
6362         resolved as WONTFIX.
6363
6364         * src/hildon-date-editor.c: Removing a redundant check. Fixes
6365         NB#54182.
6366
6367 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
6368
6369         * src/hildon-bread-crumb-trail.c:
6370         * src/hildon-bread-crumb-trail.h:
6371         * src/hildon-bread-crumb.c:
6372         * src/hildon-bread-crumb.h:
6373
6374         Untabify.
6375
6376 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
6377
6378         * src/hildon-bread-crumb-trail.c: don't use the priv data of bct
6379         until it's passed the type check.
6380
6381 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
6382
6383         * examples/hildon-bread-crumb-trail-example.c
6384
6385         Add license.
6386
6387 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
6388
6389         * examples/Makefile.am
6390         * examples/hildon-bread-crumb-trail-example.c
6391         * src/Makefile.am
6392         * src/hildon-bread-crumb-trail.c
6393         * src/hildon-bread-crumb-trail.h
6394         * src/hildon-bread-crumb.c
6395         * src/hildon-bread-crumb.h
6396
6397         New HildonBreadCrumbTrail widget.
6398
6399 2007-04-02  Lucas Rocha  <lucas.rocha@nokia.com>
6400
6401         * src/hildon-range-editor.c (hildon_range_editor_init),
6402         src/hildon-seekbar.c (hildon_seekbar_get_fraction,
6403         hildon_seekbar_set_fraction, hildon_seekbar_set_position),
6404         src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
6405         hildon_time_editor_class_init, hildon_time_editor_init),
6406         src/hildon-get-password-dialog.c (invalid_input,
6407         hildon_get_password_set_property, hildon_get_password_get_property,
6408         create_contents, hildon_get_password_dialog_set_max_characters),
6409         src/hildon-set-password-dialog.c (create_contents),
6410         src/hildon-date-editor.c (hildon_date_editor_init),
6411         src/hildon-login-dialog.c (hildon_login_dialog_init),
6412         src/hildon-number-editor.c (hildon_number_editor_init),
6413         src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
6414         hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
6415         the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
6416          configure option and adding the respective checks in the code.
6417         * src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
6418         hildon_calendar_drag_data_received): fixed some build warnings.
6419
6420 2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
6421
6422         * debian/changelog: A 1.0.0 release notes.
6423