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

Eduardo Lima (Etrunko) etrunko at redhat.com
Wed Feb 17 13:01:26 UTC 2016


In this version I addressed the comments made from review of v5.
- Rename virt_viewer_app_startup() to
  virt_viewer_app_on_application_startup()
- Remove VIRT_VIEWER_VERSION error code and move --version option
  handler to VirtViewerApp.
- Removed {remote,virt}_viewer_new() functions and call g_object_new()
  directly.


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

 configure.ac                    |   6 +-
 src/Makefile.am                 |   2 -
 src/ovirt-foreign-menu.c        |   1 -
 src/remote-viewer-main.c        | 173 ++-------------------------
 src/remote-viewer.c             | 256 +++++++++++++++++++++-------------------
 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          | 113 ++----------------
 src/virt-viewer-session-spice.c |   1 -
 src/virt-viewer-util.h          |   2 +-
 src/virt-viewer.c               | 120 ++++++++++++++-----
 src/virt-viewer.h               |   8 --
 src/virt-viewer.xml             |   2 +-
 18 files changed, 353 insertions(+), 622 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