Skip to content
  1. May 07, 2019
  2. May 06, 2019
  3. May 02, 2019
  4. May 01, 2019
  5. Apr 27, 2019
    • Roman Bogorodskiy's avatar
      Unify openssl checks · 8bf59bc2
      Roman Bogorodskiy authored and Frediano Ziglio's avatar Frediano Ziglio committed
      
      
      Currently, spice-gtk uses PKG_CHECK_MODULES(SSL, openssl) to detect
      openssl CFLAGS and LIBS. And spice-common defines and uses
      SPICE_CHECK_OPENSSL macro which calls
      PKG_CHECK_MODULES(OPENSSL, openssl).
      
      This means that in order to override openssl CFLAGS or LIBS a user will
      have to set both OPENSSL_(CFLAGS|LIBS) and SSL_(CFLAGS|LIBS).
      
      To make this more consistent, make spice-gtk use the
      SPICE_CHECK_OPENSSL macro from spice-common.
      
      Signed-off-by: default avatarRoman Bogorodskiy <bogorodskiy@gmail.com>
      Acked-by: default avatarFrediano Ziglio <fziglio@redhat.com>
      8bf59bc2
  6. Apr 25, 2019
  7. Apr 24, 2019
  8. Apr 22, 2019
  9. Apr 18, 2019
  10. Apr 10, 2019
    • Olivier Fourdan's avatar
      gtk-session: do not sync modifiers when focused · 15e06ead
      Olivier Fourdan authored
      
      
      Spice gtk-session would try to synchronize the modifiers state whenever
      the keymap changes, but doing so is inherently racy.
      
      While the there is a keyboard grab in effect, all key events are
      forwarded to the guest, hence all modifiers key press get processed by
      the kernel on the guest.
      
      Trying to synchronize the modifiers will generate additional key press/
      release events which will result in the opposite effect and effectively
      desynchronize the modifier states in the guest.
      
      Synchronizing modifiers from the host should therefore be limited to
      focus change, as actual press/release events might have occurred without
      the guest knowing. Otherwise, no need to synchronize the modifiers.
      
      Signed-off-by: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
      Signed-off-by: default avatarOlivier Fourdan <ofourdan@redhat.com>
      Acked-by: default avatarVictor Toso <victortoso@redhat.com>
      15e06ead
  11. Apr 08, 2019
  12. Apr 04, 2019
    • Frediano Ziglio's avatar
      spice-common: update submodule · 8941784d
      Frediano Ziglio authored
      
      
      This brings in the following changes:
      
      Christophe Fergeau (8):
            canvas_base: Fix variable shadowing warning
            backtrace: Add missing include
            lz: Don't try to print uninitialized variable
            build: Add missing G_GNUC_PRINTF annotations
            build: Update verify.h to latest version
            test-marshallers: Fix header guard
            quic: Fix QUIC_VERSION definition
            log: Let gcc know about the logging macros which abort
      
      Eduardo Lima (Etrunko) (5):
            meson: Use underscorify() instead of split()
            meson: Bump libcacard requirement to 2.5.1
            meson: switch smartcard option to auto feature
            meson: Bump requirement to 0.48
            meson: Make targets list store dictionaries instead of lists
      
      Frediano Ziglio (31):
            Remove obsolete Autoconf macros
            log: remove deprecated SPICE_ABORT_LEVEL support
            log: remove deprecated SPICE_DEBUG_LEVEL support
            Obsolete Glib cleanup
            codegen: Document ptr_array attribute
            codegen: Use a better type for pointer converted to integer
            codegen: Reduce indentation
            codegen: Fix c_type result for TypeAlias
            codegen: Check wrong attribute
            codegen: Add a test for attribute combination
            mem: Fix compile error if alignment-checks option is used
            log: Remove useless includes
            proto: Remove obsolete TunnelChannel
            protocol: Add a dummy TunnelChannel
            messages: Remove fields not used by the protocol
            codegen: Remove support for --ptrsize
            codegen: Rename --prefix parameter to --suffix
            ci: Remove dependencies from copr build
            build: Remove snd_codec.h from EXTRA_DIST
            test-ssl-verify: Improve subject_to_x509_name coverage
            meson: Remove some useless checks
            codegen: Factor out a function to write output file
            codegen: Generate headers while generating code
            codegen: Allows to generate C declarations automatically
            Allow to generate C declarations for spice.proto
            Generate automatically most C message declarations
            recorder: Update
            build: Add new check for recorder library
            proto: Fix typo in message name
            meson: Fix dependency of generated files
            meson: Do not build generated files twice
      
      Marc-André Lureau (1):
            docs: add spice URI scheme
      
      Signed-off-by: default avatarFrediano Ziglio <fziglio@redhat.com>
      Acked-by: default avatarEduardo Lima (Etrunko) <etrunko@redhat.com>
      8941784d
  13. Mar 27, 2019
  14. Mar 25, 2019
  15. Mar 21, 2019
  16. Mar 19, 2019
  17. Mar 18, 2019
  18. Mar 08, 2019
  19. Mar 01, 2019
Loading