3669da737663a811fc7a73c5c200666e1d7530e8
[hildon] / ChangeLog
1 2009-09-23  Claudio Saavedra  <csaavedra@igalia.com>
2
3         * hildon/hildon-note.c: Declare hildon_note_set_padding() only when using
4         maemo-gtk.
5
6 2009-09-23  Claudio Saavedra  <csaavedra@igalia.com>
7
8         * doc/hildon-sections.txt: Add hildon_banner_show_custom_widget()
9         * examples/hildon-banner-example.c: (area_expose),
10         (custom_widget_new), (on_progress_idle): New example showing a custom widget.
11         * hildon/hildon-banner.c:
12         * hildon/hildon-banner.h: Add hildon_banner_show_custom_widget().
13
14         Fixes: NB#140140 (Allow custom widgets to be used in banners)
15
16 2009-09-18  Claudio Saavedra  <csaavedra@igalia.com>
17
18         * examples/hildon-banner-example.c:
19         (on_information_clicked), (on_animation_clicked), 
20         (on_progress_clicked): GtkButton:clicked handlers do not return
21         gboolean. Fix this.
22
23 2009-09-17  Claudio Saavedra  <csaavedra@igalia.com>
24
25         [2.2.0 Release Candidate 7]
26
27         * NEWS: Updates
28         * debian/changelog: bump and updates
29
30 2009-09-17  Alberto Garcia  <agarcia@igalia.com>
31
32         * hildon/hildon-gtk.c (hildon_gtk_window_take_screenshot):
33         Use the Xlib API to take window screenshots, since the GDK API
34         doesn't allow us to set the event mask.
35
36         Fixes: NB#138857 (hildon_gtk_window_take_screenshot doesn't take a
37         screenshot)
38
39 2009-09-14  Claudio Saavedra  <csaavedra@igalia.com>
40
41         [2.2.0 Release Candidate 6]
42
43         * debian/changelog: bump and updates.
44
45 2009-09-14  Claudio Saavedra  <csaavedra@igalia.com>
46
47         * hildon/hildon-window.c: (hildon_window_update_menu_flag): Properly
48         free a GList and avoid potential memory corruption.
49
50 2009-09-11  Claudio Saavedra  <csaavedra@igalia.com>
51
52         [2.2.0 Release Candidate 5]
53
54         * NEWS: Updates
55         * debian/changelog: bump and updates
56
57 2009-09-11  Claudio Saavedra  <csaavedra@igalia.com>
58
59         Do not set any flag for empty legacy menus
60
61         * hildon/hildon-program.c: (hildon_program_set_common_menu):
62         * hildon/hildon-window.c: (hildon_window_update_menu_flag):
63         This will probably not work fine with empty legacy menus added to
64         programs or windows and populated later, but so it's life.
65
66 2009-09-10  Claudio Saavedra  <csaavedra@igalia.com>
67
68         Update the application menu flag for application-wise windows
69
70         * hildon/hildon-program.c: (+hildon_program_on_common_app_menu_changed),
71         (hildon_program_set_common_app_menu): Also take into account the visibility
72         of its items.
73
74 2009-09-10  Claudio Saavedra  <csaavedra@igalia.com>
75
76         Emit HildonAppMenu::changed when menu items change visibility
77
78         * hildon/hildon-app-menu.c: (item_visibility_changed),
79         (filter_visibility_changed): Also emit ::changed on
80         visibility of items changed.
81
82 2009-09-10  Claudio Saavedra  <csaavedra@igalia.com>
83
84         Do not set the menu flag in a window when a menu is empty
85
86         * hildon/hildon-window.c: (hildon_window_update_menu_flag),
87         (on_menu_changed), (on_menu_changedhildon_window_set_main_menu),
88         (on_menu_changed), (hildon_window_set_main_menu): Update on menu
89         changes by using the HildonAppMenu::changed signal.
90
91 2009-09-10  Claudio Saavedra  <csaavedra@igalia.com>
92
93         Add HildonAppMenu::changed signal
94
95         * hildon/hildon-app-menu.c: (hildon_app_menu_insert),
96         (hildon_app_menu_add_filter), (hildon_app_menu_class_init):
97         Emit a new HildonAppMenu:changed signal when there are changes in
98         the menu children.
99
100 2009-09-10  Claudio Saavedra  <csaavedra@igalia.com>
101
102         Add hildon_app_menu_has_visible_children() private method
103
104         * hildon/hildon-app-menu-private.h: Add below private method.
105         * hildon/hildon-app-menu.c: (hildon_app_menu_has_visible_children):
106         New method to check the visibility of a HildonAppMenu children.
107
108 2009-09-09  Claudio Saavedra  <csaavedra@igalia.com>
109
110         Set the window menu flag for application-common menus
111
112         * hildon/hildon-program.c:
113         (+hildon_program_window_set_common_menu_flag): Set or remove the
114         menu flag from a window only this doesn't have its own menu.
115         (+hildon_program_set_common_menu_flag): adjust menu flag for
116         all windows in the program.
117         (hildon_program_add_window),
118         (hildon_program_remove_window): add/remove the menu flag when
119         a window is added to the program.
120
121         Fixes: NB#137814 (Indicator for view menu in app title area)
122
123 2009-09-08  Claudio Saavedra  <csaavedra@igalia.com>
124
125         Set a special window property for windows with menus
126
127         * hildon/hildon-window-private.h: Add private
128         hildon_window_set_menu_flag()
129         * hildon/hildon-window.c: (+do_set_has_menu),
130         (+hildon_window_set_menu_flag): set
131         "_HILDON_WM_WINDOW_MENU_INDICATOR" to 1 in the window
132         or remove the property.
133         (hildon_window_set_main_menu),
134         (hildon_window_set_app_menu): call above methods to set or remove
135         the property when a menu is added or removed from the window.
136
137         Partially fixes: NB#137814 (Indicator for view menu in app title area)
138
139 2009-09-08  Claudio Saavedra  <csaavedra@igalia.com>
140
141         Rename and move the methods to set flags to hildon-private.h
142
143         * hildon/hildon-gtk.c: (do_set_progress_indicator),
144         (do_set_do_not_disturb), (do_set_portrait_flags): call
145         the new private method hildon_gtk_window_set_clear_window_flag()
146         (hildon_gtk_window_set_progress_indicator),
147         (hildon_gtk_window_set_do_not_disturb),
148         (hildon_gtk_window_take_screenshot): hildon_gtk_window_set_flag()
149         * hildon/hildon-private.c: (+hildon_gtk_window_set_clear_window_flag),
150         (+hildon_gtk_window_set_flag): Move from hildon-gtk.c and rename
151         properly.
152         * hildon/hildon-private.h: Add the two new private methds.
153
154 2009-09-11  Alejandro G. Castro  <alex@igalia.com>
155
156         * hildon/hildon-pannable-area.c,
157         (hildon_pannable_area_init),
158         (hildon_pannable_area_size_allocate),
159         (hildon_pannable_area_button_release_cb): More tuning of the
160         speed, adding a way to calculate the acceleration and fast-panning
161         based on the child size.
162
163 2009-09-10  Alberto Garcia  <agarcia@igalia.com>
164
165         * hildon/hildon-touch-selector.c
166         (hildon_touch_selector_class_init):
167         Documentation updates
168
169         Fixes: MB#5103
170
171 2009-09-10  Alberto Garcia  <agarcia@igalia.com>
172
173         * hildon/hildon-touch-selector.c:
174         Documentation updates
175
176         Fixes: MB#5104 (HildonTouchSelector docs should say no
177         HildonPannableArea is necessary)
178
179 2009-09-08  Alejandro G. Castro  <alex@igalia.com>
180
181         * hildon/hildon-pannable-area.c,
182         (hildon_pannable_area_timeout): Fixed problem with the timeout
183         function, we need to move before decelerating the first time or we
184         are loosing the first jump.
185
186         Fixes: NB#137604 (Pannable scroll_to does not move correctly)
187
188 2009-09-07  Claudio Saavedra  <csaavedra@igalia.com>
189
190         [2.2.0 Release Candidate 3]
191
192         * debian/changelog: updates
193
194 2009-09-07  Alejandro G. Castro  <alex@igalia.com>
195
196         * hildon/hildon-pannable-area.c,
197         (hildon_pannable_area_class_init): Increased max speed.
198
199 2009-09-07  Claudio Saavedra  <csaavedra@igalia.com>
200
201         [2.2.0 Release Candidate 2]
202
203         * NEWS: Updates
204         * debian/changelog: bump version, updates
205
206 2009-09-07  Alejandro G. Castro  <alex@igalia.com>
207
208         * hildon/hildon-pannable-area.c,
209         (hildon_pannable_area_class_init),
210         (hildon_pannable_area_button_release_cb): More tuning for the
211         large lists.
212
213 2009-09-07  Alejandro G. Castro  <alex@igalia.com>
214
215         * hildon/hildon-pannable-area.c,
216         (hildon_pannable_area_class_init):
217         Change the default value of the scrollbar_fade_delay.
218
219         Fixes: NB#127018 (Panning indicator fades out too slowly)
220
221 2009-09-04  Claudio Saavedra  <csaavedra@igalia.com>
222
223         [2.2.0 Release Candidate 1]
224
225         * NEWS: Updates
226         * configure.ac: Bump version
227         * debian/changelog: updates
228
229 2009-09-04  Alejandro G. Castro  <alex@igalia.com>
230
231         * hildon/hildon-pannable-area.c,
232         (hildon_pannable_area_init),
233         (hildon_pannable_area_button_press_cb),
234         (hildon_pannable_area_button_release_cb): Added a new acceleration
235         system to help traversing big lists, tuned the stop threshold.
236
237         Fixes: NB#132584 (Pannable kinetics in large lists needs tuning)
238
239 2009-09-04  Alberto Garcia  <agarcia@igalia.com>
240
241         * hildon/hildon-window.h:
242         Document and deprecate HILDON_WINDOW_LONG_PRESS_TIME
243
244         Fixes: MB#4580 (HILDON_WINDOW_LONG_PRESS_TIME is undocumented)
245
246 2009-09-04  Claudio Saavedra  <csaavedra@igalia.com>
247
248         [Release 2.1.97]
249
250         * configure.ac: bump version
251         * NEWS: updates
252         * debian/changelog: updates
253
254 2009-09-04  Alberto Garcia  <agarcia@igalia.com>
255
256         * hildon/hildon-entry.c
257         * hildon/hildon-text-view.c:
258         Documentation updates
259
260 2009-09-04  Alberto Garcia  <agarcia@igalia.com>
261
262         * hildon/hildon-app-menu.c (hildon_app_menu_repack_items):
263         Redraw menu when the number of items change.
264
265         Fixes: NB#131911 (Appmenu does not resize properly, when number of
266         menu items change)
267
268 2009-09-03  Claudio Saavedra  <csaavedra@igalia.com>
269
270         * hildon/hildon-pannable-area.c:
271         (hildon_pannable_area_launch_fade_timeout),
272         (hildon_pannable_area_motion_event_scroll),
273         (hildon_pannable_area_check_move),
274         (hildon_pannable_area_button_release_cb),
275         (hildon_pannable_area_scroll_to):
276
277         Use a priority of G_PRIORITY_IDLE_HIGH + 20 for all the pannable
278         area drawing operations, since this is the recommended for drawing
279         operations.
280
281         Fixes: NB#110894 (In event view containing very large description
282         field, application menu is displayed blank while panning)
283         Fixes: NB#131942 (HildonPickerDialog is seen empty when popping up
284         for the first time)
285
286 2009-09-03  Alberto Garcia  <agarcia@igalia.com>
287
288         * doc/hildon-sections.txt
289         * hildon/hildon-button.c
290         * hildon/hildon-edit-toolbar.c
291         * hildon/hildon-gtk.[ch]
292         * hildon/hildon-main.c
293         * hildon/hildon-program.c
294         * hildon/hildon-stackable-window.c:
295         Documentation updates
296
297 2009-08-28  Alberto Garcia  <agarcia@igalia.com>
298
299         * hildon/hildon-app-menu.c
300         (+hildon_app_menu_grab_notify, hildon_app_menu_class_init):
301         Close the menu if it receives a grab-notify signal.
302
303         Fixes: NB#134533 (UI freezes if we show a dialog with
304         gtk_dialog_run() while a menu is opened)
305
306 2009-08-27  Alejandro G. Castro  <alex@igalia.com>
307
308         * hildon/hildon-pannable-area.c,
309         (hildon_pannable_area_class_init): Reverted tuning modifications:
310         "Pannign needs to be faster" and "Pannable kinetics in large lists
311         needs tuning".
312
313 2009-08-26  Alberto Garcia  <agarcia@igalia.com>
314
315         * hildon/hildon-sound.c (hildon_play_system_sound):
316         Set "module-stream-restore.id" to "x-maemo-system-sound" when
317         playing system sounds
318
319         Fixes: NB#133767 (Information and confirmation note sound should
320         follow system profile setting)
321
322 2009-08-26  Alejandro G. Castro  <alex@igalia.com>
323
324         * hildon/hildon-pannable-area.c,
325         (hildon_pannable_area_class_init): Added more force and increased
326         the max speed threshold.
327
328         Fixes: NB#135344 (Pannign needs to be faster)
329
330 2009-08-26  Claudio Saavedra  <csaavedra@igalia.com>
331
332         [Release 2.1.96, this time for real]
333
334         * NEWS: updates
335         * debian/changelog: updates
336
337 2009-08-26  Alejandro Pinheiro <apinheiro@igalia.com>
338
339         * hildon/hildon-pannable-area.c
340         (hildon_pannable_area_get_topmost): change the computation of the
341         co-ordinates transformed when no one of the children is a topmost
342
343         Fixes: NB#133252 (Opening any feed item from RSS always opens the
344         first feed item in browser)
345
346 2009-08-26  Alejandro G. Castro  <alex@igalia.com>
347
348         * hildon/hildon-pannable-area.c,
349         (hildon_pannable_area_remove_timeouts): Adding this new function
350         with the code that removes the timeouts of the widget.
351         (hildon_pannable_area_dispose),
352         (hildon_pannable_area_unrealize): Use the new remove function to
353         stop timeouts when unrealizing and disposing.
354         (hildon_pannable_area_scroll_to): Added a CLAMP to the position
355         calculation to avoid negative values in some cases.
356
357         Fixes: NB#135179 (Remove pannable timeouts in unrealize function)
358
359 2009-08-24  Claudio Saavedra  <csaavedra@igalia.com>
360
361         * examples/hildon-check-button-example.c: (button_toggled_cb):
362         * hildon/hildon-check-button.c: (hildon_check_button_toggled),
363         (hildon_check_button_set_active), (hildon_check_button_new),
364         (hildon_check_button_clicked), (hildon_check_button_class_init):
365         * hildon/hildon-check-button.h:
366         * hildon/hildon-set-password-dialog.c: (create_contents),
367         (hildon_set_password_response_change), (hildon_checkbox_toggled):
368
369         Revert "Make HildonCheckButton derive from GtkToggleButton"
370
371 2009-08-21  Alberto Garcia  <agarcia@igalia.com>
372
373         [Release 2.1.96]
374
375         * configure.ac: bump version
376         * NEWS: updates
377         * debian/changelog: updates
378
379 2009-08-21  Alberto Garcia  <agarcia@igalia.com>
380
381         * hildon/hildon-check-button.h
382         * hildon/hildon-check-button.c
383         (hildon_check_button_clicked, hildon_check_button_class_init):
384         Make HildonCheckButton derive from GtkToggleButton
385         (hildon_check_button_toggled, hildon_check_button_set_active)
386         (hildon_check_button_get_active):
387         Deprecate unnecessary HildonCheckButton API and use the
388         one from GtkToggleButton instead.
389
390         * hildon/hildon-set-password-dialog.c (create_contents)
391         (hildon_set_password_response_change, hildon_checkbox_toggled)
392         * examples/hildon-check-button-example.c (button_toggled_cb):
393         Update to use the GtkToggleButton API
394
395         Fixes: MB#4739 (HildonCheckButton should inherit from
396         GtkToggleButton)
397
398         Fixes: NB#132661 (HildonCheckButton should inherit from
399         GtkToggleButton)
400
401 2009-08-20  Alberto Garcia  <agarcia@igalia.com>
402
403         * hildon/hildon-pannable-area.c
404         (hildon_pannable_area_class_init):
405         Increase default value of HildonPannableArea:velocity_max to 2000
406
407         Fixes: NB#132584 (Pannable kinetics in large lists needs tuning)
408
409 2009-08-18  Alberto Garcia  <agarcia@igalia.com>
410
411         [Release 2.1.95]
412
413         * configure.ac: bump version
414         * NEWS: updates
415         * debian/changelog: updates
416
417 2009-08-11  Alejandro G. Castro  <alex@igalia.com>
418
419         * hildon/hildon-pannable-area.c
420         (hildon_pannable_area_size_allocate): Checked the scrollbars
421         before the first try when defining the layout, avoids two
422         allocations in some situations.
423
424         Fixes: NB#131794 (pannable area produces unnecessary allocations
425         causing performance problems)
426
427 2009-08-11  Alejandro G. Castro  <alex@igalia.com>
428
429         * hildon/hildon-pannable-area.c
430         (hildon_pannable_area_button_press_cb),
431         (hildon_pannable_area_motion_notify_cb),
432         (hildon_pannable_area_button_release_cb): Added unrefs to reduce
433         the spurious ref added in the copy, fixes leak of window.
434
435         Fixes: NB#130900 (HildonPannableArea will leak it's event_window
436         if it's realized without showing and then deleted)
437
438 2009-08-10  Alberto Garcia  <agarcia@igalia.com>
439
440         [Release 2.1.94]
441
442         * configure.ac: bump version
443         * NEWS: updates
444         * debian/changelog: updates
445
446 2009-08-06  Alberto Garcia  <agarcia@igalia.com>
447
448         * examples/hildon-hvolumebar-timer-example.c
449         (on_idle, main)
450         * hildon/hildon-banner.c
451         (hildon_banner_timeout, hildon_banner_ensure_timeout)
452         * hildon/hildon-calendar.c
453         (calendar_timer, start_spinning)
454         * hildon/hildon-color-chooser.c
455         (inline_limited_expose)
456         * hildon/hildon-date-editor.c
457         (hildon_date_editor_entry_focus_in)
458         (hildon_date_editor_entry_validate)
459         (hildon_date_editor_entry_select_all)
460         * hildon/hildon-note.c
461         (on_show_cb)
462         * hildon/hildon-number-editor.c
463         (hildon_number_editor_button_pressed)
464         (hildon_number_editor_start_timer, do_mouse_timeout),
465         (add_select_all_idle, hildon_number_editor_select_all)
466         * hildon/hildon-time-editor.c
467         (hildon_time_editor_entry_focus_in)
468         (highlight_callback, hildon_time_editor_validate)
469         (hildon_time_editor_entry_select_all)
470         * hildon/hildon-time-picker.c
471         (hildon_time_picker_arrow_press)
472         (hildon_time_picker_key_repeat_timeout)
473         * hildon/hildon-window.c
474         (hildon_window_key_press_event)
475         (hildon_window_escape_timeout):
476         Replace all calls to g_idle_add/g_timeout_add with their
477         gdk_threads counterparts.
478
479         Fixes: NB#126198 (gdk-threads API should be used to install idle
480         and timeout handlers)
481
482 2009-08-06  Alejandro G. Castro  <alex@igalia.com>
483
484         * hildon/hildon-pannable-area.c,
485         (hildon_pannable_area_class_init): Increased the overshooting max
486         speed to get a faster effect.
487         (hildon_pannable_axis_scroll): Increased minimum speed and reduce
488         deceleration of the overshooting
489         (hildon_pannable_area_button_release_cb): Calculate initial
490         overshooting speed when finger on the screen using the distance to
491         launch the effect faster.
492
493         Fixes: NB#126115 (Pannable list overshooting is unusably slow for
494         lists with slow row renderers)
495
496 2009-08-05  Alberto Garcia  <agarcia@igalia.com>
497
498         * doc/hildon-sections.txt: Add new functions
499
500 2009-08-05  Alberto Garcia  <agarcia@igalia.com>
501
502         * hildon/hildon-text-view.[ch]
503         * hildon/hildon-entry.[ch]:
504         Add deprecation guards around deprecated functions.
505
506 2009-08-05  Claudio Saavedra  <csaavedra@igalia.com>
507
508         * hildon/hildon-app-menu.c: Remove leftover function declaration.
509
510 2009-08-05  Claudio Saavedra  <csaavedra@igalia.com>
511
512         Remove the grab from HildonAppMenu
513
514         * hildon/hildon-app-menu.c:
515         Now hildon-desktop places a blocker window behind the menu to handle
516         its closing, so the grab is no longer needed. This simplifies its
517         implementation and allows the system blanking to succeed.
518
519         Fixes: NB#130910 (Screen gets unlocked when menu is open)
520
521 2009-08-04  Claudio Saavedra  <csaavedra@igalia.com>
522
523         [Release 2.1.93]
524
525         * configure.ac: bump version
526         * NEWS: updates
527         * debian/changelog: updates
528         * debian/control: raise debian dependency on GTK+
529
530 2009-08-04  Alberto Garcia  <agarcia@igalia.com>
531
532         * hildon/hildon-text-view.c
533         * hildon/hildon-entry.c:
534         Remove all placeholder code from HildonEntry and HildonTextView
535         and use the API in GtkEntry and GtkTextView instead.
536
537         * examples/hildon-entry-example.c
538         * examples/hildon-text-view-example.c
539         * examples/hildon-wizard-dialog-example.c
540         * hildon/hildon-get-password-dialog.c
541         * hildon/hildon-login-dialog.c
542         * hildon/hildon-picker-dialog.c
543         * hildon/hildon-set-password-dialog.c
544         * hildon/hildon-touch-selector-entry.c:
545         Replace all deprecated calls to HildonEntry and HildonTextView
546         with their Gtk counterparts.
547
548         Fixes: NB#122395 (hildon_entry_set_placeholder() should be in
549         GtkEntry)
550
551 2009-08-03  Alejandro G. Castro  <alex@igalia.com>
552
553         * hildon/hildon-pannable-area.c,
554         (hildon_pannable_area_check_move),
555         (hildon_pannable_area_button_release_cb),
556         (hildon_pannable_area_scroll_to): Reverted the priority change of
557         the timeout, in some situations, slow renderers, the click do not
558         make it to the mainloop on time.
559
560         Fixes NB#131013 (unable to stop panning file manager by tapping on
561         it)
562
563 2009-07-30  Claudio Saavedra  <csaavedra@igalia.com>
564
565         * configure.ac: bump version
566         * NEWS: updates
567         * debian/changelog: updates
568
569 2009-07-28  Alejandro Pinheiro <apinheiro@igalia.com>
570
571         * hildon/hildon-touch-selector.[ch]
572         (hildon_touch_selector_center_on_index): New method that allows to center
573         on a item not selected
574
575         Fixes NB#130291 (New HildonTouchSelector API is required to center on
576         any column item)
577
578 2009-07-29  Alberto Garcia  <agarcia@igalia.com>
579
580         * hildon/hildon-text-view.c
581         (+set_logical_color, +hildon_text_view_style_set)
582         (hildon_text_view_refresh_contents, hildon_text_view_class_init)
583         (hildon_text_view_init)
584         * hildon/hildon-entry.c
585         (+set_logical_color, +hildon_entry_style_set)
586         (hildon_entry_show_placeholder, hildon_entry_hide_placeholder)
587         (hildon_entry_class_init, hildon_entry_init)
588         * hildon/hildon-button.c
589         (+set_logical_font, +set_logical_color)
590         (hildon_button_style_set, hildon_button_init)
591         (hildon_button_set_arrangement, hildon_button_set_style):
592         Remove all calls to hildon_helper_set_logical_font() and
593         hildon_helper_set_logical_color(), which are recursive, from
594         within Hildon.
595
596         Fixes: NB#123409 (Showing dialog consumes significant amount of
597         time)
598
599 2009-07-29  Alejandro G. Castro  <alex@igalia.com>
600
601         * hildon/hildon-pannable-area.c,
602         (hildon_pannable_area_timeout): Added the process updates of the
603         scrollbars window in the pannable.
604
605         Fixes: NB#130043 (scrollindicator not smooth while panning)
606
607 2009-07-23  Alejandro G. Castro  <alex@igalia.com>
608
609         * hildon/hildon-pannable-area.c,
610         (hildon_pannable_area_check_move),
611         (hildon_pannable_area_button_release_cb),
612         (hildon_pannable_area_scroll_to): Increased the priority of the
613         timeout this way it is going to be handled before the events.
614
615 2009-07-22  Claudio Saavedra  <csaavedra@igalia.com>
616
617         [Release 2.1.91]
618
619         * configure.ac: bump version
620         * debian/changelog: updates
621
622 2009-07-21  Claudio Saavedra  <csaavedra@igalia.com>
623
624         * hildon/hildon-entry.c: (set_property): Do not allow to set
625         automatic height and use finger height instead, to prevent an to
626         have a smaller size than than its theme pixbuf.
627
628         Fixes: NB#118398 (HildonEntry - unnecessary rescaling of images)
629
630 2009-07-21  Claudio Saavedra  <csaavedra@igalia.com>
631
632         * configure.ac: postrelease version bump.
633         * debian/changelog: post release version bump
634
635 2009-07-21  Claudio Saavedra  <csaavedra@igalia.com>
636
637         [Release 2.1.90]
638
639         * NEWS: Updates.
640         * configure.ac: Bump version.
641         * debian/changelog: Updates.
642
643 2009-07-20  Claudio Saavedra  <csaavedra@igalia.com>
644
645         * hildon/hildon-note.c: (label_size_request): Take the note
646         padding into account when setting the size request.
647
648         Fixes: NB#127896 (Information notes text truncated)
649
650 2009-07-16  Claudio Saavedra  <csaavedra@igalia.com>
651
652         * configure.ac: postrelease version bump.
653         * debian/changelog: post release version bump
654
655 2009-07-16  Claudio Saavedra  <csaavedra@igalia.com>
656
657         [Release 2.1.88]
658
659         * NEWS: Updates.
660         * configure.ac: Bump version.
661         * debian/changelog: Updates.
662
663 2009-07-16  Alejandro G. Castro  <alex@igalia.com>
664
665
666         * hildon/hildon-text-view.c,
667         (hildon_text_view_button_press_event): Grabbed the focus in button
668         press, this way we are sure the widget has the focus in the
669         release event, required for HIM.
670
671         Fixes: NB#121445 (Virtual keyboard opening is not working in same
672         way for each text entry field)
673
674 2009-07-15  Alejandro Pinheiro <apinheiro@igalia.com>
675
676         * hildon/hildon-pannable-area.[ch](hildon_pannable_area_set_focus_child)
677         (hildon_pannable_area_center_on_child_focus ,hildon_pannable_area_class_init)
678         (hildon_pannable_area_get_property, hildon_pannable_area_set_property)
679         (hildon_pannable_area_button_press_cb, hildon_pannable_area_button_release_cb)
680         (hildon_pannable_area_[gs]et_center_on_child_focus)
681         Redefined GtkContainer set-focus-child signal, in order to center
682         properly on a child when it receives the focus. Defined a new property
683         "center-on-child-focus" in order to activate this feature (deactivated
684         by default). Public get/set methods defined to manage the property.
685
686         Fixes: NB#108487 (Phone settings dialog should scroll to focused field)
687
688 2009-07-14  László Pere  <lpere@blumsoft.eu>
689
690         * hildon/hildon-app-menu.c: (hildon_app_menu_apply_style): Ensure that
691         the new size is applied.
692
693         Fixes: NB#124510 (The Application Menu is distorted when switched
694         between portrait and landscape mode)
695         Fixes: NB#115388 (Power key menu does not resize itself)
696
697 2009-07-01  Alberto Garcia  <agarcia@igalia.com>
698
699         * hildon/hildon-banner.c (hildon_banner_map):
700         Set banner position after mapping.
701
702 2009-06-29  Claudio Saavedra  <csaavedra@igalia.com>
703
704         * configure.ac: postrelease version bump.
705         * debian/changelog: post release version bump
706
707 2009-06-29  Claudio Saavedra  <csaavedra@igalia.com>
708
709         [Release 2.1.86]
710
711         * NEWS: Updates.
712         * configure.ac: Bump version.
713         * debian/changelog: Updates.
714
715 2009-06-29  Adam Endrodi  <adam.endrodi@blumsoft.eu>
716
717         * hildon/hildon-program.c (hildon_program_update_top_most): Ignore
718         BadWindow error.
719
720 2009-06-26  Alejandro Pinheiro  <apinheiro@igalia.com>
721
722         * tests/check-hildon-banner.c
723         * tests/check_text.c
724         * tests/test_suites.h
725         Protect hildon-banner tests with #ifndef HILDON_DISABLE_DEPRECATED, as
726         were testing deprecated functions.
727         * examples/hildon-banner-example.c: typo on button3 type, that causes
728         a fail compiling with --with-examples but without --disable-deprecated
729
730         Missed commit in order to fix compilation using '--enable-fatal' and
731         '--disable-deprecated' (see previous commit)
732
733 2009-06-26  Alejandro Pinheiro  <apinheiro@igalia.com>
734
735         * examples/hildon-banner-example.c: Protect deprecated hildon-banner
736         functions with #ifndef HILDON_DISABLE_DEPRECATED
737         * examples/hildon-find-toolbar.c: Protect deprecated
738         HILDON_ICON_SIZE_TOOLBAR with #ifndef HILDON_DISABLE_DEPRECATED
739         * hildon/hildon-find-toolbar.c: Change deprecated HILDON_ICON_SIZE_TOOLBAR
740         in favor of HILDON_ICON_PIXEL_SIZE_FINGER
741         * hildon/hildon-private.h: Unmark hildon_privfate_create_animation() as
742         deprecated.
743         * hildon/hildon-stackable-window.c: Added #undef HILDON_DISABLE_DEPRECATED
744         to allow proper compilation of deprecated functions defined on the header
745
746         Fixed compilation using '--enable-fatal' and '--disable-deprecated'
747
748 2009-06-25  Claudio Saavedra  <csaavedra@igalia.com>
749
750         * hildon/hildon-pannable-area.c: (hildon_pannable_area_init):
751         Cache the panning indicator color.,
752         (hildon_pannable_area_style_set): Query the color on style changes.
753         (hildon_pannable_draw_vscroll),
754         (hildon_pannable_draw_hscroll),
755         (hildon_pannable_area_expose_event): Use the cached panning indicator
756         color instead of looking it up on every expose and more.
757
758 2009-06-25  Claudio Saavedra  <csaavedra@igalia.com>
759
760         * hildon/hildon-pannable-area.c: (hildon_pannable_draw_vscroll),
761         (hildon_pannable_draw_hscroll),
762         (hildon_pannable_area_expose_event): Fix the panning indicator color,
763         so that it's "SecondaryTextColor", as desired.
764
765 2009-06-25  Alejandro Pinheiro  <apinheiro@igalia.com>
766
767         * hildon/hildon-picker-dialog.c:
768         (selection_completed): take into account HILDON_UI_MODE_NORMAL
769         * hildon/hildon-touch-selector.c
770         (hildon_touch_selector_init): Initialize hildon-ui-mode
771         (hildon_touch_selector_row_activated): new callback for the
772         "row-activated" signal, in order to save the last activated
773         (hildon_touch_selector_check_ui_mode_coherence): new method that checks
774         if the current hildon-ui-mode is coherent with the touch selector
775         (hildon_touch_selector_class_init)
776         (hildon_touch_selector_get_property)
777         (hildon_touch_selector_set_property)
778         Added "hildon-ui-mode" property
779         (disconnect_model_handlers): renamed to clean_column
780         (hildon_touch_selector_remove): use clean_column function
781         (_create_new_column): use the hildon-ui-mode to create the treeview, and
782         only select the first element on HILDON_UI_MODE_EDIT
783         (hildon_touch_selector_column_init): Initialize last_activate
784         (hildon_touch_selector_append_column): check that the touch selector
785         is coherent with the current hildon-ui-mode
786         (hildon_touch_selector_get_hildon_ui_mode)
787         (hildon_touch_selector_set_hildon_ui_mode)
788         Added a getter/setter for the hildon-ui-mode property
789         (hildon_touch_selector_get_last_activated_row): Added this method in
790         order to get the last activated row.
791         * examples/hildon-touch-selector-normal-mode-example.c
792         New example, that shows how to use the HildonTouchSelector in
793         HILDON_UI_MODE_NORMAL
794
795         Fixes: NB#95685 (Add field dialog should use HILDON_UI_MODE_NORMAL), using
796         Kristian Rietveld <kris@lanedo.com> advices
797
798 2009-06-25  Claudio Saavedra  <csaavedra@igalia.com>
799
800         * hildon/hildon-time-selector.c: (update_format_policy): Do
801         not call update_format_dependant_columns() if not necessary.
802         (update_format_dependant_columns): Remove unnecessary check for
803         the number of columns.
804
805 2009-06-24  Claudio Saavedra  <csaavedra@igalia.com>
806
807         * hildon/hildon-note.c (+hildon_note_constructor),
808         (hildon_note_class_init), (+hildon_note_set_padding),
809         (hildon_note_rebuild): Install a constructor where to set the
810         padding properties in the note, so that it actually works fine.
811         Use hildon_note_set_padding() for this, and also to set it during
812         the note rebuild.
813
814 2009-06-24  Claudio Saavedra  <csaavedra@igalia.com>
815
816         * configure.ac: Bump GTK+ requirement to 2.14.3.
817         * hildon/hildon-note.c: (hildon_note_rebuild): Use gtk_dialog_set_padding()
818         when using maemo-gtk to define proper margins for the notes.
819
820         Fixes: NB#124408 (Confirmation notes: the 'Yes' button overlaps
821         with the dialog edge)
822
823 2009-06-24  Alberto Garcia  <agarcia@igalia.com>
824
825         * hildon/hildon-banner.c
826         (hildon_banner_class_init):
827         Center text.
828         (+hildon_banner_size_request):
829         Request always the full width of the screen.
830         (hildon_banner_realize)
831         (-hildon_banner_check_position, hildon_banner_map):
832         hildon_banner_check_position() is not needed in Hildon 2.2.
833         (-hildon_banner_reset_wrap_state)
834         (hildon_banner_constructor, hildon_banner_init):
835         Remove unnecessary calls to hildon_banner_reset_wrap_state()
836         (+banner_do_set_text)
837         (force_to_wrap_truncated):
838         Remove has_been_wrapped and has_been_truncated attributes.
839         (+reshow_banner, hildon_banner_real_show_information)
840         (hildon_banner_show_information_with_markup)
841         (hildon_banner_show_animation, hildon_banner_show_progress)
842         (hildon_banner_set_text, hildon_banner_set_markup):
843         Refactor code. Shrink banner vertically to use the minimum space
844         necessary everytime the text of the label is updated.
845         (screen_size_changed):
846         Call force_to_wrap_truncated() when the size of the screen
847         changes.
848
849         Fixes: NB#120500 (only device memory connect mmc in use info
850         banner is left aligned)
851
852         Fixes: NB#120613 (Size of HildonBanner varies depending on
853         previously opened banners)
854
855 2009-06-24  Claudio Saavedra  <csaavedra@igalia.com>
856
857         * hildon/hildon-color-chooser.c
858         (hildon_color_chooser_pointer_motion): Take the widget allocation
859         into account.
860
861         Fixes: NB#124385 (Unable to select exact point in color mixing box
862         in color palette dialog)
863
864 2009-06-23  Alejandro G. Castro  <alex@igalia.com>
865
866         * hildon/hildon-pannable-area.c (hildon_pannable_area_class_init)
867         (hildon_pannable_area_dispose)
868         (hildon_pannable_area_button_press_cb)
869         (hildon_pannable_area_timeout, hildon_pannable_area_check_move)
870         (hildon_pannable_area_button_release_cb)
871         (hildon_pannable_area_scroll_cb, hildon_pannable_area_jump_to):
872         New 'panning-started' and 'panning-finished' signals.
873
874         Fixes: NB#121732 (New feature request: Signal to pannable area
875         that informs when panning is stopped.)
876
877 2009-06-23  Mox Soini  <ext-mox.soini@nokia.com>
878
879         * hildon/hildon-wizard-dialog.c: (create_title): Use separator
880         instead of hardcoded colon.
881
882         Fixes: NB#124090 (New calendar wizard title is not using
883         ecdg_ti_caption_separator)
884
885 2009-06-22  David King  <davidk@openismus.com>
886
887         * hildon/hildon-find-toolbar.c: Add Gtk-Doc markup for types,
888         constants and functions, as well as correct many typos throughout the
889         documentation text.
890
891         Fixes: MB#4700 (HildonFindToolbar documentation lacks Gtk-Doc markup,
892         and needs cleanup)
893
894 2009-06-22  Claudio Saavedra  <csaavedra@igalia.com>
895
896         * configure.ac: postrelease version bump.
897         * debian/changelog: post release version bump
898
899 2009-06-22  Claudio Saavedra  <csaavedra@igalia.com>
900
901         [Release 2.1.84]
902
903         * NEWS: Updates.
904         * configure.ac: Bump version.
905         * debian/changelog: Updates.
906
907 2009-06-18  Alberto Garcia  <agarcia@igalia.com>
908
909         * hildon/hildon-window-stack.c
910         (hildon_window_stack_pop_and_push_list):
911         Prevent windows from having the same stack index
912
913 2009-06-18  Alberto Garcia  <agarcia@igalia.com>
914
915         * hildon/hildon-window-stack.c (_hildon_window_stack_do_push):
916         Use the index of the previous window rather than the stack length
917         to calculate the new index.
918
919         Fixes: NB#122389
920
921 2009-06-18  Alejandro Pinheiro <apinheiro@igalia.com>
922
923         * hildon/hildon-date-selector.c
924         (hildon_date_selector_select_current_date)
925         (hildon_date_selector_get_date)
926         (hildon_date_selector_select_day):
927         Update the documentation: uses always the range (1-31), as it is obvious
928         that the final one will depend on the month and the year, but globally
929         the range is this, in a similar GtkCalendar approach
930         (hildon_date_selector_get_date):
931         Update the documentation: add NULL as a valid value for the day, month
932         and year locations
933
934         Fix some details, after talk with David King on bug MB#4698
935
936 2009-06-18  Alejandro Pinheiro <apinheiro@igalia.com>
937
938         * hildon/hildon-touch-selector-entry.c
939         * hildon/hildon-touch-selector.c
940         Update the documentation of the "text-column" property
941
942 2009-06-18  David King  <davidk@openismus.com>
943
944         * hildon/hildon-note.c: Add Gtk-Doc markup where appropriate. Correct
945         several typos and errors throughout the documentation.
946
947         Fixes: MB#4701 (HildonNote documentation lacks some Gtk-Doc markup and
948         has some mistakes)
949
950 2009-06-18  Alberto Garcia  <agarcia@igalia.com>
951
952         * hildon/hildon-note.c (hildon_note_realize):
953         Make HildonNote support portrait mode.
954
955         Fixes: NB#123448 (HildonNote is not portrait-friendly)
956
957 2009-06-17  Alberto Garcia  <agarcia@igalia.com>
958
959         * hildon/hildon-color-chooser.c (hildon_color_chooser_new):
960         Document this function
961
962 2009-06-17  David King  <davidk@openismus.com>
963
964         * hildon/hildon-date-selector.c
965         (hildon_date_selector_select_current_date)
966         (hildon_date_selector_get_date): Update documentation regarding days,
967         as the day of the month is dependent on both the month and the year.
968         (hildon_date_selector_get_date): Fix documentation of output arguments.
969
970         Fixes: MB#4698 (DateSelector documentation has bad output argument
971         description, and the day depends on both the month and the year)
972
973 2009-06-17  Claudio Saavedra  <csaavedra@igalia.com>
974
975         * hildon/hildon-caption.c: Other documentation fixes to
976         HildonCaption.
977
978 2009-06-17  David King  <davidk@openismus.com>
979
980         * hildon/hildon-caption.c: Minor documentation updates for
981         HildonCaption. Fixes MB#4697.
982
983 2009-06-17  Claudio Saavedra  <csaavedra@igalia.com>
984
985         * doc/hildon-docs.sgml: Add hildon-version section.
986         * doc/hildon-sections.txt:
987         * hildon/hildon-version.h.in: Document versioning macros and
988         add HILDON_VERSION.
989
990 2009-06-17  Claudio Saavedra  <csaavedra@igalia.com>
991
992         * doc/hildon-sections.txt: Remove HILDON_DISABLE_DEPRECATED
993         from HildonPickerDialog section.
994
995 2009-06-16  Alberto Garcia  <agarcia@igalia.com>
996
997         * hildon/hildon-banner.c (hildon_banner_bind_style)
998         (screen_size_changed, hildon_banner_init)
999         (hildon_banner_real_show_information)
1000         (hildon_banner_show_information_with_markup)
1001         (hildon_banner_show_animation, hildon_banner_show_progress):
1002         Set a different widget name to banners in portrait mode, for them
1003         to be themed correctly.
1004
1005 2009-06-16  Alberto Garcia  <agarcia@igalia.com>
1006
1007         * hildon/hildon-note.c (hildon_note_rename, screen_size_changed):
1008         Set a different widget name to notes in portrait mode, for them to
1009         be themed correctly.
1010
1011         Partially fixes: NB#118401 (HildonNote causes unnecessary
1012         rescaling of images)
1013
1014 2009-06-16  Alberto Garcia  <agarcia@igalia.com>
1015
1016         * hildon/hildon-note.c (hildon_note_class_init)
1017         (+hildon_note_size_request, screen_size_changed):
1018         Always request the full width of the screen.
1019
1020         Fixes: NB#118375 (unnecessary rescaling of images)
1021
1022 2009-06-16  Alejandro G. Castro  <alex@igalia.com>
1023
1024         * hildon/hildon-pannable-area.c,
1025         (hildon_pannable_area_init),
1026         (hildon_pannable_area_realize): Replaced old code adding flags in
1027         the object init, now we add it with the other flags in the realize
1028         method.
1029
1030 2009-06-16  Claudio Saavedra  <csaavedra@igalia.com>
1031
1032         * hildon/hildon-note.c: (hildon_note_class_init): Several
1033         documentation improvements to the HildonNote widget.
1034
1035 2009-06-16  Claudio Saavedra  <csaavedra@igalia.com>
1036
1037         * hildon/hildon-note.h: Document the HildonNoteType enumeration.
1038
1039         Fixes: MB#4556 (HildonNoteType is undocumented)
1040
1041 2009-06-15  Alberto Garcia  <agarcia@igalia.com>
1042
1043         * hildon/hildon-picker-button.c:
1044         Explain how HildonPickerButton sets the title of its dialog
1045
1046         Fixes: MB#4528 (HildonPickerButton docs should mention how to set
1047         the title of its dialog)
1048
1049 2009-06-15  Alberto Garcia  <agarcia@igalia.com>
1050
1051         * hildon/hildon-check-button.c:
1052         Documentation updates
1053
1054         Fixes: MB#4598 (HildonCheckButton documentation doesn't say why it
1055         exists)
1056
1057 2009-06-15  Alberto Garcia  <agarcia@igalia.com>
1058
1059         * hildon/Makefile.am
1060         * hildon/hildon-edit-toolbar-private.h
1061         * hildon/hildon-edit-toolbar.c
1062         (+hildon_edit_toolbar_set_progress_indicator)
1063         (hildon_edit_toolbar_init): Add progress indicator to the
1064         toolbar.
1065
1066         * hildon/hildon-gtk.c
1067         (hildon_gtk_window_set_progress_indicator):
1068         If the window contains a HildonEditToolbar, enable the progress
1069         indicator there too.
1070
1071         * hildon/hildon-private.h
1072         * hildon/hildon-private.c
1073         (+hildon_private_create_animation)
1074         * hildon/hildon-banner.c
1075         (-hildon_banner_create_animation):
1076         Moved to hildon-private.c
1077
1078         Fixes: NB#102373 (Progress indicator also for the Edit mode
1079         toolbar)
1080
1081 2009-06-15  Alberto Garcia  <agarcia@igalia.com>
1082
1083         * hildon/hildon-app-menu-private.h
1084         * hildon/hildon-app-menu.c (hildon_app_menu_insert)
1085         (hildon_app_menu_add_filter, +menu_item_button_event)
1086         (hildon_app_menu_button_release, hildon_app_menu_init):
1087         Make sure that buttons receive 'button-release-event' in spite of
1088         the grab held by HildonAppMenu
1089
1090         Fixes: NB#108337 (Focus mismatch in items of AppMenu)
1091
1092 2009-06-15  Alberto Garcia  <agarcia@igalia.com>
1093
1094         * hildon/hildon-app-menu.c
1095         (hildon_app_menu_apply_style, hildon_app_menu_class_init):
1096         New style property to set the size of the group of filter buttons.
1097
1098         Fixes: NB#122033 (Filter buttons in view menus incorrectly sized)
1099
1100 2009-06-15  Claudio Saavedra  <csaavedra@igalia.com>
1101
1102         [Release 2.1.82]
1103
1104         * NEWS: Updates.
1105         * configure.ac: Bump version.
1106         * debian/changelog: Updates.
1107
1108 2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>
1109
1110         * hildon/hildon-main.c: Minor documentation fixes.
1111
1112 2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>
1113
1114         * doc/hildon-sections.txt:
1115         * hildon/hildon-defines.h: Document the defines, organize them,
1116         and mark deprecations as such.
1117
1118         Fixes: MB#4463 (Hildon size #defines are undocumented)
1119
1120 2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>
1121
1122         * hildon/hildon-animation-actor.c:
1123         * hildon/hildon-app-menu.c:
1124         * hildon/hildon-button.c:
1125         * hildon/hildon-date-editor.c:
1126         * hildon/hildon-dialog.c:
1127         * hildon/hildon-edit-toolbar.c:
1128         * hildon/hildon-entry.c:
1129         * hildon/hildon-program.c:
1130         * hildon/hildon-remote-texture.c:
1131         * hildon/hildon-stackable-window.c:
1132         * hildon/hildon-text-view.c:
1133         * hildon/hildon-touch-selector.c:
1134         * hildon/hildon-window-stack.c:
1135         * hildon/hildon-window.c:
1136
1137         Remove redundant "represents" wording from most of the documentation.
1138
1139         Fixes: MB#4554 (Documentation: Annoying "represents" phrasing.)
1140
1141 2009-06-12  Alberto Garcia  <agarcia@igalia.com>
1142
1143         * po/POTFILES.in
1144         * doc/Makefile.am
1145         * hildon/Makefile.am
1146         * hildon/hildon-banner-private.h
1147         * hildon/hildon-banner.c:
1148         Move HildonBannerPrivate to hildon-banner.c and remove
1149         hildon-banner-private.h
1150         Use a bit field to store private booleans.
1151
1152 2009-06-12  Alberto Garcia  <agarcia@igalia.com>
1153
1154         * hildon/hildon-app-menu.c (hildon_app_menu_map):
1155         Don't install a new idle function if there's already one
1156         installed.
1157
1158         Fixes: NB#122254
1159
1160 2009-06-11  Alberto Garcia  <agarcia@igalia.com>
1161
1162         * hildon/hildon-window.c (hildon_window_toggle_gtk_menu)
1163         (+legacy_menu_realized, +legacy_menu_unmapped)
1164         (+set_legacy_menu_type):
1165         Set the _HILDON_WM_WINDOW_TYPE property to legacy Gtk app menus so
1166         they can be identified by the window manager.
1167
1168         Fixes: NB#101437 (Invoking CSM on the left side of page area is
1169         displayed in wrong location)
1170
1171         Fixes: MB#4563 (Popup menu won't locate at the left side of the
1172         screen)
1173
1174 2009-06-11  Alberto Garcia  <agarcia@igalia.com>
1175
1176         Remove m4/gtk-doc.m4, as it already comes with gtk-doc-tools
1177
1178         Fixes: MB#4616 (Compiling libhildon requires gtk-doc but does not
1179         use gtk-doc support)
1180
1181 2009-06-11  Alberto Garcia  <agarcia@igalia.com>
1182
1183         * hildon/hildon-code-dialog.c
1184         * hildon/hildon-date-editor.c
1185         * hildon/hildon-number-editor.c
1186         * hildon/hildon-seekbar.c
1187         * hildon/hildon-stackable-window.c
1188         * hildon/hildon-window.c:
1189         Misc documentation updates
1190
1191 2009-06-10  Claudio Saavedra  <csaavedra@igalia.com>
1192
1193         * hildon/hildon-entry.c (hildon_entry_class_init): Make HildonEntry:size
1194         a G_PARAM_CONSTRUCT property, to allow the default size to be set.
1195
1196         Fixes: NB#117931 (Theming issues in accounts dialogs)
1197
1198 2009-06-09  Alejandro G. Castro  <alex@igalia.com>
1199
1200         * hildon/hildon-pannable-area.c,
1201         (hildon_pannable_area_button_release_cb): Changed the coordinates
1202         of the original release in case we want to discard the release,
1203         some widgets in Fremantle do not handle the leave-notify.
1204
1205 2009-06-09  Alejandro G. Castro  <alex@igalia.com>
1206
1207         * hildon/hildon-pannable-area.c,
1208         (hildon_pannable_area_button_release_cb): Reviewed the logic of
1209         the release using the last refactored functions and avoiding the
1210         movement if an element was selected.
1211
1212 2009-06-09  Alejandro G. Castro  <alex@igalia.com>
1213
1214         * hildon/hildon-pannable-area.c,
1215         (hildon_pannable_area_check_move),
1216         (hildon_pannable_area_handle_move),
1217         (hildon_pannable_area_motion_notify_cb): Refactored the
1218         motion_notify method using a couple of new functions.
1219
1220 2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>
1221
1222         * hildon/hildon-date-selector.c:
1223         (hildon_date_selector_construct_ui):
1224         * hildon/hildon-time-selector.c:
1225         (hildon_time_selector_constructor):
1226         * hildon/hildon-touch-selector-entry.c:
1227         (hildon_touch_selector_entry_set_text_column),
1228         (hildon_touch_selector_entry_get_text_column):
1229         * hildon/hildon-touch-selector.c: (_default_print_func),
1230         (hildon_touch_selector_new_text): Use
1231         hildon_touch_selector_set/get_text_column() instead of
1232         setting/getting the "text-column" property.
1233
1234 2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>
1235
1236         * doc/hildon-sections.txt: Add the new public methods below.
1237
1238         * examples/hildon-picker-button-multicolumn-example.c:
1239         (create_touch_selector):
1240         * examples/hildon-touch-selector-example.c: (create_selector):
1241         * examples/hildon-touch-selector-multi-cells-example.c:
1242         (create_selector):
1243         Use hildon_touch_selector_column_set_text_column()
1244
1245         * hildon/hildon-touch-selector-column.h:
1246         * hildon/hildon-touch-selector.c:
1247         (hildon_touch_selector_column_set_text_column),
1248         (hildon_touch_selector_column_get_text_column):
1249         Make hildon_touch_selector_column_set/get_column() public, use
1250         them in the inline example, document them, and reference to them
1251         in the docs.
1252
1253 2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>
1254
1255         * hildon/hildon-time-selector.c: Fix the docs for
1256         hildon_time_selector_new_step().
1257
1258 2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>
1259
1260         * hildon/hildon-touch-selector.c: Improve the documentation for
1261         hildon_touch_selector_append_column().
1262
1263         Fixes MB#4641 (Documentation:
1264         hildon_touch_selector_append_column() ref-counting)
1265
1266 2009-06-08  Claudio Saavedra  <csaavedra@igalia.com>
1267
1268         * tests/check-hildon-controlbar.c: (test_set_range_invalid):
1269         Comment out test 5, since the hildon_controlbar_set_range() range
1270         check is broken and fixing it would have side effects. Also,
1271         this finally fixes make distcheck.
1272
1273         Fixes: NB#101420 (Update unit tests and fix make distcheck)
1274
1275 2009-06-18  Claudio Saavedra  <csaavedra@igalia.com>
1276
1277         * tests/TEST-CASES.txt: Remove other bogus test.
1278         * tests/check-hildon-controlbar.c: (test_set_value_invalid):
1279         Remove bogus test that was setting/retrieving a valid value.
1280
1281 2009-06-08  Claudio Saavedra  <csaavedra@igalia.com>
1282
1283         * tests/TEST-CASES.txt: Remove bogus tests.
1284         * tests/check-hildon-color-chooser.c: (test_set_color_invalid):
1285         Remove three bogus tests that were actually setting valid colors.
1286
1287 2009-06-08  Claudio Saavedra  <csaavedra@igalia.com>
1288
1289         * configure.ac: post release version bump
1290         * debian/changelog: post release version bump
1291
1292 2009-06-08  Claudio Saavedra  <csaavedra@igalia.com>
1293
1294         [Release 2.1.80]
1295
1296         * NEWS: Updates.
1297         * configure.ac: Bump version.
1298         * debian/changelog: Updates.
1299
1300 2009-06-08  Christian Dywan  <christian@lanedo.com>
1301
1302         * debian/changelog:
1303         * debian/control:
1304         * hildon/hildon-helper.c (hildon_format_file_size_for_display):
1305         Correct errors in hildon_format_file-size_for_display and use
1306         translations from the hildon-fm package instead of osso-filemanager.
1307
1308 2009-06-08  Alejandro G. Castro  <alex@igalia.com>
1309
1310         * hildon/hildon-pannable-area.c,
1311         (hildon_pannable_area_init): Initialized new values to handle the
1312         adjustment position.
1313         (hildon_pannable_area_adjust_value_changed): Check if the values
1314         changed before even call the redraw function.
1315         (hildon_pannable_area_size_allocate),
1316         (hildon_pannable_axis_scroll),
1317         (hildon_pannable_area_scroll),
1318         (hildon_pannable_area_jump_to): Improved the diagonal movement
1319         case.
1320
1321         Fixes: NB#113065 (Image viewer image scrolling updates in X, then
1322         Y)
1323
1324 2009-06-08  Alberto Garcia  <agarcia@igalia.com>
1325
1326         * examples/hildon-banner-example.c:
1327         Several style updates
1328         (on_animation_clicked, on_animation_idle)
1329         (on_progress_clicked, on_progress_idle):
1330         Add additional reference for the cases when the parent window is
1331         destroyed.
1332
1333 2009-06-08  Alberto Garcia  <agarcia@igalia.com>
1334
1335         * doc/hildon-sections.txt
1336         * hildon/hildon-pannable-area.c
1337         * hildon/hildon-banner.h
1338         * hildon/hildon-banner.c: Documentation updates.
1339
1340         Fixes: MB#4643 (Documentation: hildon_banner_show_information()
1341         memory management)
1342
1343 2009-06-05  Alejandro G. Castro  <alex@igalia.com>
1344
1345         * hildon/hildon-calendar-popup.h:
1346         * hildon/hildon-caption.h:
1347         * hildon/hildon-code-dialog.h:
1348         * hildon/hildon-controlbar.h:
1349         * hildon/hildon-date-editor.h:
1350         * hildon/hildon-dialog.h:
1351         * hildon/hildon-get-password-dialog.h:
1352         * hildon/hildon-hvolumebar.h:
1353         * hildon/hildon-login-dialog.h:
1354         * hildon/hildon-note.h:
1355         * hildon/hildon-number-editor.h:
1356         * hildon/hildon-range-editor.h:
1357         * hildon/hildon-seekbar.h:
1358         * hildon/hildon-set-password-dialog.h:
1359         * hildon/hildon-sort-dialog.h:
1360         * hildon/hildon-time-editor.h:
1361         * hildon/hildon-time-picker.h:
1362         * hildon/hildon-volumebar-range.h:
1363         * hildon/hildon-volumebar.h:
1364         * hildon/hildon-vvolumebar.h:
1365         * hildon/hildon-weekday-picker.h:
1366         * hildon/hildon-window.h:
1367         * hildon/hildon-wizard-dialog.h: Replaced the deprecated GTK
1368         macros with the current replacements
1369
1370         Fixes: NB#120941 (HildonWindow using deprecated GTK_CHECK* macros)
1371
1372 2009-06-04  Claudio Saavedra  <csaavedra@igalia.com>
1373
1374         * hildon/hildon-color-button.c (hildon_color_button_init): Use
1375         HILDON_ICON_PIXEL_SIZE_FINGER for the color icon and 80x70 for the button
1376         itself, to make it fit better with Fremantle style.
1377
1378         Fixes: NB#109878 (height and width of focus on color icon is not
1379         consistent with other item in the application tool bar)
1380
1381 2009-06-02  Alejandro Pinheiro  <apinheiro@igalia.com>
1382
1383         * hildon/hildon-touch-selector.c:
1384         (hildon_touch_selector_optimal_size_request): use the current requisition
1385         as the base, in order to include any possible extra widget, like the
1386         hildon entry on HildonTouchSelectorEntry
1387
1388         Fixes: NB#119805 (Merge conflict picker dialogs are too small)
1389
1390 2009-05-29  Claudio Saavedra  <csaavedra@igalia.com>
1391
1392         * configure.ac: post release version bump
1393         * debian/changelog: post release version bump
1394
1395 2009-05-29  Claudio Saavedra  <csaavedra@igalia.com>
1396
1397         [Release 2.1.78]
1398
1399         * NEWS: Updates.
1400         * configure.ac: Bump version.
1401         * debian/changelog: Updates.
1402
1403 2009-05-29  Claudio Saavedra  <csaavedra@igalia.com>
1404
1405         * hildon/hildon-banner-private.h: Add a GtkAlignment to the private
1406         structure.
1407         * hildon/hildon-banner.c (hildon_banner_init): Use a GtkAlignment
1408         to ensure the banner contents are centered, instead of relying on
1409         the expand and fill properties in GtkHBox.
1410         (hildon_banner_ensure_child): Do not expand nor fill the child widget.
1411
1412         Fixes: NB#108265 (Animation banner not properly centered)
1413
1414 2009-05-28  Alejandro Pinheiro <apinheiro@igalia.com>
1415
1416         * hildon/hildon-pannable-area.c
1417         (hildon_pannable_area_initial_effect): Remove the initial_effect
1418         management, check initial_hint
1419         (hildon_pannable_are_expose_event): Remove the initial_hint management,
1420         set initial_effect to FALSE
1421         (hildon_pannable_are_refresh): Check if we need to show the scrollbars,
1422         by launching the fade_timeout if the scrollbars state has changed and are
1423         visible
1424         * examples/hildon-pannable-area-initial-hint-example.c
1425         Modified to allow to remove rows too. Add and remove rows one by one.
1426
1427 2009-05-28  Alberto Garcia  <agarcia@igalia.com>
1428
1429         * hildon/hildon-app-menu.c (hildon_app_menu_find_intruder):
1430         Don't close the menu if there's an animation actor below it.
1431
1432         Fixes: NB#117927 (Application menu not usable with animation
1433         actors)
1434
1435 2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
1436
1437         * hildon/hildon-picker-dialog.c (hildon_picker_dialog_init): Unset
1438         "focus-on-click" from the dialog button, to avoid stealing the
1439         focus from the entry.
1440
1441         Fixes: NB#118903 (Account setup wizard: Text in Search field
1442         should be focused when "Region" touch list picker is reopened
1443         again)
1444
1445 2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
1446
1447         * hildon/hildon-picker-dialog.c (hildon_picker_dialog_init),
1448         (prepare_action_area): Completely hide the dialog separator.
1449
1450 2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
1451
1452         * hildon/hildon-touch-selector-entry.c
1453         (hildon_touch_selector_entry_print_func), (entry_on_text_changed),
1454         (hildon_touch_selector_entry_changed): Use HildonEntry text API,
1455         now that the entry is exposed.
1456
1457 2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
1458
1459         * hildon/hildon-touch-selector-entry.c
1460         (hildon_touch_selector_entry_init): Change the entry's size
1461         to HILDON_SIZE_FINGER_HEIGHT, avoiding unnecessary scaling.
1462
1463 2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
1464
1465         * hildon/hildon-entry.c (hildon_entry_class_init): Set the default
1466         height to HILDON_SIZE_AUTO_WIDTH and HILDON_SIZE_FINGER_HEIGHT, to
1467         avoid unnecessary scaling.
1468
1469 2009-05-27  Alberto Garcia  <agarcia@igalia.com>
1470
1471         * hildon/hildon-app-menu.c (hildon_app_menu_map):
1472         Create grab transfer window before calling parent's map function.
1473
1474         Fixes: NB#115988 (hildon_app_menu_popup creates menu with
1475         "crushed" button(s) in the top left corner)
1476
1477 2009-05-26  Alberto Garcia  <agarcia@igalia.com>
1478
1479         * hildon/hildon-window-stack.c (_hildon_window_stack_do_push):
1480         Check if the window is already realized when pushing it.
1481
1482 2009-05-25  Claudio Saavedra  <csaavedra@igalia.com>
1483
1484         * configure.ac: post release version bump
1485         * debian/changelog: post release version bump
1486
1487 2009-05-25  Claudio Saavedra  <csaavedra@igalia.com>
1488
1489         [Release 2.1.76]
1490
1491         * NEWS: Updates.
1492         * configure.ac: Bump version.
1493         * debian/changelog: Updates.
1494
1495 2009-05-25  Alberto Garcia  <agarcia@igalia.com>
1496
1497         * hildon/hildon-app-menu.c: Doc updates.
1498
1499 2009-05-25  Claudio Saavedra  <csaavedra@igalia.com>
1500
1501         * hildon/hildon-banner.c: Remove leftover macro.
1502
1503 2009-05-25  Alejandro G. Castro  <alex@igalia.com>
1504
1505         * hildon/hildon-pannable-area.c,
1506         (hildon_pannable_area_scroll_indicator_fade),
1507         (hildon_pannable_area_button_release_cb): Reviewed vmin
1508         conditions, it could cause problems in the fadeout procedure.
1509
1510 2009-05-25  Alejandro G. Castro  <alex@igalia.com>
1511
1512         * hildon/hildon-pannable-area.c
1513         (hildon_pannable_area_button_release_cb): Added a threshold to
1514         push the animation if the speed is big (MAX_SPEED_THRESHOLD).
1515
1516 2009-05-25  Alejandro G. Castro  <alex@igalia.com>
1517
1518         * hildon/hildon-pannable-area.c,
1519         (hildon_pannable_area_set_property): Added code to sync the gtk
1520         dnd threshold with the panning threshold.
1521
1522 2009-05-25  Alejandro G. Castro  <alex@igalia.com>
1523
1524         * hildon/hildon-pannable-area.c,
1525         (hildon_pannable_area_class_init): Changed some of the default
1526         values, now it should be less responsive and more accurate.
1527
1528 2009-05-25  Alejandro G. Castro  <alex@igalia.com>
1529
1530         * hildon/hildon-pannable-area.c,
1531         (hildon_pannable_area_init),
1532         (hildon_pannable_area_scroll_indicator_fade),
1533         (hildon_pannable_area_button_press_cb),
1534         (hildon_pannable_axis_scroll),
1535         (hildon_pannable_area_timeout),
1536         (hildon_pannable_area_motion_notify_cb),
1537         (hildon_pannable_area_button_release_cb): Changed the name of the
1538         clicked attribute to button_pressed, it is more clear about its use.
1539
1540 2009-05-25  Alejandro Pinheiro <apinheiro@igalia.com>
1541
1542         * src/hildon-pannable-area.c
1543         (hildon_pannable_area_init): set scroll_delay_counter and scrollbar_fade_delay
1544         to 0
1545         (hildon_pannable_area_initial_effect): avoid to compute horizontal and
1546         vertical scrollbar visibility, and use the data on private section instead,
1547         remove the initial_hint check
1548         (hildon_pannable_area_expose_event): add the initial_hint check here
1549
1550 2009-05-25  Alejandro Pinheiro <apinheiro@igalia.com>
1551
1552         * src/hildon-pannable-area.c
1553         (hildon_pannable_area_initial_effect): set to FALSE initial_effect
1554         if the fadeout effect was used
1555         (hildon_pannable_area_expose_event): check if it is required to
1556         manage the initial effect on the begining of the function. Previously
1557         it was made at the end, but this doesn't ensure that the scrollbars
1558         will be painted on the first show. Do not set to FALSE initial_effect,
1559         to ensure that the initial hint is showed the first time the pannable
1560         becomes scrollable.
1561         * examples/Makefile.am
1562         * examples/hildon-pannable-area-initial-hint-example.c:
1563         New example, to show that the initial-hint is showed when the widget
1564         becomes scrollable
1565
1566         Fixes: NB#116607 (Pannable area should always have scrollbar visible
1567         initially if the application can be scrolled)
1568
1569 2009-05-25  Alberto Garcia  <agarcia@igalia.com>
1570
1571         * hildon/hildon-app-menu.c (hildon_app_menu_repack_items):
1572         Resize table before adding new items to make sure that
1573         gtk_table_resize() is called just once.
1574
1575 2009-05-25  Alberto Garcia  <agarcia@igalia.com>
1576
1577         * hildon/hildon-app-menu-private.h
1578         * hildon/hildon-app-menu.c (item_visibility_changed)
1579         (filter_visibility_changed, hildon_app_menu_show_all)
1580         (hildon_app_menu_hide_all, hildon_app_menu_init):
1581         Rearrange items just once when gtk_widget_show_all()/hide_all()
1582         are used.
1583
1584 2009-05-25  Alberto Garcia  <agarcia@igalia.com>
1585
1586         * hildon/hildon-app-menu.c
1587         (hildon_app_menu_insert, hildon_app_menu_add_filter):
1588         Don't call gtk_widget_show() on added items.
1589
1590         Fixes: NB#109063 (HildonAppMenu shouldn't show its items
1591         automatically when they're added)
1592
1593 2009-05-20  Alberto Garcia  <agarcia@igalia.com>
1594
1595         * hildon/hildon-banner.c
1596         (hildon_banner_realize, +hildon_banner_unrealize)
1597         (+screen_size_changed, hildon_banner_class_init):
1598         Redisplay the banner if the screen is rotated.
1599
1600         Fixes: NB#117870 ('Disconnect charger...' info banner is truncated
1601         on transition from landscape to portrait)
1602
1603 2009-05-20  Alejandro Pinheiro  <apinheiro@igalia.com>
1604
1605         * hildon/hildon-banner.[ch]:
1606         (hildon_banner_show_information_override_dnd): remove icon_name from the
1607         method definition as it is ignored.
1608         * examples/hildon-banner-dnd-example.c: updated with the change on
1609         hildon-banner.h API
1610
1611 2009-05-20  Alejandro Pinheiro  <apinheiro@igalia.com>
1612
1613         * hildon/hildon-banner-private.h: new require_override_dnd and
1614         overrides_dnd variables
1615         * hildon/hildon-banner.h:
1616         (hildon_banner_show_information_override_dnd): new method, that shows
1617         the information but sets the override flag, in order to show important
1618         messages
1619         * hildon/hildon-banner.c
1620         (hildon_banner_show_information_override_dnd): new method
1621         (hildon_banner_set_override_flag): new utility function
1622         (hildon_banner_real_show_information): new utility function, in order to
1623         generalize the current hildon_banner_show_information_override_dnd and
1624         hildon_banner_show_information_override_dnd
1625         * examples/Makefile.am
1626         * examples/hildon-banner-dnd-example.c: New example that show how to
1627         use the new hildon_banner_show_information_override_dnd
1628
1629         Fixes: NB#114874 (There is no possibility to show hildon banners with
1630         DND flag set)
1631
1632 2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
1633
1634         * hildon/hildon-pannable-area.c: Add a comment explaining the math
1635         behind hildon_pannable_calculate_vel_factor().
1636
1637 2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
1638
1639         * hildon/hildon-pannable-area.c
1640         (hildon_pannable_calculate_vel_factor): Correct the sum of the
1641         deceleration factors.
1642
1643 2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
1644
1645         * hildon/hildon-pannable-area.c (hildon_pannable_area_class_init):
1646         Reduce the default value for 'scroll_time' to 1 second, since the
1647         current initial scrolling takes too much time.
1648
1649 2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
1650
1651         * hildon/hildon-pannable-area.c (hildon_pannable_area_init): Do not
1652         calculate velocity factor during initialization, since the properties
1653         are not yet set.
1654
1655 2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
1656
1657         * hildon/hildon-pannable-area.c
1658         (hildon_pannable_area_set_property): Calculate the velocity factor
1659         after setting the deceleration property and not after.
1660
1661 2009-05-20  Alberto Garcia  <agarcia@igalia.com>
1662
1663         * hildon/hildon-entry.c
1664         (hildon_entry_class_init, +set_property, hildon_entry_new)
1665         * hildon/hildon-check-button.c
1666         (hildon_check_button_class_init)
1667         (+set_property, hildon_check_button_new):
1668         Make the theme size a property.
1669
1670         Fixes: NB#117928 (Widgets such as Entry and CheckButton (and
1671         others) do too much in the _new function)
1672
1673 2009-05-18  Claudio Saavedra  <csaavedra@igalia.com>
1674
1675         * configure.ac: post release version bump
1676         * debian/changelog: post release version bump
1677
1678 2009-05-18  Claudio Saavedra  <csaavedra@igalia.com>
1679
1680         [Release 2.1.74]
1681
1682         * NEWS: Updates.
1683         * configure.ac: Bump version.
1684         * debian/changelog: Updates.
1685
1686 2009-05-15  Alberto Garcia  <agarcia@igalia.com>
1687
1688         * hildon/hildon-gtk.h
1689         * hildon/hildon-gtk.c (hildon_gtk_window_take_screenshot):
1690         New API function to take a screenshot of a window
1691
1692         Fixes: NB#106374 (Need API to take a loading screenshot)
1693
1694 2009-05-15  Alejandro Pinheiro  <apinheiro@igalia.com>
1695
1696         * hildon/hildon-time-selector.c
1697         (update_format_policy): prevent to use hours and minutes unitialized
1698
1699 2009-05-15  Alberto Garcia  <agarcia@igalia.com>
1700
1701         * hildon/hildon-window.c (hildon_window_size_request):
1702         Always request the full size of the screen (minus the title bar if
1703         not in fullscreen mode).
1704
1705         Fixes: NB#107486 (HildonWindow should size itself properly)
1706
1707 2009-05-14  Claudio Saavedra  <csaavedra@igalia.com>
1708
1709         * hildon/hildon-note-private.h: Add idle_handler to the private data.
1710         * hildon/hildon-note.c (hildon_note_init), (hildon_note_finalize),
1711         (on_show_cb), (sound_handling): Disconnect the idle handler for
1712         the sound when the note is finalized to avoid possible crashes.
1713
1714         Fixes: NB#116786 (Image viewer crases whie trying to launch menu,
1715         in a scenario)
1716
1717 2009-05-13  Artem Egorkine  <ext-artem.egorkine@nokia.com>
1718
1719         * src/hildon-animation-actor.c,
1720         * src/hildon-remote-texture.c:
1721         Added proper object cleanup to remove signal handler and object
1722         references as HildonAnimationActor and HildonRemoteTexture
1723         objects get destroyed.
1724
1725         Fixes: NB#116682 (Destroying parented animation actors when
1726         parent in unmapped leads to crash)
1727
1728 2009-05-13  Claudio Saavedra  <csaavedra@igalia.com>
1729
1730         Based on a patch by Christian Dywan (christian@imendio.com)
1731
1732         * doc/hildon-sections.txt:
1733         * hildon/hildon-helper.c (+hildon_format_file_size_for_display):
1734         * hildon/hildon-helper.h: New file size formatting method.
1735         * debian/changelog:
1736         * debian/control: Depend on osso-filemanager l10n package for
1737         proper localization strings.
1738
1739 2009-05-13  Claudio Saavedra  <csaavedra@igalia.com>
1740
1741         * tests/Makefile.am: Include top_srcdir to make possible to build
1742         tests in a different builddir.
1743         * tests/*.c: Include <hildon/hildon-*.h> to allow building tests
1744         on a different builddir.
1745
1746 2009-05-12  Claudio Saavedra  <csaavedra@igalia.com>
1747
1748         * hildon/hildon-touch-selector.c (disconnect_model_handlers),
1749         (hildon_touch_selector_remove): Disconnect model's signal handler
1750         on column removal.
1751
1752         Fixes: NB#116289 (Hildon home crashes while adding task
1753         shortcuts.)
1754
1755 2009-05-11  Alberto Garcia  <agarcia@igalia.com>
1756
1757         * hildon/hildon-button.c
1758         (hildon_button_set_title, hildon_button_set_value):
1759         Hide labels containing an empty string.
1760
1761 2009-05-11  Claudio Saavedra  <csaavedra@igalia.com>
1762
1763         * configure.ac: post release version bump
1764         * debian/changelog: post release version bump
1765
1766 2009-05-11  Claudio Saavedra  <csaavedra@igalia.com>
1767
1768         [Release 2.1.72]
1769
1770         * NEWS: Updates.
1771         * configure.ac: Bump version.
1772         * debian/changelog: Updates.
1773
1774 2009-05-08  Alejandro Pinheiro <apinheiro@igalia.com>
1775
1776         * hildon/hildon-note-private.h: Removed sound_signal_handler
1777         * hildon/hildon-note.c
1778         (on_show_cb): new callback on note "show" event, this simply adds
1779         a idle, with the function sound_handling
1780         (sound_handling): removed the sound_signal_handler management
1781         (hildon_note_init): connect note "show" event to on_show_cb
1782         (hildon_note_realize): remove the connection to "expose-event"
1783
1784         Fixes: NB#115242 (Sound is not played every time for the 'Switch off
1785         device?' confirmation note)
1786
1787 2009-05-08  Alberto Garcia  <agarcia@igalia.com>
1788
1789         * hildon/hildon-note.c
1790         (hildon_note_new_information_with_icon_name)
1791         (hildon_note_new_confirmation_with_icon_name):
1792         Terminate the list of parameters in g_object_set() calls
1793
1794         Fixes: NB#115166 (Formatting memory card is not taking place)
1795
1796 2009-05-08  Claudio Saavedra  <csaavedra@igalia.com>
1797
1798         * hildon/hildon-sound.c (hildon_play_system_sound): Set the
1799         "dialog-information" role for the sound being played.
1800
1801 2009-05-06  Alberto Garcia  <agarcia@igalia.com>
1802
1803         * hildon/hildon-app-menu.c (hildon_app_menu_init):
1804         Don't make the menu a modal window, it causes strange interactions
1805         with the pointer grab and it's not really needed.
1806
1807         Fixes: NB#105529 (Empty App menu is launched in a scenario.)
1808
1809 2009-05-06 Alejandro Pinheiro <apinheiro@igalia.com>
1810
1811         * hildon/hildon-touch-selector.[ch]
1812         (hildon_touch_selector_optimal_size_request): function added to get a
1813         optimal size request from the touch selector, when you want a dialog to
1814         show as much of the selector
1815         * hildon/hildon-picker-dialog.c:
1816         Removed HILDON_TOUCH_SELECTOR_HEIGHT macro
1817         (hildon_app_menu_class_init):
1818         New "max-height-landscape" and "max-height-portrait" style properties
1819         (hildon_picker_dialog_size_request): redefined GtkWidget::size_request
1820         (hildon_picker_dialog_get_max_height): returns the maximum height using
1821         the style properties defined and checking the current portrait/landscape
1822         status
1823         (_hildon_picker_dialog_set_selector): removed the set_size_request
1824
1825         Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)
1826
1827 2009-05-06  Claudio Saavedra  <csaavedra@igalia.com>
1828
1829         * hildon/hildon-bread-crumb-trail.c:
1830         * hildon/hildon-bread-crumb.c:
1831         * hildon/hildon-seekbar.c:
1832         Add reference to replacements for these deprecated widgets.
1833
1834         Fixes: MB#4461 (Documentation: All deprecations should mention
1835         replacements)
1836
1837 2009-05-06 Alejandro Pinheiro <apinheiro@igalia.com>
1838
1839         * examples/hildon-remote-texture-example.c
1840
1841         Change the include to the hildon-remote-texture in order to compile
1842         properly the examples on the installed libhildon1-examples package
1843
1844 2009-05-05  Claudio Saavedra  <csaavedra@igalia.com>
1845
1846         * tests/Makefile.am: Add check for HildonPickerButton.
1847         * tests/check-hildon-picker-button.c (fx_setup), (fx_teardown),
1848         (START_TEST), (create_hildon_picker_button_suite): Add three simple
1849         checks for the HildonPickerButton.
1850         * tests/check_test.c (configure_tests): Add the test suite.
1851         * tests/test_suites.h: likewise.
1852
1853 2009-05-05  Claudio Saavedra  <csaavedra@igalia.com>
1854
1855         * hildon/hildon-touch-selector.c
1856         (+on_row_changed): Emit HildonTouchSelector:changed when the
1857         contents of a selected row change.
1858         (_create_new_column), (_hildon_touch_selector_set_model): connect
1859         to GtkTreeModel:row-changed on a newly set model.
1860
1861         Fixes: NB#114253 (HildonPickerButton not refreshing its value)
1862
1863 2009-05-05  Alberto Garcia  <agarcia@igalia.com>
1864
1865         Based on a patch by Mox Soini (ext-mox.soini@nokia.com)
1866
1867         * hildon/hildon-banner.c (hildon_banner_destroy)
1868         (hildon_banner_show_progress, hildon_banner_set_fraction):
1869         Remove the progress bar from HildonBanner and use a progress
1870         indicator instead.
1871
1872         Fixes: NB#113761 (Update progress banner to use progress
1873         indicator)
1874
1875 2009-05-04  Alberto Garcia  <agarcia@igalia.com>
1876
1877         * hildon/hildon-banner.c:
1878         Calculate size of the banner label using the actual screen width
1879         rather than using a fixed value.
1880
1881         Fixes: NB#114395 ('Disconnect charger...' info banner in portrait
1882         is truncated)
1883
1884 2009-05-04  Alejandro G. Castro  <alex@igalia.com>
1885
1886         * hildon/hildon-pannable-area.c,
1887         (hildon_pannable_area_class_init): Fixed signals documentation
1888         typo.
1889
1890 2009-05-04  Claudio Saavedra  <csaavedra@igalia.com>
1891
1892         * configure.ac: post release version bump
1893         * debian/changelog: post release version bump
1894
1895 2009-05-04  Claudio Saavedra  <csaavedra@igalia.com>
1896
1897         [Release 2.1.70]
1898
1899         * NEWS: Updates.
1900         * configure.ac: Bump version.
1901         * debian/changelog: Updates.
1902
1903 2009-05-01  Alberto Garcia  <agarcia@igalia.com>
1904
1905         * hildon/hildon-edit-toolbar.c
1906         (hildon_edit_toolbar_init):
1907         Don't let buttons in HildonEditToolbar receive focus.
1908
1909         Fixes: NB#111160 (!HildonEditToolbar buttons are focused after
1910         typing on an HW arrows key)
1911
1912 2009-04-30  Claudio Saavedra  <csaavedra@igalia.com>
1913
1914         * doc/Makefile.am: Fix build.
1915
1916 2009-04-30  Claudio Saavedra  <csaavedra@igalia.com>
1917
1918         * doc/Makefile.am: Do not redefine content_files.
1919
1920 2009-04-30  Alberto Garcia  <agarcia@igalia.com>
1921
1922         * src/
1923         * Makefile.am
1924         * configure.ac
1925         * doc/Makefile.am
1926         * doc/hildon.types
1927         * po/POTFILES.in:
1928         Renamed src/ to hildon/
1929
1930         * examples/*.c
1931         * debian/changelog
1932         * debian/rules:
1933         Include <hildon/hildon.h> directly in all examples.
1934
1935 2009-04-29  Alejandro Pinheiro  <apinheiro@igalia.com>
1936
1937         * src/hildon-sort-dialog.c
1938         (hildon_sort_dialog_add_sort_key_with_sorting)
1939         (sort_key_changed)
1940         Add safety checks
1941
1942 2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
1943
1944         * src/Makefile.am: Move generated sources to CLEANFILES, so that
1945         make distcheck passes.
1946
1947 2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
1948
1949         * Makefile.am: Enable gtk-doc during distcheck.
1950
1951 2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
1952
1953         * Makefile.am: Do not distribute the debian/ directory.
1954
1955 2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
1956
1957         * doc/Makefile.am: Add the extra SGML files to content_files,
1958         so that they are distributed properly.
1959
1960 2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
1961
1962         * tests/Makefile.am: Add missing test_suites.h and check_utils.h
1963         to the SOURCES.
1964
1965 2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
1966
1967         * src/hildon-note.c (hildon_note_new_confirmation_with_icon_name),
1968         (hildon_note_new_information_with_icon_name): Set the "icon" property
1969         to preserve soundness.
1970
1971 2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
1972
1973         * src/hildon-font-selection-dialog.c
1974         (hildon_font_selection_dialog_set_property): Fail when the "family"
1975         property is set to NULL.
1976
1977 2009-04-28  Claudio Saavedra  <csaavedra@igalia.com>
1978
1979         * src/hildon-color-chooser.c (hildon_color_chooser_set_color): Add
1980         safety checks.
1981
1982 2009-04-28  Alejandro Pinheiro  <apinheiro@igalia.com>
1983
1984         * src/hildon-time-selector.h:
1985         Added HildonTimeSelectorFormatPolicy
1986         * src/hildon-time-selector.c:
1987         Added PROP_TIME_FORMAT_POLICY
1988         (_check_ampm_format): renamed to check_automatic_ampm_format
1989         (update_format_policy), (update_format_dependant_columns): new functions
1990         (hildon_time_selector_class_init)
1991         (hildon_time_selector_contructor)
1992         (hildon_time_selector_init)
1993         (hildon_time_selector_get_property)
1994         (hildon_time_selector_set_property)
1995         (hildon_time_selector_get_time)
1996         (hildon_time_selector_set_time)
1997         * src/hildon-touch-selector.h: new file
1998         * src/hildon-touch-selector.c
1999         (hildon_touch_selector_emit_changed)
2000         (hildon_touch_selector_block_changed)
2001         (hildon_touch_selector_unblock_changed)
2002         Added functions to allow to block the emission of the "changed" signal
2003         * src/hildon-picker-dialog.c
2004         (hildon_picker_dialog_show): call the parent show before the custom code
2005         * examples/hildon-time-button-example.c
2006         Modified, so now you can configure the time format using the new property
2007
2008         Added a new property "time-format-policy" that allow to choose the time
2009         format: AM/PM, 24H or AUTOMATIC. AUTOMATIC is the default one. In this
2010         case it uses gconf in order to check if the time selector must use
2011         AM/PM or 24H.
2012
2013         Fixes: NB#111606 (HildonTimeSelector should expose API to set/unset am/pm
2014         mode)
2015
2016 2009-04-28  Alberto Garcia  <agarcia@igalia.com>
2017
2018         * src/hildon-note.c (hildon_note_init):
2019         Label in HildonNote must be left aligned, not centered. This
2020         reverts the last commit in HildonNote.
2021
2022         Fixes: NB#112933 (text is not left aligned in confirmation dialog
2023         is connectivity dialog)
2024
2025 2009-04-27  Alberto Garcia  <agarcia@igalia.com>
2026
2027         * src/hildon-gtk.c:
2028         Minor style fixes
2029
2030         * doc/hildon-sections.txt:
2031         Added hildon_gtk_window_set_do_not_disturb()
2032
2033 2009-04-27  Alberto Garcia  <agarcia@igalia.com>
2034
2035         * src/hildon-note.c (hildon_note_init): Center label.
2036
2037         Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
2038         properly)
2039
2040 2009-04-27  Claudio Saavedra  <csaavedra@igalia.com>
2041
2042         [Release 2.1.68]
2043
2044         * NEWS: Updates.
2045         * configure.ac: Bump version.
2046         * debian/changelog: Updates.
2047
2048 2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
2049
2050         * src/hildon-note-private.h: Add button-width to the private data.
2051         * src/hildon-note.c (+resize_button),
2052         (+hildon_note_orientation_update): methods to repack widgets on orientation
2053         changes.
2054         (screen_size_changed): Call above method for confirmation notes.
2055         (hildon_note_realize): Always connect to the "screen-size" changed signal.
2056         (hildon_note_rebuild): Store the original width request from buttons.
2057
2058         Fixes: NB#109635 (Confirmation notes do not support portrait)
2059
2060 2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
2061
2062         * src/hildon-note.c (hildon_note_rebuild): Only set the double spacing
2063         when it is a progress note.
2064
2065 2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
2066
2067         * src/hildon-note.c (hildon_note_rebuild): Do not use a GtkHBox
2068         in the note, since there are no horizontally arranged contents.
2069
2070 2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
2071
2072         * src/hildon-gtk.c (+set_flag): new generic method to
2073         set/delay a flag setting in a window.
2074         (hildon_gtk_window_set_progress_indicator):
2075         (hildon_gtk_window_set_do_not_disturb),
2076         (hildon_gtk_window_set_portrait_flags): use set_flag() to
2077         avoid code redundance.
2078
2079 2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
2080
2081         Based on a patch by Alberto Garcia (agarcia@igalia.com)
2082
2083         * src/hildon-gtk.c (set_clear_window_flag),
2084         (do_set_progress_indicator), (do_set_do_not_disturb),
2085         (do_set_portrait_flags),
2086         (hildon_gtk_window_set_progress_indicator),
2087         (hildon_gtk_window_set_do_not_disturb),
2088         (hildon_gtk_window_set_portrait_flags):
2089         Allow setting dnd-flag, progress indicator, and portrait flags
2090         when the window is not realized.
2091
2092 2009-04-24  Alejandro G. Castro  <alex@igalia.com>
2093
2094         * src/hildon-pannable-area.c,
2095         * src/hildon-pannable-area.h: Add the hildon deprecated define to
2096         the size request policy function and defines.
2097
2098 2009-04-23  Claudio Saavedra  <csaavedra@igalia.com>
2099
2100         * doc/hildon-sections.txt: Add the new API.
2101         * src/hildon-gtk.c (+hildon_gtk_window_set_portrait_flags): New
2102         method to set the portrait flags.
2103         * src/hildon-gtk.h: Add HildonPortraitFlags enum.
2104
2105         Fixes: NB#112328 (Adding helpers for setting portrait properties)
2106
2107 2009-04-23  Claudio Saavedra  <csaavedra@igalia.com>
2108
2109         * src/hildon-gtk.c (set_clear_window_flag): Add an Atom parameter,
2110         to allow using this method with other flags.
2111         (hildon_gtk_window_set_progress_indicator): Update accordingly.
2112         (hildon_gtk_window_set_do_not_disturb): Update accordingly.
2113
2114 2009-04-22  Alberto Garcia  <agarcia@igalia.com>
2115
2116         * src/hildon-touch-selector.c
2117         (hildon_touch_selector_append_text_column):
2118         Make the cell renderer use the smallest width possible.
2119
2120         Fixes: NB#108470 (Selected items in multiple selection are either
2121         having a tick that is cut or not visible at all.)
2122
2123 2009-04-22  Alberto Garcia  <agarcia@igalia.com>
2124
2125         * src/hildon-touch-selector.c
2126         (hildon_touch_selector_append_text_column):
2127         Code cleanups
2128
2129 2009-04-22  Claudio Saavedra  <csaavedra@igalia.com>
2130
2131         * src/hildon-number-editor.c (hildon_number_editor_real_set_value):
2132         Use g_strdup_printf() instead of a fixed size buffer.
2133
2134 2009-04-21  Alberto Garcia  <agarcia@igalia.com>
2135
2136         * src/hildon-app-menu.c (hildon_app_menu_find_intruder):
2137         Close banners when a HildonAppMenu is popped up.
2138
2139         Fixes: NB#111027 (Title menu closed immediately if activated when
2140         "Invalid e-mail address" banner is shown)
2141
2142 2009-04-21  Claudio Saavedra  <csaavedra@igalia.com>
2143
2144         [Release 2.1.66]
2145
2146         * NEWS: Updates.
2147         * configure.ac: Bump version.
2148         * debian/changelog: Updates.
2149
2150 2009-04-20  Alberto Garcia  <agarcia@igalia.com>
2151
2152         * src/hildon-banner.c (hildon_banner_realize):
2153         Mark HildonBanner as supporting portrait mode.
2154         Use GDK to set window properties insetad of direct Xlib calls.
2155
2156         Fixes: NB#111830 (HildonBanner should be marked as supporting
2157         portrait)
2158
2159 2009-04-20  Alberto Garcia  <agarcia@igalia.com>
2160
2161         * src/hildon-note.c (hildon_note_rebuild):
2162         Hide action area in information notes. Prevents text from being
2163         slightly aligned to the left.
2164
2165         Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
2166         properly)
2167
2168 2009-04-20  Alberto Garcia  <agarcia@igalia.com>
2169
2170         Patch by Mox Soini (ext-mox.soini@nokia.com)
2171
2172         * src/hildon-banner.c (hildon_banner_create_animation):
2173         Use stylus-sized icons in animation banner.
2174
2175         Fixes: NB#111206 (stylus sized icon for animation banner)
2176
2177 2009-04-20  Alberto Garcia  <agarcia@igalia.com>
2178
2179         * src/hildon-gtk.h
2180         * src/hildon-gtk.c
2181         (+hildon_gtk_window_set_do_not_disturb):
2182         New API to set the do-not-disturb flag.
2183
2184         Fixes: NB#110959 (Add API to set the do-not-disturb flag to a window)
2185
2186 2009-04-20  Alberto Garcia  <agarcia@igalia.com>
2187
2188         * examples/hildon-progress-indicator-example.c: Fix example
2189
2190         * src/hildon-gtk.c (set_clear_window_flag)
2191         (hildon_gtk_window_set_progress_indicator):
2192         Create a generic function for setting flags to a window.
2193         Use GDK instead of direct Xlib calls.
2194
2195 2009-04-14  Alberto Garcia  <agarcia@igalia.com>
2196
2197         * src/hildon-button.c (hildon_button_set_arrangement):
2198         Due to NB#88126, if one of the labels is too long it will be
2199         painted outside the button. The 'value' label is more likely to be
2200         the longest one, so we change its packing options in order to
2201         truncate it if necessary. As a side effect, the 'title' label will
2202         no longer be truncated.
2203
2204         Fixes: NB#110689 (HildonPickerButton doesn't ellipsize very long values)
2205
2206 2009-04-14  Claudio Saavedra  <csaavedra@igalia.com>
2207
2208         [Release 2.1.64]
2209
2210         * NEWS: Updates.
2211         * configure.ac: Bump version.
2212         * debian/changelog: Updates.
2213
2214 2009-04-13  Alejandro G. Castro  <alex@igalia.com>
2215
2216         Deprecation of the hildon_pannable_area_set_size_request_policy
2217         API, the only policy properly supported in gtk+ nowadays is the
2218         minimum size.
2219
2220         * src/hildon-pannable-area.c,
2221         (hildon_pannable_area_size_request): Added a workaround for the
2222         size_request to avoid the problems of huge pixmaps in case someone
2223         is still using the function.
2224         * src/hildon-pannable-area.h: Deprecated the enum with the
2225         policies.
2226
2227         Fixes: NB#110244 (Problems with the
2228         hildon_pannable_area_set_size_request_policy API)
2229
2230 2009-04-08  Alejandro G. Castro  <alex@igalia.com>
2231
2232         * src/hildon-pannable-area.c,
2233         (hildon_pannable_area_init),
2234         (hildon_pannable_area_size_request),
2235         (hildon_pannable_area_style_set),
2236         (hildon_pannable_draw_vscroll),
2237         (hildon_pannable_draw_hscroll),
2238         (hildon_pannable_area_check_scrollbars): Replaced area_width with
2239         indicator_width to clarify the use of the attribute.
2240
2241 2009-04-08  Claudio Saavedra  <csaavedra@igalia.com>
2242
2243         [Release 2.1.62]
2244
2245         * NEWS: Updates.
2246         * configure.ac: Bump version.
2247         * debian/changelog: Updates.
2248
2249 2009-04-07  Alejandro Pinheiro <apinheiro@igalia.com>
2250
2251         * src/hildon-picker-dialog.c
2252         * src/hildon-touch-selector.c
2253         Reverting the change that tried to avoid the hardcoded height on
2254         the picker dialog, as causes problems on the hildon-touch-selector
2255         initial-hint
2256
2257         Fixes: NB#110029 (selectors not scrolling to selected value)
2258
2259 2009-04-07  Alberto Garcia  <agarcia@igalia.com>
2260
2261         * src/hildon-touch-selector.c: Fix typos
2262
2263 2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
2264
2265         * src/hildon-color-chooser.c (hildon_color_chooser_pointer_motion):
2266         Use the event coordinates instead of gdk_window_get_pointer(). Also,
2267         request more motions after using it.
2268
2269 2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
2270
2271         * src/hildon-calendar.c (hildon_calendar_expose),
2272         (hildon_calendar_paint_main), (hildon_calendar_enter_notify):
2273         Remove unused variables.
2274
2275 2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
2276
2277         * tests/check-hildon-color-chooser.c (START_TEST): Remove unused
2278         variable assignment.
2279
2280 2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
2281
2282         * src/hildon-touch-selector.c (hildon_touch_selector_get_active):
2283         Check the return value of gtk_tree_selection_get_selected()
2284         for safety.
2285
2286 2009-04-06  Alberto Garcia  <agarcia@igalia.com>
2287
2288         * src/hildon-animation-actor.c
2289         * src/hildon-button.c
2290         * src/hildon-main.c
2291         * src/hildon-pannable-area.c
2292         * src/hildon-picker-button.c
2293         * src/hildon-program.c
2294         * src/hildon-remote-texture.c
2295         * src/hildon-text-view.c
2296         * src/hildon-touch-selector.c
2297         * src/hildon-window-stack.c
2298         * src/hildon-window.c:
2299         Add missing 'Since: 2.2' tags.
2300
2301         * doc/hildon-sections.txt:
2302         Add some missing symbols.
2303
2304         * doc/hildon-docs.sgml:
2305         New 'Other' section for HildonAnimationActor and
2306         HildonRemoteTexture
2307
2308 2009-04-06  Alberto Garcia  <agarcia@igalia.com>
2309
2310         Patch by Iván Gómez (igomez@igalia.com)
2311
2312         * doc/building.sgml
2313         * doc/compiling.sgml
2314         * doc/hildon-docs.sgml
2315         * doc/hildon-sections.txt
2316         * doc/migration.sgml
2317         * doc/resources.sgml
2318         * doc/running.sgml:
2319         New chapters on using the Hildon library.
2320         Updated the general structure of the reference manual.
2321         Other minor documentation fixes.
2322
2323         * src/hildon-calendar-popup.c
2324         * src/hildon-calendar.c
2325         * src/hildon-controlbar.c
2326         * src/hildon-date-editor.c
2327         * src/hildon-dialog.c
2328         * src/hildon-hvolumebar.c
2329         * src/hildon-number-editor.c
2330         * src/hildon-range-editor.c
2331         * src/hildon-sort-dialog.c
2332         * src/hildon-time-editor.c
2333         * src/hildon-time-picker.c
2334         * src/hildon-volumebar-range.c
2335         * src/hildon-volumebar.c
2336         * src/hildon-vvolumebar.c
2337         * src/hildon-weekday-picker.c:
2338         Add deprecation notes
2339
2340         * src/hildon-pannable-area.c (hildon_pannable_area_class_init):
2341         Document 'horizontal-movement' and 'vertical-movement' signals.
2342
2343 2009-04-06  Claudio Saavedra  <csaavedra@igalia.com>
2344
2345         [Release 2.1.60]
2346
2347         * NEWS: Updates.
2348         * configure.ac: Bump version.
2349         * debian/changelog: Updates.
2350
2351 2009-04-06  Alejandro G. Castro  <alex@igalia.com>
2352
2353         * src/hildon-pannable-area.c,
2354         (hildon_pannable_area_class_init): increased the minimum velocity.
2355         (hildon_pannable_area_button_release_cb): Updated the
2356         CURSOR_STOPPED_TIMEOUT, tuning the widge for the new events
2357         setup. Review the code to control that last event.
2358
2359         Fixes: NB#109790 (Releasing finger in pannable area easily causes
2360         unwanted scrolling)
2361
2362 2009-04-03  Claudio Saavedra  <csaavedra@igalia.com>
2363
2364         Based on a patch by Mox Soini (ext-mox.soini@nokia.com)
2365
2366         * src/hildon-get-password-dialog.c
2367         (hildon_get_password_set_property),
2368         (hildon_get_password_get_property), (create_contents):
2369         * src/hildon-login-dialog-private.h:
2370         * src/hildon-login-dialog.c (hildon_login_dialog_set_property),
2371         (hildon_login_dialog_init), (hildon_login_dialog_get_username),
2372         (hildon_login_dialog_get_password):
2373         * src/hildon-set-password-dialog-private.h:
2374         * src/hildon-set-password-dialog.c
2375         (hildon_set_password_set_property),
2376         (hildon_set_password_get_property), (create_contents),
2377         (hildon_set_password_response_change),
2378         (hildon_set_password_response_set), (hildon_checkbox_toggled):
2379
2380         Pimp these dialogs, to make them use HildonEntry and HildonCheckBox
2381         instead and look more Fremantle style.
2382
2383         Fixes: NB#109639 (Update hildon passwd dialogs to Hildon 2.2)
2384
2385 2009-04-03  Alberto Garcia  <agarcia@igalia.com>
2386
2387         * doc/hildon-sections.txt
2388         * src/hildon-window-stack.h
2389         * src/hildon-window-stack.c
2390         (+hildon_window_stack_get_windows):
2391         New API to obtain the list of windows on a stack.
2392
2393 2009-04-02  Alberto Garcia  <agarcia@igalia.com>
2394
2395         * src/hildon-app-menu.c (hildon_app_menu_popup)
2396         (hildon_app_menu_class_init, -hildon_app_menu_show):
2397         Remove hildon_app_menu_show() and move all its checks to
2398         hildon_app_menu_popup()
2399
2400 2009-04-02  Alejandro Pinheiro  <apinheiro@igalia.com>
2401
2402         * src/hildon-picker-dialog.c: removed HILDON_TOUCH_SELECTOR_HEIGHT
2403         (_hildon_picker_dialog_set_selector): removed call to
2404         gtk_widget_set_size_request
2405         * src/hildon-touch-selector.c
2406         (_create_new_column): change the pannable size request policy
2407
2408         Avoid to use a hardcoded height for the hildon picker dialog. In order
2409         to get that, we needed to change the hildon pannable size request
2410         policy
2411         Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)
2412
2413 2009-04-02  Claudio Saavedra  <csaavedra@igalia.com>
2414
2415         * src/hildon-window.c (hildon_window_map): Check for vbox to be
2416         not NULL.  Avoids a (very unlikely) crasher. See related NB#103301
2417         browser crash.
2418
2419 2009-04-02  Claudio Saavedra  <csaavedra@igalia.com>
2420
2421         * debian/control: Depend on osso-system-lock localization package.
2422         * src/hildon-code-dialog.c: Obtain the secu_application_title
2423         translation from osso-system-lock.
2424         * src/hildon-get-password-dialog.c (create_contents): Do not mark
2425         for translation the atk related strings, that's not necessary.
2426         * src/hildon-set-password-dialog.c (create_contents): Ditto.
2427         * src/hildon-sort-dialog.c (hildon_sort_dialog_init): Remove the
2428         cancel button, it is not required.
2429
2430 2009-04-02  Alejandro G. Castro  <alex@igalia.com>
2431
2432         * src/hildon-pannable-area.c,
2433         (hildon_pannable_area_class_init): Modified the default value of
2434         the overshooting max speed, we have reduced it.
2435
2436 2009-04-02  Alberto Garcia  <agarcia@igalia.com>
2437
2438         * doc/hildon-sections.txt
2439         * src/hildon-window-private.h
2440         * src/hildon-window.h
2441         * src/hildon-window.c (hildon_window_class_init)
2442         (hildon_window_init, hildon_window_finalize)
2443         (hildon_window_realize, hildon_window_get_property)
2444         (hildon_window_set_property, hildon_window_update_markup)
2445         (hildon_window_get_markup, hildon_window_set_markup):
2446         New "markup" property and hildon_window_{get,set}_markup() methods.
2447
2448         * examples/hildon-stackable-window-example.c (new_window):
2449         Update example to use hildon_window_set_markup()
2450
2451         Fixes: NB#106375 (Need API to retitle a window with a title
2452         including markup)
2453
2454 2009-04-01  Alejandro G. Castro  <alex@igalia.com>
2455
2456         * src/hildon-pannable-area.c,
2457         (hildon_pannable_area_class_init): Changed the default value of
2458         the initial_hint to TRUE.
2459         (hildon_pannable_area_initial_effect): Changed the initial effect,
2460         not the effect is just the fade-out of the scrollbars.
2461
2462         Fixes: NB#107775 (No scrollbars can be seen when several items are
2463         available in a dialog)
2464
2465 2009-04-01  Alberto Garcia  <agarcia@igalia.com>
2466
2467         * src/hildon-program.c (hildon_program_update_top_most):
2468         Fix memory leak.
2469
2470         Fixes: NB#109179 (Memory leak in Hildon program)
2471
2472 2009-04-01  Alberto Garcia  <agarcia@igalia.com>
2473
2474         * src/hildon-banner.c (-get_current_app_window):
2475         Remove unused function.
2476
2477 2009-04-01  Alejandro G. Castro  <alex@igalia.com>
2478
2479         * src/hildon-pannable-area.c: Modified the documentation of the
2480         get adjustments functions to explain the problem of using the
2481         adjustment directly.
2482         (hildon_pannable_area_class_init): Improved the explanation about
2483         the velocity.
2484
2485 2009-04-01  Alberto Garcia  <agarcia@igalia.com>
2486
2487         * src/hildon-app-menu-private.h
2488         * src/hildon-app-menu.c
2489         (hildon_app_menu_class_init):
2490         Bring back the 'external-border' style property
2491         (hildon_app_menu_class_init, hildon_app_menu_init)
2492         (hildon_app_menu_apply_style, hildon_app_menu_size_request):
2493         Set a fixed width-request for the menu, independent of the number
2494         of items.
2495
2496         Fixes: NB#94957 (Smoothly opened application menu)
2497
2498 2009-03-30  Alberto Garcia  <agarcia@igalia.com>
2499
2500         * src/hildon-defines.h: Define HILDON_WINDOW_TITLEBAR_HEIGHT
2501
2502         * src/hildon-banner.c
2503         Change HILDON_BANNER_WINDOW_Y to HILDON_WINDOW_TITLEBAR_HEIGHT.
2504         (hildon_banner_map)
2505         Make sure that the banner is correctly placed the first time it's
2506         shown.
2507         (hildon_banner_check_position, -check_fullscreen_state):
2508         Show the banner in the same place no matter if the window is in
2509         fullscreen mode or not.
2510
2511         Fixes: NB#107386 (Odd stacking behaviour for information banners)
2512
2513 2009-04-01  Claudio Saavedra  <csaavedra@igalia.com>
2514
2515         * src/hildon-touch-selector.c (_default_print_func): reorder
2516         concatenation for clarity.
2517
2518 2009-04-01  Claudio Saavedra  <csaavedra@igalia.com>
2519
2520         * src/hildon-touch-selector.c (_default_print_func): Plug a memory leak
2521         for multicolumn selectors.
2522
2523         Fixes: NB#109099 (Memory leak in Hildon touch selector)
2524
2525 2009-03-30  Claudio Saavedra  <csaavedra@igalia.com>
2526
2527         [Release 2.1.58]
2528
2529         * NEWS: Updates.
2530         * configure.ac: Bump version.
2531         * debian/changelog: Updates.
2532
2533 2009-03-27  Claudio Saavedra  <csaavedra@igalia.com>
2534
2535         * src/hildon-sound.c (hildon_ca_context_get): Mark function as static and
2536         coding style fixes.
2537
2538 2009-03-26  Alejandro Pinheiro Iglesias <apinheiro@igalia.com>
2539
2540         * configure.ac: removed libcangerra-gtk dependency
2541         * debian/control: removed libcanberra-gtk dependency
2542         * src/Makefile.am: removed libcanberra gtk related flags
2543         * src/hildon-sound.c: avoid to use ca_gtk_context_get to get a canberra
2544         context, and manage a global canberra context instead
2545
2546         Fixes: NB#106067 (hildon_play_system_sound() play sound only first time called)
2547
2548 2009-03-26  Alberto Garcia  <agarcia@igalia.com>
2549
2550         Patch by Daniel Borgmann (danielb@openismus.com)
2551
2552         * src/hildon-edit-toolbar.c:
2553         Adjust the left padding.
2554         (hildon_edit_toolbar_class_init, +hildon_edit_toolbar_expose):
2555         Paint background of the edit toolbar.
2556
2557         Fixes: NB#107897 (Patch to make editmodetoolbar background
2558         themeable and adjust margin)
2559
2560 2009-03-25  Alberto Garcia  <agarcia@igalia.com>
2561
2562         Patch by Adam Endrodi (adam.endrodi@blumsoft.eu)
2563
2564         * src/hildon-program.c (hildon_program_update_top_most):
2565         Update is-topmost when _MB_CURRENT_APP_WINDOW is 0
2566
2567         Fixes: NB#106998 (HildonProgram's is-topmost property doesn't
2568         change when the user tasks in/out of an application)
2569
2570 2009-03-25  Alejandro Pinheiro Iglesias <apinheiro@igalia.com>
2571
2572         * configure.ac: added libcangerra-gtk dependency
2573         * debian/control: added libcanberra-gtk dependency
2574         * src/Makefile.am: added libcanberra gtk related flags
2575         * src/hildon-sound.c: use ca_gtk_context_get to get a canberra context
2576         instead of use it.
2577
2578         Fixes: NB#106067 (hildon_play_system_sound() play sound only first time called)
2579
2580 2009-03-25  Alberto Garcia  <agarcia@igalia.com>
2581
2582         * src/hildon-program.c (hildon_program_remove_window)
2583         (hildon_program_add_window): Add checks for the window
2584         parameter. Don't decrease the window counter if the window is not
2585         registered.
2586
2587 2009-03-24  Alejandro G. Castro  <alex@igalia.com>
2588
2589         * src/hildon-pannable-area.c,
2590         (hildon_pannable_area_realize): Fixed position of the event_window
2591         in the realize method.
2592
2593 2009-03-24  Alberto Garcia  <agarcia@igalia.com>
2594
2595         * src/hildon-app-menu-private.h
2596         * src/hildon-app-menu.c (hildon_app_menu_find_intruder)
2597         (hildon_app_menu_map, hildon_app_menu_hide_idle)
2598         (hildon_app_menu_key_press, hildon_app_menu_init)
2599         (hildon_app_menu_finalize):
2600         Make sure that all idle functions are removed when the widget is
2601         destroyed.
2602
2603         Fixes: NB#107583 (Hildon app menu crashes in various applications)
2604
2605 2009-03-24  Claudio Saavedra  <csaavedra@igalia.com>
2606
2607         [Release 2.1.56]
2608
2609         * NEWS: Updates.
2610         * configure.ac: Bump version.
2611         * debian/changelog: Updates.
2612
2613 2009-03-24  Claudio Saavedra  <csaavedra@igalia.com>
2614
2615         * src/hildon-entry.c
2616         (+hildon_entry_show_placeholder),
2617         (+hildon_entry_hide_placeholder), Methods to show/hide the placeholder text
2618         that replace hildon_entry_update_contents().
2619         (hildon_entry_set_text),
2620         (hildon_entry_set_placeholder),
2621         (hildon_entry_focus_in_event),
2622         (hildon_entry_focus_out_event): Determine when it is needed
2623         either to show or hide the placeholder and call the above methods.
2624
2625         Fixes: NB#107471 (hildon_entry_set_text() not setting the text
2626         when the placeholder text is already set)
2627
2628 2009-03-24  Claudio Saavedra  <csaavedra@igalia.com>
2629
2630         * src/hildon-banner.c (+hildon_banner_create_animation): Build a
2631         simple GdkPixbufAnim using the new icons for the banner.
2632         (hildon_banner_show_animation): Use the above mentioned method to
2633         create the animation widget.
2634
2635         Fixes: NB#103564 (Make hildon animation banner use individual
2636         image files as the animation)
2637
2638 2009-03-24  Alejandro G. Castro  <alex@igalia.com>
2639
2640         * src/hildon-pannable-area.c,
2641         (hildon_pannable_leave_notify_event): Check if the child is NULL
2642         to avoid sending the leave.
2643
2644 2009-03-24  Alejandro G. Castro  <alex@igalia.com>
2645
2646         * src/hildon-pannable-area.c,
2647         (hildon_pannable_area_class_init),
2648         (hildon_pannable_leave_notify_event): Added a handler of the
2649         leave-notify-signal to consider when no motion notify before
2650         leaving.
2651
2652         Fixes: NB#107494 (Items stay selected when clicking and moving
2653         away when inside pannable area)
2654
2655 2009-03-23  Claudio Saavedra  <csaavedra@igalia.com>
2656
2657         [Release 2.1.54]
2658
2659         * NEWS: Updates.
2660         * configure.ac: Bump version.
2661         * debian/changelog: Updates.
2662
2663 2009-03-19  Alejandro G. Castro  <alex@igalia.com>
2664
2665         Patch by Alberto Garcia (agarcia@igalia.com)
2666
2667         * src/hildon-date-button.c,
2668         (hildon_date_button_class_init),
2669         (hildon_date_button_init): Removed the construct property handling
2670         and created a default selector in the init method.
2671         * src/hildon-picker-button.c,
2672         (hildon_picker_button_class_init): Removed the construct flag of the
2673         selector property.
2674
2675 2009-03-18  Alberto Garcia  <agarcia@igalia.com>
2676
2677         * src/hildon-main.c (hildon_init):
2678         Don't allow hildon_init() to be called more than once.
2679
2680         Fixes: NB#106607 (hildon_init should issue error message upon
2681         successive calls)
2682
2683 2009-03-17  Alejandro Pinheiro  <apinheiro@igalia.com>
2684
2685         * examples/hildon-pannable-area-touch-list-example.c
2686         * examples/hildon-pannagle-area-touch-grid-example.c
2687         * examples/hildon-edit-toolbar-example.c
2688         * examples/hildon-touch-selector-multi-cells-example.c
2689         Removed the call to gtk_rc_parse_string, as it is not required since
2690         some time ago.
2691
2692 2009-03-17  Alejandro G. Castro  <alex@igalia.com>
2693
2694         * src/hildon-pannable-area.c,
2695         (hildon_pannable_area_class_init): Modified the default panning
2696         threshold of the widget to 6px.
2697
2698         Fixes: NB#105427 (Clicking and dragging ( for pixel values more
2699         than the threshold value ) within the button is not sending the
2700         event to the clild)
2701
2702 2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>
2703
2704         * src/hildon-touch-selector.c (_create_new_column): Unset GTK_CAN_FOCUS
2705         for the treeview in the new column. This way, the touch list will never
2706         grab the focus.
2707
2708         Fixes: NB#105190 (Text input area of HildonTouchSelectorEntry to
2709         be selected manually for the HW keys to work)
2710
2711 2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>
2712
2713         * src/hildon-touch-selector-entry.c (entry_on_text_changed): Do a simple
2714         comparison instead of using strcmp(). Fixes a compiler warning as well.
2715
2716 2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>
2717
2718         * doc/hildon-docs.sgml: Do not set the library version in the
2719         document title, use the releaseinfo tag for that purpose instead.
2720
2721 2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>
2722
2723         * src/hildon-touch-selector-entry.c (entry_on_text_changed):
2724         Do not jump to the first item if the text in the entry is removed.
2725
2726 2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>
2727
2728         [Release 2.1.52]
2729
2730         * NEWS: Updates.
2731         * configure.ac: Bump version.
2732         * debian/changelog: Updates.
2733
2734 2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>
2735
2736         * src/hildon-entry.c (hildon_entry_refresh_contents):
2737         * src/hildon-text-view.c (hildon_text_view_refresh_contents):
2738         Use "ReversedSecondaryTextColor" for the placeholder text.
2739
2740 2009-03-12  Alberto Garcia  <agarcia@igalia.com>
2741
2742         * src/hildon-text-view.c: Fix compilation warning.
2743
2744 2009-03-12  Alberto Garcia  <agarcia@igalia.com>
2745
2746         * src/hildon-button.c (hildon_button_class_init): Don't make
2747         "title" and "value" construction properties, to prevent them from
2748         overwriting labels set from derived classes.
2749
2750         * src/hildon-picker-button.c
2751         (hildon_picker_button_set_selector): Allow setting a NULL selector.
2752         (hildon_picker_button_class_init): Make touch-selector a
2753         construction property.
2754
2755         * src/hildon-date-button.c (hildon_date_button_class_init)
2756         (+hildon_date_button_constructed): Add a default date selector if
2757         none is provided.
2758
2759 2009-03-12  Claudio Saavedra  <csaavedra@igalia.com>
2760
2761         * src/hildon-touch-selector.c: Small documentation fixes.
2762
2763 2009-03-12  Claudio Saavedra  <csaavedra@igalia.com>
2764
2765         Based on a patch by Daniel Borgmann (danielb@openismus.com)
2766
2767         * src/hildon-entry.c (hildon_entry_refresh_contents),
2768         (hildon_entry_get_text), (hildon_entry_init): Do not use the
2769         widget name, set the logical color directly instead and a boolean
2770         showing_placeholder instead.
2771         * src/hildon-text-view.c (hildon_text_view_refresh_contents): Do not
2772         use the widget name here either.
2773
2774         Fixes: NB#105678 (HildonTextView should use logical colours
2775         instead of setting widget name)
2776
2777 2009-03-12  Claudio Saavedra  <csaavedra@igalia.com>
2778
2779         Patch by Daniel Elster (danielk@openismus.com)
2780
2781         * src/hildon-touch-selector.[ch] (HildonTouchSelectorPrintFunc):
2782         Add user_data parameter.
2783         (hildon_touch_selector_set_print_func_full): New function akin
2784         hildon_touch_selector_set_print_func() but with support for user
2785         data and a destroy callback.
2786         (hildon_touch_selector_dispose): Implement GObjectClass::dispose
2787         to clean up the print function user data.
2788         (hildon_touch_selector_class_init): Install dispose function.
2789         (HildonTouchSelectorPrivate::print_user_data),
2790         (HildonTouchSelectorPrivate::print_destroy_func): New private
2791         member data.
2792         (hildon_touch_selector_init): Initialize new private members.
2793         (hildon_touch_selector_get_current_text): Pass along user data
2794         to the print function.
2795         (_default_print_func): Add dummy user_data to parameter list.
2796         * hildon-date-selector.c (_custom_print_func): ditto,
2797         * hildon-time-selector.c (_custom_print_func): ditto,
2798         * hildon-touch-selector-entry.c
2799         (hildon_touch_selector_entry_print_func): ditto.
2800
2801         Fixes: NB#105455 (HildonTouchSelectorPrintFunc lacks user data)
2802
2803 2009-03-12  Claudio Saavedra  <csaavedra@igalia.com>
2804
2805         * examples/hildon-pannable-area-tuning-example.c: Fix copyright.
2806
2807 2009-03-12  Alejandro G. Castro  <alex@igalia.com>
2808
2809         * src/hildon-pannable-area.c,
2810         (hildon_pannable_area_init),
2811         (hildon_pannable_area_button_press_cb),
2812         (hildon_pannable_area_motion_notify_cb): We have added code to
2813         handle the leave and enter events when using the motion events.
2814
2815         Fixes: NB#105407 (hilghlight is not cancelled when panning starts)
2816
2817 2009-03-11  Alberto Garcia  <agarcia@igalia.com>
2818
2819         * src/hildon-date-button.c (hildon_date_button_get_date)
2820         (hildon_date_button_set_date): Make sure that the button has a
2821         selector.
2822
2823         Fixes: NB#105507 (hildon_date_button_set_date leads to crash.)
2824
2825 2009-03-11  Alejandro G. Castro  <alex@igalia.com>
2826
2827         * src/hildon-pannable-area.c,
2828         (hildon_pannable_area_class_init),
2829         (hildon_pannable_area_calculate_velocity): Modify the use of the
2830         force and adapt the value.
2831
2832 2009-03-10  Alberto Garcia  <agarcia@igalia.com>
2833
2834         * src/hildon-app-menu.c (+hildon_app_menu_delete_event_handler)
2835         (hildon_app_menu_class_init): Hide the menu if it receives a
2836         delete-event, but don't destroy it
2837
2838         Fixes: NB#104485 (Not able to address the call when application
2839         menu is opened at background)
2840
2841 2009-03-10  Alberto Garcia  <agarcia@igalia.com>
2842
2843         * src/hildon-app-menu.c
2844         (hildon_app_menu_apply_style, hildon_app_menu_class_init):
2845         Remove the "external-border" style property, let the menu take its
2846         natural size (or the one set by the window manager)
2847         (hildon_app_menu_repack_items):
2848         Don't reshow the menu, avoid flickers.
2849
2850         Partially fixes NB#94957 (Smoothly opened application menu)
2851
2852 2009-03-10  Claudio Saavedra  <csaavedra@igalia.com>
2853
2854         [Release 2.1.50]
2855
2856         * NEWS: Updates.
2857         * configure.ac: Bump version.
2858         * debian/changelog: Updates.
2859
2860 2009-03-10  Alejandro G. Castro  <alex@igalia.com>
2861
2862         * src/hildon-pannable-area.c,
2863         (hildon_pannable_area_motion_notify_cb): We control that the
2864         direction error margin is used just in case the movement is
2865         allowed in the other direction.
2866
2867         Fixes: NB#105012 (buttons inside a pannable area not getting
2868         release event when dragging/releasing)
2869
2870 2009-03-10  Alejandro G. Castro  <alex@igalia.com>
2871
2872         * src/hildon-pannable-area.c,
2873         (hildon_pannable_area_class_init),
2874         (hildon_pannable_area_get_property),
2875         (hildon_pannable_area_set_property),
2876         (hildon_pannable_area_initial_effect),
2877         (hildon_pannable_axis_scroll),
2878         (hildon_pannable_area_button_release_cb): Reviewed the
2879         overshooting effect, now it has its own max
2880         speed (PROP_VEL_MAX_OVERSHOOTING). Modified the calculation of the
2881         speed when bouncing.
2882
2883 2009-03-09  Claudio Saavedra  <csaavedra@igalia.com>
2884
2885         [Release 2.1.48]
2886
2887         * NEWS: Updates.
2888         * configure.ac: Bump version.
2889         * debian/changelog: Updates.
2890
2891 2009-03-09  Alejandro G. Castro  <alex@igalia.com>
2892
2893         * src/hildon-pannable-area.c,
2894         (hildon_pannable_area_class_init): Changed the max speed, now
2895         users can launch the widget very fast. Reduced the default force,
2896         that way it is easier to control the launch speed.
2897
2898 2009-03-09  Alejandro G. Castro  <alex@igalia.com>
2899
2900         * src/hildon-pannable-area.c,
2901         (hildon_pannable_area_button_release_cb): Removed this check
2902         because it causes problems when the device is overloaded.
2903
2904 2009-03-06  Claudio Saavedra  <csaavedra@igalia.com>
2905
2906         * src/hildon-picker-dialog.c (hildon_picker_dialog_init):
2907         add a current_text field to store the text entered in the
2908         touch selector entry.
2909         (_clean_current_selection): clean up the current text as well.
2910         (_save_current_selection), (_restore_current_selection):
2911         Save/restore the text in the entry if the selector is a
2912         HildonTouchSelectorEntry.
2913
2914         Fixes: NB#102541 (value entered in the touch selector entry is not
2915         shown when opened for second time)
2916
2917 2009-03-06  Claudio Saavedra  <csaavedra@igalia.com>
2918
2919         * doc/hildon-sections.txt:
2920         * src/hildon-touch-selector-entry.c
2921         (+hildon_touch_selector_entry_get_entry):
2922         * src/hildon-touch-selector-entry.h: New accessor for the HildonEntry.
2923
2924         Fixes: NB#104815 (I need accessor to the entry inside
2925         HildonTouchSelectorEntry)
2926
2927 2009-03-06  Alberto Garcia  <agarcia@igalia.com>
2928
2929         * src/hildon-app-menu.c (hildon_app_menu_apply_style)
2930         (hildon_app_menu_class_init):
2931         New "filter-vertical-spacing" style property.
2932
2933 2009-03-06  Alberto Garcia  <agarcia@igalia.com>
2934
2935         * src/hildon-find-toolbar.c
2936         (hildon_find_toolbar_emit_close)
2937         (hildon_find_toolbar_emit_invalid_input)
2938         (hildon_find_toolbar_entry_activate):
2939         Use g_signal_emit() instead of g_signal_emit_by_name()
2940
2941 2009-03-06  Alberto Garcia  <agarcia@igalia.com>
2942
2943         Patch by Mox Soini (ext-mox.soini@nokia.com)
2944
2945         * tests/TEST-CASES.txt
2946         * tests/check-hildon-banner.c
2947         * tests/check-hildon-note.c
2948         * src/hildon-banner.c
2949         * src/hildon-code-dialog.c
2950         * src/hildon-date-editor.c (real_set_calendar_icon_state)
2951         * src/hildon-time-editor.c
2952         * examples/hildon-lookup-example.c (main):
2953         Replace obsolete icon names with new ones.
2954
2955         * src/hildon-find-toolbar-private.h:
2956         * src/hildon-find-toolbar.c (hildon_find_toolbar_init)
2957         (-hildon_find_toolbar_emit_search):
2958         Remove find button and change icon of close button.
2959
2960         Fixes: NB#104819 (Clean up old icon names from hildon-widgets)
2961
2962 2009-03-05  Alberto Garcia  <agarcia@igalia.com>
2963
2964         * src/hildon-time-button.c (hildon_time_button_new_step):
2965         Use the "touch-selector" property to set the selector directly
2966         when creating the object.
2967
2968 2009-03-05  Alejandro G. Castro  <alex@igalia.com>
2969
2970         Added a new example application that allows tuning the pannable
2971         area and replaced defines with properties in order to simplify the
2972         tuning: PROP_DRAG_INERTIA, PROP_PANNING_THRESHOLD,
2973         PROP_SCROLLBAR_FADE_DELAY, PROP_BOUNCE_STEPS, PROP_FORCE and
2974         PROP_DIRECTION_ERROR_MARGIN.
2975
2976         * examples/hildon-pannable-area-tuning-example.c: New example
2977         application.
2978         * src/hildon-pannable-area.c,
2979         (hildon_pannable_area_class_init),
2980         (hildon_pannable_area_init),
2981         (hildon_pannable_area_get_property),
2982         (hildon_pannable_area_set_property),
2983         (hildon_pannable_area_launch_fade_timeout),
2984         (hildon_pannable_area_adjust_value_changed),
2985         (hildon_pannable_axis_scroll),
2986         (hildon_pannable_area_motion_notify_cb),
2987         (hildon_pannable_area_scroll_cb),
2988         (hildon_pannable_area_button_release_cb): We have converted some
2989         of the defines that control the widget to properties to simplify
2990         the tuning.
2991
2992 2009-03-05  Alberto Garcia  <agarcia@igalia.com>
2993
2994         * src/hildon-app-menu.c (hildon_app_menu_map)
2995         (hildon_app_menu_unmap): Make the menu temporary when it's mapped,
2996         so it's closed if a new window appears.
2997
2998         Fixes: NB#104485 (Not able to address the call when application
2999         menu is opened at background)
3000
3001 2009-03-05  Claudio Saavedra  <csaavedra@igalia.com>
3002
3003         * src/hildon-color-button.c (hildon_color_button_get_property):Add
3004         missing 'break' statement in in 'case' construct to avoid
3005         incorrect warnings.
3006
3007 2009-03-05  Claudio Saavedra  <csaavedra@igalia.com>
3008
3009         * src/hildon-touch-selector-entry.c
3010         (hildon_touch_selector_entry_get_property),
3011         (hildon_touch_selector_entry_set_property): Add missing 'break'
3012         statements in in 'case' constructs to avoid incorrect warnings.
3013
3014 2009-03-05  Claudio Saavedra  <csaavedra@igalia.com>
3015
3016         * src/hildon-time-editor.c
3017         (hildon_time_editor_get_time_separators): Do not crash if
3018         the first label is NULL.
3019
3020 2009-03-05  Claudio Saavedra  <csaavedra@igalia.com>
3021
3022         * src/hildon-date-selector.c (_month_days): Check for month to be
3023         strictly less than 12, since otherwise we may overrun the array.
3024
3025 2009-03-04  Alberto Garcia  <agarcia@igalia.com>
3026
3027         * src/hildon-date-button.c (+hildon_date_button_new_full)
3028         (hildon_date_button_new, hildon_date_button_new_with_year_range)
3029         (hildon_date_button_init): Set the date selector using a
3030         construction property, to make it happen after HildonButton's
3031         "value" property is set.
3032
3033         Fixes: NB#104439 (hildon_date_button_new() isn't set to the
3034         current date by default)
3035
3036 2009-03-04  Alberto Garcia  <agarcia@igalia.com>
3037
3038         * doc/hildon-sections.txt
3039         * src/hildon-program.c
3040         * src/hildon-stackable-window.c
3041         * src/hildon-window.c:
3042         Documentation updates
3043
3044 2009-03-04  Alberto Garcia  <agarcia@igalia.com>
3045
3046         * src/hildon-window-stack.c (hildon_window_stack_get_default)
3047         (hildon_window_stack_new, +hildon_window_stack_set_property)
3048         (+hildon_window_stack_get_property)
3049         (hildon_window_stack_class_init)
3050         (+hildon_window_stack_set_window_group)
3051         (+hildon_window_stack_get_window_group):
3052         Make the window group a construction property.
3053
3054 2009-03-04  Alberto Garcia  <agarcia@igalia.com>
3055
3056         * doc/hildon-sections.txt
3057         * src/hildon-stackable-window-private.h
3058         * src/hildon-stackable-window.h
3059         * src/hildon-stackable-window.c
3060         (-hildon_stackable_window_set_app_menu)
3061         (-hildon_stackable_window_get_app_menu)
3062         (-hildon_stackable_window_toggle_menu)
3063         (-hildon_stackable_window_finalize)
3064         (hildon_stackable_window_class_init)
3065         (hildon_stackable_window_init)
3066         * src/hildon-window-private.h
3067         * src/hildon-window.h
3068         * src/hildon-window.c (hildon_window_init)
3069         (hildon_window_destroy, +hildon_window_toggle_gtk_menu)
3070         (+hildon_window_toggle_app_menu, hildon_window_toggle_menu_real)
3071         (hildon_window_get_main_menu, hildon_window_set_main_menu)
3072         (+hildon_window_set_app_menu, +hildon_window_get_app_menu):
3073         Moved all HildonAppMenu code to HildonWindow. The menu does not
3074         require a HildonStackableWindow anymore.
3075
3076         * src/hildon-app-menu.c
3077         * src/hildon-program.c
3078         * examples/hildon-app-menu-example.c (main):
3079         Update examples and documentation to reflect HildonAppMenu
3080         changes.
3081
3082 2009-03-04  Alberto Garcia  <agarcia@igalia.com>
3083
3084         * src/hildon-remote-texture.c
3085         * src/hildon-animation-actor.c:
3086         Don't include unused private headers.
3087
3088 2009-03-04  Alberto Garcia  <agarcia@igalia.com>
3089
3090         * src/hildon-program-private.h
3091         * src/hildon-program.c
3092         (hildon_program_set_common_menu)
3093         (hildon_program_get_common_menu)
3094         (hildon_program_set_common_app_menu)
3095         (hildon_program_get_common_app_menu):
3096         Change common menu pointers from GtkWidget* to GtkMenu* and
3097         HildonAppMenu* to avoid unnecessary casts.
3098
3099 2009-03-03  Alberto Garcia  <agarcia@igalia.com>
3100
3101         * src/hildon-window.c (hildon_window_set_main_menu):
3102         Removed incorrect 'Since:' tag
3103
3104 2009-03-03  Alejandro G. Castro  <alex@igalia.com>
3105
3106         * src/hildon-pannable-area.c,
3107         (hildon_pannable_area_calculate_velocity): We use now the
3108         RATIO_TOLERANCE here to check the distance, fixed typo in the
3109         algorithm.
3110         (hildon_pannable_area_motion_notify_cb): We have to set the type
3111         and time even if we are not sending the motion.
3112
3113 2009-03-02  Alberto Garcia  <agarcia@igalia.com>
3114
3115         * doc/hildon-sections.txt
3116         * src/hildon-app-menu.h
3117         * src/hildon-app-menu.c (+hildon_app_menu_get_items)
3118         (+hildon_app_menu_get_filters): New methods to get the contents of
3119         a HildonAppMenu.
3120
3121         Fixes: NB#103761 (HildonAppMenu doesn't have methods to get its
3122         children)
3123
3124 2009-03-02  Alberto Garcia  <agarcia@igalia.com>
3125
3126         * src/hildon-app-menu.c (hildon_app_menu_popup):
3127         Add "Since" tag.
3128
3129 2009-03-02  Alberto Garcia  <agarcia@igalia.com>
3130
3131         * src/hildon-window.h
3132         * src/hildon-window.c (+hildon_window_get_main_menu)
3133         (hildon_window_get_menu): Created hildon_window_get_main_menu()
3134         and deprecated hildon_window_get_menu().
3135
3136         * src/hildon-stackable-window.h
3137         * src/hildon-stackable-window.c
3138         (+hildon_stackable_window_set_app_menu)
3139         (+hildon_stackable_window_get_app_menu)
3140         (hildon_stackable_window_set_main_menu): Created
3141         hildon_stackable_window_{get,set}_app_menu() and deprecated
3142         hildon_stackable_window_set_main_menu().
3143
3144         * doc/hildon-sections.txt
3145         * examples/hildon-app-menu-example.c (main)
3146         * src/hildon-app-menu.c
3147         * src/hildon-program.c:
3148         Updated examples and documentation.
3149
3150         Fixes: NB#103758 (No way to obtain a menu from a
3151         HildonStackableWindow)
3152
3153 2009-03-02  Claudio Saavedra  <csaavedra@igalia.com>
3154
3155         [Release 2.1.46]
3156
3157         * NEWS: Updates.
3158         * configure.ac: Bump version.
3159         * debian/changelog: Updates.
3160
3161 2009-03-02  Claudio Saavedra  <csaavedra@igalia.com>
3162
3163         * examples/hildon-remote-texture-example.c: Include
3164         hildon-remote-texture.h explicitely.
3165         * src/hildon.h: Remove hildon-remote-texture.h to avoid breaking
3166         applications not defining _XOPEN_SOURCE which don't require this header.
3167
3168 2009-02-27  Alberto Garcia  <agarcia@igalia.com>
3169
3170         * doc/hildon-sections.txt
3171         * src/hildon-app-menu.h
3172         * src/hildon-app-menu.c (+hildon_app_menu_popup):
3173         New function to pop up a HildonAppMenu
3174
3175         * src/hildon-stackable-window.c
3176         (hildon_stackable_window_toggle_menu):
3177         Use hildon_app_menu_popup() to show the menu.
3178
3179 2009-02-27  Alberto Garcia  <agarcia@igalia.com>
3180
3181         * src/hildon-app-menu.c (hildon_app_menu_show)
3182         (hildon_app_menu_map, +hildon_app_menu_find_intruder): Hide the
3183         menu if there's another window between it and its parent window.
3184
3185         Fixes: NB#100468 (Application menu window is launched even when a
3186         new secondary-window/dialog is pending to be shown/realized)
3187
3188 2009-02-27  Alberto Garcia  <agarcia@igalia.com>
3189
3190         * src/hildon-window-stack.c (hildon_window_stack_push)
3191         (hildon_window_stack_pop_and_push):
3192         Don't forget to push/pop the first window.
3193         Reverse the window list before calling _push_list()
3194
3195 2009-02-27  Alberto Garcia  <agarcia@igalia.com>
3196
3197         * src/hildon-picker-button.h
3198         * src/hildon-picker-button.c (hildon_picker_button_class_init):
3199         Remove "value_changed" slot to avoid ABI breakage
3200
3201 2009-02-26  Alejandro G. Castro  <alex@igalia.com>
3202
3203         * src/hildon-pannable-area.c,
3204         (hildon_pannable_area_realize),
3205         (hildon_pannable_area_unrealize),
3206         (hildon_pannable_draw_vscroll),
3207         (hildon_pannable_draw_hscroll): Changed the method to handle the
3208         GC used to draw the transparent scrollbar, this way we avoid
3209         creating the GC all the time when drawing the scrollbars.
3210
3211 2009-02-26  Alejandro G. Castro  <alex@igalia.com>
3212
3213         * src/hildon-pannable-area.c,
3214         (hildon_pannable_area_init),
3215         (hildon_pannable_area_remove): Removed some unnecessary casts.
3216         (hildon_pannable_area_dispose): Disconnected some signals before
3217         releasing the adjustments.
3218
3219 2009-02-26  Alberto Garcia  <agarcia@igalia.com>
3220
3221         * src/hildon-edit-toolbar.c (hildon_edit_toolbar_init):
3222         Make sure that all widgets contained in the toolbar are shown.
3223
3224 2009-02-25  Alberto Garcia  <agarcia@igalia.com>
3225
3226         * doc/hildon-sections.txt
3227         * src/hildon-picker-button.h
3228         * src/hildon-picker-button.c (+hildon_picker_button_value_changed)
3229         (_selection_changed, hildon_picker_button_on_dialog_response)
3230         (hildon_picker_button_class_init, hildon_picker_button_set_selector):
3231         New hildon_picker_button_value_changed() method.
3232
3233         * src/Makefile.am
3234         * src/hildon-picker-button-private.h
3235         * src/hildon-picker-button.c (hildon_picker_button_init)
3236         (+hildon_picker_button_disable_value_changed): Add protected
3237         function for disabling the "value-changed" signal.
3238
3239         * src/hildon-date-button.c (hildon_date_button_set_date):
3240         Don't emit "value-changed" for each one of the three columns.
3241
3242         Fixes: NB#103242 ("HildonPickerButton:value-changed" is emitted
3243         before actual change of values)
3244
3245 2009-02-24  Alejandro G. Castro  <alex@igalia.com>
3246
3247         * src/hildon-pannable-area.c,
3248         (hildon_pannable_area_class_init): Reduced SPS, 25 it is too big
3249         for the treeview overshooting.
3250
3251 2009-02-24  Claudio Saavedra  <csaavedra@igalia.com>
3252
3253         * src/hildon-banner.c (+hildon_banner_bind_style):
3254         Renamed from hildon_banner_bind_label_style(), now naming the
3255         banner itself as well.
3256         (hildon_banner_show_information),
3257         (hildon_banner_show_information_with_markup),
3258         (hildon_banner_show_animation), (hildon_banner_show_progress):
3259         Name the widgets and labels, based on their type.
3260
3261         See NB#98597 (Hildon Note and Hildon Banner should use themeable
3262         background image)
3263
3264 2009-02-24  Claudio Saavedra  <csaavedra@igalia.com>
3265
3266         * src/hildon-note.c (hildon_note_set_property): call
3267         hildon_note_rename() on HildonNote:note-type set.
3268         (hildon_note_rename): Name the note and its label, based on the
3269         HildonNote:note-type property.
3270
3271         See NB#98597 (Hildon Note and Hildon Banner should use themeable
3272         background image)
3273
3274 2009-02-24  Alejandro G. Castro  <alex@igalia.com>
3275
3276         * src/hildon-pannable-area.c,
3277         (hildon_pannable_area_class_init),
3278         (hildon_pannable_area_motion_notify_cb): Reviewed the default
3279         panning parameters, increased SPS and deceleration factor. Added
3280         also a margin to control fake directions.
3281
3282 2009-02-23  Claudio Saavedra  <csaavedra@igalia.com>
3283
3284         Patch by Sven Herzberg (sven@imendio.com)
3285
3286         * configure.ac: Add missing AM_PROG_CC_C_0
3287         * tests/Makefile.am: Use an appropriate variable name instead of TESTS.
3288
3289         See NB#101420 (Update unit tests and fix make check)
3290
3291 2009-02-23  Alejandro G. Castro  <alex@igalia.com>
3292
3293         This patch was applied before but reverted because it caused
3294         problems, we have changed the main condition and tested the
3295         regressions we detected before and they work ok. We have done a
3296         complete review of the topmost algorithm in order to get a more
3297         general solution.
3298
3299         * src/hildon-pannable-area.c,
3300         (hildon_pannable_area_get_topmost): Added a new parameter to
3301         filter the the windows that do not include those events.
3302         (hildon_pannable_area_button_press_cb),
3303         (hildon_pannable_area_button_release_cb),
3304         (hildon_pannable_get_child_widget_at): Reviewed the call the the
3305         topmost function, we have added the new parameter.
3306
3307         Fixes: NB#97458 (Pannable area prevents propagation of button
3308         press events)
3309
3310 2009-02-23  Claudio Saavedra  <csaavedra@igalia.com>
3311
3312         * src/hildon-picker-dialog.c (+selection_completed): Returns TRUE
3313         if all columns in the selector have an item selected.
3314         (_on_dialog_response): Stop "response" signal emission if there is
3315         any selector column without selected items.
3316
3317         Fixes: NB#101889 (Picker dialog should not close when nothing is
3318         selected in multiple selection list)
3319
3320 2009-02-23  Claudio Saavedra  <csaavedra@igalia.com>
3321
3322         * src/hildon-font-selection-dialog.c
3323         (hildon_font_selection_dialog_class_init),
3324         (hildon_font_selection_dialog_init): Remove the preview
3325         button and dialog, since previewing with default theming is likely
3326         to be overcomplicated. The :preview property has now no effect.
3327         Update documentation blurbs to inform about this.
3328
3329         Fixes: NB#92297 (Preview content is not clearly visible for
3330         default colour text)
3331
3332 2009-02-20  Alejandro G. Castro  <alex@igalia.com>
3333
3334         Reviewed the geometry that handles the children size and
3335         scrollbar, now it tries a size and reviews the results depending
3336         on the scrollbars visibility.
3337
3338         * src/hildon-pannable-area.c,
3339         (hildon_pannable_area_realize): Fixed a typo.
3340         (hildon_pannable_area_child_allocate_calculate): Added this
3341         function to calculate the child allocation.
3342         (hildon_pannable_area_size_allocate): Reviewed the allocation
3343         code.
3344         (hildon_pannable_area_check_scrollbars),
3345         (hildon_pannable_area_refresh): Refactored refresh function, this
3346         way we can call the code handling the scrollbars without causing a
3347         size_request, it is interesting in the allocate.
3348         (hildon_pannable_area_init): Replace the callbacks of the
3349         value_changed and changed signals to propertly deal with the
3350         geometry.
3351         (hildon_pannable_area_grab_notify),
3352         (hildon_pannable_area_initial_effect),
3353         (hildon_pannable_area_launch_fade_timeout),
3354         (hildon_pannable_area_adjust_changed),
3355         (hildon_pannable_area_adjust_value_changed),
3356         (hildon_pannable_area_redraw),
3357         (hildon_pannable_area_button_press_cb),
3358         (hildon_pannable_area_button_release_cb),
3359         (hildon_pannable_area_scroll_cb),
3360         (hildon_pannable_area_scroll_to): Refactor the fade timeout launch
3361         code and use the new functions adjust_changed and
3362         adjust_value_changed.
3363
3364         Fixes: NB#101603 (Focus is not even for the text entry boxes in
3365         Contact editor dialog)
3366
3367 2009-02-20  Claudio Saavedra  <csaavedra@igalia.com>
3368
3369         [Release 2.1.44]
3370
3371         * NEWS: Updates.
3372         * configure.ac: Bump version.
3373         * debian/changelog: Updates.
3374
3375 2009-02-20  Alejandro G. Castro  <alex@igalia.com>
3376
3377         * src/hildon-pannable-area.c,
3378         (hildon_pannable_area_get_topmost),
3379         (hildon_pannable_area_button_press_cb),
3380         (hildon_pannable_area_button_release_cb),
3381         (hildon_pannable_get_child_widget_at): Reverted the patch for the
3382         topmost function adding the event mask. We have to try a
3383         differente approach because it is still causing problems (NB#9745,
3384         reopened).
3385
3386 2009-02-19  Alberto Garcia  <agarcia@igalia.com>
3387
3388         * src/hildon-banner.c:
3389         Update the maximum width of timed banners.
3390         (force_to_wrap_truncated): Enforce the maximum text width if the
3391         label is wrapped.
3392
3393         Fixes: NB#102413 (The text margins (wrapping) in information
3394         banner should be HILDON_MARGIN_TRIPLE)
3395
3396 2009-02-19  Claudio Saavedra  <csaavedra@igalia.com>
3397
3398         Patch by Gabriel Schulhof (gabriel.schulhof@nokia.com)
3399
3400         * src/hildon-pannable-area.c (hildon_pannable_draw_vscroll),
3401         (hildon_pannable_draw_hscroll): Consider the adjustment's lower
3402         bound when calculating the scroll indicator position.
3403
3404         Fixes: NB#102338 (HildonPannableArea scrolling indicator does not
3405         treat ->lower correctly)
3406
3407 2009-02-19  Claudio Saavedra  <csaavedra@igalia.com>
3408
3409         * src/hildon-caption.c (hildon_caption_class_init): Remove the
3410         expose event handling, since it is not necessary to draw the focus
3411         anymore.
3412
3413         Fixes: NB#102467 (Do not show highlight on the text in
3414         HildonCaption)
3415
3416 2009-02-18  Alberto Garcia  <agarcia@igalia.com>
3417
3418         * src/hildon-edit-toolbar.c (hildon_edit_toolbar_init): Use the
3419         full height of the toolbar for the button and the label.
3420
3421 2009-02-18  Alberto Garcia  <agarcia@igalia.com>
3422
3423         * src/hildon-edit-toolbar.c (hildon_edit_toolbar_init): Add some
3424         padding before the label and after the button.
3425
3426 2009-02-18  Alberto Garcia  <agarcia@igalia.com>
3427
3428         * src/hildon-window.c (paint_edit_toolbar): Fix style detail.
3429
3430         * src/hildon-edit-toolbar.c (hildon_edit_toolbar_init):
3431         Add a GtkVSeparator between the button and the back arrow.
3432         Let the button have automatic size.
3433         Set a name to the widget for theming handling.
3434
3435         Fixes: NB#101793 (Make edit toolbar the same height as window
3436         title bar (use title area theming))
3437
3438 2009-02-18  Alberto Garcia  <agarcia@igalia.com>
3439
3440         * src/hildon-helper.c (attach_new_color_element): Fix memory
3441         leak.
3442
3443         Fixes: NB#102262 (memory leak in hildon_button_set_style())
3444
3445 2009-02-18  Alberto Garcia  <agarcia@igalia.com>
3446
3447         * examples/hildon-button-example.c (common_buttons_window): Don't
3448         leak size groups.
3449
3450 2009-02-18  Alberto Garcia  <agarcia@igalia.com>
3451
3452         * src/hildon-pannable-area.c (hildon_pannable_area_class_init):
3453         Set default movement mode to HILDON_MOVEMENT_MODE_VERT.
3454
3455 2009-02-18  Alberto Garcia  <agarcia@igalia.com>
3456
3457         * src/hildon-gtk.c: Check that the window is realized.
3458
3459         Fixes: NB#102225 (Crash setting the progress indicator to a non
3460         visible window)
3461
3462 2009-02-17  Alberto Garcia  <agarcia@igalia.com>
3463
3464         * src/hildon-pannable-area.c (hildon_pannable_draw_vscroll)
3465         (hildon_pannable_draw_hscroll): Make a copy of the graphic context
3466         instead of modifying the one in the widget style.
3467
3468         Fixes: NB#101043 (Second row of all the command button are
3469         displayed in transparent mode.)
3470
3471 2009-02-17  Alberto Garcia  <agarcia@igalia.com>
3472
3473         * src/hildon-date-button.c
3474         * src/hildon-time-button.c: Add gettext macros
3475
3476 2009-02-16  Claudio Saavedra  <csaavedra@igalia.com>
3477
3478         * src/hildon-date-button.c (hildon_date_button_new):
3479         * src/hildon-time-button.c (hildon_time_button_new_step):
3480         Use new logical strings to set the button default title.
3481
3482         Fixes: NB#99915 (Date and Time options are not localised in Date
3483         and Time setttings)
3484
3485 2009-02-16  Alejandro G. Castro  <alex@igalia.com>
3486
3487         * src/hildon-pannable-area.c
3488         (hildon_pannable_area_motion_notify_cb): Fixed typo in the name of
3489         the PANNING_THRESHOLD.
3490
3491 2009-02-16  Alejandro G. Castro  <alex@igalia.com>
3492
3493         * src/hildon-pannable-area.c,
3494         (hildon_pannable_area_class_init): Increased the maximum speed.
3495         (hildon_pannable_area_get_property),
3496         (hildon_pannable_area_set_property),
3497         (hildon_pannable_area_timeout): Added a new low friction mode, it
3498         allows the user avoid friction when launching the widget fast
3499         enough. It is interesting to traverse long lists.
3500
3501 2009-02-16  Alberto Garcia  <agarcia@igalia.com>
3502
3503         * src/hildon-stackable-window.c (hildon_stackable_window_class_init)
3504         (+hildon_stackable_window_delete_event): Ignore delete events if
3505         the window is not the topmost one.
3506
3507         Fixes: NB#101698 (Back button long press and delete-event handling)
3508
3509 2009-02-16  Alejandro G. Castro  <alex@igalia.com>
3510
3511         * src/hildon-pannable-area.c,
3512         (hildon_pannable_area_motion_notify_cb): Removed the use of the
3513         gtk-dnd-drag-threshold, it was too big. We have defined our own
3514         dnd define and set a smaller value: PANNIG_THRESHOLD.
3515
3516 2009-02-16  Alberto Garcia  <agarcia@igalia.com>
3517
3518         * src/hildon-banner.c (hildon_banner_show_animation): Don't allow
3519         user-defined icons, use always the default one.
3520
3521         Fixes: NB#101916 (Do not allow custom icons on animation banner)
3522
3523 2009-02-13  Alejandro G. Castro  <alex@igalia.com>
3524
3525         This patch was applied before but reverted because it caused
3526         problems, we have changed the main condition and tested the
3527         regressions we detected before and they work ok.
3528
3529         * src/hildon-pannable-area.c,
3530         (hildon_pannable_area_get_topmost): Added a new parameter to
3531         filter the the windows that do not include those events. Added
3532         also a condition when finding the window to filter windows that do
3533         not ask for those events.
3534         (hildon_pannable_area_button_press_cb),
3535         (hildon_pannable_area_button_release_cb),
3536         (hildon_pannable_get_child_widget_at): Reviewed the call the the
3537         topmost function, we have added the new parameter.
3538
3539         Fixes: NB#97458 (Pannable area prevents propagation of button
3540         press events)
3541
3542 2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
3543
3544         * tests/check-hildon-color-button.c (START_TEST): do not leak
3545         ret_color.
3546
3547 2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
3548
3549         * src/hildon-font-selection-dialog.c
3550         (hildon_font_selection_dialog_get_preview_text): Return NULL
3551         instead of FALSE on the g_return_val_if_fail().
3552
3553 2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
3554
3555         * src/hildon-time-selector.c (hildon_time_selector_set_time):
3556         * src/hildon-date-selector.c
3557         (hildon_date_selector_select_current_date):
3558         Do not compare unsigned integers to be greater than or equal 0,
3559         because it's always TRUE.
3560
3561 2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
3562
3563         * src/hildon-date-selector.c (hildon_date_selector_construct_ui),
3564         (hildon_date_selector_constructor): Do not select the current
3565         date until we are handle the "changed" signal, to avoid having bogus
3566         elements in the days model.
3567
3568 2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
3569
3570         * src/hildon-date-selector.c (_update_day_model): Use a gint variable
3571         for num_days, since _month_days() can return a negative value.
3572
3573 2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
3574
3575         * src/hildon-caption.c (hildon_caption_size_allocate):
3576         * src/hildon-pannable-area.c (hildon_pannable_area_size_request):
3577         * src/hildon-range-editor.c (hildon_range_editor_size_allocate):
3578
3579         Initialize allocation variables to 0, to avoid eventually using
3580         unitialized variables.
3581
3582 2009-02-12  Claudio Saavedra  <csaavedra@igalia.com>
3583
3584         * src/hildon-bread-crumb-trail.c
3585         (hildon_bread_crumb_trail_size_allocate):
3586         * src/hildon-calendar.c (hildon_calendar_set_background):
3587         * src/hildon-caption.c (hildon_caption_hierarchy_changed):
3588         * src/hildon-range-editor.c (hildon_range_editor_get_range):
3589         * src/hildon-seekbar.c (hildon_seekbar_init):
3590         * src/hildon-time-editor.c (hildon_time_editor_get_time):
3591         * src/hildon-time-selector.c (hildon_time_selector_finalize):
3592         * src/hildon-touch-selector-entry.c
3593         (hildon_touch_selector_get_text_from_model):
3594         * src/hildon-touch-selector.c (hildon_touch_selector_class_init):
3595         * src/hildon-window.c (hildon_window_finalize):
3596
3597         Remove many unused variables.
3598
3599 2009-02-12  Claudio Saavedra  <csaavedra@igalia.com>
3600
3601         * src/hildon-seekbar.c: (hildon_seekbar_init),
3602         (hildon_seekbar_size_request), (hildon_seekbar_size_allocate):
3603
3604         Remove unnecessary g_assert() calls.
3605
3606 2009-02-12  Claudio Saavedra  <csaavedra@igalia.com>
3607
3608         * src/hildon-caption.c: (hildon_caption_expose),
3609         (hildon_caption_set_property), (hildon_caption_init),
3610         (hildon_caption_set_focus), (hildon_caption_hierarchy_changed),
3611         (hildon_caption_size_request), (hildon_caption_size_allocate),
3612         (hildon_caption_forall), (hildon_caption_set_separator),
3613         (hildon_caption_activate), (hildon_caption_set_child_expand),
3614         (hildon_caption_set_label_text),
3615         (hildon_caption_get_label_alignment):
3616
3617         Remove unnecessary g_assert() calls.
3618
3619 2009-02-12  Alberto Garcia  <agarcia@igalia.com>
3620
3621         * src/hildon-banner.c
3622         (hildon_banner_map, hildon_banner_init): Make banner temporary
3623         before mapping it to avoid closing other temporary windows, but
3624         make it non-temporary afterwards to avoid being closed by other
3625         non-temporary windows.
3626         (-hildon_banner_client_event, hildon_banner_init):
3627         _GTK_DELETE_TEMPORARIES doesn't need to be handled anymore.
3628
3629         Fixes: NB#100445 (Hildon banner gets destroyed when a dialog is
3630         opened)
3631
3632 2009-02-11  Alberto Garcia  <agarcia@igalia.com>
3633
3634         * src/hildon-banner.h: Mark hildon_banner_show_animation() with a
3635         deprecation guard.
3636
3637 2009-02-11  Gordon Williams <gordon.williams@collabora.co.uk>
3638
3639         * src/hildon-remote-texture.c
3640         * src/hildon-remote-texture.h
3641         * src/hildon-remote-texture-private.h
3642         * examples/hildon-remote-texture-example.c:
3643         Updates/fixes to remote-texture and its example.
3644
3645 2009-02-11  Claudio Saavedra  <csaavedra@igalia.com>
3646
3647         Patch by Mox Soini (ext-mox.soini@nokia.com)
3648
3649         * src/hildon-code-dialog.c: Update logical id.
3650         * src/hildon-set-password-dialog.c: Update logical id.
3651
3652         Fixes: NB#100646 (Logical strings is shown for ok in set
3653         password,Password needed dialogs)
3654
3655 2009-02-11  Gordon Williams <gordon.williams@collabora.co.uk>
3656
3657         * src/hildon.h
3658         * src/hildon-remote-texture.c
3659         * src/hildon-remote-texture.h
3660         * src/hildon-remote-texture-private.h
3661         * src/Makefile.am
3662         Added remote texture widget (for Clutter shared memory textures)
3663
3664         * examples/hildon-remote-texture-example.c
3665         * examples/Makefile.am
3666         Added example file for remote texture usage
3667
3668 2009-02-10  Claudio Saavedra  <csaavedra@igalia.com>
3669
3670         * configure.ac: post release version bump.
3671         * debian/changelog: version bump.
3672
3673 2009-02-06  Claudio Saavedra  <csaavedra@igalia.com>
3674
3675         [Release 2.1.42]
3676
3677         * NEWS: Updates.
3678         * configure.ac: Bump version.
3679         * debian/changelog: Updates.
3680
3681 2009-02-06  Alberto Garcia  <agarcia@igalia.com>
3682
3683         * src/hildon-date-selector.c (hildon_date_selector_init)
3684         (hildon_date_selector_constructor): Don't connect to the "changed"
3685         signal until the selector is completely constructed.
3686
3687 2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
3688
3689         * src/hildon-touch-selector.c: (_create_new_column),
3690         (hildon_touch_selector_append_column),
3691         (hildon_touch_selector_set_column_selection_mode),
3692         (hildon_touch_selector_set_active),
3693         (hildon_touch_selector_select_iter):
3694         Emit the HildonTouchSelector::changed signal every time selection
3695         is changed in any of the methods above.  This behavior was already
3696         documented but not fully functional.
3697
3698         Fixes: NB#93165 (HildonTouchSelector::changed not emitted when the
3699         selection is programmatically changed)
3700
3701 2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
3702
3703         * doc/hildon-sections.txt: Remove obsolete icon
3704         sizes from here as well.
3705
3706 2009-02-05  Alberto Garcia  <agarcia@igalia.com>
3707
3708         * examples/hildon-stackable-window-example.c (add_window): Remove
3709         unnecessary return.
3710
3711 2009-02-05  Alberto Garcia  <agarcia@igalia.com>
3712
3713         * src/hildon-app-menu.c
3714         (hildon_app_menu_show): Check whether the parent window of a menu
3715         is topmost before popping it up.
3716
3717         Fixes: NB#100468 (Application menu window is launched even when a
3718         new secondary-window/dialog is pending to be shown/realized.)
3719
3720 2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
3721
3722         * examples/hildon-icon-sizes-example.c: (main): Remove obsolete
3723         icon sizes.
3724
3725 2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
3726
3727         Patch by Mox Soini (ext-mox.soini@nokia.com)
3728
3729         * src/hildon-banner.c: (hildon_banner_show_animation):
3730         use stylus size instead of obsolete note size.
3731         * src/hildon-defines.h: Update icon sizes.
3732
3733 2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
3734
3735         * src/hildon-touch-selector-entry.c:
3736         (hildon_touch_selector_entry_init): Disable unsupported
3737         input modes.
3738         (hildon_touch_selector_entry_get_text_column): Emit a warning
3739         if an unsupported input modes is used and explicitile state
3740         these modes in the documentation.
3741
3742         Fixes: NB#99802 (Hildon touch selector entry not working properly
3743         for some of the input modes)
3744
3745 2009-02-05  Alejandro G. Castro  <alex@igalia.com>
3746
3747         * src/hildon-pannable-area.c,
3748         (hildon_pannable_area_init): Added the changed signal handlers of
3749         the adjustments.
3750
3751         Fixes: NB#100320 (HildonPannableArea does not listen to
3752         GtkAdjustment "change" signals)
3753
3754 2009-02-04  Alberto Garcia  <agarcia@igalia.com>
3755
3756         * doc/hildon-sections.txt
3757         * src/hildon-window-private.h
3758         * src/hildon-window.h
3759         * src/hildon-window.c (hildon_window_init)
3760         (hildon_window_realize, hildon_window_unrealize)
3761         (hildon_window_map, hildon_window_unmap, hildon_window_expose)
3762         (hildon_window_size_request, hildon_window_size_allocate)
3763         (hildon_window_forall, hildon_window_show_all)
3764         (hildon_window_destroy, +paint_edit_toolbar)
3765         (+hildon_window_set_edit_toolbar):
3766         New hildon_window_set_edit_toolbar() method, to add a
3767         HildonEditToolbar to a window without having to pack it manually.
3768
3769         Reorganize hildon_window_size_allocate()
3770
3771         * src/hildon-edit-toolbar.c: Update documentation.
3772
3773         * examples/hildon-edit-toolbar-example.c (edit_window): Update
3774         example to use the new API.
3775
3776         Fixes: NB#98039 (Wishlist: hildon_window_add_edit_toolbar())
3777
3778 2009-02-04  Alberto Garcia  <agarcia@igalia.com>
3779
3780         * src/hildon-stackable-window.c (hildon_stackable_window_hide):
3781         Remove from stack before calling parent's hide.
3782
3783 2009-02-04  Alberto Garcia  <agarcia@igalia.com>
3784
3785         * src/hildon-window-stack.c (hildon_window_stack_remove): When a
3786         window is removed from the middle of the stack, update the
3787         transiency of the previous one.
3788
3789         Fixes: NB#100487 (HildonStackableWindow transiency becomes
3790         incoherent)
3791
3792 2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>
3793
3794         * src/hildon-picker-dialog.c: (_restore_current_selection): Do not
3795         block/unblock the signal handler if it's not actually being used.
3796         Fixes some critical warnings.
3797
3798 2009-02-02  Alberto Garcia  <agarcia@igalia.com>
3799
3800         Based on a patch by Iván Gómez (igomez@igalia.com)
3801
3802         * src/hildon-banner.c
3803         * src/hildon-gtk.c
3804         * src/hildon-main.c
3805         * src/hildon-note.c
3806         * src/hildon-pannable-area.c
3807         * src/hildon-picker-dialog.c
3808         * src/hildon-wizard-dialog.h
3809         * src/hildon-wizard-dialog.c: Documentation updates.
3810
3811         * src/hildon-picker-dialog.c (hildon_picker_dialog_init): Use
3812         gtk_dialog_add_button() instead of hildon_dialog_add_button().
3813
3814 2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>
3815
3816         * configure.ac: post release version bump.
3817         * debian/changelog: version bump.
3818
3819 2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>
3820
3821         [Release 2.1.40]
3822
3823         * NEWS: Updates.
3824         * configure.ac: Bump version.
3825         * debian/changelog: Updates.
3826
3827 2009-01-29  Alberto Garcia  <agarcia@igalia.com>
3828
3829         * src/hildon-edit-toolbar.c (hildon_edit_toolbar_init): Don't use
3830         a stock icon nor change the relief of the back arrow.
3831
3832         Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
3833         graphics from theme)
3834
3835 2009-01-29  Alberto Garcia  <agarcia@igalia.com>
3836
3837         * src/hildon-button.c (hildon_button_set_alignment): Use
3838         priv->alignment if the button has no child yet.
3839
3840 2009-01-29  Claudio Saavedra  <csaavedra@igalia.com>
3841
3842         * src/hildon-button.c: (hildon_button_init): Set the
3843         button style during initialization to give it the proper
3844         label color.
3845
3846         Fixes: NB#99713 (HildonButton value label color is wrong)
3847
3848 2009-01-28  Claudio Saavedra  <csaavedra@igalia.com>
3849
3850         * src/hildon-touch-selector.c: Document
3851         hildon_touch_selector_center_on_selected()
3852
3853 2009-01-28  Alberto Garcia  <agarcia@igalia.com>
3854
3855         * src/hildon-app-menu.c (+hildon_app_menu_show_all)
3856         (+hildon_app_menu_hide_all, hildon_app_menu_class_init): Show/hide
3857         all menu items, but not the menu itself.
3858         (hildon_app_menu_repack_filters, hildon_app_menu_repack_items)
3859         (hildon_app_menu_insert, hildon_app_menu_add_filter): Realize menu
3860         items after adding them to the menu so keyboard accelerators work.
3861         (hildon_app_menu_show): Don't show the menu if it contains items
3862         but none of them are visible.
3863
3864         * examples/hildon-app-menu-example.c (create_menu): Use
3865         gtk_widget_show_all() to show all menu items.
3866
3867 2009-01-28  Claudio Saavedra  <csaavedra@igalia.com>
3868
3869         * src/hildon-picker-dialog.c:
3870         (-_update_title_on_selector_changed_cb),
3871         (-_dialog_update_title): Removed.
3872         (_select_on_selector_changed_cb), (_on_dialog_response),
3873         (on_selector_columns_changed): Do not update the dialog title.
3874         (setup_interaction_mode): Do not connect to
3875         HildonTouchSelector::changed signal if there's a "done" button, as
3876         the dialog title doesn't need to be updated.
3877
3878         Fixes: NB#97468 (HildonPickerDialog doesn't need to show selected
3879         contents in title)
3880
3881 2009-01-27  Claudio Saavedra  <csaavedra@igalia.com>
3882
3883         Patch by Kristian Rietveld (kris@imendio.com)
3884
3885         * src/hildon-touch-selector.c: (_create_new_column): Use new
3886         GtkTreeView::hildon-row-tapped signal to react to user interactions
3887         instead of ::changed.
3888
3889         Fixes: NB#91657 (HildonPickerDialog closes immediatly when used
3890         with some dynamic tree model)
3891
3892 2009-01-27  Alberto Garcia  <agarcia@igalia.com>
3893
3894         * src/hildon-note.c (hildon_note_realize, +hildon_note_unrealize)
3895         (+screen_size_changed, +label_size_request)
3896         (hildon_note_class_init): Make the Hildon information note have a
3897         minimum height, and make its text hvae a maximum width.
3898
3899         Fixes: NB#98614 (Hildon information note (background) should have
3900         minimum height and maximum text width)
3901
3902 2009-01-26  Alberto Garcia  <agarcia@igalia.com>
3903
3904         * src/hildon-banner.h
3905         * src/hildon-banner.c (hildon_banner_show_information)
3906         (hildon_banner_show_informationf)
3907         (hildon_banner_show_information_with_markup): Update documentation
3908         to reflect that the icon_name parameter is not used anymore.
3909         (hildon_banner_set_icon, hildon_banner_set_icon_from_file):
3910         Remove all code from these functions and mark them as deprecated.
3911         (hildon_banner_show_progress): Mark as deprecated.
3912
3913         Fixes: NB#98855 (HildonBanner uses qgn_note_infoprint)
3914
3915 2009-01-26  Alejandro G. Castro  <alex@igalia.com>
3916
3917         * src/hildon-pannable-area.c,
3918         (hildon_pannable_area_class_init),
3919         (tranparency_color),
3920         (hildon_pannable_draw_vscroll),
3921         (hildon_pannable_draw_hscroll),
3922         (hildon_pannable_area_expose_event): Added a new way to render the
3923         scrollbars of the pannable area avoiding using cairo at all. This
3924         way we improve the performance of the pannable area rendering. The
3925         cairo rendering procedure is still in the code, we can control
3926         which one to use changing the value of the define
3927         USE_CAIRO_SCROLLBARS.
3928
3929 2009-01-26  Claudio Saavedra  <csaavedra@igalia.com>
3930
3931         * configure.ac: post release version bump.
3932         * debian/changelog: version bump.
3933
3934 2009-01-26  Claudio Saavedra  <csaavedra@igalia.com>
3935
3936         [Release 2.1.38]
3937
3938         * NEWS: Updates.
3939         * configure.ac: Bump version.
3940         * debian/changelog: Updates.
3941
3942 2009-01-23  Alberto Garcia  <agarcia@igalia.com>
3943
3944         * src/hildon-banner.c (hildon_banner_button_press_event): Hide
3945         banners instead of destroying them when they receive a button
3946         press.
3947
3948 2009-01-23  Alejandro G. Castro  <alex@igalia.com>
3949
3950         Reverted commit 34028, it was causing regressions, probably the
3951         topmost condition is not correct, we have to check it in more
3952         detail. We have reponed the bug: NB#97458 (Pannable area prevents
3953         propagation of button press events)
3954
3955 2009-01-23  Claudio Saavedra  <csaavedra@igalia.com>
3956
3957         * src/hildon-time-selector.c: (_manage_ampm_selection_cb): Verify
3958         that the selection is not empty before attempting to retrieve the
3959         current ampm selection.
3960
3961 2009-01-23  Claudio Saavedra  <csaavedra@igalia.com>
3962
3963         * src/hildon-picker-button.c:
3964         (hildon_picker_button_on_dialog_response): Directly update the
3965         button contents when required instead of calling _selection_changed.
3966
3967 2009-01-23  Alberto Garcia  <agarcia@igalia.com>
3968
3969         * src/hildon-program.c (hildon_program_update_top_most): Update
3970         'is-topmost' property also when wm_hints is not set.
3971
3972         Fixes: NB#98383 (is-topmost signal is not emitted when task
3973         switcher is clicked.)
3974
3975 2009-01-23  Alejandro G. Castro  <alex@igalia.com>
3976
3977         Patch contributed by: Artem Egorkine <ext-artem.egorkine@nokia.com>
3978
3979         * src/Makefile.am,
3980         * src/hildon.h,
3981         * src/hildon-animation-actor.c,
3982         * src/hildon-animation-actor.h: Added the animation actor class,
3983         this widget represents an animation actor for WM-assisted
3984         animation effects in the Hildon framework.
3985
3986 2009-01-23  Alberto Garcia  <agarcia@igalia.com>
3987
3988         * src/hildon-window-stack-private.h
3989         * src/hildon-window-stack.c
3990         * src/hildon-stackable-window.c (hildon_stackable_window_show):
3991         Avoid calling gtk_widget_show() again indirectly from
3992         hildon_stackable_window_show()
3993
3994 2009-01-23  Alberto Garcia  <agarcia@igalia.com>
3995
3996         * src/hildon-time-selector.c (hildon_time_selector_init): Remove
3997         unused variable.
3998
3999 2009-01-22  Claudio Saavedra  <csaavedra@igalia.com>
4000
4001         * src/hildon-time-selector.c: (hildon_time_selector_constructor),
4002         (hildon_time_selector_init): Move the construction of the hours and
4003         ampm columns to the constructor to preserve the order the columns
4004         are appended.
4005
4006 2009-01-22  Claudio Saavedra  <csaavedra@igalia.com>
4007
4008         * src/hildon-picker-dialog.c:
4009         (hildon_picker_dialog_class_init): Connect a realize method.
4010         (+hildon_picker_dialog_realize): Setup the interaction mode here
4011         and not before.
4012         (hildon_picker_dialog_show): Do not call setup_interaction_mode()
4013         yet, do it during the realize instead.
4014         (_on_dialog_response):
4015         (_hildon_picker_dialog_set_selector): Do not call setup_interaction_mode()
4016         if the widget is not realized, to avoid the dialog response before it
4017         is even shown.
4018
4019         Avoid premature responses in the HildonPickerDialog that can cause it
4020         to be hidden before it's even shown.
4021
4022 2009-01-22  Claudio Saavedra  <csaavedra@igalia.com>
4023
4024         * src/hildon-picker-dialog.c: (hildon_picker_dialog_show),
4025         (on_selector_columns_changed), (requires_done_button),
4026         (+prepare_action_area), (setup_interaction_mode),
4027         (_hildon_picker_dialog_set_selector):
4028
4029         Split the interaction mode setup into preparation of the
4030         action area (prepare_action_area()) and the connection of
4031         the signals in setup_interaction_mode() and update the code to
4032         reflect this.
4033
4034 2009-01-22  Alejandro G. Castro  <alex@igalia.com>
4035
4036         * src/hildon-pannable-area.c,
4037         (hildon_pannable_area_class_init): Reduced the amount of scrolls
4038         per second to 15, we will check if this is ok regarding
4039         smoothness.
4040
4041 2009-01-22  Alejandro G. Castro  <alex@igalia.com>
4042
4043         * src/hildon-pannable-area.c,
4044         (hildon_pannable_axis_scroll): Avoid resize if we already have
4045         reached overshoot_max.
4046
4047 2009-01-22  Alejandro G. Castro  <alex@igalia.com>
4048
4049         * src/hildon-pannable-area.c,
4050         (hildon_pannable_area_init),
4051         (hildon_pannable_area_realize),
4052         (hildon_pannable_area_size_allocate),
4053         (hildon_pannable_area_map),
4054         (hildon_pannable_area_unmap),
4055         (hildon_pannable_draw_vscroll),
4056         (hildon_pannable_draw_hscroll),
4057         (hildon_pannable_area_expose_event),
4058         (hildon_pannable_area_refresh): Added a new GdkWindow to the
4059         pannable are to avoid the expose events go to the window and
4060         redraw the window. We save this way that part of the stack and the
4061         paint_boxes. We had to change the positions of the elements when
4062         drawing.
4063
4064 2009-01-21  Claudio Saavedra  <csaavedra@igalia.com>
4065
4066         * src/hildon-calendar-popup.c: (hildon_calendar_popup_init):
4067         * src/hildon-color-chooser-dialog.c:
4068         (hildon_color_chooser_dialog_init):
4069         * src/hildon-font-selection-dialog.c:
4070         (hildon_font_selection_dialog_init),
4071         (hildon_font_selection_dialog_show_preview):
4072         * src/hildon-get-password-dialog.c:
4073         * src/hildon-login-dialog.c:
4074         * src/hildon-set-password-dialog.c:
4075         * src/hildon-sort-dialog.c: (hildon_sort_dialog_init):
4076         * src/hildon-time-picker.c: (hildon_time_picker_init):
4077
4078         Remove obsolete logical string IDs and update to the appropriate ones.
4079
4080         Fixes: NB#98609 (Use wdgt_ strings for all hildon dialog buttons)
4081
4082 2009-01-21  Alberto Garcia  <agarcia@igalia.com>
4083
4084         * src/hildon-window.c (hildon_window_update_topmost): Fix warning
4085         that happens if the window hasn't been realized yet.
4086
4087         Fixes: NB#95395 (prestarted applications show GLIB WARNING ** Gdk
4088         - gdkdrawable-x11.c:878 drawable is not a pixmap or window)
4089
4090 2009-01-20  Alberto Garcia  <agarcia@igalia.com>
4091
4092         * src/hildon-app-menu.c (hildon_app_menu_class_init)
4093         (+hildon_app_menu_grab_notify): Hide the app menu if it's shadowed
4094         by another grab.
4095
4096         Fixes: NB#98537 (Device hangs in account settings dialog)
4097
4098 2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
4099
4100         * configure.ac: post release version bump.
4101         * debian/changelog: version bump
4102
4103 2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
4104
4105         [Release 2.1.36]
4106
4107         * NEWS: Updates.
4108         * configure.ac: Bump version.
4109         * debian/changelog: Updates.
4110
4111 2009-01-20  Alejandro G. Castro  <alex@igalia.com>
4112
4113         Added a new function to the HildonTimeButton widget that allows to
4114         change the step of the minutes in the selector associated with the
4115         button: hildon_time_button_new_step
4116
4117         * src/hildon-time-button.c,
4118         (hildon_time_button_init),
4119         (hildon_time_button_new),
4120         (hildon_time_button_new_step):
4121         * src/hildon-time-button.h: Added the new function and refactored
4122         the code.
4123         * examples/hildon-time-button-example.c,
4124         (main): We have replaced the function without parameters with the
4125         function with the steps set to 5
4126
4127         Fixes: NB#98317 (Provide parametarized API for TimePicker widget)
4128
4129 2009-01-20  Alejandro G. Castro  <alex@igalia.com>
4130
4131         * src/hildon-time-selector.c,
4132         (hildon_time_selector_class_init),
4133         (hildon_time_selector_constructor),
4134         (hildon_time_selector_get_property),
4135         (hildon_time_selector_set_property),
4136         (_create_minutes_model),
4137         (hildon_time_selector_new_step),
4138         (hildon_time_selector_set_time),
4139         * src/hildon-time-selector.h: Added a new property to the
4140         HildonTimeSelector (minutes-step), we use that property to control
4141         the steps between the minutes in the list of the selector. We have
4142         added a new function to the API to create a widget changing the
4143         step: hildon_time_selector_new_step.
4144
4145 2009-01-20  Alejandro G. Castro  <alex@igalia.com>
4146
4147         * src/hildon-time-selector.c,
4148         (hildon_time_selector_class_init),
4149         (hildon_time_selector_constructor),
4150         (hildon_time_selector_init): Overrided the construct function when
4151         creating the time selector object. We have moved the minutes model
4152         handling code from the init to the new construction function:
4153         hildon_time_selector_constructor.
4154
4155 2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
4156
4157         * examples/hildon-date-button-example.c: (main): Use the new
4158         hildon_date_button_new_with_year_range() method in the example.
4159         * src/hildon-date-button.c:
4160         (+hildon_date_button_new_with_year_range): New public method
4161         to conveniently create a HildonDateButton with a custom year range
4162         in its HildonDateSelector.
4163         * src/hildon-date-button.h: Add the new public method definition.
4164
4165         Fixes: NB#97908 (Not possible to change the year range in
4166         HildonDateSelector/HildonDateButton)
4167
4168 2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
4169
4170         * src/hildon-date-selector.c:
4171         (+hildon_date_selector_set_property),
4172         (+hildon_date_selector_get_property),
4173         (hildon_date_selector_class_init): Install new properties "min-year"
4174         and "max-year" to define boundaries for the year column.
4175         (_create_year_model): Use the boundary properties to populate the model.
4176         (+hildon_date_selector_new_with_year_range): New public method to
4177         create a HildonDateSelector with a user defined year range.
4178         (hildon_date_selector_select_current_date): Use the new boundaries to
4179         calculate the iterator of current year.
4180         * src/hildon-date-selector.h: Add the new public method definition.
4181
4182 2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
4183
4184         * src/hildon-date-selector.c: (+hildon_date_selector_class_init):
4185         Install a constructor method.
4186         (+hildon_date_selector_construct_ui): construct the widget.
4187         (+hildon_date_selector_constructor): new constructor.
4188         (+hildon_date_selector_init): move out widget construction code to
4189         the new constructor.
4190
4191 2009-01-19  Claudio Saavedra  <csaavedra@igalia.com>
4192
4193         * src/hildon-date-selector.c: (hildon_date_selector_get_date): Check
4194         that there's actually a month or year selected before obtaining them.
4195         * src/hildon-picker-dialog.c: (_restore_current_selection): Block emission
4196         of the HildonTouchSelector::changed signal, as it was emitted on every
4197         single item selection.
4198
4199         Fix some warnings and possible crashers due to the selection restoring.
4200
4201 2009-01-19  Claudio Saavedra  <csaavedra@igalia.com>
4202
4203         * src/hildon-picker-button.c: (hildon_picker_button_clicked): Connect
4204         the signal handlers only after creating the dialog instead of on every
4205         button click.
4206
4207 2009-01-19  Alberto Garcia  <agarcia@igalia.com>
4208
4209         * src/hildon-button.c (hildon_button_init)
4210         * src/hildon-check-button.c (hildon_check_button_init)
4211         * src/hildon-gtk.c (button_common_init): Don't let buttons get the
4212         focus when clicked by default.
4213
4214 2009-01-19  Claudio Saavedra  <csaavedra@igalia.com>
4215
4216         * src/hildon-date-button.c: (hildon_date_button_init): Remove an unneeded
4217         g_object_unref().
4218
4219 2009-01-16  Claudio Saavedra  <csaavedra@igalia.com>
4220
4221         Based on a patch by Alejandro Pinheiro (apinheiro@igalia.com) and
4222         Alejandro G. Castro  (alex@igalia.com)
4223
4224         * src/hildon-picker-dialog.c:
4225         (hildon_picker_dialog_class_init): install new "center-on-show"
4226         property.
4227         (hildon_picker_dialog_init): initialize center_on_show to TRUE.
4228         (hildon_picker_dialog_set_property): add setter code for the new
4229         property.
4230         (hildon_picker_dialog_get_property): add getter code for the new
4231         property.
4232         (hildon_picker_dialog_show): Ensure visibility of selected items in the
4233         HildonTouchSelector when "center-on-show" is TRUE, which is enabled by
4234         default.
4235
4236         Fixes: NB#92849 (Selected item is not always visible when
4237         HildonTouchSelector is shown)
4238
4239 2009-01-16  Claudio Saavedra  <csaavedra@igalia.com>
4240
4241         Based on a patch by Alejandro Pinheiro (apinheiro@igalia.com) and
4242         Alejandro G. Castro  (alex@igalia.com)
4243
4244         * src/hildon-touch-selector.c:
4245         (_create_new_column): Do not connect to the "realize" signal of the
4246         pannable area.
4247         (hildon_touch_selector_append_column): center on the selected items
4248         when a new column is appended.
4249         (hildon_touch_selector_select_iter): Factor out the code to select a
4250         column to hildon_touch_selector_scroll_to().
4251         (+search_nearest_element): Method to retrieve the nearest selected
4252         element to the visible area of the pannable area in a column.
4253         (+on_realize_cb): scroll to the initially selected item.
4254         (+hildon_touch_selector_scroll_to): Scroll to the given GtkTreePath if
4255         the pannable area is realized, otherwise delay this until it is.
4256         (+_hildon_touch_selector_center_on_selected_items): Centers on the
4257         selected items of a given column.
4258         (+hildon_touch_selector_center_on_selected): Public method to center
4259         all columns on the nearest selected item.
4260         * src/hildon-touch-selector.h: Add definition for
4261         hildon_touch_selector_center_on_selected().
4262
4263         Implement public API to ensure visibility of all selected items in
4264         a HildonTouchSelector.
4265
4266 2009-01-16  Alejandro G. Castro  <alex@igalia.com>
4267
4268         Fixed a problem in the fading when calling the scroll_to API, and
4269         improve scrollbar fading handling.
4270
4271         * src/hildon-pannable-area.c,
4272         (hildon_pannable_area_grab_notify): avoid the timeout when the
4273         alpha is zero.
4274         (hildon_pannable_area_button_press_cb),
4275         (hildon_pannable_area_motion_notify_cb): Code style changes.
4276         (hildon_pannable_area_button_release_cb): Review the conditions
4277         when releasing the mouse button to avoid unrequired fading
4278         timeouts.
4279         (hildon_pannable_area_scroll_to): Do not calculate and set the
4280         velocity if the scroll is not required.
4281
4282 2009-01-15  Alberto Garcia  <agarcia@igalia.com>
4283
4284         * src/hildon-picker-dialog.c (_hildon_picker_dialog_set_selector):
4285         Don't check whether the new selector is NULL: it cannot be.
4286         Hold a reference to the selector while doing the replacement.
4287
4288 2009-01-15  Claudio Saavedra  <csaavedra@igalia.com>
4289
4290         * src/hildon-picker-dialog.c: (_hildon_picker_dialog_set_selector): Remove
4291         unnecessary size_request in a removed widget.
4292
4293 2009-01-15  Claudio Saavedra  <csaavedra@igalia.com>
4294
4295         * src/hildon-picker-dialog.c: (_hildon_picker_dialog_set_selector): Remove
4296         an unnecessary reference tracking that was leaking.
4297
4298 2009-01-15  Alejandro G. Castro  <alex@igalia.com>
4299
4300         Added delayed motion notify event handling, this way we can
4301         discard redrawing if more than 25 events arrive per second.
4302
4303         * src/hildon-pannable-area.c,
4304         (hildon_pannable_area_init): Initialized the new private atributes
4305         controlling this timeout
4306         (hildon_pannable_area_dispose): Remove the timeout that controls
4307         the motion notify events.
4308         (hildon_pannable_area_scroll): Added a condition to control the
4309         use of the acceleration.
4310         (hildon_pannable_area_motion_event_scroll_timeout),
4311         (hildon_pannable_area_motion_event_scroll): Added this two
4312         functions, they handle the motion notify events inside the
4313         timeout.
4314         (hildon_pannable_area_motion_notify_cb): Replaced the direct call
4315         to the scroll method with the new function.
4316         (hildon_pannable_area_button_release_cb): We have to remove the
4317         timeout handler and move to the last position if the last motion
4318         events were not handled.
4319
4320         Fixes: NB#97028 (Pannable area updates on every motion event)
4321
4322 2009-01-15  Alejandro G. Castro  <alex@igalia.com>
4323
4324         * src/hildon-pannable-area.c,
4325         (hildon_pannable_area_get_topmost): Added a new parameter to
4326         filter the the windows that do not include those events. Added
4327         also a condition when finding the window to filter windows that do
4328         not ask for those events.
4329         (hildon_pannable_area_button_press_cb),
4330         (hildon_pannable_area_button_release_cb),
4331         (hildon_pannable_get_child_widget_at): Reviewed the call the the
4332         topmost function, we have added the new parameter.
4333
4334         Fixes: NB#97458 (Pannable area prevents propagation of button
4335         press events)
4336
4337 2009-01-15  Alejandro G. Castro  <alex@igalia.com>
4338
4339         * src/hildon-pannable-area.c,
4340         (hildon_pannable_area_initial_effect): Added controls before
4341         launching the timeout and the idle functions.
4342         (hildon_pannable_area_scroll_indicator_fade): Reviewed the logic
4343         of the method, in some situations it can return with TRUE and 0 in
4344         the timeout.
4345         (hildon_pannable_area_button_press_cb): We do not need to set
4346         DELAY for fading out here.
4347
4348         Fixes: NB#95709 (Invalid casts in HildonPannableArea(?))
4349
4350 2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>
4351
4352         * src/hildon-picker-dialog.c: (_clean_current_selection): Only perform
4353         post-cleaning if the selection is not NULL.
4354
4355 2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>
4356
4357         * src/hildon-picker-dialog.c: (_restore_current_selection): Unselect
4358         all items before restoring the selection.
4359
4360 2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>
4361
4362         * src/hildon-touch-selector.c:
4363         (+hildon_touch_selector_unselect_all):
4364         * src/hildon-touch-selector.h: New API to unselect all items in a
4365         column of the touch selector.
4366
4367 2009-01-14  Alejandro G. Castro  <alex@igalia.com>
4368
4369         * src/hildon-pannable-area.c,
4370         (hildon_pannable_area_redraw): Added a call to the refresh
4371         function inside the redraw because apparently in some cases the
4372         change in the adjustment does not imply a size allocate.
4373
4374         Fixes: NB#96837 (HildonPannableArea - scroll indicator shown
4375         despite the view not being scrollable)
4376
4377 2009-01-14  Alberto Garcia  <agarcia@igalia.com>
4378
4379         * src/hildon-picker-dialog.c (_dialog_update_title): Fix memory
4380         leak. Check for NULL before attempting to set the window title.
4381
4382 2009-01-14  Alberto Garcia  <agarcia@igalia.com>
4383
4384         * src/hildon-picker-dialog.c (hildon_picker_dialog_show): Decide
4385         whether to show or not the 'Done' button each time the dialog is
4386         shown, as it depends on the HildonTouchSelector selection mode.
4387
4388         Fixes: NB#96226 (In multiple selection mode Done button is shown
4389         sometimes in listpicker)
4390
4391 2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>
4392
4393         * src/hildon-picker-dialog.c: (_save_current_selection): Do not query
4394         for the number of columns in the HildonTouchSelector more than once.
4395
4396 2009-01-14  Alberto Garcia  <agarcia@igalia.com>
4397
4398         * src/hildon-touch-selector.c: Minor documentation fixes.
4399
4400         * src/hildon-picker-dialog.c (+_dialog_update_title)
4401         (_select_on_selector_changed_cb)
4402         (_update_title_on_selector_changed_cb)
4403         (on_selector_columns_changed): Update dialog title when there's no
4404         'Done' button and also when the number of columns in the selector
4405         changes.
4406         Code refactoring.
4407
4408         * src/hildon-picker-button.c (hildon_picker_button_finalize)
4409         (+_selection_changed, hildon_picker_button_on_dialog_response)
4410         (hildon_picker_button_selector_selection_changed)
4411         (+hildon_picker_button_selector_columns_changed)
4412         (hildon_picker_button_set_selector): Update button value and emit
4413         'value-changed' when the number of columns in the selector
4414         changes.
4415         Code refactoring.
4416
4417         Fixes: NB#96225 (Dialog titles are not shown according to the
4418         values selected in the list picker)
4419
4420 2009-01-13  Alberto Garcia  <agarcia@igalia.com>
4421
4422         * src/hildon-edit-toolbar.c (hildon_edit_toolbar_init)
4423         (hildon_edit_toolbar_class_init, hildon_edit_toolbar_style_set):
4424         New "arrow-width" and "arrow-height" style properties to set the
4425         size of the arrow button.
4426         Set name of arrow button ("hildon-edit-toolbar-arrow").
4427
4428         Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
4429         graphics from theme)
4430
4431 2009-01-13  Claudio Saavedra  <csaavedra@igalia.com>
4432
4433         * src/hildon-picker-button.c:
4434         (hildon_picker_button_selector_selection_changed): Use
4435         GTK_WIDGET_VISIBLE instead of gtk_window_is_active() to check whether
4436         the dialog is present.
4437
4438         Fixes: NB#96202 (FKB causes HildonPickerButton's value update before
4439         the selection is accepted in the dialog)
4440
4441 2009-01-13  Alberto Garcia  <agarcia@igalia.com>
4442
4443         * src/hildon-color-chooser.h
4444         * src/hildon-color-chooser-dialog.h:
4445         Added G_BEGIN_DECLS and G_END_DECLS
4446
4447 2009-01-13  Claudio Saavedra  <csaavedra@igalia.com>
4448
4449         (_clean_current_selection): plug a leak in the list.
4450
4451 2009-01-13  Claudio Saavedra  <csaavedra@igalia.com>
4452
4453         * src/hildon-picker-dialog.c:
4454         (+free_path_list): Method to free a GList of GtkTreePaths.
4455         (_clean_current_selection), (_save_current_selection),
4456         (_restore_current_selection): Save the current selection in
4457         as a list of lists, to support multiple selection properly.
4458
4459 2009-01-12  Alberto Garcia  <agarcia@igalia.com>
4460
4461         patch by Claudio Saavedra (csaavedra@igalia.com)
4462
4463         * src/hildon-text-view.c: (+hildon_text_view_button_press_event):
4464         Store the press position.
4465         (+hildon_text_view_button_release_event): If the release position is
4466         close enough to the press position, move the cursor here. Otherwise,
4467         ignore.
4468         (hildon_text_view_class_init): Override GtkTextView press, release, and
4469         motion event handlers, disabling this way text selection through
4470         pointer interaction, and allowing the container widget to handle the
4471         motion event.
4472
4473         Fixes: NB#95828 (HildonTextView functionality)
4474
4475 2009-01-12  Alberto Garcia  <agarcia@igalia.com>
4476
4477         Based on a patch by Iván Gómez (igomez@igalia.com)
4478
4479         * src/hildon-button.[ch]
4480         * src/hildon-calendar.c
4481         * src/hildon-check-button.c
4482         * src/hildon-date-editor.c
4483         * src/hildon-date-selector.c
4484         * src/hildon-picker-button.c
4485         * src/hildon-time-editor.c
4486         * src/hildon-time-selector.c
4487         * src/hildon-touch-selector.[ch]:
4488         Documentation updates
4489
4490 2009-01-12  Alejandro G. Castro  <alex@igalia.com>
4491
4492         * src/hildon-pannable-area.c,
4493         (hildon_pannable_area_motion_notify_cb): Remove the extra DND
4494         threshold, it was required due to X events handling.
4495
4496 2009-01-12  Alejandro G. Castro  <alex@igalia.com>
4497
4498         * src/hildon-pannable-area.c,
4499         (hildon_pannable_area_grab_notify),
4500         (hildon_pannable_area_initial_effect),
4501         (hildon_pannable_area_button_press_cb),
4502         (hildon_pannable_area_button_release_cb),
4503         (hildon_pannable_area_scroll_cb),
4504         (hildon_pannable_area_scroll_to): Review the timeout management of
4505         the scrollbar, the frecuency was incorrectly set.
4506
4507 2009-01-09  Claudio Saavedra  <csaavedra@igalia.com>
4508
4509         * src/hildon-picker-button.c:
4510         (+hildon_picker_button_on_dialog_response),
4511         (hildon_picker_button_clicked): Present the dialog instead of
4512         running it with gtk_dialog_run().
4513
4514         Fixes: NB#97015 (HildonPickerButton shouldn't gtk_dialog_run() the
4515         picker dialog)
4516
4517 2009-01-07  Alberto Garcia  <agarcia@igalia.com>
4518
4519         * src/hildon-app-menu.c (hildon_app_menu_set_parent_window)
4520         (hildon_app_menu_finalize): When a window is hidden it doesn't
4521         emit notify::is-topmost, so make sure than the menu also
4522         disappears in that case.
4523         (parent_window_topmost_notify): Renamed from parent_window_hidden
4524
4525         Fixes: NB#94460 (stackable window's menu is not closed when its
4526         window is hidden)
4527
4528 2009-01-07  Claudio Saavedra  <csaavedra@igalia.com>
4529
4530         * src/hildon-touch-selector-entry.c:
4531         (+hildon_touch_selector_entry_set_input_mode),
4532         (+hildon_touch_selector_entry_get_input_mode):
4533         * src/hildon-touch-selector-entry.h: New methods to access the input
4534         mode in the selector's entry.
4535
4536         Fixes: NB#93410 (API required for setting IM mode in
4537         HildonTouchSelectorEntry)
4538
4539 2009-01-07  Claudio Saavedra  <csaavedra@igalia.com>
4540
4541         * configure.ac: post release version bump.
4542         * debian/changelog: version bump
4543
4544 2009-01-07  Claudio Saavedra  <csaavedra@igalia.com>
4545
4546         [Release 2.1.34]
4547
4548         * NEWS: Updates.
4549         * configure.ac: Bump version.
4550         * debian/changelog: Updates.
4551
4552 2008-12-19  Claudio Saavedra  <csaavedra@igalia.com>
4553
4554         * src/hildon-touch-selector.c:
4555         (_hildon_touch_selector_has_multiple_selection): No need
4556         to initialize the variables here.
4557
4558 2008-12-17  Alberto Garcia  <agarcia@igalia.com>
4559
4560         * src/hildon-note-private.h
4561         * src/hildon-note.c (event_box_press_event, hildon_note_init)
4562         (hildon_note_finalize, hildon_note_rebuild): Close information
4563         notes when they receive a button press.
4564
4565         Fixes: NB#89890 (Information notes does not get disappeared after
4566         few seconds)
4567
4568 2008-12-17  Claudio Saavedra  <csaavedra@igalia.com>
4569
4570         * src/hildon-wizard-dialog.c: (create_title): Remove translation
4571         mark from the wizard title, as it's not really necessary. Also,
4572         do not display the page title if not set.
4573
4574 2008-12-17  Alberto Garcia  <agarcia@igalia.com>
4575
4576         * src/hildon-app-menu.c (hildon_app_menu_set_parent_window)
4577         (parent_window_hidden): Use the window's "is-topmost" property to
4578         detect when to hide the menu.
4579
4580 2008-12-16  Alberto Garcia  <agarcia@igalia.com>
4581
4582         * src/hildon-app-menu.c (hildon_app_menu_set_parent_window)
4583         (hildon_app_menu_finalize): If the parent window of the menu is
4584         hidden, hide the menu too.
4585
4586         Fixes: NB#94460 (stackable window's menu is not closed when its
4587         window is hidden)
4588
4589 2008-12-16  Alberto Garcia  <agarcia@igalia.com>
4590
4591         * debian/changelog
4592         * debian/libhildon1-examples.install
4593         * debian/rules
4594         * examples/Makefile.am:
4595         Use dh_install to install all examples.
4596         Use DEB_SRCDIR instead of defining SOURCE_DIR
4597
4598 2008-12-16  Claudio Saavedra  <csaavedra@igalia.com>
4599
4600         * configure.ac: post release version bump.
4601         * debian/changelog: version bump
4602
4603 2008-12-16  Claudio Saavedra  <csaavedra@igalia.com>
4604
4605         [Release 2.1.32]
4606
4607         * NEWS: updates
4608         * configure.ac: bump version
4609         * debian/changelog: updates
4610         * debian/control: bump gtk+ dependency
4611
4612 2008-12-16  Claudio Saavedra  <csaavedra@igalia.com>
4613
4614         patch by Christian Dywan (christian@imendio.com)
4615
4616         * src/hildon-gtk.c: (hildon_gtk_hscale_new),
4617         (hildon_gtk_vscale_new): Use the appropriate GtkScale property.
4618
4619 2008-12-15  Alberto Garcia  <agarcia@igalia.com>
4620
4621         * src/hildon-check-button.c (hildon_check_button_init)
4622         (hildon_check_button_class_init, hildon_check_button_style_set)
4623         (hildon_check_button_apply_style):
4624         New "checkbox-size" style property.
4625
4626         Fixes: NB#95714 (GtkCellView in HildonCheckButton should be
4627         larger / configurable size)
4628
4629 2008-12-15  Claudio Saavedra  <csaavedra@igalia.com>
4630
4631         * configure.ac: post release version bump.
4632         * debian/changelog: version bump
4633
4634 2008-12-15  Claudio Saavedra  <csaavedra@igalia.com>
4635
4636         [Release 2.1.30]
4637
4638         * NEWS: updates
4639         * configure.ac: bump version
4640         * debian/changelog: updates
4641
4642 2008-12-12  Alberto Garcia  <agarcia@igalia.com>
4643
4644         * doc/hildon-sections.txt
4645         * src/hildon-pannable-area.c
4646         * src/hildon-program.c
4647         * src/hildon-time-editor.c
4648         * src/hildon-touch-selector-entry.c:
4649
4650         More documentation updates.
4651
4652 2008-12-12  Alberto Garcia  <agarcia@igalia.com>
4653
4654         * doc/hildon-sections.txt
4655         * src/hildon-caption.c
4656         * src/hildon-code-dialog.c
4657         * src/hildon-color-button.c
4658         * src/hildon-controlbar.c
4659         * src/hildon-date-editor.c
4660         * src/hildon-date-selector.c
4661         * src/hildon-edit-toolbar.c
4662         * src/hildon-find-toolbar.c
4663         * src/hildon-font-selection-dialog.c
4664         * src/hildon-gtk.c
4665         * src/hildon-program.c
4666         * src/hildon-range-editor.c
4667         * src/hildon-seekbar.c
4668         * src/hildon-time-editor.c
4669         * src/hildon-time-selector.c
4670         * src/hildon-volumebar-range.c
4671         * src/hildon-volumebar.c
4672         * src/hildon-vvolumebar.c
4673         * src/hildon-weekday-picker.c
4674         * src/hildon-window.c
4675         * src/hildon-wizard-dialog.c:
4676
4677         Lots of documentation fixes.
4678
4679 2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>
4680
4681         Patch contributed by Iván Gómez (igomez@igalia.com)
4682
4683         * src/hildon-check-button.c:
4684         * src/hildon-date-button.c:
4685         * src/hildon-date-selector.c:
4686         * src/hildon-dialog.c:
4687         * src/hildon-edit-toolbar.c:
4688         * src/hildon-entry.c:
4689         * src/hildon-picker-button.c:
4690         * src/hildon-program.c:
4691         * src/hildon-text-view.c:
4692         * src/hildon-time-button.c:
4693         * src/hildon-touch-selector-entry.c:
4694         * src/hildon-window-stack.c:
4695
4696         Add more "since" tags to the new API.
4697
4698 2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>
4699
4700         * doc/hildon-sections.txt: Add below method.
4701         * src/hildon-gtk.c: (+hildon_gtk_vscale_new): New vertical
4702         version for the hildonized scale.
4703         * src/hildon-gtk.h: Add the definition.
4704
4705         Fixes: NB#93744 (Tapping should jump to location on GtkScale)
4706
4707 2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>
4708
4709         * doc/hildon-sections.txt: Add missing entries for new methods.
4710
4711 2008-12-12  Alejandro G. Castro  <alex@igalia.com>
4712
4713         Added API to pannable are in order to get its adjustments. We
4714         added two properties to manage the values we had in the private
4715         structure.
4716
4717         * src/hildon-pannable-area.c:
4718         (hildon_pannable_area_class_init): Added hadjustment and
4719         vadjustment properties in order to expose horizontal and vertical
4720         adjustment.
4721         (hildon_pannable_area_get_property),
4722         (hildon_pannable_area_set_property): Added code to handle the new
4723         properties
4724         (hildon_pannable_area_get_hadjustment),
4725         (hildon_pannable_area_get_vadjustment): API functions to get the
4726         adjustments
4727         * src/hildon-pannable-area.h:
4728         (hildon_pannable_area_get_hadjustment),
4729         (hildon_pannable_area_get_vadjustment): API functions to get the
4730         adjustments
4731
4732 2008-12-12  Alejandro G. Castro  <alex@igalia.com>
4733
4734         Fixed some leaks, after valgrinding.
4735
4736         * src/hildon-touch-selector.c:
4737         (_default_print_func): Fixed a leak.
4738         (hildon_touch_selector_append_column): Fixed a leak.
4739         * src/hildon-date-button.c:
4740         (hildon_date_button_init): Fixed a leak.
4741         * src/hildon-date-selector.c
4742         (hildon_date_selector_finalize): Fixed a leak.
4743
4744 2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>
4745
4746         Based on a patch by Christian Dywan (christian@imendio.com)
4747
4748         * src/hildon-gtk.c: (+hildon_gtk_hscale_new): Create a hildonized style
4749         GtkHScale.
4750         * src/hildon-gtk.h: Add definition.
4751
4752         Fixes: NB#93744 (Tapping should jump to location on GtkScale)
4753
4754 2008-12-11  Claudio Saavedra  <csaavedra@igalia.com>
4755
4756         * src/hildon-picker-button.c: (hildon_picker_button_init),
4757         (hildon_picker_button_new): Set the HildonButton::style property
4758         in the init method, to propagate the value to the derived classes.
4759
4760 2008-12-11  Claudio Saavedra  <csaavedra@igalia.com>
4761
4762         * src/hildon-button.c: (hildon_button_class_init): Do not make
4763         the "style" property a construct property.
4764
4765 2008-12-11  Alberto Garcia  <agarcia@igalia.com>
4766
4767         * src/hildon-wizard-dialog.h
4768         * src/hildon-wizard-dialog.c
4769         (hildon_wizard_dialog_set_forward_page_func)
4770         * src/hildon-pannable-area.h
4771         * src/hildon-pannable-area.c
4772         (hildon_pannable_area_set_size_request_policy):
4773         Documentation fixes.
4774
4775 2008-12-11  Alberto Garcia  <agarcia@igalia.com>
4776
4777         * doc/hildon-sections.txt: Fixed warning about unused symbols.
4778
4779 2008-12-11  Alberto Garcia  <agarcia@igalia.com>
4780
4781         * doc/hildon-sections.txt: Added sections file.
4782
4783 2008-12-11  Claudio Saavedra  <csaavedra@igalia.com>
4784
4785         * AUTHORS: Updates.
4786         * src/*.[ch]: Updates.
4787
4788 2008-12-10  Thomas Thurman  <thomas.thurman@collabora.co.uk>
4789
4790         * examples/hildon-progress-indicator-example.c: new file
4791         * examples/Makefile.am: include the new example program
4792
4793 2008-12-10  Alberto Garcia  <agarcia@igalia.com>
4794
4795         * src/hildon-wizard-dialog.c (destroy): Fix compilation warning
4796
4797 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
4798
4799         * configure.ac: post release version bump
4800         * debian/changelog: version bump
4801
4802 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
4803
4804         [Release 2.1.28]
4805
4806         * NEWS: updates
4807         * configure.ac: bump version
4808         * debian/changelog: updates
4809         * debian/control: bump gtk+ dependency
4810
4811 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
4812
4813         * src/hildon-dialog.c: Mark as deprecated.
4814         * src/hildon-dialog.h: Mark as deprecated.
4815         * src/hildon-picker-dialog.h: Allow HildonPickerDialog to derive
4816         from HildonDialog and still work, even if
4817         HILDON_DISABLE_DEPRECATED is defined. This is required as we can't currently
4818         break the ABI and simply make HildonPickerDialog derive from GtkDialog.
4819
4820         Fixes: NB#90867 (Deprecate HildonDialog and use GtkDialog (with
4821         maemo changes) instead)
4822
4823 2008-12-09  Alejandro G. Castro  <alex@igalia.com>
4824
4825         * src/hildon-pannable_area.h:
4826         * src/hildon-pannable_area.c:
4827         (hildon_pannable_area_class_init),
4828         (hildon_pannable_area_set_property),
4829         (hildon_pannable_area_get_property),
4830         (hildon_pannable_area_size_request),
4831         (hildon_pannable_area_get_size_request_policy),
4832         (hildon_pannable_area_set_size_request_policy): Added new API
4833         allowing applications to control the request policy. Now they can
4834         choose to use the minimum (HILDON_MOVEMENT_MINIMUM) size or the
4835         children allocation (HILDON_MOVEMENT_CHILDREN).
4836
4837 2008-12-09  Alberto Garcia  <agarcia@igalia.com>
4838
4839         * src/hildon-gtk.h
4840         * src/hildon-gtk.c
4841         (hildon_gtk_tree_view_set_ui_mode)
4842         (hildon_gtk_icon_view_set_ui_mode): New functions to change the UI
4843         mode of treeviews and iconviews.
4844
4845 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
4846
4847         * src/hildon-touch-selector-entry.c:
4848         (hildon_touch_selector_entry_init): Use a HildonEntry instead
4849         of a GtkEntry to get proper theming.
4850
4851         Fixes: NB#94972 (Hildon Picker with Entry should use HildonEntry
4852         widget, not GtkEntry)
4853
4854 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
4855
4856         * src/hildon-wizard-dialog.c: (response): Move forward if there is
4857         no HildonWizardDialogPageFunc.
4858
4859 2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
4860
4861         Patch contributed by Iván Gómez (igomez@igalia.com)
4862
4863         * src/hildon-app-menu.c:
4864         * src/hildon-button.c:
4865         * src/hildon-picker-dialog.c: (hildon_picker_dialog_class_init):
4866         * src/hildon-stackable-window.c:
4867         * src/hildon-time-selector.c:
4868         * src/hildon-touch-selector.c:
4869         * src/hildon-window.c:
4870
4871         Add more "since" tags to the new API in hildon 2.2.
4872
4873 2008-12-05  Tim Janik  <timj@imendio.com>
4874
4875         Patch contributed by Christian Dywan (christian@imendio.com)
4876
4877         * src/hildon-gtk.h: removed hildon_gtk_widget_set_theme_size() and
4878         HildonSizeType, which are supplied by Gtk+ now.
4879
4880         * src/hildon-dialog.c: leave theming and sizing of buttons to GtkDialog.
4881
4882         Partially fixes NB#90867 (Deprecate HildonDialog and use GtkDialog
4883         (with maemo changes) instead)
4884
4885 2008-12-05  Claudio Saavedra  <csaavedra@igalia.com>
4886
4887         Patch contributed by Iván Gómez (igomez@igalia.com)
4888
4889         * src/hildon-pannable-area.c: Add "since" tags to the new API in
4890         hildon 2.2.
4891
4892 2008-12-05  Claudio Saavedra  <csaavedra@igalia.com>
4893
4894         * examples/hildon-wizard-dialog-example.c: (on_page_switch),
4895         (some_page_func), (main): Update the example to use a
4896         HildonWizardDialogPageFunc function.
4897
4898         * src/hildon-wizard-dialog-private.h: Add private data for
4899         the HildonWizardDialogPageFunc function usage.
4900
4901         * src/hildon-wizard-dialog.c: (hildon_wizard_dialog_class_init),
4902         (destroy), (hildon_wizard_dialog_init), (response),
4903         (hildon_wizard_dialog_set_forward_page_func):
4904         * src/hildon-wizard-dialog.h: Add a HildonWizardDialogPageFunc function,
4905         that applications can use to stop a HildonWizardDialog to jump to
4906         the next page.
4907
4908         Fixes: NB#94214 (No way to stop HildonWizardDialog from going to
4909         next page)
4910
4911 2008-12-04  Alberto Garcia  <agarcia@igalia.com>
4912
4913         * src/hildon-program.h
4914         * src/hildon-program-private.h
4915         * src/hildon-program.c (hildon_program_init)
4916         (hildon_program_set_common_app_menu)
4917         (hildon_program_get_common_app_menu):
4918         New API for setting a common HildonAppMenu for all
4919         HildonStackableWindows registered with the HildonProgram.
4920
4921         * src/hildon-stackable-window.c
4922         (hildon_stackable_window_toggle_menu):
4923         Use the common HildonAppMenu if a window doesn't have a specific
4924         one.
4925
4926         * src/hildon-app-menu-private.h
4927         * src/hildon-app-menu.c
4928         (hildon_app_menu_get_parent_window):
4929         Function to obtain the window a HildonAppMenu is attached to.
4930         (hildon_app_menu_set_parent_window):
4931         Hide the menu if the parent window is set to NULL.
4932
4933 2008-12-04  Claudio Saavedra  <csaavedra@igalia.com>
4934
4935         * src/hildon-gtk.c: (hildon_gtk_tree_view_new): Explicitly
4936         set GtkTreeView::enable-search to FALSE, to avoid the interactive
4937         search widget to popup.
4938
4939 2008-12-03  Claudio Saavedra  <csaavedra@igalia.com>
4940
4941         * configure.ac: post release version bump
4942         * debian/changelog: version bump
4943
4944 2008-12-03  Claudio Saavedra  <csaavedra@igalia.com>
4945
4946         [Release 2.1.26]
4947
4948         * NEWS: updates
4949         * configure.ac: bump version
4950         * debian/changelog: updates
4951
4952 2008-12-02  Alberto Garcia  <agarcia@igalia.com>
4953
4954         Based on a patch by Adam Endrodi (adam.endrodi@blumsoft.eu)
4955
4956         * src/hildon-window-stack.c (hildon_window_stack_get_leader_window)
4957         (hildon_window_stack_window_realized)
4958         (hildon_window_stack_remove, _hildon_window_stack_do_push):
4959         Set the leader GdkWindow when a window is stacked and realized,
4960         unset it when it's unstacked.
4961         (hildon_window_stack_finalize): Destroy the leader GdkWindow.
4962
4963         Fixes: NB#94350 (HildonWindowStack:s have the same X Window group)
4964
4965 2008-12-02  Alberto Garcia  <agarcia@igalia.com>
4966
4967         * src/hildon-stackable-window.h
4968         * src/hildon-window-stack.h:
4969         Protect definition of HildonWindowStack using the preprocessor.
4970
4971 2008-12-02  Alberto Garcia  <agarcia@igalia.com>
4972
4973         * src/hildon-app-menu.c (hildon_app_menu_repack_items):
4974         Fix warning if all menu items are hidden.
4975
4976 2008-12-02  Claudio Saavedra  <csaavedra@igalia.com>
4977
4978         Patch contributed by Daniel Borgmann (danielb@openismus.com)
4979
4980         * src/hildon-controlbar.c:
4981         * src/hildon-hvolumebar.c:
4982         * src/hildon-vvolumebar.c: (hildon_vvolumebar_size_allocate):
4983         Multiple scale size defines updates.
4984
4985         Fixes: NB#94322 (Scale Updates)
4986
4987 2008-12-02  Alberto Garcia  <agarcia@igalia.com>
4988
4989         * examples/hildon-app-menu-example.c (create_menu)
4990         Show items after adding them to the menu, as in the future the
4991         menu will no longer call gtk_widget_show() on the added items.
4992
4993         * src/hildon-app-menu.c:
4994         Update example as explained above.
4995
4996 2008-12-02  Alberto Garcia  <agarcia@igalia.com>
4997
4998         * src/hildon-app-menu.c
4999         (hildon_app_menu_insert, hildon_app_menu_add_filter):
5000         Make sure that all menu items have finger height.
5001
5002 2008-12-01  Alejandro Pinheiro  <apinheiro@igalia.com>
5003
5004         * src/hildon-picker-dialog.c:
5005         (_on_dialog_response), (_save_current_selection),
5006         (_restore_current_selection), (_clean_current_selection),
5007         (hildon_picker_dialog_finalize), (hildon_picker_dialog_show)
5008         Defined new functions in order to save the current internal selector
5009         selection previous open the dialog, in case that the use cancel the
5010         interaction, so the widget restores the previous selection.
5011
5012         Fixes: NB#92032 (In calendar application, date values in 'new event' 
5013         are not proper)
5014
5015         (requires_done_button): use of macro HILDON_TOUCH_SELECTOR_HEIGHT
5016
5017 2008-11-28  Alberto Garcia  <agarcia@igalia.com>
5018
5019         * src/hildon-button.c: Add a reference to the button examples in
5020         hildon-button-example.c
5021
5022         * examples/hildon-button-example.c: Added examples of the most
5023         common button layouts.
5024
5025 2008-11-28  Alberto Garcia  <agarcia@igalia.com>
5026
5027         * src/hildon-app-menu.c (hildon_app_menu_show)
5028         (hildon_app_menu_class_init): Don't show the menu if it's empty.
5029
5030         Fixes: NB#93890 (Empty HildonAppMenu is pop-up)
5031
5032 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
5033
5034         * src/hildon-picker-dialog.c:
5035         (hildon_picker_dialog_init): Initialize the signal id for
5036         HildonTouchSelector::columns-changed.
5037         (+on_selector_columns_changed): Set up the interaction mode everytime a
5038         column is added or removed from the HildonTouchSelector.
5039         (_hildon_picker_dialog_set_selector): Connect to
5040         HildonTouchSelector::columns-changed and keep track of it.
5041
5042         Make sure to update the interaction mode of the dialog everytime a
5043         column is added or removed in the HildonTouchSelector.
5044
5045         Fixes: NB#93228 (Done button is not shown always in listpicker)
5046
5047 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
5048
5049         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init): Add
5050         a new ::columns-changed signal.
5051         (hildon_touch_selector_append_column): Emit ::columns-changed.
5052         (hildon_touch_selector_remove_column): Emit ::columns-changed.
5053
5054         Add a ::columns-changed signal, emitted when the number of columns in a
5055         HildonTouchSelector changes.
5056
5057 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
5058
5059         * src/hildon-picker-dialog.c: (+setup_interaction_mode),
5060         (_hildon_picker_dialog_set_selector): Factor out the code
5061         to set up the dialog interaction mode.
5062
5063 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
5064
5065         * src/hildon-picker-dialog.c: (hildon_picker_dialog_init),
5066         (_hildon_picker_dialog_set_selector): Rename signal_id private variable
5067         to signal_changed_id.
5068
5069 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
5070
5071         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init):
5072         Minor doc. fixes.
5073
5074 2008-11-27  Alejandro Pinheiro  <apinheiro@igalia.com>
5075
5076         * src/hildon-time-selector.c: (_custom_print_func), (_create_ampm_model)
5077         Updated the logical ids related to ampm format, as now it is required to
5078         show it correctly localized even on languages with no default
5079         abbreviations for am or pm
5080         (_check_am_pm_format): check correctly the 24h format gconf property
5081
5082         Fixes: NB#93680 (HildonTimePicker need fully localized am/pm)
5083
5084 2008-11-27  Alberto Garcia  <agarcia@igalia.com>
5085
5086         * src/hildon-button.c: Documentation updates.
5087
5088 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
5089
5090         * src/hildon-marshalers.list: Add BOOLEAN:VOID.
5091         * src/hildon-caption.c: (hildon_caption_class_init):
5092         * src/hildon-color-button.c: (hildon_color_button_class_init):
5093         * src/hildon-find-toolbar.c: (hildon_find_toolbar_class_init):
5094         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init):
5095         * src/hildon-volumebar.c: (hildon_volumebar_class_init):
5096         * src/hildon-weekday-picker.c: (hildon_weekday_picker_class_init):
5097
5098         Remove deprecated GTK+ marshalers and replace them with the ones
5099         provided by GLib, for those available, add a marshaler for
5100         BOOLEAN:VOID, which is not available in GLib, and use it.
5101
5102 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
5103
5104         * src/hildon-touch-selector.c: (_default_print_func): Do not reuse
5105         the text from the previous column if there is no
5106         HildonTouchSelectorColumn::text-property set.
5107
5108 2008-11-27  Alberto Garcia  <agarcia@igalia.com>
5109
5110         * src/hildon-button.h
5111         * src/hildon-button.c (hildon_button_set_property)
5112         (hildon_button_get_property, hildon_button_class_init)
5113         (hildon_button_set_style, hildon_button_get_style):
5114         New "style" property to change the visual appearance of the
5115         button.
5116
5117         * src/hildon-picker-button.c (hildon_picker_button_new):
5118         Set the new "style" property to HILDON_BUTTON_STYLE_PICKER.
5119
5120         Fixes: NB#93281 (new API: hildon_button_set_picker_style() to set
5121         HildonButton look like PickerButton)
5122
5123 2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
5124
5125         * src/hildon-touch-selector.c: (_default_print_func): Get the correct
5126         column while building the default string.
5127
5128 2008-11-25  Claudio Saavedra  <csaavedra@igalia.com>
5129
5130         * src/hildon-touch-selector.c: (_create_new_column): Do not disable the
5131         scroll indicator by default.
5132
5133         Fixes: NB#92230 (Scroll indication not visible in HildonTouchSelector)
5134
5135 2008-11-25  Claudio Saavedra  <csaavedra@igalia.com>
5136
5137         * src/hildon-main.c: Fix the documentation for hildon_init()
5138
5139 2008-11-25  Alberto Garcia  <agarcia@igalia.com>
5140
5141         * doc/hildon-docs.sgml
5142         * doc/hildon.types
5143         * src/Makefile.am
5144         * src/hildon.h
5145         * src/hildon-window-stack-private.h
5146         * src/hildon-window-stack.h
5147         * src/hildon-window-stack.c:
5148         New HildonWindowStack object, that adds support for multiple
5149         stacks of windows per process.
5150
5151         * src/hildon-stackable-window-private.h
5152         * src/hildon-stackable-window.h
5153         * src/hildon-stackable-window.c (hildon_stackable_window_set_stack)
5154         (hildon_stackable_window_get_stack, hildon_stackable_window_map)
5155         (hildon_stackable_window_show, hildon_stackable_window_hide)
5156         (hildon_stackable_window_class_init)
5157         (hildon_stackable_window_init):
5158         Use HildonWindowStack for stack management.
5159
5160         * src/hildon-program.c (hildon_program_pop_window_stack)
5161         (hildon_program_peek_window_stack)
5162         (hildon_program_go_to_root_window):
5163         Add a fallback implementation to the deprecated functions using
5164         HildonWindowStack.
5165
5166         * examples/hildon-stackable-window-example.c:
5167         Use the new HildonWindowStack API.
5168
5169 2008-11-25  Alberto Garcia  <agarcia@igalia.com>
5170
5171         * src/hildon-stackable-window-private.h
5172         * src/hildon-stackable-window.c (hildon_stackable_window_show)
5173         (hildon_stackable_window_hide, hildon_stackable_window_init):
5174         Remove all window stack management.
5175
5176         * src/hildon-program-private.h
5177         * src/hildon-program.h
5178         * src/hildon-program.c (hildon_program_init)
5179         (hildon_program_pop_window_stack)
5180         (hildon_program_peek_window_stack)
5181         (hildon_program_go_to_root_window):
5182         Remove all window stack management and mark functions as
5183         deprecated.
5184
5185 2008-11-25  Alberto Garcia  <agarcia@igalia.com>
5186
5187         * src/hildon-app-menu.c (hildon_app_menu_realize):
5188         Use the XA_ATOM type for the _NET_WM_WINDOW_TYPE property.
5189
5190 2008-11-24  Claudio Saavedra  <csaavedra@igalia.com>
5191
5192         * configure.ac: post release version bump
5193         * debian/changelog: version bump
5194
5195 2008-11-24  Claudio Saavedra  <csaavedra@igalia.com>
5196
5197         [Release 2.1.24]
5198
5199         * NEWS: updates
5200         * configure.ac: bump version
5201         * debian/changelog: updates
5202
5203 2008-11-24  Claudio Saavedra  <csaavedra@igalia.com>
5204
5205         Based on initial code by Christian Dywan (christian@imendio.com)
5206
5207         * doc/hildon-docs.sgml: Add section for hildon-main.
5208         * examples/*.c: (main): Replace gtk_main() calls with hildon_gtk_main().
5209         * src/Makefile.am: Add new hildon-main.[ch]
5210         * src/hildon-defines.h: Update the icon sizes.
5211         * src/hildon-main.c: (+hildon_init), (+hildon_gtk_init): Add
5212         new library initialization files and register icon sizes.
5213         * src/hildon-main.h: New declarations.
5214         * src/hildon.h: Include hildon-main.h
5215
5216         Add new initialization functions to the library. These methods
5217         will register the hildon specific icon sizes and can be used in the
5218         future for other hildon specific bits.
5219
5220         Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h))
5221
5222 2008-11-21  Claudio Saavedra  <csaavedra@igalia.com>
5223
5224         * src/hildon-window.c: (hildon_window_realize),
5225         (hildon_window_notify), (-hildon_window_update_title): Do not set
5226         the application name in the window title.
5227
5228         Fixes: NB#89754 (Applications shouldn't display their names in the
5229         window title)
5230
5231 2008-11-21  Claudio Saavedra  <csaavedra@igalia.com>
5232
5233         * src/hildon-note-private.h:
5234         * src/hildon-note.c: (hildon_note_set_property),
5235         (hildon_note_get_property), (hildon_note_class_init),
5236         (hildon_note_init), (hildon_note_finalize),
5237         (hildon_note_new_confirmation_with_icon_name),
5238         (hildon_note_new_information_with_icon_name):
5239
5240         No need to mark as deprecated the actual code. Revert
5241         to avoid missing symbols in widgets using deprecated API.
5242
5243 2008-11-20  Alberto Garcia  <agarcia@igalia.com>
5244
5245         Based on a patch by Claudio Saavedra (csaavedra@igalia.com)
5246
5247         * src/hildon-volumebar.h
5248         * src/hildon-volumebar.c (hildon_volumebar_set_range_insensitive_message)
5249         (hildon_volumebar_set_range_insensitive_messagef): Mark as deprecated.
5250
5251         * src/hildon-helper.h
5252         * src/hildon-helper.c (hildon_helper_set_insensitive_message)
5253         (hildon_helper_set_insensitive_messagef): Mark as deprecated.
5254
5255         * examples/Makefile.am:
5256         Deprecate hildon-insensitive-example
5257
5258         Fixes: NB#92664 (Deprecate hildon_helper_set_insensitive_message)
5259
5260 2008-11-20  Alberto Garcia  <agarcia@igalia.com>
5261
5262         * examples/hildon-pannable-area-buttons-scroll-example.c:
5263         Make all buttons finger height
5264
5265 2008-11-19  Alejandro Pinheiro  <apinheiro@igalia.com>
5266
5267         * src/hildon-touch-selector.c: updated the HildonTouchSelector::changed
5268         documentation
5269         * src/hildon-date-selector.c: (_update_day_model): Modified in order to
5270         update the day model only if it is really required, and to avoid the
5271         full-reconstruction aproach. Now it only add or remove the required days.
5272
5273         The purpose of this is avoid superfluous HildonTouchSelector::changed
5274         signals
5275
5276         Fixes: NB#92744 (HildonDateSelector emits multiple "changed" singal
5277         with strange parameters)
5278
5279 2008-11-19  Claudio Saavedra  <csaavedra@igalia.com>
5280
5281         Patch contributed by Adam Endrodi (adam.endrodi@blumsoft.eu)
5282
5283         * src/hildon-note.c: (hildon_note_init), (hildon_note_realize): Set properly
5284         the WINDOW_TYPE property.
5285
5286         Fixes: NB#92897 (HildonNotes have incorrect WINDOW_TYPE)
5287
5288 2008-11-19  Alberto Garcia  <agarcia@igalia.com>
5289
5290         * doc/gtk-doc.make:
5291         Fix dependency to allow parallel compilation with make -jX
5292
5293 2008-11-18  Claudio Saavedra  <csaavedra@igalia.com>
5294
5295         * src/hildon-color-chooser-dialog.c: Use theme colors for the selected
5296         color frame and some minor tweaks to make it more consistent with
5297         current theming.
5298
5299         Fixes: NB#91769 (HildonColorChooserDialog's selected colour is
5300         highlighted but not visible)
5301
5302 2008-11-14  Alejandro G. Castro  <alex@igalia.com>
5303
5304         * examples/Makefile.am: Fixed typo in the Makefile.am.
5305
5306 2008-11-14  Alejandro G. Castro  <alex@igalia.com>
5307
5308         Reviewed the use of MAEMO_GTK define, now we add the define in the
5309         compilation line, and we also add it to the pc file.
5310
5311         * configure.ac: Added MAEMO_GTK define to the compilation command
5312         and removed it from the config.h.
5313
5314         * pkgconfig/hildon.pc.in: Added MAEMO_GTK, that way applications
5315         do not have to take care about this define if the library was
5316         compiled with it.
5317
5318         * src/hildon-gtk.c:
5319         * src/hildon-gtk.h: Replaced MAEMO_CHANGES with MAEMO_GTK.
5320
5321 2008-11-14  Alejandro G. Castro  <alex@igalia.com>
5322
5323         * examples/Makefile.am,
5324         * examples/hildon-pannable-area-buttons-scroll-example.c,
5325         * examples/hildon-pannable-area-gesture-signals-example.c,
5326         * examples/hildon-pannable-area-scroll-jump-example.c,
5327         * examples/hildon-pannable-area-tree-view-example.c:
5328         Renamed the pannable area examples, now they have more meaningful
5329         names.
5330
5331 2008-11-13  Alejandro Pinheiro   <apinheiro@igalia.com>
5332
5333         * src/hildon-touch-selector.c:
5334         (hildon_touch_selector_set_column_selection_mode): Used of
5335         GTK_SELECTION_BROWSE instead of GTK_SELECTION_SINGLE gtk tree selection
5336         mode setting HILDON_TOUCH_SELECTOR_SELECTION_MODE_SINGLE. Added a check
5337         to avoid re-seting the same selection mode.
5338
5339         Fixes: NB#91863 (hildon_touch_selector_set_column_selection_mode()
5340         breaks HildonPickerDialog)
5341
5342 2008-11-13  Alejandro G. Castro  <alex@igalia.com>
5343
5344         * examples/Makefile.am: Fixed problem with the USE_MAEMO_GTK
5345         conditional in the Makefile.am
5346
5347 2008-11-12  Claudio Saavedra  <csaavedra@igalia.com>
5348
5349         * src/hildon-window.c (-find_findtoolbar_index), (-find_findtoolbar):
5350         Remove unused methods.
5351
5352 2008-11-12  Alberto Garcia  <agarcia@igalia.com>
5353
5354         * src/hildon-button.c (hildon_button_init):
5355         Make button images center-aligned by default
5356
5357 2008-11-12  Alejandro G. Castro  <alex@igalia.com>
5358
5359         * src/hildon-gtk.c:
5360         * src/hildon-gtk.h: Fixed compilation problem with MAEMO_CHANGES
5361         activated, we have to think about how to deal with both defines
5362         MAEMO_GTK and MAEMO_CHANGES.
5363
5364 2008-11-12  Alberto Garcia  <agarcia@igalia.com>
5365
5366         * examples/hildon-app-menu-example.c (create_menu): Make all
5367         buttons finger size.
5368
5369 2008-11-11  Alejandro G. Castro  <alex@igalia.com>
5370
5371         Fixed the compilation without maemo gtk adding ifdefs with
5372         MAEMO_GTK define to the code, we have to check this version more
5373         carefully.
5374
5375         * examples/Makefile.am: Added control to avoid some examples that
5376         just make sense with maemo gtk.
5377
5378         * src/hildon-gtk.c:
5379         * src/hildon-gtk.h: Remove some functions that use the maemo gtk
5380         hildon modes with the define.
5381
5382         * examples/hildon-edit-toolbar-example.c,
5383         (create_icon_view): Create the icon view without hildon-gtk
5384         helpers if we are not using maemo gtk.
5385
5386         * src/hildon-touch-selector.c,
5387         (_create_new_column): Create the treeview without hildon-gtk
5388         helpers if we are not using maemo gtk.
5389
5390 2008-11-11  Alejandro G. Castro  <alex@igalia.com>
5391
5392         * src/hildon-pnnable-area.c,
5393         (hildon_pannable_area_dispose),
5394         (hildon_pannable_area_button_press_cb),
5395         (hildon_pannable_area_child_mapped),
5396         (hildon_pannable_area_add),
5397         (hildon_pannable_area_remove): Added code to control the position
5398         of the event_window when adding and removing children from the
5399         pannable. We have to raise the event window when the child is
5400         mapped.
5401
5402         Fixes: NB#89811 (Not able to select first image thumbnail in multi
5403         selection mode using custom widget inside pannable)
5404
5405 2008-11-11  Claudio Saavedra  <csaavedra@igalia.com>
5406
5407         * configure.ac: post release version bump
5408         * debian/changelog: version bump
5409
5410 2008-11-11  Claudio Saavedra  <csaavedra@igalia.com>
5411
5412         [Release 2.1.22]
5413
5414         * NEWS: updates
5415         * configure.ac: bump version
5416         * debian/changelog: updates
5417
5418 2008-11-10  Alejandro Pinheiro  <apinheiro@igalia.com>
5419
5420         * src/hildon-touch-selector.c: (_create_new_column): Disable treeview
5421         search mode, in order to avoid lose the focus on the treeview when
5422         a hw key (like enter) is pressed.
5423
5424         Fixes: NB#91995 (Calendar is crashing after pressing 'Enter' HW key
5425         in HildonDateSelector dialog)
5426
5427 2008-11-06  Alejandro Pinheiro  <apinheiro@igalia.com>
5428
5429         * debian/rules: Added --enable-maintainer-mode
5430         * Makefile.am: Added ACLOCAL_AMFLAGS
5431
5432         This allows to properly regenerate the Makefiles if you modify the
5433         configure.ac or any Makefile.am.
5434
5435 2008-11-06  Claudio Saavedra  <csaavedra@igalia.com>
5436
5437         * examples/hildon-app-menu-example.c: (main): Do not set RC style
5438         properties, not needed at all.
5439
5440 2008-11-06  Claudio Saavedra  <csaavedra@igalia.com>
5441
5442         * src/hildon-note-private.h: Add strings for the icon and stock_icon
5443         properties.
5444         * src/hildon-note.c: (hildon_note_set_property),
5445         (hildon_note_get_property), (hildon_note_class_init),
5446         (hildon_note_init), (hildon_note_finalize), (hildon_note_rebuild),
5447         (hildon_note_new_confirmation_add_buttons): Remove icons.
5448         (hildon_note_new_confirmation_with_icon_name): Deprecate.
5449         (hildon_note_new_information_with_icon_name): Deprecate.
5450         (hildon_note_new_confirmation): Act directly, without calling
5451         the deprecated constructor.
5452         (hildon_note_new_information): Act directly, without calling
5453         the deprecated constructor.
5454         * src/hildon-note.h: Mark deprecate methods as such.
5455         * tests/check-hildon-note.c: (create_hildon_note_suite): Do
5456         not run tests on the deprecated methods if built with deprecation
5457         disabled.
5458
5459         Fixes: NB#91688 (Never show icons in information notes/confirmation
5460         notes)
5461
5462 2008-11-06  Claudio Saavedra  <csaavedra@igalia.com>
5463
5464         * src/hildon-app-menu.c: (hildon_app_menu_set_parent_window),
5465         (hildon_app_menu_key_press): Remove leftover usage of the
5466         private structure in HildonAppMenu struct.
5467         * src/hildon-app-menu.h: Remove leftover private structure
5468         from the HildonAppMenu struct.
5469
5470         Fixes a crasher when using the HildonAppMenu.
5471
5472 2008-11-05  Claudio Saavedra  <csaavedra@igalia.com>
5473
5474         * src/hildon-picker-dialog.c: Use appropriate logical id
5475         for the default "Done" text.
5476
5477 2008-11-05  Claudio Saavedra  <csaavedra@igalia.com>
5478
5479         * configure.ac: post release version bump
5480         * debian/changelog: version bump
5481
5482 2008-11-05  Alejandro Pinheiro  <apinheiro@igalia.com>
5483
5484         Modified the way to scroll to the current selection just when the touch
5485         selector is shown on the screen, avoiding a g_idle. Added too a property
5486         to configure this behaviour. See hildon_pannable_area_jump_to_child
5487         documentation for more information.
5488
5489         * src/hildon-touch-selector.c
5490         Removed unused CENTER_ON_SELECTED_ITEM_DELAY macro
5491         Added 'initial-scroll' property
5492         (hildon_touch_selector_set_property): Added
5493         (hildon_touch_selector_map): Removed as not required anymore
5494         (_hildon_touch_selector_on_selected_items): Modified in order to manage
5495         only a concrete column, instead of iterate along all the columns
5496
5497 2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
5498
5499         [Release 2.1.20]
5500
5501         * NEWS: updates
5502         * configure.ac: bump version
5503         * debian/changelog: updates
5504
5505 2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
5506
5507         * src/hildon-button.c: (hildon_button_set_arrangement): Fix some
5508         compilation time warnings.
5509
5510 2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
5511
5512         * src/hildon-pannable-area.c: (hildon_pannable_area_class_init): Set
5513         the default value for HildonPannableArea::mov-mode to
5514         HILDON_PANNABLE_AREA_MODE_VERT.
5515
5516         Fixes: NB#91385 (Hildon Touch List panning should be ALWAYS vertical only)
5517
5518 2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
5519
5520         Reverting following commit:
5521
5522         2008-10-13  Alberto Garcia  <agarcia@igalia.com>
5523
5524           * src/hildon-app-menu-private.h
5525           * src/hildon-app-menu.[ch]
5526           * src/hildon-button.[ch]
5527           * src/hildon-check-button.[ch]
5528           * src/hildon-entry.[ch]
5529           * src/hildon-pannable-area.[ch]
5530           * src/hildon-text-view.[ch]:
5531           Added private field to the object's structure.
5532
5533         because it causes an ABI breakage. We will need to introduce these
5534         changes later at some point. See NB#91636 for an extensive
5535         explanation and status.
5536
5537 2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
5538
5539         Patch contributed by Daniel Borgmann (danielb@openismus.com)
5540
5541         * src/hildon-window.c: (paint_toolbar): Update toolbar sizes and
5542         remove special cases that are no longer necessary.
5543
5544         Fixes: NB#91016 (Change toolbar sizes, simplification)
5545
5546 2008-11-03  Claudio Saavedra  <csaavedra@igalia.com>
5547
5548         * src/hildon-note.c: (hildon_note_rebuild): Make sure the cancel button
5549         is shown in the cancel note.
5550
5551 2008-11-03  Claudio Saavedra  <csaavedra@igalia.com>
5552
5553         * src/hildon-controlbar.c: (hildon_controlbar_init): Remove steppers.
5554         * src/hildon-seekbar.c: (hildon_seekbar_class_init),
5555         (hildon_seekbar_init): Remove steppers, remove expose event.
5556         * src/hildon-volumebar-range.c: (hildon_volumebar_range_init): Remove steppers.
5557
5558         Fixes: NB#91104 (Remove stepper buttons from legacy hildon widgets)
5559
5560 2008-10-31  Claudio Saavedra  <csaavedra@igalia.com>
5561
5562         * src/hildon-button.c: (hildon_button_set_arrangement): Set the value
5563         label font to "SmallSystemFont" for vertically arranged buttons.
5564
5565         Fixes: NB#90662 (HildonButton "value" and "detail" text is
5566         unformatted)
5567
5568 2008-10-31  Alberto Garcia  <agarcia@igalia.com>
5569
5570         * src/hildon-check-button.c
5571         (hildon_check_button_set_active, hildon_check_button_clicked):
5572         Don't access private parts directly, use getters instead.
5573
5574 2008-10-31  Alberto Garcia  <agarcia@igalia.com>
5575
5576         * src/hildon-check-button.c (hildon_check_button_new):
5577         Align the contents of the check button to the left.
5578
5579 2008-10-30  Alejandro G. Castro  <alex@igalia.com>
5580
5581         * src/hildon-pannable-area.c,
5582         (hildon_pannable_area_scroll_to),
5583         (hildon_pannable_area_jump_to),
5584         (hildon_pannable_area_scroll_to_child),
5585         (hildon_pannable_area_jump_to_child): Replace the mapped
5586         precondition of these functions with the realized, it is the
5587         correct state of the widget in this case. Changed the
5588         documentation according to this modification.
5589
5590 2008-10-30  Alejandro G. Castro  <alex@igalia.com>
5591
5592         Added a new EXTRA_CFLAGS option to add the deprecated define to
5593         the compilation command. This way we can avoid using the define in
5594         the documentation compilation.
5595
5596         * configure.ac: Defined EXTRA_CFLAGS.
5597
5598         * examples/Makefile.am:
5599         * src/Makefile.am:
5600         * tests/Makefile.am: Included EXTRA_CFLAGS in the compilation.
5601
5602 2008-10-30  Alejandro Pinheiro  <apinheiro@igalia.com>
5603
5604         * src/hildon-picker-dialog.c:
5605         Defined a utility macro with the desired touch selector height
5606         Removed currently unused separator, and title_label variables from
5607         private structure.
5608         (hildon_picker_dialog_init): Removed code related to the creation
5609         of unused private variables title_label and separator.
5610         (_hildon_picker_dialog_set_selector): Added gtk_widget_set_size_request
5611         to ensure correct visualization of the touch selector inside the dialog.
5612         * src/hildon-touch-selector.c
5613         (hildon_touch_selector_init): Removed a gtk_widget_set_size_request to
5614         ensure a concrete height of the widget.
5615
5616 2008-10-30  Claudio Saavedra  <csaavedra@igalia.com>
5617
5618         * src/Makefile.am:
5619         * tests/Makefile.am:
5620
5621         Remove spurious whitespaces.
5622
5623 2008-10-30  Claudio Saavedra  <csaavedra@igalia.com>
5624
5625         * src/hildon-code-dialog.c: (hildon_code_dialog_init): Fix a
5626         compilation warning after the cancel button removal.
5627
5628 2008-10-30  Alejandro G. Castro  <alex@igalia.com>
5629
5630         Fremantle deprecated widgets marked, HILDON_DISABLE_DEPRECATED
5631
5632         * configure.ac: Added an AM_CONDITIONAL in order to use in the
5633         Makefile.am, that way we can choose not to compile some examples
5634         and tests of the deprecated widgets.
5635
5636         * examples/Makefile.am: Divided the sources in deprecated and
5637         non-deprecated.
5638
5639         * src/Makefile.am: Added undef statement of the deprecated
5640         symbol to the enums file generation process.
5641
5642         * src/hildon-color-chooser-dialog.c
5643         * src/hildon-color-chooser-dialog.h
5644         * src/hildon-color-button.c
5645         * src/hildon-color-button.h
5646         * src/hildon-color-chooser.c
5647         * src/hildon-color-chooser.h
5648         * src/hildon-controlbar.c
5649         * src/hildon-controlbar.h
5650         * src/hildon-date-editor.c
5651         * src/hildon-date-editor.h
5652         * src/hildon-hvolumebar.c
5653         * src/hildon-hvolumebar.h
5654         * src/hildon-private.c
5655         * src/hildon-private.h
5656         * src/hildon-range-editor.c
5657         * src/hildon-range-editor.h
5658         * src/hildon-seekbar.c
5659         * src/hildon-seekbar.h
5660         * src/hildon-time-editor.c
5661         * src/hildon-time-editor.h
5662         * src/hildon-time-picker.c
5663         * src/hildon-time-picker.h
5664         * src/hildon-volumebar.c
5665         * src/hildon-volumebar.h
5666         * src/hildon-vvolumebar.c
5667         * src/hildon-vvolumebar.h
5668         * src/hildon-bread-crumb-trail.h
5669         * src/hildon-bread-crumb-trail.c
5670         * src/hildon-calendar-popup.c
5671         * src/hildon-calendar-popup.h
5672         * src/hildon-weekday-picker.c:
5673         * src/hildon-weekday-picker.h:
5674         * src/hildon-bread-crumb-widget.c:
5675         * src/hildon-bread-crumb-widget.h:
5676         * src/hildon-bread-crumb.c:
5677         * src/hildon-bread-crumb.h:
5678         * src/hildon-calendar.c:
5679         * src/hildon-calendar.h:
5680         * src/hildon-caption.c:
5681         * src/hildon-code-dialog.c:
5682         * src/hildon-code-dialog.h:
5683         * src/hildon-font-selection-dialog.c:
5684         * src/hildon-font-selection-dialog.h:
5685         * src/hildon-get-password-dialog.c:
5686         * src/hildon-get-password-dialog.h:
5687         * src/hildon-login-dialog.c:
5688         * src/hildon-login-dialog.h:
5689         * src/hildon-number-editor.c:
5690         * src/hildon-number-editor.h:
5691         * src/hildon-set-password-dialog.c:
5692         * src/hildon-set-password-dialog.h:
5693         * src/hildon-sort-dialog.c:
5694         * src/hildon-sort-dialog.h: This is the list of deprecated
5695         widgets.
5696
5697         * src/hildon-touch-selector.c:
5698         * src/hildon-window.c: Added undef statement to avoid compilation
5699         warnings
5700
5701         * tests/Makefile.am: Divided the sources in deprecated and
5702         non-deprecated.
5703
5704         * tests/check_test.c,
5705         (configure_tests): Marked the deprecated code that was adding
5706         suites with deprecated tests.
5707
5708         Fixes: NB#91135 (Deprecate legacy hildon widgets)
5709
5710 2008-10-30  Claudio Saavedra  <csaavedra@igalia.com>
5711
5712         * src/hildon-touch-selector.c: (_default_print_func): Do not
5713         duplicate a string returned by gtk_tree_model_get(), it is already
5714         allocated for us.
5715
5716         Fixes: NB#91192 (Memory leak in HildonTouchSelector default print
5717         function)
5718
5719 2008-10-28  Alejandro G. Castro  <alex@igalia.com>
5720
5721         * src/hildon-pannable-area.c
5722         (hildon_pannable_area_add_with_viewport): Reviewed the complete
5723         method, it had problems when adding a widget with viewport the
5724         second time. Now checks if it already has a viewport and uses it.
5725
5726         Fixes: NB#90994 (HildonPannableArea does not connect "destroyed"
5727         on child)
5728
5729 2008-10-28  Alejandro G. Castro  <alex@igalia.com>
5730
5731         * src/hildon-pannable-area.c,
5732         (hildon_pannable_area_scroll_to),
5733         (hildon_pannable_area_jump_to),
5734         (hildon_pannable_area_scroll_to_child),
5735         (hildon_pannable_area_jump_to_child): Added a precondition to the
5736         scroll and jump to functions: the widget must be mapped before we
5737         can safely call these functions. We have also added documentation
5738         to the functions to explain how to use them in this situation.
5739
5740
5741 2008-10-28  Alejandro G. Castro  <alex@igalia.com>
5742
5743         Reviewed the threading handling of the pannable widget, we have
5744         used the gdk_threads_add_timeout function instead of the usual
5745         glib handlers. This avoids some problems with the threads.
5746
5747         * src/hildon-pannable-area.c (hildon_pannable_area_grab_notify),
5748         (hildon_pannable_area_initial_effect),
5749         (hildon_pannable_area_scroll_indicator_fade),
5750         (hildon_pannable_area_button_press_cb),
5751         (hildon_pannable_area_timeout),
5752         (hildon_pannable_area_motion_notify_cb),
5753         (hildon_pannable_area_button_release_cb),
5754         (hildon_pannable_area_scroll_cb),
5755         (hildon_pannable_area_scroll_to): Removed the
5756         GDK_THREAD_ENTER/LEAVE and replaced g_timeout_add with
5757         gdk_threads_add_timeout.
5758
5759         Fixes: NB#89541 (Crash in pannable area when closing picker dialog)
5760
5761 2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>
5762
5763         [Release 2.1.18]
5764
5765         * NEWS: updates
5766         * configure.ac: bump version
5767         * debian/changelog: updates
5768
5769 2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>
5770
5771         * src/hildon-calendar-popup.c: (hildon_calendar_popup_init):
5772         * src/hildon-code-dialog.c: (hildon_code_dialog_init):
5773         * src/hildon-color-chooser-dialog.c:
5774         (hildon_color_chooser_dialog_init):
5775         * src/hildon-font-selection-dialog.c:
5776         (hildon_font_selection_dialog_init):
5777         * src/hildon-login-dialog.c: (hildon_login_dialog_init):
5778
5779         Remove all cancel/close-like dialogs, as these are not going to be
5780         displayed at all.
5781
5782 2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>
5783
5784         * src/hildon-note.c: (hildon_note_rebuild),
5785         (hildon_note_new_confirmation_add_buttons): Explicitely show the buttons
5786         when needed.
5787
5788         Fixes: NB#90661 (Delete dialog is displayed without NO button)
5789
5790 2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>
5791
5792         * src/hildon-note.c: (hildon_note_new_confirmation_add_buttons): Make
5793         sure all buttons are shown, even the Cancel/Close-like ones.
5794
5795         Fixes: NB#90861 (Custom Confirmation dialogs should be
5796         protected from cancel button removal)
5797
5798 2008-10-23  Alejandro Pinheiro  <apinheiro@igalia.com>
5799
5800         * debian/control: Change libhildon1-examples dependency from libhildon1
5801         to libhildon1-dev
5802         * debian/libhildon1-examples.install
5803         * debian/rules
5804         * Makefile.am: Modified the final install directory for the examples on
5805         package libhildon1-examples
5806         * Makefile.static: Update clean target in order to remove all the binary
5807         examples
5808
5809         Changes suggested by Claudio after review new libhildon1-examples package
5810
5811 2008-10-23  Claudio Saavedra  <csaavedra@igalia.com>
5812
5813         * src/hildon-touch-selector-entry.c: Fix some gtk-doc warnings.
5814         * src/hildon-touch-selector.c: Ditto.
5815
5816 2008-10-23  Alejandro Pinheiro  <apinheiro@igalia.com>
5817
5818         * debian/control: Added new package libhildon1-examples, in order to pack
5819         the current hildon examples as documentation
5820         * debian/rules: Not to compress .c files, modify some includes on the
5821         examples (as normally are compiled locally, but when installed it will
5822         require to include the installed libhildon1 library), and rename
5823         Makefile.static
5824         * examples/Makefile.am: Added examplesdir and examples_DATA, in order to
5825         install all the example files on the new example package
5826         * examples/Makefile.static: Added static makefile that can be used to
5827         compile the examples, once installed the new example package
5828         * examples: Most of the examples were modified in order to grant that
5829         all use only '#include "hildon.h"', in order to be easy to prepare
5830         it on the example package
5831
5832 2008-10-23  Alberto Garcia  <agarcia@igalia.com>
5833
5834         * debian/control
5835         * debian/libhildon1-dev.install
5836         * debian/libhildon1-doc.install:
5837         Move all gtk-doc files to a separate libhildon1-doc package.
5838
5839 2008-10-23  Daniel Borgmann  <danielb@openismus.com>
5840
5841         reviewed by:  Claudio Saavedra  <csaavedra@igalia.com>
5842
5843         * src/hildon-gtk.c (hildon_gtk_menu_new): Change capitalization
5844
5845 2008-10-22  Alejandro Pinheiro  <apinheiro@igalia.com>
5846
5847         * debian/rules: Fixed a error in order to avoid unnecessary calls
5848         to autogen.sh on package building
5849
5850 2008-10-22  Alberto Garcia  <agarcia@igalia.com>
5851
5852         * examples/hildon-app-menu-example.c: Add keyboard accelerator.
5853
5854 2008-10-21  Claudio Saavedra  <csaavedra@igalia.com>
5855
5856         * src/hildon-picker-dialog.h: Add missing HildonTouchSelector
5857         header include.
5858
5859 2008-10-21  Alberto Garcia  <agarcia@igalia.com>
5860
5861         * src/hildon-picker-button.c
5862         (hildon_picker_button_finalize):
5863         Free priv->done_button_text
5864
5865         * src/hildon-time-button.c
5866         (hildon_time_button_set_time)
5867         * src/hildon-picker-button.c
5868         (hildon_picker_button_clicked)
5869         (hildon_picker_button_selector_selection_changed)
5870         (hildon_picker_button_set_selector)
5871         * src/hildon-date-button.c
5872         (hildon_date_button_set_date):
5873         Free strings returned by hildon_touch_selector_get_current_text()
5874
5875         * src/hildon-button.c (hildon_button_construct_child):
5876         Fix leaks in priv->image and priv->label_box
5877
5878         Fixes: NB#90535 (Memory leak in picker button)
5879
5880 2008-10-21  Claudio Saavedra  <csaavedra@igalia.com>
5881
5882         * src/hildon-button.c: (hildon_button_get_property): Do not access
5883         private elements directly, use getters instead.
5884
5885 2008-10-20  Alberto Garcia  <agarcia@igalia.com>
5886
5887         * src/hildon-app-menu-private.h
5888         * src/hildon-app-menu.c
5889         (hildon_app_menu_init, hildon_app_menu_set_parent_window):
5890         Store the menu's parent window.
5891
5892         * src/hildon-stackable-window.c
5893         (hildon_stackable_window_toggle_menu)
5894         (hildon_stackable_window_finalize):
5895         Set the menu's parent window when the menu is shown, unset it when
5896         it is destroyed.
5897
5898         * src/hildon-app-menu.c
5899         (hildon_app_menu_hide_idle, hildon_app_menu_key_press)
5900         (hildon_app_menu_class_init):
5901         Send unhandled keyboard accelerators to the parent window.
5902
5903 2008-10-20  Alberto Garcia  <agarcia@igalia.com>
5904
5905         * src/hildon-stackable-window.c
5906         (hildon_stackable_window_finalize): Unref the menu, don't destroy it
5907
5908 2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>
5909
5910         * configure.ac: post release version bump
5911
5912 2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>
5913
5914         * NEWS: Updates
5915         * configure.ac: Bump version
5916         * debian/changelog: Updates
5917         * debian/rules: Set PKG_CONFIG_PATH to make docs build with
5918         gtk-doc 1.10.
5919
5920 2008-10-20  Alberto Garcia  <agarcia@igalia.com>
5921
5922         Patch contributed by Daniel Borgmann (danielb@openismus.com)
5923
5924         * src/hildon-gtk.h
5925         * src/hildon-gtk.c (hildon_gtk_menu_new): New function to create a
5926         GtkMenu with Hildon style.
5927
5928 2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>
5929
5930         * src/hildon-picker-button.c:
5931         (hildon_picker_button_set_done_button_text): Set the dialog's
5932         done button text here as well.
5933
5934         Fixes: NB#90232 (Picker button does not set the label on done button
5935         for the second time)
5936
5937 2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>
5938
5939         * src/hildon-picker-button.c: (hildon_picker_button_clicked): Update
5940         warning message.
5941
5942 2008-10-16  Alberto Garcia  <agarcia@igalia.com>
5943
5944         * src/hildon-app-menu.c (hildon_app_menu_insert)
5945         (hildon_app_menu_add_filter, can_activate_accel): Allow items in
5946         the HildonAppMenu to be activatable using keyboard accelerators
5947         when the menu is not being shown.
5948
5949         Fixes: NB#89935 (Shortcuts for menu buttons are not working)
5950
5951 2008-10-16  Alberto Garcia  <agarcia@igalia.com>
5952
5953         * src/hildon-stackable-window.c
5954         (hildon_stackable_window_show):
5955         Don't hide old windows automatically when new windows are shown:
5956         this is now a task for the window manager.
5957         (hildon_stackable_window_class_init)
5958         (hildon_stackable_window_hide):
5959         Remove windows from the stack everytime they're hidden.
5960         (hildon_stackable_window_realize):
5961         Don't change the _NET_WM_WINDOW_TYPE property. Use
5962         _HILDON_STACKABLE_WINDOW instead for the window manager to manage
5963         it as a stackable window.
5964
5965         * src/hildon-program.c
5966         (hildon_program_pop_window_stack):
5967         Just hide the window to remove it from the stack.
5968         (hildon_program_go_to_root_window):
5969         Don't call gtk_widget_show(), this is now a task for the window
5970         manager.
5971
5972         Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow)
5973
5974 2008-10-15  Alberto Garcia  <agarcia@igalia.com>
5975
5976         * src/hildon-button.c
5977         (hildon_button_construct_child):
5978         Don't pack anything in the button until text or image are
5979         set. This allows adding a custom child after creating the button
5980         with hildon_button_new().
5981         (hildon_button_finalize, hildon_button_class_init)
5982         (hildon_button_init, hildon_button_set_arrangement): Destroy the
5983         alignment and the label box even when they're not packed in the
5984         button.
5985
5986 2008-10-14  Alejandro Pinheiro   <apinheiro@igalia.com>
5987
5988         * src/hildon-touch-selector.h:
5989         Set parent_instance and parent_class as GtkVBox and GtkVboxClass, as
5990         currently the type definition was using GTK_TYPE_VBOX
5991         * src/hildon-touch-selector.c:
5992         Added some implementation notes in order to clarify that any other widget
5993         added without the column related API will not be included on the
5994         selection logic, and how the widget is freed, as some people ask about
5995         it.
5996         (hildon_touch_selector_remove): Reimplemented in order to free properly
5997         the column related data when you remove the private hbox.
5998         * doc/hildon.types: Added the type hildon_touch_selector_column, in order
5999         to get a proper HildonTouchSelectorColumn documentation
6000
6001 2008-10-13  Claudio Saavedra  <csaavedra@igalia.com>
6002
6003         * src/hildon-touch-selector-entry.c:
6004         (hildon_touch_selector_entry_print_func): Return NULL if there is no
6005         text in the GtkEntry and there is no item selected. Fixes a
6006         potential crasher.
6007
6008 2008-10-13  Alberto Garcia  <agarcia@igalia.com>
6009
6010         * src/hildon-app-menu-private.h
6011         * src/hildon-app-menu.[ch]
6012         * src/hildon-button.[ch]
6013         * src/hildon-check-button.[ch]
6014         * src/hildon-entry.[ch]
6015         * src/hildon-pannable-area.[ch]
6016         * src/hildon-text-view.[ch]:
6017         Added private field to the object's structure.
6018
6019 2008-10-13  Claudio Saavedra  <csaavedra@igalia.com>
6020
6021         * configure.ac: post-release version bump
6022
6023 2008-10-10  Claudio Saavedra  <csaavedra@igalia.com>
6024
6025         [Release 2.1.14]
6026
6027         * configure.ac: pre-release version bump
6028         * NEWS: updates.
6029         * debian/changelog: updates.
6030
6031 2008-10-10  Claudio Saavedra  <csaavedra@igalia.com>
6032
6033         * src/hildon-picker-button.c: (hildon_picker_button_finalize):
6034         Disconnect the handler for HildonTouchSelector::changed.
6035
6036         (hildon_picker_button_selector_selection_changed): Update the button
6037         value if the selection change was not triggered by the
6038         HildonPickerDialog.
6039
6040         (hildon_picker_button_set_selector): connect to
6041         HildonTouchSelector::changed.
6042
6043         Fixes: NB#89650 (Picker button is not updated, when selection in
6044         selector has changed)
6045
6046 2008-10-09  Alejandro Pinheiro   <apinheiro@igalia.com>
6047
6048         * src/hildon-picker-dialog.c
6049         (hildon_picker_dialog_realize): Removed as not required
6050         (hildon_picker_dialog_class_init): Avoid to redefine widget->realize
6051         * src/hildon-picker-button.c
6052         (_current_selector_empty): New function, checks if the selector is empty
6053         (hildon_picker_button_clicked): Now it checks (using _current_selector_empty)
6054         if the current selector is empty, in order to avoid to show the dialog
6055         close the dialog in this case (and shows a g_warning).
6056
6057         Fixes: NB#88946 (Hildon Picker button should disable itself if there are no values)
6058
6059 2008-10-09  Alejandro G. Castro  <alex@igalia.com>
6060
6061         * src/hildon-pannable-area.c,
6062         (hildon_pannable_area_scroll): Added clause to stop movement when
6063         the child of pannable is smaller than one page.
6064         (hildon_pannable_area_scroll_to): Added conditions to avoid
6065         starting the scrolling movement if the child is smaller than one
6066         page, the complete child is in the screen, we do not have to move.
6067
6068         Fixes: NB#89632 (Picker button selection doesn't change on first click)
6069
6070 2008-10-09  Alberto Garcia  <agarcia@igalia.com>
6071
6072         * src/hildon-app-menu.c: Removed the 'columns' property, as now
6073         this is managed automatically by the widget when the size of the
6074         screen changes.
6075
6076 2008-10-09  Alberto Garcia  <agarcia@igalia.com>
6077
6078         * src/hildon-picker-button.c
6079         (hildon_picker_button_set_done_button_text): Make a copy of the
6080         text, and free the previous value.
6081
6082 2008-10-09  Claudio Saavedra  <csaavedra@igalia.com>
6083
6084         * src/hildon-touch-selector-entry.c:
6085         (hildon_touch_selector_entry_print_func): Return the selected row's
6086         text if the entry is empty.
6087
6088         Fixes: NB#89651 (HildonTouchSelectorEntry title is <unnamed>, when
6089         entry is empty)
6090
6091 2008-10-09  Claudio Saavedra  <csaavedra@igalia.com>
6092
6093         * src/hildon-touch-selector-entry.c: Minor docs fixes.
6094
6095 2008-10-09  Alberto Garcia  <agarcia@igalia.com>
6096
6097         * doc/hildon.types
6098         * src/hildon-check-button.h
6099         * src/hildon-check-button.c
6100         * examples/hildon-check-button-example.c:
6101         HildonCheckButton is now a new widget. 'toggled' signal added.
6102
6103 2008-10-08  Alberto Garcia  <agarcia@igalia.com>
6104
6105         * src/hildon-program-private.h
6106         * src/hildon-program.c (hildon_program_init)
6107         (hildon_program_finalize): Removed unused variables group_leader
6108         and name from HildonProgramPrivate.
6109
6110 2008-10-08  Alberto Garcia  <agarcia@igalia.com>
6111
6112         * src/hildon-check-button.c (hildon_check_button_set_active)
6113         (hildon_check_button_get_active, hildon_check_button_new): Use
6114         g_object_[gs]et_qdata() instead of g_object_[gs]et_data().
6115
6116 2008-10-08  Alejandro Pinheiro   <apinheiro@igalia.com>
6117
6118         * src/hildon-touch-selector.h
6119         (hildon_touch_selector_set_column_attributes): added deprecation
6120         guard HILDON_DISABLE_DEPRECATED
6121         * src/hildon-time-selector.c
6122         (hildon_time_selector_set_time)
6123         (hildon_time_selector_get_time): Fixed a typo on documentation
6124         * src/hildon-touch-selector.c: update HildonTouchSelector and
6125         HildonTouchSelectorColumn documentation
6126         * src/hildon-touch-selector-entry.c: update "text-column" property
6127         documentation
6128         * doc/hildon-docs.sgml: added hildon-touch-selector-column in order
6129         to be added to the general documentation.
6130
6131 2008-10-08  Alejandro G. Castro  <alex@igalia.com>
6132
6133         * examples/hildon-pannable-area-example-4.c,
6134         (main),
6135         * examples/hildon-pannable-area-example.c,
6136         (main): Modified the code in order to use the container add, with
6137         viewport treeviews could have problems if they are really big.
6138
6139 2008-10-06  Alejandro G. Castro  <alex@igalia.com>
6140
6141         * src/hildon-weekday-picker.c,
6142         * src/hildon-weekday-picker.h: Removed the deprecated symbols after
6143         the agreement regarding deprecation in the library.
6144
6145 2008-10-06  Claudio Saavedra  <csaavedra@igalia.com>
6146
6147         * examples/hildon-picker-button-multicolumn-example.c:
6148         (main): Use custom "done" button text.
6149
6150         * src/hildon-picker-button.c: (hildon_picker_button_get_property),
6151         (hildon_picker_button_set_property),
6152         (hildon_picker_button_clicked), (hildon_picker_button_class_init),
6153         (hildon_picker_button_init),
6154         (+hildon_picker_button_get_done_button_text),
6155         (+hildon_picker_button_set_done_button_text): New methods to customize
6156         the "done" button label in the launched HildonPickerDialog. Also,
6157         make it a property.
6158
6159         * src/hildon-picker-button.h: add the public API.
6160
6161 2008-10-06  Claudio Saavedra  <csaavedra@igalia.com>
6162
6163         * src/hildon-date-selector.h:
6164         * src/hildon-picker-dialog.h:
6165         * src/hildon-time-selector.h:
6166         * src/hildon-touch-selector-column.h:
6167         * src/hildon-touch-selector.h:
6168
6169         Set the G_GNUC_CONST macro properly in the hildon_*_get_type()
6170         declarations. Fixes gtk-doc warnings.
6171
6172 2008-10-06  Alberto Garcia  <agarcia@igalia.com>
6173
6174         * src/hildon-picker-dialog.h
6175         * src/hildon-picker-dialog.c (hildon_picker_dialog_init):
6176         Make HildonPickerDialog derive from HildonDialog, not GtkDialog
6177
6178         Fixes: NB#89329 (selectors in picker dialog are not visible when a
6179         long text is set as label for done button)
6180
6181 2008-10-06  Alberto Garcia  <agarcia@igalia.com>
6182
6183         * src/hildon-dialog.c (hildon_dialog_add_button):
6184         Set fixed width to all buttons in the HildonDialog.
6185
6186 2008-10-06  Alberto Garcia  <agarcia@igalia.com>
6187
6188         Patch contributed by Daniel Borgmann (danielb@openismus.com)
6189
6190         * src/hildon-gtk.c (hildon_gtk_widget_set_theme_size):
6191         Set widget name using class name plus "-finger" or "-thumb".
6192
6193 2008-10-03  Alberto Garcia  <agarcia@igalia.com>
6194
6195         * src/hildon-check-button.c (hildon_check_button_set_active): Emit
6196         'clicked' when the state of the button is manually changed.
6197
6198 2008-10-02  Alberto Garcia  <agarcia@igalia.com>
6199
6200         * src/hildon-app-menu.c (hildon_app_menu_realize)
6201         (hildon_app_menu_unrealize, hildon_app_menu_init)
6202         (hildon_app_menu_class_init, item_visibility_changed):
6203         Change the menu layout when the size of the screen changes.
6204         (hildon_app_menu_set_columns, hildon_app_menu_set_property):
6205         Show warning only when changing the number of colums using the
6206         property.
6207
6208 2008-10-02  Claudio Saavedra  <csaavedra@igalia.com>
6209
6210         * debian/compat: Set to 5
6211         * debian/control: Update dependencies.
6212         * debian/libhildon1-dbg.install: Remove.
6213         * debian/libhildon1-dev.install: Update according to cdbs paths.
6214         * debian/libhildon1.install: Update according to cdbs paths.
6215         * debian/rules: Switch to cdbs.
6216
6217 2008-10-01  Alberto Garcia  <agarcia@igalia.com>
6218
6219         * src/hildon-app-menu.c (hildon_app_menu_repack_filters):
6220         'item' variable renamed to 'filter'
6221
6222 2008-10-01  Alberto Garcia  <agarcia@igalia.com>
6223
6224         * src/hildon-app-menu.c (hildon_app_menu_insert)
6225         (hildon_app_menu_add_filter, remove_item_from_list)
6226         (hildon_app_menu_repack_filters, hildon_app_menu_finalize):
6227         Don't leak hidden items when the menu is destroyed.
6228
6229 2008-10-01  Alberto Garcia  <agarcia@igalia.com>
6230
6231         * src/hildon-app-menu.c (hildon_app_menu_insert)
6232         (hildon_app_menu_reorder_child, hildon_app_menu_add_filter)
6233         (hildon_app_menu_set_columns, item_visibility_changed)
6234         (filter_visibility_changed, hildon_app_menu_repack_filters)
6235         (hildon_app_menu_repack_items):
6236         Repack items and filters separately.
6237
6238         Don't repack all items, change only the ones that are needed to
6239         update the layout.
6240
6241 2008-10-01  Alejandro Pinheiro <apinheiro@igalia.com>
6242
6243         * src/Makefile.am: added hildon-touch-selector-column.h
6244
6245 2008-10-01  Alejandro Pinheiro <apinheiro@igalia.com>
6246
6247         * src/hildon-touch-selector.c: added the property "text-column" to the
6248         class HildonTouchSelectorColumn, and related get/set functions
6249         (_default_printf_func): updated to use "text-column" property
6250         * src/hildon-touch-selector-entry.c: mark as deprecated the property
6251         "text-column" in his documentation, as this is now included on
6252         HildonTouchSelectorColumn. The get/set_property can still be used,
6253         working as a wrapper to the concrete column "text-column" property
6254         (_text_column_modified): callback added in order to handle the signal
6255         "notify::text-column" of the concrete HildonTouchSelectorColumn
6256         (hildon_touch_selector_entry_get_text_column)
6257         (hildon_touch_selector_entry_set_text_column): Added documentation, and
6258         modified in order to use the HildonTouchSelectorColumn "text-column"
6259         property
6260         * src/hildon-time-selector.c:
6261         * src/hildon-date-selector.c:
6262         * examples/hildon-touch-selector-example.c
6263         * examples/hildon-touch-selector-multi-cells-example.c
6264         * examples/hildon-picker-button-multicolumn-example.c
6265         Set the right value to "text-column" property on the creation of a new
6266         column using hildon_touch_selector_append_column()
6267
6268         Fixes: NB#88644 (Hardcoded first column of the model as text column)
6269
6270 2008-09-30  Alberto Garcia  <agarcia@igalia.com>
6271
6272         * src/hildon-app-menu.c
6273         (hildon_app_menu_construct_child, hildon_app_menu_init): When
6274         updating the layout of the menu, don't create all widgets again,
6275         just repack the items in their new places.
6276
6277 2008-09-30  Alejandro Pinheiro <apinheiro@igalia.com>
6278
6279         * src/hildon-time-selector.c
6280         (hildon_time_selector_get_time)
6281         (hildon_time_selector_set_time)
6282         Added documentation of these public methods
6283
6284         * src/hildon-date-button.h
6285         * src/hildon-touch-selector-column.h
6286         * src/hildon-time-button.h
6287         * src/hildon-picker-dialog.h
6288         * src/hildon-time-selector.h
6289         * src/hildon-picker-button.h
6290         * src/hildon-touch-selector.h
6291         * src/hildon-time-picker.h
6292         * src/hildon-date-selector.h
6293         * src/hildon-touch-selector-entry.h
6294         Modified in order to use hildon-widgets code style
6295
6296 2008-09-30  Alejandro G. Castro  <alex@igalia.com>
6297
6298         Added deprecated support to the compilation process using
6299         HILDON_DISABLE_DEPRECATED
6300
6301         * configure.ac: Added the --disable-deprecated to the configure
6302         script
6303
6304         * src/hildon-weekday-picker.c:
6305         * src/hildon-weekday-picker.h: Deprecated widget, example of how
6306         to use the deprecated support. We will update the other deprecated
6307         widgets status in a new patch.
6308
6309 2008-09-30  Alejandro G. Castro  <alex@igalia.com>
6310
6311         * configure.ac: Fixed typo with fatal warnings support, the
6312         variable name was not correct
6313
6314 2008-09-29  Alberto Garcia  <agarcia@igalia.com>
6315
6316         * src/hildon-app-menu.c
6317         * src/hildon-program.c: Update documentation.
6318
6319 2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>
6320
6321         * configure.ac: Post-release version bump.
6322
6323 2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>
6324
6325         [Release 2.1.12]
6326
6327         * NEWS: Update.
6328         * configure.ac: Pre-release version bump.
6329         * debian/changelog: Updates.
6330
6331 2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>
6332
6333         * NEWS: Update news for previous releases.
6334
6335 2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>
6336
6337         * examples/hildon-touch-selector-multi-cells-example.c:
6338         (create_selector): Update the example to use
6339         hildon_touch_selector_append_column() with a NULL renderer and set
6340         the renderers later.
6341         * src/hildon-touch-selector.c: (_create_new_column): Do not warn if
6342         passed a NULL renderer. This is documented behavior now.
6343
6344         Allow passing a NULL renderer to hildon_touch_selector_append_column().
6345         This must be used if the developer wants full control on the layout of
6346         the renderers to be added to the column.
6347
6348         Fixes: NB#88680 (Limiting API in HildonTouchSelector)
6349
6350 2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>
6351
6352         * src/hildon-touch-selector.c: Documentation fixes.
6353
6354 2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>
6355
6356         * src/hildon-wizard-dialog-private.h: Remove image and box.
6357         * src/hildon-wizard-dialog.c: (hildon_wizard_dialog_init),
6358         (hildon_wizard_dialog_set_property), (response): Completely remove
6359         image/icon support, and the containers required for the layout.
6360
6361         Fixes: NB#88927 (Hildon Wizard should not use icons anymore)
6362
6363 2008-09-25  Alberto Garcia  <agarcia@igalia.com>
6364
6365         * src/hildon-app-menu.c: Updated documentation.
6366
6367         * src/hildon-stackable-window.c
6368         (hildon_stackable_window_set_main_menu): Unref the old menu after
6369         ref'ing the new one.
6370
6371 2008-09-25  Alberto Garcia  <agarcia@igalia.com>
6372
6373         * src/hildon-stackable-window.c
6374         (hildon_stackable_window_set_main_menu): Unref the previous menu
6375         instead of destroying it.
6376
6377         * src/hildon-app-menu.c (hildon_app_menu_init): Re-enforce the
6378         floating reference and set has_user_ref_count to FALSE to make
6379         HildonAppMenu act like a normal ref-counted widget and not a
6380         toplevel widget.
6381
6382         Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu()
6383         changed)
6384
6385 2008-09-25  Alejandro Pinheiro  <apinheiro@igalia.com>
6386
6387         * src/hildon-touch-selector-column.h: new file
6388         * src/hildon-touch-selector.h
6389         * src/hildon-touch-selector.c
6390         Implemented GtkCellLayout interface, in order to allow to configure
6391         the cell layout on each individual selector column
6392         (hildon_touch_selector_set_column_attributes): marked as deprecated
6393         * examples/hildon-touch-selector-multi-cells-example.c
6394         Example of how to use the GtkCellLayout interface on the selector
6395
6396         Fixes: NB#88680 (Limiting API in HildonTouchSelector)
6397
6398 2008-09-24  Alberto Garcia  <agarcia@igalia.com>
6399
6400         * src/hildon-app-menu.h
6401         * src/hildon-app-menu.c
6402         (hildon_app_menu_insert, hildon_app_menu_reorder_child)
6403         (hildon_app_menu_append, hildon_app_menu_prepend):
6404         New methods to prepend, insert and move items in the menu.
6405
6406 2008-09-24  Claudio Saavedra  <csaavedra@igalia.com>
6407
6408         * src/hildon-wizard-dialog.c:
6409
6410         (hildon_wizard_dialog_init): Update logical IDs and remove cancel
6411         button.
6412         (create_title): Update logical IDs and related code.
6413         (response): No need to handle HILDON_WIZARD_DIALOG_CANCEL.
6414
6415         * src/hildon-wizard-dialog.h: Note that
6416         HILDON_WIZARD_DIALOG_CANCEL should be marked as deprecated at some
6417         point, as it is not used anymore.
6418
6419         Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2)
6420
6421 2008-09-24  Claudio Saavedra  <csaavedra@igalia.com>
6422
6423         * src/hildon-note.c:
6424         (hildon_note_rebuild): Update logical IDs. Ensure "Cancel" button is
6425         shown.  Do not display an icon in confirmation notes nor information
6426         notes.
6427         (hildon_note_set_button_text): Update logical ID for cancel button.
6428
6429         Fixes: NB#88850 (Update HildonNote button strings + signals)
6430
6431 2008-09-24  Alberto Garcia  <agarcia@igalia.com>
6432
6433         * src/hildon-stackable-window.c
6434         (hildon_stackable_window_set_main_menu): Fix compilation warning.
6435
6436 2008-09-24  Alberto Garcia  <agarcia@igalia.com>
6437
6438         * src/hildon-app-menu-private.h
6439         * src/hildon-app-menu.c (hildon_app_menu_set_columns)
6440         (hildon_app_menu_set_property, hildon_app_menu_construct_child)
6441         (hildon_app_menu_init, hildon_app_menu_class_init): Added
6442         temporary property 'columns' to change the number of columns.
6443
6444 2008-09-24  Claudio Saavedra  <csaavedra@igalia.com>
6445
6446         Patch contributed by Kimmo Hämäläinen (kimmo.hamalainen@nokia.com)
6447
6448         * examples/hildon-note-example.c: (on_information_clicked),
6449         (on_confirmation_clicked), (on_progress_clicked), (main): Add
6450         debugging information.
6451         * src/hildon-note-private.h: Remove close_if_pressed_outside,
6452         not needed anymore.
6453         * src/hildon-note.c: (hildon_note_class_init), (hildon_note_init),
6454         (hildon_note_rebuild): Remove special handling of tapping outside/inside
6455         in order to close: this will be handled by the WM from now on.
6456
6457         Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior)
6458
6459 2008-09-24  Alberto Garcia  <agarcia@igalia.com>
6460
6461         * src/hildon-app-menu-private.h
6462         * src/hildon-app-menu.c
6463         (hildon_app_menu_append, hildon_app_menu_add_filter)
6464         (button_visibility_changed, hildon_app_menu_apply_style)
6465         (hildon_app_menu_style_set, hildon_app_menu_construct_child)
6466         (hildon_app_menu_init, hildon_app_menu_finalize): Update the
6467         layout everytime a button (item or filter) is shown or hidden.
6468
6469         * src/hildon-stackable-window.c
6470         (hildon_stackable_window_set_main_menu): Destroy the old menu when
6471         setting a new one.
6472
6473 2008-09-22  Alejandro Pinheiro <apinheiro@igalia.com>
6474
6475         * src/hildon-touch-selector.c:
6476         (hildon_touch_selector_class_init): added gtkrc bits in order to ensure
6477         that the treeview inside the touch selector is in fremantle hildon mode
6478         * examples/hildon-date-button-example.c
6479         * examples/hildon-picker-button-multicolumn-example.c
6480         * examples/hildon-touch-selector-entry-example.c
6481         * examples/hildon-touch-selector-example.c
6482         * examples/hildon-time-button-example.c
6483         * examples/hildon-picker-button-example.c:
6484         (main): Remove the gtkrc bits, now hadled by hildon-touch-selector.c
6485
6486 2008-09-22  Claudio Saavedra  <csaavedra@igalia.com>
6487
6488         * examples/hildon-text-view-example.c: (main): Remove the
6489         gtkrc bits, now handled by the theme.
6490
6491 2008-09-22  Alberto Garcia  <agarcia@igalia.com>
6492
6493         * src/hildon-picker-button.c (hildon_picker_button_set_active):
6494         Fix memory leak
6495
6496 2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>
6497
6498         * po/Makefile.am: Install properly the mo files.
6499         * po/en_GB.po: Update translation, to ease testing purposes.
6500
6501 2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>
6502
6503         * examples/hildon-picker-button-example.c: (main): Select an item
6504         in the selector before setting it to the button.
6505
6506 2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>
6507
6508         * src/hildon-picker-button.c: (hildon_picker_button_set_selector):
6509         Update button's value if the selector has an item active.
6510
6511         Fixes: NB#88718 (HildonPickerButton not synchronizing its initial
6512         'value' with the selector)
6513
6514 2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>
6515
6516         * src/hildon-picker-button.c: (+hildon_picker_button_finalize): unref
6517         the HildonTouchSelector and destroy the underlying HildonPickerDialog.
6518         (hildon_picker_button_class_init): Plug the finalize method.
6519         (hildon_picker_button_set_selector): If there's a previously set
6520         selector, unref'it before setting a new one.
6521
6522         Fixes: NB#88720 (HildonPickerButton leaks a reference to the
6523         HildonTouchSelector)
6524
6525 2008-09-16  Claudio Saavedra  <csaavedra@igalia.com>
6526
6527         * src/hildon-touch-selector-entry.c:
6528         (hildon_touch_selector_entry_changed): Check if there is no text
6529         selected before setting the entry text.
6530         Fixes: NB#88576
6531
6532 2008-09-15  Alberto Garcia  <agarcia@igalia.com>
6533
6534         * src/hildon-touch-selector.h
6535         * src/hildon-touch-selector.c
6536         (hildon_touch_selector_get_active)
6537         (hildon_touch_selector_set_active): New methods to set/get the
6538         index of the selected item.
6539
6540         * src/hildon-picker-button.h
6541         * src/hildon-picker-button.c
6542         (hildon_picker_button_get_active)
6543         (hildon_picker_button_set_active): New methods to set/get the
6544         index of the selected item.
6545
6546 2008-09-15  Claudio Saavedra  <csaavedra@igalia.com>
6547
6548         * configure.ac: post-release version bump.
6549
6550 2008-09-15  Claudio Saavedra  <csaavedra@igalia.com>
6551
6552         Release 2.1.10-1.
6553
6554         * configure.ac: Pre-release version bump.
6555         * debian/changelog: Updates.
6556         * debian/control: Add myself as maintainer and depend on l10n
6557         packages.
6558
6559 2008-09-15  Alberto Garcia  <agarcia@igalia.com>
6560
6561         * src/hildon-window.c
6562         (hildon_window_set_main_menu)
6563         * src/hildon-stackable-window.c
6564         (hildon_stackable_window_set_main_menu):
6565         Updated documentation.
6566
6567 2008-09-15  Alberto Garcia  <agarcia@igalia.com>
6568
6569         * src/hildon-date-selector.c (hildon_date_selector_finalize):
6570         Don't free selector->priv manually.
6571         Fixes: NB#88414
6572
6573 2008-09-12  Alejandro G. Castro  <alex@igalia.com>
6574
6575         * src/hildon-gtk.c,
6576         (hildon_gtk_window_set_progress_indicator):
6577         * src/hildon-gtk.h: Added the new API
6578         hildon_gtk_window_set_progress_indicator, it changes the state of
6579         the window progress hint.
6580
6581 2008-09-12  Alberto Garcia  <agarcia@igalia.com>
6582
6583         * src/hildon-button.c
6584         * src/hildon-stackable-window.c: Minor documentation updates.
6585
6586 2008-09-12  Alberto Garcia  <agarcia@igalia.com>
6587
6588         * src/hildon-stackable-window.c: Updated documentation.
6589
6590 2008-09-12  Claudio Saavedra  <csaavedra@igalia.com>
6591
6592         * src/hildon-defines.h: Update margins definitions
6593         to the Fremantle sizes.
6594         Fixes: NB#88364
6595
6596 2008-09-12  Alejandro G. Castro  <alex@igalia.com>
6597
6598         * src/hildon-touch-selector.c,
6599         (_hildon_touch_selector_set_model): Cleaning the code after
6600         review, removed g_print and #if 0 from the code.
6601
6602 2008-09-11  Alberto Garcia  <agarcia@igalia.com>
6603
6604         * src/hildon-edit-toolbar.c: Update documentation.
6605
6606 2008-09-11  Alberto Garcia  <agarcia@igalia.com>
6607
6608         * src/hildon-check-button.h
6609         * src/hildon-check-button.c
6610         (hildon_check_button_set_label, hildon_check_button_get_label)
6611         * examples/hildon-check-button-example.c
6612         (button_clicked_cb):
6613         Removed deprecated methods.
6614
6615 2008-09-11  Alberto Garcia  <agarcia@igalia.com>
6616
6617         * src/hildon-text-view.c:
6618         Add sample code to the documentation.
6619
6620         * src/hildon-entry.h
6621         * src/hildon-text-view.h:
6622         Minor cosmetic changes.
6623
6624         * src/hildon-entry.c:
6625         Add sample code to the documentation.
6626         (hildon_entry_init, hildon_entry_refresh_contents):
6627         Don't allow NULL values in the placeholder.
6628
6629 2008-09-10  Alberto Garcia  <agarcia@igalia.com>
6630
6631         * doc/hildon-docs.sgml
6632         * doc/hildon.types
6633         * examples/Makefile.am
6634         * examples/hildon-text-view-example.c
6635         * src/Makefile.am
6636         * src/hildon-text-view.c
6637         * src/hildon-text-view.h
6638         * src/hildon.h:
6639         New HildonTextView widget, with example.
6640
6641 2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>
6642
6643         * po/POTFILES.in: Add missing files with translatable strings.
6644         Partially fixes NB#88287.
6645
6646 2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>
6647
6648         * examples/hildon-pannable-area-example-2.c: (main): No need to
6649         set the cellrenderer height inside hildon touch lists, the theme does
6650         that for us.
6651
6652 2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>
6653
6654         * examples/hildon-entry-example.c: (main): Remove the gtkrc bits, now
6655         they are integrated in the theme.
6656
6657 2008-09-09  Alberto Garcia  <agarcia@igalia.com>
6658
6659         * examples/hildon-entry-example.c: Update the example adding
6660         widgets to modify the text and the placeholder of the HildonEntry.
6661
6662         * src/hildon-entry.c: Show the placeholder everytime the widget
6663         is empty and loses the focus.
6664
6665 2008-09-09  Alejandro G. Castro  <alex@igalia.com>
6666
6667         Patch contributed by Daniil Ivanov (ext-danil.ivanoc@nokia.com)
6668
6669         * src/hildon-pannable-area.c,
6670         (hildon_pannable_area_size_request): Fixed bug in height
6671         requisition, avoid increasing size and add border twice.
6672
6673 2008-09-09  Claudio Saavedra  <csaavedra@igalia.com>
6674
6675         * configure.ac: postrelease version bump.
6676
6677 2008-09-09  Claudio Saavedra  <csaavedra@igalia.com>
6678
6679         Release 2.1.8-1.
6680
6681         * configure.ac: Prerelease version bump.
6682         * debian/changelog: update.
6683         * debian/rules: make -dbg package contain useful debugging symbols.
6684
6685 2008-09-08  Alberto Garcia  <agarcia@igalia.com>
6686
6687         * src/hildon-dialog.h
6688         * src/hildon-dialog.c
6689         (hildon_dialog_add_button, hildon_dialog_add_buttons):
6690         New methods to add buttons with finger size.
6691         (hildon_dialog_new_with_buttons):
6692         Create buttons with finger size.
6693
6694         * examples/hildon-dialog-example.c (main): Use HildonDialog
6695         methods to add buttons.
6696
6697 2008-09-08  Alberto Garcia  <agarcia@igalia.com>
6698
6699         * src/hildon-entry.c: Updated HildonButton documentation.
6700
6701 2008-09-08  Alberto Garcia  <agarcia@igalia.com>
6702
6703         * src/hildon-button.c (hildon_button_set_arrangement): Pack the
6704         button value label with (FALSE, FALSE) to prevent NB#88126 from
6705         being triggered.
6706
6707 2008-09-08  Alejandro G. Castro  <alex@igalia.com>
6708
6709         * examples/hildon-pannable-area-example.c,
6710         (main): Removed examples panning a vbox inside a pannable
6711         area. Check bug NB#87965
6712
6713 2008-09-08  Alejandro G. Castro  <alex@igalia.com>
6714
6715         Patch contributed by Kris Rietveld (kris@imendio.com)
6716
6717         * src/hildon-pannable-area.c,
6718         (hildon_pannable_area_get_topmost): replaced the get_geometry with
6719         get_size and get_position, this saves an X server roundtrip.
6720
6721 2008-09-05  Alberto Garcia  <agarcia@igalia.com>
6722
6723         * doc/hildon-docs.sgml
6724         * doc/hildon.types
6725         * examples/Makefile.am
6726         * examples/hildon-entry-example.c
6727         * src/Makefile.am
6728         * src/hildon-entry.c
6729         * src/hildon-entry.h
6730         * src/hildon.h:
6731         New HildonEntry widget, with example.
6732
6733 2008-09-05  Alberto Garcia  <agarcia@igalia.com>
6734
6735         * src/hildon-button.c (hildon_button_construct_child): Pack the
6736         image with expand == fill == FALSE. This is a workaround for a bug
6737         in GtkBox.
6738
6739 2008-09-05  Claudio Saavedra  <csaavedra@igalia.com>
6740
6741         * examples/hildon-pannable-area-example-2.c: (main): Use the stock
6742         labels for the text column, to make it more look more dynamic.
6743
6744 2008-09-04  Alejandro Pinheiro  <apinheiro@igalia.com>
6745
6746         * src/hildon-time-selector.c
6747         Define gettext auxiliar macro N_
6748         (_create_minutes_model)
6749         (_create_hours_model)
6750         (_create_ampm_model): use of strftime in order to fill the model
6751         * src/hildon-date-selector.c
6752         (hildon_date_selector_finalize):
6753         (_locales_init): remove the logic related to get the name of the months
6754         using nl_langinfo, as it is not required anymore
6755         (_create_day_model)
6756         (_create_year_model)
6757         (_create_month_model)
6758         (_update_day_model): use of strftime in order to fill the model properly
6759
6760
6761 2008-09-04  Alberto Garcia  <agarcia@igalia.com>
6762
6763         * src/hildon-button.h
6764         * src/hildon-button.c (hildon_button_get_image): New method to
6765         retrieve the image.
6766
6767 2008-09-04  Claudio Saavedra  <csaavedra@igalia.com>
6768
6769         * src/hildon-touch-selector.c:
6770         (hildon_touch_selector_remove_column): Remove from the correct parent
6771         and also remove the list element and free it.
6772         Fixes: NB#88049
6773
6774 2008-09-04  Alejandro Pinheiro  <apinheiro@igalia.com>
6775
6776         * src/hildon-time-selector.c
6777         (_create_hours_model): change the range on 12h ampm format in order to use
6778         a 12-11 range instead of previous 01-12 range
6779         (hildon_time_selector_set_time): change the way to select the current time
6780         on 12h ampm format, due the change on the range
6781         (hildon_time_selector_get_time): fix the hour returned on 12 ampm format
6782         Fixes: NB#88036
6783
6784 2008-09-03  Alejandro Pinheiro  <apinheiro@igalia.com>
6785
6786         * src/hildon-touch-selector.c
6787         (hildon_date_touch_selector_get_selected): fix the selection mode check,
6788         in order to allow use this function on multiple row selection mode if
6789         the column is different that the first one
6790         Fixes: NB#88047
6791
6792 2008-09-03  Claudio Saavedra  <csaavedra@igalia.com>
6793
6794         * src/hildon-time-selector.c: (_custom_print_func): Change the logical ids
6795         to "wdgt_va_12h_time" and "wdgt_va_24h_time". Fixes NB#88045.
6796
6797 2008-09-02  Alejandro Pinheiro  <apinheiro@igalia.com>
6798
6799         * src/hildon-date-selector.h: clean some comments, now on the .c
6800         * src/hildon-date-selector.c
6801         (hildon_date_selector_select_month): first implementation
6802         (hildon_date_selector_select_day): added documentation, reimplemented
6803         using hildon_date_selector_select_current_date to avoid repeat code
6804         Fixes: NB#88027
6805
6806 2008-09-02  Alejandro G. Castro  <alex@igalia.com>
6807
6808         Reviewed interaction logic based on device experiences, refactored
6809         code.
6810
6811         * src/hildon-pannable-area.c,
6812         (hildon_pannable_area_class_init): Updated default vmax speed.
6813         (hildon_pannable_area_calculate_velocity): Added this function, it
6814         avoids duplicate valocity calculation. Adjusted calculation to
6815         avoid problems with zero dist events.
6816
6817         (hildon_pannable_area_motion_notify_cb): Now we use the
6818         calculate_velocity function.
6819
6820 2008-09-02  Alejandro Pinheiro  <apinheiro@igalia.com>
6821
6822         * src/hildon-date-selector.c
6823         (hildon_date_selector_select_current_date): fix the day range check
6824         as it failed using the last day of the current month
6825         Fixes NB#88023
6826
6827 2008-09-02  Alejandro Pinheiro  <apinheiro@igalia.com>
6828
6829         * src/hildon-touch-selector.c
6830         (hildon_touch_selector_get_num_columns): added a parameter validation
6831         Fixes: NB#88022
6832
6833 2008-08-29  Alberto Garcia  <agarcia@igalia.com>
6834
6835         * examples/Makefile.am
6836         * examples/hildon-edit-toolbar-example.c: Example of the
6837         HildonEditToolbar widget.
6838
6839 2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
6840
6841         * configure.ac: postrelease version bump.
6842
6843 2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
6844
6845         Release 2.1.6-1.
6846
6847         * configure.ac: prerelease version bump.
6848         * debian/changelog: update.
6849
6850 2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
6851
6852         * examples/hildon-pannable-area-example-2.c: (main): Add a pixbuf
6853         renderer to display stock icons in the touch list. Also, set the sizes
6854         to the recommended in the style guide.
6855
6856 2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
6857         * src/hildon-touch-selector.h
6858         (hildon_touch_selector_set_active_iter): renamed, now is
6859         hildon_touch_selector_select_iter
6860         (hildon_touch_selector_get_active_iter): renamed, now is
6861         hildon_touch_selector_get_selected
6862         (hildon_touch_selector_unselect_iter): added
6863         * src/hildon-touch-selector.c
6864         Update after API modification (methods renamed)
6865         (hildon_touch_selector_select_iter): remove gtk_tree_view_set_cursor in
6866         order to avoid problems selecting multiple elements on the column
6867         (hildon_touch_selector_unselect_iter): added the implementation
6868         * src/hildon-time-selector.c
6869         * src/hildon-date-selector.c
6870         * src/hildon-touch-selector-entry.c
6871         Update methods calls after hildon-touch-selector.h API modification (methods
6872         renamed)
6873
6874 2008-08-29  Alberto Garcia  <agarcia@igalia.com>
6875
6876         * src/hildon-stackable-window.c
6877         (hildon_stackable_window_finalize): Call the parent class's finalize.
6878
6879 2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
6880
6881         * examples/hildon-touch-selector-example.c: (create_selector): Use
6882         gtk_cell_renderer_set_fixed_size() instead of a GValue to set the
6883         cell height.
6884
6885 2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
6886
6887         * examples/hildon-touch-selector-example.c: (create_selector): Do not
6888         set a cell background color, to respect theming.
6889
6890 2008-08-28  Alberto Garcia  <agarcia@igalia.com>
6891
6892         * doc/hildon-docs.sgml
6893         * doc/hildon.types
6894         * src/Makefile.am
6895         * src/hildon-edit-toolbar.c
6896         * src/hildon-edit-toolbar.h
6897         * src/hildon.h: New HildonEditToolbar widget.
6898
6899 2008-08-28  Claudio Saavedra  <csaavedra@igalia.com>
6900
6901         * examples/hildon-pannable-area-example-4.c: (main): Remove unneeded
6902         extra GtkVBox.
6903
6904 2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
6905         * src/hildon-touch-selector.c
6906         (_create_new_column): use g_object_set instead of two g_object_set_property
6907
6908 2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
6909         * src/hildon-touch-selector.c
6910         (_create_new_column): use of hildon_gtk_tree_view_new to create
6911         the treeview, instead of use directly g_object_new
6912         (_create_new_column): update the property name "vindicator-mode" for the
6913         new one "vscrollbar-policy"
6914         * examples/hildon-date-button-example.c
6915         * examples/hildon-picker-button-multicolumn-example.c
6916         * examples/hildon-touch-selector-entry-example.c
6917         * examples/hildon-touch-selector-example.c
6918         * examples/hildon-time-button-example.c
6919         * examples/hildon-picker-button-example.c
6920         Add a gtk_rc_parse_string in order to set the hildon-mode to HILDON_FREMANTLE
6921         to all the treeviews inside a pannable area.
6922
6923 2008-08-27  Alberto Garcia  <agarcia@igalia.com>
6924
6925         * src/hildon-button.h
6926         * src/hildon-button.c (hildon_button_init)
6927         (hildon_button_set_arrangement, hildon_button_set_alignment)
6928         (hildon_button_set_title_alignment)
6929         (hildon_button_set_value_alignment)
6930         (hildon_button_set_image_alignment)
6931         (hildon_button_construct_child): New methods to set the alignment
6932         of the individual components of the button (title, value,
6933         image). Also, new method to alter the xscale and yscale properties
6934         of the GtkAlignment inside the button, so more complex layouts can
6935         be created.
6936
6937 2008-08-27  Alberto Garcia  <agarcia@igalia.com>
6938
6939         * src/hildon-button.c (hildon_button_style_set)
6940         (hildon_button_class_init, hildon_button_set_arrangement)
6941         (hildon_button_construct_child): Apply style properties
6942         correctly. Use the 'image-spacing' style property too.
6943
6944 2008-08-26  Alberto Garcia  <agarcia@igalia.com>
6945
6946         * src/hildon-app-menu.c (hildon_app_menu_style_set)
6947         (hildon_app_menu_init, hildon_app_menu_class_init): Set style
6948         correctly.
6949
6950 2008-08-26  Alejandro G. Castro  <alex@igalia.com>
6951
6952         * src/hildon-pannable-area.c,
6953         (hildon_pannable_area_size_request): Fixed problem with
6954         pannable-area size_request.
6955
6956 2008-08-26  Alejandro G. Castro  <alex@igalia.com>
6957
6958         Added management for the grab-focus to a child widget, like a
6959         range, we need to fade out the scrollbar when releasing.
6960
6961         * src/hildon-pannable-area.c,
6962         (hildon_pannable_area_init): Connected the grab-focus signal to
6963         the callback.
6964         (hildon_pannable_area_grab_notify): Added this function in order
6965         to manage the situation when the grab-focus ends. We have to
6966         fade-out the scrollbar.
6967
6968 2008-08-25  Alberto Garcia  <agarcia@igalia.com>
6969
6970         * src/hildon-app-menu.c: Minor documentation update.
6971
6972 2008-08-25  Alberto Garcia  <agarcia@igalia.com>
6973
6974         * src/hildon-app-menu.c
6975         * examples/hildon-app-menu-example.c (create_menu): Update
6976         examples and documentation to explain how to connect callbacks.
6977
6978 2008-08-25  Alejandro Pinheiro <apinheiro@igalia.com>
6979
6980         * examples/hildon-button-example.c
6981         (vertical_buttons_window) (horizontal_buttons_window) (main): use of
6982         hildon_stackable_window_new instead of gtk_window_new
6983
6984 2008-08-22  Alejandro G. Castro  <alex@igalia.com>
6985
6986         * src/hildon-pannable-area.c (hildon_pannable_area_class_init),
6987         (hildon_pannable_area_init), (hildon_pannable_area_get_property),
6988         (hildon_pannable_area_set_property),
6989         (hildon_pannable_area_dispose), (hildon_pannable_area_realize),
6990         (hildon_pannable_area_unrealize),
6991         (hildon_pannable_area_size_request),
6992         (hildon_pannable_area_size_allocate),
6993         (hildon_pannable_area_style_set), (hildon_pannable_area_map),
6994         (hildon_pannable_area_unmap), (rgb_from_gdkcolor),
6995         (hildon_pannable_draw_vscroll), (hildon_pannable_draw_hscroll),
6996         (hildon_pannable_area_initial_effect),
6997         (hildon_pannable_area_redraw),
6998         (hildon_pannable_area_scroll_indicator_fade),
6999         (hildon_pannable_area_expose_event),
7000         (hildon_pannable_area_get_topmost), (synth_crossing),
7001         (hildon_pannable_area_button_press_cb),
7002         (hildon_pannable_area_refresh), (hildon_pannable_axis_scroll),
7003         (hildon_pannable_area_scroll), (hildon_pannable_area_timeout),
7004         (hildon_pannable_area_motion_notify_cb),
7005         (hildon_pannable_area_button_release_cb),
7006         (hildon_pannable_area_scroll_cb), (hildon_pannable_area_add),
7007         (hildon_pannable_area_remove),
7008         (hildon_pannable_calculate_vel_factor): Widget refactorization,
7009         chage the code layout to a more GtkWidget like. Review the use of
7010         variables.
7011
7012 2008-08-21  Alejandro G. Castro  <alex@igalia.com>
7013
7014         * examples/hildon-pannable-area-example-4.c,
7015         (main): Modified the name of the hindicator_mode to
7016         hscrollbar_visible
7017
7018         * src/hildon-pannable-area.c,
7019         (hildon_pannable_area_class_init),
7020         (hildon_pannable_area_motion_notify_cb),
7021         (hildon_pannable_area_size_allocate): Reviewed the drawing logic,
7022         we have reduced the amount of signals and managed reviewed its
7023         rationale. Changed the default decelerate value.
7024
7025         (hildon_pannable_area_add),
7026         (hildon_pannable_area_redraw): Refactored functions.
7027
7028         (hildon_pannable_area_init),
7029         (hildon_pannable_area_get_property),
7030         (hildon_pannable_area_set_property):
7031         (hildon_pannable_draw_vscroll),
7032         (hildon_pannable_draw_hscroll),
7033         (hildon_pannable_area_initial_effect),
7034         (hildon_pannable_area_expose_event),
7035         (hildon_pannable_area_scroll),
7036         (hildon_pannable_area_button_press_cb),
7037         (hildon_pannable_area_realize): Replaced the names hindicator_mode
7038         and vindicator_mode with hscrollbar_policy and
7039         vscrollbar_policy. Replaced hscroll and vscroll with
7040         hscroll_visible and vscroll_visible.
7041
7042         (hildon_pannable_area_refresh): Refactor the function, remove
7043         variables and check the calls to this function, added resize
7044         conditions in case the children change their layout.
7045
7046         (hildon_pannable_area_size_request): Added more detailed
7047         size_request calculation.
7048
7049
7050 2008-08-21  Alejandro Pinheiro <apinheiro@igalia.com>
7051
7052         * src/hildon-color-chooser.c
7053         (init_borders): use the correct gtk_border_free instead of g_free, to
7054         avoid a crash when this widget is used (ie: the three color selection
7055         examples)
7056
7057 2008-08-20  Alejandro G. Castro  <alex@igalia.com>
7058
7059         * src/hildon-check-button.c,
7060         (hildon_check_button_set_active): Fixed problem when setting the
7061         active value, the widget was not redrawn.
7062
7063 2008-08-20  Alejandro G. Castro  <alex@igalia.com>
7064
7065         * src/hildon-pannable-area.c,
7066         (hildon_pannable_area_refresh),
7067         (hildon_pannable_area_scroll),
7068         (hildon_pannable_area_motion_notify_cb): Small code style change.
7069
7070         (hildon_pannable_area_class_init): Default initial_hint set to
7071         FALSE, it is not in the specs.
7072
7073         (hildon_pannable_area_initial_effect),
7074         (hildon_pannable_area_expose_event),
7075         (hildon_pannable_area_map),
7076         (hildon_pannable_area_init): Moved the launching point of the
7077         initial effect, it was in map but the sizes where not correct in
7078         that method so we do not know if we have the reproduce it. Now it
7079         is placed in the expose_event method and uses a variable to
7080         reproduce it just once.
7081
7082 2008-08-19  Alejandro G. Castro  <alex@igalia.com>
7083
7084         * src/hildon-pannable-area.c,
7085         (hildon_pannable_draw_vscroll),
7086         (hildon_pannable_draw_hscroll): Fix error calculating the maximum
7087         position allowed for the scrollbars.
7088
7089         (hildon_pannable_area_size_allocate): Small style change.
7090
7091 2008-08-19  Alejandro G. Castro  <alex@igalia.com>
7092
7093         * src/hildon-pannable-area.c,
7094         (hildon_pannable_area_scroll_indicator_fade),
7095         (hildon_pannable_area_button_press_cb),
7096         (hildon_pannable_area_button_release_cb),
7097         (hildon_pannable_area_scroll_cb),
7098         (hildon_pannable_area_expose_event),
7099         (hildon_pannable_area_init): Added the define parameter
7100         SCROLLBAR_FADE_DELAY to control the fade effect of the scrollbars
7101         and refactor the fade variable.
7102
7103 2008-08-19  Alejandro G. Castro  <alex@igalia.com>
7104
7105         * src/hildon-pannable-area.c,
7106         (hildon_pannable_area_redraw),
7107         (hildon_pannable_area_scroll_indicator_fade): Refactored redraw
7108         lines, we were reimplemeting the redraw code.
7109
7110 2008-08-18  Alejandro G. Castro  <alex@igalia.com>
7111
7112         * src/hildon-pannable-area.c,
7113         (hildon_pannable_area_scroll_cb),
7114         (hildon_pannable_area_realize),
7115         (hildon_pannable_area_class_init): Added scroll_event management
7116         for pannable area, now we can scroll the usual desktop method.
7117
7118         (hildon_pannable_area_jump_to): Fixed the logic of the method, the
7119         initialization of the parameters should depend on idle_id.
7120
7121         (hildon_pannable_area_init),
7122         (hildon_pannable_area_map): Small code style modifications
7123
7124 2008-08-18  Alejandro G. Castro  <alex@igalia.com>
7125
7126         * src/hildon-pannable-area.c
7127         (hildon_pannable_area_button_press_cb),
7128         (hildon_pannable_area_motion_notify_cb),
7129         (hildon_pannable_area_button_release_cb),
7130         (hildon_pannable_area_size_allocate),
7131         (hildon_pannable_area_scroll_to): Improved the timeouts
7132         management, we avoid creating them each time.
7133
7134 2008-08-14  Alejandro G. Castro  <alex@igalia.com>
7135
7136         * src/hildon-pannable-area.c:
7137         (hildon_pannable_area_refresh),
7138         (hildon_pannable_area_motion_notify_cb),
7139         (hildon_pannable_area_class_init):
7140         * src/hildon-pannable-area.h:
7141         * src/hildon-touch-selector.c
7142         (_create_new_column):
7143         * examples/hildon-pannable-area-example-4.c:
7144         (horizontal_movement),
7145         (vertical_movement),
7146         (main):
7147         Replaced the names of enums in the HildonPannableArea:
7148            -  HILDON_PANNABLE_AREA_MOV_MODE_* ->
7149               HILDON_MOVEMENT_MODE_*
7150            -  HILDON_PANNABLE_AREA_MOV_* ->
7151               HILDON_MOVEMENT_*
7152            - Removed HildonPannableAreaIndicatorMode, now we
7153              use GtkPolicyType
7154
7155 2008-08-14  Alberto Garcia  <agarcia@igalia.com>
7156
7157         * examples/hildon-pannable-area-touch-grid-example.c
7158         * examples/hildon-pannable-area-touch-list-example.c: Fix
7159         compilation warnings.
7160
7161 2008-08-14  Alberto Garcia  <agarcia@igalia.com>
7162
7163         * src/hildon-gtk.c (hildon_gtk_button_new)
7164         (hildon_gtk_toggle_button_new, hildon_gtk_radio_button_new)
7165         (hildon_gtk_radio_button_new_from_widget): Make buttons show their
7166         images overriding the value of the "gtk-button-images" setting.
7167
7168 2008-08-14  Alberto Garcia  <agarcia@igalia.com>
7169
7170         * src/hildon-check-button.c (hildon_check_button_new):
7171         Instead of using a custom container, display the label and the
7172         checkbox using the standard GtkButton API.
7173
7174         * examples/hildon-check-button-example.c (main): Don't use
7175         hildon_check_button_set_label() anymore
7176
7177         * src/hildon-check-button.h
7178         * src/hildon-check-button.c
7179         (hildon_check_button_set_label, hildon_check_button_get_label):
7180         Set as deprecated, now we're using gtk_button_{get,set}_label()
7181
7182 2008-08-14  Alejandro G. Castro  <alex@igalia.com>
7183
7184         * src/hildon-pannable-area.c,
7185         (hildon_pannable_area_get_topmost): Fixed bug with click in the
7186         GtkTreeview first line we detected it after the inclusion of the
7187         GtkWindowImpl in gtk+. We now check if the window is visible, not
7188         just if the pointer is over the window.
7189         (hildon_pannable_axis_scroll),
7190         (hildon_pannable_area_expose_event): Small style changes.
7191
7192 2008-08-13  Alberto Garcia  <agarcia@igalia.com>
7193
7194         * src/hildon-button.c: Update documentation.
7195
7196 2008-08-13  Alberto Garcia  <agarcia@igalia.com>
7197
7198         * examples/hildon-button-example.c: Add a switch to show images in
7199         the buttons.
7200
7201 2008-08-12  Claudio Saavedra  <csaavedra@igalia.com>
7202
7203         * doc/hildon-docs.sgml: Some docs reorganization.
7204
7205 2008-08-12  Alberto Garcia  <agarcia@igalia.com>
7206
7207         * examples/hildon-pannable-area-touch-list-example.c
7208         (create_tree_view)
7209         * examples/hildon-pannable-area-touch-grid-example.c
7210         (create_icon_view): Use gtk_{tree,icon}_view_new() and
7211         hildon_gtk_{tree,icon}_view_new() instead of g_object_new().
7212         Fix memory leak when setting the tree model.
7213
7214 2008-08-12  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>
7215
7216         Released 2.1.4
7217
7218 2008-08-12  Claudio Saavedra  <csaavedra@igalia.com>
7219
7220         * doc/hildon.types: Remove duplicated hildon_window_get_type
7221         * src/hildon-window.c: (hildon_window_class_init): Remove duplicated
7222         documentation comment.
7223
7224 2008-08-12  Alberto Garcia  <agarcia@igalia.com>
7225
7226         * doc/Makefile.am: Complete list of private headers.
7227
7228 2008-08-12  Alberto Garcia  <agarcia@igalia.com>
7229
7230         * doc/hildon-docs.sgml
7231         * src/hildon-app-menu.c
7232         * src/hildon-bread-crumb.c
7233         * src/hildon-button.c
7234         * src/hildon-gtk.c
7235         * src/hildon-program.c
7236         * src/hildon-stackable-window.c
7237         * src/hildon-window.c: Lots of documentation updates.
7238
7239 2008-08-12  Alberto Garcia  <agarcia@igalia.com>
7240
7241         * debian/control: Depend on Gtk 2:2.12.9-0osso3
7242
7243         * configure.ac: Require Gtk+ 2.12.9 at least
7244
7245 2008-08-12  Alejandro G. Castro  <alex@igalia.com>
7246
7247         * src/hildon-pannable-area.c
7248         (hildon_pannable_area_scroll_indicator_fade),
7249         (hildon_pannable_area_timeout): Added the GDK_THREADS_LEAVE macro
7250         to protect the return of this timeout callbacks, avoiding deadlocks.
7251
7252 2008-08-12  Christian Dywan  <christian@imendio.com>
7253
7254         * src/hildon-*.c
7255         * src/hildon-*.h: Ensure a consistent include order,
7256         include <gtk/gtk.h> instead of particular files and
7257         only include the topmost header in the gtk stack. See NB #39857
7258
7259 2008-08-12  Christian Dywan  <christian@imendio.com>
7260
7261         * src/hildon-picker-dialog.c
7262         * src/hildon-touch-selector.c: Fix warnings about unused and
7263         uninitialized variables.
7264
7265 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
7266
7267         * examples/Makefile.am
7268         * examples/hildon-check-button-example.c: Example of the hildon
7269         check button.
7270
7271 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
7272
7273         * src/hildon-window.h
7274         * src/hildon-window.c (hildon_window_class_init)
7275         (hildon_window_unset_program): Don't make
7276         hildon_window_unset_program a virtual function anymore.
7277
7278         * src/hildon-stackable-window.c: Update documentation
7279
7280 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
7281
7282         * doc/Makefile.am
7283         * doc/hildon-docs.sgml
7284         * doc/visual_index.xml
7285         * src/hildon-defines.c
7286         * src/hildon-gtk.c
7287         * src/hildon-helper.c
7288         * src/hildon-range-editor.c: Lots of documentation fixes.
7289
7290 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
7291
7292         * examples/hildon-picker-button-multicolumn-example.c
7293         (create_touch_selector): Fix compilation warning.
7294
7295 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
7296
7297         * src/hildon-pannable-area.c (hildon_pannable_area_button_press_cb)
7298         (hildon_pannable_area_button_release_cb)
7299         (hildon_pannable_get_child_widget_at): Fix compilation warnings.
7300
7301 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
7302
7303         * src/hildon-button.c (hildon_button_add_image_size_group): Fix
7304         assertion.
7305
7306 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
7307
7308         * src/hildon-bread-crumb-trail.h
7309         * src/hildon-date-editor.c
7310         * src/hildon-date-selector.c
7311         * src/hildon-pannable-area.c
7312         * src/hildon-picker-dialog.c
7313         * src/hildon-time-selector.c
7314         * src/hildon-touch-selector-entry.c
7315         * src/hildon-touch-selector.c
7316         * src/hildon-touch-selector.h: Misc documentation fixes
7317
7318 2008-08-11  Alberto Garcia  <agarcia@igalia.com>
7319
7320         * examples/hildon-date-editor-example.c (main): Updated date
7321         editor example.
7322
7323         * examples/hildon-note-example.c (on_confirmation_clicked):
7324         Updated confirmation note example.
7325
7326         * src/hildon-date-editor.c
7327         * src/hildon-note.c: Updated sample programs in documentation.
7328         Fixes: NB#87437
7329
7330 2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>
7331
7332         * src/hildon-date-button.h:
7333         * src/hildon-picker-button.h:
7334         * src/hildon-time-button.c:
7335         * src/hildon-time-button.h:
7336
7337         Some declarations changes to allow gtk-doc to document the widgets
7338         properly.
7339
7340 2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>
7341
7342         * src/hildon-date-button.c: Document the widget.
7343         * src/hildon-time-button.c: Document the widget.
7344
7345 2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>
7346
7347         * src/hildon-picker-button.c: Document the widget.
7348         * src/hildon-touch-selector-entry.c: Document the widget.
7349
7350 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
7351
7352         * doc/hildon-docs.sgml
7353         * src/Makefile.am
7354         * src/hildon.h
7355         * src/hildon-check-button.h
7356         * src/hildon-check-button.c: New functions to create the Hildon
7357         Touch Checkbox.
7358
7359         * src/hildon-gtk.h
7360         * src/hildon-gtk.c (hildon_gtk_check_button_new): Removed.
7361
7362 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
7363
7364         * src/hildon-button.h
7365         * src/hildon-button.c
7366         (hildon_button_add_title_size_group)
7367         (hildon_button_add_value_size_group)
7368         (hildon_button_add_image_size_group)
7369         (hildon_button_add_size_groups): New functions to set size groups
7370         for the button labels and image.
7371         (hildon_button_new_full): Removed
7372
7373 2008-08-08  Alejandro Pinheiro <apinheiro@igalia.com>
7374
7375         * src/hildon-time-selector.c
7376         (_check_ampm_format): use of g_warning instead of g_error with a gconf error
7377         in order to avoid a crash if gconf is not available
7378
7379 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
7380
7381         * src/hildon-button.c (hildon_button_set_arrangement)
7382         (hildon_button_construct_child): Don't construct the button child
7383         before setting the arrangement.
7384
7385 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
7386
7387         * src/hildon-program-private.h
7388         * src/hildon-program.c
7389         * src/hildon-program.h
7390         (_hildon_program_remove_from_stack, _hildon_program_add_to_stack)
7391         (hildon_program_peek_window_stack)
7392         (hildon_program_pop_window_stack)
7393         (hildon_program_go_to_root_window): HildonProgram now has a
7394         separate list for stackable windows. Functions are provided to
7395         manage that list with a stack-like API.
7396
7397         * src/hildon-stackable-window.c: Stackable window management is
7398         now much simpler with the new HildonProgram API. Windows no
7399         longer need to be manually added to the program, they're
7400         automatically pushed to the top of the stack when shown.
7401
7402         * examples/hildon-stackable-window-example.c: Updated example to
7403         reflect the API changes.
7404
7405 2008-08-07  Claudio Saavedra  <csaavedra@igalia.com>
7406
7407         * src/hildon-touch-selector.c: Comment out unimplemented
7408         hildon_touch_selector_insert_column() to avoid a compile warning.
7409
7410 2008-08-07  Claudio Saavedra  <csaavedra@igalia.com>
7411
7412         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init),
7413         (hildon_touch_selector_new), (hildon_touch_selector_remove_column),
7414         (hildon_touch_selector_set_column_selection_mode),
7415         (_hildon_touch_selector_set_model),
7416         (hildon_touch_selector_set_model):
7417
7418         Complete review of HildonTouchSelector documentation.
7419
7420 2008-08-08  Alberto Garcia  <agarcia@igalia.com>
7421
7422         * doc/hildon-docs.sgml
7423         * src/Makefile.am
7424         * src/hildon.h
7425         * src/hildon-gtk.h
7426         * src/hildon-gtk.c: Convenience functions for standard Gtk
7427         widgets, used to easily perform frequent operations.
7428
7429         * src/hildon-button-helpers.h
7430         * src/hildon-button-helpers.c: Removed in favour of hildon-gtk.[ch]
7431
7432         * src/hildon-helper.h
7433         * src/hildon-helper.c (hildon_helper_set_theme_size): Renamed to
7434         hildon_gtk_widget_set_theme_size and moved to hildon-gtk.h
7435
7436         * src/hildon-button.h
7437         * src/hildon-button.c: Use the new hildon-gtk.[ch] functions.
7438
7439 2008-08-07  Alberto Garcia  <agarcia@igalia.com>
7440
7441         * src/hildon-button.c (hildon_button_init)
7442         (hildon_button_set_arrangement, hildon_button_construct_child):
7443         Pack the image and the labels inside the same GtkAlignment so
7444         gtk_button_set_alignment() can be used
7445
7446 2008-08-07  Alberto Garcia  <agarcia@igalia.com>
7447
7448         * src/hildon-button.h
7449         * src/hildon-button.c
7450         (hildon_button_init, hildon_button_set_image)
7451         (hildon_button_set_image_position)
7452         (hildon_button_construct_child): New functions to add an image to
7453         the HildonButton.
7454
7455 2008-08-07  Alberto Garcia  <agarcia@igalia.com>
7456
7457         * src/hildon-date-button.c
7458         * src/hildon-picker-button.c
7459         * src/hildon-time-button.c
7460         * src/hildon-button.c:
7461         (hildon_button_class_init): "size-flags" renamed to "size"
7462         (hildon_button_set_title): Hide the title label if set to NULL.
7463
7464 2008-08-07  Alberto Garcia  <agarcia@igalia.com>
7465
7466         HildonButtonFlags split into HildonButtonArrangement (to set the
7467         button layout) and HildonSizeType (which can be used for any
7468         widget).
7469
7470         * src/hildon-button.h
7471         * src/hildon-button.c
7472         (hildon_button_class_init)
7473         (hildon_button_set_arrangement)
7474         (hildon_button_set_property): New "size-flags"
7475         property. "arrangement-flags" renamed to "arrangement".
7476         (hildon_button_new, hildon_button_new_with_text)
7477         (hildon_button_new_full): Constructors updated to reflect type changes.
7478
7479         * src/hildon-helper.h
7480         * src/hildon-helper.c (hildon_helper_set_theme_size): New function
7481         to set the size of a widget.
7482
7483         * src/Makefile.am
7484         * src/hildon.h
7485         * src/hildon-button-helpers.c
7486         * src/hildon-button-helpers.h: New hildon-button-helpers module.
7487
7488         * src/hildon-date-button.c
7489         * src/hildon-date-button.h
7490         * src/hildon-picker-button.c
7491         * src/hildon-picker-button.h
7492         * src/hildon-time-button.c
7493         * src/hildon-time-button.h: Updated widgets to reflect
7494         HildonButton API changes.
7495
7496         * examples/hildon-button-example.c
7497         * examples/hildon-date-button-example.c
7498         * examples/hildon-picker-button-example.c
7499         * examples/hildon-picker-button-multicolumn-example.c
7500         * examples/hildon-time-button-example.c
7501         * examples/hildon-touch-selector-entry-example.c
7502         * examples/hildon-touch-selector-example.c: Updated examples to
7503         reflect HildonButton API changes.
7504
7505 2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>
7506
7507         * doc/hildon-docs.sgml:
7508         * doc/hildon.types:
7509         * examples/Makefile.am:
7510         * examples/hildon-touch-selector-entry-example.c:
7511         * src/Makefile.am:
7512         * src/hildon-touch-selector-entry.c:
7513         * src/hildon-touch-selector-entry.h:
7514         * src/hildon.h:
7515
7516         Moved HildonTouchSelectorEntry from sandbox. Added its
7517         documentation and examples.
7518
7519 2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>
7520
7521         * src/hildon-touch-selector.h:
7522         * examples/hildon-picker-button-multicolumn-example.c:
7523         (hildon_touch_selector_append_text_column): Add a gboolean
7524         parameter to determine if text must be centered in the column.
7525
7526         * src/hildon-date-selector.c: (hildon_date_selector_init):
7527         * src/hildon-time-selector.c: (hildon_time_selector_init):
7528         * src/hildon-touch-selector.c: (hildon_touch_selector_new_text),
7529         (create_touch_selector): Update widgets and example to reflect
7530         the API change.
7531
7532 2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>
7533
7534         * src/hildon-touch-selector.c:
7535         (hildon_touch_selector_set_active_iter): Set also the cursor in
7536         the active row.
7537
7538 2008-08-06  Alberto Garcia  <agarcia@igalia.com>
7539
7540         * doc/hildon-docs.sgml
7541         * doc/hildon.types
7542         * src/Makefile.am
7543         * src/hildon-toggle-button.c
7544         * src/hildon-toggle-button.h
7545         * src/hildon.h: Removed HildonToggleButton widget, a derived
7546         class is not necessary for this.
7547
7548 2008-08-06  Alejandro G. Castro  <alex@igalia.com>
7549
7550         * src/hildon-pannable-area.c,
7551         (hildon_pannable_area_realize),
7552         (hildon_pannable_area_size_allocate): Code refactoring, add tests
7553         for negative sizes.
7554
7555 2008-08-05  Claudio Saavedra  <csaavedra@igalia.com>
7556
7557         * src/hildon-picker-dialog.c: (hildon_picker_dialog_init): Make the
7558         "done" button the default widget for the dialog.
7559
7560 2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>
7561
7562         * src/hildon-touch-selector.c:
7563         (hildon_touch_selector_class_init),
7564         (hildon_touch_selector_get_property),
7565         (_hildon_touch_selector_set_model),
7566         (_hildon_touch_selector_has_multiple_selection),
7567         (hildon_touch_selector_has_multiple_selection):
7568         Add a "has-multiple-selection" property with a virtual
7569         has_multiple_selection() method to allow derived classes to
7570         override the default value for it. See the method and property
7571         documentation for details.
7572
7573         * src/hildon-touch-selector.h: Add the new API.
7574
7575         * src/hildon-picker-dialog.c: (requires_done_button): Call
7576         hildon_touch_selector_has_multiple_selection() instead of
7577         determining the need for a button itself.
7578
7579 2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>
7580
7581         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init),
7582         (_hildon_touch_selector_set_model),
7583         (hildon_touch_selector_set_model): Move working code to
7584         _hildon_touch_selector_set_mode(). Call the class method instead.
7585
7586         * src/hildon-touch-selector.h: Add (*set_model) to
7587         HildonTouchSelectorClass.
7588
7589         Make hildon_touch_selector_set_model() a virtual method, so that
7590         derived classes can extend it and do fancy stuff with the model.
7591
7592 2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>
7593
7594         * configure.ac: Set back the tarname in AC_INIT to hildon.
7595
7596 2008-08-04  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>
7597
7598         Release 2.1.3
7599
7600         * src/hildon-sound.c (hildon_play_system_sound): Use libcanberra
7601         instead of libesd (NB#86876). Volume handling is still an open issue.
7602
7603         * configure.ac, src/Makefile.am: Replace esd with libcanberra. Some
7604         cleanups.
7605
7606 2008-08-01  Claudio Saavedra  <csaavedra@igalia.com>
7607
7608         * src/hildon-touch-selector.c: (hildon_touch_selector_init),
7609         (hildon_touch_selector_append_column): Make the widget a GtkVBox
7610         derived class to ease placement of an entry widget in
7611         HildonTouchSelectorEntry. Added a private GtkHBox, packed at the
7612         end, where the selector columns are packed now.
7613
7614 2008-08-01  Claudio Saavedra  <csaavedra@igalia.com>
7615
7616         * src/hildon-picker-button.c: Removed the simple _text() API.
7617         * src/hildon-picker-button.h: Likewise.
7618
7619         * src/hildon-touch-selector.h:
7620         * src/hildon-touch-selector.c:
7621         (hildon_touch_selector_new_text),
7622         (hildon_touch_selector_append_text),
7623         (hildon_touch_selector_prepend_text),
7624         (hildon_touch_selector_insert_text):
7625
7626         Moved the simple _text() API from HildonPickerButton to
7627         HildonTouchPicker, to provide better escalability and not to tie
7628         that API to HildonPickerButton.
7629
7630         * examples/hildon-picker-button-example.c: (main): Example updated.
7631
7632 2008-07-31  Alberto Garcia  <agarcia@igalia.com>
7633
7634         * src/hildon-button.c: Updated documentation.
7635
7636         * examples/hildon-button-example.c: Add the posibility to create
7637         the buttons using horizontal layout for title and value.
7638
7639 2008-07-31  Alberto Garcia  <agarcia@igalia.com>
7640
7641         * src/hildon-app-menu-private.h
7642         * src/hildon-app-menu.c (hildon_app_menu_add_filter)
7643         (hildon_app_menu_init, hildon_app_menu_finalize): Don't use a
7644         GtkSizeGroup for the filters, use the 'homogeneous' property of
7645         the box instead.
7646
7647 2008-07-31  Alberto Garcia  <agarcia@igalia.com>
7648
7649         * examples/hildon-button-example.c: Updated example.
7650
7651 2008-07-30  Claudio Saavedra  <csaavedra@igalia.com>
7652
7653         * doc/hildon-docs.sgml:
7654         * doc/hildon.types:
7655
7656         Update documentation.
7657
7658         * examples/Makefile.am: Update renamed examples.
7659
7660         * examples/hildon-picker-button-multicolumn-example.c:
7661         (create_touch_selector), (main): Update after the rename.
7662
7663         * examples/hildon-touch-picker-example.c: Removed.
7664         * examples/hildon-touch-selector-example.c: (value_changed),
7665         (create_selector), (get_visible_content), (main): Renamed from
7666         hildon-touch-picker-example.c
7667
7668         * src/Makefile.am: Updated renamed files.
7669
7670         * src/hildon-date-button.c: (hildon_date_button_init),
7671         (hildon_date_button_get_date), (hildon_date_button_set_date):
7672         * src/hildon-date-selector.c: (hildon_date_selector_init),
7673         (_custom_print_func), (_update_day_model),
7674         (_manage_selector_change_cb),
7675         (hildon_date_selector_select_current_date),
7676         (hildon_date_selector_get_date), (hildon_date_selector_select_day):
7677         * src/hildon-date-selector.h:
7678         * src/hildon-picker-button.c: (hildon_picker_button_get_property),
7679         (hildon_picker_button_set_property),
7680         (hildon_picker_button_clicked), (hildon_picker_button_class_init),
7681         (hildon_picker_button_init), (hildon_picker_button_new_text),
7682         (hildon_picker_button_append_text),
7683         (hildon_picker_button_prepend_text),
7684         (hildon_picker_button_insert_text),
7685         (hildon_picker_button_set_selector),
7686         (hildon_picker_button_get_selector):
7687         * src/hildon-picker-button.h:
7688         * src/hildon-picker-dialog.c: (hildon_picker_dialog_class_init),
7689         (hildon_picker_dialog_init), (_select_on_selector_changed_cb),
7690         (_update_title_on_selector_changed_cb), (requires_done_button),
7691         (_hildon_picker_dialog_set_selector),
7692         (hildon_picker_dialog_set_selector),
7693         (hildon_picker_dialog_get_selector):
7694         * src/hildon-picker-dialog.h:
7695         * src/hildon-time-button.c: (hildon_time_button_init),
7696         (hildon_time_button_get_time), (hildon_time_button_set_time):
7697         * src/hildon-time-selector.c: (hildon_time_selector_init),
7698         (_custom_print_func), (_manage_ampm_selection_cb), (_set_pm),
7699         (hildon_time_selector_set_time), (hildon_time_selector_get_time):
7700         * src/hildon-time-selector.h:
7701         * src/hildon.h:
7702
7703         Massive code updates after the rename.
7704
7705         * src/hildon-touch-picker.c: Removed.
7706         * src/hildon-touch-picker.h: Removed.
7707
7708         * src/hildon-touch-selector.c: (hildon_touch_selector_class_init),
7709         (hildon_touch_selector_init), (hildon_touch_selector_map),
7710         (hildon_touch_selector_remove), (_default_print_func),
7711         (_selection_changed_cb), (_create_new_column),
7712         (hildon_touch_selector_new), (hildon_touch_selector_append_column),
7713         (hildon_touch_selector_append_text_column),
7714         (hildon_touch_selector_remove_column),
7715         (hildon_touch_selector_set_column_attributes),
7716         (hildon_touch_selector_insert_column),
7717         (hildon_touch_selector_get_num_columns),
7718         (hildon_touch_selector_get_column_selection_mode),
7719         (hildon_touch_selector_set_column_selection_mode),
7720         (hildon_touch_selector_set_print_func),
7721         (hildon_touch_selector_get_print_func),
7722         (hildon_touch_selector_get_active_iter),
7723         (hildon_touch_selector_set_active_iter),
7724         (hildon_touch_selector_get_selected_rows),
7725         (hildon_touch_selector_get_model),
7726         (hildon_touch_selector_set_model),
7727         (hildon_touch_selector_get_current_text),
7728         (_hildon_touch_selector_center_on_selected_items):
7729         * src/hildon-touch-selector.h: Renamed from
7730         hildon-touch-picker.[ch]
7731
7732         Rename HildonTouchPicker to HildonTouchSelector. Updated all the
7733         references, code examples, and related documentation.
7734
7735 2008-07-30  Alberto Garcia  <agarcia@igalia.com>
7736
7737         * doc/hildon-docs.sgml
7738         * doc/hildon.types
7739         * src/Makefile.am
7740         * src/hildon-toggle-button.c
7741         * src/hildon-toggle-button.h
7742         * src/hildon.h: New HildonToggleButton widget.
7743
7744 2008-07-30  Alberto Garcia  <agarcia@igalia.com>
7745
7746         * src/hildon-button.c: Add API documentation.
7747         (hildon_button_set_size_groups): Check input parameters
7748
7749 2008-07-30  Alejandro G. Castro  <alex@igalia.com>
7750
7751         * src/hildon-pannable-area.c
7752         (hildon_pannable_area_motion_notify_cb): Avoid the first jumpy
7753         effect after reaching the movement thredshold. This way we start
7754         using the distance after passing the thredshold.
7755
7756 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7757
7758         * src/hildon-button.c: (hildon_button_set_property): Use the
7759         appropriate g_value_get_flags() method.
7760
7761 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7762
7763         * doc/hildon-docs.sgml:
7764         * doc/hildon.types:
7765
7766          Add the touch pickers, picker dialogs, and picker button widgets
7767         to the documentation.
7768
7769 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7770
7771         * src/hildon-button.c: (hildon_button_set_property),
7772         (hildon_button_class_init): Make "arrangement-flags" a proper
7773         G_TYPE_FLAGS derived property.
7774
7775 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7776
7777         * examples/Makefile.am: Add below examples.
7778         * examples/hildon-date-button-example.c:
7779         * examples/hildon-picker-button-example.c:
7780         * examples/hildon-picker-button-multicolumn-example.c:
7781         * examples/hildon-time-button-example.c:
7782         * examples/hildon-touch-picker-example.c:
7783
7784         Add examples for the recently added touch pickers,
7785         picker dialogs, and picker button widgets.
7786
7787 2008-07-29  Alberto Garcia  <agarcia@igalia.com>
7788
7789         * src/hildon-button.c: Add some API documentation
7790
7791 2008-07-29  Alberto Garcia  <agarcia@igalia.com>
7792
7793         * src/hildon-button.h
7794         * src/hildon-button.c
7795         (hildon_button_new)
7796         (hildon_button_new_with_text): New constructor to create a button
7797         with no text at all.
7798         (hildon_button_init, hildon_button_set_arrangement)
7799         (hildon_button_set_title, hildon_button_set_value)
7800         (hildon_button_set_text)
7801         (hildon_button_construct_child): Hide the value when it's not used
7802         so the rest of the text is properly aligned.
7803         Allow creating buttons with arbitrary widgets inside (not just
7804         title/value labels).
7805
7806         * examples/hildon-button-example.c (vertical_buttons_window)
7807         (horizontal_buttons_window): Update example to use new API.
7808
7809 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7810
7811         * src/Makefile.am: Added HildonTimeButton.
7812         * src/hildon-time-button.c: Added missing LGPL header.
7813         * src/hildon-time-button.h: Added missing LGPL header.
7814         * src/hildon.h: Add hildon-time-button.h
7815
7816         Copied HildonTimeButton from sandbox to trunk. Future work on this
7817         widget must take place in trunk.
7818
7819 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7820
7821         * src/Makefile.am: Added HildonDateButton.
7822         * src/hildon-date-button.c: Update includes.
7823         * src/hildon.h: Add hildon-date-button.h
7824
7825         Copied HildonDateButton from sandbox to trunk. Future work on this
7826         widget must take place in trunk.
7827
7828 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7829
7830         * src/Makefile.am: Added HildonPickerButton.
7831         * src/hildon-picker-button.h: Update includes.
7832         * src/hildon.h: Add hildon-picker-button.h
7833
7834         Copied HildonPickerButton from sandbox to trunk. Future work on
7835         this widget must take place in trunk.
7836
7837 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7838
7839         * src/Makefile.am: Added HildonPickerDialog.
7840         * src/hildon-picker-dialog.c: Update includes.
7841         * src/hildon.h: Add hildon-picker-dialog.h
7842
7843         Copied HildonPickerDialog from sandbox to trunk. Future work
7844         on this widget must take place in trunk.
7845
7846 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7847
7848         * src/Makefile.am: Added HildonTimeSelector.
7849         * src/hildon.h: Add hildon-time-selector.h
7850
7851         Copied HildonTimeSelector widget from sandbox to trunk. Future
7852         work on this widget must happen in trunk.
7853
7854 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7855
7856         * src/Makefile.am: Added HildonDateSelector.
7857         * src/hildon.h: Add hildon-date-selector.h
7858
7859         Copied HildonDateSelector widget from sandbox to trunk.  Future
7860         work on this widget must happen in trunk.
7861
7862 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7863
7864         * src/Makefile.am: Added HildonTouchPicker.
7865         * src/hildon-touch-picker.c: Update includes.
7866         * src/hildon.h: Add hildon-touch-picker.h
7867
7868         Copied HildonTouchPicker widget from sandbox to trunk. Future work
7869         on this widget must happen in trunk.
7870
7871 2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7872
7873         * src/hildon-pannable-area.c:
7874         (hildon_pannable_area_motion_notify_cb): Fix a typo.
7875
7876 2008-07-29  Alberto Garcia  <agarcia@igalia.com>
7877
7878         * examples/hildon-app-menu-example.c (main): Let the window
7879         destroy the menu.
7880
7881 2008-07-29  Alejandro G. Castro  <alex@igalia.com>
7882
7883         * src/hildon-pannable-area.c
7884         (hildon_pannable_area_class_init): Set the min value of the
7885         overshoot properties to zero, which points out that not
7886         overshooting allowed.
7887
7888 2008-07-29  Alejandro G. Castro  <alex@igalia.com>
7889
7890         Modified the procedure to get the widget at a point inside the
7891         pannable area when using the movement type signals. Now the user
7892         has to call a function to get the child, that way we just
7893         calculate the child in case the user really want to use it and not
7894         all the time.
7895
7896         * src/hildon-marshalers.list: Modified the marshallers, now we do
7897         not have the widget as a parameter.
7898
7899         * src/hildon-pannable-area.c
7900         (hildon_pannable_area_motion_notify_cb),
7901         (hildon_pannable_area_class_init),
7902         (hildon_pannable_get_child_widget_at):  Removed the widget
7903         parameter from the signal callback. We have also refactored the
7904         emission of the signals.
7905
7906         * src/hildon-pannable-area.h: Added a new method to the API to
7907         calculate a widget at a point inside the pannable area,
7908         hildon_pannable_get_child_widget_at.
7909
7910         * examples/hildon-pannable-area-example-4.c
7911         (horizontal_movement): Modified the example to use the new API,
7912         added condition to control which widget is under the event. This
7913         way we can avoid scrolling laterally over other widgets.
7914
7915 2008-07-29  Alejandro G. Castro  <alex@igalia.com>
7916
7917         * src/hildon-pannable-area.c
7918         (hildon_pannable_area_motion_notify_cb): Fixed bug handling the
7919         modes, we stop getting the pointer events due to returning the
7920         callback without properly calling the get pointer again. Fixed
7921         also an error using the hscroll and vscroll.
7922
7923 2008-07-28  Alberto Garcia  <agarcia@igalia.com>
7924
7925         * src/hildon-app-menu-private.h
7926         * src/hildon-app-menu.c (hildon_app_menu_button_press)
7927         (hildon_app_menu_button_release, hildon_app_menu_init)
7928         (hildon_app_menu_class_init): Don't hide the menu on button
7929         release if the user didn't press outside first.
7930
7931         * src/hildon-window.h
7932         * src/hildon-window.c (hildon_window_toggle_menu)
7933         (hildon_window_toggle_menu_real, hildon_window_class_init): Make
7934         hildon_window_toggle_menu a virtual function for the stackable
7935         window to override it.
7936
7937         * src/hildon-stackable-window.h
7938         * src/hildon-stackable-window-private.h
7939         * src/hildon-stackable-window.c
7940         (hildon_stackable_window_realize)
7941         (hildon_stackable_window_finalize)
7942         (hildon_stackable_window_class_init)
7943         (hildon_stackable_window_init)
7944         (hildon_stackable_window_set_main_menu): New function to set the
7945         app menu of a HildonStackableWindow.
7946
7947         * examples/hildon-app-menu-example.c: Remove the button to show
7948         the app menu, now it'll be shown when clicking on the title bar
7949         instead.
7950
7951 2008-07-22  Claudio Saavedra  <csaavedra@igalia.com>
7952
7953         * src/hildon-button.c: (hildon_button_set_arrangement): Do not
7954         set the widget name if the arrangement flags do not specify
7955         a particular size.
7956
7957 2008-07-22  Claudio Saavedra  <csaavedra@igalia.com>
7958
7959         * src/hildon-button.c: (hildon_button_set_property),
7960         (hildon_button_class_init), (hildon_button_new_full),
7961         (hildon_button_set_arrangement): Added "arrangement-flags"
7962         property.
7963
7964         Make the HildonButtonFlags a construction-only property, to allow
7965         subclasses to set them properly.
7966
7967 2008-07-21 Tim Janik  <timj@imendio.com>
7968
7969         * src/hildon-code-dialog.c (hildon_code_dialog_backspace): fixed up
7970         insertion position after backspace, so additional digits are appended,
7971         fixes Bug #85874.
7972
7973 2008-07-17  Alejandro G. Castro  <alex@igalia.com>
7974
7975         * src/hildon-pannable-area.c,
7976         (hildon_pannable_area_get_topmost): Cleaned the code, removed the
7977         TODO list, it was complete and removed the g_debug and g_print
7978         lines.
7979
7980 2008-07-17  Alejandro G. Castro  <alex@igalia.com>
7981
7982         Added the movement modes to the hildon-pannable-area, with this
7983         modes the developers can control in which directions the widget
7984         can scroll. They can also connect to signals in order to do
7985         something when that happens, allowing applications scroll. There
7986         is an example uploaded showing how to use it.
7987
7988         * examples/Makefile.am:
7989         * examples/hildon-pannable-area-example-4.c: Added this example of
7990         an application using the modes.
7991
7992         * src/hildon-marshalers.list: Added a new marshaller for the new
7993         signals.
7994
7995         * src/hildon-pannable-area.h: Added new enumerations and flags in
7996         order to control the movement modes and the new signals to warn
7997         about the movements in the area.
7998
7999         * src/hildon-pannable-area.c:
8000         (hildon_pannable_axis_scroll),
8001         (hildon_pannable_area_scroll),
8002         (hildon_pannable_area_motion_notify_cb),
8003         (hildon_pannable_area_get_property),
8004         (hildon_pannable_area_set_property),
8005         (hildon_pannable_area_map),
8006         (hildon_pannable_area_class_init),
8007         (hildon_pannable_area_init),
8008         (hildon_pannable_area_jump_to): Added the modes to control the
8009         movement in the widget. We have added properties to control it,
8010         signals to warn about the movements and refactored some code.
8011
8012 2008-07-15  Alejandro G. Castro  <alex@igalia.com>
8013
8014         Changes required in order to allow vfast_factor set to zero to
8015         work properly.
8016
8017         * src/hildon-pannable-area.c:
8018         (hildon_pannable_area_button_press_cb): Changed the condition, it
8019         is required for not allowing click when vfast_factor is zero.
8020         (hildon_pannable_area_timeout): Initialized velocity variables
8021         when we stop moving, it was less than 1 but not zero and we need
8022         to check zero in some situations.
8023         (hildon_pannable_area_class_init): Changed the default value of
8024         the speed factor, now the button_press is just sent in case the
8025         speed is 2 per cent of the max speed.
8026         (hildon_pannable_area_init): Initialization with 0.
8027
8028 2008-07-04  Alejandro G. Castro  <alex@igalia.com>
8029
8030         * src/hildon-pannable-area.c,
8031         (hildon_pannable_area_get_topmost): replaced
8032         gdk_window_get_children with gdk_window_peek_children, this way we
8033         do not have to free the list because it is not a copy.
8034
8035         (hildon_pannable_axis_scroll),
8036         (hildon_pannable_area_scroll),
8037         (hildon_pannable_area_timeout),
8038         (hildon_pannable_area_motion_notify_cb): Code refactoring, removed
8039         two parameters that were only used inside the
8040         hildon_pannable_area_scroll function.
8041
8042         * examples/hildon-pannable-area-example.c,
8043         (get_sawtooth_label): Fixed small memory leak.
8044
8045 2008-07-03  Alejandro G. Castro  <alex@igalia.com>
8046
8047         More checks for the case where the overshoot is bigger than the
8048         size of the widget.
8049
8050         * src/hildon-pannable-area.c:
8051         (hildon_pannable_draw_vscroll),
8052         (hildon_pannable_draw_hscroll): with this new calculation we avoid
8053         to draw the slider of the scrollbar under the other scrollbar.
8054         (hildon_pannable_area_expose_event): added new checks to control
8055         the drawing of the overshooting area rectangle, in case it is too
8056         big for the area of the widget.
8057         (hildon_pannable_area_size_allocate): add more checks to avoid
8058         setting a position to the child widget outside the area.
8059
8060 2008-07-03  Alejandro G. Castro  <alex@igalia.com>
8061
8062         * src/hildon-pannable-area.c
8063         (hildon_pannable_area_size_allocate): Added conditions to control
8064         when overshooting is bigger than the allocated space for the
8065         children, this avoids negative allocations.
8066
8067 2008-07-02  Alberto Garcia  <agarcia@igalia.com>
8068
8069         * doc/hildon-docs.sgml
8070         * doc/hildon.types
8071         * examples/Makefile.am
8072         * examples/hildon-button-example.c
8073         * src/Makefile.am
8074         * src/hildon-button.c
8075         * src/hildon-button.h
8076         * src/hildon.h: Initial version of the new HildonButton widget,
8077         with examples.
8078
8079 2008-07-02  Claudio Saavedra  <csaavedra@igalia.com>
8080
8081         * src/hildon-pannable-area.c:
8082         (hildon_pannable_area_button_press_cb),
8083         (hildon_pannable_area_refresh), (hildon_pannable_area_scroll),
8084         (hildon_pannable_area_motion_notify_cb),
8085         (hildon_pannable_area_button_release_cb),
8086         (hildon_pannable_area_expose_event), (hildon_pannable_area_remove),
8087         (hildon_pannable_area_jump_to_child):
8088
8089         Use gtk_bin_get_child() instead of accessing GtkBin.child directly.
8090
8091 2008-07-01  Alberto Garcia  <agarcia@igalia.com>
8092
8093         * examples/Makefile.am
8094         * examples/hildon-pannable-area-touch-grid-example.c
8095         * examples/hildon-pannable-area-touch-list-example.c: Examples of
8096         the Hildon Touch List and Hildon Touch Grid using the
8097         HildonPannableArea widget.
8098
8099 2008-06-27  Alejandro G. Castro <alex@igalia.com>
8100
8101         * src/hildon-pannable-area.c,
8102         (hildon_pannable_area_button_press_cb),
8103         (hildon_pannable_area_refresh),
8104         (hildon_pannable_area_scroll),
8105         (hildon_pannable_area_motion_notify_cb),
8106         (hildon_pannable_area_button_release_cb),
8107         (hildon_pannable_area_expose_event),
8108         (hildon_pannable_area_add),
8109         (hildon_pannable_area_remove),
8110         (hildon_pannable_area_realize),
8111         (hildon_pannable_area_size_allocate),
8112         (hildon_pannable_area_class_init),
8113         (hildon_pannable_area_init),
8114         (hildon_pannable_area_scroll_to_child),
8115         (hildon_pannable_area_jump_to_child): Fixed the problem of
8116         removing the child from the GtkBin, we have rearranged the widget
8117         hierarchy, now there is no GtkAlignment which was not doing
8118         anything interesting but breaking some of the assumptions of
8119         GtkContainer. Now developers if they want to add a GtkAlignment
8120         they could, but it is not inside the area.
8121
8122         We had to review the whole allocation/expose process, now it is
8123         improved and we save at least three signals which would be saving
8124         some time when rendering the widget. The allocation of the
8125         scrollbars is now made in the allocate method as usual.
8126
8127         We have also added some conditions in order to control when there
8128         is no child of the pannable area. Maybe we will need more work
8129         here.
8130
8131 2008-06-27  Alejandro G. Castro <alex@igalia.com>
8132
8133         * src/hildon-pannable-area.c,
8134         (hildon_pannable_area_dispose): Released the fade-out timeout when
8135         disposing the widget.
8136
8137 2008-06-27  Alejandro G. Castro <alex@igalia.com>
8138
8139         * src/hildon-pannable-area.c: Fixed problem when overshoot_max is
8140         zero, we are going to use that property in order to deactivate the
8141         overshooting
8142         (hildon_pannable_axis_scroll),
8143         (hildon_pannable_area_size_allocate): Added conditions to control
8144         when overshoot_max is zero. Moved the gtk_adjustment_set_value
8145         call, now it is called in all situations and we can remove calls
8146         in the allocate method.
8147         (hildon_pannable_area_map): Control the situation when
8148         overshoot_max is zero, we do not need the timeout.
8149         (hildon_pannable_area_class_init): Added documentation in order to
8150         point out that setting zero to overshoot_max means deactivate
8151         overshooting.
8152
8153         NOTE: removed trailing whitespaces from my previous comments of
8154         the Changelog.
8155
8156 2008-06-26  Claudio Saavedra  <csaavedra@igalia.com>
8157
8158         * src/hildon-pannable-area.c
8159         (hildon_pannable_area_get_property),
8160         (hildon_pannable_area_set_property),
8161         (hildon_pannable_area_map),
8162         (hildon_pannable_area_class_init),
8163         (hildon_pannable_area_init): Add a boolean "initial-hint" property
8164         to cause the widget give a hint about its panning abilities upon
8165         realization.
8166
8167 2008-06-26  Claudio Saavedra  <csaavedra@igalia.com>
8168
8169         * src/hildon-pannable-area.c: Several documentation improvements.
8170
8171 2008-06-26  Alberto Garcia  <agarcia@igalia.com>
8172
8173         * src/hildon-program.c
8174         * src/hildon-stackable-window.c: Update documentation.
8175
8176 2008-06-26  Alberto Garcia  <agarcia@igalia.com>
8177
8178         * src/hildon-stackable-window.c (get_previous_window_if_last):
8179         Renamed get_last_window()
8180         (hildon_stackable_window_map, hildon_stackable_window_unmap)
8181         (hildon_stackable_window_unset_program):
8182         Simplified code.
8183         (get_previous_window_if_last):
8184         Detect if the window hasn't been added to a HildonProgram.
8185
8186 2008-06-26  Alejandro G. Castro <alex@igalia.com>
8187
8188         contributed and reviewed by: Claudio Saavedra <csaavedra@igalia.com>
8189
8190         * src/hildon-pannable-area.c
8191         (hildon_pannable_area_button_press_cb),
8192         (hildon_pannable_axis_scroll),
8193         (hildon_pannable_area_scroll),
8194         (hildon_pannable_area_timeout),
8195         (hildon_pannable_calculate_vel_factor),
8196         (hildon_pannable_area_get_property),
8197         (hildon_pannable_area_set_property),
8198         (hildon_pannable_area_class_init),
8199         (hildon_pannable_area_init),
8200         (hildon_pannable_area_scroll_to),
8201         (hildon_pannable_area_jump_to),
8202         (hildon_pannable_area_scroll_to_child),
8203         (hildon_pannable_area_jump_to_child):
8204         * src/hildon-pannable-area.h: Added the new API functions:
8205         hildon_pannable_area_scroll_to, hildon_pannable_area_jump_to,
8206         hildon_pannable_area_scroll_to_child,
8207         hildon_pannable_area_jump_to_child
8208
8209
8210         * examples/Makefile.am
8211         * examples/hildon-pannable-area-example-2.c
8212         * examples/hildon-pannable-area-example-3.c: Added these two new
8213         examples in order to test and show how the new APIs work.
8214
8215 2008-06-25  Alberto Garcia  <agarcia@igalia.com>
8216
8217         * examples/hildon-stackable-window-example.c (new_window):
8218         * src/Makefile.am (noinst_HEADERS):
8219         * src/hildon-program.c (hildon_program_go_to_root_window):
8220         * src/hildon-program.h:
8221         * src/hildon-stackable-window-private.h:
8222         * src/hildon-stackable-window.c:
8223         * src/hildon-stackable-window.h:
8224         Create hildon-stackable-window-private.h
8225         Move hildon_stackable_window_go_to_root_window() to HildonProgram
8226
8227         * examples/hildon-app-menu-example.c (create_menu):
8228         * examples/hildon-hvolumebar-insensitive-example.c (main):
8229         * examples/hildon-hvolumebar-timer-example.c (on_idle):
8230         * examples/hildon-toolbar-seekbar-example.c (main):
8231         * src/hildon-app-menu.c (hildon_app_menu_add_filter):
8232         * src/hildon-banner.c (hildon_banner_set_property):
8233         * src/hildon-dialog.c (hildon_dialog_new_with_buttons):
8234         Fix compilation warnings
8235
8236         * src/hildon-window.c:
8237         Fix typo in doc
8238
8239 2008-06-24  Alberto Garcia  <agarcia@igalia.com>
8240
8241         * src/hildon-stackable-window.c
8242         (hildon_stackable_window_unset_program):
8243         Calculate correctly whether to show the previous window if the
8244         last one is removed from the stack.
8245         (hildon_stackable_window_go_to_root_window):
8246         Send delete events starting from the topmost window.
8247         Stop if one of the windows is not destroyed.
8248         Update doc.
8249         (hildon_stackable_window_delete_event)
8250         (hildon_stackable_window_class_init):
8251         Ignore the delete event if the window is not the topmost one.
8252
8253 2008-06-24  Alejandro G. Castro <alex@igalia.com>
8254
8255         * src/hildon-pannable-area.c
8256         (hildon_pannable_area_expose_event): Fixed a problem when
8257         selecting the background color of the scrollbars.
8258
8259 2008-06-23  Alberto Garcia  <agarcia@igalia.com>
8260
8261         * examples/hildon-stackable-window-example.c
8262         * src/hildon-stackable-window.c
8263         * src/hildon-stackable-window.h
8264         hildon_stackable_window_go_home() renamed to
8265         hildon_stackable_window_go_to_root_window()
8266         Send delete events to windows rather than closing them with
8267         gtk_widget_destroy()
8268
8269 2008-06-19  Alberto Garcia  <agarcia@igalia.com>
8270
8271         * src/hildon-pannable-area.c
8272         (hildon_pannable_area_button_release_cb): Fix overshooting in
8273         accel mode.
8274
8275 2008-06-19  Claudio Saavedra  <csaavedra@igalia.com>
8276
8277         * src/hildon-pannable-area.c
8278         (hildon_pannable_area_init): Initially show the scroll indicators.
8279         (hildon_pannable_area_map): Fade the scroll indicators out upon mapping.
8280
8281         Add initial effect showing the widget is pannable.
8282
8283 2008-06-19  Alberto Garcia  <agarcia@igalia.com>
8284
8285         * src/hildon-pannable-area.c
8286         (hildon_pannable_area_class_init)
8287         (hildon_pannable_area_set_property)
8288         (hildon_pannable_area_get_property)
8289         (hildon_pannable_area_button_press_cb):
8290         New 'velocity_fast_factor' property to decide which velocity is
8291         considered fast.
8292
8293 2008-06-19  Claudio Saavedra  <csaavedra@igalia.com>
8294
8295         * src/hildon-pannable-area.c
8296         (hildon_pannable_draw_hscroll)
8297         (hildon_pannable_draw_vscroll):
8298         Use float variables to calculate the size of the scrollbars to
8299         avoid error propagation and resizing during scrolling.
8300
8301 2008-06-19  Alberto Garcia  <agarcia@igalia.com>
8302
8303         * src/hildon-pannable-area.c
8304         (hildon_pannable_draw_vscroll)
8305         (hildon_pannable_draw_hscroll):
8306         Define a minimum size for the scroll bars
8307
8308         * src/hildon-stackable-window.c
8309         (hildon_stackable_window_go_home): Fix compilation warning
8310         (get_last_window): Minor optimizations
8311         (hildon_stackable_window_class_init): Fix initialization of
8312         private structure.
8313
8314 2008-06-18  Alberto Garcia  <agarcia@igalia.com>
8315
8316         * src/hildon-stackable-window.c: Fixed typos in doc
8317
8318 2008-06-18  Claudio Saavedra  <csaavedra@igalia.com>
8319
8320         * src/hildon-pannable-area.c
8321         (hildon_pannable_area_scroll):
8322         Calculate here whether we need to scroll instead of using the booleans
8323         that tell us whether to /draw/ the scrolling bars.
8324
8325 2008-06-17  Claudio Saavedra  <csaavedra@igalia.com>
8326
8327         * src/hildon-app-menu.h
8328         Update API.
8329         * src/hildon-app-menu.c
8330         (hildon_app_menu_init, hildon_app_menu_class_init): Remove
8331         multiple filter groups related code and API. Now we support only
8332         one filter group.
8333         * examples/hildon-app-menu-example.c:
8334         (create_menu):
8335         Update to reflect API changes.
8336
8337 2008-06-16  Claudio Saavedra  <csaavedra@igalia.com>
8338
8339         * src/hildon-stackable-window.c
8340         (hildon_stackable_window_class_init):
8341         Add hildon_stackable_window_realize.
8342         (hildon_stackable_window_realize):
8343         Append the window type _HILDON_WM_WINDOW_TYPE_STACKABLE to
8344         the _NET_WM_WINDOW_TYPE hint. Window managers should use this type
8345         to apply theming and behavior specific to HildonStackableWindow
8346         windows.
8347
8348 2008-06-12  Alberto Garcia  <agarcia@igalia.com>
8349
8350         * src/hildon-note.c (hildon_note_button_release):
8351         Close information notes also when tapping on them
8352
8353 2008-06-12  Alejandro G. Castro <alex@igalia.com>
8354
8355         Added BOUNCE_STEPS define to control the overshoot effect. Removed
8356         ELASTICITY, refactor and review, fix some issues with drawing
8357         scrollbars.
8358
8359         * src/hildon-pannable-area.c:
8360         (hildon_pannable_area_button_press_cb): removed the conditions to
8361         avoid clicks when overshooting. It is not required
8362
8363         (hildon_pannable_axis_scroll): Added BOUNCE_STEPS
8364         define. Refatored and reviewed the code, now we do not need to
8365         manage velocity in motion_notify.
8366
8367         (hildon_pannable_area_motion_notify_cb): We have moved the code
8368         that controls the area_scroll to the axis_scroll function and get
8369         rid of duplicated code.
8370
8371         (hildon_pannable_area_scroll): Remove the ELASTICITY define.
8372
8373         (hildon_pannable_area_button_release_cb): Added BOUNCE_STEPS.
8374
8375         (hildon_pannable_draw_vscroll),
8376         (hildon_pannable_draw_hscroll): Fixed the problems with the
8377         scrollbar drawing, now we do not use two surfaces, it is easier
8378         and saves resources.
8379
8380         (hildon_pannable_area_get_property): Style modification.
8381
8382         (hildon_pannable_area_class_init): Changed some default values.
8383
8384 2008-06-12  Claudio Saavedra  <csaavedra@igalia.com>
8385
8386         * src/hildon-stackable-window.c: Fix some typos in the
8387         documentation.
8388
8389 2008-06-12  Alberto Garcia  <agarcia@igalia.com>
8390
8391         * src/hildon-dialog.c:
8392         Change indentation style
8393
8394         * src/hildon-note.c
8395         (hildon_note_button_release):
8396         Use root coordinates to check if the release event happened
8397         outside the widget.
8398
8399         * src/hildon-app-menu.c
8400         (hildon_app_menu_button_release):
8401         Remove unnecessary check
8402
8403         * examples/hildon-app-menu-example.c
8404         (button_clicked):
8405         Add cast to fix warning
8406
8407         * src/hildon-app-menu.c
8408         (hildon_app_menu_class_init):
8409         New inner-border style property.
8410         Set all default spacings to 16
8411         (hildon_app_menu_init):
8412         Use vertical-spacing to set the space between filter buttons and
8413         regular menu buttons.
8414         Set the default container border using the inner-border value.
8415
8416         * examples/hildon-app-menu-example.c
8417         (create_menu):
8418         Don't set the menu border explicitly, now we have the inner-border
8419         style property for that.
8420
8421 2008-06-11  Alberto Garcia  <agarcia@igalia.com>
8422
8423         * src/hildon-app-menu.c (hildon_app_menu_init):
8424         Make the window modal
8425
8426         * src/hildon-note.c (hildon_note_map)
8427         * src/hildon-app-menu.c (hildon_app_menu_map):
8428         Destroy the grab window if we're unable to grab the pointer
8429
8430         * src/hildon-app-menu-private.h
8431         * src/hildon-app-menu.c
8432         (hildon_app_menu_init, hildon_app_menu_finalize)
8433         (hildon_app_menu_map, hildon_app_menu_unmap)
8434         (hildon_app_menu_button_release)
8435         (grab_transfer_window_get):
8436         Bring back the grab window
8437         (hildon_app_menu_realize):
8438         Decorate the window, set WM hint for Matchbox
8439
8440         * src/hildon-note.c (hildon_note_realize):
8441         * src/hildon-banner.c (hildon_banner_realize):
8442         Add WM hints for Matchbox
8443
8444 2008-06-10  Alberto Garcia  <agarcia@igalia.com>
8445
8446         * src/hildon-app-menu-private.h
8447         * src/hildon-app-menu.c
8448         (hildon_app_menu_init, hildon_app_menu_finalize)
8449         (hildon_app_menu_map, hildon_app_menu_unmap)
8450         (hildon_app_menu_button_release):
8451         Remove the grab window, it's not needed anymore
8452
8453         * src/hildon-program.c
8454         Fixed typo in documentation
8455
8456         * src/hildon-app-menu.h
8457         * src/hildon-app-menu.c
8458         * examples/hildon-app-menu-example.c
8459         Remove hildon_app_menu_popup(), use gtk_widget_show() instead
8460
8461 2008-06-09  Alberto Garcia  <agarcia@igalia.com>
8462
8463         * src/hildon-note.c
8464         Added new transfer_window and close_if_pressed_outside private
8465         attributes.
8466         (hildon_note_rebuild):
8467         Don't add a cancel button to the information note. It will be
8468         closed when tapping outside
8469         Remove the comment about the OK button in the documentation
8470         (hildon_note_realize):
8471         Set the notification type hint
8472         (hildon_note_map, hildon_note_unmap, grab_transfer_window_get):
8473         Grab/ungrab pointer and keyboard if the note has to be closed when
8474         tapping outside
8475         (hildon_note_button_release):
8476         Close the note when tapping outside (if applicable)
8477
8478         * src/hildon-app-menu.c
8479         Grab/ungrab pointer and keyboard on map/unmap
8480         (hildon_app_menu_button_release, hildon_app_menu_class_init):
8481         Close the menu on button release, not button press
8482
8483         * src/hildon-banner.c
8484         (hildon_banner_set_property)
8485         (hildon_banner_check_position):
8486         Make the banner use the full width of the screen
8487         (hildon_banner_show_information)
8488         (hildon_banner_show_information_with_markup):
8489         Don't display an icon by default
8490
8491 2008-06-09  Alejandro G. Castro <alex@igalia.com>
8492
8493         Added fading scrollbars and adapted all the overshooting code to
8494         horizontal scrolling. We have also fixed bugs with overshooting
8495         and current fading implementation.
8496
8497         * src/hildon-pannable-area.c
8498         (hildon_pannable_area_scroll_indicator_fade): Time out function
8499         used to change the transparency of the scrollbars.
8500
8501         (hildon_pannable_area_button_press_cb): Added horizontal overshot
8502         control and fixed a problem with fading, we now remove the fade
8503         timeout before adding a new one.
8504
8505         (hildon_pannable_axis_scroll):
8506         (hildon_pannable_area_scroll):
8507         (hildon_pannable_area_timeout): Added this functions so we can use
8508         the scroll code both for vertical and horizontal.
8509
8510         (hildon_pannable_area_motion_notify_cb):
8511         (hildon_pannable_area_button_release_cb): Added the horizontal
8512         scrolling control, fixed a problem with the overshooting timeout.
8513
8514         (rgb_from_gdkcolor): Added this function, it is used in the cairo
8515         painting of the scrolls.
8516
8517         (hildon_pannable_draw_vscroll):
8518         (hildon_pannable_draw_hscroll):
8519         (hildon_pannable_area_expose_event):
8520         Draw both scrollbars and rectangles in the overshooting area.
8521
8522         (hildon_pannable_area_get_property):
8523         (hildon_pannable_area_set_property):
8524         Modified the overshoot property to overshoot_max
8525
8526         (hildon_pannable_area_map):
8527         Replaced the comments symbols.
8528
8529         (hildon_pannable_area_size_allocate):
8530         (hildon_pannable_area_class_init):
8531         (hildon_pannable_area_init): Added horizontal scroll, fading
8532         effect properties, fixed a problem when overshooting in the bottom
8533         of the widget.
8534
8535         * examples/hildon-pannable-area-example.c:
8536         (get_sawtooth_label): Now we use smaller sawtooths, the effect
8537         looks better in the example.
8538
8539 2008-06-03  Alberto Garcia  <agarcia@igalia.com>
8540
8541         * src/hildon-window.c
8542         * src/hildon-window.h
8543         (hildon_window_class_init)
8544         (hildon_window_unset_program)
8545         (hildon_window_unset_program_real):
8546         Make unset_program a virtual function
8547
8548         * src/hildon-stackable-window.c
8549         * src/hildon-stackable-window.h
8550         Added hildon_stackable_window_go_home()
8551
8552         * examples/Makefile.am
8553         * examples/hildon-stackable-window-example.c
8554         HildonStackableWindow example
8555
8556 2008-06-03 Alejandro G. Castro <alex@igalia.com>
8557
8558         * hildon-pannable-area.c: Added the overshoot property and removed
8559         the OVERSHOOT define. Fixed an indent style error.
8560         (hildon_pannable_area_motion_notify_cb):
8561         (hildon_pannable_area_get_property):
8562         (hildon_pannable_area_set_property): Add overshoot property.
8563
8564         (hildon_pannable_area_scroll): replaced OVERSHOOT define with
8565         overshoot property.
8566
8567         (hildon_pannable_area_class_init): Installed the new property.
8568
8569         * hildon-pannable-area-example.c: Added a sawtooth function, this
8570         way it is easier to check the movement in the pannable.
8571         (get_sawtooth_label): Added this function.
8572         (main): Now we get the labels from the new get_sawtooth_label
8573         function.
8574
8575 2008-05-26  Alberto Garcia  <agarcia@igalia.com>
8576
8577         * src/hildon-app-menu.h
8578         * src/hildon-app-menu.c
8579         Renamed API variables for consistency
8580
8581         (hildon_app_menu_popup): Use also the default window size to
8582         decide where to place the menu
8583
8584         (hildon_app_menu_init, hildon_app_menu_class_init): New
8585         external-border style property
8586
8587 2008-05-26  Michael Natterer  <mitch@imendio.com>
8588
8589         * src/hildon-time-editor.c (hildon_time_editor_class_init): The
8590         widget_class->tap_and_hold_setup signal slot doesn't exist any
8591         longer, stop overriding it.
8592
8593         (hildon_time_editor_init): g_signal_connect() to the
8594         tap-and-hold-setup signal instead.
8595
8596         (hildon_time_editor_entry_keypress): add cast to fix warning.
8597
8598 2008-05-23  Alberto Garcia  <agarcia@igalia.com>
8599
8600         * doc/hildon-docs.sgml
8601         * doc/hildon.types
8602         * examples/Makefile.am
8603         * examples/hildon-app-menu-example.c
8604         * src/Makefile.am
8605         * src/hildon-app-menu-private.h
8606         * src/hildon-app-menu.c
8607         * src/hildon-app-menu.h
8608         * src/hildon.h
8609         New HildonAppMenu widget
8610
8611 2008-05-21 Alejandro G. Castro <alex@igalia.com>
8612
8613         Rearranged the inheritance of the pannable area, now it inherits
8614         from GtkBin. This will allow us to control the event_window and
8615         the allocation process of the widget, required for some effects.
8616
8617         * src/hildon-pannable-area.h: Replaced GtkEventBox structures with
8618         GtkBin structures.  * src/hildon-pannable-area.c: Added the
8619         event_window variable.
8620         (hildon_pannable_area_button_press_cb):
8621         (hildon_pannable_area_button_release_cb):
8622         (hildon_pannable_area_motion_notify_cb):
8623         Changed the signature of the method, now we override the event
8624         callback instead of connecting to the signal.
8625
8626         (hildon_pannable_area_realize):
8627         (hildon_pannable_area_unrealize):
8628         (hildon_pannable_area_map):
8629         (hildon_pannable_area_unmap):
8630         (hildon_pannable_area_size_allocate):
8631         Added functions to control the widget construction. We add a
8632         INPUT_ONLY window and we put it over the widgets inside the
8633         container, this event_window handles the events.
8634
8635         (hildon_pannable_area_class_init):
8636         Replaced the signal connections with overrides of the event
8637         callbacks.
8638
8639 2008-05-20 Alejandro G. Castro <alex@igalia.com>
8640
8641         Bouncing effect added when touching the borders, you can change
8642         the elasticity of the border changing the ELASTICITY define.
8643
8644         * src/hildon-pannable-area.c: Added ELASTICITY define.
8645         (hildon_pannable_area_timeout): Added inverse velocity when
8646         touching the border of the child widget, that causes a bounce.
8647
8648 2008-05-20 Alejandro G. Castro <alex@igalia.com>
8649
8650         Improved performance, we now do not go to the X server in order to
8651         get the list of window children. Apparently the effect is the
8652         same, we have to be careful and check if this breaks something in
8653         any corner case.
8654
8655         * src/hildon-pannable-area.c:
8656         (get_ordered_children): Removed this function.
8657         (hildon_pannable_area_get_topmost): Replaced the ad-hoc search of
8658         the children windows function with gdk_window_get_children.
8659
8660 2008-05-20 Alejandro G. Castro <alex@igalia.com>
8661
8662         * src/hildon-pannable-area.c:
8663         (hildon_pannable_area_dispose): Fixed a crash when closing the
8664         window and kinetics is activated.
8665
8666 2008-05-19  Alberto Garcia  <agarcia@igalia.com>
8667
8668         * src/hildon-pannable-area.h
8669         * src/hildon-pannable-area.c
8670         Changed indentation style to meet the one used in Hildon
8671
8672 2008-05-19 Alejandro G. Castro <alex@igalia.com>
8673
8674         Reviewed the interaction of the AUTO mode, now we use the time
8675         attribute of the events and calculate the velocity in the motion,
8676         doing a gimp like calculation. The velocity is calculated in each
8677         motion event using the last velocity and the current one, the
8678         SMOOTH_FACTOR controls the percentage of the new velocity we use.
8679
8680         * src/hildon-pannable-area.c: Replaced the time based algorithm
8681         for the AUTO mode.
8682         (hildon_pannable_area_motion_notify_cb): now we do not launch the
8683         timeout for the AUTO mode when we are still moving the cursor. We
8684         added also the velocity calculation in this function.
8685         (hildon_pannable_area_button_release_cb): launch the timeout in
8686         case we are in AUTO mode. There are still some constants here that
8687         come from the old implementation that should be reviewed and
8688         handled properly.
8689
8690 2008-05-15  Alberto Garcia  <agarcia@igalia.com>
8691
8692         * doc/hildon-docs.sgml
8693         * doc/hildon.types
8694         * src/Makefile.am
8695         * src/hildon-stackable-window.c
8696         * src/hildon-stackable-window.h
8697         * src/hildon.h
8698         New HildonStackableWindow widget
8699
8700         * examples/hildon-dialog-example.c
8701         * examples/hildon-pannable-area-example.c
8702         Updated copyright
8703
8704 2008-05-14  Alberto Garcia  <agarcia@igalia.com>
8705
8706         * src/hildon-dialog.c
8707         (hildon_dialog_new_with_buttons): New constructor.
8708
8709         * examples/hildon-dialog-example.c
8710         (main): Update the example to use the new
8711         hildon_dialog_new_with_buttons().
8712
8713         * examples/hildon-pannable-area-example.c
8714         (main): Update example.
8715
8716 2008-05-13 Alberto Garcia <agarcia@igalia.com>
8717
8718         * doc/hildon-docs.sgml
8719         * doc/hildon.types
8720         Added HildonPannableArea to the documentation.
8721
8722 2008-05-13 Victor Jaquez <vjaquez@igalia.com>
8723
8724         * doc/visual_index.xml
8725         Fix reference to HildonLoginDialog in documentation
8726
8727         * doc/hildon-docs.sgml
8728         * doc/hildon.types
8729         * examples/Makefile.am
8730         * examples/hildon-dialog-example.c
8731         * src/Makefile.am
8732         * src/hildon-dialog.c
8733         * src/hildon-dialog.h
8734         * src/hildon.h
8735         New HildonDialog widget.
8736
8737 2008-05-09 Alberto Garcia <agarcia@igalia.com>
8738
8739         * src/hildon-pannable-area.c
8740         Merge latest changes (r4318, r4342) from libmokoui trunk
8741
8742 2008-05-09 Alberto Garcia <agarcia@igalia.com>
8743
8744         * examples/Makefile.am
8745         * examples/hildon-pannable-area-example.c
8746         * src/Makefile.am
8747         * src/hildon-pannable-area.c
8748         * src/hildon-pannable-area.h
8749         * src/hildon.h
8750         New HildonPannableArea widget.
8751
8752 2008-04-15 18:05:19    <timj@imendio.com>
8753
8754         * src/hildon-banner.c: revert the recent change, that introduced
8755         gtk_window_present() calls. this reopens:
8756           Bug 78481 - [freetest] information banners are hidden under browser menu
8757         But resolves another variant of:
8758           Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
8759
8760 2008-04-15 13:21:13    <timj@imendio.com>
8761
8762         * src/hildon-banner.c: refetch layout pointer after GtkLabel possibly
8763         recreated its layout, spotted by Kris. this fixes all remaining
8764         artefacts and stability issues with the banner code. in particular:
8765         Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
8766
8767 2008-04-14 16:52:59    <timj@imendio.com>
8768
8769         * src/hildon-banner.c: guard force_to_wrap_truncated() against
8770         operating on unrealized widgets, fixes:
8771         Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
8772
8773         * src/hildon-banner-private.h: coalesce boolean fields into bitfield.
8774
8775 2008-04-09  Kristian Rietveld  <kris@imendio.com>
8776
8777         Fixes: NB#77775: Media Player, Save Now playing list, too long name
8778         makes banner disappear.
8779         Fixes: NB#79182: info banner flickering with certain message lengts.
8780
8781         * src/hildon-banner.c (hildon_banner_constructor),
8782         (hildon_banner_init), (hildon_banner_set_text),
8783         (hildon_banner_set_markup): call hildon_banner_reset_wrap_state(),
8784         (hildon_banner_reset_wrap_state): new function: reset wrap flags to
8785         FALSE, reset size requests of label and banner,
8786         (force_to_wrap_truncated): when the text is too wide, always enforce
8787         the maximum possible width instead of recalculating it from the
8788         layout; enforce the maximum banner height of 3 lines,
8789         (hildon_banner_init): set WORD_CHAR wrapping, this will result in
8790         nicer wrapping and no truncated chars if space gets tight.
8791
8792         * src/hildon-banner-private.h: add has_been_wrapped and
8793         has_been_truncated fields.
8794
8795 2008-04-07  Sven Herzberg  <sven@imendio.com>
8796
8797         Fixes: NB#78896: libhildon code inspection/coverity: uninitialised
8798         local values in hildon_date_editor_size_allocate
8799
8800         * src/hildon-date-editor.c: moved the real allocation code into the
8801         if() branch
8802
8803 2008-04-07  Sven Herzberg  <sven@imendio.com>
8804
8805         Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
8806         local values in hildon_date_editor_size_allocate
8807
8808         * src/hildon-date-editor.c: merged the two if() branches together
8809
8810 2008-04-07  Sven Herzberg  <sven@imendio.com>
8811
8812         Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
8813         local values in hildon_date_editor_size_allocate
8814
8815         * src/hildon-date-editor.c: changed the arguments of the if()
8816         conditions
8817
8818 2008-04-07  Sven Herzberg  <sven@imendio.com>
8819
8820         Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
8821         local values in hildon_date_editor_size_allocate
8822
8823         * src/hildon-date-editor.c: split the calculation of the allocation
8824         from the real allocation
8825
8826 2008-03-27  Michael Natterer  <mitch@imendio.com>
8827
8828         Fixes: NB#81696: The passcode is not overwritten even after
8829         selecting
8830
8831         * src/hildon-code-dialog.c
8832         (hildon_code_dialog_button_clicked)
8833         (hildon_code_dialog_im_commit): don't use gtk_entry_append_text()
8834         because that doesn't overwrite selected text. Instead, emit the
8835         "commit" signal on the entry's im_context so the entry's normal
8836         insert logic is triggered. Set the cursor to the end of the entry
8837         after each insert operation so that we *only* insert in the middle
8838         of the text if something was selected.
8839
8840 2008-03-27  Michael Natterer  <mitch@imendio.com>
8841
8842         Enable fixing: NB#79916 and NB#79918: The help topic for Color
8843         selector cannot be opened
8844
8845         * src/hildon-color-button.c: add signal "setup-dialog" and emit it
8846         when the popup color selector is created. Please connect to this
8847         signal in order to set the dialog's help ID.
8848
8849 2008-03-25  Sven Herzberg  <sven@imendio.com>
8850
8851         Fixes: MB#1212: Hide info banners (infoprints) on click
8852
8853         * src/hildon-banner.c: (simulate_close), (hildon_banner_timeout):
8854         extracted the close event simulation into an extra function
8855         (hildon_banner_button_press_event): simulate a close event and destroy
8856         the widget if the event wasn't handled
8857         (hildon_banner_class_init): added the button_press_event handler
8858         (hildon_banner_init): added button-press events to the widget
8859
8860 2008-03-25  Sven Herzberg  <sven@imendio.com>
8861
8862         Fixes: MB:#924: Hildon widgets doesn't support RTL mode
8863         Patch from: Mohammad Anwari  <mdamt@maemo.org>
8864
8865         * src/hildon-banner.c: let the HildonBanners pop up on the left side
8866         instead of the right in RTL mode
8867         * src/hildon-bread-crumb-trail.c: mirror the appearance of the
8868         breadcrumb button list in RTL mode
8869         * src/hildon-caption.c: mirror the appearance of the caption widget in
8870         RTL mode
8871         * src/hildon-date-editor.c: mirror appearance of the date editor in
8872         RTL mode
8873         * src/hildon-time-editor.c: mirror appearance of the time editor in
8874         RTL mode
8875         * src/hildon-window.c: fix the position of the popup in RTL mode
8876
8877 2008-03-25  Sven Herzberg  <sven@imendio.com>
8878
8879         Amendment to the fix of NB#22072. Fix compilation.
8880
8881         * src/hildon-banner.c: (hildon_banner_timeout): fix compilation
8882
8883 2008-03-19  Sven Herzberg  <sven@imendio.com>
8884
8885         Fixes: NB#22072: Revisiting fix for "Implement robust timer handling
8886         in Info Banner" bug
8887
8888         * src/hildon-banner.c: (hildon_banner_timeout): reset the current
8889         timeout id properly when the timeout will disappear this leaves no
8890         artifacts around in the destroy(); there will only be the timeout
8891         created by hildon_banner_ensure_timeout() and adding a new timeout
8892         will also work if the timeout gets removed because the timeout_handler
8893         returned FALSE
8894
8895 2008-03-19  Michael Natterer  <mitch@imendio.com>
8896
8897         Fixes: NB#79791: Cannot set focus to Master volume using stylus
8898
8899         * src/hildon-volumebar.c
8900         * src/hildon-vvolumebar.c
8901         * src/hildon-hvolumebar.c (init): remove UNSET_FLAGS(CAN_FOCUS) so
8902         the widget becomes focussable at all.
8903
8904         * src/hildon-volumebar.c: implement GtkWidget::grab_focus() and
8905         set the focus to wither the mute button or the volumebar.
8906
8907         Remove own "can-focus" property and instead listen to
8908         notify::can-focus in order to update the widget's state.
8909
8910         Implement GtkWidget::focus() and make sure we can also *leave* the
8911         widget, not only enter it, depending on volumebar orientation and
8912         requested focus direction.
8913
8914         Clean up set_mute() to cooperate nicely with all the above.
8915
8916 2008-03-04  Michael Natterer  <mitch@imendio.com>
8917
8918         Fixes: NB#78481: information banners are hidden under browser menu
8919
8920         * src/hildon-banner.c: call gtk_window_present() on the banners so
8921         they are risen if they are already visible.
8922
8923 2008-03-03  Sven Herzberg  <sven@imendio.com>
8924
8925         Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account
8926
8927         * examples/hildon-window-menu-example.c: (main): extended the window
8928         menu example to serve as a testcase for automatically added
8929         accelerator groups, too
8930         * src/hildon-window.c: (hildon_window_add_accel_group),
8931         (hildon_window_set_menu): added patch by Tommi Komulainen
8932
8933 2008-03-03  Sven Herzberg  <sven@imendio.com>
8934
8935         Fixes: MB#1276: wrong allocators used in hildon_window_get_borders
8936
8937         * src/hildon-window.c: (hildon_window_get_borders): don't imply any
8938         knowledge about the border allocators used within GTK+
8939
8940 2008-02-26  Sven Herzberg  <sven@imendio.com>
8941
8942         Fixes: MB#2981: Build with asserts broken
8943
8944         * src/hildon-date-editor.c,
8945         * src/hildon-number-editor.c,
8946         * src/hildon-time-editor.c,
8947         * src/hildon-weekday-picker.c: replace HILDON_IS_EDITOR_EDITOR by a
8948         the proper GType instance check
8949
8950 2008-02-25  Sven Herzberg  <sven@imendio.com>
8951
8952         Fixed: MB#1221: HildonWindow shouldn't call show_all for GtkMenu
8953
8954         * doc/Makefile.am: tell gtk-doc about HILDON_DISABLE_DEPRECATED
8955         * examples/hildon-window-menu-example.c: (main): explicitly show
8956         the menu item
8957         * src/hildon-window.c:
8958         (hildon_window_set_main_menu): moved most of the code from set_menu()
8959         to this place; skipped the call to gtk_widget_show_all(); also didn't
8960         introduce gtk_widget_show() as gtk_menu_popup() will call that anyways
8961         (hildon_window_set_menu): removed most of the code, just keep the
8962         questionable gtk_widget_show_all()
8963         * src/hildon-window.h: added the new function and deprecate the old
8964         one
8965
8966 2008-01-10  Xan Lopez  <xan.lopez@nokia.com>
8967
8968         [2.0.1-1 release]
8969
8970         * NEWS:
8971         * configure.ac:
8972         * debian/changelog: Updating.
8973
8974 2008-01-10  Xan Lopez  <xan.lopez@nokia.com>
8975
8976         * configure.ac:
8977         * pkgconfig/Makefile.am:
8978         * pkgconfig/hildon.pc.in:
8979         * src/Makefile.am:
8980
8981         Do not use PACKAGE_VERSION_MAJOR as the API revision,
8982         use newly created API_MAJOR_VERSION.
8983
8984 2008-01-09  Xan Lopez  <xan.lopez@nokia.com>
8985
8986         [2.0.0-1 release]
8987
8988         * NEWS:
8989         * configure.ac:
8990         * debian/changelog: Updating.
8991
8992 2008-01-09  Xan Lopez  <xan.lopez@nokia.com>
8993
8994         * src/hildon-color-chooser.c (hildon_color_chooser_class_init):
8995
8996         Add outer_border style property, we use it but don't define it (!).
8997
8998         Fixes NB#75310
8999
9000 2007-12-21  Xan Lopez  <xan.lopez@nokia.com>
9001
9002         * examples/hildon-bread-crumb-trail-example.c (main):
9003
9004         Add clear button.
9005
9006         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_remove):
9007
9008         Fix logic for the bread crumb trail node removal.
9009
9010         Fixes: NB#78616
9011
9012 2007-12-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9013
9014         [1.99.1-1 release]
9015
9016         * NEWS:
9017         * configure.ac:
9018         * debian/changelog: Updating.
9019
9020 2007-11-08  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9021
9022         Patch by Alejandro to get/set passwords dialogs accesibility.
9023
9024         * hildon-1/src/hildon-get-password-dialog.c:
9025         * hildon-1/src/hildon-set-password-dialog.c:
9026         Set atk_set_name to the passwd entries in order to allow
9027         accessibility by name on this entries.
9028
9029 2007-10-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9030
9031         [1.99.0-2 release]
9032
9033         * debian/changelog:
9034         * debian/control: Updating gtk dep.
9035
9036 2007-10-10  Mohammad Anwari  <Mohammad.Anwari@nokia.com>
9037
9038         * configure.ac, pkgconfig/hildon-1.pc: Turn on -DMAEMO_CHANGES only if
9039         USE_MAEMO_GTK is enabled.
9040
9041 2007-10-10  Xan Lopez  <xan.lopez@nokia.com>
9042
9043         * src/hildon-code-dialog.c (hildon_code_dialog_init): check for
9044         MAEMO_GTK or GTK+ > 2.11 before using GTK_BUTTONBOX_CENTER mode.
9045
9046 2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9047
9048         [1.99.0-1 release]
9049
9050         * NEWS:
9051         * configure.ac:
9052         * debian/changelog: Updating.
9053
9054 2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9055
9056         * examples/Makefile.am:
9057         * examples/hildon-logical-color-example.c:
9058         * src/hildon-helper.c: Fixing the way logical colors/fonts are being
9059         applied + adding a test case. Fixes: NB#71660.
9060
9061 2007-10-08  Xan Lopez  <xan.lopez@nokia.com>
9062
9063         * src/hildon-window.c (hildon_window_map): only map the vbox if it's supposed
9064         to be visible, fixes warning on map for windows without toolbars.
9065
9066 2007-10-02  Xan Lopez  <xan.lopez@nokia.com>
9067
9068         * src/hildon-seekbar.c: gtk_range_get_fill_level is available in GTK+ since
9069         2.11.0, add a check for that besides the MAEMO_GTK check.
9070
9071 2007-09-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9072
9073         [1.0.17-1 release]
9074
9075         * NEWS:
9076         * configure.ac:
9077         * debian/changelog: Updating.
9078
9079 2007-09-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9080
9081         * src/hildon-window.c: Applying patches by Xan to fix the toolbar
9082         visibility. Fixes: NB#70842 and MB#615.
9083
9084 2007-09-25  Xan Lopez  <xan.lopez@nokia.com>
9085
9086         * src/hildon-bread-crumb-widget.c (hildon_bread_crumb_widget_constructor):
9087         set the separator as no-show-all so it doesn't unintentionally appear when
9088         someone does a show_all.
9089
9090 2007-09-25  Xan Lopez  <xan.lopez@nokia.com>
9091
9092         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_text)
9093         (hildon_bread_crumb_trail_push_icon): Do not show the separator for the
9094         toplevel item. Fixes: NB#62031
9095
9096 2007-09-24  Xan Lopez  <xan.lopez@nokia.com>
9097
9098         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_icon):
9099         fix the name of the function in the docs.
9100
9101 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9102
9103         [1.0.16-1 release]
9104
9105         * NEWS:
9106         * configure.ac:
9107         * debian/changelog: Updating.
9108
9109 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9110
9111         * examples/hildon-banner-long-example.c: Adding a test-case for long
9112         hildon banner.
9113
9114         * src/hildon-find-toolbar.c: Fixing the get_last_index function.
9115
9116 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9117
9118         * src/hildon-color-chooser-dialog.c:
9119         * src/hildon-color-chooser.c:
9120         * src/hildon-font-selection-dialog.c: Adding two patches by Tommi to fix
9121         memory leaks in font selector and color selector. Fixes: NB#70499 and
9122         NB#70474.
9123
9124 2007-09-20  Johan Bilien  <johan.bilien@nokia.com>
9125
9126         * src/hildon-helper.c: Fixed the leak of the a GList. Fixes: NB#70273.
9127
9128 2007-09-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9129
9130         * src/hildon-code-dialog.c: Making the hardcoded WIDTH/HEIGHT values a
9131         little bit bigger. Fixes: #NB63694.
9132
9133 2007-09-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9134
9135         [1.0.15-1 release]
9136
9137         * NEWS:
9138         * configure.ac:
9139         * debian/changelog: Updating.
9140
9141 2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9142
9143         * doc/Makefile.am:
9144         * doc/hildon-docs.sgml:
9145         * doc/images/bread-crumb-trail.png:
9146         * doc/images/calendar-popup.png:
9147         * doc/images/caption.png:
9148         * doc/images/code-dialog.png:
9149         * doc/images/color-button.png:
9150         * doc/images/color-chooser-dialog.png:
9151         * doc/images/color-chooser.png:
9152         * doc/images/controlbar.png:
9153         * doc/images/date-editor.png:
9154         * doc/images/font-selection-dialog.png:
9155         * doc/images/get-password-dialog.png:
9156         * doc/images/hvolumebar.png:
9157         * doc/images/login-dialog.png:
9158         * doc/images/note.png:
9159         * doc/images/number-editor.png:
9160         * doc/images/range-editor.png:
9161         * doc/images/seekbar.png:
9162         * doc/images/set-password-dialog.png:
9163         * doc/images/sort-dialog.png:
9164         * doc/images/time-editor.png:
9165         * doc/images/time-picker.png:
9166         * doc/images/vvolumebar.png:
9167         * doc/images/weekday-picker.png: Adding the new generated widget shots.
9168         Adding the bread-crumb-trial and helpers to the documentation.
9169
9170 2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9171
9172         * examples/hildon-find-toolbar-example.c:
9173         * src/hildon-find-toolbar.c:
9174         * src/hildon-find-toolbar.h: FIxing the default history-append handler to
9175         actually continue firing the other handlers if connected. Adding a new
9176         function:
9177         hildon_find_toolbar_get_last_index that gets the index of the most
9178         recently added (last) item. Fixes: NB#52301.
9179
9180 2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9181
9182         * src/hildon-caption.c: Applying a patch by Tommi to fix the focus
9183         behaviour. Fixes: NB#68610.
9184
9185 2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9186
9187         * src/hildon-banner.c: Actually reverting the previous change. It somehow
9188         looks a bit worse.
9189
9190 2007-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9191
9192         * src/hildon-banner.c: Changing the infobanner background pixmap to NULL
9193         when realizing the banner. Should make the infonbanner effect a bit more
9194         bearable.
9195
9196 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9197
9198         * src/hildon-volumebar.c:
9199         * src/hildon-volumebar.h: Changing the GtkWidget to HildonVolumebar in
9200         hildon_volumebar_set_range_insensitive_message and
9201         hildon_volumebar_set_range_insensitive_messagef. Fixes MB#1848.
9202
9203 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9204
9205         * src/hildon-window.c: Fixing the border freeing on destroy.
9206
9207 2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9208
9209         * src/hildon-code-dialog-private.h:
9210         * src/hildon-code-dialog.c: Adding a patch by Tomas Junnonen to fix the
9211         kw keyboard support in HildonCodeDialog.
9212
9213 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9214
9215         [1.0.14-1 release]
9216
9217         * NEWS:
9218         * configure.ac:
9219         * debian/changelog: Updating.
9220
9221 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9222
9223         * src/hildon-date-editor.c:
9224         * src/hildon-number-editor.c:
9225         * src/hildon-private.c:
9226         * src/hildon-private.h:
9227         * src/hildon-time-editor.c:
9228         * src/hildon-weekday-picker.c: A patch by Xan Lopez to fix focus
9229         handling in subclassed composite widgets. Fixes: NB#66628.
9230
9231 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9232
9233         * src/hildon-window.c: Removing extra gtk_main_iteration () processing
9234         from destroy_ callback as it introduces problems in async dbus signal
9235         handlers. Fixes NB#66673.
9236
9237 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9238
9239         * examples/hildon-hvolumebar-example.c:
9240         * src/hildon-volumebar.c: Improving the focus handling in the
9241         volumebar widgets. Fixes NB#63955 and NB#65155. Also fixing the
9242         set_property accessor so that "mute" property can be actually set. I'm
9243         scared that nobody noticed it's totally broken.
9244
9245 2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9246
9247         * debian/control: Use libesd0-dev or osso-esd-dev as esd dependancy.
9248         Fixes NB#66548.
9249
9250 2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9251
9252         * src/hildon-calendar.c:
9253         * src/hildon-number-editor.c:
9254         * src/hildon-time-picker.c: Changing the timeout repeat so that it
9255         matches the spec of 6 chars per second. Fixes: NB#60489.
9256
9257 2007-08-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9258
9259         * src/hildon-helper.c: Really fixing NB#58352. Looks like
9260         gtk_style_lookup_color sometime returns FALSE even though color was
9261         found and values were filled properly. Weird. Removing the warning for the
9262         time being.
9263
9264 2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9265
9266         * src/hildon-find-toolbar.c: Puting the combobox inside alignment to not
9267         expand vertically. Adding some extra space to the find toolbar buttons to
9268         make them thumbable. Fixes NB#66060.
9269
9270 2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9271
9272         * src/hildon-calendar-popup.c: Replacing the "Done" button in the calendar
9273         popup with "Ok" and "Cancel". Fixes NB#59299.
9274
9275 2007-08-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9276
9277         * src/hildon-calendar.c: Process all window updates before executing next
9278         timeout. Fixes: NB#54146.
9279
9280 2007-08-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9281
9282         [1.0.13-1 release]
9283
9284         * NEWS:
9285         * configure.ac:
9286         * debian/changelog: Updating.
9287
9288 2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
9289
9290         * src/hildon-banner.c: (hildon_banner_client_event): connect directly to
9291         the client event and ignore it, since we use the delete event to close
9292         after timeouts.
9293
9294 2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9295
9296         * src/hildon-helper.c: Remove the bogus warning about color not being
9297         found. Fixes NB#58352.
9298
9299 2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9300
9301         * examples/Makefile.am:
9302         * examples/hildon-toolbar-seekbar-example.c: Adding an example to test a
9303         HildonSeekbar widget inside a toolbar.
9304
9305 2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
9306
9307         * src/hildon-banner.c (hildon_banner_init): mark the banners as
9308         temporary, depends on maemo-gtk >= 2.10.12-osso7. Also ignore the
9309         delete event that will come from _GTK_DELETE_TEMPORARIES, as we
9310         don't want to be closed by non-temporary windows on map.
9311
9312         Also use G_DEFINE_TYPE instead of manually typed code.
9313
9314 2007-08-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9315
9316         [1.0.12-1 release]
9317
9318         * NEWS:
9319         * configure.ac:
9320         * debian/changelog:
9321         * debian/rules: Updating.
9322
9323 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9324
9325         * examples/Makefile.am:
9326         * examples/hildon-hvolumebar-timer-example.c: Adding an exmaple to debug
9327         bug NB#61128. Strangely it works.
9328
9329 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9330
9331         * src/hildon-date-editor.c: When the date editor entry has been changed
9332         but the numbers of characters < max, turn off the skip validation flag.
9333         Prevents a situation when we enter first a valid year and later re-write
9334         it with an invalid one. Fixes NB#60154.
9335
9336 2007-07-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9337
9338         * src/hildon-code-dialog.c: Fixing the dialog button alignment inside the
9339         code dialog. Fixes NB#64355.
9340
9341 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9342
9343         * src/hildon-wizard-dialog.c: Don't call the _set_sensitivity again after
9344         switching the page. Fixes NB#49374.
9345
9346         * examples/Makefile.am:
9347         * examples/hildon-wizard-dialog-example.c: Adding an example for
9348         HildonWizardDialog that shows how to handle manual sensitivity setting on
9349         the wizard dialog.
9350
9351 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9352
9353         * configure.ac:
9354         * src/Makefile.am:
9355         * src/hildon-version.h.in:
9356         * src/hildon.h: Adding the HILDON_CHECK_VERSION macro. Fixes: NB#62061.
9357
9358 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9359
9360         * src/hildon-volumebar.c: Updating the docs.
9361
9362 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9363
9364         [1.0.11-1 release]
9365
9366         * NEWS:
9367         * configure.ac:
9368         * debian/changelog: Updating.
9369
9370 2007-07-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9371
9372         * src/hildon-find-toolbar.c:
9373         * src/hildon-find-toolbar.h: Adding a few new functions to control the
9374         selected item: hildon_find_toolbar_set_active,
9375         hildon_find_toolbar_set_active_iter, hildon_find_toolbar_get_active,
9376         hildon_find_toolbar_get_active_iter . They correspond to respective
9377         GtkComboBox functions.
9378
9379         * examples/Makefile.am:
9380         * examples/hildon-find-toolbar-example.c: Adding the example to test the
9381         new functionality.
9382
9383 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9384
9385         * examples/Makefile.am:
9386         * examples/hildon-seekbar-example.c: Adding the seekbar example to check
9387         theming easily.
9388
9389         * src/hildon-font-selection-dialog.c: Fixing the default focus for dialog
9390         when font size > 32 and we pack a focusable widget inside. Actually using
9391         the default response would work too, but since we don't show default
9392         response state in any way (no theming) it would not be visible to the
9393         user. Fixes NB#63430.
9394
9395 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9396
9397         * src/hildon-date-editor.c: Adding the missing variable setter in the
9398         set_property handler. Fixes NB#54182.
9399
9400 2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9401
9402         * src/hildon-window.h: Changing the long key press time from 1500ms to
9403         800ms as requested in NB#63700. I have a bad feeling about this, let's
9404         see... Fixes NB#63700.
9405
9406 2007-07-12  Tommi Komulainen  <tommi.komulainen@nokia.com>
9407
9408         * src/hildon-time-picker.c (hildon_time_picker_class_init,
9409         hildon_time_picker_map, hildon_time_picker_realize,
9410         hildon_time_picker_style_set): Split the contents of map to more
9411         appropriate functions; set window decorations on realize and update
9412         arrows' size requisitions on style-set. Avoids unnecessary resizing.
9413
9414 2007-07-02  Xan Lopez <xan.lopez@nokia.com>
9415
9416         [1.0.10-2 release]
9417
9418         * NEWS:
9419         * debian/changelog: Updating.
9420
9421 2007-07-02  Johan Bilien  <johan.bilien@nokia.com>
9422
9423         * src/Makefile.am: fixed installation of the header files
9424
9425 2007-06-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9426
9427         [1.0.10-1 release]
9428
9429         * NEWS:
9430         * configure.ac:
9431         * debian/changelog: Updating.
9432
9433 2007-06-27  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9434
9435         * configure.ac: Removing some remaining of --enable-xan.
9436
9437 2007-06-26  Xan Lopez  <xan.lopez@nokia.com>
9438
9439         * src/hildon-date-editor.c: (hildon_date_editor_keypress):
9440         * src/hildon-time-editor.c: (hildon_time_editor_entry_keypress):
9441
9442         Move all focus crazyness to the rc files. This depends on gtk+2.0 >=
9443         2.10.12-osso6 because the move-focus signal needs to be available in
9444         GtkWidget.
9445
9446 2007-06-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9447
9448         * examples/Makefile.am:
9449         * examples/hildon-hvolumebar-insensitive-map-example.c: Adding an example
9450         that makes a HildonVolumebar insensitive before mapping it. Seems to work
9451         fine. Prolly NB#61128 is fixed now.
9452
9453 2007-06-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9454
9455         * src/hildon-volumebar.c:
9456         * src/hildon-volumebar.h: Adding the
9457         hildon_volumebar_set_range_insensitive_message and
9458         hildon_volumebar_set_range_insensitive_messagef functions to set
9459         insensitive message on the slider of the volumebar. Fixes NB#61129.
9460
9461         * examples/Makefile.am:
9462         * examples/hildon-hvolumebar-insensitive-example.c: Adding an example to
9463         test the new insensitive messsage functionality on HildonVolumebar.
9464
9465 2007-06-14  Xan Lopez  <xan.lopez@nokia.com>
9466
9467         * src/hildon-private.c (hildon_private_composite_focus): make the focus handler
9468         work again.
9469
9470 2007-06-13  Xan Lopez  <xan.lopez@nokia.com>
9471
9472         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_clear): workaround
9473         http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back
9474         button on after clearing the trail.
9475
9476 2007-06-13  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9477
9478         * src/hildon-code-dialog.c: Removing the separator from the dialog.
9479
9480 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
9481
9482         * src/Makefile.am: remove circular dependency in hildon-enum-types.h creation
9483         by splitting the installed headers in generated and non-generated groups. Use
9484         only the non-generated headers to create the hildon-enum-types.h file.
9485
9486         * src/hildon-seekbar.h: gtkscale.h already includes gtkrange.h.
9487
9488 2007-06-12  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9489
9490         * src/hildon-window.c: Hide the window before performing the destroy.
9491         Should make the app closing a little tiny bit more snappy.
9492
9493 2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
9494
9495         * src/hildon-seekbar.c: add gtkrange.h header
9496         * src/hildon-caption.c: remove unused variable
9497
9498 2007-06-08  Tommi Komulainen  <tommi.komulainen@nokia.com>
9499
9500         * configure.ac: Remove dysfunctional AC_ARG_ENABLE. Pointed out by
9501         Loic Minier.
9502
9503 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9504
9505         [1.0.9-1 release]
9506
9507         * NEWS:
9508         * configure.ac:
9509         * debian/changelog: Updating.
9510
9511 2007-06-07  Tommi Komulainen  <tommi.komulainen@nokia.com>
9512
9513         * src/hildon-window.c (hildon_window_window_state_event,
9514         hildon_window_is_topmost_notify, hildon_window_class_init): Stop the
9515         escape timeout on focus-out-event rather than notify::is-topmost; the
9516         latter doesn't get called when menus pop up. Fixes: NB#52946, MB#1101
9517
9518 2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9519
9520         * src/hildon-window.c: Adding a patch from Tommi Komulainen to pass the
9521         correct timestamp and button to gtk_menu_popup. Fixes MB#1466.
9522
9523 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
9524
9525         * src/hildon-window: actually, you need to use the macro always, there's
9526         no private pointer in the instance structure. We should have cleaned this up
9527         when we had the chance...
9528
9529 2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
9530
9531         * src/hildon-window.c: do not get the private date from HildonWindow before
9532         it passes the g_return_if_fail check. Once it's passed the test, there's no
9533         need to g_assert that it exists. Do not create a HildonWindowPrivate variable
9534         if you are only going to access the data once. Whitespace cleanups.
9535
9536 2007-06-04  Xan Lopez  <xan.lopez@nokia.com>
9537
9538         * src/hildon-bread-crumb-trail.c: set children visible before allocation.
9539         * src/hildon-bread-crumb-widget.c: set xalign to 0.0 for labels.
9540
9541 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9542
9543         [1.0.8-1 release]
9544
9545         * NEWS:
9546         * configure.ac:
9547         * debian/changelog: Updating.
9548
9549 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9550
9551         * src/hildon-window.c: When destroying the window, remove (if exists) the
9552         escape timeout handler. Fixes #NB59276.
9553
9554 2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9555
9556         * src/hildon-banner.c: When realizing the widget, set the window
9557         transiency. Setting the transiency in the gobject constructor is not
9558         good, as the widget is not realized at that point. Fixes: #NB56624.
9559
9560 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
9561
9562         * src/hildon-bread-crumb-trail.h (struct _HildonBreadCrumbTrailClass):
9563         Add padding for future expansions.
9564
9565 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
9566
9567         * src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_class_init):
9568         Add a new signal "move-parent", bind Escape and BackSpace to it. The handler
9569         will fake an activation on the previous to the last item of the trail, so
9570         the effect can be overrided by the developer as usual.
9571         Also change the callback for the back button to do the same thing, so its
9572         effect can be overrided too. Fixes: NB#58982
9573
9574 2007-05-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9575
9576         * src/hildon-caption.c: Implementing the proper focus grabbing in the
9577         HildonCaption. Fixes NB#52379.
9578
9579 2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
9580
9581         * src/hildon-bread-crumb-trail.c (crumb_activated_cb): be very paranoid about
9582         the internal state of the trail after the user has had the chance of executing
9583         his handler for the signal. Specifically, it may happen that the activated button
9584         is removed and the user still lets the default handler run. This would segfault
9585         previously.
9586
9587 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9588
9589         * src/hildon-font-selection-dialog.c: When the font is really big, add the
9590         scrollbar to the preview dialog. Fixes NB#54147.
9591
9592 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9593
9594         * src/hildon-date-editor.c: Changing the default max year to 2037. The
9595         max/min year properties can be altered, so the client can modify it
9596         anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147.
9597
9598 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9599
9600         * src/hildon-calendar.c: Removing the unused 'hildonlike' property, making
9601         hildonlike by default. Fixing a problem with disappearing arrows when
9602         scrolling through months and years. Fixes NB#54127.
9603
9604 2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9605
9606         * examples/hildon-date-editor-example.c: Adding error callback to the date
9607         editor example.
9608
9609 2007-05-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9610
9611         [1.0.7-1 release]
9612
9613         * NEWS:
9614         * debian/changelog:
9615         * configure.ac: Updating.
9616
9617 2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9618
9619         * configure.ac: Adding a special '--enable-xan' configure option that
9620         turns off the -Werror compilation setting. Usefull for development.
9621
9622         * src/hildon-calendar.c:
9623         * src/hildon-number-editor.c:
9624         * src/hildon-time-picker.c: Adding the 5* multiplier to
9625         gtk-timeout-update.
9626
9627 2007-05-24  Xan Lopez  <xan.lopez@nokia.com>
9628
9629         * src/hildon-note.c (hildon_note_init): Use g_object_ref_sink
9630         instead of g_object_ref + gtk_object_sink.
9631
9632 2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9633
9634         [1.0.6-1 release]
9635
9636         * NEWS:
9637         * configure.ac:
9638         * debian/changelog: Updating.
9639
9640 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9641
9642         * src/hildon-color-chooser-dialog.c:
9643         * src/hildon-color-chooser.c: A few more GdkColor struct allocation fixes
9644         straight from Tommi labs.
9645
9646 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9647
9648         * examples/hildon-finger-example.c: Correcting the header file path.
9649
9650         * src/hildon-color-chooser-dialog.c: Allocate the color on the stack for
9651         the changed signal. Fixes a small memory leak.
9652
9653 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9654
9655         * autogen.sh:
9656         * debian/rules:
9657         * src/hildon-banner.c: Importing several usefull fixes from the
9658         ubuntu-mobile branch.
9659
9660 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9661
9662         * examples/Makefile.am:
9663         * examples/hildon-finger-example.c: Adding a finger-checking code
9664         example.
9665
9666         * src/hildon-font-selection-dialog.c: Do not allocate the color
9667         structure using the g_new. Fixes NB#54061.
9668
9669 2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9670
9671         * src/hildon-helper.c: Correcting tabs in file.
9672
9673 2007-05-08  Xan Lopez  <xan.lopez@nokia.com>
9674
9675         * src/hildon-bread-crumb-trail.c: Use set_child_visible only to
9676         control the visibility of the children.
9677
9678         * examples/hildon-bread-crumb-trail-example.c: Plug leak.
9679
9680 2007-05-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9681
9682         [1.0.5-1 release]
9683
9684         * NEWS:
9685         * configure.ac:
9686         * debian/changelog: Updating.
9687
9688 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
9689
9690         * src/hildon-bread-crumb-trail.c:
9691         (hildon_bread_crumb_trail_size_allocate):
9692
9693         Make the back button always a square.
9694
9695 2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
9696
9697         * src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h
9698         from the .c file as it's a private file.
9699
9700 2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9701
9702         * examples/hildon-vvolumebar-example.c: The VVolumebar example now
9703         uses slightly bigger height.
9704
9705         * src/hildon-font-selection-dialog.c: Adding some checks before
9706         freeing memory in the font selection dialog.
9707
9708 2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9709
9710         * src/hildon-font-selection-dialog.c: Adding a small check when
9711         freeing memory.
9712
9713         * src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix
9714         buttons sensitivity on page switching.
9715
9716 2007-04-27  Xan Lopez  <xan.lopez@nokia.com>
9717
9718         * src/hildon-bread-crumb-trail.c: make the add method handle all the
9719         internal details of adding a bread crumb to the trail.
9720
9721 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9722
9723         [1.0.4-1 release]
9724
9725         * README:
9726         * configure.ac:
9727         * debian/changelog: Updating.
9728
9729         * src/hildon-bread-crumb-trail.h:
9730         * src/hildon-bread-crumb.h: Changing the API guard to
9731         HILDON_ENABLE_UNSTABLE_API.
9732
9733 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9734
9735         [1.0.3-1 release]
9736
9737         * NEWS:
9738         * configure.ac:
9739         * debian/changelog:
9740         * debian/rules:
9741         * src/hildon-helper.h: Updating.
9742
9743 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9744
9745         [1.0.2-1 release]
9746
9747         * NEWS:
9748         * configure.ac:
9749         * debian/changelog:
9750
9751 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9752
9753         * README:
9754         * configure.ac:
9755         * src/hildon-helper.h: Small fix to make the package actually compile.
9756
9757 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
9758
9759         * src/hildon-bread-crumb-trail.h:
9760         * src/hildon-bread-crumb.h:
9761
9762         Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
9763         to define ENABLE_UNSTABLE_API in the code that includes these headers.
9764
9765 2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
9766
9767         * examples/hildon-bread-crumb-trail-example.c:
9768         * src/Makefile.am:
9769         * src/hildon-bread-crumb-trail.c:
9770         * src/hildon-bread-crumb-trail.h:
9771         * src/hildon-bread-crumb.c:
9772         * src/hildon-bread-crumb.h:
9773         * src/hildon-marshalers.list:
9774         * src/hildon-bread-crumb-widget.c:
9775         * src/hildon-bread-crumb-widget.h:
9776
9777         Slight change in the widget design. The bread crumb trail API is
9778         unchanged, but HildonBreadCrumb is now an interface. A *private*
9779         implementation, hildon-bread-crumb-widget, is provided and used
9780         internally by the trail for the push_text/push_icon functions.
9781
9782         The generic push API is still available, so anyone can implement
9783         and use its own bread crumb widget.
9784
9785 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9786
9787         * debian/rules: Fixing the shlibs.
9788
9789 2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9790
9791         * src/hildon-banner.c: Fixing a problem with timed banners having
9792         their parrent destroyed before they are.
9793
9794 2007-04-17  Xan Lopez  <xan.lopez@nokia.com>
9795
9796         * src/hildon-bread-crumb.c:
9797         * src/hildon-bread-crumb.h:
9798
9799         Make the get_natural_size function a vfunc.
9800
9801 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
9802
9803         * src/hildon-bread-crumb.c:
9804         * src/hildon-bread-crumb-trail.c:
9805
9806         Some cleanups.
9807
9808 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9809
9810         [1.0.1-1 release]
9811
9812         * AUTHORS:
9813         * NEWS:
9814         * configure.ac:
9815         * debian/changelog: Updating for release.
9816
9817 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
9818
9819         * src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
9820         don't leak the pango layout.
9821
9822 2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
9823
9824         * src/hildon.h:
9825         * examples/hildon-bread-crumb-trail-example.c:
9826
9827         Fix example.
9828
9829 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9830
9831         * debian/changelog: Removing the bug-fixed entries that were actually
9832         resolved as WONTFIX.
9833
9834         * src/hildon-date-editor.c: Removing a redundant check. Fixes
9835         NB#54182.
9836
9837 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
9838
9839         * src/hildon-bread-crumb-trail.c:
9840         * src/hildon-bread-crumb-trail.h:
9841         * src/hildon-bread-crumb.c:
9842         * src/hildon-bread-crumb.h:
9843
9844         Untabify.
9845
9846 2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
9847
9848         * src/hildon-bread-crumb-trail.c: don't use the priv data of bct
9849         until it's passed the type check.
9850
9851 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
9852
9853         * examples/hildon-bread-crumb-trail-example.c
9854
9855         Add license.
9856
9857 2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
9858
9859         * examples/Makefile.am
9860         * examples/hildon-bread-crumb-trail-example.c
9861         * src/Makefile.am
9862         * src/hildon-bread-crumb-trail.c
9863         * src/hildon-bread-crumb-trail.h
9864         * src/hildon-bread-crumb.c
9865         * src/hildon-bread-crumb.h
9866
9867         New HildonBreadCrumbTrail widget.
9868
9869 2007-04-02  Lucas Rocha  <lucas.rocha@nokia.com>
9870
9871         * src/hildon-range-editor.c (hildon_range_editor_init),
9872         src/hildon-seekbar.c (hildon_seekbar_get_fraction,
9873         hildon_seekbar_set_fraction, hildon_seekbar_set_position),
9874         src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
9875         hildon_time_editor_class_init, hildon_time_editor_init),
9876         src/hildon-get-password-dialog.c (invalid_input,
9877         hildon_get_password_set_property, hildon_get_password_get_property,
9878         create_contents, hildon_get_password_dialog_set_max_characters),
9879         src/hildon-set-password-dialog.c (create_contents),
9880         src/hildon-date-editor.c (hildon_date_editor_init),
9881         src/hildon-login-dialog.c (hildon_login_dialog_init),
9882         src/hildon-number-editor.c (hildon_number_editor_init),
9883         src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
9884         hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
9885         the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
9886          configure option and adding the respective checks in the code.
9887         * src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
9888         hildon_calendar_drag_data_received): fixed some build warnings.
9889
9890 2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9891
9892         * debian/changelog: A 1.0.0 release notes.
9893