OSDN Git Service

MacGui: Queue Update - thanks travistex
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 17 Dec 2007 16:25:38 +0000 (16:25 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 17 Dec 2007 16:25:38 +0000 (16:25 +0000)
commitc3d5eb2cb6e63b28280b8a7c6cf06a878005e819
treec20b44126a537723b12e3fcfe34edb5e79beda69
parent85649f418c36de3bb482ba43d742681cce8a57ef
MacGui: Queue Update - thanks travistex
- The primary change is that HBJob now copies the relevant fields out of hb_job_s that it needs. It no longer keeps a pointer reference to libhb's job.
- The only time the queue looks at libhb's jobs is when scanning the job list in order to build of the GUI queue display.
- Removed all uses of hb_current_job().
- Canceled jobs now stay listed in the queue, with a canceled icon.

git-svn-id: svn://localhost/HandBrake/trunk@1130 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.h
libhb/hb.c
libhb/hb.h
macosx/Controller.mm
macosx/HBQueueController.h
macosx/HBQueueController.mm
macosx/HandBrake.xcodeproj/project.pbxproj
macosx/icons/EncodeCanceled.png [new file with mode: 0644]