Tag 'xserver-xorg-input-synaptics-1.3.0-1' created by Cyril Brulebois <k...@debian.org> at 2010-11-19 22:52 +0000
Tagging upload of xserver-xorg-input-synaptics 1.3.0-1 to experimental. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAkzm/5IACgkQeGfVPHR5Nd37HwCgust8n43pnz2tl0jEWG5mKzkK B+UAoKyziv21pw0XsKlX9xOlG9b53Fkw =1drZ -----END PGP SIGNATURE----- Changes since xserver-xorg-input-synaptics-1.2.2-4: Adam Jackson (2): Don't destroy the timer on DeviceOff. Don't clobber the timer we just created. Alan Coopersmith (1): Update Sun license notices to current X.Org standard form Chris Bagwell (7): Make default checks for x, y, w, and p separate. Expose pressure support in capabilities property. Expose width support in capabilites properity. Document Capabilities property additions in man Default to 2-finger emulation when HW supports it Align EmulateTwoFinger* docs to current behavior. Reset X/Y hist on multi finger transition to fix jumps Cyril Brulebois (2): Remove TODO from xserver-xorg-input-synaptics.docs, dropped upstream. Upload to experimental. Gabor Z. Papp (1): Building syndaemon and synclient needs $(XI_CFLAGS) and $(AM_CFLAGS) Gaetan Nadon (31): .gitignore: use common defaults with custom section # 24239 Several driver modules do not have a ChangeLog target in Makefile.am #23814 INSTALL files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES configure.ac: use backticks rather than $() for cmd subs tools: add the main include directory tools: use more appropriate CFLAGS config: include files redundant in EXTRA_DIST config: rework the synclient and syndaemon dependencies config: regroup macros and variables in the backend checking config: update AC_PREREQ statement to 2.60 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: remove unrequired AC_HEADER_STDC config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 config: Upgrade X.Org macros to 1.4 for INSTALL file copying config: fix warnings, m4 quoting and layout config: close a loophole where user input means x server has a feature config: use automake "dir" pattern for simplification config: 50-synaptics.conf must be unconditionally distributed man: Use Autoconf provided $(AM_V_GEN)$(SED) config: unconditionaly build synclient and syndaemon apps config: replace Automake deprecated INCLUDES var with AM_CPPFLAGS config: upgrade to util-macros 1.8 for additional man page support config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS Remove unused TODO file COPYING: add three missing authors listed in synaptics.c README: add standard reference links section config: add AC_CHECK_LIB for math library functions config: synaptics depends on RANDR through xf86.h config: fdi file must be installed in $(datadir)/hal/fdi/policy/20thirdparty config: add comment regarding MAN_SUBSTS variable usage Hiroyuki Ikezoe (1): Restore user's setting when enabling touchpad. Julien Cristau (2): synaptics: don't link the tools against `pkg-config --libs xorg-server` configure: don't clobber CFLAGS Patrick Curran (1): Added "friction physics" so coasting can stop on its own. Peter Hutterer (52): man: update manpage for new tap ordering synclient: fix man page typo synclient: if no option is specified, assume -l Always make the input buffer size 200 Clean up debugging system, allow for --enable-debug eventcomm: don't use the Xisb buffers for reading. Reduce SynapticsCtrl to a stub. After closing the fd, reset it to -1. eventcomm: use X_PROBED for kernel-probed values. Add 50-synaptics.conf snippet. Disable ClickFinger for touchpads with more than one physical button (#26079) Add FIXME: where does the 13 come from? Change condition the finger requirement obvious. Move SHM hardware state update into a separate function. Factor out up/down and left/right button scrolling from HandleState. When scrolling, hardcode the button/press release cycle. Move scroll button handling out of HandleState. Use post_button_click to post doubleclicks. Factor out updating the hardware state. Rename HandleClickWithFingers to handle_clickfinger. Add NO_EDGE to the edge enum instead of using hardcoded 0. move history storage from ComputeDeltas into HandleState. Make scrollbuttons processing and property conditional on their existence. Reshuffle to handle dead area better. Remove psmcomm.h header - superfluous. Don't use libcwrappers for calloc and free. Bump to 1.2.99 Merge branch 'master' of git://people.freedesktop.org/~gnadon/xf86-input-synaptics Revert "Setup pointer acceleration for synaptics" Don't allow anything but relative mode. man: update SHMConfig documentation, it's only useful for debugging now. man: divide up man page with a few subheaders. man: move area description down to CONFIGURATION DETAILS section. man: note where the Area options fit in. man: don't call it "synaptics" touchpad driver. Support percent values for area. Move some defines to where they belong. Reshuffle default value initialization. Re-use width/height variables. Require server 1.6 or later. synclient: allow Min|MaxSpeed values of > 1.0. Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-synaptics Purge GuestMouse support. Bump to 1.2.99.1. Remove one leftover xcalloc. synclient: don't print "missing" if a property doesn't exist. Up the precision of MaxSpeed and AccelFactor log output. Increase the default acceleration factor. Enable coasting by default with a value of 20. synaptics 1.2.99.901 man: use secondsĀ² instead of seconds per second synaptics 1.3.0 Robert Hooker (4): Merge branch 'upstream' into debian-experimental-new Merge branch 'debian-experimental' into debian-experimental-new Update changelogs. Bump xutils-dev requirement for new util-macros. Simon Thum (4): Setup pointer acceleration for synaptics Setup pointer acceleration for synaptics Accel: retain para->accel scale. Mulitply dix acceleration into synaptics maximum. --- .gitignore | 76 + COPYING | 3 ChangeLog | 1208 ++++++++++++++++++++++++++++++- INSTALL | 106 -- Makefile.am | 11 README | 27 TODO | 7 conf/Makefile.am | 8 configure.ac | 188 ++-- debian/changelog | 11 debian/control | 2 debian/xserver-xorg-input-synaptics.docs | 1 include/Makefile.am | 1 include/synaptics-properties.h | 2 include/synaptics.h | 14 man/Makefile.am | 64 - man/synaptics.man | 178 ++-- man/synclient.man | 18 src/Makefile.am | 5 src/alpscomm.c | 24 src/eventcomm.c | 92 +- src/properties.c | 55 - src/ps2comm.c | 160 ---- src/psmcomm.c | 15 src/psmcomm.h | 29 src/synaptics.c | 898 +++++++++++++---------- src/synapticsstr.h | 19 src/synproto.h | 6 tools/.gitignore | 3 tools/Makefile.am | 18 tools/synclient.c | 28 tools/syndaemon.c | 73 + 32 files changed, 2249 insertions(+), 1101 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1pjzod-000156...@alioth.debian.org