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 _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list