commit a226038f1e8b28815bdb45157d33acce25ff8f81 Author: Kjartan Maraas Date: Tue Jun 1 21:12:27 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 66 ++++++++++++++++++++++--------------------------------------- 1 files changed, 24 insertions(+), 42 deletions(-) commit f5e4f9696a9249e24cca63b1c53b43c4613972e7 Author: Ivar Smolin Date: Tue Jun 1 16:40:08 2010 +0300 Estonian translation updated po/et.po | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) commit 453eee7e36c1e174c32c8b304c525967b83deaf0 Author: Petr Kovar Date: Mon May 31 22:35:45 2010 +0200 Update Czech help translation by Adrian Gunis help/cs/cs.po | 1472 ++++++++++++++++----------------------------------------- 1 files changed, 412 insertions(+), 1060 deletions(-) commit dc2bc22e8b62a1078dec3e9110f9fd598449a0a2 Author: Gerd Kohlberger Date: Sat May 29 23:34:54 2010 +0200 Add private variable to cursor-manager and clean up src/mt-cursor-manager.c | 317 +++++++++++++++++++++++------------------------ src/mt-cursor-manager.h | 36 +++--- 2 files changed, 175 insertions(+), 178 deletions(-) commit 494f9d11b3624997b8d0621564e47e9664d93498 Author: Gerd Kohlberger Date: Sat May 29 22:29:06 2010 +0200 Remove a11y gconf key src/mt-common.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 1c47257376e99a908981267137774bf0858ef7a2 Author: Gerd Kohlberger Date: Sat May 29 21:48:34 2010 +0200 Rename some variables and function names and update man page Renames all instances of "delay" to "ssc". GUI and docs all use the term "Simulated Secondary Click" while the code refered to the same feature as "Delay Click". The commit also updates related command-line options and the man page. man/mousetweaks.1 | 17 ++++----- src/mt-common.h | 6 ++-- src/mt-main.c | 100 +++++++++++++++++++++++++++-------------------------- src/mt-main.h | 6 ++-- 4 files changed, 65 insertions(+), 64 deletions(-) commit c857593e5204a851aa409322cbfc14b80d6f6fcb Author: Gerd Kohlberger Date: Sat May 29 21:12:10 2010 +0200 Don't use a separate X connection for XTest src/mt-main.c | 82 +++++++++++++++++++++++++++++--------------------------- src/mt-main.h | 2 - 2 files changed, 42 insertions(+), 42 deletions(-) commit 8f7d1f0062cc7a1394e8dd7eb55b6dfee24b4791 Author: Gerd Kohlberger Date: Sat May 29 20:56:34 2010 +0200 Remove unused variable src/mt-main.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 41780416c7764ed13ac3940adf85b8c3983ce6c3 Author: Gerd Kohlberger Date: Sat May 29 20:45:55 2010 +0200 Remove cspi dependency With this commit mousetweaks no longer depends on the AT-SPI framework and can be used without enabling Accessibilty in the user session. configure.ac | 1 - src/Makefile.am | 4 +- src/mt-accessible.c | 250 --------------------------------------------------- src/mt-accessible.h | 57 ------------ src/mt-main.c | 137 +---------------------------- 5 files changed, 2 insertions(+), 447 deletions(-) commit 719d151e6312ecadabb2a5facb1b39efbe7be616 Author: Gerd Kohlberger Date: Sat May 29 20:04:17 2010 +0200 Drop the use of AT-SPI to get global mouse events MtListener now uses a combintion of polling and passive grabs to get mouse motion and button events. The implementation is similar to the one used in the DeviceEventController of the AT-SPI registry daemon. src/mt-listener.c | 421 +++++++++++++++++++++++++++++++++++++---------------- src/mt-listener.h | 39 ++--- src/mt-main.c | 26 +--- 3 files changed, 317 insertions(+), 169 deletions(-) commit a6de07ede9f2705570a084e5c6db7c39c23eea26 Author: Yaron Shahrabani Date: Thu May 27 16:05:44 2010 +0300 Updated Hebrew reanslation. po/he.po | 57 +++++++++++++++++++++++++++------------------------------ 1 files changed, 27 insertions(+), 30 deletions(-) commit 2790e37d868db8a00e9d5f16b24d048b4da6ef74 Author: Francesco Fumanti Date: Tue May 25 00:35:06 2010 +0200 Post release version bump to 2.31.3 README | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit fbf989b675b51008e7ae7f240c9bc0091b2b9d11 Author: Francesco Fumanti Date: Tue May 25 00:27:50 2010 +0200 Prepare the 2.31.2 release NEWS | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-)