[virt-tools-list] [PATCH virt-viewer 0/4 v8] Replace oVirt foreign menu with dedicated dialog

Eduardo Lima (Etrunko) etrunko at redhat.com
Mon Jan 23 19:28:12 UTC 2017


In this version, I have addressed the comments on the ISO dialog code,
also providing a better message for that commit. Also, put the headerbar
patch at the end, as others were already acked and should be ready to 
merge.

Eduardo Lima (Etrunko) (4):
  Introduce ISO List dialog
  Run ISO dialog when 'Change CD' menu is activated
  ovirt-foreign-menu: Remove GtkMenu related functions
  iso-dialog: Use header bar for buttons

 configure.ac                               |   4 +-
 po/POTFILES.in                             |   2 +
 src/Makefile.am                            |   3 +
 src/ovirt-foreign-menu.c                   |  99 --------
 src/remote-viewer-iso-list-dialog.c        | 386 +++++++++++++++++++++++++++++
 src/remote-viewer-iso-list-dialog.h        |  58 +++++
 src/remote-viewer.c                        | 124 ++++-----
 src/resources/ui/remote-viewer-iso-list.ui | 135 ++++++++++
 src/resources/ui/virt-viewer.ui            |  19 +-
 src/resources/virt-viewer.gresource.xml    |   1 +
 src/virt-viewer-window.c                   |  37 +++
 11 files changed, 677 insertions(+), 191 deletions(-)
 create mode 100644 src/remote-viewer-iso-list-dialog.c
 create mode 100644 src/remote-viewer-iso-list-dialog.h
 create mode 100644 src/resources/ui/remote-viewer-iso-list.ui

-- 
2.9.3




More information about the virt-tools-list mailing list