[Spice-devel] [spicy PATCH 0/5 v3] spicy: Rewrite of connect dialog

Lukas Venhoda lvenhoda at redhat.com
Mon Jun 15 05:31:34 PDT 2015


Connect dialog 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 the "dialog" code to its own module.

---
Changes since v2:
 - Split the 3 patches into 5
    - Hopefully this new split makes more sense
 - Changed response from GtkResponseType to gboolean

Changes since v1:
 - Rebased for latest directory structure
 - Changed response from numbers to GtkResponseType

I realize Spicy is just a test tool. I will do this work in remote-viewer as well
---

Lukas Venhoda (5):
  spicy: Connect dialog moved to its own file
  spicy: Changed response to gboolean
  spicy: Changed the dialog into a window
  spicy: Fixed reselecting in recent chooser
  spicy: Host and port entries are now required

 po/POTFILES.in      |   1 +
 src/Makefile.am     |   2 +
 src/spicy-connect.c | 270 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/spicy-connect.h |  26 +++++
 src/spicy.c         | 131 +------------------------
 5 files changed, 303 insertions(+), 127 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