[Spice-devel] [spice-gtk PATCH 0/3] spicy: Rewrite of connect dialog

Lukas Venhoda lvenhoda at redhat.com
Mon Jun 8 02:36:35 PDT 2015


Connect dialog was hardcoded, and didn't have a parent window.

Changed dialog to a window, because spicy creates no window prior to creating
the dialog. No parent can be supplied.

Moved UI definition from code to XML.
Moved the "dialog" code to its own module.

Lukas Venhoda (3):
  spicy-connect: Connect dialog changed to window
  spicy-connect: Added new source files to Makefile
  spicy: Removed connect dialog from spicy.c

 gtk/Makefile.am       |   2 +
 gtk/spicy-connect.c   | 197 ++++++++++++++++++++++++++++++++++++++++++++++++++
 gtk/spicy-connect.h   |  26 +++++++
 gtk/spicy-connect.xml | 175 ++++++++++++++++++++++++++++++++++++++++++++
 gtk/spicy.c           | 125 +-------------------------------
 5 files changed, 402 insertions(+), 123 deletions(-)
 create mode 100644 gtk/spicy-connect.c
 create mode 100644 gtk/spicy-connect.h
 create mode 100644 gtk/spicy-connect.xml

--
2.4.2



More information about the Spice-devel mailing list