diff options
author | dynaflash <[email protected]> | 2007-09-05 20:01:14 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-09-05 20:01:14 +0000 |
commit | 5d4117bccd9ce796e102842270726eae9fcf07e5 (patch) | |
tree | eaba13aa4509c81e30969d5ceeda0e19d8fbebad /Jamfile | |
parent | a963935e4d220ec9153573cef8f9f1b12654f0c3 (diff) |
MacGui: New Active Queue implementation courtesy of travistex
- Thanks travistex!
- queue is now in a separate window
- queue currently shows jobs grouped together as one encode, which is configurable
- queue now shows currently encoding job, which is independently cancellable without losing the rest of the queue.
- can start and pause encoding in the queue window
- queue uses its own nib
- progress status needs work
- This has a way to go, but needed to get checked in as it changes the current xcode project structure.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@925 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'Jamfile')
-rw-r--r-- | Jamfile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -59,7 +59,7 @@ if $(OS) = MACOSX OSX_SRC = macosx/main.mm macosx/Controller.h macosx/Controller.mm macosx/PictureController.h macosx/PictureController.mm macosx/PictureGLView.h macosx/PictureGLView.mm - macosx/QueueController.h macosx/QueueController.mm + macosx/HBQueueController.h macosx/HBQueueController.mm macosx/HBPreferencesController.h macosx/HBPreferencesController.m macosx/English.lproj/InfoPlist.strings macosx/English.lproj/MainMenu.nib/classes.nib @@ -69,6 +69,10 @@ if $(OS) = MACOSX macosx/English.lproj/Express.nib/classes.nib macosx/English.lproj/Express.nib/info.nib macosx/English.lproj/Express.nib/keyedobjects.nib + macosx/English.lproj/Queue.nib + macosx/English.lproj/Queue.nib/classes.nib + macosx/English.lproj/Queue.nib/info.nib + macosx/English.lproj/Queue.nib/keyedobjects.nib macosx/English.lproj/Preferences.nib macosx/English.lproj/Preferences.nib/classes.nib macosx/English.lproj/Preferences.nib/info.nib |