Merge remote-tracking branch 'remotes/pmaydell/tags/pull-cocoa-20150519' into staging
commitfaa261a7fb254866bdd5b6a25ad94677945f21b4
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 19 May 2015 09:25:59 +0000 (19 10:25 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 19 May 2015 09:25:59 +0000 (19 10:25 +0100)
tree6eb038758042c2a6bc8e42e009ca209fbae3c117
parent62bf3df432d93fa6eb0f355c460d6d784b7cbc1a
parentb4c6a112dcfa1d24b905e6cccc763e02000937f1
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-cocoa-20150519' into staging

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)

# gpg: Signature made Tue May 19 09:17:23 2015 BST using RSA key ID 14360CDE
# gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>"

* remotes/pmaydell/tags/pull-cocoa-20150519:
  ui/cocoa: Add console items to the View menu
  ui/cocoa: Avoid deprecated NSOKButton/NSCancelButton constants
  ui/cocoa: Don't use NSWindow useOptimizedDrawing on OSX 10.10 and up
  ui/cocoa: Declare that QemuCocoaAppController implements NSApplicationDelegate
  ui/cocoa: openPanelDidEnd returnCode should be NSInteger, not int
  ui/cocoa: Remove compatibility ifdefs for OSX 10.4
  ui/cocoa: Drop tests for CGImageCreateWithImageInRect support
  Makefile.target: set icon for binary file on Mac OS X
  ui/cocoa: Make -full-screen option work on Mac OS X
  ui/cocoa: Fix several full screen issues on Mac OS X

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>