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