2005-07-10 Stefan Kombrink Adapted to 0.14.3 release of the touch pad driver. 2004-28-10 Stefan Kombrink A new class "Synaptics" enables direct hardware access. synclient / syndaemon are now obsolete! 2004-07-10 Stefan Kombrink separated myFrame class from ksdlg / cleaning up / bugfixes 2004-09-09 Stefan Kombrink Reimplemented syntp class by using KProcess / KConfig / QStl. It's even cleaner now :) 2004-09-08 Stefan Kombrink fixed displayConfig() (wouldn't enable the correct scrolling bg on initialization) 2005-12-10 Stefan Kombrink fixed wrong display of tap button configuration implemented a preliminary system tray daemon added german translation 2005-17-10 Stefan Kombrink improved the app's icon and added a special icon for disabled syndock 2005-20-10 Stefan Kombrink applied patch from Andrea Dieni which enables a global shortcut for enabling/disabling the pad 2005-24-10 Stefan Kombrink replaced QAction by KAction class, tr's by i18n's, code beautifying... 2005-27-10 Stefan Kombrink 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 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 adapted to latest driver release ( 0.14.4 ) 2005-19-12 Stefan Kombrink 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 applying patch from Aurelien Jarno to fix linker dependencies 2006-02-01 Stefan Kombrink 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 fixing src/Makefile.am adding syndaemon class skeletton adding basic syndaemon functionality 2006-21-01 Stefan Gehn (mETz) 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 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 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 improved edge widget and ui added an edge widget to the tapping tab adding (statically) fingerprint icon 2006-29-01 Stefan Kombrink 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 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