mbox

[PULL,00/10] cocoa queue

Message ID 1432023835-2274-1-git-send-email-peter.maydell@linaro.org
State New
Headers show

Pull-request

git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-cocoa-20150519

Message

Peter Maydell May 19, 2015, 8:23 a.m. UTC
Outstanding cocoa patches; there are more on list but I wanted
to flush the queue rather than hanging onto these any longer.

thanks
-- PMM

The following changes since commit 62bf3df432d93fa6eb0f355c460d6d784b7cbc1a:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150518-3' into staging (2015-05-18 20:23:16 +0100)

are available in the git repository at:


  git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-cocoa-20150519

for you to fetch changes up to b4c6a112dcfa1d24b905e6cccc763e02000937f1:

  ui/cocoa: Add console items to the View menu (2015-05-19 09:11:18 +0100)

----------------------------------------------------------------
cocoa queue:
 * fix various issues with full screen in the OSX UI
 * set an icon for our binary file
 * add entries to the View menu for QEMU consoles
 * fix various warnings that are produced when building on 10.10
   (largely deprecated interfaces)

----------------------------------------------------------------
Peter Maydell (6):
      ui/cocoa: Drop tests for CGImageCreateWithImageInRect support
      ui/cocoa: Remove compatibility ifdefs for OSX 10.4
      ui/cocoa: openPanelDidEnd returnCode should be NSInteger, not int
      ui/cocoa: Declare that QemuCocoaAppController implements NSApplicationDelegate
      ui/cocoa: Don't use NSWindow useOptimizedDrawing on OSX 10.10 and up
      ui/cocoa: Avoid deprecated NSOKButton/NSCancelButton constants

Programmingkid (4):
      ui/cocoa: Fix several full screen issues on Mac OS X
      ui/cocoa: Make -full-screen option work on Mac OS X
      Makefile.target: set icon for binary file on Mac OS X
      ui/cocoa: Add console items to the View menu

 Makefile.target   |    4 +
 pc-bios/qemu.rsrc | 1504 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 ui/cocoa.m        |  181 +++++--
 3 files changed, 1634 insertions(+), 55 deletions(-)
 create mode 100644 pc-bios/qemu.rsrc

Comments

Peter Maydell May 19, 2015, 10:46 a.m. UTC | #1
On 19 May 2015 at 09:23, Peter Maydell <peter.maydell@linaro.org> wrote:
> Outstanding cocoa patches; there are more on list but I wanted
> to flush the queue rather than hanging onto these any longer.
>
> thanks
> -- PMM
>
> The following changes since commit 62bf3df432d93fa6eb0f355c460d6d784b7cbc1a:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150518-3' into staging (2015-05-18 20:23:16 +0100)
>
> are available in the git repository at:
>
>
>   git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-cocoa-20150519
>
> for you to fetch changes up to b4c6a112dcfa1d24b905e6cccc763e02000937f1:
>
>   ui/cocoa: Add console items to the View menu (2015-05-19 09:11:18 +0100)
>
> ----------------------------------------------------------------
> cocoa queue:
>  * fix various issues with full screen in the OSX UI
>  * set an icon for our binary file
>  * add entries to the View menu for QEMU consoles
>  * fix various warnings that are produced when building on 10.10
>    (largely deprecated interfaces)

Applied, thanks.

-- PMM