[Spice-devel] [spice-gtk PATCH 0/3 v2] spicy: Rewrite of connect dialog
Lukas Venhoda
lvenhoda at redhat.com
Tue Jun 9 07:59:31 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.
---
Changes since v1:
- Rebased for latest directory structure
I realize Spicy is just a test tool. I will do this work in remote-viewer as well
---
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
src/Makefile.am | 2 +
src/spicy-connect.c | 293 ++++++++++++++++++++++++++++++++++++++++++++++++++++
src/spicy-connect.h | 26 +++++
src/spicy.c | 129 +----------------------
4 files changed, 325 insertions(+), 125 deletions(-)
create mode 100644 src/spicy-connect.c
create mode 100644 src/spicy-connect.h
--
2.4.2
More information about the Spice-devel
mailing list