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

Eduardo Lima (Etrunko) etrunko at redhat.com
Fri Feb 12 11:35:48 UTC 2016


This is the reworked series which should be compatible with glib version 2.38
onwards. Option handling is still done with GOption API's but follows the same
ideas proposed on previous versions of the patch.

Again, the two first patches are kind of independent from the rest of the
series, and it would be good to have those pushed, avoiding the maintenance
burden outside of the tree.

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

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

 configure.ac              |  45 ++------
 src/remote-viewer-main.c  | 163 +-------------------------
 src/remote-viewer.c       | 287 +++++++++++++++++++++++++++-------------------
 src/remote-viewer.h       |   4 +-
 src/view/autoDrawer.c     |  10 --
 src/view/ovBox.c          |  45 --------
 src/virt-glib-compat.c    |  15 ---
 src/virt-glib-compat.h    |  27 -----
 src/virt-gtk-compat.h     |  12 --
 src/virt-viewer-app.c     | 144 ++++++++++++++---------
 src/virt-viewer-app.h     |  11 +-
 src/virt-viewer-display.c |  96 +---------------
 src/virt-viewer-main.c    | 104 +----------------
 src/virt-viewer-util.h    |   1 +
 src/virt-viewer-window.c  |  14 +--
 src/virt-viewer.c         | 137 +++++++++++++++++-----
 src/virt-viewer.h         |   9 +-
 src/virt-viewer.xml       |   2 +-
 virt-viewer.spec.in       |  23 ----
 19 files changed, 394 insertions(+), 755 deletions(-)

-- 
2.5.0




More information about the virt-tools-list mailing list