[Spice-devel] [spice-gtk v3 00/13] gobject: Use GTask API

Fabiano FidĂȘncio fidencio at redhat.com
Mon Mar 14 15:18:53 UTC 2016


Changes since v2:
- Rebase on top of upstream/master
- usb-acl-helper doesn't crash anymore, due to Jonathon's
  patches pushed before the release
- All patches got ACK'ed by Jonathon at some point, but
  then we have the issues related to usb-acl-helper ...
Changes since v1:
- All comments from Christophe were addressed for v2
- A patch adding strings for i18n was dropped

Fabiano FidĂȘncio (13):
  channel-base: Use GTask instead of GSimpleAsyncResult
  channel-main: Use GTask instead of GSimpleAsyncResult
  channel-port: Use GTask instead of GSimpleAsyncResult
  channel-usbredir: Use GTask instead of GSimpleAsyncResult
  smartcard-manager: Use GTask instead of GSimpleAsyncResult
  spice-channel: Use GTask instead of GSimpleAsyncResult
  spice-gstaudio: Use GTask instead of GSimpleAsyncResult
  spice-pulse: Use GTask instead of GSimpleAsyncResult
  usb-acl-helper: Use GTask instead of GSimpleAsyncResult
  usb-device-manager: Use GTask instead of GSimpleAsyncResult
  vmcstream: Use GTask instead of GSimpleAsyncResult
  win-usb-driver-install: Use GTask instead of GSimpleAsyncResult
  wocky-http-proxy: Use GTask instead of GSimpleAsyncResult

 configure.ac                 |   6 +-
 src/channel-base.c           |  29 +++++-----
 src/channel-main.c           |  82 +++++++++++----------------
 src/channel-port.c           |   3 +-
 src/channel-usbredir.c       |  38 ++++++-------
 src/smartcard-manager.c      |  38 +++++--------
 src/spice-channel.c          |  32 +++++------
 src/spice-gstaudio.c         |  44 +++++----------
 src/spice-pulse.c            |  92 ++++++++++++------------------
 src/usb-acl-helper.c         |  61 +++++++++-----------
 src/usb-device-manager.c     |  58 +++++++++----------
 src/vmcstream.c              | 129 +++++++++++++++++--------------------------
 src/win-usb-driver-install.c |  90 ++++++++++++++----------------
 src/wocky-http-proxy.c       |  48 ++++++----------
 14 files changed, 308 insertions(+), 442 deletions(-)

-- 
2.5.0



More information about the Spice-devel mailing list