Re: [virt-tools-list] [PATCH 2/5] Fix MAINTAINERCLEANFILES variable

2015-11-01 Thread Fabiano Fidêncio
On Thu, Oct 29, 2015 at 9:40 PM, Eduardo Lima (Etrunko) wrote: > Signed-off-by: Eduardo Lima (Etrunko) > --- > man/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man/Makefile.am b/man/Makefile.am > index

Re: [virt-tools-list] Some cosmetic fixes

2015-11-01 Thread Fabiano Fidêncio
Hey, On Thu, Oct 29, 2015 at 9:40 PM, Eduardo Lima (Etrunko) wrote: > While working on adding support to GtkApplication for virt-viewer and > remote-viewer, I fixed some small things. I figured it was time to > flush them to avoid those to pile up. The patch series seems

[virt-tools-list] [virt-viewer][PATCH v2] window: Standardize "Leave Fullscreen" behaviour

2015-11-01 Thread Fabiano Fidêncio
Historically fullscreen mode used to be an app-level option (you could only have *all* windows fullscreen or *all* windows non-fullscreen). At some point per-window fullscreen was introduced, but the startup fullscreen remained with the old (app-level) behaviour. According to the multimonitor

Re: [virt-tools-list] [PATCH 5/5] Remove useless {get, set}_property functions

2015-11-01 Thread Fabiano Fidêncio
On Thu, Oct 29, 2015 at 9:40 PM, Eduardo Lima (Etrunko) wrote: > Signed-off-by: Eduardo Lima (Etrunko) > --- > src/virt-viewer.c | 22 -- > 1 file changed, 22 deletions(-) > > diff --git a/src/virt-viewer.c b/src/virt-viewer.c > index

Re: [virt-tools-list] [PATCH 3/5] Update gitignore

2015-11-01 Thread Fabiano Fidêncio
On Thu, Oct 29, 2015 at 9:40 PM, Eduardo Lima (Etrunko) wrote: > Signed-off-by: Eduardo Lima (Etrunko) > --- > Makefile.am | 5 + > git.mk | 2 +- > m4/.gitignore | 0 > src/Makefile.am | 8 > 4 files changed, 14 insertions(+),

Re: [virt-tools-list] [PATCH 1/5] Call intltoolize after autoreconf

2015-11-01 Thread Fabiano Fidêncio
Hey! On Thu, Oct 29, 2015 at 9:40 PM, Eduardo Lima (Etrunko) wrote: > After a calling 'git clean -d -x -f' I got this error: > > ln: failed to create symbolic link ‘m4/intltool.m4’: No such file or directory > cp: cannot create regular file ‘m4/intltool.m4’: No such file or

Re: [virt-tools-list] [PATCH 4/5] Move declaration to the beginning of the file

2015-11-01 Thread Fabiano Fidêncio
On Thu, Oct 29, 2015 at 9:40 PM, Eduardo Lima (Etrunko) wrote: > Signed-off-by: Eduardo Lima (Etrunko) > --- > src/virt-viewer.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/src/virt-viewer.c b/src/virt-viewer.c > index