From 9a84581c2e23c5bea3574d28c58e2407b1d0c209 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 8 Dec 2012 15:02:14 +0100 Subject: [PATCH] add audio-related symbols, update example --- examples/ui/symbols/js/example.js | 9 +++++++-- source/Ox.UI/themes/classic/svg/symbolPlayNext.svg | 4 ++++ source/Ox.UI/themes/classic/svg/symbolPlayPrevious.svg | 4 ++++ source/Ox.UI/themes/classic/svg/symbolRepeatAll.svg | 6 ++++++ source/Ox.UI/themes/classic/svg/symbolRepeatNone.svg | 4 ++++ source/Ox.UI/themes/classic/svg/symbolRepeatOne.svg | 6 ++++++ source/Ox.UI/themes/classic/svg/symbolShuffleAll.svg | 10 ++++++++++ source/Ox.UI/themes/classic/svg/symbolShuffleNone.svg | 6 ++++++ 8 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 source/Ox.UI/themes/classic/svg/symbolPlayNext.svg create mode 100644 source/Ox.UI/themes/classic/svg/symbolPlayPrevious.svg create mode 100644 source/Ox.UI/themes/classic/svg/symbolRepeatAll.svg create mode 100644 source/Ox.UI/themes/classic/svg/symbolRepeatNone.svg create mode 100644 source/Ox.UI/themes/classic/svg/symbolRepeatOne.svg create mode 100644 source/Ox.UI/themes/classic/svg/symbolShuffleAll.svg create mode 100644 source/Ox.UI/themes/classic/svg/symbolShuffleNone.svg diff --git a/examples/ui/symbols/js/example.js b/examples/ui/symbols/js/example.js index 04820edd..5b1d6d38 100644 --- a/examples/ui/symbols/js/example.js +++ b/examples/ui/symbols/js/example.js @@ -11,10 +11,15 @@ Ox.load('UI', function() { ['arrowLeft', 'arrowRight', 'arrowUp', 'arrowDown'], ['left', 'right', 'up', 'down'], [ - 'play', 'pause', 'playInToOut', 'goToIn', 'goToOut', - 'setIn', 'setOut', 'goToPoster', 'setPoster' + 'play', 'pause', 'playPrevious', 'playNext', + 'playInToOut', 'goToIn', 'goToOut', 'setIn', 'setOut', + 'goToPoster', 'setPoster' ], ['open', 'grow', 'shrink', 'fill', 'fit'], + [ + 'repeatNone', 'repeatOne', 'repeatAll', + 'shuffleAll', 'shuffleNone' + ], ['unmute', 'volumeUp', 'volumeDown', 'mute'], [ 'bookmark', 'chat', 'check', 'click', 'delete', 'edit', 'embed', diff --git a/source/Ox.UI/themes/classic/svg/symbolPlayNext.svg b/source/Ox.UI/themes/classic/svg/symbolPlayNext.svg new file mode 100644 index 00000000..7bbd3f44 --- /dev/null +++ b/source/Ox.UI/themes/classic/svg/symbolPlayNext.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/source/Ox.UI/themes/classic/svg/symbolPlayPrevious.svg b/source/Ox.UI/themes/classic/svg/symbolPlayPrevious.svg new file mode 100644 index 00000000..fc9c261f --- /dev/null +++ b/source/Ox.UI/themes/classic/svg/symbolPlayPrevious.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/source/Ox.UI/themes/classic/svg/symbolRepeatAll.svg b/source/Ox.UI/themes/classic/svg/symbolRepeatAll.svg new file mode 100644 index 00000000..a3e59204 --- /dev/null +++ b/source/Ox.UI/themes/classic/svg/symbolRepeatAll.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/source/Ox.UI/themes/classic/svg/symbolRepeatNone.svg b/source/Ox.UI/themes/classic/svg/symbolRepeatNone.svg new file mode 100644 index 00000000..18d54b0c --- /dev/null +++ b/source/Ox.UI/themes/classic/svg/symbolRepeatNone.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/source/Ox.UI/themes/classic/svg/symbolRepeatOne.svg b/source/Ox.UI/themes/classic/svg/symbolRepeatOne.svg new file mode 100644 index 00000000..cabf2683 --- /dev/null +++ b/source/Ox.UI/themes/classic/svg/symbolRepeatOne.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/source/Ox.UI/themes/classic/svg/symbolShuffleAll.svg b/source/Ox.UI/themes/classic/svg/symbolShuffleAll.svg new file mode 100644 index 00000000..33368dc9 --- /dev/null +++ b/source/Ox.UI/themes/classic/svg/symbolShuffleAll.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/source/Ox.UI/themes/classic/svg/symbolShuffleNone.svg b/source/Ox.UI/themes/classic/svg/symbolShuffleNone.svg new file mode 100644 index 00000000..5f046b38 --- /dev/null +++ b/source/Ox.UI/themes/classic/svg/symbolShuffleNone.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file