2005-11-03  Luc Pionchon  <luc.pionchon@nokia.com>

	* configure.ac: 0.9.53

2005-10-31  Luc Pionchon  <luc.pionchon@nokia.com>

	same fix for,
        N#19283 Control panel - The values entered are not saved.
	N#19648 Hildon Date Editor widget detects values too high
        (note: complete fix include also fixes in GTk+)

	* hildon-widgets/hildon-calendar-popup.c
	(hildon_calendar_popup_set_property),
	(hildon_calendar_popup_class_init),
	(init_dmy): Added 'min-year', 'max-year' properties for passing
	the information through from HildonDateEditor to GtkCalendar

	* hildon-widgets/hildon-date-editor.c:
	(hildon_date_editor_class_init),
	(hildon_date_editor_init),
	(hildon_date_editor_set_property),
	(hildon_date_editor_get_property),
	(idle_popup),
	(hildon_date_editor_entry_validate),
	(hildon_date_editor_date_error): Added 'min-year', 'max-year'
	properties and replaced hardcoded constants with them

	* hildon-widgets/hildon-date-editor.c
	(hildon_date_editor_d_entry_changed),
	(hildon_date_editor_m_entry_changed),
	(hildon_date_editor_d_entry_changed): new functions to ensure that
	the fields are validated and the focus is moved when maximum
	number of characters has been entered.
	
2005-10-13  Luc Pionchon  <luc.pionchon@nokia.com>

	* configure.ac: 0.9.52

2005-10-12  Luc Pionchon  <luc.pionchon@nokia.com>

        N#19140 System alerts still audible despite being turned off
	
	* hildon-widgets/hildon-note.c (sound_handling): 

	* hildon-system-sound.[ch]: New files, implements hildon_play_system_sound.

	* hildon-note.c (sound_handling): Changed to use new
	hildon_play_system_sound.
	(hildon_note_init): Signal handler id is changed to be in private
	structure, not in global variable.
  	
	* hildon-note.c: Removed unused defines etc.

        * Makefile.am: Appended new files to build rules.

2005-10-05  Luc Pionchon  <luc.pionchon@nokia.com>

	* configure.ac: 0.9.51

2005-10-05  Luc Pionchon  <luc.pionchon@nokia.com>

	N#20027 PDF Reader crashes on selecting read only option in the
	details dialog box.

	* hildon-widgets/hildon-file-details-dialog.c:
	(change_state): Fixed assertion that was causing problems
	(check_validity): New function: We now automatically close the
	dialog if the displayed file is removed.
	(handle_focus): Callback removed:
	(init): Now using correct gtk way to bind container and adjustment
	together. Not the previous callback.
	(set_property): Connecting/disconnecting new handlers (for
	change_state).
	(finalize): disconnecting new handler.
	
2005-10-05  Luc Pionchon  <luc.pionchon@nokia.com>

	N#17918 Volumebar widget background image doesn't change when
	widget goes into mute state,
	
	* hildon-vvolumebar.c (hildon_volumebar_set_mute): queued widget
	for drawing
	
	* hildon-hvolumebar.c (hildon_hvolumebar_expose): paint background
	using the state of the internal volumebar, not the whole container

	* hildon-vvolumebar.c (hildon_vvolumebar_expose): paint background
	using the state of the internal volumebar, not the whole container

2005-09-19 Tapani Palli <tapani.palli@nokia.com>

	* hildon-widgets/hildon-dialoghelp.[ch]: added
	gtk_dialog_help_disable and fixed bug N#19468

2005-09-14  Luc Pionchon  <luc.pionchon@nokia.com>

	* configure.ac: Release 0.9.50 

2005-09-13  Luc Pionchon  <luc.pionchon@nokia.com>

	Part of N#11129,

	* po/en_GB.po: Added "Ckct_wi_grid_no_items"

	* hildon-widgets/hildon-grid.c
	(hildon_grid_class_init, hildon_grid_init): Replaced default empty
	label by logical name "Ckct_wi_grid_no_items"


2005-08-31  Luc Pionchon  <luc.pionchon@nokia.com>

	* po/en_GB.po (ecdg_ti_verify_password): translation update.

2005-08-30  Tommi Komulainen  <tommi.komulainen@nokia.com>

	* configure.ac: Release 0.9.49

2005-08-30  Tommi Komulainen  <tommi.komulainen@nokia.com>

	* hildon-widgets/hildon-number-editor.c (add_select_all_idle,
	hildon_number_editor_finalize, hildon_number_editor_entry_changed):
	Save the id of the idle callback and remove it when the widget is
	destroyed to avoid crashing.  N#18096

2005-08-30  Tommi Komulainen  <tommi.komulainen@nokia.com>

	* hildon-widgets/hildon-number-editor.c (button_event_id): GSource
	id's are unsigned and undefined at zero (instead of signed and -1)

2005-08-30  Tommi Komulainen  <tommi.komulainen@nokia.com>
	
	* hildon-widgets/hildon-time-editor.c (convert_to_12h): Removed a hack
	that was not working.  N#16805

2005-08-22  Tommi Komulainen  <tommi.komulainen@nokia.com>

	* configure.ac: Release 0.9.48

2005-08-22  Tommi Komulainen  <tommi.komulainen@nokia.com>

	* hildon-widgets/hildon-grid.c (hildon_grid_set_num_columns): Never
	allow area_rows to be 0 (ie. before widget is visible), otherwise the
	initial jump_scrollbar_to_focused() scrolls wrong.  N#17152

2005-08-22  Tommi Komulainen  <tommi.komulainen@nokia.com>

	* hildon-widgets/hildon-calendar-popup.c (hildon_calendar_popup_init):
	Do not override the week-start property of GtkCalendar according to
	the hildon-libs PO file, it is automatically determined from locale
	data.  N#12176

2005-08-17  Tommi Komulainen  <tommi.komulainen@nokia.com>

	* configure.ac: Release 0.9.47

2005-08-17  Tommi Komulainen  <tommi.komulainen@nokia.com>

	* hildon-widgets/hildon-get-password-dialog.c: Add "numbers_only"
	property for setting the password entry accept only numeric values.
	N#15212

2005-08-17  Tommi Komulainen  <tommi.komulainen@nokia.com>

	* hildon-widgets/hildon-calendar-popup.c (MAX_YEAR, MIN_YEAR):
	* hildon-widgets/hildon-note.c (ELLIPSATION_STRING, BOX_SPAXING):
	* hildon-widgets/hildon-volumebar-range.c (CHANGE_THRESHOLD):
	Use defines rather than magic numbers in the code.

2005-08-17  Tommi Komulainen  <tommi.komulainen@nokia.com>

	Update to new l10n packaging style.  po-files (inside this package)
	are not used for now, the message catalogs come from separate packages
	and including them here would conflict.

	* Makefile.am (SUBDIRS): stop including po-files
	* Makefile.am (EXTRA_DIST):
	* debian/hildon-libs-l10n-engb.install:
	* debian/hildon-libs-l10n-src.install:
	* po/debian/*: Removed

2005-08-09  Luc Pionchon  <luc.pionchon@nokia.com>

	* hildon-widgets/hildon-file-details-dialog.c: Added read only
	checks to cover gateway content as well.
	
	* hildon-widgets/hildon-time-editor.c:
	(hildon_time_editor_validate): Replace solid numbers with defined
	values
	(convert_to_12h): Remove "work-around" for the broken 12h timespec


2005-08-05  Luc Pionchon  <luc.pionchon@nokia.com>

	* hildon-widgets/hildon-color-selector.c (modify_selected): fix
	invalid cast from `GdkWindow' to `GtkWindow' 

	* hildon-widgets/hildon-color-popup.c
	(hildon_popup_palette_expose): removed debug printing

2005-08-03  Luc Pionchon  <luc.pionchon@nokia.com>

	* doc/tmpl/hildon-note.sgml: code example, use slightly less funny
	string examples.

	* hildon-widgets/hildon-scroll-area.c
	(hildon_scroll_area_destroy): one-instruction function:
	removed. Call g_free directly.
	+ minor cleanup
	(hildon_scroll_area_size_allocate):When a scrollbar appears to the
	right edge of window, size of the child is also shrinked. 'fixed'
	does not automatically update this data -> Doing it manually.

	* hildon-widgets/hildon-date-editor.h: added
	HildonDateEditorErrorType error enumeration type, removed signal
	"validate-date" virtual function, added signal "date-error"
	virtual function.

	* hildon-widgets/hildon-date-editor.c (hildon_date_editor_date_error):
	added custom info prints.
	(hildon_date_editor_validate_date): removed
	(hildon_date_editor_entry_validate): validate maximum and minimum
	limits on each field.
	(hildon_date_editor_entry_focus_out): check the date validation
	in simpler manner, don't put content if field is empty (spec
	doesn't say if there should be anything placed in the entry if
	it is empty).
	(hildon_date_editor_get_date),
	(hildon_date_editor_get_month),
	(hildon_date_editor_get_year),
	(hildon_date_editor_get_day): use direct entry content, so that 0
	indicates empty entry, and information is more accurate.

2005-08-01  Luc Pionchon  <luc.pionchon@nokia.com>

	* configure.ac: Adjusted CFLAGS and removed -Werror due to the
	glib-2.0 flaw. See
	http://bugzilla.gnome.org/show_bug.cgi?id=310175 and
	http://bugzilla.gnome.org/show_bug.cgi?id=310216

2005-07-29  Luc Pionchon  <luc.pionchon@nokia.com>

	* hildon-widgets/hildon-controlbar.h: added missing signal when end reached

2005-07-26  Luc Pionchon  <luc.pionchon@nokia.com>

	* hildon-widgets/hildon-number-editor.c: 
	(hildon_number_editor_select_all): new function, selects all
	the text in the entry.
	* hildon-widgets/hildon-number-editor.c: added several calls to
	hildon_number_editor_select_all with g_idle_add.

	* hildon-controlbar.c : add signal when end reached

	* hildon-time-editor.c : fixed: Time chooser widget displays am/pm and time separator indicators badly alligned.

	* hildon-time-picker.c : displays valid date at 12:00 am/pm. 
	
2005-07-25  Luc Pionchon  <luc.pionchon@nokia.com>

	Fixed incorrect values in <Filetype> Details Dialog
	
	Fixed help button usage in dialogs
	
	* hildon-dialoghelp.c: Added more documentation about the
	help signal
	
	* hildon-file-details-dialog.c: Updated to match
	'File Management in OSSO' version 3.0
	
	* Fixed application hang after calling gtk_main_quit
	
	* hildon-date-editor.c: Fixed HildonDateEditor that caught
	ESC presses needlessly
	
	* hildon-time-editor.c: Fixed memory corruption
