Re: [PATCH] ignore: Add *.dtd.embed

2016-03-10 Thread Bryce Harrington
On Thu, Mar 10, 2016 at 10:31:59PM -0600, Yong Bakos wrote: > From: Yong Bakos > > Although autogen.sh has a --disable-dtd-validation option, it is > on by default, so it seems convenient to add the generated symlink > to .gitignore. > > Signed-off-by: Yong Bakos Reviewed-by: Bryce Harrington

Re: Accessibility considerations

2016-03-10 Thread Jonas Ådahl
Hi, On Fri, Mar 11, 2016 at 06:51:35AM +0100, Timofonic wrote: > Please consider mandatory high contrast option with custom colors. I prefer > black background and green foreground, it's a lie better for Mr eyes because > clear colors really tire me. There is no way for a compositor to enforce

Re: Accessibility considerations

2016-03-10 Thread Timofonic
Please consider mandatory high contrast option with custom colors. I prefer black background and green foreground, it's a lie better for Mr eyes because clear colors really tire me. Text-To-Speech and braille devices should be very seriously very taken in consideration too, please. I know many

Re: Accessibility considerations

2016-03-10 Thread Peter Hutterer
On Thu, Mar 10, 2016 at 01:43:13PM -0500, Matthias Clasen wrote: > Hi, > > I would like to discuss strategies for implementing accessibility > features in Wayland that will be needed for a fully featured desktop. > There's a whole list of individual items, but for now I'd like to > focus on keyboa

[PATCH] ignore: Add *.dtd.embed

2016-03-10 Thread Yong Bakos
From: Yong Bakos Although autogen.sh has a --disable-dtd-validation option, it is on by default, so it seems convenient to add the generated symlink to .gitignore. Signed-off-by: Yong Bakos --- src/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.gitignore b/src/.gitignore i

Re: [PATCH] gitignore: Ignore sublime config and generated dtd

2016-03-10 Thread Bryce Harrington
On Thu, Mar 10, 2016 at 07:39:05PM -0800, Yong Bakos wrote: > > On Mar 10, 2016, at 5:04 PM, Bryce Harrington wrote: > > > > On Thu, Mar 10, 2016 at 06:30:20PM -0600, Yong Bakos wrote: > >> From: Yong Bakos > >> > >> Signed-off-by: Yong Bakos > >> --- > >> .gitignore | 8 +--- > >> src/

Re: [PATCH] gitignore: Ignore sublime config and generated dtd

2016-03-10 Thread Peter Hutterer
On Thu, Mar 10, 2016 at 05:04:08PM -0800, Bryce Harrington wrote: > On Thu, Mar 10, 2016 at 06:30:20PM -0600, Yong Bakos wrote: > > From: Yong Bakos > > > > Signed-off-by: Yong Bakos > > --- > > .gitignore | 8 +--- > > src/.gitignore | 1 + > > 2 files changed, 6 insertions(+), 3 delet

Re: [PATCH] gitignore: Ignore sublime config and generated dtd

2016-03-10 Thread Yong Bakos
> On Mar 10, 2016, at 5:04 PM, Bryce Harrington wrote: > > On Thu, Mar 10, 2016 at 06:30:20PM -0600, Yong Bakos wrote: >> From: Yong Bakos >> >> Signed-off-by: Yong Bakos >> --- >> .gitignore | 8 +--- >> src/.gitignore | 1 + >> 2 files changed, 6 insertions(+), 3 deletions(-) >> >> di

Re: [PATCH] gitignore: Ignore sublime config and generated dtd

2016-03-10 Thread Bryce Harrington
On Thu, Mar 10, 2016 at 06:30:20PM -0600, Yong Bakos wrote: > From: Yong Bakos > > Signed-off-by: Yong Bakos > --- > .gitignore | 8 +--- > src/.gitignore | 1 + > 2 files changed, 6 insertions(+), 3 deletions(-) > > diff --git a/.gitignore b/.gitignore > index 33e809c..e1d48a9 100644

[PATCH] gitignore: Ignore sublime config and generated dtd

2016-03-10 Thread Yong Bakos
From: Yong Bakos Signed-off-by: Yong Bakos --- .gitignore | 8 +--- src/.gitignore | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 33e809c..e1d48a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,18 @@ +*.3 +*.7 *.announce *.dep

[PATCH libinput] touchpad: add quirk for the T450 and T460 generation hardware

2016-03-10 Thread Peter Hutterer
The touchpad's sensors are too far apart (or the firmware interferes), causing in a jerky movement visible especially on slow motion. We get a bunch of normal motion events, then only ABS_MT_PRESSURE updates without x/y updates. After about one mm of movement x/y updates resume, with the first even

Re: [PATCH weston GSoC v4] desktop-shell: make panel clock configurable

2016-03-10 Thread Bryce Harrington
On Thu, Mar 10, 2016 at 06:02:34PM +0100, Armin Krezović wrote: > This patch enhances the panel clock by adding a config file > option which can be used to either disable the clock or make > it also show seconds in the current clock format. > > v2: Implement suggestions from Pekka: > - Include

Re: [PATCH] doc: Ignore html subdirectory.

2016-03-10 Thread Bryce Harrington
On Thu, Mar 10, 2016 at 02:36:08PM -0600, Yong Bakos wrote: > From: Yong Bakos > > Signed-off-by: Yong Bakos Reviewed-by: Bryce Harrington Pushed: To ssh://git.freedesktop.org/git/wayland/wayland 1d6e885..5192d4c master -> master > --- > doc/doxygen/.gitignore | 1 + > 1 file changed, 1

Re: Questions about experimental Spice compositor rebase

2016-03-10 Thread Yury Shvedov
On 03/10/2016 06:04 PM, Fabio Fantoni wrote: In recent years have done too little programming and mymemory is bad lately. About the performance problem I remember something like a big problem also in xspice that seems improved a lot with deferred fps: https://lists.freedesktop.org/archives/spi

[PATCH] doc: Ignore html subdirectory.

2016-03-10 Thread Yong Bakos
From: Yong Bakos Signed-off-by: Yong Bakos --- doc/doxygen/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/doxygen/.gitignore b/doc/doxygen/.gitignore index 730a1ef..a85e6c0 100644 --- a/doc/doxygen/.gitignore +++ b/doc/doxygen/.gitignore @@ -1,3 +1,4 @@ doxygen_sqlite3.db +

Accessibility considerations

2016-03-10 Thread Matthias Clasen
Hi, I would like to discuss strategies for implementing accessibility features in Wayland that will be needed for a fully featured desktop. There's a whole list of individual items, but for now I'd like to focus on keyboard accessibility features, ie roughly the feature that traditionally labeled

[PATCH weston GSoC v4] desktop-shell: make panel clock configurable

2016-03-10 Thread Armin Krezović
This patch enhances the panel clock by adding a config file option which can be used to either disable the clock or make it also show seconds in the current clock format. v2: Implement suggestions from Pekka: - Include Signed-off-by - Coding style fixes - Implement clock widget allocat

Re: [PATCH weston GSoC v3] desktop-shell: make panel clock configurable

2016-03-10 Thread Armin Krezović
On 10.03.2016 12:37, Pekka Paalanen wrote: > On Thu, 10 Mar 2016 01:58:15 +0100 > Armin Krezović wrote: > >> On 09.03.2016 19:57, Bryce Harrington wrote: >>> Hi Armin, >>> >>> This is coming along nicely, keep up the good work. I'm going to follow >>> pq's lead here in pointing out more than I u

Re: Questions about experimental Spice compositor rebase

2016-03-10 Thread Fabio Fantoni
Il 09/03/2016 20:32, Yury Shvedov ha scritto: Hi, Fabio! Sorry for long silence. Kind regards Yury Shvedov On 03/07/2016 12:12 AM, Fabio Fantoni wrote: Il 06/03/2016 13:25, Yury Shvedov ha scritto: Hi, Fabio! I made 3 new commits. First one updates code to work with new Spice API. Here, as I t

Re: [PATCH weston GSoC v3] desktop-shell: make panel clock configurable

2016-03-10 Thread Pekka Paalanen
On Thu, 10 Mar 2016 01:58:15 +0100 Armin Krezović wrote: > On 09.03.2016 19:57, Bryce Harrington wrote: > > Hi Armin, > > > > This is coming along nicely, keep up the good work. I'm going to follow > > pq's lead here in pointing out more than I usually would, in interest of > > education. Than

Re: thanks and introduction

2016-03-10 Thread Pekka Paalanen
On Wed, 9 Mar 2016 20:35:15 -0800 Yong Bakos wrote: > > On Mar 9, 2016, at 6:38 PM, Bryce Harrington wrote: > > > > On Wed, Mar 09, 2016 at 03:21:12PM -0800, Yong Bakos wrote: > >> Specifically, I am: > >> > >> git clone git://anongit.freedesktop.org/wayland/wayland > >> cd wayland > >> ./au