Re: [virt-tools-list] [PATCH 3/4] Port to GtkApplication API's

2015-11-30 Thread Jonathon Jongsma
On Fri, 2015-11-27 at 17:24 -0200, Eduardo Lima (Etrunko) wrote: > Most of this patch consists in code being shuffled around to fit the > expected flow while using the new APIs. I tried my best to make this > patch the less intrusive as possible. Main changes are: > > - VirtViewerApp is now a

Re: [virt-tools-list] [PATCH 0/4] Update nsis installer for f23

2015-11-30 Thread Christophe Fergeau
ACK series. Christophe On Mon, Nov 30, 2015 at 07:39:17AM +0100, Fabiano Fidêncio wrote: > A few projects got update since last release (f21?). > Let's update the dlls in order to have them matching with current Fedora. > > Fabiano Fidêncio (4): > nsis: update pango to 1.38.1 > nsis: update

Re: [virt-tools-list] [PATCH 2/2] autobuild: gtk2 has been dropped for windows

2015-11-30 Thread Christophe Fergeau
ACK On Mon, Nov 30, 2015 at 12:41:25PM +0100, Fabiano Fidêncio wrote: > 0a7fa73f is the commit that dropped support for gtk2 for the nsis > installer. > 03c014cb is the commit that dropped support for gtk2 for the msi > installer. > --- > autobuild.sh | 36 ++-- >

Re: [virt-tools-list] [PATCH 1/2] specs: add remote-viewer-connect.xml

2015-11-30 Thread Christophe Fergeau
ACK On Mon, Nov 30, 2015 at 12:41:24PM +0100, Fabiano Fidêncio wrote: > The file was introduced in commit 0571843d but never added to the spec > files. > --- > mingw-virt-viewer.spec.in | 2 ++ > virt-viewer.spec.in | 1 + > 2 files changed, 3 insertions(+) > > diff --git

Re: [virt-tools-list] [PATCH virt-viewer 0/4] Port virt-viewer to GtkApplication APIs

2015-11-30 Thread Jonathon Jongsma
On Fri, 2015-11-27 at 17:23 -0200, Eduardo Lima (Etrunko) wrote: > The subject says it all, and you will find more details in each commit > message. Unfortunately I was not able to test some options on > remote-viewer, especially spice-controller and ovirt. I will be really > glad if someone can

Re: [virt-tools-list] [PATCH virt-viewer 0/4] Port virt-viewer to GtkApplication APIs

2015-11-30 Thread Eduardo Lima (Etrunko)
On 11/30/2015 05:44 PM, Jonathon Jongsma wrote: > On Fri, 2015-11-27 at 17:23 -0200, Eduardo Lima (Etrunko) wrote: >> The subject says it all, and you will find more details in each commit >> message. Unfortunately I was not able to test some options on >> remote-viewer, especially

Re: [virt-tools-list] [PATCH virt-viewer 0/4] Port virt-viewer to GtkApplication APIs

2015-11-30 Thread Jonathon Jongsma
On Mon, 2015-11-30 at 13:44 -0600, Jonathon Jongsma wrote: > On Fri, 2015-11-27 at 17:23 -0200, Eduardo Lima (Etrunko) wrote: > > The subject says it all, and you will find more details in each commit > > message. Unfortunately I was not able to test some options on > > remote-viewer, especially

Re: [virt-tools-list] [PATCH virt-viewer 0/4] Port virt-viewer to GtkApplication APIs

2015-11-30 Thread Jonathon Jongsma
On Mon, 2015-11-30 at 18:13 -0200, Eduardo Lima (Etrunko) wrote: > On 11/30/2015 05:44 PM, Jonathon Jongsma wrote: > > On Fri, 2015-11-27 at 17:23 -0200, Eduardo Lima (Etrunko) wrote: > > > The subject says it all, and you will find more details in each commit > > > message. Unfortunately I was

Re: [virt-tools-list] [PATCH 0/4] Update nsis installer for f23

2015-11-30 Thread Fabiano Fidêncio
On Mon, Nov 30, 2015 at 10:20 AM, Christophe Fergeau wrote: > ACK series. I'll push with a small change on the commit log of the 4th patch. bzip2 is a freetype (direct) dep and not gtk3. > > Christophe > > On Mon, Nov 30, 2015 at 07:39:17AM +0100, Fabiano Fidêncio wrote: >>

[virt-tools-list] [PATCH 1/2] specs: add remote-viewer-connect.xml

2015-11-30 Thread Fabiano Fidêncio
The file was introduced in commit 0571843d but never added to the spec files. --- mingw-virt-viewer.spec.in | 2 ++ virt-viewer.spec.in | 1 + 2 files changed, 3 insertions(+) diff --git a/mingw-virt-viewer.spec.in b/mingw-virt-viewer.spec.in index 7dcea17..06f062b 100644 ---

[virt-tools-list] [PATCH 2/2] autobuild: gtk2 has been dropped for windows

2015-11-30 Thread Fabiano Fidêncio
0a7fa73f is the commit that dropped support for gtk2 for the nsis installer. 03c014cb is the commit that dropped support for gtk2 for the msi installer. --- autobuild.sh | 36 ++-- 1 file changed, 2 insertions(+), 34 deletions(-) diff --git a/autobuild.sh