releasing 2.1.4
[hildon] / ChangeLog
1 2008-08-12  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>
2
3         Released 2.1.4
4
5 2008-08-12  Alberto Garcia  <agarcia@igalia.com>
6
7         * debian/control: Depend on Gtk 2:2.12.9-0osso3
8
9         * configure.ac: Require Gtk+ 2.12.9 at least
10
11 2008-08-12  Alejandro G. Castro  <alex@igalia.com>
12
13         * src/hildon-pannable-area.c
14         (hildon_pannable_area_scroll_indicator_fade),
15         (hildon_pannable_area_timeout): Added the GDK_THREADS_LEAVE macro
16         to protect the return of this timeout callbacks, avoiding deadlocks.
17
18 2008-08-12  Christian Dywan  <christian@imendio.com>
19
20         * src/hildon-*.c
21         * src/hildon-*.h: Ensure a consistent include order,
22         include <gtk/gtk.h> instead of particular files and
23         only include the topmost header in the gtk stack. See NB #39857
24
25 2008-08-12  Christian Dywan  <christian@imendio.com>
26
27         * src/hildon-picker-dialog.c
28         * src/hildon-touch-selector.c: Fix warnings about unused and
29         uninitialized variables.
30
31 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
32
33         * examples/Makefile.am
34         * examples/hildon-check-button-example.c: Example of the hildon
35         check button.
36
37 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
38
39         * src/hildon-window.h
40         * src/hildon-window.c (hildon_window_class_init)
41         (hildon_window_unset_program): Don't make
42         hildon_window_unset_program a virtual function anymore.
43
44         * src/hildon-stackable-window.c: Update documentation
45
46 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
47
48         * doc/Makefile.am
49         * doc/hildon-docs.sgml
50         * doc/visual_index.xml
51         * src/hildon-defines.c
52         * src/hildon-gtk.c
53         * src/hildon-helper.c
54         * src/hildon-range-editor.c: Lots of documentation fixes.
55
56 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
57
58         * examples/hildon-picker-button-multicolumn-example.c
59         (create_touch_selector): Fix compilation warning.
60
61 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
62
63         * src/hildon-pannable-area.c (hildon_pannable_area_button_press_cb)
64         (hildon_pannable_area_button_release_cb)
65         (hildon_pannable_get_child_widget_at): Fix compilation warnings.
66
67 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
68
69         * src/hildon-button.c (hildon_button_add_image_size_group): Fix
70         assertion.
71
72 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
73
74         * src/hildon-bread-crumb-trail.h
75         * src/hildon-date-editor.c
76         * src/hildon-date-selector.c
77         * src/hildon-pannable-area.c
78         * src/hildon-picker-dialog.c
79         * src/hildon-time-selector.c
80         * src/hildon-touch-selector-entry.c
81         * src/hildon-touch-selector.c
82         * src/hildon-touch-selector.h: Misc documentation fixes
83
84 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
85
86         * examples/hildon-date-editor-example.c (main): Updated date
87         editor example.
88
89         * examples/hildon-note-example.c (on_confirmation_clicked):
90         Updated confirmation note example.
91
92         * src/hildon-date-editor.c
93         * src/hildon-note.c: Updated sample programs in documentation.
94         Fixes: NB#87437
95
96 2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>
97
98         * src/hildon-date-button.h:
99         * src/hildon-picker-button.h:
100         * src/hildon-time-button.c:
101         * src/hildon-time-button.h:
102
103         Some declarations changes to allow gtk-doc to document the widgets
104         properly.
105
106 2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>
107
108         * src/hildon-date-button.c: Document the widget.
109         * src/hildon-time-button.c: Document the widget.
110
111 2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>
112
113         * src/hildon-picker-button.c: Document the widget.
114         * src/hildon-touch-selector-entry.c: Document the widget.
115
116 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
117
118         * doc/hildon-docs.sgml
119         * src/Makefile.am
120         * src/hildon.h
121         * src/hildon-check-button.h
122         * src/hildon-check-button.c: New functions to create the Hildon
123         Touch Checkbox.
124
125         * src/hildon-gtk.h
126         * src/hildon-gtk.c (hildon_gtk_check_button_new): Removed.
127
128 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
129
130         * src/hildon-button.h
131         * src/hildon-button.c
132         (hildon_button_add_title_size_group)
133         (hildon_button_add_value_size_group)
134         (hildon_button_add_image_size_group)
135         (hildon_button_add_size_groups): New functions to set size groups
136         for the button labels and image.
137         (hildon_button_new_full): Removed
138
139 2008-08-08  Alejandro Pinheiro <apinheiro@igalia.com>
140
141         * src/hildon-time-selector.c
142         (_check_ampm_format): use of g_warning instead of g_error with a gconf error
143         in order to avoid a crash if gconf is not available
144
145 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
146
147         * src/hildon-button.c (hildon_button_set_arrangement)
148         (hildon_button_construct_child): Don't construct the button child
149         before setting the arrangement.
150
151 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
152
153         * src/hildon-program-private.h
154         * src/hildon-program.c
155         * src/hildon-program.h
156         (_hildon_program_remove_from_stack, _hildon_program_add_to_stack)
157         (hildon_program_peek_window_stack)
158         (hildon_program_pop_window_stack)
159         (hildon_program_go_to_root_window): HildonProgram now has a
160         separate list for stackable windows. Functions are provided to
161         manage that list with a stack-like API.
162
163         * src/hildon-stackable-window.c: Stackable window management is
164         now much simpler with the new HildonProgram API. Windows no
165         longer need to be manually added to the program, they're
166         automatically pushed to the top of the stack when shown.
167
168         * examples/hildon-stackable-window-example.c: Updated example to
169         reflect the API changes.
170
171 2008-08-07  Claudio Saavedra  <csaavedra@igalia.com>
172
173         * src/hildon-touch-selector.c: Comment out unimplemented
174         hildon_touch_selector_insert_column() to avoid a compile warning.
175
176 2008-08-07  Claudio Saavedra  <csaavedra@igalia.com>
177
178         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init),
179         (hildon_touch_selector_new), (hildon_touch_selector_remove_column),
180         (hildon_touch_selector_set_column_selection_mode),
181         (_hildon_touch_selector_set_model),
182         (hildon_touch_selector_set_model):
183
184         Complete review of HildonTouchSelector documentation.
185
186 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
187
188         * doc/hildon-docs.sgml
189         * src/Makefile.am
190         * src/hildon.h
191         * src/hildon-gtk.h
192         * src/hildon-gtk.c: Convenience functions for standard Gtk
193         widgets, used to easily perform frequent operations.
194
195         * src/hildon-button-helpers.h
196         * src/hildon-button-helpers.c: Removed in favour of hildon-gtk.[ch]
197
198         * src/hildon-helper.h
199         * src/hildon-helper.c (hildon_helper_set_theme_size): Renamed to
200         hildon_gtk_widget_set_theme_size and moved to hildon-gtk.h
201
202         * src/hildon-button.h
203         * src/hildon-button.c: Use the new hildon-gtk.[ch] functions.
204
205 2008-08-07  Alberto Garcia  <agarcia@igalia.com>
206
207         * src/hildon-button.c (hildon_button_init)
208         (hildon_button_set_arrangement, hildon_button_construct_child):
209         Pack the image and the labels inside the same GtkAlignment so
210         gtk_button_set_alignment() can be used
211
212 2008-08-07  Alberto Garcia  <agarcia@igalia.com>
213
214         * src/hildon-button.h
215         * src/hildon-button.c
216         (hildon_button_init, hildon_button_set_image)
217         (hildon_button_set_image_position)
218         (hildon_button_construct_child): New functions to add an image to
219         the HildonButton.
220
221 2008-08-07  Alberto Garcia  <agarcia@igalia.com>
222
223         * src/hildon-date-button.c
224         * src/hildon-picker-button.c
225         * src/hildon-time-button.c
226         * src/hildon-button.c:
227         (hildon_button_class_init): "size-flags" renamed to "size"
228         (hildon_button_set_title): Hide the title label if set to NULL.
229
230 2008-08-07  Alberto Garcia  <agarcia@igalia.com>
231
232         HildonButtonFlags split into HildonButtonArrangement (to set the
233         button layout) and HildonSizeType (which can be used for any
234         widget).
235
236         * src/hildon-button.h
237         * src/hildon-button.c
238         (hildon_button_class_init)
239         (hildon_button_set_arrangement)
240         (hildon_button_set_property): New "size-flags"
241         property. "arrangement-flags" renamed to "arrangement".
242         (hildon_button_new, hildon_button_new_with_text)
243         (hildon_button_new_full): Constructors updated to reflect type changes.
244
245         * src/hildon-helper.h
246         * src/hildon-helper.c (hildon_helper_set_theme_size): New function
247         to set the size of a widget.
248
249         * src/Makefile.am
250         * src/hildon.h
251         * src/hildon-button-helpers.c
252         * src/hildon-button-helpers.h: New hildon-button-helpers module.
253
254         * src/hildon-date-button.c
255         * src/hildon-date-button.h
256         * src/hildon-picker-button.c
257         * src/hildon-picker-button.h
258         * src/hildon-time-button.c
259         * src/hildon-time-button.h: Updated widgets to reflect
260         HildonButton API changes.
261
262         * examples/hildon-button-example.c
263         * examples/hildon-date-button-example.c
264         * examples/hildon-picker-button-example.c
265         * examples/hildon-picker-button-multicolumn-example.c
266         * examples/hildon-time-button-example.c
267         * examples/hildon-touch-selector-entry-example.c
268         * examples/hildon-touch-selector-example.c: Updated examples to
269         reflect HildonButton API changes.
270
271 2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>
272
273         * doc/hildon-docs.sgml:
274         * doc/hildon.types:
275         * examples/Makefile.am:
276         * examples/hildon-touch-selector-entry-example.c:
277         * src/Makefile.am:
278         * src/hildon-touch-selector-entry.c:
279         * src/hildon-touch-selector-entry.h:
280         * src/hildon.h:
281
282         Moved HildonTouchSelectorEntry from sandbox. Added its
283         documentation and examples.
284
285 2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>
286
287         * src/hildon-touch-selector.h:
288         * examples/hildon-picker-button-multicolumn-example.c:
289         (hildon_touch_selector_append_text_column): Add a gboolean
290         parameter to determine if text must be centered in the column.
291
292         * src/hildon-date-selector.c: (hildon_date_selector_init):
293         * src/hildon-time-selector.c: (hildon_time_selector_init):
294         * src/hildon-touch-selector.c: (hildon_touch_selector_new_text),
295         (create_touch_selector): Update widgets and example to reflect
296         the API change.
297
298 2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>
299
300         * src/hildon-touch-selector.c:
301         (hildon_touch_selector_set_active_iter): Set also the cursor in
302         the active row.
303
304 2008-08-06  Alberto Garcia  <agarcia@igalia.com>
305
306         * doc/hildon-docs.sgml
307         * doc/hildon.types
308         * src/Makefile.am
309         * src/hildon-toggle-button.c
310         * src/hildon-toggle-button.h
311         * src/hildon.h: Removed HildonToggleButton widget, a derived
312         class is not necessary for this.
313
314 2008-08-06  Alejandro G. Castro  <alex@igalia.com>
315
316         * src/hildon-pannable-area.c,
317         (hildon_pannable_area_realize),
318         (hildon_pannable_area_size_allocate): Code refactoring, add tests
319         for negative sizes.
320
321 2008-08-05  Claudio Saavedra  <csaavedra@igalia.com>
322
323         * src/hildon-picker-dialog.c: (hildon_picker_dialog_init): Make the
324         "done" button the default widget for the dialog.
325
326 2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>
327
328         * src/hildon-touch-selector.c:
329         (hildon_touch_selector_class_init),
330         (hildon_touch_selector_get_property),
331         (_hildon_touch_selector_set_model),
332         (_hildon_touch_selector_has_multiple_selection),
333         (hildon_touch_selector_has_multiple_selection):
334         Add a "has-multiple-selection" property with a virtual
335         has_multiple_selection() method to allow derived classes to
336         override the default value for it. See the method and property
337         documentation for details.
338
339         * src/hildon-touch-selector.h: Add the new API.
340
341         * src/hildon-picker-dialog.c: (requires_done_button): Call
342         hildon_touch_selector_has_multiple_selection() instead of
343         determining the need for a button itself.
344
345 2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>
346
347         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init),
348         (_hildon_touch_selector_set_model),
349         (hildon_touch_selector_set_model): Move working code to
350         _hildon_touch_selector_set_mode(). Call the class method instead.
351
352         * src/hildon-touch-selector.h: Add (*set_model) to
353         HildonTouchSelectorClass.
354
355         Make hildon_touch_selector_set_model() a virtual method, so that
356         derived classes can extend it and do fancy stuff with the model.
357
358 2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>
359
360         * configure.ac: Set back the tarname in AC_INIT to hildon.
361
362 2008-08-04  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>
363
364         Release 2.1.3
365
366         * src/hildon-sound.c (hildon_play_system_sound): Use libcanberra
367         instead of libesd (NB#86876). Volume handling is still an open issue.
368
369         * configure.ac, src/Makefile.am: Replace esd with libcanberra. Some
370         cleanups.
371
372 2008-08-01  Claudio Saavedra  <csaavedra@igalia.com>
373
374         * src/hildon-touch-selector.c: (hildon_touch_selector_init),
375         (hildon_touch_selector_append_column): Make the widget a GtkVBox
376         derived class to ease placement of an entry widget in
377         HildonTouchSelectorEntry. Added a private GtkHBox, packed at the
378         end, where the selector columns are packed now.
379
380 2008-08-01  Claudio Saavedra  <csaavedra@igalia.com>
381
382         * src/hildon-picker-button.c: Removed the simple _text() API.
383         * src/hildon-picker-button.h: Likewise.
384
385         * src/hildon-touch-selector.h:
386         * src/hildon-touch-selector.c:
387         (hildon_touch_selector_new_text),
388         (hildon_touch_selector_append_text),
389         (hildon_touch_selector_prepend_text),
390         (hildon_touch_selector_insert_text):
391
392         Moved the simple _text() API from HildonPickerButton to
393         HildonTouchPicker, to provide better escalability and not to tie
394         that API to HildonPickerButton.
395
396         * examples/hildon-picker-button-example.c: (main): Example updated.
397
398 2008-07-31  Alberto Garcia  <agarcia@igalia.com>
399
400         * src/hildon-button.c: Updated documentation.
401
402         * examples/hildon-button-example.c: Add the posibility to create
403         the buttons using horizontal layout for title and value.
404
405 2008-07-31  Alberto Garcia  <agarcia@igalia.com>
406
407         * src/hildon-app-menu-private.h
408         * src/hildon-app-menu.c (hildon_app_menu_add_filter)
409         (hildon_app_menu_init, hildon_app_menu_finalize): Don't use a
410         GtkSizeGroup for the filters, use the 'homogeneous' property of
411         the box instead.
412
413 2008-07-31  Alberto Garcia  <agarcia@igalia.com>
414
415         * examples/hildon-button-example.c: Updated example.
416
417 2008-07-30  Claudio Saavedra  <csaavedra@igalia.com>
418
419         * doc/hildon-docs.sgml:
420         * doc/hildon.types:
421
422         Update documentation.
423
424         * examples/Makefile.am: Update renamed examples.
425
426         * examples/hildon-picker-button-multicolumn-example.c:
427         (create_touch_selector), (main): Update after the rename.
428
429         * examples/hildon-touch-picker-example.c: Removed.
430         * examples/hildon-touch-selector-example.c: (value_changed),
431         (create_selector), (get_visible_content), (main): Renamed from
432         hildon-touch-picker-example.c
433
434         * src/Makefile.am: Updated renamed files.
435
436         * src/hildon-date-button.c: (hildon_date_button_init),
437         (hildon_date_button_get_date), (hildon_date_button_set_date):
438         * src/hildon-date-selector.c: (hildon_date_selector_init),
439         (_custom_print_func), (_update_day_model),
440         (_manage_selector_change_cb),
441         (hildon_date_selector_select_current_date),
442         (hildon_date_selector_get_date), (hildon_date_selector_select_day):
443         * src/hildon-date-selector.h:
444         * src/hildon-picker-button.c: (hildon_picker_button_get_property),
445         (hildon_picker_button_set_property),
446         (hildon_picker_button_clicked), (hildon_picker_button_class_init),
447         (hildon_picker_button_init), (hildon_picker_button_new_text),
448         (hildon_picker_button_append_text),
449         (hildon_picker_button_prepend_text),
450         (hildon_picker_button_insert_text),
451         (hildon_picker_button_set_selector),
452         (hildon_picker_button_get_selector):
453         * src/hildon-picker-button.h:
454         * src/hildon-picker-dialog.c: (hildon_picker_dialog_class_init),
455         (hildon_picker_dialog_init), (_select_on_selector_changed_cb),
456         (_update_title_on_selector_changed_cb), (requires_done_button),
457         (_hildon_picker_dialog_set_selector),
458         (hildon_picker_dialog_set_selector),
459         (hildon_picker_dialog_get_selector):
460         * src/hildon-picker-dialog.h:
461         * src/hildon-time-button.c: (hildon_time_button_init),
462         (hildon_time_button_get_time), (hildon_time_button_set_time):
463         * src/hildon-time-selector.c: (hildon_time_selector_init),
464         (_custom_print_func), (_manage_ampm_selection_cb), (_set_pm),
465         (hildon_time_selector_set_time), (hildon_time_selector_get_time):
466         * src/hildon-time-selector.h:
467         * src/hildon.h:
468
469         Massive code updates after the rename.
470
471         * src/hildon-touch-picker.c: Removed.
472         * src/hildon-touch-picker.h: Removed.
473
474         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init),
475         (hildon_touch_selector_init), (hildon_touch_selector_map),
476         (hildon_touch_selector_remove), (_default_print_func),
477         (_selection_changed_cb), (_create_new_column),
478         (hildon_touch_selector_new), (hildon_touch_selector_append_column),
479         (hildon_touch_selector_append_text_column),
480         (hildon_touch_selector_remove_column),
481         (hildon_touch_selector_set_column_attributes),
482         (hildon_touch_selector_insert_column),
483         (hildon_touch_selector_get_num_columns),
484         (hildon_touch_selector_get_column_selection_mode),
485         (hildon_touch_selector_set_column_selection_mode),
486         (hildon_touch_selector_set_print_func),
487         (hildon_touch_selector_get_print_func),
488         (hildon_touch_selector_get_active_iter),
489         (hildon_touch_selector_set_active_iter),
490         (hildon_touch_selector_get_selected_rows),
491         (hildon_touch_selector_get_model),
492         (hildon_touch_selector_set_model),
493         (hildon_touch_selector_get_current_text),
494         (_hildon_touch_selector_center_on_selected_items):
495         * src/hildon-touch-selector.h: Renamed from
496         hildon-touch-picker.[ch]
497
498         Rename HildonTouchPicker to HildonTouchSelector. Updated all the
499         references, code examples, and related documentation.
500
501 2008-07-30  Alberto Garcia  <agarcia@igalia.com>
502
503         * doc/hildon-docs.sgml
504         * doc/hildon.types
505         * src/Makefile.am
506         * src/hildon-toggle-button.c
507         * src/hildon-toggle-button.h
508         * src/hildon.h: New HildonToggleButton widget.
509
510 2008-07-30  Alberto Garcia  <agarcia@igalia.com>
511
512         * src/hildon-button.c: Add API documentation.
513         (hildon_button_set_size_groups): Check input parameters
514
515 2008-07-30  Alejandro G. Castro  <alex@igalia.com>
516
517         * src/hildon-pannable-area.c
518         (hildon_pannable_area_motion_notify_cb): Avoid the first jumpy
519         effect after reaching the movement thredshold. This way we start
520         using the distance after passing the thredshold.
521
522 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
523
524         * src/hildon-button.c: (hildon_button_set_property): Use the
525         appropriate g_value_get_flags() method.
526
527 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
528
529         * doc/hildon-docs.sgml:
530         * doc/hildon.types:
531
532          Add the touch pickers, picker dialogs, and picker button widgets
533         to the documentation.
534
535 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
536
537         * src/hildon-button.c: (hildon_button_set_property),
538         (hildon_button_class_init): Make "arrangement-flags" a proper
539         G_TYPE_FLAGS derived property.
540
541 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
542
543         * examples/Makefile.am: Add below examples.
544         * examples/hildon-date-button-example.c:
545         * examples/hildon-picker-button-example.c:
546         * examples/hildon-picker-button-multicolumn-example.c:
547         * examples/hildon-time-button-example.c:
548         * examples/hildon-touch-picker-example.c:
549
550         Add examples for the recently added touch pickers,
551         picker dialogs, and picker button widgets.
552
553 2008-07-29  Alberto Garcia  <agarcia@igalia.com>
554
555         * src/hildon-button.c: Add some API documentation
556
557 2008-07-29  Alberto Garcia  <agarcia@igalia.com>
558
559         * src/hildon-button.h
560         * src/hildon-button.c
561         (hildon_button_new)
562         (hildon_button_new_with_text): New constructor to create a button
563         with no text at all.
564         (hildon_button_init, hildon_button_set_arrangement)
565         (hildon_button_set_title, hildon_button_set_value)
566         (hildon_button_set_text)
567         (hildon_button_construct_child): Hide the value when it's not used
568         so the rest of the text is properly aligned.
569         Allow creating buttons with arbitrary widgets inside (not just
570         title/value labels).
571
572         * examples/hildon-button-example.c (vertical_buttons_window)
573         (horizontal_buttons_window): Update example to use new API.
574
575 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
576
577         * src/Makefile.am: Added HildonTimeButton.
578         * src/hildon-time-button.c: Added missing LGPL header.
579         * src/hildon-time-button.h: Added missing LGPL header.
580         * src/hildon.h: Add hildon-time-button.h
581
582         Copied HildonTimeButton from sandbox to trunk. Future work on this
583         widget must take place in trunk.
584
585 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
586
587         * src/Makefile.am: Added HildonDateButton.
588         * src/hildon-date-button.c: Update includes.
589         * src/hildon.h: Add hildon-date-button.h
590
591         Copied HildonDateButton from sandbox to trunk. Future work on this
592         widget must take place in trunk.
593
594 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
595
596         * src/Makefile.am: Added HildonPickerButton.
597         * src/hildon-picker-button.h: Update includes.
598         * src/hildon.h: Add hildon-picker-button.h
599
600         Copied HildonPickerButton from sandbox to trunk. Future work on
601         this widget must take place in trunk.
602
603 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
604
605         * src/Makefile.am: Added HildonPickerDialog.
606         * src/hildon-picker-dialog.c: Update includes.
607         * src/hildon.h: Add hildon-picker-dialog.h
608
609         Copied HildonPickerDialog from sandbox to trunk. Future work
610         on this widget must take place in trunk.
611
612 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
613
614         * src/Makefile.am: Added HildonTimeSelector.
615         * src/hildon.h: Add hildon-time-selector.h
616
617         Copied HildonTimeSelector widget from sandbox to trunk. Future
618         work on this widget must happen in trunk.
619
620 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
621
622         * src/Makefile.am: Added HildonDateSelector.
623         * src/hildon.h: Add hildon-date-selector.h
624
625         Copied HildonDateSelector widget from sandbox to trunk.  Future
626         work on this widget must happen in trunk.
627
628 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
629
630         * src/Makefile.am: Added HildonTouchPicker.
631         * src/hildon-touch-picker.c: Update includes.
632         * src/hildon.h: Add hildon-touch-picker.h
633
634         Copied HildonTouchPicker widget from sandbox to trunk. Future work
635         on this widget must happen in trunk.
636
637 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
638
639         * src/hildon-pannable-area.c:
640         (hildon_pannable_area_motion_notify_cb): Fix a typo.
641
642 2008-07-29  Alberto Garcia  <agarcia@igalia.com>
643
644         * examples/hildon-app-menu-example.c (main): Let the window
645         destroy the menu.
646
647 2008-07-29  Alejandro G. Castro  <alex@igalia.com>
648
649         * src/hildon-pannable-area.c
650         (hildon_pannable_area_class_init): Set the min value of the
651         overshoot properties to zero, which points out that not
652         overshooting allowed.
653
654 2008-07-29  Alejandro G. Castro  <alex@igalia.com>
655
656         Modified the procedure to get the widget at a point inside the
657         pannable area when using the movement type signals. Now the user
658         has to call a function to get the child, that way we just
659         calculate the child in case the user really want to use it and not
660         all the time.
661
662         * src/hildon-marshalers.list: Modified the marshallers, now we do
663         not have the widget as a parameter.
664
665         * src/hildon-pannable-area.c
666         (hildon_pannable_area_motion_notify_cb),
667         (hildon_pannable_area_class_init),
668         (hildon_pannable_get_child_widget_at):  Removed the widget
669         parameter from the signal callback. We have also refactored the
670         emission of the signals.
671
672         * src/hildon-pannable-area.h: Added a new method to the API to
673         calculate a widget at a point inside the pannable area,
674         hildon_pannable_get_child_widget_at.
675
676         * examples/hildon-pannable-area-example-4.c
677         (horizontal_movement): Modified the example to use the new API,
678         added condition to control which widget is under the event. This
679         way we can avoid scrolling laterally over other widgets.
680
681 2008-07-29  Alejandro G. Castro  <alex@igalia.com>
682
683         * src/hildon-pannable-area.c
684         (hildon_pannable_area_motion_notify_cb): Fixed bug handling the
685         modes, we stop getting the pointer events due to returning the
686         callback without properly calling the get pointer again. Fixed
687         also an error using the hscroll and vscroll.
688
689 2008-07-28  Alberto Garcia  <agarcia@igalia.com>
690
691         * src/hildon-app-menu-private.h
692         * src/hildon-app-menu.c (hildon_app_menu_button_press)
693         (hildon_app_menu_button_release, hildon_app_menu_init)
694         (hildon_app_menu_class_init): Don't hide the menu on button
695         release if the user didn't press outside first.
696
697         * src/hildon-window.h
698         * src/hildon-window.c (hildon_window_toggle_menu)
699         (hildon_window_toggle_menu_real, hildon_window_class_init): Make
700         hildon_window_toggle_menu a virtual function for the stackable
701         window to override it.
702
703         * src/hildon-stackable-window.h
704         * src/hildon-stackable-window-private.h
705         * src/hildon-stackable-window.c
706         (hildon_stackable_window_realize)
707         (hildon_stackable_window_finalize)
708         (hildon_stackable_window_class_init)
709         (hildon_stackable_window_init)
710         (hildon_stackable_window_set_main_menu): New function to set the
711         app menu of a HildonStackableWindow.
712
713         * examples/hildon-app-menu-example.c: Remove the button to show
714         the app menu, now it'll be shown when clicking on the title bar
715         instead.
716
717 2008-07-22  Claudio Saavedra  <csaavedra@igalia.com>
718
719         * src/hildon-button.c: (hildon_button_set_arrangement): Do not
720         set the widget name if the arrangement flags do not specify
721         a particular size.
722
723 2008-07-22  Claudio Saavedra  <csaavedra@igalia.com>
724
725         * src/hildon-button.c: (hildon_button_set_property),
726         (hildon_button_class_init), (hildon_button_new_full),
727         (hildon_button_set_arrangement): Added "arrangement-flags"
728         property.
729
730         Make the HildonButtonFlags a construction-only property, to allow
731         subclasses to set them properly.
732
733 2008-07-21 Tim Janik  <timj@imendio.com>
734
735         * src/hildon-code-dialog.c (hildon_code_dialog_backspace): fixed up
736         insertion position after backspace, so additional digits are appended,
737         fixes Bug #85874.
738
739 2008-07-17  Alejandro G. Castro  <alex@igalia.com>
740
741         * src/hildon-pannable-area.c,
742         (hildon_pannable_area_get_topmost): Cleaned the code, removed the
743         TODO list, it was complete and removed the g_debug and g_print
744         lines.
745
746 2008-07-17  Alejandro G. Castro  <alex@igalia.com>
747
748         Added the movement modes to the hildon-pannable-area, with this
749         modes the developers can control in which directions the widget
750         can scroll. They can also connect to signals in order to do
751         something when that happens, allowing applications scroll. There
752         is an example uploaded showing how to use it.
753
754         * examples/Makefile.am:
755         * examples/hildon-pannable-area-example-4.c: Added this example of
756         an application using the modes.
757
758         * src/hildon-marshalers.list: Added a new marshaller for the new
759         signals.
760
761         * src/hildon-pannable-area.h: Added new enumerations and flags in
762         order to control the movement modes and the new signals to warn
763         about the movements in the area.
764
765         * src/hildon-pannable-area.c:
766         (hildon_pannable_axis_scroll),
767         (hildon_pannable_area_scroll),
768         (hildon_pannable_area_motion_notify_cb),
769         (hildon_pannable_area_get_property),
770         (hildon_pannable_area_set_property),
771         (hildon_pannable_area_map),
772         (hildon_pannable_area_class_init),
773         (hildon_pannable_area_init),
774         (hildon_pannable_area_jump_to): Added the modes to control the
775         movement in the widget. We have added properties to control it,
776         signals to warn about the movements and refactored some code.
777
778 2008-07-15  Alejandro G. Castro  <alex@igalia.com>
779
780         Changes required in order to allow vfast_factor set to zero to
781         work properly.
782
783         * src/hildon-pannable-area.c:
784         (hildon_pannable_area_button_press_cb): Changed the condition, it
785         is required for not allowing click when vfast_factor is zero.
786         (hildon_pannable_area_timeout): Initialized velocity variables
787         when we stop moving, it was less than 1 but not zero and we need
788         to check zero in some situations.
789         (hildon_pannable_area_class_init): Changed the default value of
790         the speed factor, now the button_press is just sent in case the
791         speed is 2 per cent of the max speed.
792         (hildon_pannable_area_init): Initialization with 0.
793
794 2008-07-04  Alejandro G. Castro  <alex@igalia.com>
795
796         * src/hildon-pannable-area.c,
797         (hildon_pannable_area_get_topmost): replaced
798         gdk_window_get_children with gdk_window_peek_children, this way we
799         do not have to free the list because it is not a copy.
800
801         (hildon_pannable_axis_scroll),
802         (hildon_pannable_area_scroll),
803         (hildon_pannable_area_timeout),
804         (hildon_pannable_area_motion_notify_cb): Code refactoring, removed
805         two parameters that were only used inside the
806         hildon_pannable_area_scroll function.
807
808         * examples/hildon-pannable-area-example.c,
809         (get_sawtooth_label): Fixed small memory leak.
810
811 2008-07-03  Alejandro G. Castro  <alex@igalia.com>
812
813         More checks for the case where the overshoot is bigger than the
814         size of the widget.
815
816         * src/hildon-pannable-area.c:
817         (hildon_pannable_draw_vscroll),
818         (hildon_pannable_draw_hscroll): with this new calculation we avoid
819         to draw the slider of the scrollbar under the other scrollbar.
820         (hildon_pannable_area_expose_event): added new checks to control
821         the drawing of the overshooting area rectangle, in case it is too
822         big for the area of the widget.
823         (hildon_pannable_area_size_allocate): add more checks to avoid
824         setting a position to the child widget outside the area.
825
826 2008-07-03  Alejandro G. Castro  <alex@igalia.com>
827
828         * src/hildon-pannable-area.c
829         (hildon_pannable_area_size_allocate): Added conditions to control
830         when overshooting is bigger than the allocated space for the
831         children, this avoids negative allocations.
832
833 2008-07-02  Alberto Garcia  <agarcia@igalia.com>
834
835         * doc/hildon-docs.sgml
836         * doc/hildon.types
837         * examples/Makefile.am
838         * examples/hildon-button-example.c
839         * src/Makefile.am
840         * src/hildon-button.c
841         * src/hildon-button.h
842         * src/hildon.h: Initial version of the new HildonButton widget,
843         with examples.
844
845 2008-07-02  Claudio Saavedra  <csaavedra@igalia.com>
846
847         * src/hildon-pannable-area.c:
848         (hildon_pannable_area_button_press_cb),
849         (hildon_pannable_area_refresh), (hildon_pannable_area_scroll),
850         (hildon_pannable_area_motion_notify_cb),
851         (hildon_pannable_area_button_release_cb),
852         (hildon_pannable_area_expose_event), (hildon_pannable_area_remove),
853         (hildon_pannable_area_jump_to_child):
854
855         Use gtk_bin_get_child() instead of accessing GtkBin.child directly.
856
857 2008-07-01  Alberto Garcia  <agarcia@igalia.com>
858
859         * examples/Makefile.am
860         * examples/hildon-pannable-area-touch-grid-example.c
861         * examples/hildon-pannable-area-touch-list-example.c: Examples of
862         the Hildon Touch List and Hildon Touch Grid using the
863         HildonPannableArea widget.
864
865 2008-06-27  Alejandro G. Castro <alex@ig\alia.com>
866
867         * src/hildon-pannable-area.c,
868         (hildon_pannable_area_button_press_cb),
869         (hildon_pannable_area_refresh),
870         (hildon_pannable_area_scroll),
871         (hildon_pannable_area_motion_notify_cb),
872         (hildon_pannable_area_button_release_cb),
873         (hildon_pannable_area_expose_event),
874         (hildon_pannable_area_add),
875         (hildon_pannable_area_remove),
876         (hildon_pannable_area_realize),
877         (hildon_pannable_area_size_allocate),
878         (hildon_pannable_area_class_init),
879         (hildon_pannable_area_init),
880         (hildon_pannable_area_scroll_to_child),
881         (hildon_pannable_area_jump_to_child): Fixed the problem of
882         removing the child from the GtkBin, we have rearranged the widget
883         hierarchy, now there is no GtkAlignment which was not doing
884         anything interesting but breaking some of the assumptions of
885         GtkContainer. Now developers if they want to add a GtkAlignment
886         they could, but it is not inside the area.
887
888         We had to review the whole allocation/expose process, now it is
889         improved and we save at least three signals which would be saving
890         some time when rendering the widget. The allocation of the
891         scrollbars is now made in the allocate method as usual.
892
893         We have also added some conditions in order to control when there
894         is no child of the pannable area. Maybe we will need more work
895         here.
896
897 2008-06-27  Alejandro G. Castro <alex@ig\alia.com>
898
899         * src/hildon-pannable-area.c,
900         (hildon_pannable_area_dispose): Released the fade-out timeout when
901         disposing the widget.
902
903 2008-06-27  Alejandro G. Castro <alex@ig\alia.com>
904
905         * src/hildon-pannable-area.c: Fixed problem when overshoot_max is
906         zero, we are going to use that property in order to deactivate the
907         overshooting
908         (hildon_pannable_axis_scroll),
909         (hildon_pannable_area_size_allocate): Added conditions to control
910         when overshoot_max is zero. Moved the gtk_adjustment_set_value
911         call, now it is called in all situations and we can remove calls
912         in the allocate method.
913         (hildon_pannable_area_map): Control the situation when
914         overshoot_max is zero, we do not need the timeout.
915         (hildon_pannable_area_class_init): Added documentation in order to
916         point out that setting zero to overshoot_max means deactivate
917         overshooting.
918
919         NOTE: removed trailing whitespaces from my previous comments of
920         the Changelog.
921
922 2008-06-26  Claudio Saavedra  <csaavedra@ig\alia.com>
923
924         * src/hildon-pannable-area.c
925         (hildon_pannable_area_get_property),
926         (hildon_pannable_area_set_property),
927         (hildon_pannable_area_map),
928         (hildon_pannable_area_class_init),
929         (hildon_pannable_area_init): Add a boolean "initial-hint" property
930         to cause the widget give a hint about its panning abilities upon
931         realization.
932
933 2008-06-26  Claudio Saavedra  <csaavedra@ig\alia.com>
934
935         * src/hildon-pannable-area.c: Several documentation improvements.
936
937 2008-06-26  Alberto Garcia  <agarcia@ig\alia.com>
938
939         * src/hildon-program.c
940         * src/hildon-stackable-window.c: Update documentation.
941
942 2008-06-26  Alberto Garcia  <agarcia@ig\alia.com>
943
944         * src/hildon-stackable-window.c (get_previous_window_if_last):
945         Renamed get_last_window()
946         (hildon_stackable_window_map, hildon_stackable_window_unmap)
947         (hildon_stackable_window_unset_program):
948         Simplified code.
949         (get_previous_window_if_last):
950         Detect if the window hasn't been added to a HildonProgram.
951
952 2008-06-26  Alejandro G. Castro <alex@ig\alia.com>
953
954         contributed and reviewed by: Claudio Saavedra <csaavedra@ig\alia.com>
955
956         * src/hildon-pannable-area.c
957         (hildon_pannable_area_button_press_cb),
958         (hildon_pannable_axis_scroll),
959         (hildon_pannable_area_scroll),
960         (hildon_pannable_area_timeout),
961         (hildon_pannable_calculate_vel_factor),
962         (hildon_pannable_area_get_property),
963         (hildon_pannable_area_set_property),
964         (hildon_pannable_area_class_init),
965         (hildon_pannable_area_init),
966         (hildon_pannable_area_scroll_to),
967         (hildon_pannable_area_jump_to),
968         (hildon_pannable_area_scroll_to_child),
969         (hildon_pannable_area_jump_to_child):
970         * src/hildon-pannable-area.h: Added the new API functions:
971         hildon_pannable_area_scroll_to, hildon_pannable_area_jump_to,
972         hildon_pannable_area_scroll_to_child,
973         hildon_pannable_area_jump_to_child
974
975
976         * examples/Makefile.am
977         * examples/hildon-pannable-area-example-2.c
978         * examples/hildon-pannable-area-example-3.c: Added these two new
979         examples in order to test and show how the new APIs work.
980
981 2008-06-25  Alberto Garcia  <agarcia@ig\alia.com>
982
983         * examples/hildon-stackable-window-example.c (new_window):
984         * src/Makefile.am (noinst_HEADERS):
985         * src/hildon-program.c (hildon_program_go_to_root_window):
986         * src/hildon-program.h:
987         * src/hildon-stackable-window-private.h:
988         * src/hildon-stackable-window.c:
989         * src/hildon-stackable-window.h:
990         Create hildon-stackable-window-private.h
991         Move hildon_stackable_window_go_to_root_window() to HildonProgram
992
993         * examples/hildon-app-menu-example.c (create_menu):
994         * examples/hildon-hvolumebar-insensitive-example.c (main):
995         * examples/hildon-hvolumebar-timer-example.c (on_idle):
996         * examples/hildon-toolbar-seekbar-example.c (main):
997         * src/hildon-app-menu.c (hildon_app_menu_add_filter):
998         * src/hildon-banner.c (hildon_banner_set_property):
999         * src/hildon-dialog.c (hildon_dialog_new_with_buttons):
1000         Fix compilation warnings
1001
1002         * src/hildon-window.c:
1003         Fix typo in doc
1004
1005 2008-06-24  Alberto Garcia  <agarcia@ig\alia.com>
1006
1007         * src/hildon-stackable-window.c
1008         (hildon_stackable_window_unset_program):
1009         Calculate correctly whether to show the previous window if the
1010         last one is removed from the stack.
1011         (hildon_stackable_window_go_to_root_window):
1012         Send delete events starting from the topmost window.
1013         Stop if one of the windows is not destroyed.
1014         Update doc.
1015         (hildon_stackable_window_delete_event)
1016         (hildon_stackable_window_class_init):
1017         Ignore the delete event if the window is not the topmost one.
1018
1019 2008-06-24  Alejandro G. Castro <alex@ig\alia.com>
1020
1021         * src/hildon-pannable-area.c
1022         (hildon_pannable_area_expose_event): Fixed a problem when
1023         selecting the background color of the scrollbars.
1024
1025 2008-06-23  Alberto Garcia  <agarcia@ig\alia.com>
1026
1027         * examples/hildon-stackable-window-example.c
1028         * src/hildon-stackable-window.c
1029         * src/hildon-stackable-window.h
1030         hildon_stackable_window_go_home() renamed to
1031         hildon_stackable_window_go_to_root_window()
1032         Send delete events to windows rather than closing them with
1033         gtk_widget_destroy()
1034
1035 2008-06-19  Alberto Garcia  <agarcia@ig\alia.com>
1036
1037         * src/hildon-pannable-area.c
1038         (hildon_pannable_area_button_release_cb): Fix overshooting in
1039         accel mode.
1040
1041 2008-06-19  Claudio Saavedra  <csaavedra@ig\alia.com>
1042
1043         * src/hildon-pannable-area.c
1044         (hildon_pannable_area_init): Initially show the scroll indicators.
1045         (hildon_pannable_area_map): Fade the scroll indicators out upon mapping.
1046
1047         Add initial effect showing the widget is pannable.
1048
1049 2008-06-19  Alberto Garcia  <agarcia@ig\alia.com>
1050
1051         * src/hildon-pannable-area.c
1052         (hildon_pannable_area_class_init)
1053         (hildon_pannable_area_set_property)
1054         (hildon_pannable_area_get_property)
1055         (hildon_pannable_area_button_press_cb):
1056         New 'velocity_fast_factor' property to decide which velocity is
1057         considered fast.
1058
1059 2008-06-19  Claudio Saavedra  <csaavedra@ig\alia.com>
1060
1061         * src/hildon-pannable-area.c
1062         (hildon_pannable_draw_hscroll)
1063         (hildon_pannable_draw_vscroll):
1064         Use float variables to calculate the size of the scrollbars to
1065         avoid error propagation and resizing during scrolling.
1066
1067 2008-06-19  Alberto Garcia  <agarcia@ig\alia.com>
1068
1069         * src/hildon-pannable-area.c
1070         (hildon_pannable_draw_vscroll)
1071         (hildon_pannable_draw_hscroll):
1072         Define a minimum size for the scroll bars
1073
1074         * src/hildon-stackable-window.c
1075         (hildon_stackable_window_go_home): Fix compilation warning
1076         (get_last_window): Minor optimizations
1077         (hildon_stackable_window_class_init): Fix initialization of
1078         private structure.
1079
1080 2008-06-18  Alberto Garcia  <agarcia@ig\alia.com>
1081
1082         * src/hildon-stackable-window.c: Fixed typos in doc
1083
1084 2008-06-18  Claudio Saavedra  <csaavedra@ig\alia.com>
1085
1086         * src/hildon-pannable-area.c
1087         (hildon_pannable_area_scroll):
1088         Calculate here whether we need to scroll instead of using the booleans
1089         that tell us whether to /draw/ the scrolling bars.
1090
1091 2008-06-17  Claudio Saavedra  <csaavedra@ig\alia.com>
1092
1093         * src/hildon-app-menu.h
1094         Update API.
1095         * src/hildon-app-menu.c
1096         (hildon_app_menu_init, hildon_app_menu_class_init): Remove
1097         multiple filter groups related code and API. Now we support only
1098         one filter group.
1099         * examples/hildon-app-menu-example.c:
1100         (create_menu):
1101         Update to reflect API changes.
1102
1103 2008-06-16  Claudio Saavedra  <csaavedra@ig\alia.com>
1104
1105         * src/hildon-stackable-window.c
1106         (hildon_stackable_window_class_init):
1107         Add hildon_stackable_window_realize.
1108         (hildon_stackable_window_realize):
1109         Append the window type _HILDON_WM_WINDOW_TYPE_STACKABLE to
1110         the _NET_WM_WINDOW_TYPE hint. Window managers should use this type
1111         to apply theming and behavior specific to HildonStackableWindow
1112         windows.
1113
1114 2008-06-12  Alberto Garcia  <agarcia@ig\alia.com>
1115
1116         * src/hildon-note.c (hildon_note_button_release):
1117         Close information notes also when tapping on them
1118
1119 2008-06-12  Alejandro G. Castro <alex@ig\alia.com>
1120
1121         Added BOUNCE_STEPS define to control the overshoot effect. Removed
1122         ELASTICITY, refactor and review, fix some issues with drawing
1123         scrollbars.
1124
1125         * src/hildon-pannable-area.c:
1126         (hildon_pannable_area_button_press_cb): removed the conditions to
1127         avoid clicks when overshooting. It is not required
1128
1129         (hildon_pannable_axis_scroll): Added BOUNCE_STEPS
1130         define. Refatored and reviewed the code, now we do not need to
1131         manage velocity in motion_notify.
1132
1133         (hildon_pannable_area_motion_notify_cb): We have moved the code
1134         that controls the area_scroll to the axis_scroll function and get
1135         rid of duplicated code.
1136
1137         (hildon_pannable_area_scroll): Remove the ELASTICITY define.
1138
1139         (hildon_pannable_area_button_release_cb): Added BOUNCE_STEPS.
1140
1141         (hildon_pannable_draw_vscroll),
1142         (hildon_pannable_draw_hscroll): Fixed the problems with the
1143         scrollbar drawing, now we do not use two surfaces, it is easier
1144         and saves resources.
1145
1146         (hildon_pannable_area_get_property): Style modification.
1147
1148         (hildon_pannable_area_class_init): Changed some default values.
1149
1150 2008-06-12  Claudio Saavedra  <csaavedra@ig\alia.com>
1151
1152         * src/hildon-stackable-window.c: Fix some typos in the
1153         documentation.
1154
1155 2008-06-12  Alberto Garcia  <agarcia@ig\alia.com>
1156
1157         * src/hildon-dialog.c:
1158         Change indentation style
1159
1160         * src/hildon-note.c
1161         (hildon_note_button_release):
1162         Use root coordinates to check if the release event happened
1163         outside the widget.
1164
1165         * src/hildon-app-menu.c
1166         (hildon_app_menu_button_release):
1167         Remove unnecessary check
1168
1169         * examples/hildon-app-menu-example.c
1170         (button_clicked):
1171         Add cast to fix warning
1172
1173         * src/hildon-app-menu.c
1174         (hildon_app_menu_class_init):
1175         New inner-border style property.
1176         Set all default spacings to 16
1177         (hildon_app_menu_init):
1178         Use vertical-spacing to set the space between filter buttons and
1179         regular menu buttons.
1180         Set the default container border using the inner-border value.
1181
1182         * examples/hildon-app-menu-example.c
1183         (create_menu):
1184         Don't set the menu border explicitly, now we have the inner-border
1185         style property for that.
1186
1187 2008-06-11  Alberto Garcia  <agarcia@ig\alia.com>
1188
1189         * src/hildon-app-menu.c (hildon_app_menu_init):
1190         Make the window modal
1191
1192         * src/hildon-note.c (hildon_note_map)
1193         * src/hildon-app-menu.c (hildon_app_menu_map):
1194         Destroy the grab window if we're unable to grab the pointer
1195
1196         * src/hildon-app-menu-private.h
1197         * src/hildon-app-menu.c
1198         (hildon_app_menu_init, hildon_app_menu_finalize)
1199         (hildon_app_menu_map, hildon_app_menu_unmap)
1200         (hildon_app_menu_button_release)
1201         (grab_transfer_window_get):
1202         Bring back the grab window
1203         (hildon_app_menu_realize):
1204         Decorate the window, set WM hint for Matchbox
1205
1206         * src/hildon-note.c (hildon_note_realize):
1207         * src/hildon-banner.c (hildon_banner_realize):
1208         Add WM hints for Matchbox
1209
1210 2008-06-10  Alberto Garcia  <agarcia@ig\alia.com>
1211
1212         * src/hildon-app-menu-private.h
1213         * src/hildon-app-menu.c
1214         (hildon_app_menu_init, hildon_app_menu_finalize)
1215         (hildon_app_menu_map, hildon_app_menu_unmap)
1216         (hildon_app_menu_button_release):
1217         Remove the grab window, it's not needed anymore
1218
1219         * src/hildon-program.c
1220         Fixed typo in documentation
1221
1222         * src/hildon-app-menu.h
1223         * src/hildon-app-menu.c
1224         * examples/hildon-app-menu-example.c
1225         Remove hildon_app_menu_popup(), use gtk_widget_show() instead
1226
1227 2008-06-09  Alberto Garcia  <agarcia@ig\alia.com>
1228
1229         * src/hildon-note.c
1230         Added new transfer_window and close_if_pressed_outside private
1231         attributes.
1232         (hildon_note_rebuild):
1233         Don't add a cancel button to the information note. It will be
1234         closed when tapping outside
1235         Remove the comment about the OK button in the documentation
1236         (hildon_note_realize):
1237         Set the notification type hint
1238         (hildon_note_map, hildon_note_unmap, grab_transfer_window_get):
1239         Grab/ungrab pointer and keyboard if the note has to be closed when
1240         tapping outside
1241         (hildon_note_button_release):
1242         Close the note when tapping outside (if applicable)
1243
1244         * src/hildon-app-menu.c
1245         Grab/ungrab pointer and keyboard on map/unmap
1246         (hildon_app_menu_button_release, hildon_app_menu_class_init):
1247         Close the menu on button release, not button press
1248
1249         * src/hildon-banner.c
1250         (hildon_banner_set_property)
1251         (hildon_banner_check_position):
1252         Make the banner use the full width of the screen
1253         (hildon_banner_show_information)
1254         (hildon_banner_show_information_with_markup):
1255         Don't display an icon by default
1256
1257 2008-06-09  Alejandro G. Castro <alex@ig\alia.com>
1258
1259         Added fading scrollbars and adapted all the overshooting code to
1260         horizontal scrolling. We have also fixed bugs with overshooting
1261         and current fading implementation.
1262
1263         * src/hildon-pannable-area.c
1264         (hildon_pannable_area_scroll_indicator_fade): Time out function
1265         used to change the transparency of the scrollbars.
1266
1267         (hildon_pannable_area_button_press_cb): Added horizontal overshot
1268         control and fixed a problem with fading, we now remove the fade
1269         timeout before adding a new one.
1270
1271         (hildon_pannable_axis_scroll):
1272         (hildon_pannable_area_scroll):
1273         (hildon_pannable_area_timeout): Added this functions so we can use
1274         the scroll code both for vertical and horizontal.
1275
1276         (hildon_pannable_area_motion_notify_cb):
1277         (hildon_pannable_area_button_release_cb): Added the horizontal
1278         scrolling control, fixed a problem with the overshooting timeout.
1279
1280         (rgb_from_gdkcolor): Added this function, it is used in the cairo
1281         painting of the scrolls.
1282
1283         (hildon_pannable_draw_vscroll):
1284         (hildon_pannable_draw_hscroll):
1285         (hildon_pannable_area_expose_event):
1286         Draw both scrollbars and rectangles in the overshooting area.
1287
1288         (hildon_pannable_area_get_property):
1289         (hildon_pannable_area_set_property):
1290         Modified the overshoot property to overshoot_max
1291
1292         (hildon_pannable_area_map):
1293         Replaced the comments symbols.
1294
1295         (hildon_pannable_area_size_allocate):
1296         (hildon_pannable_area_class_init):
1297         (hildon_pannable_area_init): Added horizontal scroll, fading
1298         effect properties, fixed a problem when overshooting in the bottom
1299         of the widget.
1300
1301         * examples/hildon-pannable-area-example.c:
1302         (get_sawtooth_label): Now we use smaller sawtooths, the effect
1303         looks better in the example.
1304
1305 2008-06-03  Alberto Garcia  <agarcia@ig\alia.com>
1306
1307         * src/hildon-window.c
1308         * src/hildon-window.h
1309         (hildon_window_class_init)
1310         (hildon_window_unset_program)
1311         (hildon_window_unset_program_real):
1312         Make unset_program a virtual function
1313
1314         * src/hildon-stackable-window.c
1315         * src/hildon-stackable-window.h
1316         Added hildon_stackable_window_go_home()
1317
1318         * examples/Makefile.am
1319         * examples/hildon-stackable-window-example.c
1320         HildonStackableWindow example
1321
1322 2008-06-03 Alejandro G. Castro <alex@ig\alia.com>
1323
1324         * hildon-pannable-area.c: Added the overshoot property and removed
1325         the OVERSHOOT define. Fixed an indent style error.
1326         (hildon_pannable_area_motion_notify_cb):
1327         (hildon_pannable_area_get_property):
1328         (hildon_pannable_area_set_property): Add overshoot property.
1329
1330         (hildon_pannable_area_scroll): replaced OVERSHOOT define with
1331         overshoot property.
1332
1333         (hildon_pannable_area_class_init): Installed the new property.
1334
1335         * hildon-pannable-area-example.c: Added a sawtooth function, this
1336         way it is easier to check the movement in the pannable.
1337         (get_sawtooth_label): Added this function.
1338         (main): Now we get the labels from the new get_sawtooth_label
1339         function.
1340
1341 2008-05-26  Alberto Garcia  <agarcia@ig\alia.com>
1342
1343         * src/hildon-app-menu.h
1344         * src/hildon-app-menu.c
1345         Renamed API variables for consistency
1346
1347         (hildon_app_menu_popup): Use also the default window size to
1348         decide where to place the menu
1349
1350         (hildon_app_menu_init, hildon_app_menu_class_init): New
1351         external-border style property
1352
1353 2008-05-26  Michael Natterer  <mitch@imendio.com>
1354
1355         * src/hildon-time-editor.c (hildon_time_editor_class_init): The
1356         widget_class->tap_and_hold_setup signal slot doesn't exist any
1357         longer, stop overriding it.
1358
1359         (hildon_time_editor_init): g_signal_connect() to the
1360         tap-and-hold-setup signal instead.
1361
1362         (hildon_time_editor_entry_keypress): add cast to fix warning.
1363
1364 2008-05-23  Alberto Garcia  <agarcia@ig\alia.com>
1365
1366         * doc/hildon-docs.sgml
1367         * doc/hildon.types
1368         * examples/Makefile.am
1369         * examples/hildon-app-menu-example.c
1370         * src/Makefile.am
1371         * src/hildon-app-menu-private.h
1372         * src/hildon-app-menu.c
1373         * src/hildon-app-menu.h
1374         * src/hildon.h
1375         New HildonAppMenu widget
1376
1377 2008-05-21 Alejandro G. Castro <alex@ig\alia.com>
1378
1379         Rearranged the inheritance of the pannable area, now it inherits
1380         from GtkBin. This will allow us to control the event_window and
1381         the allocation process of the widget, required for some effects.
1382
1383         * src/hildon-pannable-area.h: Replaced GtkEventBox structures with
1384         GtkBin structures.  * src/hildon-pannable-area.c: Added the
1385         event_window variable.
1386         (hildon_pannable_area_button_press_cb):
1387         (hildon_pannable_area_button_release_cb):
1388         (hildon_pannable_area_motion_notify_cb):
1389         Changed the signature of the method, now we override the event
1390         callback instead of connecting to the signal.
1391
1392         (hildon_pannable_area_realize):
1393         (hildon_pannable_area_unrealize):
1394         (hildon_pannable_area_map):
1395         (hildon_pannable_area_unmap):
1396         (hildon_pannable_area_size_allocate):
1397         Added functions to control the widget construction. We add a
1398         INPUT_ONLY window and we put it over the widgets inside the
1399         container, this event_window handles the events.
1400
1401         (hildon_pannable_area_class_init):
1402         Replaced the signal connections with overrides of the event
1403         callbacks.
1404
1405 2008-05-20 Alejandro G. Castro <alex@ig\alia.com>
1406
1407         Bouncing effect added when touching the borders, you can change
1408         the elasticity of the border changing the ELASTICITY define.
1409
1410         * src/hildon-pannable-area.c: Added ELASTICITY define.
1411         (hildon_pannable_area_timeout): Added inverse velocity when
1412         touching the border of the child widget, that causes a bounce.
1413
1414 2008-05-20 Alejandro G. Castro <alex@ig\alia.com>
1415
1416         Improved performance, we now do not go to the X server in order to
1417         get the list of window children. Apparently the effect is the
1418         same, we have to be careful and check if this breaks something in
1419         any corner case.
1420
1421         * src/hildon-pannable-area.c:
1422         (get_ordered_children): Removed this function.
1423         (hildon_pannable_area_get_topmost): Replaced the ad-hoc search of
1424         the children windows function with gdk_window_get_children.
1425
1426 2008-05-20 Alejandro G. Castro <alex@ig\alia.com>
1427
1428         * src/hildon-pannable-area.c:
1429         (hildon_pannable_area_dispose): Fixed a crash when closing the
1430         window and kinetics is activated.
1431
1432 2008-05-19  Alberto Garcia  <agarcia@ig\alia.com>
1433
1434         * src/hildon-pannable-area.h
1435         * src/hildon-pannable-area.c
1436         Changed indentation style to meet the one used in Hildon
1437
1438 2008-05-19 Alejandro G. Castro <alex@ig\alia.com>
1439
1440         Reviewed the interaction of the AUTO mode, now we use the time
1441         attribute of the events and calculate the velocity in the motion,
1442         doing a gimp like calculation. The velocity is calculated in each
1443         motion event using the last velocity and the current one, the
1444         SMOOTH_FACTOR controls the percentage of the new velocity we use.
1445
1446         * src/hildon-pannable-area.c: Replaced the time based algorithm
1447         for the AUTO mode.
1448         (hildon_pannable_area_motion_notify_cb): now we do not launch the
1449         timeout for the AUTO mode when we are still moving the cursor. We
1450         added also the velocity calculation in this function.
1451         (hildon_pannable_area_button_release_cb): launch the timeout in
1452         case we are in AUTO mode. There are still some constants here that
1453         come from the old implementation that should be reviewed and
1454         handled properly.
1455
1456 2008-05-15  Alberto Garcia  <agarcia@ig\alia.com>
1457
1458         * doc/hildon-docs.sgml
1459         * doc/hildon.types
1460         * src/Makefile.am
1461         * src/hildon-stackable-window.c
1462         * src/hildon-stackable-window.h
1463         * src/hildon.h
1464         New HildonStackableWindow widget
1465
1466         * examples/hildon-dialog-example.c
1467         * examples/hildon-pannable-area-example.c
1468         Updated copyright
1469
1470 2008-05-14  Alberto Garcia  <agarcia@ig\alia.com>
1471
1472         * src/hildon-dialog.c
1473         (hildon_dialog_new_with_buttons): New constructor.
1474
1475         * examples/hildon-dialog-example.c
1476         (main): Update the example to use the new
1477         hildon_dialog_new_with_buttons().
1478
1479         * examples/hildon-pannable-area-example.c
1480         (main): Update example.
1481
1482 2008-05-13 Alberto Garcia <agarcia@ig\alia.com>
1483
1484         * doc/hildon-docs.sgml
1485         * doc/hildon.types
1486         Added HildonPannableArea to the documentation.
1487
1488 2008-05-13 Victor Jaquez <vjaquez@ig\alia.com>
1489
1490         * doc/visual_index.xml
1491         Fix reference to HildonLoginDialog in documentation
1492
1493         * doc/hildon-docs.sgml
1494         * doc/hildon.types
1495         * examples/Makefile.am
1496         * examples/hildon-dialog-example.c
1497         * src/Makefile.am
1498         * src/hildon-dialog.c
1499         * src/hildon-dialog.h
1500         * src/hildon.h
1501         New HildonDialog widget.
1502
1503 2008-05-09 Alberto Garcia <agarcia@ig\alia.com>
1504
1505         * src/hildon-pannable-area.c
1506         Merge latest changes (r4318, r4342) from libmokoui trunk
1507
1508 2008-05-09 Alberto Garcia <agarcia@ig\alia.com>
1509
1510         * examples/Makefile.am
1511         * examples/hildon-pannable-area-example.c
1512         * src/Makefile.am
1513         * src/hildon-pannable-area.c
1514         * src/hildon-pannable-area.h
1515         * src/hildon.h
1516         New HildonPannableArea widget.
1517
1518 2008-04-15 18:05:19    <timj@imendio.com>
1519
1520         * src/hildon-banner.c: revert the recent change, that introduced
1521         gtk_window_present() calls. this reopens:
1522           Bug 78481 - [freetest] information banners are hidden under browser menu
1523         But resolves another variant of:
1524           Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
1525
1526 2008-04-15 13:21:13    <timj@imendio.com>
1527
1528         * src/hildon-banner.c: refetch layout pointer after GtkLabel possibly
1529         recreated its layout, spotted by Kris. this fixes all remaining
1530         artefacts and stability issues with the banner code. in particular:
1531         Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
1532
1533 2008-04-14 16:52:59    <timj@imendio.com>
1534
1535         * src/hildon-banner.c: guard force_to_wrap_truncated() against
1536         operating on unrealized widgets, fixes:
1537         Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
1538
1539         * src/hildon-banner-private.h: coalesce boolean fields into bitfield.
1540
1541 2008-04-09  Kristian Rietveld  <kris@imendio.com>
1542
1543         Fixes: NB#77775: Media Player, Save Now playing list, too long name
1544         makes banner disappear.
1545         Fixes: NB#79182: info banner flickering with certain message lengts.
1546
1547         * src/hildon-banner.c (hildon_banner_constructor),
1548         (hildon_banner_init), (hildon_banner_set_text),
1549         (hildon_banner_set_markup): call hildon_banner_reset_wrap_state(),
1550         (hildon_banner_reset_wrap_state): new function: reset wrap flags to
1551         FALSE, reset size requests of label and banner,
1552         (force_to_wrap_truncated): when the text is too wide, always enforce
1553         the maximum possible width instead of recalculating it from the
1554         layout; enforce the maximum banner height of 3 lines,
1555         (hildon_banner_init): set WORD_CHAR wrapping, this will result in
1556         nicer wrapping and no truncated chars if space gets tight.
1557
1558         * src/hildon-banner-private.h: add has_been_wrapped and
1559         has_been_truncated fields.
1560
1561 2008-04-07  Sven Herzberg  <sven@imendio.com>
1562
1563         Fixes: NB#78896: libhildon code inspection/coverity: uninitialised
1564         local values in hildon_date_editor_size_allocate
1565
1566         * src/hildon-date-editor.c: moved the real allocation code into the
1567         if() branch
1568
1569 2008-04-07  Sven Herzberg  <sven@imendio.com>
1570
1571         Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
1572         local values in hildon_date_editor_size_allocate
1573
1574         * src/hildon-date-editor.c: merged the two if() branches together
1575
1576 2008-04-07  Sven Herzberg  <sven@imendio.com>
1577
1578         Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
1579         local values in hildon_date_editor_size_allocate
1580
1581         * src/hildon-date-editor.c: changed the arguments of the if()
1582         conditions
1583
1584 2008-04-07  Sven Herzberg  <sven@imendio.com>
1585
1586         Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
1587         local values in hildon_date_editor_size_allocate
1588
1589         * src/hildon-date-editor.c: split the calculation of the allocation
1590         from the real allocation
1591
1592 2008-03-27  Michael Natterer  <mitch@imendio.com>
1593
1594         Fixes: NB#81696: The passcode is not overwritten even after
1595         selecting
1596
1597         * src/hildon-code-dialog.c
1598         (hildon_code_dialog_button_clicked)
1599         (hildon_code_dialog_im_commit): don't use gtk_entry_append_text()
1600         because that doesn't overwrite selected text. Instead, emit the
1601         "commit" signal on the entry's im_context so the entry's normal
1602         insert logic is triggered. Set the cursor to the end of the entry
1603         after each insert operation so that we *only* insert in the middle
1604         of the text if something was selected.
1605
1606 2008-03-27  Michael Natterer  <mitch@imendio.com>
1607
1608         Enable fixing: NB#79916 and NB#79918: The help topic for Color
1609         selector cannot be opened
1610
1611         * src/hildon-color-button.c: add signal "setup-dialog" and emit it
1612         when the popup color selector is created. Please connect to this
1613         signal in order to set the dialog's help ID.
1614
1615 2008-03-25  Sven Herzberg  <sven@imendio.com>
1616
1617         Fixes: MB#1212: Hide info banners (infoprints) on click
1618
1619         * src/hildon-banner.c: (simulate_close), (hildon_banner_timeout):
1620         extracted the close event simulation into an extra function
1621         (hildon_banner_button_press_event): simulate a close event and destroy
1622         the widget if the event wasn't handled
1623         (hildon_banner_class_init): added the button_press_event handler
1624         (hildon_banner_init): added button-press events to the widget
1625
1626 2008-03-25  Sven Herzberg  <sven@imendio.com>
1627
1628         Fixes: MB:#924: Hildon widgets doesn't support RTL mode
1629         Patch from: Mohammad Anwari  <mdamt@maemo.org>
1630
1631         * src/hildon-banner.c: let the HildonBanners pop up on the left side
1632         instead of the right in RTL mode
1633         * src/hildon-bread-crumb-trail.c: mirror the appearance of the
1634         breadcrumb button list in RTL mode
1635         * src/hildon-caption.c: mirror the appearance of the caption widget in
1636         RTL mode
1637         * src/hildon-date-editor.c: mirror appearance of the date editor in
1638         RTL mode
1639         * src/hildon-time-editor.c: mirror appearance of the time editor in
1640         RTL mode
1641         * src/hildon-window.c: fix the position of the popup in RTL mode
1642
1643 2008-03-25  Sven Herzberg  <sven@imendio.com>
1644
1645         Amendment to the fix of NB#22072. Fix compilation.
1646
1647         * src/hildon-banner.c: (hildon_banner_timeout): fix compilation
1648
1649 2008-03-19  Sven Herzberg  <sven@imendio.com>
1650
1651         Fixes: NB#22072: Revisiting fix for "Implement robust timer handling
1652         in Info Banner" bug
1653
1654         * src/hildon-banner.c: (hildon_banner_timeout): reset the current
1655         timeout id properly when the timeout will disappear this leaves no
1656         artifacts around in the destroy(); there will only be the timeout
1657         created by hildon_banner_ensure_timeout() and adding a new timeout
1658         will also work if the timeout gets removed because the timeout_handler
1659         returned FALSE
1660
1661 2008-03-19  Michael Natterer  <mitch@imendio.com>
1662
1663         Fixes: NB#79791: Cannot set focus to Master volume using stylus
1664
1665         * src/hildon-volumebar.c
1666         * src/hildon-vvolumebar.c
1667         * src/hildon-hvolumebar.c (init): remove UNSET_FLAGS(CAN_FOCUS) so
1668         the widget becomes focussable at all.
1669
1670         * src/hildon-volumebar.c: implement GtkWidget::grab_focus() and
1671         set the focus to wither the mute button or the volumebar.
1672
1673         Remove own "can-focus" property and instead listen to
1674         notify::can-focus in order to update the widget's state.
1675
1676         Implement GtkWidget::focus() and make sure we can also *leave* the
1677         widget, not only enter it, depending on volumebar orientation and
1678         requested focus direction.
1679
1680         Clean up set_mute() to cooperate nicely with all the above.
1681
1682 2008-03-04  Michael Natterer  <mitch@imendio.com>
1683
1684         Fixes: NB#78481: information banners are hidden under browser menu
1685
1686         * src/hildon-banner.c: call gtk_window_present() on the banners so
1687         they are risen if they are already visible.
1688
1689 2008-03-03  Sven Herzberg  <sven@imendio.com>
1690
1691         Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account
1692
1693         * examples/hildon-window-menu-example.c: (main): extended the window
1694         menu example to serve as a testcase for automatically added
1695         accelerator groups, too
1696         * src/hildon-window.c: (hildon_window_add_accel_group),
1697         (hildon_window_set_menu): added patch by Tommi Komulainen
1698
1699 2008-03-03  Sven Herzberg  <sven@imendio.com>
1700
1701         Fixes: MB#1276: wrong allocators used in hildon_window_get_borders
1702
1703         * src/hildon-window.c: (hildon_window_get_borders): don't imply any
1704         knowledge about the border allocators used within GTK+
1705
1706 2008-02-26  Sven Herzberg  <sven@imendio.com>
1707
1708         Fixes: MB#2981: Build with asserts broken
1709
1710         * src/hildon-date-editor.c,
1711         * src/hildon-number-editor.c,
1712         * src/hildon-time-editor.c,
1713         * src/hildon-weekday-picker.c: replace HILDON_IS_EDITOR_EDITOR by a
1714         the proper GType instance check
1715
1716 2008-02-25  Sven Herzberg  <sven@imendio.com>
1717
1718         Fixed: MB#1221: HildonWindow shouldn't call show_all for GtkMenu
1719
1720         * doc/Makefile.am: tell gtk-doc about HILDON_DISABLE_DEPRECATED
1721         * examples/hildon-window-menu-example.c: (main): explicitly show
1722         the menu item
1723         * src/hildon-window.c:
1724         (hildon_window_set_main_menu): moved most of the code from set_menu()
1725         to this place; skipped the call to gtk_widget_show_all(); also didn't
1726         introduce gtk_widget_show() as gtk_menu_popup() will call that anyways
1727         (hildon_window_set_menu): removed most of the code, just keep the
1728         questionable gtk_widget_show_all()
1729         * src/hildon-window.h: added the new function and deprecate the old
1730         one
1731
1732 2008-01-10  Xan Lopez  <xan.lopez@nokia.com>
1733
1734         [2.0.1-1 release]
1735
1736         * NEWS:
1737         * configure.ac:
1738         * debian/changelog: Updating.
1739
1740 2008-01-10  Xan Lopez  <xan.lopez@nokia.com>
1741
1742         * configure.ac:
1743         * pkgconfig/Makefile.am:
1744         * pkgconfig/hildon.pc.in:
1745         * src/Makefile.am:
1746
1747         Do not use PACKAGE_VERSION_MAJOR as the API revision,
1748         use newly created API_MAJOR_VERSION.
1749
1750 2008-01-09  Xan Lopez  <xan.lopez@nokia.com>
1751
1752         [2.0.0-1 release]
1753
1754         * NEWS:
1755         * configure.ac:
1756         * debian/changelog: Updating.
1757
1758 2008-01-09  Xan Lopez  <xan.lopez@nokia.com>
1759
1760         * src/hildon-color-chooser.c (hildon_color_chooser_class_init):
1761
1762         Add outer_border style property, we use it but don't define it (!).
1763
1764         Fixes NB#75310
1765
1766 2007-12-21  Xan Lopez  <xan.lopez@nokia.com>
1767
1768         * examples/hildon-bread-crumb-trail-example.c (main):
1769
1770         Add clear button.
1771
1772         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_remove):
1773
1774         Fix logic for the bread crumb trail node removal.
1775
1776         Fixes: NB#78616
1777
1778 2007-12-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1779
1780         [1.99.1-1 release]
1781
1782         * NEWS:
1783         * configure.ac:
1784         * debian/changelog: Updating.
1785
1786 2007-11-08  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1787
1788         Patch by Alejandro to get/set passwords dialogs accesibility.
1789
1790         * hildon-1/src/hildon-get-password-dialog.c:
1791         * hildon-1/src/hildon-set-password-dialog.c:
1792         Set atk_set_name to the passwd entries in order to allow
1793         accessibility by name on this entries.
1794
1795 2007-10-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1796
1797         [1.99.0-2 release]
1798
1799         * debian/changelog:
1800         * debian/control: Updating gtk dep.
1801
1802 2007-10-10  Mohammad Anwari  <Mohammad.Anwari@nokia.com>
1803
1804         * configure.ac, pkgconfig/hildon-1.pc: Turn on -DMAEMO_CHANGES only if
1805         USE_MAEMO_GTK is enabled.
1806
1807 2007-10-10  Xan Lopez  <xan.lopez@nokia.com>
1808
1809         * src/hildon-code-dialog.c (hildon_code_dialog_init): check for
1810         MAEMO_GTK or GTK+ > 2.11 before using GTK_BUTTONBOX_CENTER mode.
1811
1812 2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1813
1814         [1.99.0-1 release]
1815
1816         * NEWS:
1817         * configure.ac:
1818         * debian/changelog: Updating.
1819
1820 2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1821
1822         * examples/Makefile.am:
1823         * examples/hildon-logical-color-example.c:
1824         * src/hildon-helper.c: Fixing the way logical colors/fonts are being
1825         applied + adding a test case. Fixes: NB#71660.
1826
1827 2007-10-08  Xan Lopez  <xan.lopez@nokia.com>
1828
1829         * src/hildon-window.c (hildon_window_map): only map the vbox if it's supposed
1830         to be visible, fixes warning on map for windows without toolbars.
1831
1832 2007-10-02  Xan Lopez  <xan.lopez@nokia.com>
1833
1834         * src/hildon-seekbar.c: gtk_range_get_fill_level is available in GTK+ since
1835         2.11.0, add a check for that besides the MAEMO_GTK check.
1836
1837 2007-09-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1838
1839         [1.0.17-1 release]
1840
1841         * NEWS:
1842         * configure.ac:
1843         * debian/changelog: Updating.
1844
1845 2007-09-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1846
1847         * src/hildon-window.c: Applying patches by Xan to fix the toolbar
1848         visibility. Fixes: NB#70842 and MB#615.
1849
1850 2007-09-25  Xan Lopez  <xan.lopez@nokia.com>
1851
1852         * src/hildon-bread-crumb-widget.c (hildon_bread_crumb_widget_constructor):
1853         set the separator as no-show-all so it doesn't unintentionally appear when
1854         someone does a show_all.
1855
1856 2007-09-25  Xan Lopez  <xan.lopez@nokia.com>
1857
1858         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_text)
1859         (hildon_bread_crumb_trail_push_icon): Do not show the separator for the
1860         toplevel item. Fixes: NB#62031
1861
1862 2007-09-24  Xan Lopez  <xan.lopez@nokia.com>
1863
1864         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_icon):
1865         fix the name of the function in the docs.
1866
1867 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1868
1869         [1.0.16-1 release]
1870
1871         * NEWS:
1872         * configure.ac:
1873         * debian/changelog: Updating.
1874
1875 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1876
1877         * examples/hildon-banner-long-example.c: Adding a test-case for long
1878         hildon banner.
1879
1880         * src/hildon-find-toolbar.c: Fixing the get_last_index function.
1881
1882 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1883
1884         * src/hildon-color-chooser-dialog.c:
1885         * src/hildon-color-chooser.c:
1886         * src/hildon-font-selection-dialog.c: Adding two patches by Tommi to fix
1887         memory leaks in font selector and color selector. Fixes: NB#70499 and
1888         NB#70474.
1889
1890 2007-09-20  Johan Bilien  <johan.bilien@nokia.com>
1891
1892         * src/hildon-helper.c: Fixed the leak of the a GList. Fixes: NB#70273.
1893
1894 2007-09-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1895
1896         * src/hildon-code-dialog.c: Making the hardcoded WIDTH/HEIGHT values a
1897         little bit bigger. Fixes: #NB63694.
1898
1899 2007-09-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1900
1901         [1.0.15-1 release]
1902
1903         * NEWS:
1904         * configure.ac:
1905         * debian/changelog: Updating.
1906
1907 2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1908
1909         * doc/Makefile.am:
1910         * doc/hildon-docs.sgml:
1911         * doc/images/bread-crumb-trail.png:
1912         * doc/images/calendar-popup.png:
1913         * doc/images/caption.png:
1914         * doc/images/code-dialog.png:
1915         * doc/images/color-button.png:
1916         * doc/images/color-chooser-dialog.png:
1917         * doc/images/color-chooser.png:
1918         * doc/images/controlbar.png:
1919         * doc/images/date-editor.png:
1920         * doc/images/font-selection-dialog.png:
1921         * doc/images/get-password-dialog.png:
1922         * doc/images/hvolumebar.png:
1923         * doc/images/login-dialog.png:
1924         * doc/images/note.png:
1925         * doc/images/number-editor.png:
1926         * doc/images/range-editor.png:
1927         * doc/images/seekbar.png:
1928         * doc/images/set-password-dialog.png:
1929         * doc/images/sort-dialog.png:
1930         * doc/images/time-editor.png:
1931         * doc/images/time-picker.png:
1932         * doc/images/vvolumebar.png:
1933         * doc/images/weekday-picker.png: Adding the new generated widget shots.
1934         Adding the bread-crumb-trial and helpers to the documentation.
1935
1936 2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1937
1938         * examples/hildon-find-toolbar-example.c:
1939         * src/hildon-find-toolbar.c:
1940         * src/hildon-find-toolbar.h: FIxing the default history-append handler to
1941         actually continue firing the other handlers if connected. Adding a new
1942         function:
1943         hildon_find_toolbar_get_last_index that gets the index of the most
1944         recently added (last) item. Fixes: NB#52301.
1945
1946 2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1947
1948         * src/hildon-caption.c: Applying a patch by Tommi to fix the focus
1949         behaviour. Fixes: NB#68610.
1950
1951 2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1952
1953         * src/hildon-banner.c: Actually reverting the previous change. It somehow
1954         looks a bit worse.
1955
1956 2007-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1957
1958         * src/hildon-banner.c: Changing the infobanner background pixmap to NULL
1959         when realizing the banner. Should make the infonbanner effect a bit more
1960         bearable.
1961
1962 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1963
1964         * src/hildon-volumebar.c:
1965         * src/hildon-volumebar.h: Changing the GtkWidget to HildonVolumebar in
1966         hildon_volumebar_set_range_insensitive_message and
1967         hildon_volumebar_set_range_insensitive_messagef. Fixes MB#1848.
1968
1969 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1970
1971         * src/hildon-window.c: Fixing the border freeing on destroy.
1972
1973 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1974
1975         * src/hildon-code-dialog-private.h:
1976         * src/hildon-code-dialog.c: Adding a patch by Tomas Junnonen to fix the
1977         kw keyboard support in HildonCodeDialog.
1978
1979 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1980
1981         [1.0.14-1 release]
1982
1983         * NEWS:
1984         * configure.ac:
1985         * debian/changelog: Updating.
1986
1987 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1988
1989         * src/hildon-date-editor.c:
1990         * src/hildon-number-editor.c:
1991         * src/hildon-private.c:
1992         * src/hildon-private.h:
1993         * src/hildon-time-editor.c:
1994         * src/hildon-weekday-picker.c: A patch by Xan Lopez to fix focus
1995         handling in subclassed composite widgets. Fixes: NB#66628.
1996
1997 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
1998
1999         * src/hildon-window.c: Removing extra gtk_main_iteration () processing
2000         from destroy_ callback as it introduces problems in async dbus signal
2001         handlers. Fixes NB#66673.
2002
2003 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2004
2005         * examples/hildon-hvolumebar-example.c:
2006         * src/hildon-volumebar.c: Improving the focus handling in the
2007         volumebar widgets. Fixes NB#63955 and NB#65155. Also fixing the
2008         set_property accessor so that "mute" property can be actually set. I'm
2009         scared that nobody noticed it's totally broken.
2010
2011 2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2012
2013         * debian/control: Use libesd0-dev or osso-esd-dev as esd dependancy.
2014         Fixes NB#66548.
2015
2016 2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2017
2018         * src/hildon-calendar.c:
2019         * src/hildon-number-editor.c:
2020         * src/hildon-time-picker.c: Changing the timeout repeat so that it
2021         matches the spec of 6 chars per second. Fixes: NB#60489.
2022
2023 2007-08-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2024
2025         * src/hildon-helper.c: Really fixing NB#58352. Looks like
2026         gtk_style_lookup_color sometime returns FALSE even though color was
2027         found and values were filled properly. Weird. Removing the warning for the
2028         time being.
2029
2030 2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2031
2032         * src/hildon-find-toolbar.c: Puting the combobox inside alignment to not
2033         expand vertically. Adding some extra space to the find toolbar buttons to
2034         make them thumbable. Fixes NB#66060.
2035
2036 2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2037
2038         * src/hildon-calendar-popup.c: Replacing the "Done" button in the calendar
2039         popup with "Ok" and "Cancel". Fixes NB#59299.
2040
2041 2007-08-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2042
2043         * src/hildon-calendar.c: Process all window updates before executing next
2044         timeout. Fixes: NB#54146.
2045
2046 2007-08-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2047
2048         [1.0.13-1 release]
2049
2050         * NEWS:
2051         * configure.ac:
2052         * debian/changelog: Updating.
2053
2054 2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
2055
2056         * src/hildon-banner.c: (hildon_banner_client_event): connect directly to
2057         the client event and ignore it, since we use the delete event to close
2058         after timeouts.
2059
2060 2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2061
2062         * src/hildon-helper.c: Remove the bogus warning about color not being
2063         found. Fixes NB#58352.
2064
2065 2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2066
2067         * examples/Makefile.am:
2068         * examples/hildon-toolbar-seekbar-example.c: Adding an example to test a
2069         HildonSeekbar widget inside a toolbar.
2070
2071 2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
2072
2073         * src/hildon-banner.c (hildon_banner_init): mark the banners as
2074         temporary, depends on maemo-gtk >= 2.10.12-osso7. Also ignore the
2075         delete event that will come from _GTK_DELETE_TEMPORARIES, as we
2076         don't want to be closed by non-temporary windows on map.
2077
2078         Also use G_DEFINE_TYPE instead of manually typed code.
2079
2080 2007-08-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2081
2082         [1.0.12-1 release]
2083
2084         * NEWS:
2085         * configure.ac:
2086         * debian/changelog:
2087         * debian/rules: Updating.
2088
2089 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2090
2091         * examples/Makefile.am:
2092         * examples/hildon-hvolumebar-timer-example.c: Adding an exmaple to debug
2093         bug NB#61128. Strangely it works.
2094
2095 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2096
2097         * src/hildon-date-editor.c: When the date editor entry has been changed
2098         but the numbers of characters < max, turn off the skip validation flag.
2099         Prevents a situation when we enter first a valid year and later re-write
2100         it with an invalid one. Fixes NB#60154.
2101
2102 2007-07-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2103
2104         * src/hildon-code-dialog.c: Fixing the dialog button alignment inside the
2105         code dialog. Fixes NB#64355.
2106
2107 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2108
2109         * src/hildon-wizard-dialog.c: Don't call the _set_sensitivity again after
2110         switching the page. Fixes NB#49374.
2111
2112         * examples/Makefile.am:
2113         * examples/hildon-wizard-dialog-example.c: Adding an example for
2114         HildonWizardDialog that shows how to handle manual sensitivity setting on
2115         the wizard dialog.
2116
2117 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2118
2119         * configure.ac:
2120         * src/Makefile.am:
2121         * src/hildon-version.h.in:
2122         * src/hildon.h: Adding the HILDON_CHECK_VERSION macro. Fixes: NB#62061.
2123
2124 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2125
2126         * src/hildon-volumebar.c: Updating the docs.
2127
2128 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2129
2130         [1.0.11-1 release]
2131
2132         * NEWS:
2133         * configure.ac:
2134         * debian/changelog: Updating.
2135
2136 2007-07-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2137
2138         * src/hildon-find-toolbar.c:
2139         * src/hildon-find-toolbar.h: Adding a few new functions to control the
2140         selected item: hildon_find_toolbar_set_active,
2141         hildon_find_toolbar_set_active_iter, hildon_find_toolbar_get_active,
2142         hildon_find_toolbar_get_active_iter . They correspond to respective
2143         GtkComboBox functions.
2144
2145         * examples/Makefile.am:
2146         * examples/hildon-find-toolbar-example.c: Adding the example to test the
2147         new functionality.
2148
2149 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2150
2151         * examples/Makefile.am:
2152         * examples/hildon-seekbar-example.c: Adding the seekbar example to check
2153         theming easily.
2154
2155         * src/hildon-font-selection-dialog.c: Fixing the default focus for dialog
2156         when font size > 32 and we pack a focusable widget inside. Actually using
2157         the default response would work too, but since we don't show default
2158         response state in any way (no theming) it would not be visible to the
2159         user. Fixes NB#63430.
2160
2161 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2162
2163         * src/hildon-date-editor.c: Adding the missing variable setter in the
2164         set_property handler. Fixes NB#54182.
2165
2166 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2167
2168         * src/hildon-window.h: Changing the long key press time from 1500ms to
2169         800ms as requested in NB#63700. I have a bad feeling about this, let's
2170         see... Fixes NB#63700.
2171
2172 2007-07-12  Tommi Komulainen  <tommi.komulainen@nokia.com>
2173
2174         * src/hildon-time-picker.c (hildon_time_picker_class_init,
2175         hildon_time_picker_map, hildon_time_picker_realize,
2176         hildon_time_picker_style_set): Split the contents of map to more
2177         appropriate functions; set window decorations on realize and update
2178         arrows' size requisitions on style-set. Avoids unnecessary resizing.
2179
2180 2007-07-02  Xan Lopez <xan.lopez@nokia.com>
2181
2182         [1.0.10-2 release]
2183
2184         * NEWS:
2185         * debian/changelog: Updating.
2186
2187 2007-07-02  Johan Bilien  <johan.bilien@nokia.com>
2188
2189         * src/Makefile.am: fixed installation of the header files
2190
2191 2007-06-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2192
2193         [1.0.10-1 release]
2194
2195         * NEWS:
2196         * configure.ac:
2197         * debian/changelog: Updating.
2198
2199 2007-06-27  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2200
2201         * configure.ac: Removing some remaining of --enable-xan.
2202
2203 2007-06-26  Xan Lopez  <xan.lopez@nokia.com>
2204
2205         * src/hildon-date-editor.c: (hildon_date_editor_keypress):
2206         * src/hildon-time-editor.c: (hildon_time_editor_entry_keypress):
2207
2208         Move all focus crazyness to the rc files. This depends on gtk+2.0 >=
2209         2.10.12-osso6 because the move-focus signal needs to be available in
2210         GtkWidget.
2211
2212 2007-06-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2213
2214         * examples/Makefile.am:
2215         * examples/hildon-hvolumebar-insensitive-map-example.c: Adding an example
2216         that makes a HildonVolumebar insensitive before mapping it. Seems to work
2217         fine. Prolly NB#61128 is fixed now.
2218
2219 2007-06-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2220
2221         * src/hildon-volumebar.c:
2222         * src/hildon-volumebar.h: Adding the
2223         hildon_volumebar_set_range_insensitive_message and
2224         hildon_volumebar_set_range_insensitive_messagef functions to set
2225         insensitive message on the slider of the volumebar. Fixes NB#61129.
2226
2227         * examples/Makefile.am:
2228         * examples/hildon-hvolumebar-insensitive-example.c: Adding an example to
2229         test the new insensitive messsage functionality on HildonVolumebar.
2230
2231 2007-06-14  Xan Lopez  <xan.lopez@nokia.com>
2232
2233         * src/hildon-private.c (hildon_private_composite_focus): make the focus handler
2234         work again.
2235
2236 2007-06-13  Xan Lopez  <xan.lopez@nokia.com>
2237
2238         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_clear): workaround
2239         http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back
2240         button on after clearing the trail.
2241
2242 2007-06-13  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2243
2244         * src/hildon-code-dialog.c: Removing the separator from the dialog.
2245
2246 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
2247
2248         * src/Makefile.am: remove circular dependency in hildon-enum-types.h creation
2249         by splitting the installed headers in generated and non-generated groups. Use
2250         only the non-generated headers to create the hildon-enum-types.h file.
2251
2252         * src/hildon-seekbar.h: gtkscale.h already includes gtkrange.h.
2253
2254 2007-06-12  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2255
2256         * src/hildon-window.c: Hide the window before performing the destroy.
2257         Should make the app closing a little tiny bit more snappy.
2258
2259 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
2260
2261         * src/hildon-seekbar.c: add gtkrange.h header
2262         * src/hildon-caption.c: remove unused variable
2263
2264 2007-06-08  Tommi Komulainen  <tommi.komulainen@nokia.com>
2265
2266         * configure.ac: Remove dysfunctional AC_ARG_ENABLE. Pointed out by
2267         Loic Minier.
2268
2269 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2270
2271         [1.0.9-1 release]
2272
2273         * NEWS:
2274         * configure.ac:
2275         * debian/changelog: Updating.
2276
2277 2007-06-07  Tommi Komulainen  <tommi.komulainen@nokia.com>
2278
2279         * src/hildon-window.c (hildon_window_window_state_event,
2280         hildon_window_is_topmost_notify, hildon_window_class_init): Stop the
2281         escape timeout on focus-out-event rather than notify::is-topmost; the
2282         latter doesn't get called when menus pop up. Fixes: NB#52946, MB#1101
2283
2284 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2285
2286         * src/hildon-window.c: Adding a patch from Tommi Komulainen to pass the
2287         correct timestamp and button to gtk_menu_popup. Fixes MB#1466.
2288
2289 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
2290
2291         * src/hildon-window: actually, you need to use the macro always, there's
2292         no private pointer in the instance structure. We should have cleaned this up
2293         when we had the chance...
2294
2295 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
2296
2297         * src/hildon-window.c: do not get the private date from HildonWindow before
2298         it passes the g_return_if_fail check. Once it's passed the test, there's no
2299         need to g_assert that it exists. Do not create a HildonWindowPrivate variable
2300         if you are only going to access the data once. Whitespace cleanups.
2301
2302 2007-06-04  Xan Lopez  <xan.lopez@nokia.com>
2303
2304         * src/hildon-bread-crumb-trail.c: set children visible before allocation.
2305         * src/hildon-bread-crumb-widget.c: set xalign to 0.0 for labels.
2306
2307 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2308
2309         [1.0.8-1 release]
2310
2311         * NEWS:
2312         * configure.ac:
2313         * debian/changelog: Updating.
2314
2315 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2316
2317         * src/hildon-window.c: When destroying the window, remove (if exists) the
2318         escape timeout handler. Fixes #NB59276.
2319
2320 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2321
2322         * src/hildon-banner.c: When realizing the widget, set the window
2323         transiency. Setting the transiency in the gobject constructor is not
2324         good, as the widget is not realized at that point. Fixes: #NB56624.
2325
2326 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
2327
2328         * src/hildon-bread-crumb-trail.h (struct _HildonBreadCrumbTrailClass):
2329         Add padding for future expansions.
2330
2331 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
2332
2333         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_class_init):
2334         Add a new signal "move-parent", bind Escape and BackSpace to it. The handler
2335         will fake an activation on the previous to the last item of the trail, so
2336         the effect can be overrided by the developer as usual.
2337         Also change the callback for the back button to do the same thing, so its
2338         effect can be overrided too. Fixes: NB#58982
2339
2340 2007-05-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2341
2342         * src/hildon-caption.c: Implementing the proper focus grabbing in the
2343         HildonCaption. Fixes NB#52379.
2344
2345 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
2346
2347         * src/hildon-bread-crumb-trail.c (crumb_activated_cb): be very paranoid about
2348         the internal state of the trail after the user has had the chance of executing
2349         his handler for the signal. Specifically, it may happen that the activated button
2350         is removed and the user still lets the default handler run. This would segfault
2351         previously.
2352
2353 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2354
2355         * src/hildon-font-selection-dialog.c: When the font is really big, add the
2356         scrollbar to the preview dialog. Fixes NB#54147.
2357
2358 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2359
2360         * src/hildon-date-editor.c: Changing the default max year to 2037. The
2361         max/min year properties can be altered, so the client can modify it
2362         anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147.
2363
2364 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2365
2366         * src/hildon-calendar.c: Removing the unused 'hildonlike' property, making
2367         hildonlike by default. Fixing a problem with disappearing arrows when
2368         scrolling through months and years. Fixes NB#54127.
2369
2370 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2371
2372         * examples/hildon-date-editor-example.c: Adding error callback to the date
2373         editor example.
2374
2375 2007-05-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2376
2377         [1.0.7-1 release]
2378
2379         * NEWS:
2380         * debian/changelog:
2381         * configure.ac: Updating.
2382
2383 2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2384
2385         * configure.ac: Adding a special '--enable-xan' configure option that
2386         turns off the -Werror compilation setting. Usefull for development.
2387
2388         * src/hildon-calendar.c:
2389         * src/hildon-number-editor.c:
2390         * src/hildon-time-picker.c: Adding the 5* multiplier to
2391         gtk-timeout-update.
2392
2393 2007-05-24  Xan Lopez  <xan.lopez@nokia.com>
2394
2395         * src/hildon-note.c (hildon_note_init): Use g_object_ref_sink
2396         instead of g_object_ref + gtk_object_sink.
2397
2398 2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2399
2400         [1.0.6-1 release]
2401
2402         * NEWS:
2403         * configure.ac:
2404         * debian/changelog: Updating.
2405
2406 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2407
2408         * src/hildon-color-chooser-dialog.c:
2409         * src/hildon-color-chooser.c: A few more GdkColor struct allocation fixes
2410         straight from Tommi labs.
2411
2412 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2413
2414         * examples/hildon-finger-example.c: Correcting the header file path.
2415
2416         * src/hildon-color-chooser-dialog.c: Allocate the color on the stack for
2417         the changed signal. Fixes a small memory leak.
2418
2419 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2420
2421         * autogen.sh:
2422         * debian/rules:
2423         * src/hildon-banner.c: Importing several usefull fixes from the
2424         ubuntu-mobile branch.
2425
2426 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2427
2428         * examples/Makefile.am:
2429         * examples/hildon-finger-example.c: Adding a finger-checking code
2430         example.
2431
2432         * src/hildon-font-selection-dialog.c: Do not allocate the color
2433         structure using the g_new. Fixes NB#54061.
2434
2435 2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2436
2437         * src/hildon-helper.c: Correcting tabs in file.
2438
2439 2007-05-08  Xan Lopez  <xan.lopez@nokia.com>
2440
2441         * src/hildon-bread-crumb-trail.c: Use set_child_visible only to
2442         control the visibility of the children.
2443
2444         * examples/hildon-bread-crumb-trail-example.c: Plug leak.
2445
2446 2007-05-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2447
2448         [1.0.5-1 release]
2449
2450         * NEWS:
2451         * configure.ac:
2452         * debian/changelog: Updating.
2453
2454 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
2455
2456         * src/hildon-bread-crumb-trail.c:
2457         (hildon_bread_crumb_trail_size_allocate):
2458
2459         Make the back button always a square.
2460
2461 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
2462
2463         * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h
2464         from the .c file as it's a private file.
2465
2466 2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2467
2468         * examples/hildon-vvolumebar-example.c: The VVolumebar example now
2469         uses slightly bigger height.
2470
2471         * src/hildon-font-selection-dialog.c: Adding some checks before
2472         freeing memory in the font selection dialog.
2473
2474 2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2475
2476         * src/hildon-font-selection-dialog.c: Adding a small check when
2477         freeing memory.
2478
2479         * src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix
2480         buttons sensitivity on page switching.
2481
2482 2007-04-27  Xan Lopez  <xan.lopez@nokia.com>
2483
2484         * src/hildon-bread-crumb-trail.c: make the add method handle all the
2485         internal details of adding a bread crumb to the trail.
2486
2487 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2488
2489         [1.0.4-1 release]
2490
2491         * README:
2492         * configure.ac:
2493         * debian/changelog: Updating.
2494
2495         * src/hildon-bread-crumb-trail.h:
2496         * src/hildon-bread-crumb.h: Changing the API guard to
2497         HILDON_ENABLE_UNSTABLE_API.
2498
2499 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2500
2501         [1.0.3-1 release]
2502
2503         * NEWS:
2504         * configure.ac:
2505         * debian/changelog:
2506         * debian/rules:
2507         * src/hildon-helper.h: Updating.
2508
2509 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2510
2511         [1.0.2-1 release]
2512
2513         * NEWS:
2514         * configure.ac:
2515         * debian/changelog:
2516
2517 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2518
2519         * README:
2520         * configure.ac:
2521         * src/hildon-helper.h: Small fix to make the package actually compile.
2522
2523 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
2524
2525         * src/hildon-bread-crumb-trail.h:
2526         * src/hildon-bread-crumb.h:
2527
2528         Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
2529         to define ENABLE_UNSTABLE_API in the code that includes these headers.
2530
2531 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
2532
2533         * examples/hildon-bread-crumb-trail-example.c:
2534         * src/Makefile.am:
2535         * src/hildon-bread-crumb-trail.c:
2536         * src/hildon-bread-crumb-trail.h:
2537         * src/hildon-bread-crumb.c:
2538         * src/hildon-bread-crumb.h:
2539         * src/hildon-marshalers.list:
2540         * src/hildon-bread-crumb-widget.c:
2541         * src/hildon-bread-crumb-widget.h:
2542
2543         Slight change in the widget design. The bread crumb trail API is
2544         unchanged, but HildonBreadCrumb is now an interface. A *private*
2545         implementation, hildon-bread-crumb-widget, is provided and used
2546         internally by the trail for the push_text/push_icon functions.
2547
2548         The generic push API is still available, so anyone can implement
2549         and use its own bread crumb widget.
2550
2551 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2552
2553         * debian/rules: Fixing the shlibs.
2554
2555 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2556
2557         * src/hildon-banner.c: Fixing a problem with timed banners having
2558         their parrent destroyed before they are.
2559
2560 2007-04-17  Xan Lopez  <xan.lopez@nokia.com>
2561
2562         * src/hildon-bread-crumb.c:
2563         * src/hildon-bread-crumb.h:
2564
2565         Make the get_natural_size function a vfunc.
2566
2567 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
2568
2569         * src/hildon-bread-crumb.c:
2570         * src/hildon-bread-crumb-trail.c:
2571
2572         Some cleanups.
2573
2574 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2575
2576         [1.0.1-1 release]
2577
2578         * AUTHORS:
2579         * NEWS:
2580         * configure.ac:
2581         * debian/changelog: Updating for release.
2582
2583 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
2584
2585         * src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
2586         don't leak the pango layout.
2587
2588 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
2589
2590         * src/hildon.h:
2591         * examples/hildon-bread-crumb-trail-example.c:
2592
2593         Fix example.
2594
2595 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2596
2597         * debian/changelog: Removing the bug-fixed entries that were actually
2598         resolved as WONTFIX.
2599
2600         * src/hildon-date-editor.c: Removing a redundant check. Fixes
2601         NB#54182.
2602
2603 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
2604
2605         * src/hildon-bread-crumb-trail.c:
2606         * src/hildon-bread-crumb-trail.h:
2607         * src/hildon-bread-crumb.c:
2608         * src/hildon-bread-crumb.h:
2609
2610         Untabify.
2611
2612 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
2613
2614         * src/hildon-bread-crumb-trail.c: don't use the priv data of bct
2615         until it's passed the type check.
2616
2617 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
2618
2619         * examples/hildon-bread-crumb-trail-example.c
2620
2621         Add license.
2622
2623 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
2624
2625         * examples/Makefile.am
2626         * examples/hildon-bread-crumb-trail-example.c
2627         * src/Makefile.am
2628         * src/hildon-bread-crumb-trail.c
2629         * src/hildon-bread-crumb-trail.h
2630         * src/hildon-bread-crumb.c
2631         * src/hildon-bread-crumb.h
2632
2633         New HildonBreadCrumbTrail widget.
2634
2635 2007-04-02  Lucas Rocha  <lucas.rocha@nokia.com>
2636
2637         * src/hildon-range-editor.c (hildon_range_editor_init),
2638         src/hildon-seekbar.c (hildon_seekbar_get_fraction,
2639         hildon_seekbar_set_fraction, hildon_seekbar_set_position),
2640         src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
2641         hildon_time_editor_class_init, hildon_time_editor_init),
2642         src/hildon-get-password-dialog.c (invalid_input,
2643         hildon_get_password_set_property, hildon_get_password_get_property,
2644         create_contents, hildon_get_password_dialog_set_max_characters),
2645         src/hildon-set-password-dialog.c (create_contents),
2646         src/hildon-date-editor.c (hildon_date_editor_init),
2647         src/hildon-login-dialog.c (hildon_login_dialog_init),
2648         src/hildon-number-editor.c (hildon_number_editor_init),
2649         src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
2650         hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
2651         the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
2652          configure option and adding the respective checks in the code.
2653         * src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
2654         hildon_calendar_drag_data_received): fixed some build warnings.
2655
2656 2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
2657
2658         * debian/changelog: A 1.0.0 release notes.
2659