OSDN Git Service

MacGui: Fix how we get the current instances pid number since NSRunningApplication...
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 19 Jul 2010 17:02:43 +0000 (17:02 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 19 Jul 2010 17:02:43 +0000 (17:02 +0000)
commit902d936b60c812c27ae2cab6457ebfec96236600
tree2c2134e502f6da89876ecf040775ad7efbfbcd10
parentd7389faafa327bb1be3340c34c30f353a8f52960
MacGui: Fix how we get the current instances pid number since NSRunningApplication is a 10.6 only api and therefore breaks 10.5 compatibility (which also borked the nightly build).
- Many thanks to ritsuka for pointing this out.
- Also adds ability to get the full path to each running instance if we need it in the future.
- Note: Adds additional logging to hbInstances which can be removed when we see fit. But for now imho could be useful since we are early in multi-instance queue encoding.

git-svn-id: svn://localhost/HandBrake/trunk@3450 b64f7644-9d1e-0410-96f1-a4d463321fa5
macosx/Controller.h
macosx/Controller.m
macosx/HBQueueController.h
macosx/HBQueueController.mm