]> granicus.if.org Git - handbrake/commit
MacGui: Queue Improvements from travistex
authordynaflash <dynaflashtech@gmail.com>
Fri, 7 Sep 2007 13:40:40 +0000 (13:40 +0000)
committerdynaflash <dynaflashtech@gmail.com>
Fri, 7 Sep 2007 13:40:40 +0000 (13:40 +0000)
commitccf90bfd9146a00783cb5322c63257335192c74d
tree65a67e6fbf053fc235e7238a0b60955c81a6d70e
parentf4b5569ecc77150c7bde00b9368aa81fe33b7cfd
MacGui: Queue Improvements from travistex
- Add view selection widget to choose "encode by encode" or "pass by pass" view
- Add "Show Detail" button to toggle detailed view on/off
- Removed #define JOB_GROUPS. You can now control this in the UI and show either "encodes" or "passes".
- Revamped the progress strings to give you exact progress.
- New terminology (encodes and passes)
- New toolbar in queue window (not complete, icons need work)
- New files, added to project:
     Encodes.png
     EncodesPressed.png
     Info.png
     JobPassLarge.png
     JobPassSmall.png
     Passes.png
     PassesPressed.png

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@931 b64f7644-9d1e-0410-96f1-a4d463321fa5
15 files changed:
libhb/common.h
macosx/Controller.mm
macosx/English.lproj/Queue.nib/classes.nib
macosx/English.lproj/Queue.nib/info.nib
macosx/English.lproj/Queue.nib/keyedobjects.nib
macosx/HBQueueController.h
macosx/HBQueueController.mm
macosx/HandBrake.xcodeproj/project.pbxproj
macosx/icons/Encodes.png [new file with mode: 0644]
macosx/icons/EncodesPressed.png [new file with mode: 0644]
macosx/icons/Info.png [new file with mode: 0644]
macosx/icons/JobPassLarge.png [new file with mode: 0644]
macosx/icons/JobPassSmall.png [new file with mode: 0644]
macosx/icons/Passes.png [new file with mode: 0644]
macosx/icons/PassesPressed.png [new file with mode: 0644]