2010-01-04  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Release 1.12-2

	* debian/control: Add missing whitespace to fix the dependencies.
	Remove the unnecessary xserver-xorg-core dependency.

2009-12-01  Peter Aradi <peter.aradi@blumsoft.eu>

	Release 1.12-1

2009-12-01  Peter Aradi <peter.aradi@blumsoft.eu>

	* src/main.c:
	* src/gfx.c:
	modified number of evdev calibration parameters to be in sync with
	evdev driver
	* debian/rules:
	package does not include docs from now on (changelog...)

2009-11-23  Peter Aradi <peter.aradi@blumsoft.eu>

	Release 1.11-1

2009-11-23  Peter Aradi <peter.aradi@blumsoft.eu>

	* src/main.c:
	code cleanup
	regression fix: applet closes after defined time

	* src/gfx.c:
	code cleanup

2009-11-18  Peter Aradi <peter.aradi@blumsoft.eu>

	* src/main.c:
	Simplified coordinate extrapolation.
	Fixes: NB#145074 - Touchscreen not accurate in corners
	evdev input buffer flushed

	* src/Makefile.am:
	* src/calibration.[ch]:
	removed unused legacy files

2009-10-19  Peter Aradi <peter.aradi@blumsoft.eu>

	Release 1.10-1

2009-10-19  Peter Aradi <peter.aradi@blumsoft.eu>

	* src/gfx.c:
	* src/main.c:
	Using LeaveNotify events
	Fixes: NB#124526 - Screen calibration not closing on launching camera using H/W key

	* src/calibx.h.in:
	* debian/control:
	removed remaining dependencies

2009-06-24  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Release 1.9-1

2009-06-23  Peter Aradi <peter.aradi@blumsoft.eu>

	* src/gfx.c:
	Fixes: NB#111017 - "some unwanted lines are seen on the applet after
	completing the calibration"

2009-05-07  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Release 1.8-3

2009-05-07  Peter Aradi <peter.aradi@blumsoft.eu>

	* debian/osso-applet-screencalibration.prerm:
	Dummy prerm script added, needed for update.
	Fixes: NB#114096 - "osso-applet-screencalibration pre-removal script
	fails"

2009-05-04  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Release 1.8-2

2009-05-04  Peter Aradi <peter.aradi@blumsoft.eu>

	* debian/osso-applet-screencalibration.postrm:
	* debian/control:
	Added Pre-Depends for sudo, moved update-sudoers call to .postrm
	Fixes: NB#114096 - "osso-applet-screencalibration pre-removal script
	fails"

2009-04-30  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Release 1.8-1

2009-04-29  Peter Aradi <peter.aradi@blumsoft.eu>

	* src/main.c:
	Fixes: NB#112641 - "Incoming call UI is not shown when user tries to
	recieve call in Screen calibration screen"
	Fixes: NB#112645 - "Screen calibration applet is not closing once
	camera is opened from h/w key"
	Fixes: NB#110965 - "screencalibration applet is closed when charger is
	connected" 

2009-04-24  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Release 1.7

2009-04-21  Peter Aradi <peter.aradi@blumsoft.eu>

	* src/gfx.c:
	* src/gfh.h:
	* src/main.c:
	Removed compiler warnings.
	Fixes: NB#111833 - "osso-applet-screencalibration:write_config may use
	uninitiazed variable fd"
	* src/gfx.c:
	set WM_NAME to empty string.
	Fixes: NB#111014 - "Screen calibration is seen in switcher view with
	title unknown" 

2009-04-17  Peter Aradi <peter.aradi@blumsoft.eu>
	
	* debian/control: added sudo to package dependencies

2009-04-09  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Release 1.6

2009-04-09 Peter Aradi <peter.aradi@blumsoft.eu>
	
	* configure.ac:
	* debian/control:
	* main.c:
	* gfx.c:
	* gfx.h:
	- removed tslib dependency, now reading from touchscreen device directly
	Fixes: NB#105334 - "TOP 10: 'Tap closer to target <n>' is not
	displayed..."
	- using hal instead of xorg.conf
	- changed 'esc' button to 'backspace' for cancelling the calibration
	Fixes: NB#105331 - "screen calibration applet still asks to press
	'ESC' key..."
	- application exits if some window would get on top of it, to prevent
	  user from accidentaly miscalibrating the device
	
	Fixes: NB#105917 - "After Screen calibration process , window gets
	minimized."
	
2009-03-10  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>

	Release 1.5

	Removed auto-generated files and fixed building.

	* configure.ac: 1.5

2009-03-09 Peter Aradi <peter.aradi@blumsoft.eu>

	* src/main.c:
	reset_calibration fixed (restore default values)
	* src/gfx.c:
	* src/gfx.h:
	* src/common.h:
	Restart not required after calibration. "Evdev Axis Calibration"
	device property is set for touchscreen.
	Fixes: NB#95802 - Screen Calibration utility is missing.

2009-02-15 Peter Aradi <peter.aradi@blumsoft.eu>

	* src/main.c:
	* src/common.h:
	Major update, porting to evdev driver.
	tslib is used for reading device coordinates as a workaround;
	xinput did not report correct values, xsp is no longer available.
	FIXME: Extrapolated min and max values for coordinates are currently 
	written in xorg.conf, because HAL support is not available in xserver.
	FIXME: extrapolated values are close to reported raw coordinates in
	corners, but touchscreen seems inaccurate with them!

	* etc/Makefile.am:
	* debian/osso-applet-screencalibration.prerm:
	* debian/osso-applet-screencalibration.postinst:
	* debian/dirs:
	* src/launch.c:
	* etc/tscalibrate.sudoers:
	Added tscalibrate binary to sudoers: currently required for writing
	xorg.conf and for tslib.

	* configure.ac:
	* src/Makefile.am:
	Added Xi to dependencies, removed gtk from applet.

	* src/gfx.c:
	Removed invalid gtk dependency. Using Xinput2 for input event handling.
	FIXME: added temporary notification for device restart. (this will be
	fixed once HAL support is available for calibration in xserver)

	* etc/tscalibrate.desktop:
	Corrected "X-Text-Domain" field once again.

	Removed unnecesary files from repository.

2009-01-12 Peter Aradi <peter.aradi@blumsoft.eu>
	
	* etc/tscalibrate.desktop:
	Fixed icon name and localization component.
