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 /macosx/icons | |
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 'macosx/icons')
-rw-r--r-- | macosx/icons/Delete.png | bin | 0 -> 228 bytes |
-rw-r--r-- | macosx/icons/DeleteHighlight.png | bin | 0 -> 208 bytes |
-rw-r--r-- | macosx/icons/DeleteHighlightPressed.png | bin | 0 -> 212 bytes |
-rw-r--r-- | macosx/icons/DeletePressed.png | bin | 0 -> 224 bytes |
-rw-r--r-- | macosx/icons/JobLarge.png | bin | 0 -> 9131 bytes |
-rw-r--r-- | macosx/icons/JobSmall.png | bin | 0 -> 570 bytes |
6 files changed, 0 insertions, 0 deletions
diff --git a/macosx/icons/Delete.png b/macosx/icons/Delete.png Binary files differnew file mode 100644 index 000000000..1568f0610 --- /dev/null +++ b/macosx/icons/Delete.png diff --git a/macosx/icons/DeleteHighlight.png b/macosx/icons/DeleteHighlight.png Binary files differnew file mode 100644 index 000000000..a24df6bc1 --- /dev/null +++ b/macosx/icons/DeleteHighlight.png diff --git a/macosx/icons/DeleteHighlightPressed.png b/macosx/icons/DeleteHighlightPressed.png Binary files differnew file mode 100644 index 000000000..0873028ae --- /dev/null +++ b/macosx/icons/DeleteHighlightPressed.png diff --git a/macosx/icons/DeletePressed.png b/macosx/icons/DeletePressed.png Binary files differnew file mode 100644 index 000000000..f4995c4c8 --- /dev/null +++ b/macosx/icons/DeletePressed.png diff --git a/macosx/icons/JobLarge.png b/macosx/icons/JobLarge.png Binary files differnew file mode 100644 index 000000000..5b9c18f83 --- /dev/null +++ b/macosx/icons/JobLarge.png diff --git a/macosx/icons/JobSmall.png b/macosx/icons/JobSmall.png Binary files differnew file mode 100644 index 000000000..9467aefd8 --- /dev/null +++ b/macosx/icons/JobSmall.png |