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