From a47fd8fc599f9abf4e53bafe8cec33b1de466f0c Mon Sep 17 00:00:00 2001 From: ritsuka Date: Fri, 1 Feb 2013 16:58:48 +0000 Subject: MacGUI: Reworked a bit of HBPreviewController, the main differences are: - CALayer instead of NSImageView, we don't need to center the layer manually, plus a lot of free animations. - Reworked the scale to screen code, now it resize the window to the max size and then resize the picture layer, a bit simpler then before but the previous code had a weird issue were the window increased in size each time the slider changed until the control box was outside the window. - Fixed an issue where the preview window would be unusable if it was closed while it was encoding a preview. - Added a fEncodeState int to keep track of the encoding status like in HBController. - Removed some unused code and variables. - The preview images are no longer 4px smaller than the said size. - Added some nice image to the player controller. - keyboard controls for the movie player. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5230 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/icons/play-p.pdf | Bin 0 -> 2316 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 macosx/icons/play-p.pdf (limited to 'macosx/icons/play-p.pdf') diff --git a/macosx/icons/play-p.pdf b/macosx/icons/play-p.pdf new file mode 100644 index 000000000..028feb270 Binary files /dev/null and b/macosx/icons/play-p.pdf differ -- cgit v1.2.3