commit 8ca2c5a2a51ed402c72173d16844c185810193ba Author: Bastien Nocera Date: Mon Jun 7 18:46:40 2010 +0100 0.5.1 NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 998a294a18bb3690a6c55e7e0ef428258b143b9a Author: Bastien Nocera Date: Thu May 27 16:31:27 2010 +0100 Add warnings for wrong key names in lirc-fixup-keys So that we know what to fix up in the lirc remotes definitions. bin/Makefile.am | 3 ++ bin/lirc-fixup-keys.c | 63 ++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 55 insertions(+), 11 deletions(-) commit c3a6e62af251da0d38308612818a0811ffd04565 Author: Bastien Nocera Date: Thu May 27 16:01:33 2010 +0100 Fix traceback on start with new PolicyKit From PolicyKit 0.95, the "start-time" portion of a unix-process became necessary, as PolicyKit checks for its presence when validating for arguments. We now pass a start-time of '0' so that gnome-lirc-properties doesn't traceback with a remote error, and the daemon checks for the start-time in /proc https://bugzilla.gnome.org/show_bug.cgi?id=619389 Work-around: https://bugs.freedesktop.org/show_bug.cgi?id=28228 gnome_lirc_properties/policykit.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 1c8201f0534683ec8879b92b7ee8f0f6c2756fbb Author: Bastien Nocera Date: Wed May 26 18:43:27 2010 +0100 Add an easy way to generate a patch for lirc remotes bin/Makefile.am | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 43c3a607a5271da85720a3c7ab89834706172a87 Author: Bastien Nocera Date: Wed May 26 18:23:23 2010 +0100 Add remote keymaps correction script This script will process a directory of lirc remote definitions and change them according to nns_full.txt[1]. [1]: Originally at http://d.gardon.free.fr/vase/lirc/full/nns_full.txt with definitions from: http://thread.gmane.org/gmane.comp.hardware.lirc/6884/focus=7209 added. https://bugzilla.gnome.org/show_bug.cgi?id=619308 bin/Makefile.am | 8 +- bin/lirc-fixup-keys.c | 295 + bin/nns_full.txt |19784 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 20086 insertions(+), 1 deletions(-) commit 4cf98d79c2753eb189bf0daa5fb69a5fe33d4b3a Author: Bastien Nocera Date: Wed May 26 17:30:22 2010 +0100 Clean up repository Always regenerate the linux input conf file, add a separate Makefile for bin/, remove unneeded patches. Makefile.am | 10 +-- bin/Makefile.am | 5 + configure.ac | 1 + data/Makefile.am | 7 +- ...se-new-instead-of-conf-as-filename-suffix.patch | 28 ----- patches/0002-Add-resume-switch-to-irrecord.patch | 109 -------------------- 6 files changed, 12 insertions(+), 148 deletions(-) commit 321b139c64b60f25697e28f62b60a875d46bc192 Author: Bastien Nocera Date: Wed May 26 17:11:21 2010 +0100 Fix typo in __retreive_remote_name() Should be retrieve gnome_lirc_properties/ui/CustomConfiguration.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit ed5fdb965c32be4cf89a2d7c28d41a0acfd066ad Author: Bastien Nocera Date: Wed May 26 17:06:17 2010 +0100 Make sure the input layer remote definition is up-to-date By regenerating it on "make check" data/Makefile.am | 1 + data/linux-input-layer-lircd.conf | 3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) commit a987b3acb3110793a6f7d0d0a40346e2479c4f1e Author: Bastien Nocera Date: Wed May 26 16:58:42 2010 +0100 Fix TODO item wrt. magic numbers gnome_lirc_properties/lirc.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 25fbf6dbe2a455af5eb0324c27c270ed9282334c Author: Bastien Nocera Date: Mon May 24 11:56:31 2010 +0100 Regenerate receivers.conf data/receivers.conf | 36 ++++++++++++++++++++++++++++++++---- 1 files changed, 32 insertions(+), 4 deletions(-) commit 8dfe129c07c3d8b482e8f4418cb55200c78dcf68 Author: Bastien Nocera Date: Mon May 24 11:54:44 2010 +0100 Add remote for the Snapstream Firefly data/overrides.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d14bdeebc15b27b95ff1d588f195da4759de0a50 Author: Fran DiƩguez Date: Wed May 26 01:00:34 2010 +0200 Updated Galician translations po/gl.po | 900 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 445 insertions(+), 455 deletions(-) commit 27b1c8f3e47cd9b8c15aaceffa44c0134b03d2dc Author: Bastien Nocera Date: Sat May 22 14:28:01 2010 +0100 Fix autogen.sh to not look for glade files https://bugzilla.gnome.org/show_bug.cgi?id=619360 autogen.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)