
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
TouchFreeze docks in your system tray (KDE/Gnome) and disables button click events while typing.
It's similar to ksynaptics if you know that but more simple.
Differences:
no configuration of the touch pad
ksynaptics ranks high on powertop
no additional dependencies but Qt4
Please read http://qsynaptics.sourceforge.net/index.html for more information!
10 years ago
0.1
initial release
0.2 pre
dropped Xevie (too buggy, too insecure)
read my post on the mentioned homepage
0.2
Pau Garcia i Quiles patch adds an "enable" menu entry"
cleanup for getting it in Intrepid
0.2.1
adding GPL3 license to each source file (important for packaging)
0.2.3
improved UI
driver version detection
option to bypass typing delay completely
0.2.4
patch sent by Kel Modderman fixes segfault with newer Qt versions
0.2.5
patch send by Jon Nelson fixes buggy path of synclient binary which could cause segfaults under certain distros esp. SuSE
10 years ago
0.1
initial release
0.2 pre
dropped Xevie (too buggy, too insecure)
read my post on the mentioned homepage
0.2
Pau Garcia i Quiles patch adds an "enable" menu entry"
cleanup for getting it in Intrepid
0.2.1
adding GPL3 license to each source file (important for packaging)
0.2.3
improved UI
driver version detection
option to bypass typing delay completely
0.2.4
patch sent by Kel Modderman fixes segfault with newer Qt versions
0.2.5
patch send by Jon Nelson fixes buggy path of synclient binary which could cause segfaults under certain distros esp. SuSE
johu
9 years ago
+++ TouchFreeze.pro
@@ -3,3 +3,4 @@
RESOURCES+=stuff.qrc
SOURCES+=main.cpp TouchFreezeApp.cpp TouchFreezeUI.cpp SynDaemon.cpp
HEADERS+=TouchFreezeApp.h TouchFreezeUI.h SynDaemon.h Version.h
+LIBS+=-lX11
Report
OdinEidolon
11 years ago
start typing
Float properties not available.
stop typing
It does not deactivate the touchpad when writing.
when run as user it gives me the seg fault, which I see has been fixed in the latest release. But the other problem?I'm on 0.2.3 and 1.2.1 touchpad drivers, with latest Qt
Report
katakombi
11 years ago
run synclient TouchPadOff=1 to disable and 0 to reenable the touch pad
If it fails then you are suffering of a driver or configuration problem.
Report
OdinEidolon
11 years ago
Report
bve
11 years ago
is it normal that thouchfreeze ranks as high in top? I get always 5 to 20 % CPU load from touchfreeze (on a quite fast Core 2 Duo)
Ben
Report
bas89
11 years ago
Report
bve
12 years ago
Report
katakombi
12 years ago
as long as it keeps running until your logout, it will be restarted.
shouldnt that be the desired behaviour?
Report
bve
12 years ago
Report