aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xinput-calibrator
AgeCommit message (Collapse)Author
2010-03-27xinput-calibrator: add 0.6.1Koen Kooi
2010-03-17xinput-calibrator: patch to fix miny and maxx printing order for UDEV and HALMario Domenech Goulart
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2010-03-17xinput-calibrator: install xinput_calibrator_get_hal_calibration.shMario Domenech Goulart
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2010-03-01xinput-calibrator: add version 0.6.0 and also git version from misclick branchMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-10xinput-calibrator: run through oe-stylize and recipe sanityKoen Kooi
2010-01-31xinput-calibrator: add xinput to RDEPENDS and script to calibrate only once ↵Martin Jansa
and store calibration data for later use * xinput is used when we want to make the changes permanent (xinput is called with every Xorg start * xinput_calibrator_once.sh can be used from Xsession.d * calibration data are stored in /etc/pointercal.xinput * whole log from last run in /etc/pointercal.xinput.log * script needs tee and sed (busybox variants are enough) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-28xinput-calibrator_0.5.0.bb: Upgraded to latest git versionMarco Cavallini
* Upgraded to latest git version and removed patches already included in the package itself * removed 0001-switch-to-autotools-based-build-system.patch * removed 0002-gui_x11.cpp-Load-font-fixed-when-9x15-fails-in-GuiCa.patch
2010-01-24xinput-calibrator 0.5.0: Add desktop file so it has a link in menus.David-John Willis
* As the app supports runtime config of touchscreens an icon for the app seems like a good idea.
2010-01-21xinput-calibrator_0.5.0.bb: added line for new patch to original packageMarco Cavallini
2010-01-21xinput-calibrator-0.5.0/0002-gui_x11.cpp-Load-font-fixed-when-9x15-fails-in- ↵Marco Cavallini
GuiCa.patch: Load font fixed when 9x15 fails in GuiCalibratorX11
2010-01-20xinput_calibrator: switch to autotoolsPetr Štetiar
Signed-off-by: Petr Štetiar <ynezz@true.cz> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-01-19xinput-calibrator: added 0.5.0Marcin Juszkiewicz
This is tool to calibrate touchscreens which works as XInput devices (evdev, evtouch, ... but not tslib one). So far only X11 version, GTKmm one will be provided later by Petr Štetiar.