diff options
Diffstat (limited to 'Source/WebKit/efl/DefaultTheme')
-rw-r--r-- | Source/WebKit/efl/DefaultTheme/default.edc | 2 | ||||
-rw-r--r-- | Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/mute_button.edc | 60 | ||||
-rw-r--r-- | Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/mutebutton.png | bin | 0 -> 832 bytes | |||
-rw-r--r-- | Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/unmutebutton.png | bin | 0 -> 1182 bytes | |||
-rwxr-xr-x | Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/pausebutton.png | bin | 0 -> 2250 bytes | |||
-rwxr-xr-x | Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/playbutton.png | bin | 0 -> 2632 bytes | |||
-rw-r--r-- | Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/playpause_button.edc | 60 |
7 files changed, 122 insertions, 0 deletions
diff --git a/Source/WebKit/efl/DefaultTheme/default.edc b/Source/WebKit/efl/DefaultTheme/default.edc index 7d750f4..f77bd86 100644 --- a/Source/WebKit/efl/DefaultTheme/default.edc +++ b/Source/WebKit/efl/DefaultTheme/default.edc @@ -76,4 +76,6 @@ collections { #include "widget/search/cancel/search_cancel.edc" #include "widget/search/decoration/search_decoration.edc" #include "widget/slider/slider.edc" +#include "widget/mediacontrol/playpausebutton/playpause_button.edc" +#include "widget/mediacontrol/mutebutton/mute_button.edc" } diff --git a/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/mute_button.edc b/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/mute_button.edc new file mode 100644 index 0000000..3219f2d --- /dev/null +++ b/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/mute_button.edc @@ -0,0 +1,60 @@ +/* + Copyright (C) 2008,2009 INdT - Instituto Nokia de Tecnologia + Copyright (C) 2009,2010 ProFUSION embedded systems + Copyright (C) 2011 Samsung Electronics + + This file is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This file is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. +*/ + + group { + name: "webkit/widget/mediacontrol/mute_button"; + + images { + image: "widget/mediacontrol/mutebutton/mutebutton.png" COMP; + image: "widget/mediacontrol/mutebutton/unmutebutton.png" COMP; + } + + parts { + part { + name: "mute_button"; + type: IMAGE; + description { state: "default" 0.0; + min: 25 25; + } + description { state: "mute" 0.0; + inherit: "default" 0.0; + image.normal: "widget/mediacontrol/mutebutton/mutebutton.png"; + } + description { state: "sound" 0.0; + inherit: "default" 0.0; + image.normal: "widget/mediacontrol/mutebutton/unmutebutton.png"; + } + } + } + + programs { + program { + signal: "mute"; + action: STATE_SET "mute" 0.0; + target: "mute_button"; + } + program { + signal: "sound"; + action: STATE_SET "sound" 0.0; + target: "mute_button"; + } + } + } diff --git a/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/mutebutton.png b/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/mutebutton.png Binary files differnew file mode 100644 index 0000000..575acd6 --- /dev/null +++ b/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/mutebutton.png diff --git a/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/unmutebutton.png b/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/unmutebutton.png Binary files differnew file mode 100644 index 0000000..4282017 --- /dev/null +++ b/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/unmutebutton.png diff --git a/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/pausebutton.png b/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/pausebutton.png Binary files differnew file mode 100755 index 0000000..b40cfea --- /dev/null +++ b/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/pausebutton.png diff --git a/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/playbutton.png b/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/playbutton.png Binary files differnew file mode 100755 index 0000000..b4bc661 --- /dev/null +++ b/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/playbutton.png diff --git a/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/playpause_button.edc b/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/playpause_button.edc new file mode 100644 index 0000000..86b7bca --- /dev/null +++ b/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/playpause_button.edc @@ -0,0 +1,60 @@ +/* + Copyright (C) 2008,2009 INdT - Instituto Nokia de Tecnologia + Copyright (C) 2009,2010 ProFUSION embedded systems + Copyright (C) 2011 Samsung Electronics + + This file is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This file is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. +*/ + + group { + name: "webkit/widget/mediacontrol/playpause_button"; + + images { + image: "widget/mediacontrol/playpausebutton/playbutton.png" COMP; + image: "widget/mediacontrol/playpausebutton/pausebutton.png" COMP; + } + + parts { + part { + name: "playpause_button"; + type: IMAGE; + description { state: "default" 0.0; + min: 25 25; + } + description { state: "play" 0.0; + inherit: "default" 0.0; + image.normal: "widget/mediacontrol/playpausebutton/playbutton.png"; + } + description { state: "pause" 0.0; + inherit: "default" 0.0; + image.normal: "widget/mediacontrol/playpausebutton/pausebutton.png"; + } + } + } + + programs { + program { + signal: "play"; + action: STATE_SET "play" 0.0; + target: "playpause_button"; + } + program { + signal: "pause"; + action: STATE_SET "pause" 0.0; + target: "playpause_button"; + } + } + } |