Hi,
On Tue, Nov 21, 2017 at 5:09 PM, Victor Toso wrote:
>
> Hi,
>
> On Mon, Nov 13, 2017 at 06:50:05PM +0100, Jakub Janků wrote:
> > This is a preparatory patch for GTK+ vdagent redesign.
> >
> > Since most of the vdagent code still uses X11 lib,
> > force GDK to use X11 backend by calling
> > gd
Hi,
On Tue, Nov 21, 2017 at 12:50:23PM +0100, Jakub Janků wrote:
> ping
Sorry, I'll review it between today and tomorrow.
Cheers,
>
> wrote:
>
> This is a preparatory patch for GTK+ vdagent redesign.
>
> Since most of the vdagent code still uses X11 lib,
> force GDK to use X11 backend by ca
Hi,
On Mon, Nov 13, 2017 at 06:50:05PM +0100, Jakub Janků wrote:
> This is a preparatory patch for GTK+ vdagent redesign.
>
> Since most of the vdagent code still uses X11 lib,
> force GDK to use X11 backend by calling
> gdk_set_allowed_backends("x11").
> ---
> Makefile.am | 2 ++
> co
Acked-by: Christophe Fergeau
On Mon, Nov 20, 2017 at 03:18:14PM +, Frediano Ziglio wrote:
> Allows a better encapsulation in the future
>
> Signed-off-by: Frediano Ziglio
> ---
> src/spice-streaming-agent.cpp | 28 +---
> 1 file changed, 17 insertions(+), 11 deleti
This give an hint to client which can optimise rendering.
Signed-off-by: Frediano Ziglio
---
server/stream-channel.c | 7 +++
1 file changed, 7 insertions(+)
Changes since v2:
- remove conditional code.
diff --git a/server/stream-channel.c b/server/stream-channel.c
index c7ca0206..568ceac8
On Tue, Nov 21, 2017 at 12:28:59PM +, Frediano Ziglio wrote:
> diff --git a/server/stream-channel.c b/server/stream-channel.c
> index c7ca0206..da3f3a4f 100644
> --- a/server/stream-channel.c
> +++ b/server/stream-channel.c
> @@ -203,6 +203,13 @@ stream_channel_send_item(RedChannelClient *rcc,
This give an hint to client which can optimise rendering.
Signed-off-by: Frediano Ziglio
---
configure.ac| 11 +++
server/stream-channel.c | 7 +++
2 files changed, 18 insertions(+)
Changes since v1:
- do not require identity macro on spice-common/spice-protocol.
diff
ping
wrote:
This is a preparatory patch for GTK+ vdagent redesign.
Since most of the vdagent code still uses X11 lib,
force GDK to use X11 backend by calling
gdk_set_allowed_backends("x11").
---
Makefile.am | 2 ++
configure.ac | 1 +
src/vdagent/vdagent.c | 5 +
3 files
ping
>
> This flag will allow the client to perform some optimisations
> on output and buffering processing.
> Old clients will ignore this additional flag.
>
> Signed-off-by: Frediano Ziglio
> ---
> Changes since v2:
> - removed RFC
> ---
> spice.proto | 13 +++--
> 1 file changed, 11
>
> One side effect of this patch is that it makes enums.h fairly
> unreadable, which is not so good as it's exposed as public API.
>
I think this header should not take as reference. It's an auto generated
file which had not proper comments, people should read spice.proto.
> Do you expect to u
On Thu, Nov 16, 2017 at 10:17:28AM -0500, Frediano Ziglio wrote:
> > 4. It delegates usage information to the plugins, so that each plugin
> >can document its specific options in a consistent way.
> >
> > 5. It cleans up some confusing or surprising aspects of the interace,
> >notably null
One side effect of this patch is that it makes enums.h fairly
unreadable, which is not so good as it's exposed as public API.
Do you expect to use this that often? I agree it's convenient, but on
the other hand, it's going to make it fairly easy to make "broken"
builds if this is used a lot in the
This saves some resources if no client are connected.
Also will allow to get a better capture engine taking into account
client supported codecs.
Signed-off-by: Frediano Ziglio
---
src/spice-streaming-agent.cpp | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/sr
This allows for instance old clients to work correctly.
Signed-off-by: Frediano Ziglio
---
src/concrete-agent.cpp| 5 -
src/concrete-agent.hpp| 3 ++-
src/spice-streaming-agent.cpp | 6 +-
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/src/concrete-agent.
On Mon, Nov 20, 2017 at 11:48:53AM +, Frediano Ziglio wrote:
> +*/
> +/**
> + * Test streaming device
> + */
> +
> +#include
> +#include
> +#include
> +#include
> +
> +#include
> +#include
> +
> +#include "test-display-base.h"
> +#include "test-glib-compat.h"
> +
> +#ifndef MIN
> +#define
>
> On Tue, Nov 21, 2017 at 03:35:55AM -0500, Frediano Ziglio wrote:
> > >
> > > On Tue, Nov 21, 2017 at 03:25:35AM -0500, Frediano Ziglio wrote:
> > > > >
> > > > > On Mon, Nov 20, 2017 at 03:18:14PM +, Frediano Ziglio wrote:
> > > > > > Allows a better encapsulation in the future
> > > > >
On Tue, Nov 21, 2017 at 03:35:55AM -0500, Frediano Ziglio wrote:
> >
> > On Tue, Nov 21, 2017 at 03:25:35AM -0500, Frediano Ziglio wrote:
> > > >
> > > > On Mon, Nov 20, 2017 at 03:18:14PM +, Frediano Ziglio wrote:
> > > > > Allows a better encapsulation in the future
> > > > >
> > > > > Sig
From: Chen Hanxiao
We use libusb_open_device_with_vid_pid, if multiple devices
have the same vid:pid, it will only the first one.
This patch will show the bus:device of the chosen one.
Signed-off-by: Chen Hanxiao
---
v2: control output messages by verbose
usbredirserver/usbredirserver.c | 9
>
> From: Chen Hanxiao
>
> usbredirparser_info is 3.
>
> Signed-off-by: Chen Hanxiao
> ---
> usbredirtestclient/usbredirtestclient.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/usbredirtestclient/usbredirtestclient.c
> b/usbredirtestclient/usbredirtestclient.c
>
>
> On Tue, Nov 21, 2017 at 03:25:35AM -0500, Frediano Ziglio wrote:
> > >
> > > On Mon, Nov 20, 2017 at 03:18:14PM +, Frediano Ziglio wrote:
> > > > Allows a better encapsulation in the future
> > > >
> > > > Signed-off-by: Frediano Ziglio
> > > > ---
> > > > src/spice-streaming-agent.cpp
Acked-by: Christophe Fergeau
On Mon, Nov 20, 2017 at 03:52:27PM +, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio
> ---
> server/red-channel-client.h | 17 +---
> server/red-channel.h| 19 ++---
> server/red-client.h | 13 +-
> server/reds.c
On Tue, Nov 21, 2017 at 03:25:35AM -0500, Frediano Ziglio wrote:
> >
> > On Mon, Nov 20, 2017 at 03:18:14PM +, Frediano Ziglio wrote:
> > > Allows a better encapsulation in the future
> > >
> > > Signed-off-by: Frediano Ziglio
> > > ---
> > > src/spice-streaming-agent.cpp | 28 +
>
> On Mon, Nov 20, 2017 at 03:18:14PM +, Frediano Ziglio wrote:
> > Allows a better encapsulation in the future
> >
> > Signed-off-by: Frediano Ziglio
> > ---
> > src/spice-streaming-agent.cpp | 28 +---
> > 1 file changed, 17 insertions(+), 11 deletions(-)
> >
> >
On Mon, Nov 20, 2017 at 03:18:14PM +, Frediano Ziglio wrote:
> Allows a better encapsulation in the future
>
> Signed-off-by: Frediano Ziglio
> ---
> src/spice-streaming-agent.cpp | 28 +---
> 1 file changed, 17 insertions(+), 11 deletions(-)
>
> diff --git a/src/spi
On Mon, Nov 20, 2017 at 04:14:01PM +, Frediano Ziglio wrote:
> common/mem.h contains mainly memory allocation functions.
> As we decided to move to Glib calls directly avoid to include
> function declaration we should not use anymore.
Sure,
Acked-by: Christophe Fergeau
>
> Signed-off-by: F
25 matches
Mail list logo