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