OSDN Git Service

MacGui: Queue Enhancements courtesy of travistex
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 9 Oct 2007 15:15:16 +0000 (15:15 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 9 Oct 2007 15:15:16 +0000 (15:15 +0000)
commit5dcd710f9a2dce7ef7fe874f4afb22695b49ae54
treece9f16661b37f34ae593dd03f923b4edb9fe689b
parent68f1023c4fc635beafcb4a7a981f4ba77e12943d
MacGui: Queue Enhancements courtesy of travistex
- Encodes now stick around in the queue's displayed after they have been completed. They are marked with a check mark icon.
- The "active" encode is shown with a chasing arrows icon.
- Completed encodes have a spotlight icon by them to allow you to show in finder
- Support for reordering encodes in the queue via drag and drop. Currently #define'd out because there's currently no easy way to reorder hblib's job list. But some day maybe...

git-svn-id: svn://localhost/HandBrake/trunk@1017 b64f7644-9d1e-0410-96f1-a4d463321fa5
18 files changed:
macosx/Controller.h
macosx/Controller.mm
macosx/English.lproj/Queue.nib/classes.nib
macosx/English.lproj/Queue.nib/keyedobjects.nib
macosx/HBQueueController.h
macosx/HBQueueController.mm
macosx/HandBrake.xcodeproj/project.pbxproj
macosx/icons/EncodeComplete.png [new file with mode: 0644]
macosx/icons/EncodeWorking0.png [new file with mode: 0644]
macosx/icons/EncodeWorking1.png [new file with mode: 0644]
macosx/icons/EncodeWorking2.png [new file with mode: 0644]
macosx/icons/EncodeWorking3.png [new file with mode: 0644]
macosx/icons/EncodeWorking4.png [new file with mode: 0644]
macosx/icons/EncodeWorking5.png [new file with mode: 0644]
macosx/icons/Reveal.png [new file with mode: 0644]
macosx/icons/RevealHighlight.png [new file with mode: 0644]
macosx/icons/RevealHighlightPressed.png [new file with mode: 0644]
macosx/icons/RevealPressed.png [new file with mode: 0644]