X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=ad9f2f4f2e25a2a0698b49eb89307bf752d8b542;hb=6696a0a800310922a4e1511d6e07a4bc75494941;hp=9fc2a1e424b6772ccee38267026844a0c6de4589;hpb=c86e430a3531b99ef6a23755661f96a1be6716e5;p=hildon diff --git a/ChangeLog b/ChangeLog index 9fc2a1e..ad9f2f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,242 @@ +2009-09-10 Claudio Saavedra + + Emit HildonAppMenu::changed when menu items change visibility + + * hildon/hildon-app-menu.c: (item_visibility_changed), + (filter_visibility_changed): Also emit ::changed on + visibility of items changed. + +2009-09-10 Claudio Saavedra + + Do not set the menu flag in a window when a menu is empty + + * hildon/hildon-window.c: (hildon_window_update_menu_flag), + (on_menu_changed), (on_menu_changedhildon_window_set_main_menu), + (on_menu_changed), (hildon_window_set_main_menu): Update on menu + changes by using the HildonAppMenu::changed signal. + +2009-09-10 Claudio Saavedra + + Add HildonAppMenu::changed signal + + * hildon/hildon-app-menu.c: (hildon_app_menu_insert), + (hildon_app_menu_add_filter), (hildon_app_menu_class_init): + Emit a new HildonAppMenu:changed signal when there are changes in + the menu children. + +2009-09-10 Claudio Saavedra + + Add hildon_app_menu_has_visible_children() private method + + * hildon/hildon-app-menu-private.h: Add below private method. + * hildon/hildon-app-menu.c: (hildon_app_menu_has_visible_children): + New method to check the visibility of a HildonAppMenu children. + +2009-09-09 Claudio Saavedra + + Set the window menu flag for application-common menus + + * hildon/hildon-program.c: + (+hildon_program_window_set_common_menu_flag): Set or remove the + menu flag from a window only this doesn't have its own menu. + (+hildon_program_set_common_menu_flag): adjust menu flag for + all windows in the program. + (hildon_program_add_window), + (hildon_program_remove_window): add/remove the menu flag when + a window is added to the program. + + Fixes: NB#137814 (Indicator for view menu in app title area) + +2009-09-08 Claudio Saavedra + + Set a special window property for windows with menus + + * hildon/hildon-window-private.h: Add private + hildon_window_set_menu_flag() + * hildon/hildon-window.c: (+do_set_has_menu), + (+hildon_window_set_menu_flag): set + "_HILDON_WM_WINDOW_MENU_INDICATOR" to 1 in the window + or remove the property. + (hildon_window_set_main_menu), + (hildon_window_set_app_menu): call above methods to set or remove + the property when a menu is added or removed from the window. + + Partially fixes: NB#137814 (Indicator for view menu in app title area) + +2009-09-08 Claudio Saavedra + + Rename and move the methods to set flags to hildon-private.h + + * hildon/hildon-gtk.c: (do_set_progress_indicator), + (do_set_do_not_disturb), (do_set_portrait_flags): call + the new private method hildon_gtk_window_set_clear_window_flag() + (hildon_gtk_window_set_progress_indicator), + (hildon_gtk_window_set_do_not_disturb), + (hildon_gtk_window_take_screenshot): hildon_gtk_window_set_flag() + * hildon/hildon-private.c: (+hildon_gtk_window_set_clear_window_flag), + (+hildon_gtk_window_set_flag): Move from hildon-gtk.c and rename + properly. + * hildon/hildon-private.h: Add the two new private methds. + +2009-09-11 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_init), + (hildon_pannable_area_size_allocate), + (hildon_pannable_area_button_release_cb): More tuning of the + speed, adding a way to calculate the acceleration and fast-panning + based on the child size. + +2009-09-10 Alberto Garcia + + * hildon/hildon-touch-selector.c + (hildon_touch_selector_class_init): + Documentation updates + + Fixes: MB#5103 + +2009-09-10 Alberto Garcia + + * hildon/hildon-touch-selector.c: + Documentation updates + + Fixes: MB#5104 (HildonTouchSelector docs should say no + HildonPannableArea is necessary) + +2009-09-08 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_timeout): Fixed problem with the timeout + function, we need to move before decelerating the first time or we + are loosing the first jump. + + Fixes: NB#137604 (Pannable scroll_to does not move correctly) + +2009-09-07 Claudio Saavedra + + [2.2.0 Release Candidate 3] + + * debian/changelog: updates + +2009-09-07 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_class_init): Increased max speed. + +2009-09-07 Claudio Saavedra + + [2.2.0 Release Candidate 2] + + * NEWS: Updates + * debian/changelog: bump version, updates + +2009-09-07 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_class_init), + (hildon_pannable_area_button_release_cb): More tuning for the + large lists. + +2009-09-07 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_class_init): + Change the default value of the scrollbar_fade_delay. + + Fixes: NB#127018 (Panning indicator fades out too slowly) + +2009-09-04 Claudio Saavedra + + [2.2.0 Release Candidate 1] + + * NEWS: Updates + * configure.ac: Bump version + * debian/changelog: updates + +2009-09-04 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_init), + (hildon_pannable_area_button_press_cb), + (hildon_pannable_area_button_release_cb): Added a new acceleration + system to help traversing big lists, tuned the stop threshold. + + Fixes: NB#132584 (Pannable kinetics in large lists needs tuning) + +2009-09-04 Alberto Garcia + + * hildon/hildon-window.h: + Document and deprecate HILDON_WINDOW_LONG_PRESS_TIME + + Fixes: MB#4580 (HILDON_WINDOW_LONG_PRESS_TIME is undocumented) + +2009-09-04 Claudio Saavedra + + [Release 2.1.97] + + * configure.ac: bump version + * NEWS: updates + * debian/changelog: updates + +2009-09-04 Alberto Garcia + + * hildon/hildon-entry.c + * hildon/hildon-text-view.c: + Documentation updates + +2009-09-04 Alberto Garcia + + * hildon/hildon-app-menu.c (hildon_app_menu_repack_items): + Redraw menu when the number of items change. + + Fixes: NB#131911 (Appmenu does not resize properly, when number of + menu items change) + +2009-09-03 Claudio Saavedra + + * hildon/hildon-pannable-area.c: + (hildon_pannable_area_launch_fade_timeout), + (hildon_pannable_area_motion_event_scroll), + (hildon_pannable_area_check_move), + (hildon_pannable_area_button_release_cb), + (hildon_pannable_area_scroll_to): + + Use a priority of G_PRIORITY_IDLE_HIGH + 20 for all the pannable + area drawing operations, since this is the recommended for drawing + operations. + + Fixes: NB#110894 (In event view containing very large description + field, application menu is displayed blank while panning) + Fixes: NB#131942 (HildonPickerDialog is seen empty when popping up + for the first time) + +2009-09-03 Alberto Garcia + + * doc/hildon-sections.txt + * hildon/hildon-button.c + * hildon/hildon-edit-toolbar.c + * hildon/hildon-gtk.[ch] + * hildon/hildon-main.c + * hildon/hildon-program.c + * hildon/hildon-stackable-window.c: + Documentation updates + +2009-08-28 Alberto Garcia + + * hildon/hildon-app-menu.c + (+hildon_app_menu_grab_notify, hildon_app_menu_class_init): + Close the menu if it receives a grab-notify signal. + + Fixes: NB#134533 (UI freezes if we show a dialog with + gtk_dialog_run() while a menu is opened) + +2009-08-27 Alejandro G. Castro + + * hildon/hildon-pannable-area.c, + (hildon_pannable_area_class_init): Reverted tuning modifications: + "Pannign needs to be faster" and "Pannable kinetics in large lists + needs tuning". + 2009-08-26 Alberto Garcia * hildon/hildon-sound.c (hildon_play_system_sound):