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