[virt-tools-list] [PATCH v7 0/3] Port to GtkApplication API's

Fabiano Fidêncio fidencio at redhat.com
Thu Feb 18 20:51:47 UTC 2016


As Etrunko has forked I'm sending this (hopefully) last iteration of porting {virt.remote}-viewer to GtkApplication API's.

In this version I addressed the comments made from review of v6
- Re-add {remote,virt}-viewer_new() functions instead of direct calling g_pbject_new()
- Removed the ERROR_GOTO_END macro

Eduardo Lima (Etrunko) (3):
  Port to GtkApplication API's
  remote-viewer: Remove unused properties (already ACKed)
  Drop old compatibility code (already ACked)

 configure.ac                    |   6 +-
 src/Makefile.am                 |   2 -
 src/ovirt-foreign-menu.c        |   1 -
 src/remote-viewer-main.c        | 170 +--------------------------
 src/remote-viewer.c             | 249 ++++++++++++++++++++++------------------
 src/remote-viewer.h             |   3 +-
 src/virt-glib-compat.c          |  34 ------
 src/virt-glib-compat.h          |  83 --------------
 src/virt-viewer-app.c           | 158 ++++++++++++++++---------
 src/virt-viewer-app.h           |  11 +-
 src/virt-viewer-events.c        |   1 -
 src/virt-viewer-file.h          |   1 -
 src/virt-viewer-main.c          | 110 +-----------------
 src/virt-viewer-session-spice.c |   1 -
 src/virt-viewer-util.h          |   2 +-
 src/virt-viewer.c               | 117 ++++++++++++++-----
 src/virt-viewer.h               |   8 +-
 src/virt-viewer.xml             |   2 +-
 18 files changed, 351 insertions(+), 608 deletions(-)
 delete mode 100644 src/virt-glib-compat.c
 delete mode 100644 src/virt-glib-compat.h

-- 
2.5.0




More information about the virt-tools-list mailing list