2005-07-10 Stefan Kombrink <katakombi@web.de>
	Adapted to 0.14.3 release of the touch pad driver.

2004-28-10 Stefan Kombrink <katakombi@web.de>
	A new class "Synaptics" enables direct hardware access.
	synclient / syndaemon are now obsolete!

2004-07-10 Stefan Kombrink <katakombi@web.de>
	separated myFrame class from ksdlg / cleaning up / bugfixes

2004-09-09 Stefan Kombrink <katakombi@web.de>
	Reimplemented syntp class by using KProcess / KConfig / QStl. 
	It's even cleaner now :) 

2004-09-08 Stefan Kombrink <katakombi@web.de>
	fixed displayConfig()  
	(wouldn't enable the correct scrolling bg on initialization) 

2005-12-10 Stefan Kombrink <katakombi@web.de>
	fixed wrong display of tap button configuration
	implemented a preliminary system tray daemon
	added german translation

2005-17-10 Stefan Kombrink <katakombi@web.de>
	improved the app's icon and added a special icon for disabled syndock

2005-20-10 Stefan Kombrink <katakombi@web.de>
	applied patch from Andrea Dieni <andrea.dieni@alice.it> which enables
	a global shortcut for enabling/disabling the pad

2005-24-10 Stefan Kombrink <katakombi@web.de>
	replaced QAction by KAction class, tr's by i18n's, code beautifying...

2005-27-10 Stefan Kombrink <katakombi@web.de>
	some i18n fixes for translators
	working translations - finally!
	adding tool tip
	adding comments
	more destriptive actions (I hope so)
	--- KSynaptics 0.2.3 released ---

2005-28-10 Stefan Kombrink <katakombi@web.de>
	added german translation to ksynaptics.desktop
	added syndock.desktop for autostart on login (which is the recommended way to do it!)
	improved german translation

2005-06-11 Stefan Kombrink <katakombi@web.de>
	adapted to latest driver release ( 0.14.4 )

2005-19-12 Stefan Kombrink <katakombi@web.de>
	adapted to new libtool version (1.4.3-21)
	added a warning text to the "general" tab page
	releasing a 0.2.4 version (hopefully last version before 0.3.0!)

2005-20-12 Stefan Kombrink <katakombi@web.de>
	applying patch from Aurelien Jarno <aurel32@debian.org> to fix linker
	dependencies

2006-02-01 Stefan Kombrink <katakombi@web.de>
	adapting "TouchPad" class to use libsynaptics (version 0.14.4c).
	minor changes to the UI
	adding message boxes for failed shm access / wrong driver version
	adapting auto-Makefiles

2006-09-01 Stefan Kombrink <katakombi@web.de>
	fixing src/Makefile.am
	adding syndaemon class skeletton
	adding basic syndaemon functionality

2006-21-01 Stefan Gehn (mETz) <metz@gehn.net>
	patch against current SVN:
	add menu item to call ksynaptics from syndock
	keep smart mode from reenabling the pad when it is disabled by the user in
	syndock
	do not crash when running border wizard for the first time (uninitialized
	ptr)
	split smart mode into two checkable menu-items in syndock and add a title
	above these)
	show icon in passive pop-up when enabling/disabling the pad
	start/stop syndock from ksynaptics using DCOP instead of KProcess
	remove shortcut ('T') for smart mode as it was not accessible anyways
	only define "enable/disable touch pad"-shortcut once
	switch remaining use of QMessageBox to KMessageBox

2006-21-01 Stefan Kombrink <katakombi@web.de>
	inserting k_funcinfo in all kdDebugs()
	replace the "smart mode" by an "disable mode" which applies to both
	 * disable due to typing
	 * disabled by user request

2006-24-01 Stefan Kombrink <katakombi@web.de>
	fixing edge widget which would not be initialized properly

2006-24-01 thiago (?)
	adding code that disables ksynaptics if the library isn't found.

2006-25-01 Stefan Kombrink <katakombi@web.de>
	improved edge widget and ui
	added an edge widget to the tapping tab
	adding (statically) fingerprint icon

2006-29-01 Stefan Kombrink <katakombi@web.de>
	disable/enable fast taps in favour to tapping
	changed back behaviour of syndock as proposed by mETz (smartmode in favour
	of disable mode)
	minor cleanup (adjborderwizard)

2006-02-03 Stefan Kombrink <katakombi@web.de>
	fixing use cases when 
	  *no driver is installed
	  *wrong driver version is installed
	  *no shm access possible
	fixing message boxes
	disabling menu items in syndock if pad is not accessible
	disabling menu items in kcm when pad is not accessible / switched off
	adapted to upcoming libsynaptics 0.14.4d
