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

Eduardo Lima (Etrunko) etrunko at redhat.com
Fri Nov 27 19:23:57 UTC 2015


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 help with those.

Also, the work has been pushed to the gapplication branch in my github
repository, in case you are interested in trying it easier, without the
need to apply the patches on your tree.

http://github.com/etrunko/virt-viewer

Regards, Eduardo.

Eduardo Lima (Etrunko) (3):
  Move variable declaration to the top of the function
  Port to GtkApplication API's
  Port to GtkApplicationWindow API's

Fabiano Fidêncio (1):
  Drop support to gtk2

 configure.ac              |  39 +----
 src/remote-viewer-main.c  | 122 +-------------
 src/remote-viewer.c       | 144 ++++++++++++----
 src/remote-viewer.h       |   3 +-
 src/view/autoDrawer.c     |  10 --
 src/view/ovBox.c          |  45 -----
 src/virt-gtk-compat.h     |  12 --
 src/virt-viewer-app.c     | 220 +++++++++++++++---------
 src/virt-viewer-app.h     |  12 +-
 src/virt-viewer-display.c |  96 -----------
 src/virt-viewer-main.c    | 102 +-----------
 src/virt-viewer-window.c  |  67 ++++----
 src/virt-viewer.c         | 105 +++++++++---
 src/virt-viewer.h         |   8 +-
 src/virt-viewer.xml       | 416 +++++++++++++++++++++++-----------------------
 virt-viewer.spec.in       |  23 ---
 16 files changed, 589 insertions(+), 835 deletions(-)

-- 
2.5.0




More information about the virt-tools-list mailing list