[PULL 0/8] Ui 20210311 patches

Gerd Hoffmann posted 8 patches 3 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210311123401.340122-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Peter Maydell <peter.maydell@linaro.org>
ui/gtk.c                         |   6 +-
docs/system/removed-features.rst |   4 +-
ui/cocoa.m                       | 240 +++++++++++++++----------------
3 files changed, 118 insertions(+), 132 deletions(-)
[PULL 0/8] Ui 20210311 patches
Posted by Gerd Hoffmann 3 years, 1 month ago
The following changes since commit 821e7ed167f11f482d2d1a8eaf114a667295a581:

  Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-0=
3-09' into staging (2021-03-10 17:22:45 +0000)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/ui-20210311-pull-request

for you to fetch changes up to d1929069e355afb809a50a7f6b6affdea399cc8c:

  ui/cocoa: Fix mouse association state (2021-03-11 13:33:20 +0100)

----------------------------------------------------------------
ui: mostly cocoa fixes

----------------------------------------------------------------

Akihiko Odaki (7):
  ui/gtk: Remove NULL checks in gd_switch
  ui/cocoa: Use kCGColorSpaceSRGB
  ui/cocoa: Show QEMU icon in the about window
  ui/cocoa: Do not rely on the first argument
  ui/cocoa: Clear modifiers whenever possible
  ui/cocoa: Mark variables static
  ui/cocoa: Fix mouse association state

Thomas Huth (1):
  docs: Fix removal text of -show-cursor

 ui/gtk.c                         |   6 +-
 docs/system/removed-features.rst |   4 +-
 ui/cocoa.m                       | 240 +++++++++++++++----------------
 3 files changed, 118 insertions(+), 132 deletions(-)

--=20
2.29.2



Re: [PULL 0/8] Ui 20210311 patches
Posted by Peter Maydell 3 years, 1 month ago
On Thu, 11 Mar 2021 at 12:34, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 821e7ed167f11f482d2d1a8eaf114a667295a581:
>
>   Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-0=
> 3-09' into staging (2021-03-10 17:22:45 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20210311-pull-request
>
> for you to fetch changes up to d1929069e355afb809a50a7f6b6affdea399cc8c:
>
>   ui/cocoa: Fix mouse association state (2021-03-11 13:33:20 +0100)
>
> ----------------------------------------------------------------
> ui: mostly cocoa fixes
>
> ----------------------------------------------------------------
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM