2009-09-23  Claudio Saavedra  <csaavedra@igalia.com>

	[2.2.0 Release Candidate 8]

	* NEWS: Updates
	* debian/changelog: update and bump

2009-09-23  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-note.c: Declare hildon_note_set_padding() only when using
	maemo-gtk.

2009-09-23  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/hildon-sections.txt: Add hildon_banner_show_custom_widget()
	* examples/hildon-banner-example.c: (area_expose),
	(custom_widget_new), (on_progress_idle): New example showing a custom widget.
	* hildon/hildon-banner.c:
	* hildon/hildon-banner.h: Add hildon_banner_show_custom_widget().

	Fixes: NB#140140 (Allow custom widgets to be used in banners)

2009-09-18  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-banner-example.c:
	(on_information_clicked), (on_animation_clicked), 
	(on_progress_clicked): GtkButton:clicked handlers do not return
	gboolean. Fix this.

2009-09-17  Claudio Saavedra  <csaavedra@igalia.com>

	[2.2.0 Release Candidate 7]

	* NEWS: Updates
	* debian/changelog: bump and updates

2009-09-17  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-gtk.c (hildon_gtk_window_take_screenshot):
	Use the Xlib API to take window screenshots, since the GDK API
	doesn't allow us to set the event mask.

	Fixes: NB#138857 (hildon_gtk_window_take_screenshot doesn't take a
	screenshot)

2009-09-14  Claudio Saavedra  <csaavedra@igalia.com>

	[2.2.0 Release Candidate 6]

	* debian/changelog: bump and updates.

2009-09-14  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-window.c: (hildon_window_update_menu_flag): Properly
	free a GList and avoid potential memory corruption.

2009-09-11  Claudio Saavedra  <csaavedra@igalia.com>

	[2.2.0 Release Candidate 5]

	* NEWS: Updates
	* debian/changelog: bump and updates

2009-09-11  Claudio Saavedra  <csaavedra@igalia.com>

	Do not set any flag for empty legacy menus

	* hildon/hildon-program.c: (hildon_program_set_common_menu):
	* hildon/hildon-window.c: (hildon_window_update_menu_flag):
	This will probably not work fine with empty legacy menus added to
	programs or windows and populated later, but so it's life.

2009-09-10  Claudio Saavedra  <csaavedra@igalia.com>

	Update the application menu flag for application-wise windows

	* hildon/hildon-program.c: (+hildon_program_on_common_app_menu_changed),
	(hildon_program_set_common_app_menu): Also take into account the visibility
	of its items.

2009-09-10  Claudio Saavedra  <csaavedra@igalia.com>

	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  <csaavedra@igalia.com>

	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  <csaavedra@igalia.com>

	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  <csaavedra@igalia.com>

	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  <csaavedra@igalia.com>

	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  <csaavedra@igalia.com>

	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  <csaavedra@igalia.com>

	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  <alex@igalia.com>

	* 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  <agarcia@igalia.com>

	* hildon/hildon-touch-selector.c
	(hildon_touch_selector_class_init):
	Documentation updates

	Fixes: MB#5103

2009-09-10  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-touch-selector.c:
	Documentation updates

	Fixes: MB#5104 (HildonTouchSelector docs should say no
	HildonPannableArea is necessary)

2009-09-08  Alejandro G. Castro  <alex@igalia.com>

	* 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  <csaavedra@igalia.com>

	[2.2.0 Release Candidate 3]

	* debian/changelog: updates

2009-09-07  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c,
	(hildon_pannable_area_class_init): Increased max speed.

2009-09-07  Claudio Saavedra  <csaavedra@igalia.com>

	[2.2.0 Release Candidate 2]

	* NEWS: Updates
	* debian/changelog: bump version, updates

2009-09-07  Alejandro G. Castro  <alex@igalia.com>

	* 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  <alex@igalia.com>

	* 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  <csaavedra@igalia.com>

	[2.2.0 Release Candidate 1]

	* NEWS: Updates
	* configure.ac: Bump version
	* debian/changelog: updates

2009-09-04  Alejandro G. Castro  <alex@igalia.com>

	* 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  <agarcia@igalia.com>

	* 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  <csaavedra@igalia.com>

	[Release 2.1.97]

	* configure.ac: bump version
	* NEWS: updates
	* debian/changelog: updates

2009-09-04  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-entry.c
	* hildon/hildon-text-view.c:
	Documentation updates

2009-09-04  Alberto Garcia  <agarcia@igalia.com>

	* 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  <csaavedra@igalia.com>

	* 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  <agarcia@igalia.com>

	* 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  <agarcia@igalia.com>

	* 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  <alex@igalia.com>

	* 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  <agarcia@igalia.com>

	* hildon/hildon-sound.c (hildon_play_system_sound):
	Set "module-stream-restore.id" to "x-maemo-system-sound" when
	playing system sounds

	Fixes: NB#133767 (Information and confirmation note sound should
	follow system profile setting)

2009-08-26  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c,
	(hildon_pannable_area_class_init): Added more force and increased
	the max speed threshold.

	Fixes: NB#135344 (Pannign needs to be faster)

2009-08-26  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.96, this time for real]

	* NEWS: updates
	* debian/changelog: updates

2009-08-26  Alejandro Pinheiro <apinheiro@igalia.com>

	* hildon/hildon-pannable-area.c
	(hildon_pannable_area_get_topmost): change the computation of the
	co-ordinates transformed when no one of the children is a topmost

	Fixes: NB#133252 (Opening any feed item from RSS always opens the
	first feed item in browser)

2009-08-26  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c,
	(hildon_pannable_area_remove_timeouts): Adding this new function
	with the code that removes the timeouts of the widget.
	(hildon_pannable_area_dispose),
	(hildon_pannable_area_unrealize): Use the new remove function to
	stop timeouts when unrealizing and disposing.
	(hildon_pannable_area_scroll_to): Added a CLAMP to the position
	calculation to avoid negative values in some cases.

	Fixes: NB#135179 (Remove pannable timeouts in unrealize function)

2009-08-24  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-check-button-example.c: (button_toggled_cb):
	* hildon/hildon-check-button.c: (hildon_check_button_toggled),
	(hildon_check_button_set_active), (hildon_check_button_new),
	(hildon_check_button_clicked), (hildon_check_button_class_init):
	* hildon/hildon-check-button.h:
	* hildon/hildon-set-password-dialog.c: (create_contents),
	(hildon_set_password_response_change), (hildon_checkbox_toggled):

	Revert "Make HildonCheckButton derive from GtkToggleButton"

2009-08-21  Alberto Garcia  <agarcia@igalia.com>

	[Release 2.1.96]

	* configure.ac: bump version
	* NEWS: updates
	* debian/changelog: updates

2009-08-21  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-check-button.h
	* hildon/hildon-check-button.c
	(hildon_check_button_clicked, hildon_check_button_class_init):
	Make HildonCheckButton derive from GtkToggleButton
	(hildon_check_button_toggled, hildon_check_button_set_active)
	(hildon_check_button_get_active):
	Deprecate unnecessary HildonCheckButton API and use the
	one from GtkToggleButton instead.

	* hildon/hildon-set-password-dialog.c (create_contents)
	(hildon_set_password_response_change, hildon_checkbox_toggled)
	* examples/hildon-check-button-example.c (button_toggled_cb):
	Update to use the GtkToggleButton API

	Fixes: MB#4739 (HildonCheckButton should inherit from
	GtkToggleButton)

	Fixes: NB#132661 (HildonCheckButton should inherit from
	GtkToggleButton)

2009-08-20  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-pannable-area.c
	(hildon_pannable_area_class_init):
	Increase default value of HildonPannableArea:velocity_max to 2000

	Fixes: NB#132584 (Pannable kinetics in large lists needs tuning)

2009-08-18  Alberto Garcia  <agarcia@igalia.com>

	[Release 2.1.95]

	* configure.ac: bump version
	* NEWS: updates
	* debian/changelog: updates

2009-08-11  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c
	(hildon_pannable_area_size_allocate): Checked the scrollbars
	before the first try when defining the layout, avoids two
	allocations in some situations.

	Fixes: NB#131794 (pannable area produces unnecessary allocations
	causing performance problems)

2009-08-11  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c
	(hildon_pannable_area_button_press_cb),
	(hildon_pannable_area_motion_notify_cb),
	(hildon_pannable_area_button_release_cb): Added unrefs to reduce
	the spurious ref added in the copy, fixes leak of window.

	Fixes: NB#130900 (HildonPannableArea will leak it's event_window
	if it's realized without showing and then deleted)

2009-08-10  Alberto Garcia  <agarcia@igalia.com>

	[Release 2.1.94]

	* configure.ac: bump version
	* NEWS: updates
	* debian/changelog: updates

2009-08-06  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-hvolumebar-timer-example.c
	(on_idle, main)
	* hildon/hildon-banner.c
	(hildon_banner_timeout, hildon_banner_ensure_timeout)
	* hildon/hildon-calendar.c
	(calendar_timer, start_spinning)
	* hildon/hildon-color-chooser.c
	(inline_limited_expose)
	* hildon/hildon-date-editor.c
	(hildon_date_editor_entry_focus_in)
	(hildon_date_editor_entry_validate)
	(hildon_date_editor_entry_select_all)
	* hildon/hildon-note.c
	(on_show_cb)
	* hildon/hildon-number-editor.c
	(hildon_number_editor_button_pressed)
	(hildon_number_editor_start_timer, do_mouse_timeout),
	(add_select_all_idle, hildon_number_editor_select_all)
	* hildon/hildon-time-editor.c
	(hildon_time_editor_entry_focus_in)
	(highlight_callback, hildon_time_editor_validate)
	(hildon_time_editor_entry_select_all)
	* hildon/hildon-time-picker.c
	(hildon_time_picker_arrow_press)
	(hildon_time_picker_key_repeat_timeout)
	* hildon/hildon-window.c
	(hildon_window_key_press_event)
	(hildon_window_escape_timeout):
	Replace all calls to g_idle_add/g_timeout_add with their
	gdk_threads counterparts.

	Fixes: NB#126198 (gdk-threads API should be used to install idle
	and timeout handlers)

2009-08-06  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c,
	(hildon_pannable_area_class_init): Increased the overshooting max
	speed to get a faster effect.
	(hildon_pannable_axis_scroll): Increased minimum speed and reduce
	deceleration of the overshooting
	(hildon_pannable_area_button_release_cb): Calculate initial
	overshooting speed when finger on the screen using the distance to
	launch the effect faster.

	Fixes: NB#126115 (Pannable list overshooting is unusably slow for
	lists with slow row renderers)

2009-08-05  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-sections.txt: Add new functions

2009-08-05  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-text-view.[ch]
	* hildon/hildon-entry.[ch]:
	Add deprecation guards around deprecated functions.

2009-08-05  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-app-menu.c: Remove leftover function declaration.

2009-08-05  Claudio Saavedra  <csaavedra@igalia.com>

	Remove the grab from HildonAppMenu

	* hildon/hildon-app-menu.c:
	Now hildon-desktop places a blocker window behind the menu to handle
	its closing, so the grab is no longer needed. This simplifies its
	implementation and allows the system blanking to succeed.

	Fixes: NB#130910 (Screen gets unlocked when menu is open)

2009-08-04  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.93]

	* configure.ac: bump version
	* NEWS: updates
	* debian/changelog: updates
	* debian/control: raise debian dependency on GTK+

2009-08-04  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-text-view.c
	* hildon/hildon-entry.c:
	Remove all placeholder code from HildonEntry and HildonTextView
	and use the API in GtkEntry and GtkTextView instead.

	* examples/hildon-entry-example.c
	* examples/hildon-text-view-example.c
	* examples/hildon-wizard-dialog-example.c
	* hildon/hildon-get-password-dialog.c
	* hildon/hildon-login-dialog.c
	* hildon/hildon-picker-dialog.c
	* hildon/hildon-set-password-dialog.c
	* hildon/hildon-touch-selector-entry.c:
	Replace all deprecated calls to HildonEntry and HildonTextView
	with their Gtk counterparts.

	Fixes: NB#122395 (hildon_entry_set_placeholder() should be in
	GtkEntry)

2009-08-03  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c,
	(hildon_pannable_area_check_move),
	(hildon_pannable_area_button_release_cb),
	(hildon_pannable_area_scroll_to): Reverted the priority change of
	the timeout, in some situations, slow renderers, the click do not
	make it to the mainloop on time.

	Fixes NB#131013 (unable to stop panning file manager by tapping on
	it)

2009-07-30  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: bump version
	* NEWS: updates
	* debian/changelog: updates

2009-07-28  Alejandro Pinheiro <apinheiro@igalia.com>

	* hildon/hildon-touch-selector.[ch]
	(hildon_touch_selector_center_on_index): New method that allows to center
	on a item not selected

	Fixes NB#130291 (New HildonTouchSelector API is required to center on
	any column item)

2009-07-29  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-text-view.c
	(+set_logical_color, +hildon_text_view_style_set)
	(hildon_text_view_refresh_contents, hildon_text_view_class_init)
	(hildon_text_view_init)
	* hildon/hildon-entry.c
	(+set_logical_color, +hildon_entry_style_set)
	(hildon_entry_show_placeholder, hildon_entry_hide_placeholder)
	(hildon_entry_class_init, hildon_entry_init)
	* hildon/hildon-button.c
	(+set_logical_font, +set_logical_color)
	(hildon_button_style_set, hildon_button_init)
	(hildon_button_set_arrangement, hildon_button_set_style):
	Remove all calls to hildon_helper_set_logical_font() and
	hildon_helper_set_logical_color(), which are recursive, from
	within Hildon.

	Fixes: NB#123409 (Showing dialog consumes significant amount of
	time)

2009-07-29  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c,
	(hildon_pannable_area_timeout): Added the process updates of the
	scrollbars window in the pannable.

	Fixes: NB#130043 (scrollindicator not smooth while panning)

2009-07-23  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c,
	(hildon_pannable_area_check_move),
	(hildon_pannable_area_button_release_cb),
	(hildon_pannable_area_scroll_to): Increased the priority of the
	timeout this way it is going to be handled before the events.

2009-07-22  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.91]

	* configure.ac: bump version
	* debian/changelog: updates

2009-07-21  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-entry.c: (set_property): Do not allow to set
	automatic height and use finger height instead, to prevent an to
	have a smaller size than than its theme pixbuf.

	Fixes: NB#118398 (HildonEntry - unnecessary rescaling of images)

2009-07-21  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: postrelease version bump.
	* debian/changelog: post release version bump

2009-07-21  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.90]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-07-20  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-note.c: (label_size_request): Take the note
	padding into account when setting the size request.

	Fixes: NB#127896 (Information notes text truncated)

2009-07-16  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: postrelease version bump.
	* debian/changelog: post release version bump

2009-07-16  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.88]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-07-16  Alejandro G. Castro  <alex@igalia.com>


	* hildon/hildon-text-view.c,
	(hildon_text_view_button_press_event): Grabbed the focus in button
	press, this way we are sure the widget has the focus in the
	release event, required for HIM.

	Fixes: NB#121445 (Virtual keyboard opening is not working in same
	way for each text entry field)

2009-07-15  Alejandro Pinheiro <apinheiro@igalia.com>

	* hildon/hildon-pannable-area.[ch](hildon_pannable_area_set_focus_child)
	(hildon_pannable_area_center_on_child_focus ,hildon_pannable_area_class_init)
	(hildon_pannable_area_get_property, hildon_pannable_area_set_property)
	(hildon_pannable_area_button_press_cb, hildon_pannable_area_button_release_cb)
	(hildon_pannable_area_[gs]et_center_on_child_focus)
	Redefined GtkContainer set-focus-child signal, in order to center
	properly on a child when it receives the focus. Defined a new property
	"center-on-child-focus" in order to activate this feature (deactivated
	by default). Public get/set methods defined to manage the property.

	Fixes: NB#108487 (Phone settings dialog should scroll to focused field)

2009-07-14  László Pere  <lpere@blumsoft.eu>

	* hildon/hildon-app-menu.c: (hildon_app_menu_apply_style): Ensure that
	the new size is applied.

	Fixes: NB#124510 (The Application Menu is distorted when switched
	between portrait and landscape mode)
	Fixes: NB#115388 (Power key menu does not resize itself)

2009-07-01  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-banner.c (hildon_banner_map):
	Set banner position after mapping.

2009-06-29  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: postrelease version bump.
	* debian/changelog: post release version bump

2009-06-29  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.86]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-06-29  Adam Endrodi  <adam.endrodi@blumsoft.eu>

	* hildon/hildon-program.c (hildon_program_update_top_most): Ignore
	BadWindow error.

2009-06-26  Alejandro Pinheiro  <apinheiro@igalia.com>

	* tests/check-hildon-banner.c
	* tests/check_text.c
	* tests/test_suites.h
	Protect hildon-banner tests with #ifndef HILDON_DISABLE_DEPRECATED, as
	were testing deprecated functions.
	* examples/hildon-banner-example.c: typo on button3 type, that causes
	a fail compiling with --with-examples but without --disable-deprecated

	Missed commit in order to fix compilation using '--enable-fatal' and
	'--disable-deprecated' (see previous commit)

2009-06-26  Alejandro Pinheiro  <apinheiro@igalia.com>

	* examples/hildon-banner-example.c: Protect deprecated hildon-banner
	functions with #ifndef HILDON_DISABLE_DEPRECATED
	* examples/hildon-find-toolbar.c: Protect deprecated
	HILDON_ICON_SIZE_TOOLBAR with #ifndef HILDON_DISABLE_DEPRECATED
	* hildon/hildon-find-toolbar.c: Change deprecated HILDON_ICON_SIZE_TOOLBAR
	in favor of HILDON_ICON_PIXEL_SIZE_FINGER
	* hildon/hildon-private.h: Unmark hildon_privfate_create_animation() as
	deprecated.
	* hildon/hildon-stackable-window.c: Added #undef HILDON_DISABLE_DEPRECATED
	to allow proper compilation of deprecated functions defined on the header

	Fixed compilation using '--enable-fatal' and '--disable-deprecated'

2009-06-25  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-pannable-area.c: (hildon_pannable_area_init):
	Cache the panning indicator color.,
	(hildon_pannable_area_style_set): Query the color on style changes.
	(hildon_pannable_draw_vscroll),
	(hildon_pannable_draw_hscroll),
	(hildon_pannable_area_expose_event): Use the cached panning indicator
	color instead of looking it up on every expose and more.

2009-06-25  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-pannable-area.c: (hildon_pannable_draw_vscroll),
	(hildon_pannable_draw_hscroll),
	(hildon_pannable_area_expose_event): Fix the panning indicator color,
	so that it's "SecondaryTextColor", as desired.

2009-06-25  Alejandro Pinheiro  <apinheiro@igalia.com>

	* hildon/hildon-picker-dialog.c:
	(selection_completed): take into account HILDON_UI_MODE_NORMAL
	* hildon/hildon-touch-selector.c
	(hildon_touch_selector_init): Initialize hildon-ui-mode
	(hildon_touch_selector_row_activated): new callback for the
	"row-activated"	signal, in order to save the last activated
	(hildon_touch_selector_check_ui_mode_coherence): new method that checks
	if the current hildon-ui-mode is coherent with the touch selector
	(hildon_touch_selector_class_init)
	(hildon_touch_selector_get_property)
	(hildon_touch_selector_set_property)
	Added "hildon-ui-mode" property
	(disconnect_model_handlers): renamed to clean_column
	(hildon_touch_selector_remove): use clean_column function
	(_create_new_column): use the hildon-ui-mode to create the treeview, and
	only select the first element on HILDON_UI_MODE_EDIT
	(hildon_touch_selector_column_init): Initialize last_activate
	(hildon_touch_selector_append_column): check that the touch selector
	is coherent with the current hildon-ui-mode
	(hildon_touch_selector_get_hildon_ui_mode)
	(hildon_touch_selector_set_hildon_ui_mode)
	Added a getter/setter for the hildon-ui-mode property
	(hildon_touch_selector_get_last_activated_row): Added this method in
	order to get the last activated row.
	* examples/hildon-touch-selector-normal-mode-example.c
	New example, that shows how to use the HildonTouchSelector in
	HILDON_UI_MODE_NORMAL

	Fixes: NB#95685 (Add field dialog should use HILDON_UI_MODE_NORMAL), using
	Kristian Rietveld <kris@lanedo.com> advices

2009-06-25  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-time-selector.c: (update_format_policy): Do
	not call update_format_dependant_columns() if not necessary.
	(update_format_dependant_columns): Remove unnecessary check for
	the number of columns.

2009-06-24  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-note.c (+hildon_note_constructor),
	(hildon_note_class_init), (+hildon_note_set_padding),
	(hildon_note_rebuild): Install a constructor where to set the
	padding properties in the note, so that it actually works fine.
	Use hildon_note_set_padding() for this, and also to set it during
	the note rebuild.

2009-06-24  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: Bump GTK+ requirement to 2.14.3.
	* hildon/hildon-note.c: (hildon_note_rebuild): Use gtk_dialog_set_padding()
	when using maemo-gtk to define proper margins for the notes.

	Fixes: NB#124408 (Confirmation notes: the 'Yes' button overlaps
	with the dialog edge)

2009-06-24  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-banner.c
	(hildon_banner_class_init):
	Center text.
	(+hildon_banner_size_request):
	Request always the full width of the screen.
	(hildon_banner_realize)
	(-hildon_banner_check_position, hildon_banner_map):
	hildon_banner_check_position() is not needed in Hildon 2.2.
	(-hildon_banner_reset_wrap_state)
	(hildon_banner_constructor, hildon_banner_init):
	Remove unnecessary calls to hildon_banner_reset_wrap_state()
	(+banner_do_set_text)
	(force_to_wrap_truncated):
	Remove has_been_wrapped and has_been_truncated attributes.
	(+reshow_banner, hildon_banner_real_show_information)
	(hildon_banner_show_information_with_markup)
	(hildon_banner_show_animation, hildon_banner_show_progress)
	(hildon_banner_set_text, hildon_banner_set_markup):
	Refactor code. Shrink banner vertically to use the minimum space
	necessary everytime the text of the label is updated.
	(screen_size_changed):
	Call force_to_wrap_truncated() when the size of the screen
	changes.

	Fixes: NB#120500 (only device memory connect mmc in use info
	banner is left aligned)

	Fixes: NB#120613 (Size of HildonBanner varies depending on
	previously opened banners)

2009-06-24  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-color-chooser.c
	(hildon_color_chooser_pointer_motion): Take the widget allocation
	into account.

	Fixes: NB#124385 (Unable to select exact point in color mixing box
	in color palette dialog)

2009-06-23  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c (hildon_pannable_area_class_init)
	(hildon_pannable_area_dispose)
	(hildon_pannable_area_button_press_cb)
	(hildon_pannable_area_timeout, hildon_pannable_area_check_move)
	(hildon_pannable_area_button_release_cb)
	(hildon_pannable_area_scroll_cb, hildon_pannable_area_jump_to):
	New 'panning-started' and 'panning-finished' signals.

	Fixes: NB#121732 (New feature request: Signal to pannable area
	that informs when panning is stopped.)

2009-06-23  Mox Soini  <ext-mox.soini@nokia.com>

	* hildon/hildon-wizard-dialog.c: (create_title): Use separator
	instead of hardcoded colon.

	Fixes: NB#124090 (New calendar wizard title is not using
	ecdg_ti_caption_separator)

2009-06-22  David King  <davidk@openismus.com>

	* hildon/hildon-find-toolbar.c: Add Gtk-Doc markup for types,
	constants and functions, as well as correct many typos throughout the
	documentation text.

	Fixes: MB#4700 (HildonFindToolbar documentation lacks Gtk-Doc markup,
	and needs cleanup)

2009-06-22  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: postrelease version bump.
	* debian/changelog: post release version bump

2009-06-22  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.84]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-06-18  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-window-stack.c
	(hildon_window_stack_pop_and_push_list):
	Prevent windows from having the same stack index

2009-06-18  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-window-stack.c (_hildon_window_stack_do_push):
	Use the index of the previous window rather than the stack length
	to calculate the new index.

	Fixes: NB#122389

2009-06-18  Alejandro Pinheiro <apinheiro@igalia.com>

	* hildon/hildon-date-selector.c
	(hildon_date_selector_select_current_date)
	(hildon_date_selector_get_date)
	(hildon_date_selector_select_day):
	Update the documentation: uses always the range (1-31), as it is obvious
	that the final one will depend on the month and the year, but globally
	the range is this, in a similar GtkCalendar approach
	(hildon_date_selector_get_date):
	Update the documentation: add NULL as a valid value for the day, month
	and year locations

	Fix some details, after talk with David King on bug MB#4698

2009-06-18  Alejandro Pinheiro <apinheiro@igalia.com>

	* hildon/hildon-touch-selector-entry.c
	* hildon/hildon-touch-selector.c
	Update the documentation of the "text-column" property

2009-06-18  David King  <davidk@openismus.com>

	* hildon/hildon-note.c: Add Gtk-Doc markup where appropriate. Correct
	several typos and errors throughout the documentation.

	Fixes: MB#4701 (HildonNote documentation lacks some Gtk-Doc markup and
	has some mistakes)

2009-06-18  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-note.c (hildon_note_realize):
	Make HildonNote support portrait mode.

	Fixes: NB#123448 (HildonNote is not portrait-friendly)

2009-06-17  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-color-chooser.c (hildon_color_chooser_new):
	Document this function

2009-06-17  David King  <davidk@openismus.com>

	* hildon/hildon-date-selector.c
	(hildon_date_selector_select_current_date)
	(hildon_date_selector_get_date): Update documentation regarding days,
	as the day of the month is dependent on both the month and the year.
	(hildon_date_selector_get_date): Fix documentation of output arguments.

	Fixes: MB#4698 (DateSelector documentation has bad output argument
	description, and the day depends on both the month and the year)

2009-06-17  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-caption.c: Other documentation fixes to
	HildonCaption.

2009-06-17  David King  <davidk@openismus.com>

	* hildon/hildon-caption.c: Minor documentation updates for
	HildonCaption. Fixes MB#4697.

2009-06-17  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/hildon-docs.sgml: Add hildon-version section.
	* doc/hildon-sections.txt:
	* hildon/hildon-version.h.in: Document versioning macros and
	add HILDON_VERSION.

2009-06-17  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/hildon-sections.txt: Remove HILDON_DISABLE_DEPRECATED
	from HildonPickerDialog section.

2009-06-16  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-banner.c (hildon_banner_bind_style)
	(screen_size_changed, hildon_banner_init)
	(hildon_banner_real_show_information)
	(hildon_banner_show_information_with_markup)
	(hildon_banner_show_animation, hildon_banner_show_progress):
	Set a different widget name to banners in portrait mode, for them
	to be themed correctly.

2009-06-16  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-note.c (hildon_note_rename, screen_size_changed):
	Set a different widget name to notes in portrait mode, for them to
	be themed correctly.

	Partially fixes: NB#118401 (HildonNote causes unnecessary
	rescaling of images)

2009-06-16  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-note.c (hildon_note_class_init)
	(+hildon_note_size_request, screen_size_changed):
	Always request the full width of the screen.

	Fixes: NB#118375 (unnecessary rescaling of images)

2009-06-16  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c,
	(hildon_pannable_area_init),
	(hildon_pannable_area_realize): Replaced old code adding flags in
	the object init, now we add it with the other flags in the realize
	method.

2009-06-16  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-note.c: (hildon_note_class_init): Several
	documentation improvements to the HildonNote widget.

2009-06-16  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-note.h: Document the HildonNoteType enumeration.

	Fixes: MB#4556 (HildonNoteType is undocumented)

2009-06-15  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-picker-button.c:
	Explain how HildonPickerButton sets the title of its dialog

	Fixes: MB#4528 (HildonPickerButton docs should mention how to set
	the title of its dialog)

2009-06-15  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-check-button.c:
	Documentation updates

	Fixes: MB#4598 (HildonCheckButton documentation doesn't say why it
	exists)

2009-06-15  Alberto Garcia  <agarcia@igalia.com>

	* hildon/Makefile.am
	* hildon/hildon-edit-toolbar-private.h
	* hildon/hildon-edit-toolbar.c
	(+hildon_edit_toolbar_set_progress_indicator)
	(hildon_edit_toolbar_init): Add progress indicator to the
	toolbar.

	* hildon/hildon-gtk.c
	(hildon_gtk_window_set_progress_indicator):
	If the window contains a HildonEditToolbar, enable the progress
	indicator there too.

	* hildon/hildon-private.h
	* hildon/hildon-private.c
	(+hildon_private_create_animation)
	* hildon/hildon-banner.c
	(-hildon_banner_create_animation):
	Moved to hildon-private.c

	Fixes: NB#102373 (Progress indicator also for the Edit mode
	toolbar)

2009-06-15  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-app-menu-private.h
	* hildon/hildon-app-menu.c (hildon_app_menu_insert)
	(hildon_app_menu_add_filter, +menu_item_button_event)
	(hildon_app_menu_button_release, hildon_app_menu_init):
	Make sure that buttons receive 'button-release-event' in spite of
	the grab held by HildonAppMenu

	Fixes: NB#108337 (Focus mismatch in items of AppMenu)

2009-06-15  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-app-menu.c
	(hildon_app_menu_apply_style, hildon_app_menu_class_init):
	New style property to set the size of the group of filter buttons.

	Fixes: NB#122033 (Filter buttons in view menus incorrectly sized)

2009-06-15  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.82]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-main.c: Minor documentation fixes.

2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/hildon-sections.txt:
	* hildon/hildon-defines.h: Document the defines, organize them,
	and mark deprecations as such.

	Fixes: MB#4463 (Hildon size #defines are undocumented)

2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-animation-actor.c:
	* hildon/hildon-app-menu.c:
	* hildon/hildon-button.c:
	* hildon/hildon-date-editor.c:
	* hildon/hildon-dialog.c:
	* hildon/hildon-edit-toolbar.c:
	* hildon/hildon-entry.c:
	* hildon/hildon-program.c:
	* hildon/hildon-remote-texture.c:
	* hildon/hildon-stackable-window.c:
	* hildon/hildon-text-view.c:
	* hildon/hildon-touch-selector.c:
	* hildon/hildon-window-stack.c:
	* hildon/hildon-window.c:

	Remove redundant "represents" wording from most of the documentation.

	Fixes: MB#4554 (Documentation: Annoying "represents" phrasing.)

2009-06-12  Alberto Garcia  <agarcia@igalia.com>

	* po/POTFILES.in
	* doc/Makefile.am
	* hildon/Makefile.am
	* hildon/hildon-banner-private.h
	* hildon/hildon-banner.c:
	Move HildonBannerPrivate to hildon-banner.c and remove
	hildon-banner-private.h
	Use a bit field to store private booleans.

2009-06-12  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-app-menu.c (hildon_app_menu_map):
	Don't install a new idle function if there's already one
	installed.

	Fixes: NB#122254

2009-06-11  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-window.c (hildon_window_toggle_gtk_menu)
	(+legacy_menu_realized, +legacy_menu_unmapped)
	(+set_legacy_menu_type):
	Set the _HILDON_WM_WINDOW_TYPE property to legacy Gtk app menus so
	they can be identified by the window manager.

	Fixes: NB#101437 (Invoking CSM on the left side of page area is
	displayed in wrong location)

	Fixes: MB#4563 (Popup menu won't locate at the left side of the
	screen)

2009-06-11  Alberto Garcia  <agarcia@igalia.com>

	Remove m4/gtk-doc.m4, as it already comes with gtk-doc-tools

	Fixes: MB#4616 (Compiling libhildon requires gtk-doc but does not
	use gtk-doc support)

2009-06-11  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-code-dialog.c
	* hildon/hildon-date-editor.c
	* hildon/hildon-number-editor.c
	* hildon/hildon-seekbar.c
	* hildon/hildon-stackable-window.c
	* hildon/hildon-window.c:
	Misc documentation updates

2009-06-10  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-entry.c (hildon_entry_class_init): Make HildonEntry:size
	a G_PARAM_CONSTRUCT property, to allow the default size to be set.

	Fixes: NB#117931 (Theming issues in accounts dialogs)

2009-06-09  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c,
	(hildon_pannable_area_button_release_cb): Changed the coordinates
	of the original release in case we want to discard the release,
	some widgets in Fremantle do not handle the leave-notify.

2009-06-09  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c,
	(hildon_pannable_area_button_release_cb): Reviewed the logic of
	the release using the last refactored functions and avoiding the
	movement if an element was selected.

2009-06-09  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c,
	(hildon_pannable_area_check_move),
	(hildon_pannable_area_handle_move),
	(hildon_pannable_area_motion_notify_cb): Refactored the
	motion_notify method using a couple of new functions.

2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-date-selector.c:
	(hildon_date_selector_construct_ui):
	* hildon/hildon-time-selector.c:
	(hildon_time_selector_constructor):
	* hildon/hildon-touch-selector-entry.c:
	(hildon_touch_selector_entry_set_text_column),
	(hildon_touch_selector_entry_get_text_column):
	* hildon/hildon-touch-selector.c: (_default_print_func),
	(hildon_touch_selector_new_text): Use
	hildon_touch_selector_set/get_text_column() instead of
	setting/getting the "text-column" property.

2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/hildon-sections.txt: Add the new public methods below.

	* examples/hildon-picker-button-multicolumn-example.c:
	(create_touch_selector):
	* examples/hildon-touch-selector-example.c: (create_selector):
	* examples/hildon-touch-selector-multi-cells-example.c:
	(create_selector):
	Use hildon_touch_selector_column_set_text_column()

	* hildon/hildon-touch-selector-column.h:
	* hildon/hildon-touch-selector.c:
	(hildon_touch_selector_column_set_text_column),
	(hildon_touch_selector_column_get_text_column):
	Make hildon_touch_selector_column_set/get_column() public, use
	them in the inline example, document them, and reference to them
	in the docs.

2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-time-selector.c: Fix the docs for
	hildon_time_selector_new_step().

2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-touch-selector.c: Improve the documentation for
	hildon_touch_selector_append_column().

	Fixes MB#4641 (Documentation:
	hildon_touch_selector_append_column() ref-counting)

2009-06-08  Claudio Saavedra  <csaavedra@igalia.com>

	* tests/check-hildon-controlbar.c: (test_set_range_invalid):
	Comment out test 5, since the hildon_controlbar_set_range() range
	check is broken and fixing it would have side effects. Also,
	this finally fixes make distcheck.

	Fixes: NB#101420 (Update unit tests and fix make distcheck)

2009-06-18  Claudio Saavedra  <csaavedra@igalia.com>

	* tests/TEST-CASES.txt: Remove other bogus test.
	* tests/check-hildon-controlbar.c: (test_set_value_invalid):
	Remove bogus test that was setting/retrieving a valid value.

2009-06-08  Claudio Saavedra  <csaavedra@igalia.com>

	* tests/TEST-CASES.txt: Remove bogus tests.
	* tests/check-hildon-color-chooser.c: (test_set_color_invalid):
	Remove three bogus tests that were actually setting valid colors.

2009-06-08  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump
	* debian/changelog: post release version bump

2009-06-08  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.80]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-06-08  Christian Dywan  <christian@lanedo.com>

	* debian/changelog:
	* debian/control:
	* hildon/hildon-helper.c (hildon_format_file_size_for_display):
	Correct errors in hildon_format_file-size_for_display and use
	translations from the hildon-fm package instead of osso-filemanager.

2009-06-08  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c,
	(hildon_pannable_area_init): Initialized new values to handle the
	adjustment position.
	(hildon_pannable_area_adjust_value_changed): Check if the values
	changed before even call the redraw function.
	(hildon_pannable_area_size_allocate),
	(hildon_pannable_axis_scroll),
	(hildon_pannable_area_scroll),
	(hildon_pannable_area_jump_to): Improved the diagonal movement
	case.

	Fixes: NB#113065 (Image viewer image scrolling updates in X, then
	Y)

2009-06-08  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-banner-example.c:
	Several style updates
	(on_animation_clicked, on_animation_idle)
	(on_progress_clicked, on_progress_idle):
	Add additional reference for the cases when the parent window is
	destroyed.

2009-06-08  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-sections.txt
	* hildon/hildon-pannable-area.c
	* hildon/hildon-banner.h
	* hildon/hildon-banner.c: Documentation updates.

	Fixes: MB#4643 (Documentation: hildon_banner_show_information()
	memory management)

2009-06-05  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-calendar-popup.h:
	* hildon/hildon-caption.h:
	* hildon/hildon-code-dialog.h:
	* hildon/hildon-controlbar.h:
	* hildon/hildon-date-editor.h:
	* hildon/hildon-dialog.h:
	* hildon/hildon-get-password-dialog.h:
	* hildon/hildon-hvolumebar.h:
	* hildon/hildon-login-dialog.h:
	* hildon/hildon-note.h:
	* hildon/hildon-number-editor.h:
	* hildon/hildon-range-editor.h:
	* hildon/hildon-seekbar.h:
	* hildon/hildon-set-password-dialog.h:
	* hildon/hildon-sort-dialog.h:
	* hildon/hildon-time-editor.h:
	* hildon/hildon-time-picker.h:
	* hildon/hildon-volumebar-range.h:
	* hildon/hildon-volumebar.h:
	* hildon/hildon-vvolumebar.h:
	* hildon/hildon-weekday-picker.h:
	* hildon/hildon-window.h:
	* hildon/hildon-wizard-dialog.h: Replaced the deprecated GTK
	macros with the current replacements

	Fixes: NB#120941 (HildonWindow using deprecated GTK_CHECK* macros)

2009-06-04  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-color-button.c (hildon_color_button_init): Use
	HILDON_ICON_PIXEL_SIZE_FINGER for the color icon and 80x70 for the button
	itself, to make it fit better with Fremantle style.

	Fixes: NB#109878 (height and width of focus on color icon is not
	consistent with other item in the application tool bar)

2009-06-02  Alejandro Pinheiro  <apinheiro@igalia.com>

	* hildon/hildon-touch-selector.c:
	(hildon_touch_selector_optimal_size_request): use the current requisition
	as the base, in order to include any possible extra widget, like the
	hildon entry on HildonTouchSelectorEntry

	Fixes: NB#119805 (Merge conflict picker dialogs are too small)

2009-05-29  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump
	* debian/changelog: post release version bump

2009-05-29  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.78]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-05-29  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-banner-private.h: Add a GtkAlignment to the private
	structure.
	* hildon/hildon-banner.c (hildon_banner_init): Use a GtkAlignment
	to ensure the banner contents are centered, instead of relying on
	the expand and fill properties in GtkHBox.
	(hildon_banner_ensure_child): Do not expand nor fill the child widget.

	Fixes: NB#108265 (Animation banner not properly centered)

2009-05-28  Alejandro Pinheiro <apinheiro@igalia.com>

	* hildon/hildon-pannable-area.c
	(hildon_pannable_area_initial_effect): Remove the initial_effect
	management, check initial_hint
	(hildon_pannable_are_expose_event): Remove the initial_hint management,
	set initial_effect to FALSE
	(hildon_pannable_are_refresh): Check if we need to show the scrollbars,
	by launching the fade_timeout if the scrollbars state has changed and are
	visible
	* examples/hildon-pannable-area-initial-hint-example.c
	Modified to allow to remove rows too. Add and remove rows one by one.

2009-05-28  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-app-menu.c (hildon_app_menu_find_intruder):
	Don't close the menu if there's an animation actor below it.

	Fixes: NB#117927 (Application menu not usable with animation
	actors)

2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-picker-dialog.c (hildon_picker_dialog_init): Unset
	"focus-on-click" from the dialog button, to avoid stealing the
	focus from the entry.

	Fixes: NB#118903 (Account setup wizard: Text in Search field
	should be focused when "Region" touch list picker is reopened
	again)

2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-picker-dialog.c (hildon_picker_dialog_init),
	(prepare_action_area): Completely hide the dialog separator.

2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-touch-selector-entry.c
	(hildon_touch_selector_entry_print_func), (entry_on_text_changed),
	(hildon_touch_selector_entry_changed): Use HildonEntry text API,
	now that the entry is exposed.

2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-touch-selector-entry.c
	(hildon_touch_selector_entry_init): Change the entry's size
	to HILDON_SIZE_FINGER_HEIGHT, avoiding unnecessary scaling.

2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-entry.c (hildon_entry_class_init): Set the default
	height to HILDON_SIZE_AUTO_WIDTH and HILDON_SIZE_FINGER_HEIGHT, to
	avoid unnecessary scaling.

2009-05-27  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-app-menu.c (hildon_app_menu_map):
	Create grab transfer window before calling parent's map function.

	Fixes: NB#115988 (hildon_app_menu_popup creates menu with
	"crushed" button(s) in the top left corner)

2009-05-26  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-window-stack.c (_hildon_window_stack_do_push):
	Check if the window is already realized when pushing it.

2009-05-25  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump
	* debian/changelog: post release version bump

2009-05-25  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.76]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-05-25  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-app-menu.c: Doc updates.

2009-05-25  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-banner.c: Remove leftover macro.

2009-05-25  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c,
	(hildon_pannable_area_scroll_indicator_fade),
	(hildon_pannable_area_button_release_cb): Reviewed vmin
	conditions, it could cause problems in the fadeout procedure.

2009-05-25  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c
	(hildon_pannable_area_button_release_cb): Added a threshold to
	push the animation if the speed is big (MAX_SPEED_THRESHOLD).

2009-05-25  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c,
	(hildon_pannable_area_set_property): Added code to sync the gtk
	dnd threshold with the panning threshold.

2009-05-25  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c,
	(hildon_pannable_area_class_init): Changed some of the default
	values, now it should be less responsive and more accurate.

2009-05-25  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c,
	(hildon_pannable_area_init),
	(hildon_pannable_area_scroll_indicator_fade),
	(hildon_pannable_area_button_press_cb),
	(hildon_pannable_axis_scroll),
	(hildon_pannable_area_timeout),
	(hildon_pannable_area_motion_notify_cb),
	(hildon_pannable_area_button_release_cb): Changed the name of the
	clicked attribute to button_pressed, it is more clear about its use.

2009-05-25  Alejandro Pinheiro <apinheiro@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_area_init): set scroll_delay_counter and scrollbar_fade_delay
	to 0
	(hildon_pannable_area_initial_effect): avoid to compute horizontal and
	vertical scrollbar visibility, and use the data on private section instead,
	remove the initial_hint check
	(hildon_pannable_area_expose_event): add the initial_hint check here

2009-05-25  Alejandro Pinheiro <apinheiro@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_area_initial_effect): set to FALSE initial_effect
	if the fadeout effect was used
	(hildon_pannable_area_expose_event): check if it is required to
	manage the initial effect on the begining of the function. Previously
	it was made at the end, but this doesn't ensure that the scrollbars
 	will be painted on the first show. Do not set to FALSE initial_effect,
	to ensure that the initial hint is showed the first time the pannable
	becomes scrollable.
	* examples/Makefile.am
	* examples/hildon-pannable-area-initial-hint-example.c:
	New example, to show that the initial-hint is showed when the widget
	becomes scrollable

 	Fixes: NB#116607 (Pannable area should always have scrollbar visible
	initially if the application can be scrolled)

2009-05-25  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-app-menu.c (hildon_app_menu_repack_items):
	Resize table before adding new items to make sure that
	gtk_table_resize() is called just once.

2009-05-25  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-app-menu-private.h
	* hildon/hildon-app-menu.c (item_visibility_changed)
	(filter_visibility_changed, hildon_app_menu_show_all)
	(hildon_app_menu_hide_all, hildon_app_menu_init):
	Rearrange items just once when gtk_widget_show_all()/hide_all()
	are used.

2009-05-25  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-app-menu.c
	(hildon_app_menu_insert, hildon_app_menu_add_filter):
	Don't call gtk_widget_show() on added items.

	Fixes: NB#109063 (HildonAppMenu shouldn't show its items
	automatically when they're added)

2009-05-20  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-banner.c
	(hildon_banner_realize, +hildon_banner_unrealize)
	(+screen_size_changed, hildon_banner_class_init):
	Redisplay the banner if the screen is rotated.

	Fixes: NB#117870 ('Disconnect charger...' info banner is truncated
	on transition from landscape to portrait)

2009-05-20  Alejandro Pinheiro  <apinheiro@igalia.com>

	* hildon/hildon-banner.[ch]:
	(hildon_banner_show_information_override_dnd): remove icon_name from the
	method definition as it is ignored.
	* examples/hildon-banner-dnd-example.c: updated with the change on
	hildon-banner.h API

2009-05-20  Alejandro Pinheiro  <apinheiro@igalia.com>

	* hildon/hildon-banner-private.h: new require_override_dnd and
	overrides_dnd variables
	* hildon/hildon-banner.h:
	(hildon_banner_show_information_override_dnd): new method, that shows
	the information but sets the override flag, in order to show important
	messages
	* hildon/hildon-banner.c
	(hildon_banner_show_information_override_dnd): new method
	(hildon_banner_set_override_flag): new utility function
	(hildon_banner_real_show_information): new utility function, in order to
	generalize the current hildon_banner_show_information_override_dnd and
	hildon_banner_show_information_override_dnd
	* examples/Makefile.am
	* examples/hildon-banner-dnd-example.c: New example that show how to
	use the new hildon_banner_show_information_override_dnd

	Fixes: NB#114874 (There is no possibility to show hildon banners with
	DND flag set)

2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-pannable-area.c: Add a comment explaining the math
	behind hildon_pannable_calculate_vel_factor().

2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-pannable-area.c
	(hildon_pannable_calculate_vel_factor): Correct the sum of the
	deceleration factors.

2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-pannable-area.c (hildon_pannable_area_class_init):
	Reduce the default value for 'scroll_time' to 1 second, since the
	current initial scrolling takes too much time.

2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-pannable-area.c (hildon_pannable_area_init): Do not
	calculate velocity factor during initialization, since the properties
	are not yet set.

2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-pannable-area.c
	(hildon_pannable_area_set_property): Calculate the velocity factor
	after setting the deceleration property and not after.

2009-05-20  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-entry.c
	(hildon_entry_class_init, +set_property, hildon_entry_new)
	* hildon/hildon-check-button.c
	(hildon_check_button_class_init)
	(+set_property, hildon_check_button_new):
	Make the theme size a property.

	Fixes: NB#117928 (Widgets such as Entry and CheckButton (and
	others) do too much in the _new function)

2009-05-18  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump
	* debian/changelog: post release version bump

2009-05-18  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.74]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-05-15  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-gtk.h
	* hildon/hildon-gtk.c (hildon_gtk_window_take_screenshot):
	New API function to take a screenshot of a window

	Fixes: NB#106374 (Need API to take a loading screenshot)

2009-05-15  Alejandro Pinheiro  <apinheiro@igalia.com>

	* hildon/hildon-time-selector.c
	(update_format_policy): prevent to use hours and minutes unitialized

2009-05-15  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-window.c (hildon_window_size_request):
	Always request the full size of the screen (minus the title bar if
	not in fullscreen mode).

	Fixes: NB#107486 (HildonWindow should size itself properly)

2009-05-14  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-note-private.h: Add idle_handler to the private data.
	* hildon/hildon-note.c (hildon_note_init), (hildon_note_finalize),
	(on_show_cb), (sound_handling): Disconnect the idle handler for
	the sound when the note is finalized to avoid possible crashes.

	Fixes: NB#116786 (Image viewer crases whie trying to launch menu,
	in a scenario)

2009-05-13  Artem Egorkine  <ext-artem.egorkine@nokia.com>

	* src/hildon-animation-actor.c,
	* src/hildon-remote-texture.c:
	Added proper object cleanup to remove signal handler and object
	references as HildonAnimationActor and HildonRemoteTexture
	objects get destroyed.

	Fixes: NB#116682 (Destroying parented animation actors when
	parent in unmapped leads to crash)

2009-05-13  Claudio Saavedra  <csaavedra@igalia.com>

	Based on a patch by Christian Dywan (christian@imendio.com)

	* doc/hildon-sections.txt:
	* hildon/hildon-helper.c (+hildon_format_file_size_for_display):
	* hildon/hildon-helper.h: New file size formatting method.
	* debian/changelog:
	* debian/control: Depend on osso-filemanager l10n package for
	proper localization strings.

2009-05-13  Claudio Saavedra  <csaavedra@igalia.com>

	* tests/Makefile.am: Include top_srcdir to make possible to build
	tests in a different builddir.
	* tests/*.c: Include <hildon/hildon-*.h> to allow building tests
	on a different builddir.

2009-05-12  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-touch-selector.c (disconnect_model_handlers),
	(hildon_touch_selector_remove): Disconnect model's signal handler
	on column removal.

	Fixes: NB#116289 (Hildon home crashes while adding task
	shortcuts.)

2009-05-11  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-button.c
	(hildon_button_set_title, hildon_button_set_value):
	Hide labels containing an empty string.

2009-05-11  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump
	* debian/changelog: post release version bump

2009-05-11  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.72]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-05-08  Alejandro Pinheiro <apinheiro@igalia.com>

	* hildon/hildon-note-private.h: Removed sound_signal_handler
	* hildon/hildon-note.c
	(on_show_cb): new callback on note "show" event, this simply adds
	a idle, with the function sound_handling
	(sound_handling): removed the sound_signal_handler management
	(hildon_note_init): connect note "show" event to on_show_cb
	(hildon_note_realize): remove the connection to "expose-event"

	Fixes: NB#115242 (Sound is not played every time for the 'Switch off
	device?' confirmation note)

2009-05-08  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-note.c
	(hildon_note_new_information_with_icon_name)
	(hildon_note_new_confirmation_with_icon_name):
	Terminate the list of parameters in g_object_set() calls

	Fixes: NB#115166 (Formatting memory card is not taking place)

2009-05-08  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-sound.c (hildon_play_system_sound): Set the
	"dialog-information" role for the sound being played.

2009-05-06  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-app-menu.c (hildon_app_menu_init):
	Don't make the menu a modal window, it causes strange interactions
	with the pointer grab and it's not really needed.

	Fixes: NB#105529 (Empty App menu is launched in a scenario.)

2009-05-06 Alejandro Pinheiro <apinheiro@igalia.com>

	* hildon/hildon-touch-selector.[ch]
	(hildon_touch_selector_optimal_size_request): function added to get a
	optimal size request from the touch selector, when you want a dialog to
	show as much of the selector
	* hildon/hildon-picker-dialog.c:
	Removed HILDON_TOUCH_SELECTOR_HEIGHT macro
	(hildon_app_menu_class_init):
	New "max-height-landscape" and "max-height-portrait" style properties
	(hildon_picker_dialog_size_request): redefined GtkWidget::size_request
	(hildon_picker_dialog_get_max_height): returns the maximum height using
	the style properties defined and checking the current portrait/landscape
	status
	(_hildon_picker_dialog_set_selector): removed the set_size_request

	Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)

2009-05-06  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-bread-crumb-trail.c:
	* hildon/hildon-bread-crumb.c:
	* hildon/hildon-seekbar.c:
	Add reference to replacements for these deprecated widgets.

	Fixes: MB#4461 (Documentation: All deprecations should mention
	replacements)

2009-05-06 Alejandro Pinheiro <apinheiro@igalia.com>

	* examples/hildon-remote-texture-example.c

	Change the include to the hildon-remote-texture in order to compile
	properly the examples on the installed libhildon1-examples package

2009-05-05  Claudio Saavedra  <csaavedra@igalia.com>

	* tests/Makefile.am: Add check for HildonPickerButton.
	* tests/check-hildon-picker-button.c (fx_setup), (fx_teardown),
	(START_TEST), (create_hildon_picker_button_suite): Add three simple
	checks for the HildonPickerButton.
	* tests/check_test.c (configure_tests): Add the test suite.
	* tests/test_suites.h: likewise.

2009-05-05  Claudio Saavedra  <csaavedra@igalia.com>

	* hildon/hildon-touch-selector.c
	(+on_row_changed): Emit HildonTouchSelector:changed when the
	contents of a selected row change.
	(_create_new_column), (_hildon_touch_selector_set_model): connect
	to GtkTreeModel:row-changed on a newly set model.

	Fixes: NB#114253 (HildonPickerButton not refreshing its value)

2009-05-05  Alberto Garcia  <agarcia@igalia.com>

	Based on a patch by Mox Soini (ext-mox.soini@nokia.com)

	* hildon/hildon-banner.c (hildon_banner_destroy)
	(hildon_banner_show_progress, hildon_banner_set_fraction):
	Remove the progress bar from HildonBanner and use a progress
	indicator instead.

	Fixes: NB#113761 (Update progress banner to use progress
	indicator)

2009-05-04  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-banner.c:
	Calculate size of the banner label using the actual screen width
	rather than using a fixed value.

	Fixes: NB#114395 ('Disconnect charger...' info banner in portrait
	is truncated)

2009-05-04  Alejandro G. Castro  <alex@igalia.com>

	* hildon/hildon-pannable-area.c,
	(hildon_pannable_area_class_init): Fixed signals documentation
	typo.

2009-05-04  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump
	* debian/changelog: post release version bump

2009-05-04  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.70]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-05-01  Alberto Garcia  <agarcia@igalia.com>

	* hildon/hildon-edit-toolbar.c
	(hildon_edit_toolbar_init):
	Don't let buttons in HildonEditToolbar receive focus.

	Fixes: NB#111160 (!HildonEditToolbar buttons are focused after
	typing on an HW arrows key)

2009-04-30  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/Makefile.am: Fix build.

2009-04-30  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/Makefile.am: Do not redefine content_files.

2009-04-30  Alberto Garcia  <agarcia@igalia.com>

	* src/
	* Makefile.am
	* configure.ac
	* doc/Makefile.am
	* doc/hildon.types
	* po/POTFILES.in:
	Renamed src/ to hildon/

	* examples/*.c
	* debian/changelog
	* debian/rules:
	Include <hildon/hildon.h> directly in all examples.

2009-04-29  Alejandro Pinheiro  <apinheiro@igalia.com>

	* src/hildon-sort-dialog.c
	(hildon_sort_dialog_add_sort_key_with_sorting)
	(sort_key_changed)
	Add safety checks

2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>

	* src/Makefile.am: Move generated sources to CLEANFILES, so that
	make distcheck passes.

2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>

	* Makefile.am: Enable gtk-doc during distcheck.

2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>

	* Makefile.am: Do not distribute the debian/ directory.

2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/Makefile.am: Add the extra SGML files to content_files,
	so that they are distributed properly.

2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>

	* tests/Makefile.am: Add missing test_suites.h and check_utils.h
	to the SOURCES.

2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-note.c (hildon_note_new_confirmation_with_icon_name),
	(hildon_note_new_information_with_icon_name): Set the "icon" property
	to preserve soundness.

2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-font-selection-dialog.c
	(hildon_font_selection_dialog_set_property): Fail when the "family"
	property is set to NULL.

2009-04-28  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-color-chooser.c (hildon_color_chooser_set_color): Add
	safety checks.

2009-04-28  Alejandro Pinheiro  <apinheiro@igalia.com>

	* src/hildon-time-selector.h:
 	Added HildonTimeSelectorFormatPolicy
	* src/hildon-time-selector.c:
 	Added PROP_TIME_FORMAT_POLICY
 	(_check_ampm_format): renamed to check_automatic_ampm_format
 	(update_format_policy), (update_format_dependant_columns): new functions
 	(hildon_time_selector_class_init)
 	(hildon_time_selector_contructor)
 	(hildon_time_selector_init)
 	(hildon_time_selector_get_property)
 	(hildon_time_selector_set_property)
 	(hildon_time_selector_get_time)
 	(hildon_time_selector_set_time)
	* src/hildon-touch-selector.h: new file
	* src/hildon-touch-selector.c
 	(hildon_touch_selector_emit_changed)
 	(hildon_touch_selector_block_changed)
 	(hildon_touch_selector_unblock_changed)
 	Added functions to allow to block the emission of the "changed" signal
	* src/hildon-picker-dialog.c
	(hildon_picker_dialog_show): call the parent show before the custom code
	* examples/hildon-time-button-example.c
 	Modified, so now you can configure the time format using the new property

 	Added a new property "time-format-policy" that allow to choose the time
 	format: AM/PM, 24H or AUTOMATIC. AUTOMATIC is the default one. In this
 	case it uses gconf in order to check if the time selector must use
 	AM/PM or 24H.

	Fixes: NB#111606 (HildonTimeSelector should expose API to set/unset am/pm
	mode)

2009-04-28  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-note.c (hildon_note_init):
	Label in HildonNote must be left aligned, not centered. This
	reverts the last commit in HildonNote.

	Fixes: NB#112933 (text is not left aligned in confirmation dialog
	is connectivity dialog)

2009-04-27  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-gtk.c:
	Minor style fixes

	* doc/hildon-sections.txt:
	Added hildon_gtk_window_set_do_not_disturb()

2009-04-27  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-note.c (hildon_note_init): Center label.

	Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
	properly)

2009-04-27  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.68]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-note-private.h: Add button-width to the private data.
	* src/hildon-note.c (+resize_button),
	(+hildon_note_orientation_update): methods to repack widgets on orientation
	changes.
	(screen_size_changed): Call above method for confirmation notes.
	(hildon_note_realize): Always connect to the "screen-size" changed signal.
	(hildon_note_rebuild): Store the original width request from buttons.

	Fixes: NB#109635 (Confirmation notes do not support portrait)

2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-note.c (hildon_note_rebuild): Only set the double spacing
	when it is a progress note.

2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-note.c (hildon_note_rebuild): Do not use a GtkHBox
	in the note, since there are no horizontally arranged contents.

2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-gtk.c (+set_flag): new generic method to
	set/delay a flag setting in a window.
	(hildon_gtk_window_set_progress_indicator):
	(hildon_gtk_window_set_do_not_disturb),
	(hildon_gtk_window_set_portrait_flags): use set_flag() to
	avoid code redundance.

2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>

	Based on a patch by Alberto Garcia (agarcia@igalia.com)

	* src/hildon-gtk.c (set_clear_window_flag),
	(do_set_progress_indicator), (do_set_do_not_disturb),
	(do_set_portrait_flags),
	(hildon_gtk_window_set_progress_indicator),
	(hildon_gtk_window_set_do_not_disturb),
	(hildon_gtk_window_set_portrait_flags):
	Allow setting dnd-flag, progress indicator, and portrait flags
	when the window is not realized.

2009-04-24  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	* src/hildon-pannable-area.h: Add the hildon deprecated define to
	the size request policy function and defines.

2009-04-23  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/hildon-sections.txt: Add the new API.
	* src/hildon-gtk.c (+hildon_gtk_window_set_portrait_flags): New
	method to set the portrait flags.
	* src/hildon-gtk.h: Add HildonPortraitFlags enum.

	Fixes: NB#112328 (Adding helpers for setting portrait properties)

2009-04-23  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-gtk.c (set_clear_window_flag): Add an Atom parameter,
	to allow using this method with other flags.
	(hildon_gtk_window_set_progress_indicator): Update accordingly.
	(hildon_gtk_window_set_do_not_disturb): Update accordingly.

2009-04-22  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-touch-selector.c
	(hildon_touch_selector_append_text_column):
	Make the cell renderer use the smallest width possible.

	Fixes: NB#108470 (Selected items in multiple selection are either
	having a tick that is cut or not visible at all.)

2009-04-22  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-touch-selector.c
	(hildon_touch_selector_append_text_column):
	Code cleanups

2009-04-22  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-number-editor.c (hildon_number_editor_real_set_value):
	Use g_strdup_printf() instead of a fixed size buffer.

2009-04-21  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_find_intruder):
	Close banners when a HildonAppMenu is popped up.

	Fixes: NB#111027 (Title menu closed immediately if activated when
	"Invalid e-mail address" banner is shown)

2009-04-21  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.66]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-04-20  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-banner.c (hildon_banner_realize):
	Mark HildonBanner as supporting portrait mode.
	Use GDK to set window properties insetad of direct Xlib calls.

	Fixes: NB#111830 (HildonBanner should be marked as supporting
	portrait)

2009-04-20  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-note.c (hildon_note_rebuild):
	Hide action area in information notes. Prevents text from being
	slightly aligned to the left.

	Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
	properly)

2009-04-20  Alberto Garcia  <agarcia@igalia.com>

	Patch by Mox Soini (ext-mox.soini@nokia.com)

	* src/hildon-banner.c (hildon_banner_create_animation):
	Use stylus-sized icons in animation banner.

	Fixes: NB#111206 (stylus sized icon for animation banner)

2009-04-20  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-gtk.h
	* src/hildon-gtk.c
	(+hildon_gtk_window_set_do_not_disturb):
	New API to set the do-not-disturb flag.

	Fixes: NB#110959 (Add API to set the do-not-disturb flag to a window)

2009-04-20  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-progress-indicator-example.c: Fix example

	* src/hildon-gtk.c (set_clear_window_flag)
	(hildon_gtk_window_set_progress_indicator):
	Create a generic function for setting flags to a window.
	Use GDK instead of direct Xlib calls.

2009-04-14  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c (hildon_button_set_arrangement):
	Due to NB#88126, if one of the labels is too long it will be
	painted outside the button. The 'value' label is more likely to be
	the longest one, so we change its packing options in order to
	truncate it if necessary. As a side effect, the 'title' label will
	no longer be truncated.

	Fixes: NB#110689 (HildonPickerButton doesn't ellipsize very long values)

2009-04-14  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.64]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-04-13  Alejandro G. Castro  <alex@igalia.com>

	Deprecation of the hildon_pannable_area_set_size_request_policy
	API, the only policy properly supported in gtk+ nowadays is the
	minimum size.

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_size_request): Added a workaround for the
	size_request to avoid the problems of huge pixmaps in case someone
	is still using the function.
	* src/hildon-pannable-area.h: Deprecated the enum with the
	policies.

	Fixes: NB#110244 (Problems with the
	hildon_pannable_area_set_size_request_policy API)

2009-04-08  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_init),
	(hildon_pannable_area_size_request),
	(hildon_pannable_area_style_set),
	(hildon_pannable_draw_vscroll),
	(hildon_pannable_draw_hscroll),
	(hildon_pannable_area_check_scrollbars): Replaced area_width with
	indicator_width to clarify the use of the attribute.

2009-04-08  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.62]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-04-07  Alejandro Pinheiro <apinheiro@igalia.com>

	* src/hildon-picker-dialog.c
	* src/hildon-touch-selector.c
	Reverting the change that tried to avoid the hardcoded height on
	the picker dialog, as causes problems on the hildon-touch-selector
	initial-hint

	Fixes: NB#110029 (selectors not scrolling to selected value)

2009-04-07  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-touch-selector.c: Fix typos

2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-color-chooser.c (hildon_color_chooser_pointer_motion):
	Use the event coordinates instead of gdk_window_get_pointer(). Also,
	request more motions after using it.

2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-calendar.c (hildon_calendar_expose),
	(hildon_calendar_paint_main), (hildon_calendar_enter_notify):
	Remove unused variables.

2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>

	* tests/check-hildon-color-chooser.c (START_TEST): Remove unused
	variable assignment.

2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c (hildon_touch_selector_get_active):
	Check the return value of gtk_tree_selection_get_selected()
	for safety.

2009-04-06  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-animation-actor.c
	* src/hildon-button.c
	* src/hildon-main.c
	* src/hildon-pannable-area.c
	* src/hildon-picker-button.c
	* src/hildon-program.c
	* src/hildon-remote-texture.c
	* src/hildon-text-view.c
	* src/hildon-touch-selector.c
	* src/hildon-window-stack.c
	* src/hildon-window.c:
	Add missing 'Since: 2.2' tags.

	* doc/hildon-sections.txt:
	Add some missing symbols.

	* doc/hildon-docs.sgml:
	New 'Other' section for HildonAnimationActor and
	HildonRemoteTexture

2009-04-06  Alberto Garcia  <agarcia@igalia.com>

	Patch by Iván Gómez (igomez@igalia.com)

	* doc/building.sgml
	* doc/compiling.sgml
	* doc/hildon-docs.sgml
	* doc/hildon-sections.txt
	* doc/migration.sgml
	* doc/resources.sgml
	* doc/running.sgml:
	New chapters on using the Hildon library.
	Updated the general structure of the reference manual.
	Other minor documentation fixes.

	* src/hildon-calendar-popup.c
	* src/hildon-calendar.c
	* src/hildon-controlbar.c
	* src/hildon-date-editor.c
	* src/hildon-dialog.c
	* src/hildon-hvolumebar.c
	* src/hildon-number-editor.c
	* src/hildon-range-editor.c
	* src/hildon-sort-dialog.c
	* src/hildon-time-editor.c
	* src/hildon-time-picker.c
	* src/hildon-volumebar-range.c
	* src/hildon-volumebar.c
	* src/hildon-vvolumebar.c
	* src/hildon-weekday-picker.c:
	Add deprecation notes

	* src/hildon-pannable-area.c (hildon_pannable_area_class_init):
	Document 'horizontal-movement' and 'vertical-movement' signals.

2009-04-06  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.60]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-04-06  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_class_init): increased the minimum velocity.
	(hildon_pannable_area_button_release_cb): Updated the
	CURSOR_STOPPED_TIMEOUT, tuning the widge for the new events
	setup. Review the code to control that last event.

	Fixes: NB#109790 (Releasing finger in pannable area easily causes
	unwanted scrolling)

2009-04-03  Claudio Saavedra  <csaavedra@igalia.com>

	Based on a patch by Mox Soini (ext-mox.soini@nokia.com)

	* src/hildon-get-password-dialog.c
	(hildon_get_password_set_property),
	(hildon_get_password_get_property), (create_contents):
	* src/hildon-login-dialog-private.h:
	* src/hildon-login-dialog.c (hildon_login_dialog_set_property),
	(hildon_login_dialog_init), (hildon_login_dialog_get_username),
	(hildon_login_dialog_get_password):
	* src/hildon-set-password-dialog-private.h:
	* src/hildon-set-password-dialog.c
	(hildon_set_password_set_property),
	(hildon_set_password_get_property), (create_contents),
	(hildon_set_password_response_change),
	(hildon_set_password_response_set), (hildon_checkbox_toggled):

	Pimp these dialogs, to make them use HildonEntry and HildonCheckBox
	instead and look more Fremantle style.

	Fixes: NB#109639 (Update hildon passwd dialogs to Hildon 2.2)

2009-04-03  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-sections.txt
	* src/hildon-window-stack.h
	* src/hildon-window-stack.c
	(+hildon_window_stack_get_windows):
	New API to obtain the list of windows on a stack.

2009-04-02  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_popup)
	(hildon_app_menu_class_init, -hildon_app_menu_show):
	Remove hildon_app_menu_show() and move all its checks to
	hildon_app_menu_popup()

2009-04-02  Alejandro Pinheiro  <apinheiro@igalia.com>

	* src/hildon-picker-dialog.c: removed HILDON_TOUCH_SELECTOR_HEIGHT
	(_hildon_picker_dialog_set_selector): removed call to
	gtk_widget_set_size_request
	* src/hildon-touch-selector.c
	(_create_new_column): change the pannable size request policy

	Avoid to use a hardcoded height for the hildon picker dialog. In order
	to get that, we needed to change the hildon pannable size request
	policy
	Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)

2009-04-02  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-window.c (hildon_window_map): Check for vbox to be
	not NULL.  Avoids a (very unlikely) crasher. See related NB#103301
	browser crash.

2009-04-02  Claudio Saavedra  <csaavedra@igalia.com>

	* debian/control: Depend on osso-system-lock localization package.
	* src/hildon-code-dialog.c: Obtain the secu_application_title
	translation from osso-system-lock.
	* src/hildon-get-password-dialog.c (create_contents): Do not mark
	for translation the atk related strings, that's not necessary.
	* src/hildon-set-password-dialog.c (create_contents): Ditto.
	* src/hildon-sort-dialog.c (hildon_sort_dialog_init): Remove the
	cancel button, it is not required.

2009-04-02  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_class_init): Modified the default value of
	the overshooting max speed, we have reduced it.

2009-04-02  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-sections.txt
	* src/hildon-window-private.h
	* src/hildon-window.h
	* src/hildon-window.c (hildon_window_class_init)
	(hildon_window_init, hildon_window_finalize)
	(hildon_window_realize, hildon_window_get_property)
	(hildon_window_set_property, hildon_window_update_markup)
	(hildon_window_get_markup, hildon_window_set_markup):
	New "markup" property and hildon_window_{get,set}_markup() methods.

	* examples/hildon-stackable-window-example.c (new_window):
	Update example to use hildon_window_set_markup()

	Fixes: NB#106375 (Need API to retitle a window with a title
	including markup)

2009-04-01  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_class_init): Changed the default value of
	the initial_hint to TRUE.
	(hildon_pannable_area_initial_effect): Changed the initial effect,
	not the effect is just the fade-out of the scrollbars.

	Fixes: NB#107775 (No scrollbars can be seen when several items are
	available in a dialog)

2009-04-01  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-program.c (hildon_program_update_top_most):
	Fix memory leak.

	Fixes: NB#109179 (Memory leak in Hildon program)

2009-04-01  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-banner.c (-get_current_app_window):
	Remove unused function.

2009-04-01  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c: Modified the documentation of the
	get adjustments functions to explain the problem of using the
	adjustment directly.
	(hildon_pannable_area_class_init): Improved the explanation about
	the velocity.

2009-04-01  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu-private.h
	* src/hildon-app-menu.c
	(hildon_app_menu_class_init):
	Bring back the 'external-border' style property
	(hildon_app_menu_class_init, hildon_app_menu_init)
	(hildon_app_menu_apply_style, hildon_app_menu_size_request):
	Set a fixed width-request for the menu, independent of the number
	of items.

	Fixes: NB#94957 (Smoothly opened application menu)

2009-03-30  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-defines.h: Define HILDON_WINDOW_TITLEBAR_HEIGHT

	* src/hildon-banner.c
	Change HILDON_BANNER_WINDOW_Y to HILDON_WINDOW_TITLEBAR_HEIGHT.
	(hildon_banner_map)
	Make sure that the banner is correctly placed the first time it's
	shown.
	(hildon_banner_check_position, -check_fullscreen_state):
	Show the banner in the same place no matter if the window is in
	fullscreen mode or not.

	Fixes: NB#107386 (Odd stacking behaviour for information banners)

2009-04-01  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c (_default_print_func): reorder
	concatenation for clarity.

2009-04-01  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c (_default_print_func): Plug a memory leak
	for multicolumn selectors.

	Fixes: NB#109099 (Memory leak in Hildon touch selector)

2009-03-30  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.58]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-03-27  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-sound.c (hildon_ca_context_get): Mark function as static and
	coding style fixes.

2009-03-26  Alejandro Pinheiro Iglesias <apinheiro@igalia.com>

	* configure.ac: removed libcangerra-gtk dependency
	* debian/control: removed libcanberra-gtk dependency
	* src/Makefile.am: removed libcanberra gtk related flags
	* src/hildon-sound.c: avoid to use ca_gtk_context_get to get a canberra
	context, and manage a global canberra context instead

	Fixes: NB#106067 (hildon_play_system_sound() play sound only first time called)

2009-03-26  Alberto Garcia  <agarcia@igalia.com>

	Patch by Daniel Borgmann (danielb@openismus.com)

	* src/hildon-edit-toolbar.c:
	Adjust the left padding.
	(hildon_edit_toolbar_class_init, +hildon_edit_toolbar_expose):
	Paint background of the edit toolbar.

	Fixes: NB#107897 (Patch to make editmodetoolbar background
	themeable and adjust margin)

2009-03-25  Alberto Garcia  <agarcia@igalia.com>

	Patch by Adam Endrodi (adam.endrodi@blumsoft.eu)

	* src/hildon-program.c (hildon_program_update_top_most):
	Update is-topmost when _MB_CURRENT_APP_WINDOW is 0

	Fixes: NB#106998 (HildonProgram's is-topmost property doesn't
	change when the user tasks in/out of an application)

2009-03-25  Alejandro Pinheiro Iglesias <apinheiro@igalia.com>

	* configure.ac: added libcangerra-gtk dependency
	* debian/control: added libcanberra-gtk dependency
	* src/Makefile.am: added libcanberra gtk related flags
	* src/hildon-sound.c: use ca_gtk_context_get to get a canberra context
	instead of use it.

	Fixes: NB#106067 (hildon_play_system_sound() play sound only first time called)

2009-03-25  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-program.c (hildon_program_remove_window)
	(hildon_program_add_window): Add checks for the window
	parameter. Don't decrease the window counter if the window is not
	registered.

2009-03-24  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_realize): Fixed position of the event_window
	in the realize method.

2009-03-24  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu-private.h
	* src/hildon-app-menu.c (hildon_app_menu_find_intruder)
	(hildon_app_menu_map, hildon_app_menu_hide_idle)
	(hildon_app_menu_key_press, hildon_app_menu_init)
	(hildon_app_menu_finalize):
	Make sure that all idle functions are removed when the widget is
	destroyed.

	Fixes: NB#107583 (Hildon app menu crashes in various applications)

2009-03-24  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.56]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-03-24  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-entry.c
	(+hildon_entry_show_placeholder),
	(+hildon_entry_hide_placeholder), Methods to show/hide the placeholder text
	that replace hildon_entry_update_contents().
	(hildon_entry_set_text),
	(hildon_entry_set_placeholder),
	(hildon_entry_focus_in_event),
	(hildon_entry_focus_out_event): Determine when it is needed
	either to show or hide the placeholder and call the above methods.

	Fixes: NB#107471 (hildon_entry_set_text() not setting the text
	when the placeholder text is already set)

2009-03-24  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-banner.c (+hildon_banner_create_animation): Build a
	simple GdkPixbufAnim using the new icons for the banner.
	(hildon_banner_show_animation): Use the above mentioned method to
	create the animation widget.

	Fixes: NB#103564 (Make hildon animation banner use individual
	image files as the animation)

2009-03-24  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_leave_notify_event): Check if the child is NULL
	to avoid sending the leave.

2009-03-24  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_class_init),
	(hildon_pannable_leave_notify_event): Added a handler of the
	leave-notify-signal to consider when no motion notify before
	leaving.

	Fixes: NB#107494 (Items stay selected when clicking and moving
	away when inside pannable area)

2009-03-23  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.54]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-03-19  Alejandro G. Castro  <alex@igalia.com>

	Patch by Alberto Garcia (agarcia@igalia.com)

	* src/hildon-date-button.c,
	(hildon_date_button_class_init),
	(hildon_date_button_init): Removed the construct property handling
	and created a default selector in the init method.
	* src/hildon-picker-button.c,
	(hildon_picker_button_class_init): Removed the construct flag of the
	selector property.

2009-03-18  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-main.c (hildon_init):
	Don't allow hildon_init() to be called more than once.

	Fixes: NB#106607 (hildon_init should issue error message upon
	successive calls)

2009-03-17  Alejandro Pinheiro  <apinheiro@igalia.com>

	* examples/hildon-pannable-area-touch-list-example.c
	* examples/hildon-pannagle-area-touch-grid-example.c
	* examples/hildon-edit-toolbar-example.c
	* examples/hildon-touch-selector-multi-cells-example.c
	Removed the call to gtk_rc_parse_string, as it is not required since
	some time ago.

2009-03-17  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_class_init): Modified the default panning
	threshold of the widget to 6px.

	Fixes: NB#105427 (Clicking and dragging ( for pixel values more
	than the threshold value ) within the button is not sending the
	event to the clild)

2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c (_create_new_column): Unset GTK_CAN_FOCUS
	for the treeview in the new column. This way, the touch list will never
	grab the focus.

	Fixes: NB#105190 (Text input area of HildonTouchSelectorEntry to
	be selected manually for the HW keys to work)

2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector-entry.c (entry_on_text_changed): Do a simple
	comparison instead of using strcmp(). Fixes a compiler warning as well.

2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/hildon-docs.sgml: Do not set the library version in the
	document title, use the releaseinfo tag for that purpose instead.

2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector-entry.c (entry_on_text_changed):
	Do not jump to the first item if the text in the entry is removed.

2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.52]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-entry.c (hildon_entry_refresh_contents):
	* src/hildon-text-view.c (hildon_text_view_refresh_contents):
	Use "ReversedSecondaryTextColor" for the placeholder text.

2009-03-12  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-text-view.c: Fix compilation warning.

2009-03-12  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c (hildon_button_class_init): Don't make
	"title" and "value" construction properties, to prevent them from
	overwriting labels set from derived classes.

	* src/hildon-picker-button.c
	(hildon_picker_button_set_selector): Allow setting a NULL selector.
	(hildon_picker_button_class_init): Make touch-selector a
	construction property.

	* src/hildon-date-button.c (hildon_date_button_class_init)
	(+hildon_date_button_constructed): Add a default date selector if
	none is provided.

2009-03-12  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c: Small documentation fixes.

2009-03-12  Claudio Saavedra  <csaavedra@igalia.com>

	Based on a patch by Daniel Borgmann (danielb@openismus.com)

	* src/hildon-entry.c (hildon_entry_refresh_contents),
	(hildon_entry_get_text), (hildon_entry_init): Do not use the
	widget name, set the logical color directly instead and a boolean
	showing_placeholder instead.
	* src/hildon-text-view.c (hildon_text_view_refresh_contents): Do not
	use the widget name here either.

	Fixes: NB#105678 (HildonTextView should use logical colours
	instead of setting widget name)

2009-03-12  Claudio Saavedra  <csaavedra@igalia.com>

	Patch by Daniel Elster (danielk@openismus.com)

	* src/hildon-touch-selector.[ch] (HildonTouchSelectorPrintFunc):
	Add user_data parameter.
	(hildon_touch_selector_set_print_func_full): New function akin
	hildon_touch_selector_set_print_func() but with support for user
	data and a destroy callback.
	(hildon_touch_selector_dispose): Implement GObjectClass::dispose
	to clean up the print function user data.
	(hildon_touch_selector_class_init): Install dispose function.
	(HildonTouchSelectorPrivate::print_user_data),
	(HildonTouchSelectorPrivate::print_destroy_func): New private
	member data.
	(hildon_touch_selector_init): Initialize new private members.
	(hildon_touch_selector_get_current_text): Pass along user data
	to the print function.
	(_default_print_func): Add dummy user_data to parameter list.
	* hildon-date-selector.c (_custom_print_func): ditto,
	* hildon-time-selector.c (_custom_print_func): ditto,
	* hildon-touch-selector-entry.c
	(hildon_touch_selector_entry_print_func): ditto.

	Fixes: NB#105455 (HildonTouchSelectorPrintFunc lacks user data)

2009-03-12  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-pannable-area-tuning-example.c: Fix copyright.

2009-03-12  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_init),
	(hildon_pannable_area_button_press_cb),
	(hildon_pannable_area_motion_notify_cb): We have added code to
	handle the leave and enter events when using the motion events.

	Fixes: NB#105407 (hilghlight is not cancelled when panning starts)

2009-03-11  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-date-button.c (hildon_date_button_get_date)
	(hildon_date_button_set_date): Make sure that the button has a
	selector.

	Fixes: NB#105507 (hildon_date_button_set_date leads to crash.)

2009-03-11  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_class_init),
	(hildon_pannable_area_calculate_velocity): Modify the use of the
	force and adapt the value.

2009-03-10  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (+hildon_app_menu_delete_event_handler)
	(hildon_app_menu_class_init): Hide the menu if it receives a
	delete-event, but don't destroy it

	Fixes: NB#104485 (Not able to address the call when application
	menu is opened at background)

2009-03-10  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c
	(hildon_app_menu_apply_style, hildon_app_menu_class_init):
	Remove the "external-border" style property, let the menu take its
	natural size (or the one set by the window manager)
	(hildon_app_menu_repack_items):
	Don't reshow the menu, avoid flickers.

	Partially fixes NB#94957 (Smoothly opened application menu)

2009-03-10  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.50]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-03-10  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_motion_notify_cb): We control that the
	direction error margin is used just in case the movement is
	allowed in the other direction.

	Fixes: NB#105012 (buttons inside a pannable area not getting
	release event when dragging/releasing)

2009-03-10  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_class_init),
	(hildon_pannable_area_get_property),
	(hildon_pannable_area_set_property),
	(hildon_pannable_area_initial_effect),
	(hildon_pannable_axis_scroll),
	(hildon_pannable_area_button_release_cb): Reviewed the
	overshooting effect, now it has its own max
	speed (PROP_VEL_MAX_OVERSHOOTING). Modified the calculation of the
	speed when bouncing.

2009-03-09  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.48]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-03-09  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_class_init): Changed the max speed, now
	users can launch the widget very fast. Reduced the default force,
	that way it is easier to control the launch speed.

2009-03-09  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_button_release_cb): Removed this check
 	because it causes problems when the device is overloaded.

2009-03-06  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-dialog.c (hildon_picker_dialog_init):
	add a current_text field to store the text entered in the
	touch selector entry.
	(_clean_current_selection): clean up the current text as well.
	(_save_current_selection), (_restore_current_selection):
	Save/restore the text in the entry if the selector is a
	HildonTouchSelectorEntry.

	Fixes: NB#102541 (value entered in the touch selector entry is not
	shown when opened for second time)

2009-03-06  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/hildon-sections.txt:
	* src/hildon-touch-selector-entry.c
	(+hildon_touch_selector_entry_get_entry):
	* src/hildon-touch-selector-entry.h: New accessor for the HildonEntry.

	Fixes: NB#104815 (I need accessor to the entry inside
	HildonTouchSelectorEntry)

2009-03-06  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_apply_style)
	(hildon_app_menu_class_init):
	New "filter-vertical-spacing" style property.

2009-03-06  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-find-toolbar.c
	(hildon_find_toolbar_emit_close)
	(hildon_find_toolbar_emit_invalid_input)
	(hildon_find_toolbar_entry_activate):
	Use g_signal_emit() instead of g_signal_emit_by_name()

2009-03-06  Alberto Garcia  <agarcia@igalia.com>

	Patch by Mox Soini (ext-mox.soini@nokia.com)

	* tests/TEST-CASES.txt
	* tests/check-hildon-banner.c
	* tests/check-hildon-note.c
	* src/hildon-banner.c
	* src/hildon-code-dialog.c
	* src/hildon-date-editor.c (real_set_calendar_icon_state)
	* src/hildon-time-editor.c
	* examples/hildon-lookup-example.c (main):
	Replace obsolete icon names with new ones.

	* src/hildon-find-toolbar-private.h:
	* src/hildon-find-toolbar.c (hildon_find_toolbar_init)
	(-hildon_find_toolbar_emit_search):
	Remove find button and change icon of close button.

	Fixes: NB#104819 (Clean up old icon names from hildon-widgets)

2009-03-05  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-time-button.c (hildon_time_button_new_step):
	Use the "touch-selector" property to set the selector directly
	when creating the object.

2009-03-05  Alejandro G. Castro  <alex@igalia.com>

	Added a new example application that allows tuning the pannable
	area and replaced defines with properties in order to simplify the
	tuning: PROP_DRAG_INERTIA, PROP_PANNING_THRESHOLD,
	PROP_SCROLLBAR_FADE_DELAY, PROP_BOUNCE_STEPS, PROP_FORCE and
	PROP_DIRECTION_ERROR_MARGIN.

	* examples/hildon-pannable-area-tuning-example.c: New example
	application.
	* src/hildon-pannable-area.c,
	(hildon_pannable_area_class_init),
	(hildon_pannable_area_init),
	(hildon_pannable_area_get_property),
	(hildon_pannable_area_set_property),
	(hildon_pannable_area_launch_fade_timeout),
	(hildon_pannable_area_adjust_value_changed),
	(hildon_pannable_axis_scroll),
	(hildon_pannable_area_motion_notify_cb),
	(hildon_pannable_area_scroll_cb),
	(hildon_pannable_area_button_release_cb): We have converted some
	of the defines that control the widget to properties to simplify
	the tuning.

2009-03-05  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_map)
	(hildon_app_menu_unmap): Make the menu temporary when it's mapped,
	so it's closed if a new window appears.

	Fixes: NB#104485 (Not able to address the call when application
	menu is opened at background)

2009-03-05  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-color-button.c (hildon_color_button_get_property):Add
	missing 'break' statement in in 'case' construct to avoid
	incorrect warnings.

2009-03-05  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector-entry.c
	(hildon_touch_selector_entry_get_property),
	(hildon_touch_selector_entry_set_property): Add missing 'break'
	statements in in 'case' constructs to avoid incorrect warnings.

2009-03-05  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-time-editor.c
	(hildon_time_editor_get_time_separators): Do not crash if
	the first label is NULL.

2009-03-05  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-date-selector.c (_month_days): Check for month to be
	strictly less than 12, since otherwise we may overrun the array.

2009-03-04  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-date-button.c (+hildon_date_button_new_full)
	(hildon_date_button_new, hildon_date_button_new_with_year_range)
	(hildon_date_button_init): Set the date selector using a
	construction property, to make it happen after HildonButton's
	"value" property is set.

	Fixes: NB#104439 (hildon_date_button_new() isn't set to the
	current date by default)

2009-03-04  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-sections.txt
	* src/hildon-program.c
	* src/hildon-stackable-window.c
	* src/hildon-window.c:
	Documentation updates

2009-03-04  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-window-stack.c (hildon_window_stack_get_default)
	(hildon_window_stack_new, +hildon_window_stack_set_property)
	(+hildon_window_stack_get_property)
	(hildon_window_stack_class_init)
	(+hildon_window_stack_set_window_group)
	(+hildon_window_stack_get_window_group):
	Make the window group a construction property.

2009-03-04  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-sections.txt
	* src/hildon-stackable-window-private.h
	* src/hildon-stackable-window.h
	* src/hildon-stackable-window.c
	(-hildon_stackable_window_set_app_menu)
	(-hildon_stackable_window_get_app_menu)
	(-hildon_stackable_window_toggle_menu)
	(-hildon_stackable_window_finalize)
	(hildon_stackable_window_class_init)
	(hildon_stackable_window_init)
	* src/hildon-window-private.h
	* src/hildon-window.h
	* src/hildon-window.c (hildon_window_init)
	(hildon_window_destroy, +hildon_window_toggle_gtk_menu)
	(+hildon_window_toggle_app_menu, hildon_window_toggle_menu_real)
	(hildon_window_get_main_menu, hildon_window_set_main_menu)
	(+hildon_window_set_app_menu, +hildon_window_get_app_menu):
	Moved all HildonAppMenu code to HildonWindow. The menu does not
	require a HildonStackableWindow anymore.

	* src/hildon-app-menu.c
	* src/hildon-program.c
	* examples/hildon-app-menu-example.c (main):
	Update examples and documentation to reflect HildonAppMenu
	changes.

2009-03-04  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-remote-texture.c
	* src/hildon-animation-actor.c:
	Don't include unused private headers.

2009-03-04  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-program-private.h
	* src/hildon-program.c
	(hildon_program_set_common_menu)
	(hildon_program_get_common_menu)
	(hildon_program_set_common_app_menu)
	(hildon_program_get_common_app_menu):
	Change common menu pointers from GtkWidget* to GtkMenu* and
	HildonAppMenu* to avoid unnecessary casts.

2009-03-03  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-window.c (hildon_window_set_main_menu):
	Removed incorrect 'Since:' tag

2009-03-03  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_calculate_velocity): We use now the
	RATIO_TOLERANCE here to check the distance, fixed typo in the
	algorithm.
	(hildon_pannable_area_motion_notify_cb): We have to set the type
	and time even if we are not sending the motion.

2009-03-02  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-sections.txt
	* src/hildon-app-menu.h
	* src/hildon-app-menu.c (+hildon_app_menu_get_items)
	(+hildon_app_menu_get_filters): New methods to get the contents of
	a HildonAppMenu.

	Fixes: NB#103761 (HildonAppMenu doesn't have methods to get its
	children)

2009-03-02  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_popup):
	Add "Since" tag.

2009-03-02  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-window.h
	* src/hildon-window.c (+hildon_window_get_main_menu)
	(hildon_window_get_menu): Created hildon_window_get_main_menu()
	and deprecated hildon_window_get_menu().

	* src/hildon-stackable-window.h
	* src/hildon-stackable-window.c
	(+hildon_stackable_window_set_app_menu)
	(+hildon_stackable_window_get_app_menu)
	(hildon_stackable_window_set_main_menu): Created
	hildon_stackable_window_{get,set}_app_menu() and deprecated
	hildon_stackable_window_set_main_menu().

	* doc/hildon-sections.txt
	* examples/hildon-app-menu-example.c (main)
	* src/hildon-app-menu.c
	* src/hildon-program.c:
	Updated examples and documentation.

	Fixes: NB#103758 (No way to obtain a menu from a
	HildonStackableWindow)

2009-03-02  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.46]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-03-02  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-remote-texture-example.c: Include
	hildon-remote-texture.h explicitely.
	* src/hildon.h: Remove hildon-remote-texture.h to avoid breaking
	applications not defining _XOPEN_SOURCE which don't require this header.

2009-02-27  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-sections.txt
	* src/hildon-app-menu.h
	* src/hildon-app-menu.c (+hildon_app_menu_popup):
	New function to pop up a HildonAppMenu

	* src/hildon-stackable-window.c
	(hildon_stackable_window_toggle_menu):
	Use hildon_app_menu_popup() to show the menu.

2009-02-27  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_show)
	(hildon_app_menu_map, +hildon_app_menu_find_intruder): Hide the
	menu if there's another window between it and its parent window.

	Fixes: NB#100468 (Application menu window is launched even when a
	new secondary-window/dialog is pending to be shown/realized)

2009-02-27  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-window-stack.c (hildon_window_stack_push)
	(hildon_window_stack_pop_and_push):
	Don't forget to push/pop the first window.
	Reverse the window list before calling _push_list()

2009-02-27  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-picker-button.h
	* src/hildon-picker-button.c (hildon_picker_button_class_init):
	Remove "value_changed" slot to avoid ABI breakage

2009-02-26  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_realize),
	(hildon_pannable_area_unrealize),
	(hildon_pannable_draw_vscroll),
	(hildon_pannable_draw_hscroll): Changed the method to handle the
	GC used to draw the transparent scrollbar, this way we avoid
	creating the GC all the time when drawing the scrollbars.

2009-02-26  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_init),
	(hildon_pannable_area_remove): Removed some unnecessary casts.
	(hildon_pannable_area_dispose): Disconnected some signals before
	releasing the adjustments.

2009-02-26  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-edit-toolbar.c (hildon_edit_toolbar_init):
	Make sure that all widgets contained in the toolbar are shown.

2009-02-25  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-sections.txt
	* src/hildon-picker-button.h
	* src/hildon-picker-button.c (+hildon_picker_button_value_changed)
	(_selection_changed, hildon_picker_button_on_dialog_response)
	(hildon_picker_button_class_init, hildon_picker_button_set_selector):
	New hildon_picker_button_value_changed() method.

	* src/Makefile.am
	* src/hildon-picker-button-private.h
	* src/hildon-picker-button.c (hildon_picker_button_init)
	(+hildon_picker_button_disable_value_changed): Add protected
	function for disabling the "value-changed" signal.

	* src/hildon-date-button.c (hildon_date_button_set_date):
	Don't emit "value-changed" for each one of the three columns.

	Fixes: NB#103242 ("HildonPickerButton:value-changed" is emitted
	before actual change of values)

2009-02-24  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_class_init): Reduced SPS, 25 it is too big
	for the treeview overshooting.

2009-02-24  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-banner.c (+hildon_banner_bind_style):
	Renamed from hildon_banner_bind_label_style(), now naming the
	banner itself as well.
	(hildon_banner_show_information),
	(hildon_banner_show_information_with_markup),
	(hildon_banner_show_animation), (hildon_banner_show_progress):
	Name the widgets and labels, based on their type.

	See NB#98597 (Hildon Note and Hildon Banner should use themeable
	background image)

2009-02-24  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-note.c (hildon_note_set_property): call
	hildon_note_rename() on HildonNote:note-type set.
	(hildon_note_rename): Name the note and its label, based on the
	HildonNote:note-type property.

	See NB#98597 (Hildon Note and Hildon Banner should use themeable
	background image)

2009-02-24  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_class_init),
	(hildon_pannable_area_motion_notify_cb): Reviewed the default
	panning parameters, increased SPS and deceleration factor. Added
	also a margin to control fake directions.

2009-02-23  Claudio Saavedra  <csaavedra@igalia.com>

	Patch by Sven Herzberg (sven@imendio.com)

	* configure.ac: Add missing AM_PROG_CC_C_0
	* tests/Makefile.am: Use an appropriate variable name instead of TESTS.

	See NB#101420 (Update unit tests and fix make check)

2009-02-23  Alejandro G. Castro  <alex@igalia.com>

	This patch was applied before but reverted because it caused
	problems, we have changed the main condition and tested the
	regressions we detected before and they work ok. We have done a
	complete review of the topmost algorithm in order to get a more
	general solution.

        * src/hildon-pannable-area.c,
        (hildon_pannable_area_get_topmost): Added a new parameter to
        filter the the windows that do not include those events.
        (hildon_pannable_area_button_press_cb),
        (hildon_pannable_area_button_release_cb),
        (hildon_pannable_get_child_widget_at): Reviewed the call the the
        topmost function, we have added the new parameter.

        Fixes: NB#97458 (Pannable area prevents propagation of button
        press events)

2009-02-23  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-dialog.c (+selection_completed): Returns TRUE
	if all columns in the selector have an item selected.
	(_on_dialog_response): Stop "response" signal emission if there is
	any selector column without selected items.

	Fixes: NB#101889 (Picker dialog should not close when nothing is
	selected in multiple selection list)

2009-02-23  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-font-selection-dialog.c
	(hildon_font_selection_dialog_class_init),
	(hildon_font_selection_dialog_init): Remove the preview
	button and dialog, since previewing with default theming is likely
	to be overcomplicated. The :preview property has now no effect.
	Update documentation blurbs to inform about this.

	Fixes: NB#92297 (Preview content is not clearly visible for
	default colour text)

2009-02-20  Alejandro G. Castro  <alex@igalia.com>

	Reviewed the geometry that handles the children size and
	scrollbar, now it tries a size and reviews the results depending
	on the scrollbars visibility.

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_realize): Fixed a typo.
	(hildon_pannable_area_child_allocate_calculate): Added this
	function to calculate the child allocation.
	(hildon_pannable_area_size_allocate): Reviewed the allocation
	code.
	(hildon_pannable_area_check_scrollbars),
	(hildon_pannable_area_refresh): Refactored refresh function, this
	way we can call the code handling the scrollbars without causing a
	size_request, it is interesting in the allocate.
	(hildon_pannable_area_init): Replace the callbacks of the
	value_changed and changed signals to propertly deal with the
	geometry.
	(hildon_pannable_area_grab_notify),
	(hildon_pannable_area_initial_effect),
	(hildon_pannable_area_launch_fade_timeout),
	(hildon_pannable_area_adjust_changed),
	(hildon_pannable_area_adjust_value_changed),
	(hildon_pannable_area_redraw),
	(hildon_pannable_area_button_press_cb),
	(hildon_pannable_area_button_release_cb),
	(hildon_pannable_area_scroll_cb),
	(hildon_pannable_area_scroll_to): Refactor the fade timeout launch
	code and use the new functions adjust_changed and
	adjust_value_changed.

	Fixes: NB#101603 (Focus is not even for the text entry boxes in
	Contact editor dialog)

2009-02-20  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.44]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-02-20  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_get_topmost),
	(hildon_pannable_area_button_press_cb),
	(hildon_pannable_area_button_release_cb),
	(hildon_pannable_get_child_widget_at): Reverted the patch for the
	topmost function adding the event mask. We have to try a
	differente approach because it is still causing problems (NB#9745,
	reopened).

2009-02-19  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-banner.c:
	Update the maximum width of timed banners.
	(force_to_wrap_truncated): Enforce the maximum text width if the
	label is wrapped.

	Fixes: NB#102413 (The text margins (wrapping) in information
	banner should be HILDON_MARGIN_TRIPLE)

2009-02-19  Claudio Saavedra  <csaavedra@igalia.com>

	Patch by Gabriel Schulhof (gabriel.schulhof@nokia.com)

	* src/hildon-pannable-area.c (hildon_pannable_draw_vscroll),
	(hildon_pannable_draw_hscroll): Consider the adjustment's lower
	bound when calculating the scroll indicator position.

	Fixes: NB#102338 (HildonPannableArea scrolling indicator does not
	treat ->lower correctly)

2009-02-19  Claudio Saavedra  <csaavedra@igalia.com>

        * src/hildon-caption.c (hildon_caption_class_init): Remove the
        expose event handling, since it is not necessary to draw the focus
        anymore.

        Fixes: NB#102467 (Do not show highlight on the text in
        HildonCaption)

2009-02-18  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-edit-toolbar.c (hildon_edit_toolbar_init): Use the
	full height of the toolbar for the button and the label.

2009-02-18  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-edit-toolbar.c (hildon_edit_toolbar_init): Add some
	padding before the label and after the button.

2009-02-18  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-window.c (paint_edit_toolbar): Fix style detail.

	* src/hildon-edit-toolbar.c (hildon_edit_toolbar_init):
	Add a GtkVSeparator between the button and the back arrow.
	Let the button have automatic size.
	Set a name to the widget for theming handling.

	Fixes: NB#101793 (Make edit toolbar the same height as window
	title bar (use title area theming))

2009-02-18  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-helper.c (attach_new_color_element): Fix memory
	leak.

	Fixes: NB#102262 (memory leak in hildon_button_set_style())

2009-02-18  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-button-example.c (common_buttons_window): Don't
	leak size groups.

2009-02-18  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-pannable-area.c (hildon_pannable_area_class_init):
	Set default movement mode to HILDON_MOVEMENT_MODE_VERT.

2009-02-18  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-gtk.c: Check that the window is realized.

	Fixes: NB#102225 (Crash setting the progress indicator to a non
	visible window)

2009-02-17  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-pannable-area.c (hildon_pannable_draw_vscroll)
	(hildon_pannable_draw_hscroll): Make a copy of the graphic context
	instead of modifying the one in the widget style.

	Fixes: NB#101043 (Second row of all the command button are
	displayed in transparent mode.)

2009-02-17  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-date-button.c
	* src/hildon-time-button.c: Add gettext macros

2009-02-16  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-date-button.c (hildon_date_button_new):
	* src/hildon-time-button.c (hildon_time_button_new_step):
	Use new logical strings to set the button default title.

	Fixes: NB#99915 (Date and Time options are not localised in Date
	and Time setttings)

2009-02-16  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_area_motion_notify_cb): Fixed typo in the name of
	the PANNING_THRESHOLD.

2009-02-16  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_class_init): Increased the maximum speed.
	(hildon_pannable_area_get_property),
	(hildon_pannable_area_set_property),
	(hildon_pannable_area_timeout): Added a new low friction mode, it
	allows the user avoid friction when launching the widget fast
	enough. It is interesting to traverse long lists.

2009-02-16  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-stackable-window.c (hildon_stackable_window_class_init)
	(+hildon_stackable_window_delete_event): Ignore delete events if
	the window is not the topmost one.

	Fixes: NB#101698 (Back button long press and delete-event handling)

2009-02-16  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_motion_notify_cb): Removed the use of the
	gtk-dnd-drag-threshold, it was too big. We have defined our own
	dnd define and set a smaller value: PANNIG_THRESHOLD.

2009-02-16  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-banner.c (hildon_banner_show_animation): Don't allow
	user-defined icons, use always the default one.

	Fixes: NB#101916 (Do not allow custom icons on animation banner)

2009-02-13  Alejandro G. Castro  <alex@igalia.com>

	This patch was applied before but reverted because it caused
	problems, we have changed the main condition and tested the
	regressions we detected before and they work ok.

        * src/hildon-pannable-area.c,
        (hildon_pannable_area_get_topmost): Added a new parameter to
        filter the the windows that do not include those events. Added
        also a condition when finding the window to filter windows that do
        not ask for those events.
        (hildon_pannable_area_button_press_cb),
        (hildon_pannable_area_button_release_cb),
        (hildon_pannable_get_child_widget_at): Reviewed the call the the
        topmost function, we have added the new parameter.

        Fixes: NB#97458 (Pannable area prevents propagation of button
        press events)

2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>

	* tests/check-hildon-color-button.c (START_TEST): do not leak
	ret_color.

2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-font-selection-dialog.c
	(hildon_font_selection_dialog_get_preview_text): Return NULL
	instead of FALSE on the g_return_val_if_fail().

2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-time-selector.c (hildon_time_selector_set_time):
	* src/hildon-date-selector.c
	(hildon_date_selector_select_current_date):
	Do not compare unsigned integers to be greater than or equal 0,
	because it's always TRUE.

2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-date-selector.c (hildon_date_selector_construct_ui),
	(hildon_date_selector_constructor): Do not select the current
	date until we are handle the "changed" signal, to avoid having bogus
	elements in the days model.

2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-date-selector.c (_update_day_model): Use a gint variable
	for num_days, since _month_days() can return a negative value.

2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-caption.c (hildon_caption_size_allocate):
	* src/hildon-pannable-area.c (hildon_pannable_area_size_request):
	* src/hildon-range-editor.c (hildon_range_editor_size_allocate):

	Initialize allocation variables to 0, to avoid eventually using
	unitialized variables.

2009-02-12  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-bread-crumb-trail.c
	(hildon_bread_crumb_trail_size_allocate):
	* src/hildon-calendar.c (hildon_calendar_set_background):
	* src/hildon-caption.c (hildon_caption_hierarchy_changed):
	* src/hildon-range-editor.c (hildon_range_editor_get_range):
	* src/hildon-seekbar.c (hildon_seekbar_init):
	* src/hildon-time-editor.c (hildon_time_editor_get_time):
	* src/hildon-time-selector.c (hildon_time_selector_finalize):
	* src/hildon-touch-selector-entry.c
	(hildon_touch_selector_get_text_from_model):
	* src/hildon-touch-selector.c (hildon_touch_selector_class_init):
	* src/hildon-window.c (hildon_window_finalize):

	Remove many unused variables.

2009-02-12  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-seekbar.c: (hildon_seekbar_init),
	(hildon_seekbar_size_request), (hildon_seekbar_size_allocate):

	Remove unnecessary g_assert() calls.

2009-02-12  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-caption.c: (hildon_caption_expose),
	(hildon_caption_set_property), (hildon_caption_init),
	(hildon_caption_set_focus), (hildon_caption_hierarchy_changed),
	(hildon_caption_size_request), (hildon_caption_size_allocate),
	(hildon_caption_forall), (hildon_caption_set_separator),
	(hildon_caption_activate), (hildon_caption_set_child_expand),
	(hildon_caption_set_label_text),
	(hildon_caption_get_label_alignment):

	Remove unnecessary g_assert() calls.

2009-02-12  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-banner.c
	(hildon_banner_map, hildon_banner_init): Make banner temporary
	before mapping it to avoid closing other temporary windows, but
	make it non-temporary afterwards to avoid being closed by other
	non-temporary windows.
	(-hildon_banner_client_event, hildon_banner_init):
	_GTK_DELETE_TEMPORARIES doesn't need to be handled anymore.

	Fixes: NB#100445 (Hildon banner gets destroyed when a dialog is
	opened)

2009-02-11  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-banner.h: Mark hildon_banner_show_animation() with a
	deprecation guard.

2009-02-11  Gordon Williams <gordon.williams@collabora.co.uk>

	* src/hildon-remote-texture.c
	* src/hildon-remote-texture.h
	* src/hildon-remote-texture-private.h
	* examples/hildon-remote-texture-example.c:
	Updates/fixes to remote-texture and its example.

2009-02-11  Claudio Saavedra  <csaavedra@igalia.com>

	Patch by Mox Soini (ext-mox.soini@nokia.com)

	* src/hildon-code-dialog.c: Update logical id.
	* src/hildon-set-password-dialog.c: Update logical id.

	Fixes: NB#100646 (Logical strings is shown for ok in set
	password,Password needed dialogs)

2009-02-11  Gordon Williams <gordon.williams@collabora.co.uk>

	* src/hildon.h
	* src/hildon-remote-texture.c
	* src/hildon-remote-texture.h
	* src/hildon-remote-texture-private.h
	* src/Makefile.am
	Added remote texture widget (for Clutter shared memory textures)

	* examples/hildon-remote-texture-example.c
	* examples/Makefile.am
	Added example file for remote texture usage

2009-02-10  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump.
	* debian/changelog: version bump.

2009-02-06  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.42]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-02-06  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-date-selector.c (hildon_date_selector_init)
	(hildon_date_selector_constructor): Don't connect to the "changed"
	signal until the selector is completely constructed.

2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c: (_create_new_column),
	(hildon_touch_selector_append_column),
	(hildon_touch_selector_set_column_selection_mode),
	(hildon_touch_selector_set_active),
	(hildon_touch_selector_select_iter):
	Emit the HildonTouchSelector::changed signal every time selection
	is changed in any of the methods above.  This behavior was already
	documented but not fully functional.

	Fixes: NB#93165 (HildonTouchSelector::changed not emitted when the
	selection is programmatically changed)

2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/hildon-sections.txt: Remove obsolete icon
	sizes from here as well.

2009-02-05  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-stackable-window-example.c (add_window): Remove
	unnecessary return.

2009-02-05  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c
	(hildon_app_menu_show): Check whether the parent window of a menu
	is topmost before popping it up.

	Fixes: NB#100468 (Application menu window is launched even when a
	new secondary-window/dialog is pending to be shown/realized.)

2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-icon-sizes-example.c: (main): Remove obsolete
	icon sizes.

2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>

	Patch by Mox Soini (ext-mox.soini@nokia.com)

	* src/hildon-banner.c: (hildon_banner_show_animation):
	use stylus size instead of obsolete note size.
	* src/hildon-defines.h: Update icon sizes.

2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector-entry.c:
	(hildon_touch_selector_entry_init): Disable unsupported
	input modes.
	(hildon_touch_selector_entry_get_text_column): Emit a warning
	if an unsupported input modes is used and explicitile state
	these modes in the documentation.

	Fixes: NB#99802 (Hildon touch selector entry not working properly
	for some of the input modes)

2009-02-05  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_init): Added the changed signal handlers of
	the adjustments.

	Fixes: NB#100320 (HildonPannableArea does not listen to
	GtkAdjustment "change" signals)

2009-02-04  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-sections.txt
	* src/hildon-window-private.h
	* src/hildon-window.h
	* src/hildon-window.c (hildon_window_init)
	(hildon_window_realize, hildon_window_unrealize)
	(hildon_window_map, hildon_window_unmap, hildon_window_expose)
	(hildon_window_size_request, hildon_window_size_allocate)
	(hildon_window_forall, hildon_window_show_all)
	(hildon_window_destroy, +paint_edit_toolbar)
	(+hildon_window_set_edit_toolbar):
	New hildon_window_set_edit_toolbar() method, to add a
	HildonEditToolbar to a window without having to pack it manually.

	Reorganize hildon_window_size_allocate()

	* src/hildon-edit-toolbar.c: Update documentation.

	* examples/hildon-edit-toolbar-example.c (edit_window): Update
	example to use the new API.

	Fixes: NB#98039 (Wishlist: hildon_window_add_edit_toolbar())

2009-02-04  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-stackable-window.c (hildon_stackable_window_hide):
	Remove from stack before calling parent's hide.

2009-02-04  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-window-stack.c (hildon_window_stack_remove): When a
	window is removed from the middle of the stack, update the
	transiency of the previous one.

	Fixes: NB#100487 (HildonStackableWindow transiency becomes
	incoherent)

2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-dialog.c: (_restore_current_selection): Do not
	block/unblock the signal handler if it's not actually being used.
	Fixes some critical warnings.

2009-02-02  Alberto Garcia  <agarcia@igalia.com>

	Based on a patch by Iván Gómez (igomez@igalia.com)

	* src/hildon-banner.c
	* src/hildon-gtk.c
	* src/hildon-main.c
	* src/hildon-note.c
	* src/hildon-pannable-area.c
	* src/hildon-picker-dialog.c
	* src/hildon-wizard-dialog.h
	* src/hildon-wizard-dialog.c: Documentation updates.

	* src/hildon-picker-dialog.c (hildon_picker_dialog_init): Use
	gtk_dialog_add_button() instead of hildon_dialog_add_button().

2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump.
	* debian/changelog: version bump.

2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.40]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-01-29  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-edit-toolbar.c (hildon_edit_toolbar_init): Don't use
	a stock icon nor change the relief of the back arrow.

	Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
	graphics from theme)

2009-01-29  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c (hildon_button_set_alignment): Use
	priv->alignment if the button has no child yet.

2009-01-29  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-button.c: (hildon_button_init): Set the
	button style during initialization to give it the proper
	label color.

	Fixes: NB#99713 (HildonButton value label color is wrong)

2009-01-28  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c: Document
	hildon_touch_selector_center_on_selected()

2009-01-28  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (+hildon_app_menu_show_all)
	(+hildon_app_menu_hide_all, hildon_app_menu_class_init): Show/hide
	all menu items, but not the menu itself.
	(hildon_app_menu_repack_filters, hildon_app_menu_repack_items)
	(hildon_app_menu_insert, hildon_app_menu_add_filter): Realize menu
	items after adding them to the menu so keyboard accelerators work.
	(hildon_app_menu_show): Don't show the menu if it contains items
	but none of them are visible.

	* examples/hildon-app-menu-example.c (create_menu): Use
	gtk_widget_show_all() to show all menu items.

2009-01-28  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-dialog.c:
	(-_update_title_on_selector_changed_cb),
	(-_dialog_update_title): Removed.
	(_select_on_selector_changed_cb), (_on_dialog_response),
	(on_selector_columns_changed): Do not update the dialog title.
	(setup_interaction_mode): Do not connect to
	HildonTouchSelector::changed signal if there's a "done" button, as
	the dialog title doesn't need to be updated.

	Fixes: NB#97468 (HildonPickerDialog doesn't need to show selected
	contents in title)

2009-01-27  Claudio Saavedra  <csaavedra@igalia.com>

	Patch by Kristian Rietveld (kris@imendio.com)

	* src/hildon-touch-selector.c: (_create_new_column): Use new
	GtkTreeView::hildon-row-tapped signal to react to user interactions
	instead of ::changed.

	Fixes: NB#91657 (HildonPickerDialog closes immediatly when used
	with some dynamic tree model)

2009-01-27  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-note.c (hildon_note_realize, +hildon_note_unrealize)
	(+screen_size_changed, +label_size_request)
	(hildon_note_class_init): Make the Hildon information note have a
	minimum height, and make its text hvae a maximum width.

	Fixes: NB#98614 (Hildon information note (background) should have
	minimum height and maximum text width)

2009-01-26  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-banner.h
	* src/hildon-banner.c (hildon_banner_show_information)
	(hildon_banner_show_informationf)
	(hildon_banner_show_information_with_markup): Update documentation
	to reflect that the icon_name parameter is not used anymore.
	(hildon_banner_set_icon, hildon_banner_set_icon_from_file):
	Remove all code from these functions and mark them as deprecated.
	(hildon_banner_show_progress): Mark as deprecated.

	Fixes: NB#98855 (HildonBanner uses qgn_note_infoprint)

2009-01-26  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_class_init),
	(tranparency_color),
	(hildon_pannable_draw_vscroll),
	(hildon_pannable_draw_hscroll),
	(hildon_pannable_area_expose_event): Added a new way to render the
	scrollbars of the pannable area avoiding using cairo at all. This
	way we improve the performance of the pannable area rendering. The
	cairo rendering procedure is still in the code, we can control
	which one to use changing the value of the define
	USE_CAIRO_SCROLLBARS.

2009-01-26  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump.
	* debian/changelog: version bump.

2009-01-26  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.38]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-01-23  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-banner.c (hildon_banner_button_press_event): Hide
	banners instead of destroying them when they receive a button
	press.

2009-01-23  Alejandro G. Castro  <alex@igalia.com>

	Reverted commit 34028, it was causing regressions, probably the
	topmost condition is not correct, we have to check it in more
	detail. We have reponed the bug: NB#97458 (Pannable area prevents
	propagation of button press events)

2009-01-23  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-time-selector.c: (_manage_ampm_selection_cb): Verify
	that the selection is not empty before attempting to retrieve the
	current ampm selection.

2009-01-23  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-button.c:
	(hildon_picker_button_on_dialog_response): Directly update the
	button contents when required instead of calling _selection_changed.

2009-01-23  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-program.c (hildon_program_update_top_most): Update
	'is-topmost' property also when wm_hints is not set.

	Fixes: NB#98383 (is-topmost signal is not emitted when task
	switcher is clicked.)

2009-01-23  Alejandro G. Castro  <alex@igalia.com>

	Patch contributed by: Artem Egorkine <ext-artem.egorkine@nokia.com>

	* src/Makefile.am,
	* src/hildon.h,
	* src/hildon-animation-actor.c,
	* src/hildon-animation-actor.h: Added the animation actor class,
	this widget represents an animation actor for WM-assisted
	animation effects in the Hildon framework.

2009-01-23  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-window-stack-private.h
	* src/hildon-window-stack.c
	* src/hildon-stackable-window.c (hildon_stackable_window_show):
	Avoid calling gtk_widget_show() again indirectly from
	hildon_stackable_window_show()

2009-01-23  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-time-selector.c (hildon_time_selector_init): Remove
	unused variable.

2009-01-22  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-time-selector.c: (hildon_time_selector_constructor),
	(hildon_time_selector_init): Move the construction of the hours and
	ampm columns to the constructor to preserve the order the columns
	are appended.

2009-01-22  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-dialog.c:
	(hildon_picker_dialog_class_init): Connect a realize method.
	(+hildon_picker_dialog_realize): Setup the interaction mode here
	and not before.
	(hildon_picker_dialog_show): Do not call setup_interaction_mode()
	yet, do it during the realize instead.
	(_on_dialog_response):
	(_hildon_picker_dialog_set_selector): Do not call setup_interaction_mode()
	if the widget is not realized, to avoid the dialog response before it
	is even shown.

	Avoid premature responses in the HildonPickerDialog that can cause it
	to be hidden before it's even shown.

2009-01-22  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-dialog.c: (hildon_picker_dialog_show),
	(on_selector_columns_changed), (requires_done_button),
	(+prepare_action_area), (setup_interaction_mode),
	(_hildon_picker_dialog_set_selector):

	Split the interaction mode setup into preparation of the
	action area (prepare_action_area()) and the connection of
	the signals in setup_interaction_mode() and update the code to
	reflect this.

2009-01-22  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_class_init): Reduced the amount of scrolls
	per second to 15, we will check if this is ok regarding
	smoothness.

2009-01-22  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_axis_scroll): Avoid resize if we already have
	reached overshoot_max.

2009-01-22  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_init),
	(hildon_pannable_area_realize),
	(hildon_pannable_area_size_allocate),
	(hildon_pannable_area_map),
	(hildon_pannable_area_unmap),
	(hildon_pannable_draw_vscroll),
	(hildon_pannable_draw_hscroll),
	(hildon_pannable_area_expose_event),
	(hildon_pannable_area_refresh): Added a new GdkWindow to the
	pannable are to avoid the expose events go to the window and
	redraw the window. We save this way that part of the stack and the
	paint_boxes. We had to change the positions of the elements when
	drawing.

2009-01-21  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-calendar-popup.c: (hildon_calendar_popup_init):
	* src/hildon-color-chooser-dialog.c:
	(hildon_color_chooser_dialog_init):
	* src/hildon-font-selection-dialog.c:
	(hildon_font_selection_dialog_init),
	(hildon_font_selection_dialog_show_preview):
	* src/hildon-get-password-dialog.c:
	* src/hildon-login-dialog.c:
	* src/hildon-set-password-dialog.c:
	* src/hildon-sort-dialog.c: (hildon_sort_dialog_init):
	* src/hildon-time-picker.c: (hildon_time_picker_init):

	Remove obsolete logical string IDs and update to the appropriate ones.

	Fixes: NB#98609 (Use wdgt_ strings for all hildon dialog buttons)

2009-01-21  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-window.c (hildon_window_update_topmost): Fix warning
	that happens if the window hasn't been realized yet.

	Fixes: NB#95395 (prestarted applications show GLIB WARNING ** Gdk
	- gdkdrawable-x11.c:878 drawable is not a pixmap or window)

2009-01-20  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_class_init)
	(+hildon_app_menu_grab_notify): Hide the app menu if it's shadowed
	by another grab.

	Fixes: NB#98537 (Device hangs in account settings dialog)

2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump.
	* debian/changelog: version bump

2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.36]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2009-01-20  Alejandro G. Castro  <alex@igalia.com>

	Added a new function to the HildonTimeButton widget that allows to
	change the step of the minutes in the selector associated with the
	button: hildon_time_button_new_step

	* src/hildon-time-button.c,
	(hildon_time_button_init),
	(hildon_time_button_new),
	(hildon_time_button_new_step):
	* src/hildon-time-button.h: Added the new function and refactored
	the code.
	* examples/hildon-time-button-example.c,
	(main): We have replaced the function without parameters with the
	function with the steps set to 5

	Fixes: NB#98317 (Provide parametarized API for TimePicker widget)

2009-01-20  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-time-selector.c,
	(hildon_time_selector_class_init),
	(hildon_time_selector_constructor),
	(hildon_time_selector_get_property),
	(hildon_time_selector_set_property),
	(_create_minutes_model),
	(hildon_time_selector_new_step),
	(hildon_time_selector_set_time),
	* src/hildon-time-selector.h: Added a new property to the
	HildonTimeSelector (minutes-step), we use that property to control
	the steps between the minutes in the list of the selector. We have
	added a new function to the API to create a widget changing the
	step: hildon_time_selector_new_step.

2009-01-20  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-time-selector.c,
	(hildon_time_selector_class_init),
	(hildon_time_selector_constructor),
	(hildon_time_selector_init): Overrided the construct function when
	creating the time selector object. We have moved the minutes model
	handling code from the init to the new construction function:
	hildon_time_selector_constructor.

2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-date-button-example.c: (main): Use the new
	hildon_date_button_new_with_year_range() method in the example.
	* src/hildon-date-button.c:
	(+hildon_date_button_new_with_year_range): New public method
	to conveniently create a HildonDateButton with a custom year range
	in its HildonDateSelector.
	* src/hildon-date-button.h: Add the new public method definition.

	Fixes: NB#97908 (Not possible to change the year range in
	HildonDateSelector/HildonDateButton)

2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-date-selector.c:
	(+hildon_date_selector_set_property),
	(+hildon_date_selector_get_property),
	(hildon_date_selector_class_init): Install new properties "min-year"
	and "max-year" to define boundaries for the year column.
	(_create_year_model): Use the boundary properties to populate the model.
	(+hildon_date_selector_new_with_year_range): New public method to
	create a HildonDateSelector with a user defined year range.
	(hildon_date_selector_select_current_date): Use the new boundaries to
	calculate the iterator of current year.
	* src/hildon-date-selector.h: Add the new public method definition.

2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-date-selector.c: (+hildon_date_selector_class_init):
	Install a constructor method.
	(+hildon_date_selector_construct_ui): construct the widget.
	(+hildon_date_selector_constructor): new constructor.
	(+hildon_date_selector_init): move out widget construction code to
	the new constructor.

2009-01-19  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-date-selector.c: (hildon_date_selector_get_date): Check
	that there's actually a month or year selected before obtaining them.
	* src/hildon-picker-dialog.c: (_restore_current_selection): Block emission
	of the HildonTouchSelector::changed signal, as it was emitted on every
	single item selection.

	Fix some warnings and possible crashers due to the selection restoring.

2009-01-19  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-button.c: (hildon_picker_button_clicked): Connect
	the signal handlers only after creating the dialog instead of on every
	button click.

2009-01-19  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c (hildon_button_init)
	* src/hildon-check-button.c (hildon_check_button_init)
	* src/hildon-gtk.c (button_common_init): Don't let buttons get the
	focus when clicked by default.

2009-01-19  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-date-button.c: (hildon_date_button_init): Remove an unneeded
	g_object_unref().

2009-01-16  Claudio Saavedra  <csaavedra@igalia.com>

	Based on a patch by Alejandro Pinheiro (apinheiro@igalia.com) and
	Alejandro G. Castro  (alex@igalia.com)

	* src/hildon-picker-dialog.c:
	(hildon_picker_dialog_class_init): install new "center-on-show"
	property.
	(hildon_picker_dialog_init): initialize center_on_show to TRUE.
	(hildon_picker_dialog_set_property): add setter code for the new
	property.
	(hildon_picker_dialog_get_property): add getter code for the new
	property.
	(hildon_picker_dialog_show): Ensure visibility of selected items in the
	HildonTouchSelector when "center-on-show" is TRUE, which is enabled by
	default.

	Fixes: NB#92849 (Selected item is not always visible when
	HildonTouchSelector is shown)

2009-01-16  Claudio Saavedra  <csaavedra@igalia.com>

	Based on a patch by Alejandro Pinheiro (apinheiro@igalia.com) and
	Alejandro G. Castro  (alex@igalia.com)

	* src/hildon-touch-selector.c:
	(_create_new_column): Do not connect to the "realize" signal of	the
	pannable area.
	(hildon_touch_selector_append_column): center on the selected items
	when a new column is appended.
	(hildon_touch_selector_select_iter): Factor out the code to select a
	column to hildon_touch_selector_scroll_to().
	(+search_nearest_element): Method to retrieve the nearest selected
	element to the visible area of the pannable area in a column.
	(+on_realize_cb): scroll to the initially selected item.
	(+hildon_touch_selector_scroll_to): Scroll to the given GtkTreePath if
	the pannable area is realized, otherwise delay this until it is.
	(+_hildon_touch_selector_center_on_selected_items): Centers on the
	selected items of a given column.
	(+hildon_touch_selector_center_on_selected): Public method to center
	all columns on the nearest selected item.
	* src/hildon-touch-selector.h: Add definition for
	hildon_touch_selector_center_on_selected().

	Implement public API to ensure visibility of all selected items in
	a HildonTouchSelector.

2009-01-16  Alejandro G. Castro  <alex@igalia.com>

	Fixed a problem in the fading when calling the scroll_to API, and
	improve scrollbar fading handling.

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_grab_notify): avoid the timeout when the
	alpha is zero.
	(hildon_pannable_area_button_press_cb),
	(hildon_pannable_area_motion_notify_cb): Code style changes.
	(hildon_pannable_area_button_release_cb): Review the conditions
	when releasing the mouse button to avoid unrequired fading
	timeouts.
	(hildon_pannable_area_scroll_to): Do not calculate and set the
	velocity if the scroll is not required.

2009-01-15  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-picker-dialog.c (_hildon_picker_dialog_set_selector):
	Don't check whether the new selector is NULL: it cannot be.
	Hold a reference to the selector while doing the replacement.

2009-01-15  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-dialog.c: (_hildon_picker_dialog_set_selector): Remove
	unnecessary size_request in a removed widget.

2009-01-15  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-dialog.c: (_hildon_picker_dialog_set_selector): Remove
	an unnecessary reference tracking that was leaking.

2009-01-15  Alejandro G. Castro  <alex@igalia.com>

	Added delayed motion notify event handling, this way we can
	discard redrawing if more than 25 events arrive per second.

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_init): Initialized the new private atributes
	controlling this timeout
	(hildon_pannable_area_dispose): Remove the timeout that controls
	the motion notify events.
	(hildon_pannable_area_scroll): Added a condition to control the
	use of the acceleration.
	(hildon_pannable_area_motion_event_scroll_timeout),
	(hildon_pannable_area_motion_event_scroll): Added this two
	functions, they handle the motion notify events inside the
	timeout.
	(hildon_pannable_area_motion_notify_cb): Replaced the direct call
	to the scroll method with the new function.
	(hildon_pannable_area_button_release_cb): We have to remove the
	timeout handler and move to the last position if the last motion
	events were not handled.

	Fixes: NB#97028 (Pannable area updates on every motion event)

2009-01-15  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_get_topmost): Added a new parameter to
	filter the the windows that do not include those events. Added
	also a condition when finding the window to filter windows that do
	not ask for those events.
	(hildon_pannable_area_button_press_cb),
	(hildon_pannable_area_button_release_cb),
	(hildon_pannable_get_child_widget_at): Reviewed the call the the
	topmost function, we have added the new parameter.

	Fixes: NB#97458 (Pannable area prevents propagation of button
	press events)

2009-01-15  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_initial_effect): Added controls before
	launching the timeout and the idle functions.
	(hildon_pannable_area_scroll_indicator_fade): Reviewed the logic
	of the method, in some situations it can return with TRUE and 0 in
	the timeout.
	(hildon_pannable_area_button_press_cb): We do not need to set
	DELAY for fading out here.

	Fixes: NB#95709 (Invalid casts in HildonPannableArea(?))

2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-dialog.c: (_clean_current_selection): Only perform
	post-cleaning if the selection is not NULL.

2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-dialog.c: (_restore_current_selection): Unselect
	all items before restoring the selection.

2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c:
	(+hildon_touch_selector_unselect_all):
	* src/hildon-touch-selector.h: New API to unselect all items in a
	column of the touch selector.

2009-01-14  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_redraw): Added a call to the refresh
	function inside the redraw because apparently in some cases the
	change in the adjustment does not imply a size allocate.

	Fixes: NB#96837 (HildonPannableArea - scroll indicator shown
	despite the view not being scrollable)

2009-01-14  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-picker-dialog.c (_dialog_update_title): Fix memory
	leak. Check for NULL before attempting to set the window title.

2009-01-14  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-picker-dialog.c (hildon_picker_dialog_show): Decide
	whether to show or not the 'Done' button each time the dialog is
	shown, as it depends on the HildonTouchSelector selection mode.

	Fixes: NB#96226 (In multiple selection mode Done button is shown
	sometimes in listpicker)

2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-dialog.c: (_save_current_selection): Do not query
	for the number of columns in the HildonTouchSelector more than once.

2009-01-14  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-touch-selector.c: Minor documentation fixes.

	* src/hildon-picker-dialog.c (+_dialog_update_title)
	(_select_on_selector_changed_cb)
	(_update_title_on_selector_changed_cb)
	(on_selector_columns_changed): Update dialog title when there's no
	'Done' button and also when the number of columns in the selector
	changes.
	Code refactoring.

	* src/hildon-picker-button.c (hildon_picker_button_finalize)
	(+_selection_changed, hildon_picker_button_on_dialog_response)
	(hildon_picker_button_selector_selection_changed)
	(+hildon_picker_button_selector_columns_changed)
	(hildon_picker_button_set_selector): Update button value and emit
	'value-changed' when the number of columns in the selector
	changes.
	Code refactoring.

	Fixes: NB#96225 (Dialog titles are not shown according to the
	values selected in the list picker)

2009-01-13  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-edit-toolbar.c (hildon_edit_toolbar_init)
	(hildon_edit_toolbar_class_init, hildon_edit_toolbar_style_set):
	New "arrow-width" and "arrow-height" style properties to set the
	size of the arrow button.
	Set name of arrow button ("hildon-edit-toolbar-arrow").

	Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
	graphics from theme)

2009-01-13  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-button.c:
	(hildon_picker_button_selector_selection_changed): Use
	GTK_WIDGET_VISIBLE instead of gtk_window_is_active() to check whether
	the dialog is present.

	Fixes: NB#96202 (FKB causes HildonPickerButton's value update before
	the selection is accepted in the dialog)

2009-01-13  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-color-chooser.h
	* src/hildon-color-chooser-dialog.h:
	Added G_BEGIN_DECLS and G_END_DECLS

2009-01-13  Claudio Saavedra  <csaavedra@igalia.com>

	(_clean_current_selection): plug a leak in the list.

2009-01-13  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-dialog.c:
	(+free_path_list): Method to free a GList of GtkTreePaths.
	(_clean_current_selection), (_save_current_selection),
	(_restore_current_selection): Save the current selection in
	as a list of lists, to support multiple selection properly.

2009-01-12  Alberto Garcia  <agarcia@igalia.com>

	patch by Claudio Saavedra (csaavedra@igalia.com)

	* src/hildon-text-view.c: (+hildon_text_view_button_press_event):
	Store the press position.
	(+hildon_text_view_button_release_event): If the release position is
	close enough to the press position, move the cursor here. Otherwise,
	ignore.
	(hildon_text_view_class_init): Override GtkTextView press, release, and
	motion event handlers, disabling this way text selection through
	pointer interaction, and allowing the container widget to handle the
	motion event.

	Fixes: NB#95828 (HildonTextView functionality)

2009-01-12  Alberto Garcia  <agarcia@igalia.com>

	Based on a patch by Iván Gómez (igomez@igalia.com)

	* src/hildon-button.[ch]
	* src/hildon-calendar.c
	* src/hildon-check-button.c
	* src/hildon-date-editor.c
	* src/hildon-date-selector.c
	* src/hildon-picker-button.c
	* src/hildon-time-editor.c
	* src/hildon-time-selector.c
	* src/hildon-touch-selector.[ch]:
	Documentation updates

2009-01-12  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_motion_notify_cb): Remove the extra DND
	threshold, it was required due to X events handling.

2009-01-12  Alejandro G. Castro  <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_grab_notify),
	(hildon_pannable_area_initial_effect),
	(hildon_pannable_area_button_press_cb),
	(hildon_pannable_area_button_release_cb),
	(hildon_pannable_area_scroll_cb),
	(hildon_pannable_area_scroll_to): Review the timeout management of
	the scrollbar, the frecuency was incorrectly set.

2009-01-09  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-button.c:
	(+hildon_picker_button_on_dialog_response),
	(hildon_picker_button_clicked): Present the dialog instead of
	running it with gtk_dialog_run().

	Fixes: NB#97015 (HildonPickerButton shouldn't gtk_dialog_run() the
	picker dialog)

2009-01-07  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_set_parent_window)
	(hildon_app_menu_finalize): When a window is hidden it doesn't
	emit notify::is-topmost, so make sure than the menu also
	disappears in that case.
	(parent_window_topmost_notify): Renamed from parent_window_hidden

	Fixes: NB#94460 (stackable window's menu is not closed when its
	window is hidden)

2009-01-07  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector-entry.c:
	(+hildon_touch_selector_entry_set_input_mode),
	(+hildon_touch_selector_entry_get_input_mode):
	* src/hildon-touch-selector-entry.h: New methods to access the input
	mode in the selector's entry.

	Fixes: NB#93410 (API required for setting IM mode in
	HildonTouchSelectorEntry)

2009-01-07  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump.
	* debian/changelog: version bump

2009-01-07  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.34]

	* NEWS: Updates.
	* configure.ac: Bump version.
	* debian/changelog: Updates.

2008-12-19  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c:
	(_hildon_touch_selector_has_multiple_selection): No need
	to initialize the variables here.

2008-12-17  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-note-private.h
	* src/hildon-note.c (event_box_press_event, hildon_note_init)
	(hildon_note_finalize, hildon_note_rebuild): Close information
	notes when they receive a button press.

	Fixes: NB#89890 (Information notes does not get disappeared after
	few seconds)

2008-12-17  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-wizard-dialog.c: (create_title): Remove translation
	mark from the wizard title, as it's not really necessary. Also,
	do not display the page title if not set.

2008-12-17  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_set_parent_window)
	(parent_window_hidden): Use the window's "is-topmost" property to
	detect when to hide the menu.

2008-12-16  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_set_parent_window)
	(hildon_app_menu_finalize): If the parent window of the menu is
	hidden, hide the menu too.

	Fixes: NB#94460 (stackable window's menu is not closed when its
	window is hidden)

2008-12-16  Alberto Garcia  <agarcia@igalia.com>

	* debian/changelog
	* debian/libhildon1-examples.install
	* debian/rules
	* examples/Makefile.am:
	Use dh_install to install all examples.
	Use DEB_SRCDIR instead of defining SOURCE_DIR

2008-12-16  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump.
	* debian/changelog: version bump

2008-12-16  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.32]

	* NEWS: updates
	* configure.ac: bump version
	* debian/changelog: updates
	* debian/control: bump gtk+ dependency

2008-12-16  Claudio Saavedra  <csaavedra@igalia.com>

	patch by Christian Dywan (christian@imendio.com)

	* src/hildon-gtk.c: (hildon_gtk_hscale_new),
	(hildon_gtk_vscale_new): Use the appropriate GtkScale property.

2008-12-15  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-check-button.c (hildon_check_button_init)
	(hildon_check_button_class_init, hildon_check_button_style_set)
	(hildon_check_button_apply_style):
	New "checkbox-size" style property.

	Fixes: NB#95714 (GtkCellView in HildonCheckButton should be
	larger / configurable size)

2008-12-15  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump.
	* debian/changelog: version bump

2008-12-15  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.30]

	* NEWS: updates
	* configure.ac: bump version
	* debian/changelog: updates

2008-12-12  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-sections.txt
	* src/hildon-pannable-area.c
	* src/hildon-program.c
	* src/hildon-time-editor.c
	* src/hildon-touch-selector-entry.c:

	More documentation updates.

2008-12-12  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-sections.txt
	* src/hildon-caption.c
	* src/hildon-code-dialog.c
	* src/hildon-color-button.c
	* src/hildon-controlbar.c
	* src/hildon-date-editor.c
	* src/hildon-date-selector.c
	* src/hildon-edit-toolbar.c
	* src/hildon-find-toolbar.c
	* src/hildon-font-selection-dialog.c
	* src/hildon-gtk.c
	* src/hildon-program.c
	* src/hildon-range-editor.c
	* src/hildon-seekbar.c
	* src/hildon-time-editor.c
	* src/hildon-time-selector.c
	* src/hildon-volumebar-range.c
	* src/hildon-volumebar.c
	* src/hildon-vvolumebar.c
	* src/hildon-weekday-picker.c
	* src/hildon-window.c
	* src/hildon-wizard-dialog.c:

	Lots of documentation fixes.

2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>

	Patch contributed by Iván Gómez (igomez@igalia.com)

	* src/hildon-check-button.c:
	* src/hildon-date-button.c:
	* src/hildon-date-selector.c:
	* src/hildon-dialog.c:
	* src/hildon-edit-toolbar.c:
	* src/hildon-entry.c:
	* src/hildon-picker-button.c:
	* src/hildon-program.c:
	* src/hildon-text-view.c:
	* src/hildon-time-button.c:
	* src/hildon-touch-selector-entry.c:
	* src/hildon-window-stack.c:

	Add more "since" tags to the new API.

2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/hildon-sections.txt: Add below method.
	* src/hildon-gtk.c: (+hildon_gtk_vscale_new): New vertical
	version for the hildonized scale.
	* src/hildon-gtk.h: Add the definition.

	Fixes: NB#93744 (Tapping should jump to location on GtkScale)

2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/hildon-sections.txt: Add missing entries for new methods.

2008-12-12  Alejandro G. Castro	 <alex@igalia.com>

	Added API to pannable are in order to get its adjustments. We
	added two properties to manage the values we had in the private
	structure.

	* src/hildon-pannable-area.c:
	(hildon_pannable_area_class_init): Added hadjustment and
	vadjustment properties in order to expose horizontal and vertical
	adjustment.
	(hildon_pannable_area_get_property),
	(hildon_pannable_area_set_property): Added code to handle the new
	properties
	(hildon_pannable_area_get_hadjustment),
	(hildon_pannable_area_get_vadjustment): API functions to get the
	adjustments
	* src/hildon-pannable-area.h:
	(hildon_pannable_area_get_hadjustment),
	(hildon_pannable_area_get_vadjustment): API functions to get the
	adjustments

2008-12-12  Alejandro G. Castro	 <alex@igalia.com>

	Fixed some leaks, after valgrinding.

	* src/hildon-touch-selector.c:
	(_default_print_func): Fixed a leak.
	(hildon_touch_selector_append_column): Fixed a leak.
	* src/hildon-date-button.c:
	(hildon_date_button_init): Fixed a leak.
	* src/hildon-date-selector.c
	(hildon_date_selector_finalize): Fixed a leak.

2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>

	Based on a patch by Christian Dywan (christian@imendio.com)

	* src/hildon-gtk.c: (+hildon_gtk_hscale_new): Create a hildonized style
	GtkHScale.
	* src/hildon-gtk.h: Add definition.

	Fixes: NB#93744 (Tapping should jump to location on GtkScale)

2008-12-11  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-button.c: (hildon_picker_button_init),
	(hildon_picker_button_new): Set the HildonButton::style property
	in the init method, to propagate the value to the derived classes.

2008-12-11  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-button.c: (hildon_button_class_init): Do not make
	the "style" property a construct property.

2008-12-11  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-wizard-dialog.h
	* src/hildon-wizard-dialog.c
	(hildon_wizard_dialog_set_forward_page_func)
	* src/hildon-pannable-area.h
	* src/hildon-pannable-area.c
	(hildon_pannable_area_set_size_request_policy):
	Documentation fixes.

2008-12-11  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-sections.txt: Fixed warning about unused symbols.

2008-12-11  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-sections.txt: Added sections file.

2008-12-11  Claudio Saavedra  <csaavedra@igalia.com>

	* AUTHORS: Updates.
	* src/*.[ch]: Updates.

2008-12-10  Thomas Thurman  <thomas.thurman@collabora.co.uk>

        * examples/hildon-progress-indicator-example.c: new file
        * examples/Makefile.am: include the new example program

2008-12-10  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-wizard-dialog.c (destroy): Fix compilation warning

2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump
	* debian/changelog: version bump

2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.28]

	* NEWS: updates
	* configure.ac: bump version
	* debian/changelog: updates
	* debian/control: bump gtk+ dependency

2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-dialog.c: Mark as deprecated.
	* src/hildon-dialog.h: Mark as deprecated.
	* src/hildon-picker-dialog.h: Allow HildonPickerDialog to derive
	from HildonDialog and still work, even if
	HILDON_DISABLE_DEPRECATED is defined. This is required as we can't currently
	break the ABI and simply make HildonPickerDialog derive from GtkDialog.

	Fixes: NB#90867 (Deprecate HildonDialog and use GtkDialog (with
	maemo changes) instead)

2008-12-09  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable_area.h:
	* src/hildon-pannable_area.c:
	(hildon_pannable_area_class_init),
	(hildon_pannable_area_set_property),
	(hildon_pannable_area_get_property),
	(hildon_pannable_area_size_request),
	(hildon_pannable_area_get_size_request_policy),
	(hildon_pannable_area_set_size_request_policy): Added new API
	allowing applications to control the request policy. Now they can
	choose to use the minimum (HILDON_MOVEMENT_MINIMUM) size or the
	children allocation (HILDON_MOVEMENT_CHILDREN).

2008-12-09  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-gtk.h
	* src/hildon-gtk.c
	(hildon_gtk_tree_view_set_ui_mode)
	(hildon_gtk_icon_view_set_ui_mode): New functions to change the UI
	mode of treeviews and iconviews.

2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector-entry.c:
	(hildon_touch_selector_entry_init): Use a HildonEntry instead
	of a GtkEntry to get proper theming.

	Fixes: NB#94972 (Hildon Picker with Entry should use HildonEntry
	widget, not GtkEntry)

2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-wizard-dialog.c: (response): Move forward if there is
	no HildonWizardDialogPageFunc.

2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>

	Patch contributed by Iván Gómez (igomez@igalia.com)

	* src/hildon-app-menu.c:
	* src/hildon-button.c:
	* src/hildon-picker-dialog.c: (hildon_picker_dialog_class_init):
	* src/hildon-stackable-window.c:
	* src/hildon-time-selector.c:
	* src/hildon-touch-selector.c:
	* src/hildon-window.c:

	Add more "since" tags to the new API in hildon 2.2.

2008-12-05  Tim Janik  <timj@imendio.com>

	Patch contributed by Christian Dywan (christian@imendio.com)

	* src/hildon-gtk.h: removed hildon_gtk_widget_set_theme_size() and
	HildonSizeType, which are supplied by Gtk+ now.

	* src/hildon-dialog.c: leave theming and sizing of buttons to GtkDialog.

	Partially fixes NB#90867 (Deprecate HildonDialog and use GtkDialog
	(with maemo changes) instead)

2008-12-05  Claudio Saavedra  <csaavedra@igalia.com>

	Patch contributed by Iván Gómez (igomez@igalia.com)

	* src/hildon-pannable-area.c: Add "since" tags to the new API in
	hildon 2.2.

2008-12-05  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-wizard-dialog-example.c: (on_page_switch),
	(some_page_func), (main): Update the example to use a
	HildonWizardDialogPageFunc function.

	* src/hildon-wizard-dialog-private.h: Add private data for
	the HildonWizardDialogPageFunc function usage.

	* src/hildon-wizard-dialog.c: (hildon_wizard_dialog_class_init),
	(destroy), (hildon_wizard_dialog_init), (response),
	(hildon_wizard_dialog_set_forward_page_func):
	* src/hildon-wizard-dialog.h: Add a HildonWizardDialogPageFunc function,
	that applications can use to stop a HildonWizardDialog to jump to
	the next page.

	Fixes: NB#94214 (No way to stop HildonWizardDialog from going to
	next page)

2008-12-04  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-program.h
	* src/hildon-program-private.h
	* src/hildon-program.c (hildon_program_init)
	(hildon_program_set_common_app_menu)
	(hildon_program_get_common_app_menu):
	New API for setting a common HildonAppMenu for all
	HildonStackableWindows registered with the HildonProgram.

	* src/hildon-stackable-window.c
	(hildon_stackable_window_toggle_menu):
	Use the common HildonAppMenu if a window doesn't have a specific
	one.

	* src/hildon-app-menu-private.h
	* src/hildon-app-menu.c
	(hildon_app_menu_get_parent_window):
	Function to obtain the window a HildonAppMenu is attached to.
	(hildon_app_menu_set_parent_window):
	Hide the menu if the parent window is set to NULL.

2008-12-04  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-gtk.c: (hildon_gtk_tree_view_new): Explicitly
	set GtkTreeView::enable-search to FALSE, to avoid the interactive
	search widget to popup.

2008-12-03  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump
	* debian/changelog: version bump

2008-12-03  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.26]

	* NEWS: updates
	* configure.ac: bump version
	* debian/changelog: updates

2008-12-02  Alberto Garcia  <agarcia@igalia.com>

	Based on a patch by Adam Endrodi (adam.endrodi@blumsoft.eu)

	* src/hildon-window-stack.c (hildon_window_stack_get_leader_window)
	(hildon_window_stack_window_realized)
	(hildon_window_stack_remove, _hildon_window_stack_do_push):
	Set the leader GdkWindow when a window is stacked and realized,
	unset it when it's unstacked.
	(hildon_window_stack_finalize): Destroy the leader GdkWindow.

	Fixes: NB#94350 (HildonWindowStack:s have the same X Window group)

2008-12-02  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-stackable-window.h
	* src/hildon-window-stack.h:
	Protect definition of HildonWindowStack using the preprocessor.

2008-12-02  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_repack_items):
	Fix warning if all menu items are hidden.

2008-12-02  Claudio Saavedra  <csaavedra@igalia.com>

	Patch contributed by Daniel Borgmann (danielb@openismus.com)

	* src/hildon-controlbar.c:
	* src/hildon-hvolumebar.c:
	* src/hildon-vvolumebar.c: (hildon_vvolumebar_size_allocate):
	Multiple scale size defines updates.

	Fixes: NB#94322 (Scale Updates)

2008-12-02  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-app-menu-example.c (create_menu)
	Show items after adding them to the menu, as in the future the
	menu will no longer call gtk_widget_show() on the added items.

	* src/hildon-app-menu.c:
	Update example as explained above.

2008-12-02  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c
	(hildon_app_menu_insert, hildon_app_menu_add_filter):
	Make sure that all menu items have finger height.

2008-12-01  Alejandro Pinheiro  <apinheiro@igalia.com>

	* src/hildon-picker-dialog.c:
	(_on_dialog_response), (_save_current_selection),
	(_restore_current_selection), (_clean_current_selection),
	(hildon_picker_dialog_finalize), (hildon_picker_dialog_show)
	Defined new functions in order to save the current internal selector
	selection previous open the dialog, in case that the use cancel the
	interaction, so the widget restores the previous selection.

	Fixes: NB#92032 (In calendar application, date values in 'new event' 
	are not proper)

	(requires_done_button): use of macro HILDON_TOUCH_SELECTOR_HEIGHT

2008-11-28  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c: Add a reference to the button examples in
	hildon-button-example.c

	* examples/hildon-button-example.c: Added examples of the most
	common button layouts.

2008-11-28  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_show)
	(hildon_app_menu_class_init): Don't show the menu if it's empty.

	Fixes: NB#93890 (Empty HildonAppMenu is pop-up)

2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-dialog.c:
	(hildon_picker_dialog_init): Initialize	the signal id for
	HildonTouchSelector::columns-changed.
	(+on_selector_columns_changed): Set up the interaction mode everytime a
	column is added or removed from the HildonTouchSelector.
	(_hildon_picker_dialog_set_selector): Connect to
	HildonTouchSelector::columns-changed and keep track of it.

	Make sure to update the interaction mode of the dialog everytime a
	column is added	or removed in the HildonTouchSelector.

	Fixes: NB#93228 (Done button is not shown always in listpicker)

2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c: (hildon_touch_selector_class_init): Add
	a new ::columns-changed signal.
	(hildon_touch_selector_append_column): Emit ::columns-changed.
	(hildon_touch_selector_remove_column): Emit ::columns-changed.

	Add a ::columns-changed signal, emitted when the number of columns in a
	HildonTouchSelector changes.

2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-dialog.c: (+setup_interaction_mode),
	(_hildon_picker_dialog_set_selector): Factor out the code
	to set up the dialog interaction mode.

2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-dialog.c: (hildon_picker_dialog_init),
	(_hildon_picker_dialog_set_selector): Rename signal_id private variable
	to signal_changed_id.

2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c: (hildon_touch_selector_class_init):
	Minor doc. fixes.

2008-11-27  Alejandro Pinheiro  <apinheiro@igalia.com>

	* src/hildon-time-selector.c: (_custom_print_func), (_create_ampm_model)
	Updated the logical ids related to ampm format, as now it is required to
	show it correctly localized even on languages with no default
	abbreviations for am or pm
	(_check_am_pm_format): check correctly the 24h format gconf property

	Fixes: NB#93680 (HildonTimePicker need fully localized am/pm)

2008-11-27  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c: Documentation updates.

2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-marshalers.list: Add BOOLEAN:VOID.
	* src/hildon-caption.c: (hildon_caption_class_init):
	* src/hildon-color-button.c: (hildon_color_button_class_init):
	* src/hildon-find-toolbar.c: (hildon_find_toolbar_class_init):
	* src/hildon-touch-selector.c: (hildon_touch_selector_class_init):
	* src/hildon-volumebar.c: (hildon_volumebar_class_init):
	* src/hildon-weekday-picker.c: (hildon_weekday_picker_class_init):

	Remove deprecated GTK+ marshalers and replace them with the ones
	provided by GLib, for those available, add a marshaler for
	BOOLEAN:VOID, which is not available in GLib, and use it.

2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c: (_default_print_func): Do not reuse
	the text from the previous column if there is no
	HildonTouchSelectorColumn::text-property set.

2008-11-27  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.h
	* src/hildon-button.c (hildon_button_set_property)
	(hildon_button_get_property, hildon_button_class_init)
	(hildon_button_set_style, hildon_button_get_style):
	New "style" property to change the visual appearance of the
	button.

	* src/hildon-picker-button.c (hildon_picker_button_new):
	Set the new "style" property to HILDON_BUTTON_STYLE_PICKER.

	Fixes: NB#93281 (new API: hildon_button_set_picker_style() to set
	HildonButton look like PickerButton)

2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c: (_default_print_func): Get the correct
	column while building the default string.

2008-11-25  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c: (_create_new_column): Do not disable the
	scroll indicator by default.

	Fixes: NB#92230 (Scroll indication not visible in HildonTouchSelector)

2008-11-25  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-main.c: Fix the documentation for hildon_init()

2008-11-25  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-docs.sgml
	* doc/hildon.types
	* src/Makefile.am
	* src/hildon.h
	* src/hildon-window-stack-private.h
	* src/hildon-window-stack.h
	* src/hildon-window-stack.c:
	New HildonWindowStack object, that adds support for multiple
	stacks of windows per process.

	* src/hildon-stackable-window-private.h
	* src/hildon-stackable-window.h
	* src/hildon-stackable-window.c (hildon_stackable_window_set_stack)
	(hildon_stackable_window_get_stack, hildon_stackable_window_map)
	(hildon_stackable_window_show, hildon_stackable_window_hide)
	(hildon_stackable_window_class_init)
	(hildon_stackable_window_init):
	Use HildonWindowStack for stack management.

	* src/hildon-program.c (hildon_program_pop_window_stack)
	(hildon_program_peek_window_stack)
	(hildon_program_go_to_root_window):
	Add a fallback implementation to the deprecated functions using
	HildonWindowStack.

	* examples/hildon-stackable-window-example.c:
	Use the new HildonWindowStack API.

2008-11-25  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-stackable-window-private.h
	* src/hildon-stackable-window.c (hildon_stackable_window_show)
	(hildon_stackable_window_hide, hildon_stackable_window_init):
	Remove all window stack management.

	* src/hildon-program-private.h
	* src/hildon-program.h
	* src/hildon-program.c (hildon_program_init)
	(hildon_program_pop_window_stack)
	(hildon_program_peek_window_stack)
	(hildon_program_go_to_root_window):
	Remove all window stack management and mark functions as
	deprecated.

2008-11-25  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_realize):
	Use the XA_ATOM type for the _NET_WM_WINDOW_TYPE property.

2008-11-24  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump
	* debian/changelog: version bump

2008-11-24  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.24]

	* NEWS: updates
	* configure.ac: bump version
	* debian/changelog: updates

2008-11-24  Claudio Saavedra  <csaavedra@igalia.com>

	Based on initial code by Christian Dywan (christian@imendio.com)

	* doc/hildon-docs.sgml: Add section for hildon-main.
	* examples/*.c: (main): Replace gtk_main() calls with hildon_gtk_main().
	* src/Makefile.am: Add new hildon-main.[ch]
	* src/hildon-defines.h: Update the icon sizes.
	* src/hildon-main.c: (+hildon_init), (+hildon_gtk_init): Add
	new library initialization files and register icon sizes.
	* src/hildon-main.h: New declarations.
	* src/hildon.h: Include hildon-main.h

	Add new initialization functions to the library. These methods
	will register the hildon specific icon sizes and can be used in the
	future for other hildon specific bits.

	Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h))

2008-11-21  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-window.c: (hildon_window_realize),
	(hildon_window_notify), (-hildon_window_update_title): Do not set
	the application name in the window title.

	Fixes: NB#89754 (Applications shouldn't display their names in the
	window title)

2008-11-21  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-note-private.h:
	* src/hildon-note.c: (hildon_note_set_property),
	(hildon_note_get_property), (hildon_note_class_init),
	(hildon_note_init), (hildon_note_finalize),
	(hildon_note_new_confirmation_with_icon_name),
	(hildon_note_new_information_with_icon_name):

	No need to mark as deprecated the actual code. Revert
	to avoid missing symbols in widgets using deprecated API.

2008-11-20  Alberto Garcia  <agarcia@igalia.com>

	Based on a patch by Claudio Saavedra (csaavedra@igalia.com)

	* src/hildon-volumebar.h
	* src/hildon-volumebar.c (hildon_volumebar_set_range_insensitive_message)
	(hildon_volumebar_set_range_insensitive_messagef): Mark as deprecated.

	* src/hildon-helper.h
	* src/hildon-helper.c (hildon_helper_set_insensitive_message)
	(hildon_helper_set_insensitive_messagef): Mark as deprecated.

	* examples/Makefile.am:
	Deprecate hildon-insensitive-example

	Fixes: NB#92664 (Deprecate hildon_helper_set_insensitive_message)

2008-11-20  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-pannable-area-buttons-scroll-example.c:
	Make all buttons finger height

2008-11-19  Alejandro Pinheiro  <apinheiro@igalia.com>

	* src/hildon-touch-selector.c: updated the HildonTouchSelector::changed
	documentation
	* src/hildon-date-selector.c: (_update_day_model): Modified in order to
	update the day model only if it is really required, and to avoid the
	full-reconstruction aproach. Now it only add or remove the required days.

	The purpose of this is avoid superfluous HildonTouchSelector::changed
	signals

	Fixes: NB#92744 (HildonDateSelector emits multiple "changed" singal
	with strange parameters)

2008-11-19  Claudio Saavedra  <csaavedra@igalia.com>

	Patch contributed by Adam Endrodi (adam.endrodi@blumsoft.eu)

	* src/hildon-note.c: (hildon_note_init), (hildon_note_realize): Set properly
	the WINDOW_TYPE property.

	Fixes: NB#92897 (HildonNotes have incorrect WINDOW_TYPE)

2008-11-19  Alberto Garcia  <agarcia@igalia.com>

	* doc/gtk-doc.make:
	Fix dependency to allow parallel compilation with make -jX

2008-11-18  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-color-chooser-dialog.c: Use theme colors for the selected
	color frame and some minor tweaks to make it more consistent with
	current theming.

	Fixes: NB#91769 (HildonColorChooserDialog's selected colour is
	highlighted but not visible)

2008-11-14  Alejandro G. Castro	 <alex@igalia.com>

	* examples/Makefile.am: Fixed typo in the Makefile.am.

2008-11-14  Alejandro G. Castro	 <alex@igalia.com>

	Reviewed the use of MAEMO_GTK define, now we add the define in the
	compilation line, and we also add it to the pc file.

	* configure.ac: Added MAEMO_GTK define to the compilation command
	and removed it from the config.h.

	* pkgconfig/hildon.pc.in: Added MAEMO_GTK, that way applications
	do not have to take care about this define if the library was
	compiled with it.

	* src/hildon-gtk.c:
	* src/hildon-gtk.h: Replaced MAEMO_CHANGES with MAEMO_GTK.

2008-11-14  Alejandro G. Castro	 <alex@igalia.com>

	* examples/Makefile.am,
	* examples/hildon-pannable-area-buttons-scroll-example.c,
	* examples/hildon-pannable-area-gesture-signals-example.c,
	* examples/hildon-pannable-area-scroll-jump-example.c,
	* examples/hildon-pannable-area-tree-view-example.c:
	Renamed the pannable area examples, now they have more meaningful
	names.

2008-11-13  Alejandro Pinheiro	 <apinheiro@igalia.com>

	* src/hildon-touch-selector.c:
	(hildon_touch_selector_set_column_selection_mode): Used of
	GTK_SELECTION_BROWSE instead of GTK_SELECTION_SINGLE gtk tree selection
	mode setting HILDON_TOUCH_SELECTOR_SELECTION_MODE_SINGLE. Added a check
	to avoid re-seting the same selection mode.

	Fixes: NB#91863 (hildon_touch_selector_set_column_selection_mode()
	breaks HildonPickerDialog)

2008-11-13  Alejandro G. Castro	 <alex@igalia.com>

	* examples/Makefile.am: Fixed problem with the USE_MAEMO_GTK
	conditional in the Makefile.am

2008-11-12  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-window.c (-find_findtoolbar_index), (-find_findtoolbar):
	Remove unused methods.

2008-11-12  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c (hildon_button_init):
	Make button images center-aligned by default

2008-11-12  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-gtk.c:
	* src/hildon-gtk.h: Fixed compilation problem with MAEMO_CHANGES
	activated, we have to think about how to deal with both defines
	MAEMO_GTK and MAEMO_CHANGES.

2008-11-12  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-app-menu-example.c (create_menu): Make all
	buttons finger size.

2008-11-11  Alejandro G. Castro	 <alex@igalia.com>

	Fixed the compilation without maemo gtk adding ifdefs with
	MAEMO_GTK define to the code, we have to check this version more
	carefully.

	* examples/Makefile.am: Added control to avoid some examples that
	just make sense with maemo gtk.

	* src/hildon-gtk.c:
	* src/hildon-gtk.h: Remove some functions that use the maemo gtk
	hildon modes with the define.

	* examples/hildon-edit-toolbar-example.c,
	(create_icon_view): Create the icon view without hildon-gtk
	helpers if we are not using maemo gtk.

	* src/hildon-touch-selector.c,
	(_create_new_column): Create the treeview without hildon-gtk
	helpers if we are not using maemo gtk.

2008-11-11  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pnnable-area.c,
	(hildon_pannable_area_dispose),
	(hildon_pannable_area_button_press_cb),
	(hildon_pannable_area_child_mapped),
	(hildon_pannable_area_add),
	(hildon_pannable_area_remove): Added code to control the position
	of the event_window when adding and removing children from the
	pannable. We have to raise the event window when the child is
	mapped.

	Fixes: NB#89811 (Not able to select first image thumbnail in multi
	selection mode using custom widget inside pannable)

2008-11-11  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump
	* debian/changelog: version bump

2008-11-11  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.22]

	* NEWS: updates
	* configure.ac: bump version
	* debian/changelog: updates

2008-11-10  Alejandro Pinheiro  <apinheiro@igalia.com>

	* src/hildon-touch-selector.c: (_create_new_column): Disable treeview
	search mode, in order to avoid lose the focus on the treeview when
	a hw key (like enter) is pressed.

	Fixes: NB#91995 (Calendar is crashing after pressing 'Enter' HW key
	in HildonDateSelector dialog)

2008-11-06  Alejandro Pinheiro  <apinheiro@igalia.com>

	* debian/rules: Added --enable-maintainer-mode
	* Makefile.am: Added ACLOCAL_AMFLAGS

	This allows to properly regenerate the Makefiles if you modify the
	configure.ac or any Makefile.am.

2008-11-06  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-app-menu-example.c: (main): Do not set RC style
	properties, not needed at all.

2008-11-06  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-note-private.h: Add strings for the icon and stock_icon
	properties.
	* src/hildon-note.c: (hildon_note_set_property),
	(hildon_note_get_property), (hildon_note_class_init),
	(hildon_note_init), (hildon_note_finalize), (hildon_note_rebuild),
	(hildon_note_new_confirmation_add_buttons): Remove icons.
	(hildon_note_new_confirmation_with_icon_name): Deprecate.
	(hildon_note_new_information_with_icon_name): Deprecate.
	(hildon_note_new_confirmation): Act directly, without calling
	the deprecated constructor.
	(hildon_note_new_information): Act directly, without calling
	the deprecated constructor.
	* src/hildon-note.h: Mark deprecate methods as such.
	* tests/check-hildon-note.c: (create_hildon_note_suite): Do
	not run tests on the deprecated methods if built with deprecation
	disabled.

	Fixes: NB#91688 (Never show icons in information notes/confirmation
	notes)

2008-11-06  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-app-menu.c: (hildon_app_menu_set_parent_window),
	(hildon_app_menu_key_press): Remove leftover usage of the
	private structure in HildonAppMenu struct.
	* src/hildon-app-menu.h: Remove leftover private structure
	from the HildonAppMenu struct.

	Fixes a crasher when using the HildonAppMenu.

2008-11-05  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-dialog.c: Use appropriate logical id
	for the default "Done" text.

2008-11-05  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump
	* debian/changelog: version bump

2008-11-05  Alejandro Pinheiro  <apinheiro@igalia.com>

	Modified the way to scroll to the current selection just when the touch
	selector is shown on the screen, avoiding a g_idle. Added too a property
	to configure this behaviour. See hildon_pannable_area_jump_to_child
	documentation for more information.

	* src/hildon-touch-selector.c
	Removed unused CENTER_ON_SELECTED_ITEM_DELAY macro
	Added 'initial-scroll' property
	(hildon_touch_selector_set_property): Added
	(hildon_touch_selector_map): Removed as not required anymore
	(_hildon_touch_selector_on_selected_items): Modified in order to manage
	only a concrete column, instead of iterate along all the columns

2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.20]

	* NEWS: updates
	* configure.ac: bump version
	* debian/changelog: updates

2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-button.c: (hildon_button_set_arrangement): Fix some
	compilation time warnings.

2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-pannable-area.c: (hildon_pannable_area_class_init): Set
	the default value for HildonPannableArea::mov-mode to
	HILDON_PANNABLE_AREA_MODE_VERT.

	Fixes: NB#91385 (Hildon Touch List panning should be ALWAYS vertical only)

2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>

	Reverting following commit:

	2008-10-13  Alberto Garcia  <agarcia@igalia.com>

	  * src/hildon-app-menu-private.h
	  * src/hildon-app-menu.[ch]
	  * src/hildon-button.[ch]
	  * src/hildon-check-button.[ch]
	  * src/hildon-entry.[ch]
	  * src/hildon-pannable-area.[ch]
	  * src/hildon-text-view.[ch]:
	  Added private field to the object's structure.

	because it causes an ABI breakage. We will need to introduce these
	changes later at some point. See NB#91636 for an extensive
	explanation and status.

2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>

	Patch contributed by Daniel Borgmann (danielb@openismus.com)

	* src/hildon-window.c: (paint_toolbar): Update toolbar sizes and
	remove special cases that are no longer necessary.

	Fixes: NB#91016 (Change toolbar sizes, simplification)

2008-11-03  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-note.c: (hildon_note_rebuild): Make sure the cancel button
	is shown in the cancel note.

2008-11-03  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-controlbar.c: (hildon_controlbar_init): Remove steppers.
	* src/hildon-seekbar.c: (hildon_seekbar_class_init),
	(hildon_seekbar_init): Remove steppers, remove expose event.
	* src/hildon-volumebar-range.c: (hildon_volumebar_range_init): Remove steppers.

	Fixes: NB#91104 (Remove stepper buttons from legacy hildon widgets)

2008-10-31  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-button.c: (hildon_button_set_arrangement): Set the value
	label font to "SmallSystemFont" for vertically arranged buttons.

	Fixes: NB#90662 (HildonButton "value" and "detail" text is
	unformatted)

2008-10-31  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-check-button.c
	(hildon_check_button_set_active, hildon_check_button_clicked):
	Don't access private parts directly, use getters instead.

2008-10-31  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-check-button.c (hildon_check_button_new):
	Align the contents of the check button to the left.

2008-10-30  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_scroll_to),
	(hildon_pannable_area_jump_to),
	(hildon_pannable_area_scroll_to_child),
	(hildon_pannable_area_jump_to_child): Replace the mapped
	precondition of these functions with the realized, it is the
	correct state of the widget in this case. Changed the
	documentation according to this modification.

2008-10-30  Alejandro G. Castro	 <alex@igalia.com>

	Added a new EXTRA_CFLAGS option to add the deprecated define to
	the compilation command. This way we can avoid using the define in
	the documentation compilation.

	* configure.ac: Defined EXTRA_CFLAGS.

	* examples/Makefile.am:
	* src/Makefile.am:
	* tests/Makefile.am: Included EXTRA_CFLAGS in the compilation.

2008-10-30  Alejandro Pinheiro  <apinheiro@igalia.com>

	* src/hildon-picker-dialog.c:
	Defined a utility macro with the desired touch selector height
	Removed currently unused separator, and title_label variables from
	private structure.
	(hildon_picker_dialog_init): Removed code related to the creation
	of unused private variables title_label and separator.
	(_hildon_picker_dialog_set_selector): Added gtk_widget_set_size_request
	to ensure correct visualization of the touch selector inside the dialog.
	* src/hildon-touch-selector.c
	(hildon_touch_selector_init): Removed a gtk_widget_set_size_request to
	ensure a concrete height of the widget.

2008-10-30  Claudio Saavedra  <csaavedra@igalia.com>

	* src/Makefile.am:
	* tests/Makefile.am:

	Remove spurious whitespaces.

2008-10-30  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-code-dialog.c: (hildon_code_dialog_init): Fix a
	compilation warning after the cancel button removal.

2008-10-30  Alejandro G. Castro	 <alex@igalia.com>

	Fremantle deprecated widgets marked, HILDON_DISABLE_DEPRECATED

	* configure.ac: Added an AM_CONDITIONAL in order to use in the
	Makefile.am, that way we can choose not to compile some examples
	and tests of the deprecated widgets.

	* examples/Makefile.am: Divided the sources in deprecated and
	non-deprecated.

	* src/Makefile.am: Added undef statement of the deprecated
	symbol to the enums file generation process.

	* src/hildon-color-chooser-dialog.c
	* src/hildon-color-chooser-dialog.h
	* src/hildon-color-button.c
	* src/hildon-color-button.h
	* src/hildon-color-chooser.c
	* src/hildon-color-chooser.h
	* src/hildon-controlbar.c
	* src/hildon-controlbar.h
	* src/hildon-date-editor.c
	* src/hildon-date-editor.h
	* src/hildon-hvolumebar.c
	* src/hildon-hvolumebar.h
	* src/hildon-private.c
	* src/hildon-private.h
	* src/hildon-range-editor.c
	* src/hildon-range-editor.h
	* src/hildon-seekbar.c
	* src/hildon-seekbar.h
	* src/hildon-time-editor.c
	* src/hildon-time-editor.h
	* src/hildon-time-picker.c
	* src/hildon-time-picker.h
	* src/hildon-volumebar.c
	* src/hildon-volumebar.h
	* src/hildon-vvolumebar.c
	* src/hildon-vvolumebar.h
	* src/hildon-bread-crumb-trail.h
	* src/hildon-bread-crumb-trail.c
	* src/hildon-calendar-popup.c
	* src/hildon-calendar-popup.h
	* src/hildon-weekday-picker.c:
	* src/hildon-weekday-picker.h:
	* src/hildon-bread-crumb-widget.c:
	* src/hildon-bread-crumb-widget.h:
	* src/hildon-bread-crumb.c:
	* src/hildon-bread-crumb.h:
	* src/hildon-calendar.c:
	* src/hildon-calendar.h:
	* src/hildon-caption.c:
	* src/hildon-code-dialog.c:
	* src/hildon-code-dialog.h:
	* src/hildon-font-selection-dialog.c:
	* src/hildon-font-selection-dialog.h:
	* src/hildon-get-password-dialog.c:
	* src/hildon-get-password-dialog.h:
	* src/hildon-login-dialog.c:
	* src/hildon-login-dialog.h:
	* src/hildon-number-editor.c:
	* src/hildon-number-editor.h:
	* src/hildon-set-password-dialog.c:
	* src/hildon-set-password-dialog.h:
	* src/hildon-sort-dialog.c:
	* src/hildon-sort-dialog.h: This is the list of deprecated
	widgets.

	* src/hildon-touch-selector.c:
	* src/hildon-window.c: Added undef statement to avoid compilation
	warnings

	* tests/Makefile.am: Divided the sources in deprecated and
	non-deprecated.

	* tests/check_test.c,
	(configure_tests): Marked the deprecated code that was adding
	suites with deprecated tests.

	Fixes: NB#91135 (Deprecate legacy hildon widgets)

2008-10-30  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c: (_default_print_func): Do not
	duplicate a string returned by gtk_tree_model_get(), it is already
	allocated for us.

	Fixes: NB#91192 (Memory leak in HildonTouchSelector default print
	function)

2008-10-28  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_area_add_with_viewport): Reviewed the complete
	method, it had problems when adding a widget with viewport the
	second time. Now checks if it already has a viewport and uses it.

	Fixes: NB#90994 (HildonPannableArea does not connect "destroyed"
	on child)

2008-10-28  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_scroll_to),
	(hildon_pannable_area_jump_to),
	(hildon_pannable_area_scroll_to_child),
	(hildon_pannable_area_jump_to_child): Added a precondition to the
	scroll and jump to functions: the widget must be mapped before we
	can safely call these functions. We have also added documentation
	to the functions to explain how to use them in this situation.


2008-10-28  Alejandro G. Castro	 <alex@igalia.com>

	Reviewed the threading handling of the pannable widget, we have
	used the gdk_threads_add_timeout function instead of the usual
	glib handlers. This avoids some problems with the threads.

	* src/hildon-pannable-area.c (hildon_pannable_area_grab_notify),
	(hildon_pannable_area_initial_effect),
	(hildon_pannable_area_scroll_indicator_fade),
	(hildon_pannable_area_button_press_cb),
	(hildon_pannable_area_timeout),
	(hildon_pannable_area_motion_notify_cb),
	(hildon_pannable_area_button_release_cb),
	(hildon_pannable_area_scroll_cb),
	(hildon_pannable_area_scroll_to): Removed the
	GDK_THREAD_ENTER/LEAVE and replaced g_timeout_add with
	gdk_threads_add_timeout.

	Fixes: NB#89541 (Crash in pannable area when closing picker dialog)

2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.18]

	* NEWS: updates
	* configure.ac: bump version
	* debian/changelog: updates

2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-calendar-popup.c: (hildon_calendar_popup_init):
	* src/hildon-code-dialog.c: (hildon_code_dialog_init):
	* src/hildon-color-chooser-dialog.c:
	(hildon_color_chooser_dialog_init):
	* src/hildon-font-selection-dialog.c:
	(hildon_font_selection_dialog_init):
	* src/hildon-login-dialog.c: (hildon_login_dialog_init):

	Remove all cancel/close-like dialogs, as these are not going to be
	displayed at all.

2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-note.c: (hildon_note_rebuild),
	(hildon_note_new_confirmation_add_buttons): Explicitely show the buttons
	when needed.

	Fixes: NB#90661 (Delete dialog is displayed without NO button)

2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-note.c: (hildon_note_new_confirmation_add_buttons): Make
	sure all buttons are shown, even the Cancel/Close-like ones.

	Fixes: NB#90861 (Custom Confirmation dialogs should be
	protected from cancel button removal)

2008-10-23  Alejandro Pinheiro  <apinheiro@igalia.com>

	* debian/control: Change libhildon1-examples dependency from libhildon1
	to libhildon1-dev
	* debian/libhildon1-examples.install
	* debian/rules
	* Makefile.am: Modified the final install directory for the examples on
	package libhildon1-examples
	* Makefile.static: Update clean target in order to remove all the binary
	examples

	Changes suggested by Claudio after review new libhildon1-examples package

2008-10-23  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector-entry.c: Fix some gtk-doc warnings.
	* src/hildon-touch-selector.c: Ditto.

2008-10-23  Alejandro Pinheiro  <apinheiro@igalia.com>

	* debian/control: Added new package libhildon1-examples, in order to pack
	the current hildon examples as documentation
	* debian/rules: Not to compress .c files, modify some includes on the
	examples (as normally are compiled locally, but when installed it will
	require to include the installed libhildon1 library), and rename
	Makefile.static
	* examples/Makefile.am: Added examplesdir and examples_DATA, in order to
	install all the example files on the new example package
	* examples/Makefile.static: Added static makefile that can be used to
	compile the examples, once installed the new example package
	* examples: Most of the examples were modified in order to grant that
	all use only '#include "hildon.h"', in order to be easy to prepare
	it on the example package

2008-10-23  Alberto Garcia  <agarcia@igalia.com>

	* debian/control
	* debian/libhildon1-dev.install
	* debian/libhildon1-doc.install:
	Move all gtk-doc files to a separate libhildon1-doc package.

2008-10-23  Daniel Borgmann  <danielb@openismus.com>

	reviewed by:  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-gtk.c (hildon_gtk_menu_new): Change capitalization

2008-10-22  Alejandro Pinheiro  <apinheiro@igalia.com>

	* debian/rules: Fixed a error in order to avoid unnecessary calls
	to autogen.sh on package building

2008-10-22  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-app-menu-example.c: Add keyboard accelerator.

2008-10-21  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-dialog.h: Add missing HildonTouchSelector
	header include.

2008-10-21  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-picker-button.c
	(hildon_picker_button_finalize):
	Free priv->done_button_text

	* src/hildon-time-button.c
	(hildon_time_button_set_time)
	* src/hildon-picker-button.c
	(hildon_picker_button_clicked)
	(hildon_picker_button_selector_selection_changed)
	(hildon_picker_button_set_selector)
	* src/hildon-date-button.c
	(hildon_date_button_set_date):
	Free strings returned by hildon_touch_selector_get_current_text()

	* src/hildon-button.c (hildon_button_construct_child):
	Fix leaks in priv->image and priv->label_box

	Fixes: NB#90535 (Memory leak in picker button)

2008-10-21  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-button.c: (hildon_button_get_property): Do not access
	private elements directly, use getters instead.

2008-10-20  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu-private.h
	* src/hildon-app-menu.c
	(hildon_app_menu_init, hildon_app_menu_set_parent_window):
	Store the menu's parent window.

	* src/hildon-stackable-window.c
	(hildon_stackable_window_toggle_menu)
	(hildon_stackable_window_finalize):
	Set the menu's parent window when the menu is shown, unset it when
	it is destroyed.

	* src/hildon-app-menu.c
	(hildon_app_menu_hide_idle, hildon_app_menu_key_press)
	(hildon_app_menu_class_init):
	Send unhandled keyboard accelerators to the parent window.

2008-10-20  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-stackable-window.c
	(hildon_stackable_window_finalize): Unref the menu, don't destroy it

2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post release version bump

2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>

	* NEWS: Updates
	* configure.ac: Bump version
	* debian/changelog: Updates
	* debian/rules: Set PKG_CONFIG_PATH to make docs build with
	gtk-doc 1.10.

2008-10-20  Alberto Garcia  <agarcia@igalia.com>

	Patch contributed by Daniel Borgmann (danielb@openismus.com)

	* src/hildon-gtk.h
	* src/hildon-gtk.c (hildon_gtk_menu_new): New function to create a
	GtkMenu with Hildon style.

2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-button.c:
	(hildon_picker_button_set_done_button_text): Set the dialog's
	done button text here as well.

	Fixes: NB#90232 (Picker button does not set the label on done button
	for the second time)

2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-button.c: (hildon_picker_button_clicked): Update
	warning message.

2008-10-16  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_insert)
	(hildon_app_menu_add_filter, can_activate_accel): Allow items in
	the HildonAppMenu to be activatable using keyboard accelerators
	when the menu is not being shown.

	Fixes: NB#89935 (Shortcuts for menu buttons are not working)

2008-10-16  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-stackable-window.c
	(hildon_stackable_window_show):
	Don't hide old windows automatically when new windows are shown:
	this is now a task for the window manager.
	(hildon_stackable_window_class_init)
	(hildon_stackable_window_hide):
	Remove windows from the stack everytime they're hidden.
	(hildon_stackable_window_realize):
	Don't change the _NET_WM_WINDOW_TYPE property. Use
	_HILDON_STACKABLE_WINDOW instead for the window manager to manage
	it as a stackable window.

	* src/hildon-program.c
	(hildon_program_pop_window_stack):
	Just hide the window to remove it from the stack.
	(hildon_program_go_to_root_window):
	Don't call gtk_widget_show(), this is now a task for the window
	manager.

	Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow)

2008-10-15  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c
	(hildon_button_construct_child):
	Don't pack anything in the button until text or image are
	set. This allows adding a custom child after creating the button
	with hildon_button_new().
	(hildon_button_finalize, hildon_button_class_init)
	(hildon_button_init, hildon_button_set_arrangement): Destroy the
	alignment and the label box even when they're not packed in the
	button.

2008-10-14  Alejandro Pinheiro	 <apinheiro@igalia.com>

	* src/hildon-touch-selector.h:
	Set parent_instance and parent_class as GtkVBox and GtkVboxClass, as
	currently the type definition was using GTK_TYPE_VBOX
	* src/hildon-touch-selector.c:
	Added some implementation notes in order to clarify that any other widget
	added without the column related API will not be included on the
	selection logic, and how the widget is freed, as some people ask about
	it.
	(hildon_touch_selector_remove): Reimplemented in order to free properly
	the column related data when you remove the private hbox.
	* doc/hildon.types: Added the type hildon_touch_selector_column, in order
	to get a proper HildonTouchSelectorColumn documentation

2008-10-13  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector-entry.c:
	(hildon_touch_selector_entry_print_func): Return NULL if there is no
	text in the GtkEntry and there is no item selected. Fixes a
	potential crasher.

2008-10-13  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu-private.h
	* src/hildon-app-menu.[ch]
	* src/hildon-button.[ch]
	* src/hildon-check-button.[ch]
	* src/hildon-entry.[ch]
	* src/hildon-pannable-area.[ch]
	* src/hildon-text-view.[ch]:
	Added private field to the object's structure.

2008-10-13  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post-release version bump

2008-10-10  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.14]

	* configure.ac: pre-release version bump
	* NEWS: updates.
	* debian/changelog: updates.

2008-10-10  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-button.c: (hildon_picker_button_finalize):
	Disconnect the handler for HildonTouchSelector::changed.

	(hildon_picker_button_selector_selection_changed): Update the button
	value if the selection change was not triggered by the
	HildonPickerDialog.

	(hildon_picker_button_set_selector): connect to
	HildonTouchSelector::changed.

	Fixes: NB#89650 (Picker button is not updated, when selection in
	selector has changed)

2008-10-09  Alejandro Pinheiro	 <apinheiro@igalia.com>

	* src/hildon-picker-dialog.c
	(hildon_picker_dialog_realize): Removed as not required
	(hildon_picker_dialog_class_init): Avoid to redefine widget->realize
	* src/hildon-picker-button.c
	(_current_selector_empty): New function, checks if the selector is empty
	(hildon_picker_button_clicked): Now it checks (using _current_selector_empty)
	if the current selector is empty, in order to avoid to show the dialog
	close the dialog in this case (and shows a g_warning).

	Fixes: NB#88946 (Hildon Picker button should disable itself if there are no values)

2008-10-09  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_scroll): Added clause to stop movement when
	the child of pannable is smaller than one page.
	(hildon_pannable_area_scroll_to): Added conditions to avoid
	starting the scrolling movement if the child is smaller than one
	page, the complete child is in the screen, we do not have to move.

	Fixes: NB#89632 (Picker button selection doesn't change on first click)

2008-10-09  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c: Removed the 'columns' property, as now
	this is managed automatically by the widget when the size of the
	screen changes.

2008-10-09  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-picker-button.c
	(hildon_picker_button_set_done_button_text): Make a copy of the
	text, and free the previous value.

2008-10-09  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector-entry.c:
	(hildon_touch_selector_entry_print_func): Return the selected row's
	text if the entry is empty.

	Fixes: NB#89651 (HildonTouchSelectorEntry title is <unnamed>, when
	entry is empty)

2008-10-09  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector-entry.c: Minor docs fixes.

2008-10-09  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon.types
	* src/hildon-check-button.h
	* src/hildon-check-button.c
	* examples/hildon-check-button-example.c:
	HildonCheckButton is now a new widget. 'toggled' signal added.

2008-10-08  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-program-private.h
	* src/hildon-program.c (hildon_program_init)
	(hildon_program_finalize): Removed unused variables group_leader
	and name from HildonProgramPrivate.

2008-10-08  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-check-button.c (hildon_check_button_set_active)
	(hildon_check_button_get_active, hildon_check_button_new): Use
	g_object_[gs]et_qdata() instead of g_object_[gs]et_data().

2008-10-08  Alejandro Pinheiro	 <apinheiro@igalia.com>

	* src/hildon-touch-selector.h
	(hildon_touch_selector_set_column_attributes): added deprecation
	guard HILDON_DISABLE_DEPRECATED
	* src/hildon-time-selector.c
	(hildon_time_selector_set_time)
	(hildon_time_selector_get_time): Fixed a typo on documentation
	* src/hildon-touch-selector.c: update HildonTouchSelector and
	HildonTouchSelectorColumn documentation
	* src/hildon-touch-selector-entry.c: update "text-column" property
	documentation
	* doc/hildon-docs.sgml: added hildon-touch-selector-column in order
	to be added to the general documentation.

2008-10-08  Alejandro G. Castro	 <alex@igalia.com>

	* examples/hildon-pannable-area-example-4.c,
	(main),
	* examples/hildon-pannable-area-example.c,
	(main): Modified the code in order to use the container add, with
	viewport treeviews could have problems if they are really big.

2008-10-06  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-weekday-picker.c,
	* src/hildon-weekday-picker.h: Removed the deprecated symbols after
	the agreement regarding deprecation in the library.

2008-10-06  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-picker-button-multicolumn-example.c:
	(main): Use custom "done" button text.

	* src/hildon-picker-button.c: (hildon_picker_button_get_property),
	(hildon_picker_button_set_property),
	(hildon_picker_button_clicked), (hildon_picker_button_class_init),
	(hildon_picker_button_init),
	(+hildon_picker_button_get_done_button_text),
	(+hildon_picker_button_set_done_button_text): New methods to customize
	the "done" button label in the launched HildonPickerDialog. Also,
	make it a property.

	* src/hildon-picker-button.h: add the public API.

2008-10-06  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-date-selector.h:
	* src/hildon-picker-dialog.h:
	* src/hildon-time-selector.h:
	* src/hildon-touch-selector-column.h:
	* src/hildon-touch-selector.h:

	Set the G_GNUC_CONST macro properly in the hildon_*_get_type()
	declarations. Fixes gtk-doc warnings.

2008-10-06  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-picker-dialog.h
	* src/hildon-picker-dialog.c (hildon_picker_dialog_init):
	Make HildonPickerDialog derive from HildonDialog, not GtkDialog

	Fixes: NB#89329 (selectors in picker dialog are not visible when a
	long text is set as label for done button)

2008-10-06  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-dialog.c (hildon_dialog_add_button):
	Set fixed width to all buttons in the HildonDialog.

2008-10-06  Alberto Garcia  <agarcia@igalia.com>

	Patch contributed by Daniel Borgmann (danielb@openismus.com)

	* src/hildon-gtk.c (hildon_gtk_widget_set_theme_size):
	Set widget name using class name plus "-finger" or "-thumb".

2008-10-03  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-check-button.c (hildon_check_button_set_active): Emit
	'clicked' when the state of the button is manually changed.

2008-10-02  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_realize)
	(hildon_app_menu_unrealize, hildon_app_menu_init)
	(hildon_app_menu_class_init, item_visibility_changed):
	Change the menu layout when the size of the screen changes.
	(hildon_app_menu_set_columns, hildon_app_menu_set_property):
	Show warning only when changing the number of colums using the
	property.

2008-10-02  Claudio Saavedra  <csaavedra@igalia.com>

	* debian/compat: Set to 5
	* debian/control: Update dependencies.
	* debian/libhildon1-dbg.install: Remove.
	* debian/libhildon1-dev.install: Update according to cdbs paths.
	* debian/libhildon1.install: Update according to cdbs paths.
	* debian/rules: Switch to cdbs.

2008-10-01  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_repack_filters):
	'item' variable renamed to 'filter'

2008-10-01  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_insert)
	(hildon_app_menu_add_filter, remove_item_from_list)
	(hildon_app_menu_repack_filters, hildon_app_menu_finalize):
	Don't leak hidden items when the menu is destroyed.

2008-10-01  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_insert)
	(hildon_app_menu_reorder_child, hildon_app_menu_add_filter)
	(hildon_app_menu_set_columns, item_visibility_changed)
	(filter_visibility_changed, hildon_app_menu_repack_filters)
	(hildon_app_menu_repack_items):
	Repack items and filters separately.

	Don't repack all items, change only the ones that are needed to
	update the layout.

2008-10-01  Alejandro Pinheiro <apinheiro@igalia.com>

	* src/Makefile.am: added hildon-touch-selector-column.h

2008-10-01  Alejandro Pinheiro <apinheiro@igalia.com>

	* src/hildon-touch-selector.c: added the property "text-column" to the
	class HildonTouchSelectorColumn, and related get/set functions
	(_default_printf_func): updated to use "text-column" property
	* src/hildon-touch-selector-entry.c: mark as deprecated the property
	"text-column" in his documentation, as this is now included on
	HildonTouchSelectorColumn. The get/set_property can still be used,
	working as a wrapper to the concrete column "text-column" property
	(_text_column_modified): callback added in order to handle the signal
	"notify::text-column" of the concrete HildonTouchSelectorColumn
	(hildon_touch_selector_entry_get_text_column)
	(hildon_touch_selector_entry_set_text_column): Added documentation, and
	modified in order to use the HildonTouchSelectorColumn "text-column"
	property
	* src/hildon-time-selector.c:
	* src/hildon-date-selector.c:
	* examples/hildon-touch-selector-example.c
	* examples/hildon-touch-selector-multi-cells-example.c
	* examples/hildon-picker-button-multicolumn-example.c
	Set the right value to "text-column" property on the creation of a new
	column using hildon_touch_selector_append_column()

	Fixes: NB#88644 (Hardcoded first column of the model as text column)

2008-09-30  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c
	(hildon_app_menu_construct_child, hildon_app_menu_init): When
	updating the layout of the menu, don't create all widgets again,
	just repack the items in their new places.

2008-09-30  Alejandro Pinheiro <apinheiro@igalia.com>

 	* src/hildon-time-selector.c
 	(hildon_time_selector_get_time)
 	(hildon_time_selector_set_time)
 	Added documentation of these public methods

	* src/hildon-date-button.h
	* src/hildon-touch-selector-column.h
	* src/hildon-time-button.h
	* src/hildon-picker-dialog.h
	* src/hildon-time-selector.h
	* src/hildon-picker-button.h
	* src/hildon-touch-selector.h
	* src/hildon-time-picker.h
	* src/hildon-date-selector.h
	* src/hildon-touch-selector-entry.h
	Modified in order to use hildon-widgets code style

2008-09-30  Alejandro G. Castro	 <alex@igalia.com>

	Added deprecated support to the compilation process using
	HILDON_DISABLE_DEPRECATED

	* configure.ac: Added the --disable-deprecated to the configure
	script

	* src/hildon-weekday-picker.c:
	* src/hildon-weekday-picker.h: Deprecated widget, example of how
	to use the deprecated support. We will update the other deprecated
	widgets status in a new patch.

2008-09-30  Alejandro G. Castro	 <alex@igalia.com>

	* configure.ac: Fixed typo with fatal warnings support, the
	variable name was not correct

2008-09-29  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c
	* src/hildon-program.c: Update documentation.

2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: Post-release version bump.

2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>

	[Release 2.1.12]

	* NEWS: Update.
	* configure.ac: Pre-release version bump.
	* debian/changelog: Updates.

2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>

	* NEWS: Update news for previous releases.

2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-touch-selector-multi-cells-example.c:
	(create_selector): Update the example to use
	hildon_touch_selector_append_column() with a NULL renderer and set
	the renderers later.
	* src/hildon-touch-selector.c: (_create_new_column): Do not warn if
	passed a NULL renderer. This is documented behavior now.

	Allow passing a NULL renderer to hildon_touch_selector_append_column().
	This must be used if the developer wants full control on the layout of
	the renderers to be added to the column.

	Fixes: NB#88680 (Limiting API in HildonTouchSelector)

2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c: Documentation fixes.

2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-wizard-dialog-private.h: Remove image and box.
	* src/hildon-wizard-dialog.c: (hildon_wizard_dialog_init),
	(hildon_wizard_dialog_set_property), (response): Completely remove
	image/icon support, and the containers required for the layout.

	Fixes: NB#88927 (Hildon Wizard should not use icons anymore)

2008-09-25  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c: Updated documentation.

	* src/hildon-stackable-window.c
	(hildon_stackable_window_set_main_menu): Unref the old menu after
	ref'ing the new one.

2008-09-25  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-stackable-window.c
	(hildon_stackable_window_set_main_menu): Unref the previous menu
	instead of destroying it.

	* src/hildon-app-menu.c (hildon_app_menu_init): Re-enforce the
	floating reference and set has_user_ref_count to FALSE to make
	HildonAppMenu act like a normal ref-counted widget and not a
	toplevel widget.

	Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu()
	changed)

2008-09-25  Alejandro Pinheiro  <apinheiro@igalia.com>

	* src/hildon-touch-selector-column.h: new file
	* src/hildon-touch-selector.h
	* src/hildon-touch-selector.c
	Implemented GtkCellLayout interface, in order to allow to configure
	the cell layout on each individual selector column
	(hildon_touch_selector_set_column_attributes): marked as deprecated
	* examples/hildon-touch-selector-multi-cells-example.c
	Example of how to use the GtkCellLayout interface on the selector

	Fixes: NB#88680 (Limiting API in HildonTouchSelector)

2008-09-24  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.h
	* src/hildon-app-menu.c
	(hildon_app_menu_insert, hildon_app_menu_reorder_child)
	(hildon_app_menu_append, hildon_app_menu_prepend):
	New methods to prepend, insert and move items in the menu.

2008-09-24  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-wizard-dialog.c:

	(hildon_wizard_dialog_init): Update logical IDs and remove cancel
	button.
	(create_title): Update logical IDs and related code.
	(response): No need to handle HILDON_WIZARD_DIALOG_CANCEL.

	* src/hildon-wizard-dialog.h: Note that
	HILDON_WIZARD_DIALOG_CANCEL should be marked as deprecated at some
	point, as it is not used anymore.

	Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2)

2008-09-24  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-note.c:
	(hildon_note_rebuild): Update logical IDs. Ensure "Cancel" button is
	shown.  Do not display an icon in confirmation notes nor information
	notes.
	(hildon_note_set_button_text): Update logical ID for cancel button.

	Fixes: NB#88850 (Update HildonNote button strings + signals)

2008-09-24  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-stackable-window.c
	(hildon_stackable_window_set_main_menu): Fix compilation warning.

2008-09-24  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu-private.h
	* src/hildon-app-menu.c (hildon_app_menu_set_columns)
	(hildon_app_menu_set_property, hildon_app_menu_construct_child)
	(hildon_app_menu_init, hildon_app_menu_class_init): Added
	temporary property 'columns' to change the number of columns.

2008-09-24  Claudio Saavedra  <csaavedra@igalia.com>

	Patch contributed by Kimmo Hämäläinen (kimmo.hamalainen@nokia.com)

	* examples/hildon-note-example.c: (on_information_clicked),
	(on_confirmation_clicked), (on_progress_clicked), (main): Add
	debugging information.
	* src/hildon-note-private.h: Remove close_if_pressed_outside,
	not needed anymore.
	* src/hildon-note.c: (hildon_note_class_init), (hildon_note_init),
	(hildon_note_rebuild): Remove special handling of tapping outside/inside
	in order to close: this will be handled by the WM from now on.

	Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior)

2008-09-24  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu-private.h
	* src/hildon-app-menu.c
	(hildon_app_menu_append, hildon_app_menu_add_filter)
	(button_visibility_changed, hildon_app_menu_apply_style)
	(hildon_app_menu_style_set, hildon_app_menu_construct_child)
	(hildon_app_menu_init, hildon_app_menu_finalize): Update the
	layout everytime a button (item or filter) is shown or hidden.

	* src/hildon-stackable-window.c
	(hildon_stackable_window_set_main_menu): Destroy the old menu when
	setting a new one.

2008-09-22  Alejandro Pinheiro <apinheiro@igalia.com>

	* src/hildon-touch-selector.c:
	(hildon_touch_selector_class_init): added gtkrc bits in order to ensure
	that the treeview inside the touch selector is in fremantle hildon mode
	* examples/hildon-date-button-example.c
	* examples/hildon-picker-button-multicolumn-example.c
	* examples/hildon-touch-selector-entry-example.c
	* examples/hildon-touch-selector-example.c
	* examples/hildon-time-button-example.c
	* examples/hildon-picker-button-example.c:
	(main): Remove the gtkrc bits, now hadled by hildon-touch-selector.c

2008-09-22  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-text-view-example.c: (main): Remove the
	gtkrc bits, now handled by the theme.

2008-09-22  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-picker-button.c (hildon_picker_button_set_active):
	Fix memory leak

2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>

	* po/Makefile.am: Install properly the mo files.
	* po/en_GB.po: Update translation, to ease testing purposes.

2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-picker-button-example.c: (main): Select an item
	in the selector before setting it to the button.

2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-button.c: (hildon_picker_button_set_selector):
	Update button's value if the selector has an item active.

	Fixes: NB#88718 (HildonPickerButton not synchronizing its initial
	'value' with the selector)

2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-button.c: (+hildon_picker_button_finalize): unref
	the HildonTouchSelector	and destroy the underlying HildonPickerDialog.
	(hildon_picker_button_class_init): Plug the finalize method.
	(hildon_picker_button_set_selector): If there's a previously set
	selector, unref'it before setting a new one.

	Fixes: NB#88720 (HildonPickerButton leaks a reference to the
	HildonTouchSelector)

2008-09-16  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector-entry.c:
	(hildon_touch_selector_entry_changed): Check if there is no text
	selected before setting the entry text.
	Fixes: NB#88576

2008-09-15  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-touch-selector.h
	* src/hildon-touch-selector.c
	(hildon_touch_selector_get_active)
	(hildon_touch_selector_set_active): New methods to set/get the
	index of the selected item.

	* src/hildon-picker-button.h
	* src/hildon-picker-button.c
	(hildon_picker_button_get_active)
	(hildon_picker_button_set_active): New methods to set/get the
	index of the selected item.

2008-09-15  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: post-release version bump.

2008-09-15  Claudio Saavedra  <csaavedra@igalia.com>

	Release 2.1.10-1.

	* configure.ac: Pre-release version bump.
	* debian/changelog: Updates.
	* debian/control: Add myself as maintainer and depend on l10n
	packages.

2008-09-15  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-window.c
	(hildon_window_set_main_menu)
	* src/hildon-stackable-window.c
	(hildon_stackable_window_set_main_menu):
	Updated documentation.

2008-09-15  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-date-selector.c (hildon_date_selector_finalize):
	Don't free selector->priv manually.
	Fixes: NB#88414

2008-09-12  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-gtk.c,
	(hildon_gtk_window_set_progress_indicator):
	* src/hildon-gtk.h: Added the new API
	hildon_gtk_window_set_progress_indicator, it changes the state of
	the window progress hint.

2008-09-12  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c
	* src/hildon-stackable-window.c: Minor documentation updates.

2008-09-12  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-stackable-window.c: Updated documentation.

2008-09-12  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-defines.h: Update margins definitions
	to the Fremantle sizes.
	Fixes: NB#88364

2008-09-12  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-touch-selector.c,
	(_hildon_touch_selector_set_model): Cleaning the code after
	review, removed g_print and #if 0 from the code.

2008-09-11  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-edit-toolbar.c: Update documentation.

2008-09-11  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-check-button.h
	* src/hildon-check-button.c
	(hildon_check_button_set_label, hildon_check_button_get_label)
	* examples/hildon-check-button-example.c
	(button_clicked_cb):
	Removed deprecated methods.

2008-09-11  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-text-view.c:
	Add sample code to the documentation.

	* src/hildon-entry.h
	* src/hildon-text-view.h:
	Minor cosmetic changes.

	* src/hildon-entry.c:
	Add sample code to the documentation.
	(hildon_entry_init, hildon_entry_refresh_contents):
	Don't allow NULL values in the placeholder.

2008-09-10  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-docs.sgml
	* doc/hildon.types
	* examples/Makefile.am
	* examples/hildon-text-view-example.c
	* src/Makefile.am
	* src/hildon-text-view.c
	* src/hildon-text-view.h
	* src/hildon.h:
	New HildonTextView widget, with example.

2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>

	* po/POTFILES.in: Add missing files with translatable strings.
	Partially fixes NB#88287.

2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-pannable-area-example-2.c: (main): No need to
	set the cellrenderer height inside hildon touch lists, the theme does
	that for us.

2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-entry-example.c: (main): Remove the gtkrc bits, now
	they are integrated in the theme.

2008-09-09  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-entry-example.c: Update the example adding
	widgets to modify the text and the placeholder of the HildonEntry.

	* src/hildon-entry.c: Show the placeholder everytime the widget
	is empty and loses the focus.

2008-09-09  Alejandro G. Castro	 <alex@igalia.com>

	Patch contributed by Daniil Ivanov (ext-danil.ivanoc@nokia.com)

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_size_request): Fixed bug in height
	requisition, avoid increasing size and add border twice.

2008-09-09  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: postrelease version bump.

2008-09-09  Claudio Saavedra  <csaavedra@igalia.com>

	Release 2.1.8-1.

	* configure.ac: Prerelease version bump.
	* debian/changelog: update.
	* debian/rules: make -dbg package contain useful debugging symbols.

2008-09-08  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-dialog.h
	* src/hildon-dialog.c
	(hildon_dialog_add_button, hildon_dialog_add_buttons):
	New methods to add buttons with finger size.
	(hildon_dialog_new_with_buttons):
	Create buttons with finger size.

	* examples/hildon-dialog-example.c (main): Use HildonDialog
	methods to add buttons.

2008-09-08  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-entry.c: Updated HildonButton documentation.

2008-09-08  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c (hildon_button_set_arrangement): Pack the
	button value label with (FALSE, FALSE) to prevent NB#88126 from
	being triggered.

2008-09-08  Alejandro G. Castro	 <alex@igalia.com>

	* examples/hildon-pannable-area-example.c,
	(main): Removed examples panning a vbox inside a pannable
	area. Check bug NB#87965

2008-09-08  Alejandro G. Castro	 <alex@igalia.com>

	Patch contributed by Kris Rietveld (kris@imendio.com)

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_get_topmost): replaced the get_geometry with
	get_size and get_position, this saves an X server roundtrip.

2008-09-05  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-docs.sgml
	* doc/hildon.types
	* examples/Makefile.am
	* examples/hildon-entry-example.c
	* src/Makefile.am
	* src/hildon-entry.c
	* src/hildon-entry.h
	* src/hildon.h:
	New HildonEntry widget, with example.

2008-09-05  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c (hildon_button_construct_child): Pack the
	image with expand == fill == FALSE. This is a workaround for a bug
	in GtkBox.

2008-09-05  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-pannable-area-example-2.c: (main): Use the stock
	labels for the text column, to make it more look more dynamic.

2008-09-04  Alejandro Pinheiro  <apinheiro@igalia.com>

	* src/hildon-time-selector.c
	Define gettext auxiliar macro N_
	(_create_minutes_model)
	(_create_hours_model)
	(_create_ampm_model): use of strftime in order to fill the model
	* src/hildon-date-selector.c
	(hildon_date_selector_finalize):
	(_locales_init): remove the logic related to get the name of the months
	using nl_langinfo, as it is not required anymore
	(_create_day_model)
	(_create_year_model)
	(_create_month_model)
	(_update_day_model): use of strftime in order to fill the model properly


2008-09-04  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.h
	* src/hildon-button.c (hildon_button_get_image): New method to
	retrieve the image.

2008-09-04  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c:
	(hildon_touch_selector_remove_column): Remove from the correct parent
	and also remove the list element and free it.
	Fixes: NB#88049

2008-09-04  Alejandro Pinheiro  <apinheiro@igalia.com>

	* src/hildon-time-selector.c
	(_create_hours_model): change the range on 12h ampm format in order to use
	a 12-11 range instead of previous 01-12 range
	(hildon_time_selector_set_time): change the way to select the current time
	on 12h ampm format, due the change on the range
	(hildon_time_selector_get_time): fix the hour returned on 12 ampm format
	Fixes: NB#88036

2008-09-03  Alejandro Pinheiro  <apinheiro@igalia.com>

	* src/hildon-touch-selector.c
	(hildon_date_touch_selector_get_selected): fix the selection mode check,
	in order to allow use this function on multiple row selection mode if
	the column is different that the first one
	Fixes: NB#88047

2008-09-03  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-time-selector.c: (_custom_print_func): Change the logical ids
	to "wdgt_va_12h_time" and "wdgt_va_24h_time". Fixes NB#88045.

2008-09-02  Alejandro Pinheiro  <apinheiro@igalia.com>

	* src/hildon-date-selector.h: clean some comments, now on the .c
	* src/hildon-date-selector.c
	(hildon_date_selector_select_month): first implementation
	(hildon_date_selector_select_day): added documentation, reimplemented
	using hildon_date_selector_select_current_date to avoid repeat code
	Fixes: NB#88027

2008-09-02  Alejandro G. Castro	 <alex@igalia.com>

	Reviewed interaction logic based on device experiences, refactored
	code.

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_class_init): Updated default vmax speed.
	(hildon_pannable_area_calculate_velocity): Added this function, it
	avoids duplicate valocity calculation. Adjusted calculation to
	avoid problems with zero dist events.

	(hildon_pannable_area_motion_notify_cb): Now we use the
	calculate_velocity function.

2008-09-02  Alejandro Pinheiro  <apinheiro@igalia.com>

	* src/hildon-date-selector.c
	(hildon_date_selector_select_current_date): fix the day range check
	as it failed using the last day of the current month
	Fixes NB#88023

2008-09-02  Alejandro Pinheiro  <apinheiro@igalia.com>

	* src/hildon-touch-selector.c
	(hildon_touch_selector_get_num_columns): added a parameter validation
	Fixes: NB#88022

2008-08-29  Alberto Garcia  <agarcia@igalia.com>

	* examples/Makefile.am
	* examples/hildon-edit-toolbar-example.c: Example of the
	HildonEditToolbar widget.

2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: postrelease version bump.

2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>

	Release 2.1.6-1.

	* configure.ac: prerelease version bump.
	* debian/changelog: update.

2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-pannable-area-example-2.c: (main): Add a pixbuf
	renderer to display stock icons in the touch list. Also, set the sizes
	to the recommended in the style guide.

2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
	* src/hildon-touch-selector.h
	(hildon_touch_selector_set_active_iter): renamed, now is
	hildon_touch_selector_select_iter
	(hildon_touch_selector_get_active_iter): renamed, now is
	hildon_touch_selector_get_selected
	(hildon_touch_selector_unselect_iter): added
	* src/hildon-touch-selector.c
	Update after API modification (methods renamed)
	(hildon_touch_selector_select_iter): remove gtk_tree_view_set_cursor in
	order to avoid problems selecting multiple elements on the column
	(hildon_touch_selector_unselect_iter): added the implementation
	* src/hildon-time-selector.c
	* src/hildon-date-selector.c
	* src/hildon-touch-selector-entry.c
	Update methods calls after hildon-touch-selector.h API modification (methods
	renamed)

2008-08-29  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-stackable-window.c
	(hildon_stackable_window_finalize): Call the parent class's finalize.

2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-touch-selector-example.c: (create_selector): Use
	gtk_cell_renderer_set_fixed_size() instead of a GValue to set the
	cell height.

2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-touch-selector-example.c: (create_selector): Do not
	set a cell background color, to respect theming.

2008-08-28  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-docs.sgml
	* doc/hildon.types
	* src/Makefile.am
	* src/hildon-edit-toolbar.c
	* src/hildon-edit-toolbar.h
	* src/hildon.h: New HildonEditToolbar widget.

2008-08-28  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/hildon-pannable-area-example-4.c: (main): Remove unneeded
	extra GtkVBox.

2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
	* src/hildon-touch-selector.c
	(_create_new_column): use g_object_set instead of two g_object_set_property

2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
	* src/hildon-touch-selector.c
	(_create_new_column): use of hildon_gtk_tree_view_new to create
	the treeview, instead of use directly g_object_new
	(_create_new_column): update the property name "vindicator-mode" for the
	new one "vscrollbar-policy"
	* examples/hildon-date-button-example.c
	* examples/hildon-picker-button-multicolumn-example.c
	* examples/hildon-touch-selector-entry-example.c
	* examples/hildon-touch-selector-example.c
	* examples/hildon-time-button-example.c
	* examples/hildon-picker-button-example.c
	Add a gtk_rc_parse_string in order to set the hildon-mode to HILDON_FREMANTLE
	to all the treeviews inside a pannable area.

2008-08-27  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.h
	* src/hildon-button.c (hildon_button_init)
	(hildon_button_set_arrangement, hildon_button_set_alignment)
	(hildon_button_set_title_alignment)
	(hildon_button_set_value_alignment)
	(hildon_button_set_image_alignment)
	(hildon_button_construct_child): New methods to set the alignment
	of the individual components of the button (title, value,
	image). Also, new method to alter the xscale and yscale properties
	of the GtkAlignment inside the button, so more complex layouts can
	be created.

2008-08-27  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c (hildon_button_style_set)
	(hildon_button_class_init, hildon_button_set_arrangement)
	(hildon_button_construct_child): Apply style properties
	correctly. Use the 'image-spacing' style property too.

2008-08-26  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_style_set)
	(hildon_app_menu_init, hildon_app_menu_class_init): Set style
	correctly.

2008-08-26  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_size_request): Fixed problem with
	pannable-area size_request.

2008-08-26  Alejandro G. Castro	 <alex@igalia.com>

	Added management for the grab-focus to a child widget, like a
	range, we need to fade out the scrollbar when releasing.

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_init): Connected the grab-focus signal to
	the callback.
	(hildon_pannable_area_grab_notify): Added this function in order
	to manage the situation when the grab-focus ends. We have to
	fade-out the scrollbar.

2008-08-25  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c: Minor documentation update.

2008-08-25  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c
	* examples/hildon-app-menu-example.c (create_menu): Update
	examples and documentation to explain how to connect callbacks.

2008-08-25  Alejandro Pinheiro <apinheiro@igalia.com>

	* examples/hildon-button-example.c
	(vertical_buttons_window) (horizontal_buttons_window) (main): use of
	hildon_stackable_window_new instead of gtk_window_new

2008-08-22  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c (hildon_pannable_area_class_init),
	(hildon_pannable_area_init), (hildon_pannable_area_get_property),
	(hildon_pannable_area_set_property),
	(hildon_pannable_area_dispose), (hildon_pannable_area_realize),
	(hildon_pannable_area_unrealize),
	(hildon_pannable_area_size_request),
	(hildon_pannable_area_size_allocate),
	(hildon_pannable_area_style_set), (hildon_pannable_area_map),
	(hildon_pannable_area_unmap), (rgb_from_gdkcolor),
	(hildon_pannable_draw_vscroll), (hildon_pannable_draw_hscroll),
	(hildon_pannable_area_initial_effect),
	(hildon_pannable_area_redraw),
	(hildon_pannable_area_scroll_indicator_fade),
	(hildon_pannable_area_expose_event),
	(hildon_pannable_area_get_topmost), (synth_crossing),
	(hildon_pannable_area_button_press_cb),
	(hildon_pannable_area_refresh), (hildon_pannable_axis_scroll),
	(hildon_pannable_area_scroll), (hildon_pannable_area_timeout),
	(hildon_pannable_area_motion_notify_cb),
	(hildon_pannable_area_button_release_cb),
	(hildon_pannable_area_scroll_cb), (hildon_pannable_area_add),
	(hildon_pannable_area_remove),
	(hildon_pannable_calculate_vel_factor): Widget refactorization,
	chage the code layout to a more GtkWidget like. Review the use of
	variables.

2008-08-21  Alejandro G. Castro	 <alex@igalia.com>

	* examples/hildon-pannable-area-example-4.c,
	(main): Modified the name of the hindicator_mode to
	hscrollbar_visible

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_class_init),
	(hildon_pannable_area_motion_notify_cb),
	(hildon_pannable_area_size_allocate): Reviewed the drawing logic,
	we have reduced the amount of signals and managed reviewed its
	rationale. Changed the default decelerate value.

	(hildon_pannable_area_add),
	(hildon_pannable_area_redraw): Refactored functions.

	(hildon_pannable_area_init),
	(hildon_pannable_area_get_property),
	(hildon_pannable_area_set_property):
	(hildon_pannable_draw_vscroll),
	(hildon_pannable_draw_hscroll),
	(hildon_pannable_area_initial_effect),
	(hildon_pannable_area_expose_event),
	(hildon_pannable_area_scroll),
	(hildon_pannable_area_button_press_cb),
	(hildon_pannable_area_realize): Replaced the names hindicator_mode
	and vindicator_mode with hscrollbar_policy and
	vscrollbar_policy. Replaced hscroll and vscroll with
	hscroll_visible and vscroll_visible.

	(hildon_pannable_area_refresh): Refactor the function, remove
	variables and check the calls to this function, added resize
	conditions in case the children change their layout.

	(hildon_pannable_area_size_request): Added more detailed
	size_request calculation.


2008-08-21  Alejandro Pinheiro <apinheiro@igalia.com>

	* src/hildon-color-chooser.c
	(init_borders): use the correct gtk_border_free instead of g_free, to
	avoid a crash when this widget is used (ie: the three color selection
	examples)

2008-08-20  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-check-button.c,
	(hildon_check_button_set_active): Fixed problem when setting the
	active value, the widget was not redrawn.

2008-08-20  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_refresh),
	(hildon_pannable_area_scroll),
	(hildon_pannable_area_motion_notify_cb): Small code style change.

	(hildon_pannable_area_class_init): Default initial_hint set to
	FALSE, it is not in the specs.

	(hildon_pannable_area_initial_effect),
	(hildon_pannable_area_expose_event),
	(hildon_pannable_area_map),
	(hildon_pannable_area_init): Moved the launching point of the
	initial effect, it was in map but the sizes where not correct in
	that method so we do not know if we have the reproduce it. Now it
	is placed in the expose_event method and uses a variable to
	reproduce it just once.

2008-08-19  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_draw_vscroll),
	(hildon_pannable_draw_hscroll): Fix error calculating the maximum
	position allowed for the scrollbars.

	(hildon_pannable_area_size_allocate): Small style change.

2008-08-19  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_scroll_indicator_fade),
	(hildon_pannable_area_button_press_cb),
	(hildon_pannable_area_button_release_cb),
	(hildon_pannable_area_scroll_cb),
	(hildon_pannable_area_expose_event),
	(hildon_pannable_area_init): Added the define parameter
	SCROLLBAR_FADE_DELAY to control the fade effect of the scrollbars
	and refactor the fade variable.

2008-08-19  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_redraw),
	(hildon_pannable_area_scroll_indicator_fade): Refactored redraw
	lines, we were reimplemeting the redraw code.

2008-08-18  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_scroll_cb),
	(hildon_pannable_area_realize),
	(hildon_pannable_area_class_init): Added scroll_event management
	for pannable area, now we can scroll the usual desktop method.

	(hildon_pannable_area_jump_to): Fixed the logic of the method, the
	initialization of the parameters should depend on idle_id.

	(hildon_pannable_area_init),
	(hildon_pannable_area_map): Small code style modifications

2008-08-18  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_area_button_press_cb),
	(hildon_pannable_area_motion_notify_cb),
	(hildon_pannable_area_button_release_cb),
	(hildon_pannable_area_size_allocate),
	(hildon_pannable_area_scroll_to): Improved the timeouts
	management, we avoid creating them each time.

2008-08-14  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c:
	(hildon_pannable_area_refresh),
	(hildon_pannable_area_motion_notify_cb),
	(hildon_pannable_area_class_init):
	* src/hildon-pannable-area.h:
	* src/hildon-touch-selector.c
	(_create_new_column):
	* examples/hildon-pannable-area-example-4.c:
	(horizontal_movement),
	(vertical_movement),
	(main):
	Replaced the names of enums in the HildonPannableArea:
	   -  HILDON_PANNABLE_AREA_MOV_MODE_* ->
	      HILDON_MOVEMENT_MODE_*
	   -  HILDON_PANNABLE_AREA_MOV_* ->
	      HILDON_MOVEMENT_*
	   - Removed HildonPannableAreaIndicatorMode, now we
	     use GtkPolicyType

2008-08-14  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-pannable-area-touch-grid-example.c
	* examples/hildon-pannable-area-touch-list-example.c: Fix
	compilation warnings.

2008-08-14  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-gtk.c (hildon_gtk_button_new)
	(hildon_gtk_toggle_button_new, hildon_gtk_radio_button_new)
	(hildon_gtk_radio_button_new_from_widget): Make buttons show their
	images overriding the value of the "gtk-button-images" setting.

2008-08-14  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-check-button.c (hildon_check_button_new):
	Instead of using a custom container, display the label and the
	checkbox using the standard GtkButton API.

	* examples/hildon-check-button-example.c (main): Don't use
	hildon_check_button_set_label() anymore

	* src/hildon-check-button.h
	* src/hildon-check-button.c
	(hildon_check_button_set_label, hildon_check_button_get_label):
	Set as deprecated, now we're using gtk_button_{get,set}_label()

2008-08-14  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_get_topmost): Fixed bug with click in the
	GtkTreeview first line we detected it after the inclusion of the
	GtkWindowImpl in gtk+. We now check if the window is visible, not
	just if the pointer is over the window.
	(hildon_pannable_axis_scroll),
	(hildon_pannable_area_expose_event): Small style changes.

2008-08-13  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c: Update documentation.

2008-08-13  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-button-example.c: Add a switch to show images in
	the buttons.

2008-08-12  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/hildon-docs.sgml: Some docs reorganization.

2008-08-12  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-pannable-area-touch-list-example.c
	(create_tree_view)
	* examples/hildon-pannable-area-touch-grid-example.c
	(create_icon_view): Use gtk_{tree,icon}_view_new() and
	hildon_gtk_{tree,icon}_view_new() instead of g_object_new().
	Fix memory leak when setting the tree model.

2008-08-12  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Released 2.1.4

2008-08-12  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/hildon.types: Remove duplicated hildon_window_get_type
	* src/hildon-window.c: (hildon_window_class_init): Remove duplicated
	documentation comment.

2008-08-12  Alberto Garcia  <agarcia@igalia.com>

	* doc/Makefile.am: Complete list of private headers.

2008-08-12  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-docs.sgml
	* src/hildon-app-menu.c
	* src/hildon-bread-crumb.c
	* src/hildon-button.c
	* src/hildon-gtk.c
	* src/hildon-program.c
	* src/hildon-stackable-window.c
	* src/hildon-window.c: Lots of documentation updates.

2008-08-12  Alberto Garcia  <agarcia@igalia.com>

	* debian/control: Depend on Gtk 2:2.12.9-0osso3

	* configure.ac: Require Gtk+ 2.12.9 at least

2008-08-12  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_area_scroll_indicator_fade),
	(hildon_pannable_area_timeout): Added the GDK_THREADS_LEAVE macro
	to protect the return of this timeout callbacks, avoiding deadlocks.

2008-08-12  Christian Dywan  <christian@imendio.com>

	* src/hildon-*.c
	* src/hildon-*.h: Ensure a consistent include order,
	include <gtk/gtk.h> instead of particular files and
	only include the topmost header in the gtk stack. See NB #39857

2008-08-12  Christian Dywan  <christian@imendio.com>

	* src/hildon-picker-dialog.c
	* src/hildon-touch-selector.c: Fix warnings about unused and
	uninitialized variables.

2008-08-11  Alberto Garcia  <agarcia@igalia.com>

	* examples/Makefile.am
	* examples/hildon-check-button-example.c: Example of the hildon
	check button.

2008-08-11  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-window.h
	* src/hildon-window.c (hildon_window_class_init)
	(hildon_window_unset_program): Don't make
	hildon_window_unset_program a virtual function anymore.

	* src/hildon-stackable-window.c: Update documentation

2008-08-11  Alberto Garcia  <agarcia@igalia.com>

	* doc/Makefile.am
	* doc/hildon-docs.sgml
	* doc/visual_index.xml
	* src/hildon-defines.c
	* src/hildon-gtk.c
	* src/hildon-helper.c
	* src/hildon-range-editor.c: Lots of documentation fixes.

2008-08-11  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-picker-button-multicolumn-example.c
	(create_touch_selector): Fix compilation warning.

2008-08-11  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-pannable-area.c (hildon_pannable_area_button_press_cb)
	(hildon_pannable_area_button_release_cb)
	(hildon_pannable_get_child_widget_at): Fix compilation warnings.

2008-08-11  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c (hildon_button_add_image_size_group): Fix
	assertion.

2008-08-11  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-bread-crumb-trail.h
	* src/hildon-date-editor.c
	* src/hildon-date-selector.c
	* src/hildon-pannable-area.c
	* src/hildon-picker-dialog.c
	* src/hildon-time-selector.c
	* src/hildon-touch-selector-entry.c
	* src/hildon-touch-selector.c
	* src/hildon-touch-selector.h: Misc documentation fixes

2008-08-11  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-date-editor-example.c (main): Updated date
	editor example.

	* examples/hildon-note-example.c (on_confirmation_clicked):
	Updated confirmation note example.

	* src/hildon-date-editor.c
	* src/hildon-note.c: Updated sample programs in documentation.
	Fixes: NB#87437

2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-date-button.h:
	* src/hildon-picker-button.h:
	* src/hildon-time-button.c:
	* src/hildon-time-button.h:

	Some declarations changes to allow gtk-doc to document the widgets
	properly.

2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-date-button.c: Document the widget.
	* src/hildon-time-button.c: Document the widget.

2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-button.c: Document the widget.
	* src/hildon-touch-selector-entry.c: Document the widget.

2008-08-08  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-docs.sgml
	* src/Makefile.am
	* src/hildon.h
	* src/hildon-check-button.h
	* src/hildon-check-button.c: New functions to create the Hildon
	Touch Checkbox.

	* src/hildon-gtk.h
	* src/hildon-gtk.c (hildon_gtk_check_button_new): Removed.

2008-08-08  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.h
	* src/hildon-button.c
	(hildon_button_add_title_size_group)
	(hildon_button_add_value_size_group)
	(hildon_button_add_image_size_group)
	(hildon_button_add_size_groups): New functions to set size groups
	for the button labels and image.
	(hildon_button_new_full): Removed

2008-08-08  Alejandro Pinheiro <apinheiro@igalia.com>

	* src/hildon-time-selector.c
	(_check_ampm_format): use of g_warning instead of g_error with a gconf error
	in order to avoid a crash if gconf is not available

2008-08-08  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c (hildon_button_set_arrangement)
	(hildon_button_construct_child): Don't construct the button child
	before setting the arrangement.

2008-08-08  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-program-private.h
	* src/hildon-program.c
	* src/hildon-program.h
	(_hildon_program_remove_from_stack, _hildon_program_add_to_stack)
	(hildon_program_peek_window_stack)
	(hildon_program_pop_window_stack)
	(hildon_program_go_to_root_window): HildonProgram now has a
	separate list for stackable windows. Functions are provided to
	manage that list with a stack-like API.

	* src/hildon-stackable-window.c: Stackable window management is
	now much simpler with the new HildonProgram API. Windows no
	longer need to be manually added to the program, they're
	automatically pushed to the top of the stack when shown.

	* examples/hildon-stackable-window-example.c: Updated example to
	reflect the API changes.

2008-08-07  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c: Comment out unimplemented
	hildon_touch_selector_insert_column() to avoid a compile warning.

2008-08-07  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c: (hildon_touch_selector_class_init),
	(hildon_touch_selector_new), (hildon_touch_selector_remove_column),
	(hildon_touch_selector_set_column_selection_mode),
	(_hildon_touch_selector_set_model),
	(hildon_touch_selector_set_model):

	Complete review of HildonTouchSelector documentation.

2008-08-08  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-docs.sgml
	* src/Makefile.am
	* src/hildon.h
	* src/hildon-gtk.h
	* src/hildon-gtk.c: Convenience functions for standard Gtk
	widgets, used to easily perform frequent operations.

	* src/hildon-button-helpers.h
	* src/hildon-button-helpers.c: Removed in favour of hildon-gtk.[ch]

	* src/hildon-helper.h
	* src/hildon-helper.c (hildon_helper_set_theme_size): Renamed to
	hildon_gtk_widget_set_theme_size and moved to hildon-gtk.h

	* src/hildon-button.h
	* src/hildon-button.c: Use the new hildon-gtk.[ch] functions.

2008-08-07  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c (hildon_button_init)
	(hildon_button_set_arrangement, hildon_button_construct_child):
	Pack the image and the labels inside the same GtkAlignment so
	gtk_button_set_alignment() can be used

2008-08-07  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.h
	* src/hildon-button.c
	(hildon_button_init, hildon_button_set_image)
	(hildon_button_set_image_position)
	(hildon_button_construct_child): New functions to add an image to
	the HildonButton.

2008-08-07  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-date-button.c
	* src/hildon-picker-button.c
	* src/hildon-time-button.c
	* src/hildon-button.c:
	(hildon_button_class_init): "size-flags" renamed to "size"
	(hildon_button_set_title): Hide the title label if set to NULL.

2008-08-07  Alberto Garcia  <agarcia@igalia.com>

	HildonButtonFlags split into HildonButtonArrangement (to set the
	button layout) and HildonSizeType (which can be used for any
	widget).

	* src/hildon-button.h
	* src/hildon-button.c
	(hildon_button_class_init)
	(hildon_button_set_arrangement)
	(hildon_button_set_property): New "size-flags"
	property. "arrangement-flags" renamed to "arrangement".
	(hildon_button_new, hildon_button_new_with_text)
	(hildon_button_new_full): Constructors updated to reflect type changes.

	* src/hildon-helper.h
	* src/hildon-helper.c (hildon_helper_set_theme_size): New function
	to set the size of a widget.

	* src/Makefile.am
	* src/hildon.h
	* src/hildon-button-helpers.c
	* src/hildon-button-helpers.h: New hildon-button-helpers module.

	* src/hildon-date-button.c
	* src/hildon-date-button.h
	* src/hildon-picker-button.c
	* src/hildon-picker-button.h
	* src/hildon-time-button.c
	* src/hildon-time-button.h: Updated widgets to reflect
	HildonButton API changes.

	* examples/hildon-button-example.c
	* examples/hildon-date-button-example.c
	* examples/hildon-picker-button-example.c
	* examples/hildon-picker-button-multicolumn-example.c
	* examples/hildon-time-button-example.c
	* examples/hildon-touch-selector-entry-example.c
	* examples/hildon-touch-selector-example.c: Updated examples to
	reflect HildonButton API changes.

2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/hildon-docs.sgml:
	* doc/hildon.types:
	* examples/Makefile.am:
	* examples/hildon-touch-selector-entry-example.c:
	* src/Makefile.am:
	* src/hildon-touch-selector-entry.c:
	* src/hildon-touch-selector-entry.h:
	* src/hildon.h:

	Moved HildonTouchSelectorEntry from sandbox. Added its
	documentation and examples.

2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.h:
	* examples/hildon-picker-button-multicolumn-example.c:
	(hildon_touch_selector_append_text_column): Add a gboolean
	parameter to determine if text must be centered in the column.

	* src/hildon-date-selector.c: (hildon_date_selector_init):
	* src/hildon-time-selector.c: (hildon_time_selector_init):
	* src/hildon-touch-selector.c: (hildon_touch_selector_new_text),
	(create_touch_selector): Update widgets and example to reflect
	the API change.

2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c:
	(hildon_touch_selector_set_active_iter): Set also the cursor in
	the active row.

2008-08-06  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-docs.sgml
	* doc/hildon.types
	* src/Makefile.am
	* src/hildon-toggle-button.c
	* src/hildon-toggle-button.h
	* src/hildon.h: Removed HildonToggleButton widget, a derived
	class is not necessary for this.

2008-08-06  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_realize),
	(hildon_pannable_area_size_allocate): Code refactoring, add tests
	for negative sizes.

2008-08-05  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-dialog.c: (hildon_picker_dialog_init): Make the
	"done" button the default widget for the dialog.

2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c:
	(hildon_touch_selector_class_init),
	(hildon_touch_selector_get_property),
	(_hildon_touch_selector_set_model),
	(_hildon_touch_selector_has_multiple_selection),
	(hildon_touch_selector_has_multiple_selection):
	Add a "has-multiple-selection" property with a virtual
	has_multiple_selection() method to allow derived classes to
	override the default value for it. See the method and property
	documentation for details.

	* src/hildon-touch-selector.h: Add the new API.

	* src/hildon-picker-dialog.c: (requires_done_button): Call
	hildon_touch_selector_has_multiple_selection() instead of
	determining the need for a button itself.

2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c: (hildon_touch_selector_class_init),
	(_hildon_touch_selector_set_model),
	(hildon_touch_selector_set_model): Move working code to
	_hildon_touch_selector_set_mode(). Call the class method instead.

	* src/hildon-touch-selector.h: Add (*set_model) to
	HildonTouchSelectorClass.

	Make hildon_touch_selector_set_model() a virtual method, so that
	derived classes can extend it and do fancy stuff with the model.

2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>

	* configure.ac: Set back the tarname in AC_INIT to hildon.

2008-08-04  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Release 2.1.3

	* src/hildon-sound.c (hildon_play_system_sound): Use libcanberra
	instead of libesd (NB#86876). Volume handling is still an open issue.

	* configure.ac, src/Makefile.am: Replace esd with libcanberra. Some
	cleanups.

2008-08-01  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-touch-selector.c: (hildon_touch_selector_init),
	(hildon_touch_selector_append_column): Make the widget a GtkVBox
	derived class to ease placement of an entry widget in
	HildonTouchSelectorEntry. Added a private GtkHBox, packed at the
	end, where the selector columns are packed now.

2008-08-01  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-picker-button.c: Removed the simple _text() API.
	* src/hildon-picker-button.h: Likewise.

	* src/hildon-touch-selector.h:
	* src/hildon-touch-selector.c:
	(hildon_touch_selector_new_text),
	(hildon_touch_selector_append_text),
	(hildon_touch_selector_prepend_text),
	(hildon_touch_selector_insert_text):

	Moved the simple _text() API from HildonPickerButton to
	HildonTouchPicker, to provide better escalability and not to tie
	that API to HildonPickerButton.

	* examples/hildon-picker-button-example.c: (main): Example updated.

2008-07-31  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c: Updated documentation.

	* examples/hildon-button-example.c: Add the posibility to create
	the buttons using horizontal layout for title and value.

2008-07-31  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu-private.h
	* src/hildon-app-menu.c (hildon_app_menu_add_filter)
	(hildon_app_menu_init, hildon_app_menu_finalize): Don't use a
	GtkSizeGroup for the filters, use the 'homogeneous' property of
	the box instead.

2008-07-31  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-button-example.c: Updated example.

2008-07-30  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/hildon-docs.sgml:
	* doc/hildon.types:

	Update documentation.

	* examples/Makefile.am: Update renamed examples.

	* examples/hildon-picker-button-multicolumn-example.c:
	(create_touch_selector), (main): Update after the rename.

	* examples/hildon-touch-picker-example.c: Removed.
	* examples/hildon-touch-selector-example.c: (value_changed),
	(create_selector), (get_visible_content), (main): Renamed from
	hildon-touch-picker-example.c

	* src/Makefile.am: Updated renamed files.

	* src/hildon-date-button.c: (hildon_date_button_init),
	(hildon_date_button_get_date), (hildon_date_button_set_date):
	* src/hildon-date-selector.c: (hildon_date_selector_init),
	(_custom_print_func), (_update_day_model),
	(_manage_selector_change_cb),
	(hildon_date_selector_select_current_date),
	(hildon_date_selector_get_date), (hildon_date_selector_select_day):
	* src/hildon-date-selector.h:
	* src/hildon-picker-button.c: (hildon_picker_button_get_property),
	(hildon_picker_button_set_property),
	(hildon_picker_button_clicked), (hildon_picker_button_class_init),
	(hildon_picker_button_init), (hildon_picker_button_new_text),
	(hildon_picker_button_append_text),
	(hildon_picker_button_prepend_text),
	(hildon_picker_button_insert_text),
	(hildon_picker_button_set_selector),
	(hildon_picker_button_get_selector):
	* src/hildon-picker-button.h:
	* src/hildon-picker-dialog.c: (hildon_picker_dialog_class_init),
	(hildon_picker_dialog_init), (_select_on_selector_changed_cb),
	(_update_title_on_selector_changed_cb), (requires_done_button),
	(_hildon_picker_dialog_set_selector),
	(hildon_picker_dialog_set_selector),
	(hildon_picker_dialog_get_selector):
	* src/hildon-picker-dialog.h:
	* src/hildon-time-button.c: (hildon_time_button_init),
	(hildon_time_button_get_time), (hildon_time_button_set_time):
	* src/hildon-time-selector.c: (hildon_time_selector_init),
	(_custom_print_func), (_manage_ampm_selection_cb), (_set_pm),
	(hildon_time_selector_set_time), (hildon_time_selector_get_time):
	* src/hildon-time-selector.h:
	* src/hildon.h:

	Massive code updates after the rename.

	* src/hildon-touch-picker.c: Removed.
	* src/hildon-touch-picker.h: Removed.

	* src/hildon-touch-selector.c: (hildon_touch_selector_class_init),
	(hildon_touch_selector_init), (hildon_touch_selector_map),
	(hildon_touch_selector_remove), (_default_print_func),
	(_selection_changed_cb), (_create_new_column),
	(hildon_touch_selector_new), (hildon_touch_selector_append_column),
	(hildon_touch_selector_append_text_column),
	(hildon_touch_selector_remove_column),
	(hildon_touch_selector_set_column_attributes),
	(hildon_touch_selector_insert_column),
	(hildon_touch_selector_get_num_columns),
	(hildon_touch_selector_get_column_selection_mode),
	(hildon_touch_selector_set_column_selection_mode),
	(hildon_touch_selector_set_print_func),
	(hildon_touch_selector_get_print_func),
	(hildon_touch_selector_get_active_iter),
	(hildon_touch_selector_set_active_iter),
	(hildon_touch_selector_get_selected_rows),
	(hildon_touch_selector_get_model),
	(hildon_touch_selector_set_model),
	(hildon_touch_selector_get_current_text),
	(_hildon_touch_selector_center_on_selected_items):
	* src/hildon-touch-selector.h: Renamed from
	hildon-touch-picker.[ch]

	Rename HildonTouchPicker to HildonTouchSelector. Updated all the
	references, code examples, and related documentation.

2008-07-30  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-docs.sgml
	* doc/hildon.types
	* src/Makefile.am
	* src/hildon-toggle-button.c
	* src/hildon-toggle-button.h
	* src/hildon.h: New HildonToggleButton widget.

2008-07-30  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c: Add API documentation.
	(hildon_button_set_size_groups): Check input parameters

2008-07-30  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_area_motion_notify_cb): Avoid the first jumpy
	effect after reaching the movement thredshold. This way we start
	using the distance after passing the thredshold.

2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-button.c: (hildon_button_set_property): Use the
	appropriate g_value_get_flags() method.

2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>

	* doc/hildon-docs.sgml:
	* doc/hildon.types:

	 Add the touch pickers, picker dialogs, and picker button widgets
	to the documentation.

2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-button.c: (hildon_button_set_property),
	(hildon_button_class_init): Make "arrangement-flags" a proper
	G_TYPE_FLAGS derived property.

2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>

	* examples/Makefile.am: Add below examples.
	* examples/hildon-date-button-example.c:
	* examples/hildon-picker-button-example.c:
	* examples/hildon-picker-button-multicolumn-example.c:
	* examples/hildon-time-button-example.c:
	* examples/hildon-touch-picker-example.c:

	Add examples for the recently added touch pickers,
	picker dialogs,	and picker button widgets.

2008-07-29  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.c: Add some API documentation

2008-07-29  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-button.h
	* src/hildon-button.c
	(hildon_button_new)
	(hildon_button_new_with_text): New constructor to create a button
	with no text at all.
	(hildon_button_init, hildon_button_set_arrangement)
	(hildon_button_set_title, hildon_button_set_value)
	(hildon_button_set_text)
	(hildon_button_construct_child): Hide the value when it's not used
	so the rest of the text is properly aligned.
	Allow creating buttons with arbitrary widgets inside (not just
	title/value labels).

	* examples/hildon-button-example.c (vertical_buttons_window)
	(horizontal_buttons_window): Update example to use new API.

2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>

	* src/Makefile.am: Added HildonTimeButton.
	* src/hildon-time-button.c: Added missing LGPL header.
	* src/hildon-time-button.h: Added missing LGPL header.
	* src/hildon.h: Add hildon-time-button.h

	Copied HildonTimeButton from sandbox to trunk. Future work on this
	widget must take place in trunk.

2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>

	* src/Makefile.am: Added HildonDateButton.
	* src/hildon-date-button.c: Update includes.
	* src/hildon.h: Add hildon-date-button.h

	Copied HildonDateButton from sandbox to trunk. Future work on this
	widget must take place in trunk.

2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>

	* src/Makefile.am: Added HildonPickerButton.
	* src/hildon-picker-button.h: Update includes.
	* src/hildon.h: Add hildon-picker-button.h

	Copied HildonPickerButton from sandbox to trunk. Future work on
	this widget must take place in trunk.

2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>

	* src/Makefile.am: Added HildonPickerDialog.
	* src/hildon-picker-dialog.c: Update includes.
	* src/hildon.h: Add hildon-picker-dialog.h

	Copied HildonPickerDialog from sandbox to trunk. Future work
	on this widget must take place in trunk.

2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>

	* src/Makefile.am: Added HildonTimeSelector.
	* src/hildon.h: Add hildon-time-selector.h

	Copied HildonTimeSelector widget from sandbox to trunk. Future
	work on this widget must happen in trunk.

2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>

	* src/Makefile.am: Added HildonDateSelector.
	* src/hildon.h: Add hildon-date-selector.h

	Copied HildonDateSelector widget from sandbox to trunk.  Future
	work on this widget must happen in trunk.

2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>

	* src/Makefile.am: Added HildonTouchPicker.
	* src/hildon-touch-picker.c: Update includes.
	* src/hildon.h: Add hildon-touch-picker.h

	Copied HildonTouchPicker widget from sandbox to trunk. Future work
	on this widget must happen in trunk.

2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-pannable-area.c:
	(hildon_pannable_area_motion_notify_cb): Fix a typo.

2008-07-29  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-app-menu-example.c (main): Let the window
	destroy the menu.

2008-07-29  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_area_class_init): Set the min value of the
	overshoot properties to zero, which points out that not
	overshooting allowed.

2008-07-29  Alejandro G. Castro	 <alex@igalia.com>

	Modified the procedure to get the widget at a point inside the
	pannable area when using the movement type signals. Now the user
	has to call a function to get the child, that way we just
	calculate the child in case the user really want to use it and not
	all the time.

	* src/hildon-marshalers.list: Modified the marshallers, now we do
	not have the widget as a parameter.

	* src/hildon-pannable-area.c
	(hildon_pannable_area_motion_notify_cb),
	(hildon_pannable_area_class_init),
	(hildon_pannable_get_child_widget_at):  Removed the widget
	parameter from the signal callback. We have also refactored the
	emission of the signals.

	* src/hildon-pannable-area.h: Added a new method to the API to
	calculate a widget at a point inside the pannable area,
	hildon_pannable_get_child_widget_at.

	* examples/hildon-pannable-area-example-4.c
	(horizontal_movement): Modified the example to use the new API,
	added condition to control which widget is under the event. This
	way we can avoid scrolling laterally over other widgets.

2008-07-29  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_area_motion_notify_cb): Fixed bug handling the
	modes, we stop getting the pointer events due to returning the
	callback without properly calling the get pointer again. Fixed
	also an error using the hscroll and vscroll.

2008-07-28  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu-private.h
	* src/hildon-app-menu.c (hildon_app_menu_button_press)
	(hildon_app_menu_button_release, hildon_app_menu_init)
	(hildon_app_menu_class_init): Don't hide the menu on button
	release if the user didn't press outside first.

	* src/hildon-window.h
	* src/hildon-window.c (hildon_window_toggle_menu)
	(hildon_window_toggle_menu_real, hildon_window_class_init): Make
	hildon_window_toggle_menu a virtual function for the stackable
	window to override it.

	* src/hildon-stackable-window.h
	* src/hildon-stackable-window-private.h
	* src/hildon-stackable-window.c
	(hildon_stackable_window_realize)
	(hildon_stackable_window_finalize)
	(hildon_stackable_window_class_init)
	(hildon_stackable_window_init)
	(hildon_stackable_window_set_main_menu): New function to set the
	app menu of a HildonStackableWindow.

	* examples/hildon-app-menu-example.c: Remove the button to show
	the app menu, now it'll be shown when clicking on the title bar
	instead.

2008-07-22  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-button.c: (hildon_button_set_arrangement): Do not
	set the widget name if the arrangement flags do not specify
	a particular size.

2008-07-22  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-button.c: (hildon_button_set_property),
	(hildon_button_class_init), (hildon_button_new_full),
	(hildon_button_set_arrangement): Added "arrangement-flags"
	property.

	Make the HildonButtonFlags a construction-only property, to allow
	subclasses to set them properly.

2008-07-21 Tim Janik  <timj@imendio.com>

	* src/hildon-code-dialog.c (hildon_code_dialog_backspace): fixed up
	insertion position after backspace, so additional digits are appended,
	fixes Bug #85874.

2008-07-17  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_get_topmost): Cleaned the code, removed the
	TODO list, it was complete and removed the g_debug and g_print
	lines.

2008-07-17  Alejandro G. Castro	 <alex@igalia.com>

	Added the movement modes to the hildon-pannable-area, with this
	modes the developers can control in which directions the widget
	can scroll. They can also connect to signals in order to do
	something when that happens, allowing applications scroll. There
	is an example uploaded showing how to use it.

	* examples/Makefile.am:
	* examples/hildon-pannable-area-example-4.c: Added this example of
	an application using the modes.

	* src/hildon-marshalers.list: Added a new marshaller for the new
	signals.

	* src/hildon-pannable-area.h: Added new enumerations and flags in
	order to control the movement modes and the new signals to warn
	about the movements in the area.

	* src/hildon-pannable-area.c:
	(hildon_pannable_axis_scroll),
	(hildon_pannable_area_scroll),
	(hildon_pannable_area_motion_notify_cb),
	(hildon_pannable_area_get_property),
	(hildon_pannable_area_set_property),
	(hildon_pannable_area_map),
	(hildon_pannable_area_class_init),
	(hildon_pannable_area_init),
	(hildon_pannable_area_jump_to): Added the modes to control the
	movement in the widget. We have added properties to control it,
	signals to warn about the movements and refactored some code.

2008-07-15  Alejandro G. Castro	 <alex@igalia.com>

	Changes required in order to allow vfast_factor set to zero to
	work properly.

	* src/hildon-pannable-area.c:
	(hildon_pannable_area_button_press_cb): Changed the condition, it
	is required for not allowing click when vfast_factor is zero.
	(hildon_pannable_area_timeout): Initialized velocity variables
	when we stop moving, it was less than 1 but not zero and we need
	to check zero in some situations.
	(hildon_pannable_area_class_init): Changed the default value of
	the speed factor, now the button_press is just sent in case the
	speed is 2 per cent of the max speed.
	(hildon_pannable_area_init): Initialization with 0.

2008-07-04  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_get_topmost): replaced
	gdk_window_get_children with gdk_window_peek_children, this way we
	do not have to free the list because it is not a copy.

	(hildon_pannable_axis_scroll),
	(hildon_pannable_area_scroll),
	(hildon_pannable_area_timeout),
	(hildon_pannable_area_motion_notify_cb): Code refactoring, removed
	two parameters that were only used inside the
	hildon_pannable_area_scroll function.

	* examples/hildon-pannable-area-example.c,
	(get_sawtooth_label): Fixed small memory leak.

2008-07-03  Alejandro G. Castro	 <alex@igalia.com>

	More checks for the case where the overshoot is bigger than the
	size of the widget.

	* src/hildon-pannable-area.c:
	(hildon_pannable_draw_vscroll),
	(hildon_pannable_draw_hscroll): with this new calculation we avoid
	to draw the slider of the scrollbar under the other scrollbar.
	(hildon_pannable_area_expose_event): added new checks to control
	the drawing of the overshooting area rectangle, in case it is too
	big for the area of the widget.
	(hildon_pannable_area_size_allocate): add more checks to avoid
	setting a position to the child widget outside the area.

2008-07-03  Alejandro G. Castro	 <alex@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_area_size_allocate): Added conditions to control
	when overshooting is bigger than the allocated space for the
	children, this avoids negative allocations.

2008-07-02  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-docs.sgml
	* doc/hildon.types
	* examples/Makefile.am
	* examples/hildon-button-example.c
	* src/Makefile.am
	* src/hildon-button.c
	* src/hildon-button.h
	* src/hildon.h:	Initial version of the new HildonButton widget,
	with examples.

2008-07-02  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-pannable-area.c:
	(hildon_pannable_area_button_press_cb),
	(hildon_pannable_area_refresh), (hildon_pannable_area_scroll),
	(hildon_pannable_area_motion_notify_cb),
	(hildon_pannable_area_button_release_cb),
	(hildon_pannable_area_expose_event), (hildon_pannable_area_remove),
	(hildon_pannable_area_jump_to_child):

	Use gtk_bin_get_child() instead of accessing GtkBin.child directly.

2008-07-01  Alberto Garcia  <agarcia@igalia.com>

	* examples/Makefile.am
	* examples/hildon-pannable-area-touch-grid-example.c
	* examples/hildon-pannable-area-touch-list-example.c: Examples of
	the Hildon Touch List and Hildon Touch Grid using the
	HildonPannableArea widget.

2008-06-27  Alejandro G. Castro <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_button_press_cb),
	(hildon_pannable_area_refresh),
	(hildon_pannable_area_scroll),
	(hildon_pannable_area_motion_notify_cb),
	(hildon_pannable_area_button_release_cb),
	(hildon_pannable_area_expose_event),
	(hildon_pannable_area_add),
	(hildon_pannable_area_remove),
	(hildon_pannable_area_realize),
	(hildon_pannable_area_size_allocate),
	(hildon_pannable_area_class_init),
	(hildon_pannable_area_init),
	(hildon_pannable_area_scroll_to_child),
	(hildon_pannable_area_jump_to_child): Fixed the problem of
	removing the child from the GtkBin, we have rearranged the widget
	hierarchy, now there is no GtkAlignment which was not doing
	anything interesting but breaking some of the assumptions of
	GtkContainer. Now developers if they want to add a GtkAlignment
	they could, but it is not inside the area.

	We had to review the whole allocation/expose process, now it is
	improved and we save at least three signals which would be saving
	some time when rendering the widget. The allocation of the
	scrollbars is now made in the allocate method as usual.

	We have also added some conditions in order to control when there
	is no child of the pannable area. Maybe we will need more work
	here.

2008-06-27  Alejandro G. Castro <alex@igalia.com>

	* src/hildon-pannable-area.c,
	(hildon_pannable_area_dispose): Released the fade-out timeout when
	disposing the widget.

2008-06-27  Alejandro G. Castro <alex@igalia.com>

	* src/hildon-pannable-area.c: Fixed problem when overshoot_max is
	zero, we are going to use that property in order to deactivate the
	overshooting
	(hildon_pannable_axis_scroll),
	(hildon_pannable_area_size_allocate): Added conditions to control
	when overshoot_max is zero. Moved the gtk_adjustment_set_value
	call, now it is called in all situations and we can remove calls
	in the allocate method.
	(hildon_pannable_area_map): Control the situation when
	overshoot_max is zero, we do not need the timeout.
	(hildon_pannable_area_class_init): Added documentation in order to
	point out that setting zero to overshoot_max means deactivate
	overshooting.

	NOTE: removed trailing whitespaces from my previous comments of
	the Changelog.

2008-06-26  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_area_get_property),
	(hildon_pannable_area_set_property),
	(hildon_pannable_area_map),
	(hildon_pannable_area_class_init),
	(hildon_pannable_area_init): Add a boolean "initial-hint" property
	to cause the widget give a hint about its panning abilities upon
	realization.

2008-06-26  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-pannable-area.c: Several documentation improvements.

2008-06-26  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-program.c
	* src/hildon-stackable-window.c: Update documentation.

2008-06-26  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-stackable-window.c (get_previous_window_if_last):
	Renamed get_last_window()
	(hildon_stackable_window_map, hildon_stackable_window_unmap)
	(hildon_stackable_window_unset_program):
	Simplified code.
	(get_previous_window_if_last):
	Detect if the window hasn't been added to a HildonProgram.

2008-06-26  Alejandro G. Castro <alex@igalia.com>

	contributed and reviewed by: Claudio Saavedra <csaavedra@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_area_button_press_cb),
	(hildon_pannable_axis_scroll),
	(hildon_pannable_area_scroll),
	(hildon_pannable_area_timeout),
	(hildon_pannable_calculate_vel_factor),
	(hildon_pannable_area_get_property),
	(hildon_pannable_area_set_property),
	(hildon_pannable_area_class_init),
	(hildon_pannable_area_init),
	(hildon_pannable_area_scroll_to),
	(hildon_pannable_area_jump_to),
	(hildon_pannable_area_scroll_to_child),
	(hildon_pannable_area_jump_to_child):
	* src/hildon-pannable-area.h: Added the new API functions:
	hildon_pannable_area_scroll_to, hildon_pannable_area_jump_to,
	hildon_pannable_area_scroll_to_child,
	hildon_pannable_area_jump_to_child


	* examples/Makefile.am
	* examples/hildon-pannable-area-example-2.c
	* examples/hildon-pannable-area-example-3.c: Added these two new
	examples in order to test and show how the new APIs work.

2008-06-25  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-stackable-window-example.c (new_window):
	* src/Makefile.am (noinst_HEADERS):
	* src/hildon-program.c (hildon_program_go_to_root_window):
	* src/hildon-program.h:
	* src/hildon-stackable-window-private.h:
	* src/hildon-stackable-window.c:
	* src/hildon-stackable-window.h:
	Create hildon-stackable-window-private.h
	Move hildon_stackable_window_go_to_root_window() to HildonProgram

	* examples/hildon-app-menu-example.c (create_menu):
	* examples/hildon-hvolumebar-insensitive-example.c (main):
	* examples/hildon-hvolumebar-timer-example.c (on_idle):
	* examples/hildon-toolbar-seekbar-example.c (main):
	* src/hildon-app-menu.c (hildon_app_menu_add_filter):
	* src/hildon-banner.c (hildon_banner_set_property):
	* src/hildon-dialog.c (hildon_dialog_new_with_buttons):
	Fix compilation warnings

	* src/hildon-window.c:
	Fix typo in doc

2008-06-24  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-stackable-window.c
	(hildon_stackable_window_unset_program):
	Calculate correctly whether to show the previous window if the
	last one is removed from the stack.
	(hildon_stackable_window_go_to_root_window):
	Send delete events starting from the topmost window.
	Stop if one of the windows is not destroyed.
	Update doc.
	(hildon_stackable_window_delete_event)
	(hildon_stackable_window_class_init):
	Ignore the delete event if the window is not the topmost one.

2008-06-24  Alejandro G. Castro <alex@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_area_expose_event): Fixed a problem when
	selecting the background color of the scrollbars.

2008-06-23  Alberto Garcia  <agarcia@igalia.com>

	* examples/hildon-stackable-window-example.c
	* src/hildon-stackable-window.c
	* src/hildon-stackable-window.h
	hildon_stackable_window_go_home() renamed to
	hildon_stackable_window_go_to_root_window()
	Send delete events to windows rather than closing them with
	gtk_widget_destroy()

2008-06-19  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_area_button_release_cb): Fix overshooting in
	accel mode.

2008-06-19  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_area_init): Initially show the scroll indicators.
	(hildon_pannable_area_map): Fade the scroll indicators out upon mapping.

	Add initial effect showing the widget is pannable.

2008-06-19  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_area_class_init)
	(hildon_pannable_area_set_property)
	(hildon_pannable_area_get_property)
	(hildon_pannable_area_button_press_cb):
	New 'velocity_fast_factor' property to decide which velocity is
	considered fast.

2008-06-19  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_draw_hscroll)
	(hildon_pannable_draw_vscroll):
	Use float variables to calculate the size of the scrollbars to
	avoid error propagation and resizing during scrolling.

2008-06-19  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_draw_vscroll)
	(hildon_pannable_draw_hscroll):
	Define a minimum size for the scroll bars

	* src/hildon-stackable-window.c
	(hildon_stackable_window_go_home): Fix compilation warning
	(get_last_window): Minor optimizations
	(hildon_stackable_window_class_init): Fix initialization of
	private structure.

2008-06-18  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-stackable-window.c: Fixed typos in doc

2008-06-18  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-pannable-area.c
	(hildon_pannable_area_scroll):
	Calculate here whether we need to scroll instead of using the booleans
	that tell us whether to /draw/ the scrolling bars.

2008-06-17  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-app-menu.h
	Update API.
	* src/hildon-app-menu.c
	(hildon_app_menu_init, hildon_app_menu_class_init): Remove
	multiple filter groups related code and API. Now we support only
	one filter group.
	* examples/hildon-app-menu-example.c:
	(create_menu):
	Update to reflect API changes.

2008-06-16  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-stackable-window.c
	(hildon_stackable_window_class_init):
	Add hildon_stackable_window_realize.
	(hildon_stackable_window_realize):
	Append the window type _HILDON_WM_WINDOW_TYPE_STACKABLE to
	the _NET_WM_WINDOW_TYPE hint. Window managers should use this type
	to apply theming and behavior specific to HildonStackableWindow
	windows.

2008-06-12  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-note.c (hildon_note_button_release):
	Close information notes also when tapping on them

2008-06-12  Alejandro G. Castro <alex@igalia.com>

	Added BOUNCE_STEPS define to control the overshoot effect. Removed
	ELASTICITY, refactor and review, fix some issues with drawing
	scrollbars.

	* src/hildon-pannable-area.c:
	(hildon_pannable_area_button_press_cb): removed the conditions to
	avoid clicks when overshooting. It is not required

	(hildon_pannable_axis_scroll): Added BOUNCE_STEPS
	define. Refatored and reviewed the code, now we do not need to
	manage velocity in motion_notify.

	(hildon_pannable_area_motion_notify_cb): We have moved the code
	that controls the area_scroll to the axis_scroll function and get
	rid of duplicated code.

	(hildon_pannable_area_scroll): Remove the ELASTICITY define.

	(hildon_pannable_area_button_release_cb): Added BOUNCE_STEPS.

	(hildon_pannable_draw_vscroll),
	(hildon_pannable_draw_hscroll): Fixed the problems with the
	scrollbar drawing, now we do not use two surfaces, it is easier
	and saves resources.

	(hildon_pannable_area_get_property): Style modification.

	(hildon_pannable_area_class_init): Changed some default values.

2008-06-12  Claudio Saavedra  <csaavedra@igalia.com>

	* src/hildon-stackable-window.c: Fix some typos in the
	documentation.

2008-06-12  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-dialog.c:
	Change indentation style

	* src/hildon-note.c
	(hildon_note_button_release):
	Use root coordinates to check if the release event happened
	outside the widget.

	* src/hildon-app-menu.c
	(hildon_app_menu_button_release):
	Remove unnecessary check

	* examples/hildon-app-menu-example.c
	(button_clicked):
	Add cast to fix warning

	* src/hildon-app-menu.c
	(hildon_app_menu_class_init):
	New inner-border style property.
	Set all default spacings to 16
	(hildon_app_menu_init):
	Use vertical-spacing to set the space between filter buttons and
	regular menu buttons.
	Set the default container border using the inner-border value.

	* examples/hildon-app-menu-example.c
	(create_menu):
	Don't set the menu border explicitly, now we have the inner-border
	style property for that.

2008-06-11  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.c (hildon_app_menu_init):
	Make the window modal

	* src/hildon-note.c (hildon_note_map)
	* src/hildon-app-menu.c (hildon_app_menu_map):
	Destroy the grab window if we're unable to grab the pointer

	* src/hildon-app-menu-private.h
	* src/hildon-app-menu.c
	(hildon_app_menu_init, hildon_app_menu_finalize)
	(hildon_app_menu_map, hildon_app_menu_unmap)
	(hildon_app_menu_button_release)
	(grab_transfer_window_get):
	Bring back the grab window
	(hildon_app_menu_realize):
	Decorate the window, set WM hint for Matchbox

	* src/hildon-note.c (hildon_note_realize):
	* src/hildon-banner.c (hildon_banner_realize):
	Add WM hints for Matchbox

2008-06-10  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu-private.h
	* src/hildon-app-menu.c
	(hildon_app_menu_init, hildon_app_menu_finalize)
	(hildon_app_menu_map, hildon_app_menu_unmap)
	(hildon_app_menu_button_release):
	Remove the grab window, it's not needed anymore

	* src/hildon-program.c
	Fixed typo in documentation

	* src/hildon-app-menu.h
	* src/hildon-app-menu.c
	* examples/hildon-app-menu-example.c
	Remove hildon_app_menu_popup(), use gtk_widget_show() instead

2008-06-09  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-note.c
	Added new transfer_window and close_if_pressed_outside private
	attributes.
	(hildon_note_rebuild):
	Don't add a cancel button to the information note. It will be
	closed when tapping outside
	Remove the comment about the OK button in the documentation
	(hildon_note_realize):
	Set the notification type hint
	(hildon_note_map, hildon_note_unmap, grab_transfer_window_get):
	Grab/ungrab pointer and keyboard if the note has to be closed when
	tapping outside
	(hildon_note_button_release):
	Close the note when tapping outside (if applicable)

	* src/hildon-app-menu.c
	Grab/ungrab pointer and keyboard on map/unmap
	(hildon_app_menu_button_release, hildon_app_menu_class_init):
	Close the menu on button release, not button press

	* src/hildon-banner.c
	(hildon_banner_set_property)
	(hildon_banner_check_position):
	Make the banner use the full width of the screen
	(hildon_banner_show_information)
	(hildon_banner_show_information_with_markup):
	Don't display an icon by default

2008-06-09  Alejandro G. Castro <alex@igalia.com>

	Added fading scrollbars and adapted all the overshooting code to
	horizontal scrolling. We have also fixed bugs with overshooting
	and current fading implementation.

	* src/hildon-pannable-area.c
	(hildon_pannable_area_scroll_indicator_fade): Time out function
	used to change the transparency of the scrollbars.

	(hildon_pannable_area_button_press_cb): Added horizontal overshot
	control and fixed a problem with fading, we now remove the fade
	timeout before adding a new one.

	(hildon_pannable_axis_scroll):
	(hildon_pannable_area_scroll):
	(hildon_pannable_area_timeout): Added this functions so we can use
	the scroll code both for vertical and horizontal.

	(hildon_pannable_area_motion_notify_cb):
	(hildon_pannable_area_button_release_cb): Added the horizontal
	scrolling control, fixed a problem with the overshooting timeout.

	(rgb_from_gdkcolor): Added this function, it is used in the cairo
	painting of the scrolls.

	(hildon_pannable_draw_vscroll):
	(hildon_pannable_draw_hscroll):
	(hildon_pannable_area_expose_event):
	Draw both scrollbars and rectangles in the overshooting area.

	(hildon_pannable_area_get_property):
	(hildon_pannable_area_set_property):
	Modified the overshoot property to overshoot_max

	(hildon_pannable_area_map):
	Replaced the comments symbols.

	(hildon_pannable_area_size_allocate):
	(hildon_pannable_area_class_init):
	(hildon_pannable_area_init): Added horizontal scroll, fading
	effect properties, fixed a problem when overshooting in the bottom
	of the widget.

	* examples/hildon-pannable-area-example.c:
	(get_sawtooth_label): Now we use smaller sawtooths, the effect
	looks better in the example.

2008-06-03  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-window.c
	* src/hildon-window.h
	(hildon_window_class_init)
	(hildon_window_unset_program)
	(hildon_window_unset_program_real):
	Make unset_program a virtual function

	* src/hildon-stackable-window.c
	* src/hildon-stackable-window.h
	Added hildon_stackable_window_go_home()

	* examples/Makefile.am
	* examples/hildon-stackable-window-example.c
	HildonStackableWindow example

2008-06-03 Alejandro G. Castro <alex@igalia.com>

	* hildon-pannable-area.c: Added the overshoot property and removed
	the OVERSHOOT define. Fixed an indent style error.
	(hildon_pannable_area_motion_notify_cb):
	(hildon_pannable_area_get_property):
	(hildon_pannable_area_set_property): Add overshoot property.

	(hildon_pannable_area_scroll): replaced OVERSHOOT define with
	overshoot property.

	(hildon_pannable_area_class_init): Installed the new property.

	* hildon-pannable-area-example.c: Added a sawtooth function, this
	way it is easier to check the movement in the pannable.
	(get_sawtooth_label): Added this function.
	(main): Now we get the labels from the new get_sawtooth_label
	function.

2008-05-26  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-app-menu.h
	* src/hildon-app-menu.c
	Renamed API variables for consistency

	(hildon_app_menu_popup): Use also the default window size to
	decide where to place the menu

	(hildon_app_menu_init, hildon_app_menu_class_init): New
	external-border style property

2008-05-26  Michael Natterer  <mitch@imendio.com>

	* src/hildon-time-editor.c (hildon_time_editor_class_init): The
	widget_class->tap_and_hold_setup signal slot doesn't exist any
	longer, stop overriding it.

	(hildon_time_editor_init): g_signal_connect() to the
	tap-and-hold-setup signal instead.

	(hildon_time_editor_entry_keypress): add cast to fix warning.

2008-05-23  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-docs.sgml
	* doc/hildon.types
	* examples/Makefile.am
	* examples/hildon-app-menu-example.c
	* src/Makefile.am
	* src/hildon-app-menu-private.h
	* src/hildon-app-menu.c
	* src/hildon-app-menu.h
	* src/hildon.h
	New HildonAppMenu widget

2008-05-21 Alejandro G. Castro <alex@igalia.com>

	Rearranged the inheritance of the pannable area, now it inherits
	from GtkBin. This will allow us to control the event_window and
	the allocation process of the widget, required for some effects.

	* src/hildon-pannable-area.h: Replaced GtkEventBox structures with
	GtkBin structures.  * src/hildon-pannable-area.c: Added the
	event_window variable.
	(hildon_pannable_area_button_press_cb):
	(hildon_pannable_area_button_release_cb):
	(hildon_pannable_area_motion_notify_cb):
	Changed the signature of the method, now we override the event
	callback instead of connecting to the signal.

	(hildon_pannable_area_realize):
	(hildon_pannable_area_unrealize):
	(hildon_pannable_area_map):
	(hildon_pannable_area_unmap):
	(hildon_pannable_area_size_allocate):
	Added functions to control the widget construction. We add a
	INPUT_ONLY window and we put it over the widgets inside the
	container, this event_window handles the events.

	(hildon_pannable_area_class_init):
	Replaced the signal connections with overrides of the event
	callbacks.

2008-05-20 Alejandro G. Castro <alex@igalia.com>

	Bouncing effect added when touching the borders, you can change
	the elasticity of the border changing the ELASTICITY define.

	* src/hildon-pannable-area.c: Added ELASTICITY define.
	(hildon_pannable_area_timeout): Added inverse velocity when
	touching the border of the child widget, that causes a bounce.

2008-05-20 Alejandro G. Castro <alex@igalia.com>

	Improved performance, we now do not go to the X server in order to
	get the list of window children. Apparently the effect is the
	same, we have to be careful and check if this breaks something in
	any corner case.

	* src/hildon-pannable-area.c:
	(get_ordered_children): Removed this function.
	(hildon_pannable_area_get_topmost): Replaced the ad-hoc search of
	the children windows function with gdk_window_get_children.

2008-05-20 Alejandro G. Castro <alex@igalia.com>

	* src/hildon-pannable-area.c:
	(hildon_pannable_area_dispose): Fixed a crash when closing the
	window and kinetics is activated.

2008-05-19  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-pannable-area.h
	* src/hildon-pannable-area.c
	Changed indentation style to meet the one used in Hildon

2008-05-19 Alejandro G. Castro <alex@igalia.com>

	Reviewed the interaction of the AUTO mode, now we use the time
	attribute of the events and calculate the velocity in the motion,
	doing a gimp like calculation. The velocity is calculated in each
	motion event using the last velocity and the current one, the
	SMOOTH_FACTOR controls the percentage of the new velocity we use.

	* src/hildon-pannable-area.c: Replaced the time based algorithm
	for the AUTO mode.
	(hildon_pannable_area_motion_notify_cb): now we do not launch the
	timeout for the AUTO mode when we are still moving the cursor. We
	added also the velocity calculation in this function.
	(hildon_pannable_area_button_release_cb): launch the timeout in
	case we are in AUTO mode. There are still some constants here that
	come from the old implementation that should be reviewed and
	handled properly.

2008-05-15  Alberto Garcia  <agarcia@igalia.com>

	* doc/hildon-docs.sgml
	* doc/hildon.types
	* src/Makefile.am
	* src/hildon-stackable-window.c
	* src/hildon-stackable-window.h
	* src/hildon.h
	New HildonStackableWindow widget

	* examples/hildon-dialog-example.c
	* examples/hildon-pannable-area-example.c
	Updated copyright

2008-05-14  Alberto Garcia  <agarcia@igalia.com>

	* src/hildon-dialog.c
	(hildon_dialog_new_with_buttons): New constructor.

	* examples/hildon-dialog-example.c
	(main): Update the example to use the new
	hildon_dialog_new_with_buttons().

	* examples/hildon-pannable-area-example.c
	(main): Update example.

2008-05-13 Alberto Garcia <agarcia@igalia.com>

	* doc/hildon-docs.sgml
	* doc/hildon.types
	Added HildonPannableArea to the documentation.

2008-05-13 Victor Jaquez <vjaquez@igalia.com>

	* doc/visual_index.xml
	Fix reference to HildonLoginDialog in documentation

	* doc/hildon-docs.sgml
	* doc/hildon.types
	* examples/Makefile.am
	* examples/hildon-dialog-example.c
	* src/Makefile.am
	* src/hildon-dialog.c
	* src/hildon-dialog.h
	* src/hildon.h
	New HildonDialog widget.

2008-05-09 Alberto Garcia <agarcia@igalia.com>

	* src/hildon-pannable-area.c
	Merge latest changes (r4318, r4342) from libmokoui trunk

2008-05-09 Alberto Garcia <agarcia@igalia.com>

	* examples/Makefile.am
	* examples/hildon-pannable-area-example.c
	* src/Makefile.am
	* src/hildon-pannable-area.c
	* src/hildon-pannable-area.h
	* src/hildon.h
	New HildonPannableArea widget.

2008-04-15 18:05:19    <timj@imendio.com>

	* src/hildon-banner.c: revert the recent change, that introduced
	gtk_window_present() calls. this reopens:
	  Bug 78481 - [freetest] information banners are hidden under browser menu
	But resolves another variant of:
	  Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash

2008-04-15 13:21:13    <timj@imendio.com>

	* src/hildon-banner.c: refetch layout pointer after GtkLabel possibly
	recreated its layout, spotted by Kris. this fixes all remaining
	artefacts and stability issues with the banner code. in particular:
	Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash

2008-04-14 16:52:59    <timj@imendio.com>

	* src/hildon-banner.c: guard force_to_wrap_truncated() against
	operating on unrealized widgets, fixes:
	Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash

	* src/hildon-banner-private.h: coalesce boolean fields into bitfield.

2008-04-09  Kristian Rietveld  <kris@imendio.com>

	Fixes: NB#77775: Media Player, Save Now playing list, too long name
	makes banner disappear.
	Fixes: NB#79182: info banner flickering with certain message lengts.

	* src/hildon-banner.c (hildon_banner_constructor),
	(hildon_banner_init), (hildon_banner_set_text),
	(hildon_banner_set_markup): call hildon_banner_reset_wrap_state(),
	(hildon_banner_reset_wrap_state): new function: reset wrap flags to
	FALSE, reset size requests of label and banner,
	(force_to_wrap_truncated): when the text is too wide, always enforce
	the maximum possible width instead of recalculating it from the
	layout; enforce the maximum banner height of 3 lines,
	(hildon_banner_init): set WORD_CHAR wrapping, this will result in
	nicer wrapping and no truncated chars if space gets tight.

	* src/hildon-banner-private.h: add has_been_wrapped and
	has_been_truncated fields.

2008-04-07  Sven Herzberg  <sven@imendio.com>

	Fixes: NB#78896: libhildon code inspection/coverity: uninitialised
	local values in hildon_date_editor_size_allocate

	* src/hildon-date-editor.c: moved the real allocation code into the
	if() branch

2008-04-07  Sven Herzberg  <sven@imendio.com>

	Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
	local values in hildon_date_editor_size_allocate

	* src/hildon-date-editor.c: merged the two if() branches together

2008-04-07  Sven Herzberg  <sven@imendio.com>

	Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
	local values in hildon_date_editor_size_allocate

	* src/hildon-date-editor.c: changed the arguments of the if()
	conditions

2008-04-07  Sven Herzberg  <sven@imendio.com>

	Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
	local values in hildon_date_editor_size_allocate

	* src/hildon-date-editor.c: split the calculation of the allocation
	from the real allocation

2008-03-27  Michael Natterer  <mitch@imendio.com>

	Fixes: NB#81696: The passcode is not overwritten even after
	selecting

	* src/hildon-code-dialog.c
	(hildon_code_dialog_button_clicked)
	(hildon_code_dialog_im_commit): don't use gtk_entry_append_text()
	because that doesn't overwrite selected text. Instead, emit the
	"commit" signal on the entry's im_context so the entry's normal
	insert logic is triggered. Set the cursor to the end of the entry
	after each insert operation so that we *only* insert in the middle
	of the text if something was selected.

2008-03-27  Michael Natterer  <mitch@imendio.com>

	Enable fixing: NB#79916 and NB#79918: The help topic for Color
	selector cannot be opened

	* src/hildon-color-button.c: add signal "setup-dialog" and emit it
	when the popup color selector is created. Please connect to this
	signal in order to set the dialog's help ID.

2008-03-25  Sven Herzberg  <sven@imendio.com>

	Fixes: MB#1212: Hide info banners (infoprints) on click

	* src/hildon-banner.c: (simulate_close), (hildon_banner_timeout):
	extracted the close event simulation into an extra function
	(hildon_banner_button_press_event): simulate a close event and destroy
	the widget if the event wasn't handled
	(hildon_banner_class_init): added the button_press_event handler
	(hildon_banner_init): added button-press events to the widget

2008-03-25  Sven Herzberg  <sven@imendio.com>

	Fixes: MB:#924: Hildon widgets doesn't support RTL mode
	Patch from: Mohammad Anwari  <mdamt@maemo.org>

	* src/hildon-banner.c: let the HildonBanners pop up on the left side
	instead of the right in RTL mode
	* src/hildon-bread-crumb-trail.c: mirror the appearance of the
	breadcrumb button list in RTL mode
	* src/hildon-caption.c: mirror the appearance of the caption widget in
	RTL mode
	* src/hildon-date-editor.c: mirror appearance of the date editor in
	RTL mode
	* src/hildon-time-editor.c: mirror appearance of the time editor in
	RTL mode
	* src/hildon-window.c: fix the position of the popup in RTL mode

2008-03-25  Sven Herzberg  <sven@imendio.com>

	Amendment to the fix of NB#22072. Fix compilation.

	* src/hildon-banner.c: (hildon_banner_timeout): fix compilation

2008-03-19  Sven Herzberg  <sven@imendio.com>

	Fixes: NB#22072: Revisiting fix for "Implement robust timer handling
	in Info Banner" bug

	* src/hildon-banner.c: (hildon_banner_timeout): reset the current
	timeout id properly when the timeout will disappear this leaves no
	artifacts around in the destroy(); there will only be the timeout
	created by hildon_banner_ensure_timeout() and adding a new timeout
	will also work if the timeout gets removed because the timeout_handler
	returned FALSE

2008-03-19  Michael Natterer  <mitch@imendio.com>

	Fixes: NB#79791: Cannot set focus to Master volume using stylus

	* src/hildon-volumebar.c
	* src/hildon-vvolumebar.c
	* src/hildon-hvolumebar.c (init): remove UNSET_FLAGS(CAN_FOCUS) so
	the widget becomes focussable at all.

	* src/hildon-volumebar.c: implement GtkWidget::grab_focus() and
	set the focus to wither the mute button or the volumebar.

	Remove own "can-focus" property and instead listen to
	notify::can-focus in order to update the widget's state.

	Implement GtkWidget::focus() and make sure we can also *leave* the
	widget, not only enter it, depending on volumebar orientation and
	requested focus direction.

	Clean up set_mute() to cooperate nicely with all the above.

2008-03-04  Michael Natterer  <mitch@imendio.com>

	Fixes: NB#78481: information banners are hidden under browser menu

	* src/hildon-banner.c: call gtk_window_present() on the banners so
	they are risen if they are already visible.

2008-03-03  Sven Herzberg  <sven@imendio.com>

	Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account

	* examples/hildon-window-menu-example.c: (main): extended the window
	menu example to serve as a testcase for automatically added
	accelerator groups, too
	* src/hildon-window.c: (hildon_window_add_accel_group),
	(hildon_window_set_menu): added patch by Tommi Komulainen

2008-03-03  Sven Herzberg  <sven@imendio.com>

	Fixes: MB#1276: wrong allocators used in hildon_window_get_borders

	* src/hildon-window.c: (hildon_window_get_borders): don't imply any
	knowledge about the border allocators used within GTK+

2008-02-26  Sven Herzberg  <sven@imendio.com>

	Fixes: MB#2981: Build with asserts broken

	* src/hildon-date-editor.c,
	* src/hildon-number-editor.c,
	* src/hildon-time-editor.c,
	* src/hildon-weekday-picker.c: replace HILDON_IS_EDITOR_EDITOR by a
	the proper GType instance check

2008-02-25  Sven Herzberg  <sven@imendio.com>

	Fixed: MB#1221: HildonWindow shouldn't call show_all for GtkMenu

	* doc/Makefile.am: tell gtk-doc about HILDON_DISABLE_DEPRECATED
	* examples/hildon-window-menu-example.c: (main): explicitly show
	the menu item
	* src/hildon-window.c:
	(hildon_window_set_main_menu): moved most of the code from set_menu()
	to this place; skipped the call to gtk_widget_show_all(); also didn't
	introduce gtk_widget_show() as gtk_menu_popup() will call that anyways
	(hildon_window_set_menu): removed most of the code, just keep the
	questionable gtk_widget_show_all()
	* src/hildon-window.h: added the new function and deprecate the old
	one

2008-01-10  Xan Lopez  <xan.lopez@nokia.com>

	[2.0.1-1 release]

	* NEWS:
	* configure.ac:
	* debian/changelog: Updating.

2008-01-10  Xan Lopez  <xan.lopez@nokia.com>

	* configure.ac:
	* pkgconfig/Makefile.am:
	* pkgconfig/hildon.pc.in:
	* src/Makefile.am:

	Do not use PACKAGE_VERSION_MAJOR as the API revision,
	use newly created API_MAJOR_VERSION.

2008-01-09  Xan Lopez  <xan.lopez@nokia.com>

	[2.0.0-1 release]

	* NEWS:
	* configure.ac:
	* debian/changelog: Updating.

2008-01-09  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-color-chooser.c (hildon_color_chooser_class_init):

	Add outer_border style property, we use it but don't define it (!).

	Fixes NB#75310

2007-12-21  Xan Lopez  <xan.lopez@nokia.com>

	* examples/hildon-bread-crumb-trail-example.c (main):

	Add clear button.

	* src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_remove):

	Fix logic for the bread crumb trail node removal.

	Fixes: NB#78616

2007-12-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.99.1-1 release]

	* NEWS:
	* configure.ac:
	* debian/changelog: Updating.

2007-11-08  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	Patch by Alejandro to get/set passwords dialogs accesibility.

	* hildon-1/src/hildon-get-password-dialog.c:
	* hildon-1/src/hildon-set-password-dialog.c:
	Set atk_set_name to the passwd entries in order to allow
	accessibility by name on this entries.

2007-10-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.99.0-2 release]

	* debian/changelog:
	* debian/control: Updating gtk dep.

2007-10-10  Mohammad Anwari  <Mohammad.Anwari@nokia.com>

	* configure.ac, pkgconfig/hildon-1.pc: Turn on -DMAEMO_CHANGES only if
	USE_MAEMO_GTK is enabled.

2007-10-10  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-code-dialog.c (hildon_code_dialog_init): check for
	MAEMO_GTK or GTK+ > 2.11 before using GTK_BUTTONBOX_CENTER mode.

2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.99.0-1 release]

	* NEWS:
	* configure.ac:
	* debian/changelog: Updating.

2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* examples/Makefile.am:
	* examples/hildon-logical-color-example.c:
	* src/hildon-helper.c: Fixing the way logical colors/fonts are being
	applied + adding a test case. Fixes: NB#71660.

2007-10-08  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-window.c (hildon_window_map): only map the vbox if it's supposed
	to be visible, fixes warning on map for windows without toolbars.

2007-10-02  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-seekbar.c: gtk_range_get_fill_level is available in GTK+ since
	2.11.0, add a check for that besides the MAEMO_GTK check.

2007-09-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.0.17-1 release]

	* NEWS:
	* configure.ac:
	* debian/changelog: Updating.

2007-09-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-window.c: Applying patches by Xan to fix the toolbar
	visibility. Fixes: NB#70842 and MB#615.

2007-09-25  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-bread-crumb-widget.c (hildon_bread_crumb_widget_constructor):
	set the separator as no-show-all so it doesn't unintentionally appear when
	someone does a show_all.

2007-09-25  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_text)
	(hildon_bread_crumb_trail_push_icon): Do not show the separator for the
	toplevel item. Fixes: NB#62031

2007-09-24  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_icon):
	fix the name of the function in the docs.

2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.0.16-1 release]

	* NEWS:
	* configure.ac:
	* debian/changelog: Updating.

2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* examples/hildon-banner-long-example.c: Adding a test-case for long
	hildon banner.

	* src/hildon-find-toolbar.c: Fixing the get_last_index function.

2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-color-chooser-dialog.c:
	* src/hildon-color-chooser.c:
	* src/hildon-font-selection-dialog.c: Adding two patches by Tommi to fix
	memory leaks in font selector and color selector. Fixes: NB#70499 and
	NB#70474.

2007-09-20  Johan Bilien  <johan.bilien@nokia.com>

	* src/hildon-helper.c: Fixed the leak of the a GList. Fixes: NB#70273.

2007-09-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-code-dialog.c: Making the hardcoded WIDTH/HEIGHT values a
	little bit bigger. Fixes: #NB63694.

2007-09-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.0.15-1 release]

	* NEWS:
	* configure.ac:
	* debian/changelog: Updating.

2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* doc/Makefile.am:
	* doc/hildon-docs.sgml:
	* doc/images/bread-crumb-trail.png:
	* doc/images/calendar-popup.png:
	* doc/images/caption.png:
	* doc/images/code-dialog.png:
	* doc/images/color-button.png:
	* doc/images/color-chooser-dialog.png:
	* doc/images/color-chooser.png:
	* doc/images/controlbar.png:
	* doc/images/date-editor.png:
	* doc/images/font-selection-dialog.png:
	* doc/images/get-password-dialog.png:
	* doc/images/hvolumebar.png:
	* doc/images/login-dialog.png:
	* doc/images/note.png:
	* doc/images/number-editor.png:
	* doc/images/range-editor.png:
	* doc/images/seekbar.png:
	* doc/images/set-password-dialog.png:
	* doc/images/sort-dialog.png:
	* doc/images/time-editor.png:
	* doc/images/time-picker.png:
	* doc/images/vvolumebar.png:
	* doc/images/weekday-picker.png: Adding the new generated widget shots.
	Adding the bread-crumb-trial and helpers to the documentation.

2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* examples/hildon-find-toolbar-example.c:
	* src/hildon-find-toolbar.c:
	* src/hildon-find-toolbar.h: FIxing the default history-append handler to
	actually continue firing the other handlers if connected. Adding a new
	function:
	hildon_find_toolbar_get_last_index that gets the index of the most
	recently added (last) item. Fixes: NB#52301.

2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-caption.c: Applying a patch by Tommi to fix the focus
	behaviour. Fixes: NB#68610.

2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-banner.c: Actually reverting the previous change. It somehow
	looks a bit worse.

2007-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-banner.c: Changing the infobanner background pixmap to NULL
	when realizing the banner. Should make the infonbanner effect a bit more
	bearable.

2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-volumebar.c:
	* src/hildon-volumebar.h: Changing the GtkWidget to HildonVolumebar in
	hildon_volumebar_set_range_insensitive_message and
	hildon_volumebar_set_range_insensitive_messagef. Fixes MB#1848.

2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-window.c: Fixing the border freeing on destroy.

2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-code-dialog-private.h:
	* src/hildon-code-dialog.c: Adding a patch by Tomas Junnonen to fix the
	kw keyboard support in HildonCodeDialog.

2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.0.14-1 release]

	* NEWS:
	* configure.ac:
	* debian/changelog: Updating.

2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-date-editor.c:
	* src/hildon-number-editor.c:
	* src/hildon-private.c:
	* src/hildon-private.h:
	* src/hildon-time-editor.c:
	* src/hildon-weekday-picker.c: A patch by Xan Lopez to fix focus
	handling in subclassed composite widgets. Fixes: NB#66628.

2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-window.c: Removing extra gtk_main_iteration () processing
	from destroy_ callback as it introduces problems in async dbus signal
	handlers. Fixes NB#66673.

2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* examples/hildon-hvolumebar-example.c:
	* src/hildon-volumebar.c: Improving the focus handling in the
	volumebar widgets. Fixes NB#63955 and NB#65155. Also fixing the
	set_property accessor so that "mute" property can be actually set. I'm
	scared that nobody noticed it's totally broken.

2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* debian/control: Use libesd0-dev or osso-esd-dev as esd dependancy.
	Fixes NB#66548.

2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-calendar.c:
	* src/hildon-number-editor.c:
	* src/hildon-time-picker.c: Changing the timeout repeat so that it
	matches the spec of 6 chars per second. Fixes: NB#60489.

2007-08-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-helper.c: Really fixing NB#58352. Looks like
	gtk_style_lookup_color sometime returns FALSE even though color was
	found and values were filled properly. Weird. Removing the warning for the
	time being.

2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-find-toolbar.c: Puting the combobox inside alignment to not
	expand vertically. Adding some extra space to the find toolbar buttons to
	make them thumbable. Fixes NB#66060.

2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-calendar-popup.c: Replacing the "Done" button in the calendar
	popup with "Ok" and "Cancel". Fixes NB#59299.

2007-08-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-calendar.c: Process all window updates before executing next
	timeout. Fixes: NB#54146.

2007-08-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.0.13-1 release]

	* NEWS:
	* configure.ac:
	* debian/changelog: Updating.

2007-08-16  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-banner.c: (hildon_banner_client_event): connect directly to
	the client event and ignore it, since we use the delete event to close
	after timeouts.

2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-helper.c: Remove the bogus warning about color not being
	found. Fixes NB#58352.

2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* examples/Makefile.am:
	* examples/hildon-toolbar-seekbar-example.c: Adding an example to test a
	HildonSeekbar widget inside a toolbar.

2007-08-16  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-banner.c (hildon_banner_init): mark the banners as
	temporary, depends on maemo-gtk >= 2.10.12-osso7. Also ignore the
	delete event that will come from _GTK_DELETE_TEMPORARIES, as we
	don't want to be closed by non-temporary windows on map.

	Also use G_DEFINE_TYPE instead of manually typed code.

2007-08-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.0.12-1 release]

	* NEWS:
	* configure.ac:
	* debian/changelog:
	* debian/rules: Updating.

2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* examples/Makefile.am:
	* examples/hildon-hvolumebar-timer-example.c: Adding an exmaple to debug
	bug NB#61128. Strangely it works.

2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-date-editor.c: When the date editor entry has been changed
	but the numbers of characters < max, turn off the skip validation flag.
	Prevents a situation when we enter first a valid year and later re-write
	it with an invalid one. Fixes NB#60154.

2007-07-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-code-dialog.c: Fixing the dialog button alignment inside the
	code dialog. Fixes NB#64355.

2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-wizard-dialog.c: Don't call the _set_sensitivity again after
	switching the page. Fixes NB#49374.

	* examples/Makefile.am:
	* examples/hildon-wizard-dialog-example.c: Adding an example for
	HildonWizardDialog that shows how to handle manual sensitivity setting on
	the wizard dialog.

2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* configure.ac:
	* src/Makefile.am:
	* src/hildon-version.h.in:
	* src/hildon.h: Adding the HILDON_CHECK_VERSION macro. Fixes: NB#62061.

2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-volumebar.c: Updating the docs.

2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.0.11-1 release]

	* NEWS:
	* configure.ac:
	* debian/changelog: Updating.

2007-07-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-find-toolbar.c:
	* src/hildon-find-toolbar.h: Adding a few new functions to control the
	selected item: hildon_find_toolbar_set_active,
	hildon_find_toolbar_set_active_iter, hildon_find_toolbar_get_active,
	hildon_find_toolbar_get_active_iter . They correspond to respective
	GtkComboBox functions.

	* examples/Makefile.am:
	* examples/hildon-find-toolbar-example.c: Adding the example to test the
	new functionality.

2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* examples/Makefile.am:
	* examples/hildon-seekbar-example.c: Adding the seekbar example to check
	theming easily.

	* src/hildon-font-selection-dialog.c: Fixing the default focus for dialog
	when font size > 32 and we pack a focusable widget inside. Actually using
	the default response would work too, but since we don't show default
	response state in any way (no theming) it would not be visible to the
	user. Fixes NB#63430.

2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-date-editor.c: Adding the missing variable setter in the
	set_property handler. Fixes NB#54182.

2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-window.h: Changing the long key press time from 1500ms to
	800ms as requested in NB#63700. I have a bad feeling about this, let's
	see... Fixes NB#63700.

2007-07-12  Tommi Komulainen  <tommi.komulainen@nokia.com>

	* src/hildon-time-picker.c (hildon_time_picker_class_init,
	hildon_time_picker_map, hildon_time_picker_realize,
	hildon_time_picker_style_set): Split the contents of map to more
	appropriate functions; set window decorations on realize and update
	arrows' size requisitions on style-set. Avoids unnecessary resizing.

2007-07-02  Xan Lopez <xan.lopez@nokia.com>

	[1.0.10-2 release]

	* NEWS:
	* debian/changelog: Updating.

2007-07-02  Johan Bilien  <johan.bilien@nokia.com>

	* src/Makefile.am: fixed installation of the header files

2007-06-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.0.10-1 release]

	* NEWS:
	* configure.ac:
	* debian/changelog: Updating.

2007-06-27  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* configure.ac: Removing some remaining of --enable-xan.

2007-06-26  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-date-editor.c: (hildon_date_editor_keypress):
	* src/hildon-time-editor.c: (hildon_time_editor_entry_keypress):

	Move all focus crazyness to the rc files. This depends on gtk+2.0 >=
	2.10.12-osso6 because the move-focus signal needs to be available in
	GtkWidget.

2007-06-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* examples/Makefile.am:
	* examples/hildon-hvolumebar-insensitive-map-example.c: Adding an example
	that makes a HildonVolumebar insensitive before mapping it. Seems to work
	fine. Prolly NB#61128 is fixed now.

2007-06-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-volumebar.c:
	* src/hildon-volumebar.h: Adding the
	hildon_volumebar_set_range_insensitive_message and
	hildon_volumebar_set_range_insensitive_messagef functions to set
	insensitive message on the slider of the volumebar. Fixes NB#61129.

	* examples/Makefile.am:
	* examples/hildon-hvolumebar-insensitive-example.c: Adding an example to
	test the new insensitive messsage functionality on HildonVolumebar.

2007-06-14  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-private.c (hildon_private_composite_focus): make the focus handler
	work again.

2007-06-13  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_clear): workaround
	http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back
	button on after clearing the trail.

2007-06-13  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-code-dialog.c: Removing the separator from the dialog.

2007-06-12  Xan Lopez  <xan.lopez@nokia.com>

	* src/Makefile.am: remove circular dependency in hildon-enum-types.h creation
	by splitting the installed headers in generated and non-generated groups. Use
	only the non-generated headers to create the hildon-enum-types.h file.

	* src/hildon-seekbar.h: gtkscale.h already includes gtkrange.h.

2007-06-12  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-window.c: Hide the window before performing the destroy.
	Should make the app closing a little tiny bit more snappy.

2007-06-12  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-seekbar.c: add gtkrange.h header
	* src/hildon-caption.c: remove unused variable

2007-06-08  Tommi Komulainen  <tommi.komulainen@nokia.com>

	* configure.ac: Remove dysfunctional AC_ARG_ENABLE. Pointed out by
	Loic Minier.

2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.0.9-1 release]

	* NEWS:
	* configure.ac:
	* debian/changelog: Updating.

2007-06-07  Tommi Komulainen  <tommi.komulainen@nokia.com>

	* src/hildon-window.c (hildon_window_window_state_event,
	hildon_window_is_topmost_notify, hildon_window_class_init): Stop the
	escape timeout on focus-out-event rather than notify::is-topmost; the
	latter doesn't get called when menus pop up. Fixes: NB#52946, MB#1101

2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-window.c: Adding a patch from Tommi Komulainen to pass the
	correct timestamp and button to gtk_menu_popup. Fixes MB#1466.

2007-06-07  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-window: actually, you need to use the macro always, there's
	no private pointer in the instance structure. We should have cleaned this up
	when we had the chance...

2007-06-07  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-window.c: do not get the private date from HildonWindow before
	it passes the g_return_if_fail check. Once it's passed the test, there's no
	need to g_assert that it exists. Do not create a HildonWindowPrivate variable
	if you are only going to access the data once. Whitespace cleanups.

2007-06-04  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-bread-crumb-trail.c: set children visible before allocation.
	* src/hildon-bread-crumb-widget.c: set xalign to 0.0 for labels.

2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.0.8-1 release]

	* NEWS:
	* configure.ac:
	* debian/changelog: Updating.

2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-window.c: When destroying the window, remove (if exists) the
	escape timeout handler. Fixes #NB59276.

2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-banner.c: When realizing the widget, set the window
	transiency. Setting the transiency in the gobject constructor is not
	good, as the widget is not realized at that point. Fixes: #NB56624.

2007-05-30  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-bread-crumb-trail.h (struct _HildonBreadCrumbTrailClass):
	Add padding for future expansions.

2007-05-30  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_class_init):
	Add a new signal "move-parent", bind Escape and BackSpace to it. The handler
	will fake an activation on the previous to the last item of the trail, so
	the effect can be overrided by the developer as usual.
	Also change the callback for the back button to do the same thing, so its
	effect can be overrided too. Fixes: NB#58982

2007-05-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-caption.c: Implementing the proper focus grabbing in the
	HildonCaption. Fixes NB#52379.

2007-05-30  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-bread-crumb-trail.c (crumb_activated_cb): be very paranoid about
	the internal state of the trail after the user has had the chance of executing
	his handler for the signal. Specifically, it may happen that the activated button
	is removed and the user still lets the default handler run. This would segfault
	previously.

2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-font-selection-dialog.c: When the font is really big, add the
	scrollbar to the preview dialog. Fixes NB#54147.

2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-date-editor.c: Changing the default max year to 2037. The
	max/min year properties can be altered, so the client can modify it
	anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147.

2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-calendar.c: Removing the unused 'hildonlike' property, making
	hildonlike by default. Fixing a problem with disappearing arrows when
	scrolling through months and years. Fixes NB#54127.

2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* examples/hildon-date-editor-example.c: Adding error callback to the date
	editor example.

2007-05-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.0.7-1 release]

	* NEWS:
	* debian/changelog:
	* configure.ac: Updating.

2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* configure.ac: Adding a special '--enable-xan' configure option that
	turns off the -Werror compilation setting. Usefull for development.

	* src/hildon-calendar.c:
	* src/hildon-number-editor.c:
	* src/hildon-time-picker.c: Adding the 5* multiplier to
	gtk-timeout-update.

2007-05-24  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-note.c (hildon_note_init): Use g_object_ref_sink
	instead of g_object_ref + gtk_object_sink.

2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.0.6-1 release]

	* NEWS:
	* configure.ac:
	* debian/changelog: Updating.

2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-color-chooser-dialog.c:
	* src/hildon-color-chooser.c: A few more GdkColor struct allocation fixes
	straight from Tommi labs.

2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* examples/hildon-finger-example.c: Correcting the header file path.

	* src/hildon-color-chooser-dialog.c: Allocate the color on the stack for
	the changed signal. Fixes a small memory leak.

2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* autogen.sh:
	* debian/rules:
	* src/hildon-banner.c: Importing several usefull fixes from the
	ubuntu-mobile branch.

2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* examples/Makefile.am:
	* examples/hildon-finger-example.c: Adding a finger-checking code
	example.

	* src/hildon-font-selection-dialog.c: Do not allocate the color
	structure using the g_new. Fixes NB#54061.

2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-helper.c: Correcting tabs in file.

2007-05-08  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-bread-crumb-trail.c: Use set_child_visible only to
	control the visibility of the children.

	* examples/hildon-bread-crumb-trail-example.c: Plug leak.

2007-05-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.0.5-1 release]

	* NEWS:
	* configure.ac:
	* debian/changelog: Updating.

2007-05-04  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-bread-crumb-trail.c:
	(hildon_bread_crumb_trail_size_allocate):

	Make the back button always a square.

2007-05-04  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h
	from the .c file as it's a private file.

2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* examples/hildon-vvolumebar-example.c: The VVolumebar example now
	uses slightly bigger height.

	* src/hildon-font-selection-dialog.c: Adding some checks before
	freeing memory in the font selection dialog.

2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-font-selection-dialog.c: Adding a small check when
	freeing memory.

	* src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix
	buttons sensitivity on page switching.

2007-04-27  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-bread-crumb-trail.c: make the add method handle all the
	internal details of adding a bread crumb to the trail.

2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.0.4-1 release]

	* README:
	* configure.ac:
	* debian/changelog: Updating.

	* src/hildon-bread-crumb-trail.h:
	* src/hildon-bread-crumb.h: Changing the API guard to
	HILDON_ENABLE_UNSTABLE_API.

2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.0.3-1 release]

	* NEWS:
	* configure.ac:
	* debian/changelog:
	* debian/rules:
	* src/hildon-helper.h: Updating.

2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.0.2-1 release]

	* NEWS:
	* configure.ac:
	* debian/changelog:

2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* README:
	* configure.ac:
	* src/hildon-helper.h: Small fix to make the package actually compile.

2007-04-25  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-bread-crumb-trail.h:
	* src/hildon-bread-crumb.h:

	Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
	to define ENABLE_UNSTABLE_API in the code that includes these headers.

2007-04-25  Xan Lopez  <xan.lopez@nokia.com>

	* examples/hildon-bread-crumb-trail-example.c:
	* src/Makefile.am:
	* src/hildon-bread-crumb-trail.c:
	* src/hildon-bread-crumb-trail.h:
	* src/hildon-bread-crumb.c:
	* src/hildon-bread-crumb.h:
	* src/hildon-marshalers.list:
	* src/hildon-bread-crumb-widget.c:
	* src/hildon-bread-crumb-widget.h:

	Slight change in the widget design. The bread crumb trail API is
	unchanged, but HildonBreadCrumb is now an interface. A *private*
	implementation, hildon-bread-crumb-widget, is provided and used
	internally by the trail for the push_text/push_icon functions.

	The generic push API is still available, so anyone can implement
	and use its own bread crumb widget.

2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* debian/rules: Fixing the shlibs.

2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* src/hildon-banner.c: Fixing a problem with timed banners having
	their parrent destroyed before they are.

2007-04-17  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-bread-crumb.c:
	* src/hildon-bread-crumb.h:

	Make the get_natural_size function a vfunc.

2007-04-16  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-bread-crumb.c:
	* src/hildon-bread-crumb-trail.c:

	Some cleanups.

2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	[1.0.1-1 release]

	* AUTHORS:
	* NEWS:
	* configure.ac:
	* debian/changelog: Updating for release.

2007-04-16  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
	don't leak the pango layout.

2007-04-16  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon.h:
	* examples/hildon-bread-crumb-trail-example.c:

	Fix example.

2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* debian/changelog: Removing the bug-fixed entries that were actually
	resolved as WONTFIX.

	* src/hildon-date-editor.c: Removing a redundant check. Fixes
	NB#54182.

2007-04-13  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-bread-crumb-trail.c:
	* src/hildon-bread-crumb-trail.h:
	* src/hildon-bread-crumb.c:
	* src/hildon-bread-crumb.h:

	Untabify.

2007-04-13  Xan Lopez  <xan.lopez@nokia.com>

	* src/hildon-bread-crumb-trail.c: don't use the priv data of bct
	until it's passed the type check.

2007-04-12  Xan Lopez  <xan.lopez@nokia.com>

	* examples/hildon-bread-crumb-trail-example.c

	Add license.

2007-04-12  Xan Lopez  <xan.lopez@nokia.com>

	* examples/Makefile.am
	* examples/hildon-bread-crumb-trail-example.c
	* src/Makefile.am
	* src/hildon-bread-crumb-trail.c
	* src/hildon-bread-crumb-trail.h
	* src/hildon-bread-crumb.c
	* src/hildon-bread-crumb.h

	New HildonBreadCrumbTrail widget.

2007-04-02  Lucas Rocha	 <lucas.rocha@nokia.com>

	* src/hildon-range-editor.c (hildon_range_editor_init),
	src/hildon-seekbar.c (hildon_seekbar_get_fraction,
	hildon_seekbar_set_fraction, hildon_seekbar_set_position),
	src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
	hildon_time_editor_class_init, hildon_time_editor_init),
	src/hildon-get-password-dialog.c (invalid_input,
	hildon_get_password_set_property, hildon_get_password_get_property,
	create_contents, hildon_get_password_dialog_set_max_characters),
	src/hildon-set-password-dialog.c (create_contents),
	src/hildon-date-editor.c (hildon_date_editor_init),
	src/hildon-login-dialog.c (hildon_login_dialog_init),
	src/hildon-number-editor.c (hildon_number_editor_init),
	src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
	hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
	the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
	 configure option and adding the respective checks in the code.
	* src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
	hildon_calendar_drag_data_received): fixed some build warnings.

2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>

	* debian/changelog: A 1.0.0 release notes.

