------------------------------------------------------------
revno: 53 tags: v1.0.9.1 committer: Francis Ginther <francis.ginther@canonical.com> branch nick: trunk timestamp: Mon 2012-08-06 17:16:16 -0500 message: release 1.0.9.1 ------------------------------------------------------------ revno: 52 committer: Francis Ginther <francis.ginther@canonical.com> branch nick: trunk timestamp: Mon 2012-08-06 16:51:57 -0500 message: Rename project to simply evemu ------------------------------------------------------------ revno: 51 tags: v1.0.9 committer: Stephen M. Webb <stephen.webb@canonical.com> branch nick: utouch-evemu timestamp: Fri 2012-03-23 16:34:08 -0400 message: release 1.0.9 ------------------------------------------------------------ revno: 50 [merge] fixes bug: https://launchpad.net/bugs/735614 committer: Stephen M. Webb <stephen.webb@canonical.com> branch nick: utouch-evemu timestamp: Fri 2012-03-23 16:30:22 -0400 message: Fix input node search algorithm for duplicate device names (lp: #735614). ------------------------------------------------------------ revno: 49 [merge] fixes bug: https://launchpad.net/bugs/963167 committer: Stephen M. Webb <stephen.webb@canonical.com> branch nick: utouch-evemu timestamp: Fri 2012-03-23 16:26:59 -0400 message: Changed license for library to LGPLv3 (LP: #963167) ------------------------------------------------------------ revno: 48 committer: Jussi Pakkanen <jussi.pakkanen@canonical.com> branch nick: utouch-evemu timestamp: Tue 2012-03-06 11:30:25 +0200 message: Add include path to fix build. ------------------------------------------------------------ revno: 47 [merge] committer: Jussi Pakkanen <jussi.pakkanen@canonical.com> branch nick: utouch-evemu timestamp: Tue 2012-03-06 10:36:13 +0200 message: Merged compile+link tests. ------------------------------------------------------------ revno: 46 [merge] fixes bug: https://launchpad.net/bugs/771763 committer: Stephen M. Webb <stephen.webb@canonical.com> branch nick: utouch-evemu timestamp: Fri 2012-02-24 09:41:37 -0500 message: Fix header compile problems under C++ (lp: #771763). ------------------------------------------------------------ revno: 45 tags: v1.0.8 committer: Stephen M. Webb <stephen.webb@canonical.com> branch nick: utouch-evemu timestamp: Wed 2011-11-30 22:27:16 -0500 message: Bumped version to 1.0.8. ------------------------------------------------------------ revno: 44 [merge] fixes bug: https://launchpad.net/bugs/731678 committer: Stephen M. Webb <stephen.webb@canonical.com> branch nick: utouch-evemu timestamp: Wed 2011-11-30 22:26:27 -0500 message: Added Python bindings and unit tests (LP: #731678). ------------------------------------------------------------ revno: 43 [merge] fixes bug: https://launchpad.net/bugs/884848 committer: Stephen M. Webb <stephen.webb@canonical.com> branch nick: utouch-evemu timestamp: Thu 2011-11-03 15:30:11 -0400 message: Fixed printf/scanf buffer overflow problems (LP: #884848). ------------------------------------------------------------ revno: 42 tags: v1.0.7 committer: Chase Douglas <chase.douglas@ubuntu.com> branch nick: utouch-evemu timestamp: Sun 2011-10-30 14:17:39 -0700 message: Release v1.0.7 ------------------------------------------------------------ revno: 41 [merge] committer: Jussi Pakkanen <jussi.pakkanen@canonical.com> branch nick: utouch-evemu timestamp: Wed 2011-06-29 12:27:32 +0300 message: Merged robustness branch. ------------------------------------------------------------ revno: 40 [merge] committer: Stephen M. Webb <stephen.webb@canonical.com> branch nick: utouch-evemu timestamp: Fri 2011-06-17 07:59:33 -0400 message: Added ELF symbol versioning. ------------------------------------------------------------ revno: 39 [merge] committer: Jussi Pakkanen <jussi.pakkanen@canonical.com> branch nick: utouch-evemu timestamp: Tue 2011-05-17 17:20:17 +0300 message: Merged underscore removal. ------------------------------------------------------------ revno: 38 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Thu 2011-04-21 15:55:49 +0200 message: Release v1.0.6 ------------------------------------------------------------ revno: 37 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Thu 2011-04-21 10:49:47 +0200 message: Remove accidental copy and paste Some lines got duplicated in error. Fixed. Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 36 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Thu 2011-04-21 10:49:45 +0200 message: Allow spaces in device names The current code only reads a single word as the device name, and the extract function replaces spaces with hyphens to match that. This patch modifies the scan code to allow for a full line of name data, and removes the name modification during extraction. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org> ------------------------------------------------------------ revno: 35 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Thu 2011-04-21 10:49:41 +0200 message: Capture read errors in evemu-device Like the scan functions, evemu_device returns a non-positive number on failure. Adjust logic to capture the read errors returning zero. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org> ------------------------------------------------------------ revno: 34 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Tue 2011-04-19 11:30:23 +0200 message: Add cflags to pkgconfig file. Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 33 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Tue 2011-04-19 11:30:21 +0200 message: Hook up ChangeLog to be either bzr or git, depending which is available Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 32 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Tue 2011-04-19 11:30:19 +0200 message: Add getters and setters for main fields. Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 31 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Tue 2011-04-19 11:30:16 +0200 message: Skip devices with EV_ABS and min/max of 0/0 The kernel doesn't like those devices and initialization will fail. Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 30 tags: v1.0.5 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Tue 2011-03-15 17:03:53 +0100 message: Release v1.0.5 ------------------------------------------------------------ revno: 29 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Tue 2011-03-15 15:47:40 +0100 message: Complete function documentation in evemu.h For reasons not likely to become clear again at the moment, only two functions were ever documented, and those were made in the source file where nobody can see it. This patch adds function documentation to all functions in the header file. Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 28 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Tue 2011-03-15 15:47:21 +0100 message: Add the missing evemu_set_name() function During the evolution of evemu, the process of setting the device name has shifted towards the evemu_extract() and evemu_read() functions, rendering the initial name in evemu_new() more or less useless. This patch adds the missing evemu_set_name() function, in order to make it possible to override the device name before device creation. Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 27 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Mon 2011-03-14 18:07:46 +0100 message: Move realtime read into its own function The realtime read functionality is needed in many places, in particular in the test frameworks of utouch-frame and utouch-grail. Move the realtime code from evemu_play into its own function, and make it part of the API. Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 26 committer: Stephen M. Webb <stephen.webb@canonical.com> branch nick: utouch-evemu timestamp: Wed 2011-02-02 21:29:13 -0500 message: Added GPL-3 licensing to source files. ------------------------------------------------------------ revno: 25 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Wed 2011-01-05 11:20:10 +0100 message: Bump to version 1.0.4 ------------------------------------------------------------ revno: 24 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Wed 2011-01-05 11:19:44 +0100 message: Add man-pages for the various evemu-tools. Using asciidoc and xmlto, conditional on their availability at configure time. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 23 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Wed 2011-01-05 11:18:59 +0100 message: Use libtool to handle libutouch-evemu library flags. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 22 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Wed 2011-01-05 11:18:32 +0100 message: SOURCES is not needed for <target>.c files. If the only source for a bin_PROGRAM=foo is foo.c, automake picks it up automatically. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 21 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Wed 2011-01-05 11:17:53 +0100 message: Silence compiler warning evemu.c: In function 'evemu_write': evemu.c:244:1: warning: control reaches end of non-void function return 0, assuming that the return value should be 0 on success or nonzero otherwise. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 20 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Wed 2011-01-05 11:17:01 +0100 message: Document output format in README. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 19 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Wed 2011-01-05 11:16:16 +0100 message: Add a couple of includes to silence compiler warnings. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 18 tags: v1.0.3 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Wed 2010-12-22 08:47:53 +0100 message: Bump to version 1.0.3 ------------------------------------------------------------ revno: 17 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Wed 2010-12-22 08:47:25 +0100 message: Add source header to distribution Added the missing header file to the sources, so that it also ends up in the distro tarball. ------------------------------------------------------------ revno: 16 tags: v1.0.2 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Wed 2010-12-22 08:23:24 +0100 message: Bump to version 1.0.2 ------------------------------------------------------------ revno: 15 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Wed 2010-12-22 08:22:51 +0100 message: Use a single abi version variable Simplify versioning by using a single coded variable. ------------------------------------------------------------ revno: 14 tags: v1.0.1 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Tue 2010-12-21 20:43:35 +0100 message: Bump to version 1.0.1 ------------------------------------------------------------ revno: 13 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Tue 2010-12-21 20:43:07 +0100 message: Document the new/delete semantics There is more to do on documentation, but since these are new, add documentation for them first. ------------------------------------------------------------ revno: 12 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk timestamp: Tue 2010-12-21 20:42:33 +0100 message: Complete current evemu api Add missing accessor functions for the device. ------------------------------------------------------------ revno: 11 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk.abi timestamp: Tue 2010-12-21 17:51:53 +0100 message: Support kernel device properties In the upcoming 2.6.38 kernel, there is a new device property bitfield, useful during device setup. This patch adds support for it. ------------------------------------------------------------ revno: 10 committer: Henrik Rydberg <rydberg@bitmath.org> branch nick: trunk.abi timestamp: Tue 2010-12-21 17:50:56 +0100 message: Make evemu ABI resilient Hide the evemu struct, make it versioned, and instead use new/delete and accessor functions. This should give us enough ABI stability to run mixed library implementations. ------------------------------------------------------------ revno: 9 committer: Henrik Rydberg <rydberg@euromail.se> timestamp: Thu 2010-11-18 14:56:30 +0100 message: Test case for wetab Sequence of 11 taps on a wetab Without the tapping fix, the pointer will only follow the taps once or twice. With tapping fixed, eleven distinct pointer positions can be seen. Tested-by: debb1046@gmail.com Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 8 committer: Henrik Rydberg <rydberg@euromail.se> timestamp: Thu 2010-09-23 17:53:46 +0200 message: Flush stdout before entering the event loop Scripts that need the device node may have difficulties if the stream is not flushed before entering the event loop. Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 7 committer: Henrik Rydberg <rydberg@euromail.se> timestamp: Wed 2010-09-22 17:14:42 +0200 message: Correct documentation on evemu-play usage The data should be directed into the program, not given as argument. Also make evemu-play complain if given two arguments. Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 6 tags: v1.0.0 committer: Henrik Rydberg <rydberg@euromail.se> timestamp: Sun 2010-09-19 20:15:10 +0200 message: Rename project and libraries to utouch-evemu This project is part of utouch, and the library should be named thereafter. Also helps avoid confusion with an unrelated project with the same name. Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 5 committer: Henrik Rydberg <rydberg@euromail.se> timestamp: Sun 2010-09-19 10:43:49 +0200 message: Correct 3M ABS_MT_ORIENTATION property range Should be [0, 1] for width/height devices, patch sent. Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 4 committer: Henrik Rydberg <rydberg@euromail.se> timestamp: Sun 2010-09-19 10:29:30 +0200 message: Show errno when failing to create device Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 3 committer: Henrik Rydberg <rydberg@euromail.se> timestamp: Sun 2010-09-19 09:54:48 +0200 message: Do not allow spaces in device name Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ revno: 2 committer: Henrik Rydberg <rydberg@bitmath.org> timestamp: Sun 2010-09-19 09:38:18 +0200 message: Add a recording from the 3M 22' device This data is using the MT slots version of the 3M driver. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org> ------------------------------------------------------------ revno: 1 committer: Henrik Rydberg <rydberg@euromail.se> timestamp: Sat 2010-09-18 19:10:11 +0200 message: Initial evemu commit Evemu is a kernel device and emulator, which allows for remote creation and testing of arbitrary devices. Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ------------------------------------------------------------ Use --include-merged or -n0 to see merged revisions. |