diff options
author | dynaflash <[email protected]> | 2007-10-09 15:15:16 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-10-09 15:15:16 +0000 |
commit | 7045d521d48d670473d5858c43e4fb54dee14b1c (patch) | |
tree | ce9f16661b37f34ae593dd03f923b4edb9fe689b /macosx/icons | |
parent | 744d3be393c2dd5752a0ab1b5dd28ce00739333a (diff) |
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://svn.handbrake.fr/HandBrake/trunk@1017 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/icons')
-rw-r--r-- | macosx/icons/EncodeComplete.png | bin | 0 -> 314 bytes |
-rw-r--r-- | macosx/icons/EncodeWorking0.png | bin | 0 -> 350 bytes |
-rw-r--r-- | macosx/icons/EncodeWorking1.png | bin | 0 -> 361 bytes |
-rw-r--r-- | macosx/icons/EncodeWorking2.png | bin | 0 -> 347 bytes |
-rw-r--r-- | macosx/icons/EncodeWorking3.png | bin | 0 -> 350 bytes |
-rw-r--r-- | macosx/icons/EncodeWorking4.png | bin | 0 -> 359 bytes |
-rw-r--r-- | macosx/icons/EncodeWorking5.png | bin | 0 -> 357 bytes |
-rw-r--r-- | macosx/icons/Reveal.png | bin | 0 -> 259 bytes |
-rw-r--r-- | macosx/icons/RevealHighlight.png | bin | 0 -> 229 bytes |
-rw-r--r-- | macosx/icons/RevealHighlightPressed.png | bin | 0 -> 229 bytes |
-rw-r--r-- | macosx/icons/RevealPressed.png | bin | 0 -> 254 bytes |
11 files changed, 0 insertions, 0 deletions
diff --git a/macosx/icons/EncodeComplete.png b/macosx/icons/EncodeComplete.png Binary files differnew file mode 100644 index 000000000..503e52c8e --- /dev/null +++ b/macosx/icons/EncodeComplete.png diff --git a/macosx/icons/EncodeWorking0.png b/macosx/icons/EncodeWorking0.png Binary files differnew file mode 100644 index 000000000..200606b54 --- /dev/null +++ b/macosx/icons/EncodeWorking0.png diff --git a/macosx/icons/EncodeWorking1.png b/macosx/icons/EncodeWorking1.png Binary files differnew file mode 100644 index 000000000..b3e0749bc --- /dev/null +++ b/macosx/icons/EncodeWorking1.png diff --git a/macosx/icons/EncodeWorking2.png b/macosx/icons/EncodeWorking2.png Binary files differnew file mode 100644 index 000000000..11fef3188 --- /dev/null +++ b/macosx/icons/EncodeWorking2.png diff --git a/macosx/icons/EncodeWorking3.png b/macosx/icons/EncodeWorking3.png Binary files differnew file mode 100644 index 000000000..9a2187d01 --- /dev/null +++ b/macosx/icons/EncodeWorking3.png diff --git a/macosx/icons/EncodeWorking4.png b/macosx/icons/EncodeWorking4.png Binary files differnew file mode 100644 index 000000000..680505b23 --- /dev/null +++ b/macosx/icons/EncodeWorking4.png diff --git a/macosx/icons/EncodeWorking5.png b/macosx/icons/EncodeWorking5.png Binary files differnew file mode 100644 index 000000000..33fae2c28 --- /dev/null +++ b/macosx/icons/EncodeWorking5.png diff --git a/macosx/icons/Reveal.png b/macosx/icons/Reveal.png Binary files differnew file mode 100644 index 000000000..fdc117589 --- /dev/null +++ b/macosx/icons/Reveal.png diff --git a/macosx/icons/RevealHighlight.png b/macosx/icons/RevealHighlight.png Binary files differnew file mode 100644 index 000000000..003a76411 --- /dev/null +++ b/macosx/icons/RevealHighlight.png diff --git a/macosx/icons/RevealHighlightPressed.png b/macosx/icons/RevealHighlightPressed.png Binary files differnew file mode 100644 index 000000000..3cd4fd9b9 --- /dev/null +++ b/macosx/icons/RevealHighlightPressed.png diff --git a/macosx/icons/RevealPressed.png b/macosx/icons/RevealPressed.png Binary files differnew file mode 100644 index 000000000..97ef1d8c4 --- /dev/null +++ b/macosx/icons/RevealPressed.png |