diff --git a/TODO b/TODO index 78e0a45..797844e 100644 --- a/TODO +++ b/TODO @@ -12,16 +12,17 @@ Get some command line options going! ===General=== Dialogs For Adding/Removing Albums/Images. DRAG AND DROP IS A MUST! +Keybindings ===Layout=== Ideas and Changes are welcome! ===Normal View=== -Seeker to Resize Thumbnails. +- ===Edit View=== Add Editing Controls(Zooms/Color Enhancement/Histogram/Cropping/etc..). -Add Saving Ability(This will include looking into editing and saving exif data). +Better Saving Ability(This will include looking into editing and saving exif data). Should we list navigation for other images better?(than using buttons with arrows) ===Single View=== Should we list navigation for other images better?(than using buttons with arrwos) ===Slideshow=== Need to Add Configuration to Slideshows.. -Should Slideshow Backgrounds be black? + diff --git a/configure.in b/configure.in index 691a4cc..b24fa11 100644 --- a/configure.in +++ b/configure.in @@ -148,11 +148,6 @@ Makefile ephoto.spec data/Makefile data/images/Makefile -data/themes/Makefile -data/themes/ephoto/Makefile -data/themes/ephoto/bits/Makefile -data/themes/ephoto/fonts/Makefile -data/themes/ephoto/images/Makefile po/Makefile src/Makefile src/bin/Makefile diff --git a/data/Makefile.am b/data/Makefile.am index b5c05a7..d690001 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,3 +1,3 @@ MAINTAINERCLEANFILES = Makefile.in Makefile -SUBDIRS = images themes +SUBDIRS = images diff --git a/data/images/Makefile.am b/data/images/Makefile.am index 0a02638..ffffcc8 100644 --- a/data/images/Makefile.am +++ b/data/images/Makefile.am @@ -1,6 +1,7 @@ MAINTAINERCLEANFILES = Makefile.in Makefile FILES = add.png \ + black.png \ camera-photo.png \ dialog-close.png \ edit_view.png \ @@ -22,7 +23,7 @@ FILES = add.png \ redo.png \ remove.png \ search.png \ - stock_fullscreen.png \ + stock_fullscreen.png \ stock_help.png \ stock_save.png \ stock_save-as.png \ diff --git a/data/images/black.png b/data/images/black.png new file mode 100644 index 0000000..59831b3 Binary files /dev/null and b/data/images/black.png differ diff --git a/data/themes/ephoto/AUTHORS b/data/themes/ephoto/AUTHORS deleted file mode 100644 index 29ef33b..0000000 --- a/data/themes/ephoto/AUTHORS +++ /dev/null @@ -1,3 +0,0 @@ -Clearlooks is a GTK+ 2.x engine based on Bluecurve. -It features a modern look without sacrificing (much) speed. -The lead developers are Richard Stellingwerff and Daniel Borgmann. diff --git a/data/themes/ephoto/COPYING b/data/themes/ephoto/COPYING deleted file mode 100644 index 39520ee..0000000 --- a/data/themes/ephoto/COPYING +++ /dev/null @@ -1,25 +0,0 @@ - -Copyright (c) 2006 Contributors (see theme ABOUT) -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/data/themes/ephoto/Makefile.am b/data/themes/ephoto/Makefile.am deleted file mode 100644 index e7e1702..0000000 --- a/data/themes/ephoto/Makefile.am +++ /dev/null @@ -1,31 +0,0 @@ -MAINTAINERCLEANFILES = Makefile.in Makefile - -SUBDIRS = bits fonts images - -EDJE_FLAGS = \ --v \ --id $(top_srcdir)/data/themes/ephoto/images \ --fd $(top_srcdir)/data/themes/ephoto/fonts - -themedir = $(pkgdatadir)/themes/ -theme_DATA = \ -ephoto.edj - -EXTRA_DIST = \ - bits/button.edc \ - bits/combo.edc \ - bits/entry.edc \ - bits/label.edc \ - bits/scrollbar.edc \ - bits/scrollpane.edc \ - bits/spacer.edc \ - bits/tree.edc \ - bits/window.edc - -ephoto.edj: Makefile $(EXTRA_DIST) - edje_cc $(EDJE_FLAGS) \ - $(top_srcdir)/data/themes/ephoto/main.edc \ - $(top_builddir)/data/themes/ephoto/ephoto.edj - -clean-local: - rm -f *.edj diff --git a/data/themes/ephoto/bits/Makefile.am b/data/themes/ephoto/bits/Makefile.am deleted file mode 100644 index 6d141a2..0000000 --- a/data/themes/ephoto/bits/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -MAINTAINERCLEANFILES = Makefile.in Makefile - -EXTRA_DIST = \ -button.edc \ -combo.edc \ -label.edc \ -scrollbar.edc \ -scrollpane.edc \ -spacer.edc \ -tree.edc \ -window.edc - diff --git a/data/themes/ephoto/bits/button.edc b/data/themes/ephoto/bits/button.edc deleted file mode 100644 index 7447f29..0000000 --- a/data/themes/ephoto/bits/button.edc +++ /dev/null @@ -1,138 +0,0 @@ -group -{ - name: "/ephoto/button"; - min: 16 16; - data - { - item: "inset/top" 5; - item: "inset/bottom" 5; - item: "inset/left" 3; - item: "inset/right" 3; - item: "pad" 4; - } - parts - { - part - { - name: "background"; - mouse_events: 1; - description - { - state: "default" 0.0; - rel1 - { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 - { - relative: 1.0 1.0; - offset: -1 -1; - } - image - { - normal: "button.png"; - border: 5 5 5 5; - } - } - description - { - state: "clicked" 0.0; - inherit: "default" 0.0; - image - { - normal: "button_clicked.png"; - border: 5 5 5 5; - } - } - } - } - programs - { - program - { - name: "clicked"; - signal: "mouse,down,1"; - source: "EWL"; - action: STATE_SET "clicked" 1.0; - target: "background"; - } - program - { - name: "unclicked"; - signal: "mouse,up,1"; - source: "EWL"; - action: STATE_SET "default" 1.0; - target: "background"; - } - } -} - -group -{ - name: "/ephoto/toolbar/button"; - min: 16 16; - data - { - item: "inset" 2; - item: "pad/left" 2; - item: "pad/right" 2; - } - parts - { - part - { - name: "background"; - mouse_events: 1; - description - { - state: "default" 0.0; - rel1 - { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 - { - relative: 1.0 1.0; - offset: -1 -1; - } - image - { - normal: "button.png"; - border: 5 5 5 5; - } - } - description - { - state: "clicked" 0.0; - inherit: "default" 0.0; - image - { - normal: "button_clicked.png"; - border: 5 5 5 5; - } - } - } - } - programs - { - program - { - name: "clicked"; - signal: "mouse,down,1"; - source: "EWL"; - action: STATE_SET "clicked" 1.0; - target: "background"; - } - program - { - name: "unclicked"; - signal: "mouse,up,1"; - source: "EWL"; - action: STATE_SET "default" 1.0; - target: "background"; - } - } -} - diff --git a/data/themes/ephoto/bits/combo.edc b/data/themes/ephoto/bits/combo.edc deleted file mode 100644 index e6fefcc..0000000 --- a/data/themes/ephoto/bits/combo.edc +++ /dev/null @@ -1,182 +0,0 @@ -group -{ - name: "/ephoto/combo"; - min: 1 28; - data - { - item: "inset" 0.5; - } - parts - { - part - { - name: "background"; - mouse_events: 1; - description - { - state: "default" 0.0; - rel1 - { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 - { - relative: 1.0 1.0; - offset: -1 -1; - } - image - { - normal: "button.png"; - border: 5 5 5 5; - } - } - description - { - state: "clicked" 0.0; - inherit: "default" 0.0; - image - { - normal: "button_clicked.png"; - border: 5 5 5 5; - } - } - } - } - programs - { - program - { - name: "clicked"; - signal: "mouse,down,1"; - source: "EWL"; - action: STATE_SET "clicked" 1.0; - target: "background"; - } - program - { - name: "unclicked"; - signal: "mouse,up,1"; - source: "EWL"; - action: STATE_SET "default" 1.0; - target: "background"; - } - } -} - -group -{ - name: "/ephoto/combo/contents"; - data - { - item: "pad/left" 2; - item: "pad/right" 10; - item: "inset/top" 1; - item: "inset/bottom" 1; - } -} - -group -{ - name: "/ephoto/combo/button"; - min: 18 17; - max: 18 17; - data - { - item: "pad" 5; - } - parts - { - part - { - name: "background"; - mouse_events: 1; - description - { - state: "default" 0.0; - rel1 - { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 - { - relative: 1.0 1.0; - offset: -1 -1; - } - image - { - normal: "combo_arrows.png"; - } - } - } - } -} - -group -{ - name: "/ephoto/combo/popup"; - parts - { - part - { - name: "base3"; - mouse_events: 0; - type: RECT; - description { - state: "default" 0.0; - rel1 - { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 - { - relative: 1.0 1.0; - offset: -1 -1; - } - color: 184 171 143 255; - } - } - part { - name: "border"; - mouse_events: 0; - type: RECT; - description { - state: "default" 0.0; - rel1 - { - to_y: "base"; - relative: 0.0 1.0; - offset: 1 0; - } - rel2 { - relative: 1.0 1.0; - offset: -2 -2; - } - color: 184 171 143 255; - } - } - part { - name: "base"; - mouse_events: 0; - type: RECT; - description { - state: "default" 0.0; - align: 0.5 0.0; - rel1 - { - relative: 0.0 0.0; - offset: 1 1; - } - rel2 - { - relative: 1.0 1.0; - offset: -2 -2; - } - color: 249 247 243 255; - } - } - } -} - diff --git a/data/themes/ephoto/bits/entry.edc b/data/themes/ephoto/bits/entry.edc deleted file mode 100644 index 8d23ad2..0000000 --- a/data/themes/ephoto/bits/entry.edc +++ /dev/null @@ -1,149 +0,0 @@ -group -{ - name: "/ephoto/entry"; - min: 18 18; - data - { - item: "inset/left" 6; - item: "inset/right" 2; - item: "inset/top" 2; - item: "inset/bottom" 2; - } - parts - { - part - { - name: "background"; - mouse_events: 0; - description - { - state: "default" 0.0; - image - { - normal: "entry.png"; - border: 5 5 8 6; - } - } - } - part { - name: "entry_focus"; - description { - state: "default" 0.0; - color: 255 255 255 0; - visible: 0; - image { - normal: "entry_focus.png"; - border: 7 7 6 6; - middle: 0; - } - fill { - smooth: 0; - } - } - description { - state: "focus" 0.0; - inherit: "default" 0.0; - color: 255 255 255 255; - visible: 1; - } - } - } - programs - { - program - { - name: "focus,in"; - signal: "focus,in"; - source: "*"; - action: STATE_SET "focus" 0.0; - transition: DECELERATE 0.2; - target: "entry_focus"; - } - program - { - name: "focus,out"; - signal: "focus,out"; - source: "*"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.5; - target: "entry_focus"; - } - } - -} - -group -{ - name: "/ephoto/entry/cursor"; - min: 1 12; - max: 1 10000; - - data - { - item: "pad" 0; - item: "pad/top" 4; - } - - parts - { - part - { - name, "cursor"; - type: RECT; - description - { - state: "default" 0.0; - color: 0 0 0 255; - visible: 0; - } - description - { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - } - programs - { - program - { - name: "blink-on"; - signal: "show"; - source: ""; - action: STATE_SET "visible" 0.0; - target: "cursor"; - after: "blink-hold-on"; - } - program - { - name: "blink-off"; - action: STATE_SET "default" 0.0; - target: "cursor"; - after: "blink-hold-off"; - } - program - { - name: "blink-hold-on"; - in: 1.0 0.0; - after: "blink-off"; - } - program - { - name: "blink-hold-off"; - in: 0.5 0.0; - after: "blink-on"; - } - program - { - name: "no-blink"; - signal: "noblink"; - source, "EWL"; - action: ACTION_STOP; - target: "blink-hold-on"; - target: "blink-hold-off"; - after: "blink-on"; - } - } -} - diff --git a/data/themes/ephoto/bits/label.edc b/data/themes/ephoto/bits/label.edc deleted file mode 100644 index 9381634..0000000 --- a/data/themes/ephoto/bits/label.edc +++ /dev/null @@ -1,95 +0,0 @@ -group -{ - name: "/ephoto/label"; - data - { - item: "pad" 2; - } - parts - { - part - { - name: "background"; - type: RECT; - description - { - state: "default" 0.0; - color: 0 0 0 0; - } - description - { - state: "colored" 0.0; - color: 71 135 195 255; - } - } - part - { - name: "/ephoto/label/text"; - type: TEXT; - effect: NONE; - - description - { - state: "default" 0.0; - align: 0.5 0.5; - - rel1 - { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 - { - relative: 1.0 1.0; - offset: -1 -1; - } - text - { - text: "text"; - font: "ewl/default"; - size: 11; - min: 1 1; - align: 0.5 0.5; - } - color: 0 0 0 255; - } - description - { - state: "colored" 0.0; - inherit: "default" 0.0; - text - { - text: "text"; - font: "ewl/default/bold"; - size: 10; - min: 1 1; - align: 0.5 0.5; - } - color: 255 255 255 255; - } - } - } - programs - { - program - { - name: "colored"; - signal: "colored"; - source: "*"; - action: STATE_SET "colored" 0.0; - target: "background"; - target: "/ephoto/label/text"; - } - program - { - name: "default"; - signal: "default"; - source: "*"; - action: STATE_SET "default" 0.0; - target: "background"; - target: "/ephoto/label/text"; - } - } -} - - diff --git a/data/themes/ephoto/bits/scrollbar.edc b/data/themes/ephoto/bits/scrollbar.edc deleted file mode 100644 index cf621c0..0000000 --- a/data/themes/ephoto/bits/scrollbar.edc +++ /dev/null @@ -1,473 +0,0 @@ -group -{ - name: "/ephoto/vrunner"; - parts - { - part - { - name: "runner"; - description - { - state: "default" 0.0; - image - { - normal: "sf_vb_runner.png"; - border: 8 8 6 6; - } - fill - { - smooth: 0; - } - } - } - } -} - -group -{ - name: "/ephoto/vscrollbar"; - min: 15 36; - parts - { - part - { - name: "scrollbar"; - description - { - state: "default" 0.0; - rel1 - { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 - { - relative: 1.0 1.0; - offset: -1 -1; - } - image - { - normal: "sf_barv1.png"; - border: 6 6 6 6; - } - fill - { - smooth: 0; - } - } - description - { - state: "hilited" 0.0; - inherit: "default" 0.0; - image - { - normal: "sf_barv1_h.png"; - border: 6 6 6 6; - } - } - } - part - { - name: "vscrollbar_thumb"; - description - { - min: 7 8; - max: 7 8; - fixed: 1 1; - rel1 - { - relative: 0.5 0.5; - offset: 0 0; - } - rel2 - { - relative: 0.5 0.5; - offset: 0 0; - } - image - { - normal: "sf_barv_thumb.png"; - border: 2 2 2 2; - } - } - } - } - programs - { - program - { - name: "hilite"; - signal: "mouse,in"; - source: "*"; - action: STATE_SET "hilited" 0.0; - target: "scrollbar"; - } - program - { - name: "default"; - signal: "mouse,out"; - source: "*"; - action: STATE_SET "default" 0.0; - target: "scrollbar"; - } - } -} -group -{ - name: "/ephoto/vscrollbar/decrement"; - min: 15 15; - max: 15 15; - parts - { - part - { - name: "arrow"; - mouse_events: 1; - description - { - state: "default" 0.0; - align: 0.5 1.0; - aspect: 1.0 1.0; - aspect_preference: HORIZONTAL; - rel1 - { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 - { - relative: 1.0 1.0; - offset: -1 -1; - } - image - { - normal: "sf_btd1.png"; - } - } - description - { - state: "clicked" 0.0; - inherit: "default" 0.0; - image - { - normal: "sf_btd1d.png"; - } - } - } - } - programs - { - program - { - name: "mouse,down"; - signal: "mouse,down,*"; - source: "*"; - action: STATE_SET "clicked" 0.0; - target: "arrow"; - } - program - { - name: "mouse,up"; - signal: "mouse,up,*"; - source: "*"; - action: STATE_SET "default" 0.0; - target: "arrow"; - } - } -} - -group -{ - name: "/ephoto/vscrollbar/increment"; - min: 15 15; - max: 15 15; - parts - { - part - { - name: "arrow"; - mouse_events: 1; - description - { - state: "default" 0.0; - align: 0.5 1.0; - aspect: 1.0 1.0; - aspect_preference: HORIZONTAL; - rel1 - { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 - { - relative: 1.0 1.0; - offset: -1 -1; - } - image - { - normal: "sf_btu1.png"; - } - } - description - { - state: "clicked" 0.0; - inherit: "default" 0.0; - image - { - normal: "sf_btu1d.png"; - } - } - } - } - programs - { - program - { - name: "mouse,down"; - signal: "mouse,down,*"; - source: "*"; - action: STATE_SET "clicked" 0.0; - target: "arrow"; - } - program - { - name: "mouse,up"; - signal: "mouse,up,*"; - source: "EWL"; - action: STATE_SET "default" 0.0; - target: "arrow"; - } - } -} - -group -{ - name: "/ephoto/hrunner"; - parts - { - part - { - name: "runner"; - description - { - state: "default" 0.0; - image - { - normal: "sf_hb_runner.png"; - border: 6 6 8 8; - } - fill - { - smooth: 0; - } - } - } - } -} - -group -{ - name: "/ephoto/hscrollbar"; - min: 36 15; - parts - { - part - { - name: "scrollbar"; - description - { - state: "default" 0.0; - image - { - normal: "sf_barh1.png"; - border: 6 6 6 6; - } - fill - { - smooth: 0; - } - } - description - { - state: "hilited" 0.0; - inherit: "default" 0.0; - image - { - normal: "sf_barh1_h.png"; - border: 6 6 6 6; - } - } - } - part - { - name: "hscrollbar_thumb"; - description - { - min: 8 7; - max: 8 7; - fixed: 1 1; - rel1 - { - relative: 0.5 0.5; - offset: 0 0; - } - rel2 - { - relative: 0.5 0.5; - offset: 0 0; - } - image - { - normal: "sf_barh_thumb.png"; - border: 2 2 2 2; - } - } - } - } - programs - { - program - { - name: "hilite"; - signal: "mouse,in"; - source: "*"; - action: STATE_SET "hilited" 0.0; - target: "scrollbar"; - } - program - { - name: "default"; - signal: "mouse,out"; - source: "*"; - action: STATE_SET "default" 0.0; - target: "scrollbar"; - } - } -} -group -{ - name: "/ephoto/hscrollbar/decrement"; - min: 15 15; - max: 15 15; - parts - { - part - { - name: "arrow"; - mouse_events: 1; - description - { - state: "default" 0.0; - align: 0.5 1.0; - aspect: 1.0 1.0; - aspect_preference: VERTICAL; - rel1 - { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 - { - relative: 1.0 1.0; - offset: -1 -1; - } - image - { - normal: "sf_btl1.png"; - } - } - description - { - state: "clicked" 0.0; - inherit: "default" 0.0; - image - { - normal: "sf_btl1d.png"; - } - } - } - } - programs - { - program - { - name: "mouse,down"; - signal: "mouse,down,*"; - source: "*"; - action: STATE_SET "clicked" 0.0; - target: "arrow"; - } - program - { - name: "mouse,up"; - signal: "mouse,up,*"; - source: "*"; - action: STATE_SET "default" 0.0; - target: "arrow"; - } - } -} - -group -{ - name: "/ephoto/hscrollbar/increment"; - min: 15 15; - max: 15 15; - parts - { - part - { - name: "arrow"; - mouse_events: 1; - description - { - state: "default" 0.0; - align: 0.5 1.0; - aspect: 1.0 1.0; - aspect_preference: VERTICAL; - rel1 - { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 - { - relative: 1.0 1.0; - offset: -1 -1; - } - image - { - normal: "sf_btr1.png"; - } - } - description - { - state: "clicked" 0.0; - inherit: "default" 0.0; - image - { - normal: "sf_btr1d.png"; - } - } - } - } - programs - { - program - { - name: "mouse,down"; - signal: "mouse,down,*"; - source: "*"; - action: STATE_SET "clicked" 0.0; - target: "arrow"; - } - program - { - name: "mouse,up"; - signal: "mouse,up,*"; - source: "EWL"; - action: STATE_SET "default" 0.0; - target: "arrow"; - } - } -} diff --git a/data/themes/ephoto/bits/scrollpane.edc b/data/themes/ephoto/bits/scrollpane.edc deleted file mode 100644 index c6e5b28..0000000 --- a/data/themes/ephoto/bits/scrollpane.edc +++ /dev/null @@ -1,36 +0,0 @@ -group -{ - name: "/ephoto/scrollpane"; - data - { - item: "inset" 3; - } - parts - { - part - { - name: "background"; - mouse_events: 0; - type: IMAGE; - description - { - state: "default" 0.0; - rel1 - { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 - { - relative: 1.0 1.0; - offset: -1 -1; - } - image - { - normal: "scrollpane_bg.png"; - border: 8 8 8 8; - } - } - } - } -} diff --git a/data/themes/ephoto/bits/seeker.edc b/data/themes/ephoto/bits/seeker.edc deleted file mode 100644 index 3119810..0000000 --- a/data/themes/ephoto/bits/seeker.edc +++ /dev/null @@ -1,196 +0,0 @@ -group -{ - name: "/ephoto/hseeker"; - parts - { - part - { - name: "line"; - description - { - max: 99999 7; - state: "default" 0.0; - image - { - normal: "seeker_bg.png"; - border: 3 3 3 3; - } - } - } - - part { - name: "slider_p1"; - type: RECT; - mouse_events: 1; - - description { - state: "default" 0.0; - color: 251 232 78 128; - - rel2 { - to: "dragable.slider"; - relative: 0.0 1.0; offset: -1 -1; - } - } - } - - - part { - name: "slider_p2"; - type: RECT; - mouse_events: 1; - - description { - state: "default" 0.0; - color: 231 93 7 128; - - rel1 { - to: "dragable.slider"; - relative: 1.0 0.0; offset: 0 0; - } - } - } - - /* part { - name: "test"; - - description { - state: "default" 0.0; - min: 26 14; - max: 26 14; - - color: 108 67 1 128; - } - } - */ - - part { - name: "confine_area"; - type: RECT; - mouse_events: 0; - - description { - state: "default" 0.0; - max: 99999 5; - - rel1 { to: "line"; relative: 0.0 0.0; offset: 1 0; } - rel2 { to: "line"; relative: 1.0 1.0; offset: -1 -1; } - - color: 166 166 166 128; - } - } - -part { - name: "dragable.slider"; - type: RECT; - mouse_events: 0; - - dragable { - x: 1 1 0; - y: 0 0 0; - confine: "confine_area"; - } - - description { - state: "default" 0.0; - min: 26 14; - max: 26 14; - - rel1 { to: "line"; relative: 0.5 0.5; offset: 0 0; } - rel2 { to: "line"; relative: 0.5 0.5; offset: 0 0; } - - color: 255 0 0 128; - } -} - - } - - programs - { - -# ifdef PROG -# undef PROG -# endif - -#define PROG(NAME,SIGNAL,SRC,ACT,TARGET)\ -program {\ - name: NAME;\ - signal: SIGNAL;\ - source: SRC;\ - action: ACT;\ - target: TARGET;\ -} - -PROG("slider+", "mouse,in", "slider_p2", DRAG_VAL_PAGE 1.0 0.0, "dragable.slider") -PROG("slider-", "mouse,in", "slider_p1", DRAG_VAL_PAGE -1.0 0.0, "dragable.slider") - - } -} - -group -{ - name: "/ephoto/hseeker/button"; - min: 26 14; - - parts - { - part - { - name: "drag"; - description - { - state: "default" 0.0; - min: 26 14; - max: 26 14; - fixed: 1 1; - image - { - normal: "seeker.png"; - // image is of fixed size no need to do any border scaling - //border: 8 8 8 8; - } - fill - { - smooth: 0; - } - } - description - { - state: "highlight" 0.0; - inherit: "default" 0.0; - min: 26 14; - max: 26 14; - image - { - normal: "seeker_h.png"; - // image is of fixed size no need to do any border scaling - //border: 8 8 8 8; - } - fill - { - smooth: 0; - } - } - } - } - programs - { - program - { - name: "highlight"; - signal: "mouse,in"; - source: "EWL"; - action: STATE_SET "highlight" 0.0; - target: "drag"; - } - program - { - name: "un-highlight"; - signal: "mouse,out"; - source: "EWL"; - action: STATE_SET "default" 0.0; - target: "drag"; - } - } -} - diff --git a/data/themes/ephoto/bits/separator.edc b/data/themes/ephoto/bits/separator.edc deleted file mode 100644 index 7b756af..0000000 --- a/data/themes/ephoto/bits/separator.edc +++ /dev/null @@ -1,80 +0,0 @@ -group -{ - name: "/ephoto/hseparator"; - min: 6 2; - max: 10000 2; - - parts - { - part - { - name: "separator"; - mouse_events: 0; - description - { - state: "default" 0.0; - min: 20 2; - rel1 - { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 - { - relative: 1.0 1.0; - offset: -1 -1; - } - image - { - normal: "hseparator.png"; - border: 1 1 1 1; - } - fill - { - smooth: 0; - } - } - } - } -} - -group -{ - name: "/ephoto/vseparator"; - min: 2 6; - max: 2 10000; - - parts - { - part - { - name: "separator"; - mouse_events: 0; - description - { - state: "default" 0.0; - min: 2 20; - rel1 - { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 - { - relative: 1.0 1.0; - offset: -1 -1; - } - image - { - normal: "vseparator.png"; - border: 1 1 1 1; - } - fill - { - smooth: 0; - } - } - } - } -} - diff --git a/data/themes/ephoto/bits/shadow.edc b/data/themes/ephoto/bits/shadow.edc deleted file mode 100644 index ce64e7f..0000000 --- a/data/themes/ephoto/bits/shadow.edc +++ /dev/null @@ -1,41 +0,0 @@ -group -{ - name: "/ephoto/shadow"; - data - { - item: "inset" 4; - item: "pad" 2; - } - parts - { - part - { - name: "shadow"; - type: IMAGE; - mouse_events: 0; - description - { - state: "default" 0.0; - rel1 - { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 - { - relative: 1.0 1.0; - offset: -1 -1; - } - image - { - normal: "shadow.png"; - } - fill - { - smooth: 0; - } - } - } - } -} - diff --git a/data/themes/ephoto/bits/spacer.edc b/data/themes/ephoto/bits/spacer.edc deleted file mode 100644 index 48e67e5..0000000 --- a/data/themes/ephoto/bits/spacer.edc +++ /dev/null @@ -1,30 +0,0 @@ -group -{ - name: "/ephoto/spacer"; - - parts - { - part - { - name: "base"; - type: RECT; - - description - { - state: "default" 0.0; - rel1 - { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 - { - relative: 1.0 1.0; - offset: -1 -1; - } - color: 0 0 0 0; - } - } - } -} - diff --git a/data/themes/ephoto/bits/text.edc b/data/themes/ephoto/bits/text.edc deleted file mode 100644 index e69de29..0000000 diff --git a/data/themes/ephoto/bits/tree.edc b/data/themes/ephoto/bits/tree.edc deleted file mode 100644 index 4db9952..0000000 --- a/data/themes/ephoto/bits/tree.edc +++ /dev/null @@ -1,78 +0,0 @@ -group -{ - name: "/ephoto/row"; - data - { - item: "inset" 3; - } - parts - { - part - { - name: "background"; - type: RECT; - description - { - state: "even" 0.0; - color: 238 238 238 255; - } - description - { - state: "odd" 0.0; - color: 255 255 255 255; - } - } - part - { - name: "highlight"; - type: RECT; - description - { - state: "default" 0.0; - visible: 0; - color: 71 135 195 255; - } - description - { - state: "selected" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } - } - programs - { - program - { - name: "even"; - signal: "even"; - source: "*"; - action: STATE_SET "even" 0.0; - target: "background"; - } - program - { - name: "odd"; - signal: "odd"; - source: "*"; - action: STATE_SET "odd" 0.0; - target: "background"; - } - program - { - name: "selected"; - signal: "tree-selected"; - source: "*"; - action: STATE_SET "selected" 0.0; - target: "highlight"; - } - program - { - name: "unselected"; - signal: "tree-deselect"; - source: "*"; - action: STATE_SET "default" 0.0; - target: "highlight"; - } - } -} diff --git a/data/themes/ephoto/bits/window.edc b/data/themes/ephoto/bits/window.edc deleted file mode 100644 index 87b2197..0000000 --- a/data/themes/ephoto/bits/window.edc +++ /dev/null @@ -1,32 +0,0 @@ -group -{ - name: "/ephoto/window"; - data - { - item: "inset" 1; - } - parts - { - part - { - name: "background"; - mouse_events: 0; - type: RECT; - description - { - state: "default" 0.0; - rel1 - { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 - { - relative: 1.0 1.0; - offset: -1 -1; - } - color: 237 233 227 255; - } - } - } -} diff --git a/data/themes/ephoto/fonts/AUTHORS b/data/themes/ephoto/fonts/AUTHORS deleted file mode 100644 index f430509..0000000 --- a/data/themes/ephoto/fonts/AUTHORS +++ /dev/null @@ -1,32 +0,0 @@ -Adrian Schroeter -Andrey Valentinovich Panov -Ben Laenen -Bhikkhu Pesala -Dafydd Harries -Danilo Segan -David Jez -David Lawrence Ramsey -Denis Jacquerye -Dwayne Bailey -Eugeniy Meshcheryakov -Gee Fung Sit -Heikki Lindroos -James Cloos -James Crippen -Keenan Pepper -Lars Naesbye Christensen -Mashrab Kuvatov -Mederic Boquien -Misu Moldovan -Ognyan Kulev -Ondrej Koala Vacha -Peter Cernak -Remy Oudompheng -Sander Vesik -Stepan Roh -Tavmjong Bah -Tim May -Valentin Stoykov -Vasek Stodulka - -$Id$ diff --git a/data/themes/ephoto/fonts/DejaVuSansMono-Bold.ttf b/data/themes/ephoto/fonts/DejaVuSansMono-Bold.ttf deleted file mode 100644 index 7ad0ca1..0000000 Binary files a/data/themes/ephoto/fonts/DejaVuSansMono-Bold.ttf and /dev/null differ diff --git a/data/themes/ephoto/fonts/DejaVuSansMono-BoldOblique.ttf b/data/themes/ephoto/fonts/DejaVuSansMono-BoldOblique.ttf deleted file mode 100644 index 5de6a43..0000000 Binary files a/data/themes/ephoto/fonts/DejaVuSansMono-BoldOblique.ttf and /dev/null differ diff --git a/data/themes/ephoto/fonts/DejaVuSansMono-Oblique.ttf b/data/themes/ephoto/fonts/DejaVuSansMono-Oblique.ttf deleted file mode 100644 index f735f9c..0000000 Binary files a/data/themes/ephoto/fonts/DejaVuSansMono-Oblique.ttf and /dev/null differ diff --git a/data/themes/ephoto/fonts/DejaVuSansMono.ttf b/data/themes/ephoto/fonts/DejaVuSansMono.ttf deleted file mode 100644 index 8ac1a25..0000000 Binary files a/data/themes/ephoto/fonts/DejaVuSansMono.ttf and /dev/null differ diff --git a/data/themes/ephoto/fonts/DejaVuSerif-Bold.ttf b/data/themes/ephoto/fonts/DejaVuSerif-Bold.ttf deleted file mode 100644 index 4524da6..0000000 Binary files a/data/themes/ephoto/fonts/DejaVuSerif-Bold.ttf and /dev/null differ diff --git a/data/themes/ephoto/fonts/DejaVuSerif-BoldOblique.ttf b/data/themes/ephoto/fonts/DejaVuSerif-BoldOblique.ttf deleted file mode 100644 index cbb08cc..0000000 Binary files a/data/themes/ephoto/fonts/DejaVuSerif-BoldOblique.ttf and /dev/null differ diff --git a/data/themes/ephoto/fonts/DejaVuSerif-Oblique.ttf b/data/themes/ephoto/fonts/DejaVuSerif-Oblique.ttf deleted file mode 100644 index 06a9c85..0000000 Binary files a/data/themes/ephoto/fonts/DejaVuSerif-Oblique.ttf and /dev/null differ diff --git a/data/themes/ephoto/fonts/DejaVuSerif.ttf b/data/themes/ephoto/fonts/DejaVuSerif.ttf deleted file mode 100644 index 94da611..0000000 Binary files a/data/themes/ephoto/fonts/DejaVuSerif.ttf and /dev/null differ diff --git a/data/themes/ephoto/fonts/LICENSE b/data/themes/ephoto/fonts/LICENSE deleted file mode 100644 index 56db9c0..0000000 --- a/data/themes/ephoto/fonts/LICENSE +++ /dev/null @@ -1,98 +0,0 @@ -Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. Glyphs imported from Arev fonts are (c) Tavmjung Bah (see below) - -Bitstream Vera Fonts Copyright ------------------------------- - -Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is -a trademark of Bitstream, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of the fonts accompanying this license ("Fonts") and associated -documentation files (the "Font Software"), to reproduce and distribute the -Font Software, including without limitation the rights to use, copy, merge, -publish, distribute, and/or sell copies of the Font Software, and to permit -persons to whom the Font Software is furnished to do so, subject to the -following conditions: - -The above copyright and trademark notices and this permission notice shall -be included in all copies of one or more of the Font Software typefaces. - -The Font Software may be modified, altered, or added to, and in particular -the designs of glyphs or characters in the Fonts may be modified and -additional glyphs or characters may be added to the Fonts, only if the fonts -are renamed to names not containing either the words "Bitstream" or the word -"Vera". - -This License becomes null and void to the extent applicable to Fonts or Font -Software that has been modified and is distributed under the "Bitstream -Vera" names. - -The Font Software may be sold as part of a larger software package but no -copy of one or more of the Font Software typefaces may be sold by itself. - -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, -TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME -FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING -ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF -THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE -FONT SOFTWARE. - -Except as contained in this notice, the names of Gnome, the Gnome -Foundation, and Bitstream Inc., shall not be used in advertising or -otherwise to promote the sale, use or other dealings in this Font Software -without prior written authorization from the Gnome Foundation or Bitstream -Inc., respectively. For further information, contact: fonts at gnome dot -org. - -Arev Fonts Copyright ------------------------------- - -Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of the fonts accompanying this license ("Fonts") and -associated documentation files (the "Font Software"), to reproduce -and distribute the modifications to the Bitstream Vera Font Software, -including without limitation the rights to use, copy, merge, publish, -distribute, and/or sell copies of the Font Software, and to permit -persons to whom the Font Software is furnished to do so, subject to -the following conditions: - -The above copyright and trademark notices and this permission notice -shall be included in all copies of one or more of the Font Software -typefaces. - -The Font Software may be modified, altered, or added to, and in -particular the designs of glyphs or characters in the Fonts may be -modified and additional glyphs or characters may be added to the -Fonts, only if the fonts are renamed to names not containing either -the words "Tavmjong Bah" or the word "Arev". - -This License becomes null and void to the extent applicable to Fonts -or Font Software that has been modified and is distributed under the -"Tavmjong Bah Arev" names. - -The Font Software may be sold as part of a larger software package but -no copy of one or more of the Font Software typefaces may be sold by -itself. - -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL -TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. - -Except as contained in this notice, the name of Tavmjong Bah shall not -be used in advertising or otherwise to promote the sale, use or other -dealings in this Font Software without prior written authorization -from Tavmjong Bah. For further information, contact: tavmjong @ free -. fr. - -$Id$ diff --git a/data/themes/ephoto/fonts/Makefile.am b/data/themes/ephoto/fonts/Makefile.am deleted file mode 100644 index 0edf319..0000000 --- a/data/themes/ephoto/fonts/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -MAINTAINERCLEANFILES = Makefile.in Makefile - -EXTRA_DIST = \ -AUTHORS \ -LICENSE \ -DejaVuSerif-Bold.ttf \ -DejaVuSerif-Oblique.ttf \ -DejaVuSerif-BoldOblique.ttf \ -DejaVuSerif.ttf \ -DejaVuSansMono-Bold.ttf \ -DejaVuSansMono-Oblique.ttf \ -DejaVuSansMono-BoldOblique.ttf \ -DejaVuSansMono.ttf diff --git a/data/themes/ephoto/images/Makefile.am b/data/themes/ephoto/images/Makefile.am deleted file mode 100644 index 4ef4dbc..0000000 --- a/data/themes/ephoto/images/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -MAINTAINERCLEANFILES = Makefile.in Makefile - -EXTRA_DIST = \ -button_clicked.png \ -button.png \ -combo_arrows.png \ -entry.png \ -images.edc \ -scrollpane_bg.png \ -sf_barh1_h.png \ -sf_barh1.png \ -sf_barh_thumb.png \ -sf_barv1_h.png \ -sf_barv1.png \ -sf_barv_thumb.png \ -sf_btd1d.png \ -sf_btd1.png \ -sf_btl1d.png \ -sf_btl1.png \ -sf_btr1d.png \ -sf_btr1.png \ -sf_btu1d.png \ -sf_btu1.png \ -sf_hb_runner.png \ -sf_vb_runner.png - diff --git a/data/themes/ephoto/images/button.png b/data/themes/ephoto/images/button.png deleted file mode 100644 index 13bfc28..0000000 Binary files a/data/themes/ephoto/images/button.png and /dev/null differ diff --git a/data/themes/ephoto/images/button_clicked.png b/data/themes/ephoto/images/button_clicked.png deleted file mode 100644 index 22fca3e..0000000 Binary files a/data/themes/ephoto/images/button_clicked.png and /dev/null differ diff --git a/data/themes/ephoto/images/combo_arrows.png b/data/themes/ephoto/images/combo_arrows.png deleted file mode 100644 index 09e3a35..0000000 Binary files a/data/themes/ephoto/images/combo_arrows.png and /dev/null differ diff --git a/data/themes/ephoto/images/entry.png b/data/themes/ephoto/images/entry.png deleted file mode 100644 index fb487a3..0000000 Binary files a/data/themes/ephoto/images/entry.png and /dev/null differ diff --git a/data/themes/ephoto/images/entry_focus.png b/data/themes/ephoto/images/entry_focus.png deleted file mode 100644 index 9a17803..0000000 Binary files a/data/themes/ephoto/images/entry_focus.png and /dev/null differ diff --git a/data/themes/ephoto/images/hseparator.png b/data/themes/ephoto/images/hseparator.png deleted file mode 100644 index dc60079..0000000 Binary files a/data/themes/ephoto/images/hseparator.png and /dev/null differ diff --git a/data/themes/ephoto/images/images.edc b/data/themes/ephoto/images/images.edc deleted file mode 100644 index c134fa3..0000000 --- a/data/themes/ephoto/images/images.edc +++ /dev/null @@ -1,31 +0,0 @@ -images -{ - image: "button.png" COMP; - image: "button_clicked.png" COMP; - image: "combo_arrows.png" COMP; - image: "entry.png" COMP; - image: "entry_focus.png" COMP; - image: "hseparator.png" COMP; - image: "scrollpane_bg.png" COMP; - image: "seeker_bg.png" COMP; - image: "seeker.png" COMP; - image: "seeker_h.png" COMP; - image: "sf_barh1.png" COMP; - image: "sf_barh1_h.png" COMP; - image: "sf_barh_thumb.png" COMP; - image: "sf_btl1.png" COMP; - image: "sf_btl1d.png" COMP; - image: "sf_btr1.png" COMP; - image: "sf_btr1d.png" COMP; - image: "sf_hb_runner.png" COMP; - image: "sf_barv1.png" COMP; - image: "sf_barv1_h.png" COMP; - image: "sf_barv_thumb.png" COMP; - image: "sf_btd1.png" COMP; - image: "sf_btd1d.png" COMP; - image: "sf_btu1.png" COMP; - image: "sf_btu1d.png" COMP; - image: "sf_vb_runner.png" COMP; - image: "shadow.png" COMP; - image: "vseparator.png" COMP; -} diff --git a/data/themes/ephoto/images/scrollpane_bg.png b/data/themes/ephoto/images/scrollpane_bg.png deleted file mode 100644 index fb487a3..0000000 Binary files a/data/themes/ephoto/images/scrollpane_bg.png and /dev/null differ diff --git a/data/themes/ephoto/images/seeker.png b/data/themes/ephoto/images/seeker.png deleted file mode 100644 index 4955ffa..0000000 Binary files a/data/themes/ephoto/images/seeker.png and /dev/null differ diff --git a/data/themes/ephoto/images/seeker_bg.png b/data/themes/ephoto/images/seeker_bg.png deleted file mode 100644 index 882f695..0000000 Binary files a/data/themes/ephoto/images/seeker_bg.png and /dev/null differ diff --git a/data/themes/ephoto/images/seeker_h.png b/data/themes/ephoto/images/seeker_h.png deleted file mode 100644 index bb04606..0000000 Binary files a/data/themes/ephoto/images/seeker_h.png and /dev/null differ diff --git a/data/themes/ephoto/images/sf_barh1.png b/data/themes/ephoto/images/sf_barh1.png deleted file mode 100644 index 16820d2..0000000 Binary files a/data/themes/ephoto/images/sf_barh1.png and /dev/null differ diff --git a/data/themes/ephoto/images/sf_barh1_h.png b/data/themes/ephoto/images/sf_barh1_h.png deleted file mode 100644 index 0f7d9ce..0000000 Binary files a/data/themes/ephoto/images/sf_barh1_h.png and /dev/null differ diff --git a/data/themes/ephoto/images/sf_barh_thumb.png b/data/themes/ephoto/images/sf_barh_thumb.png deleted file mode 100644 index 99fdecd..0000000 Binary files a/data/themes/ephoto/images/sf_barh_thumb.png and /dev/null differ diff --git a/data/themes/ephoto/images/sf_barv1.png b/data/themes/ephoto/images/sf_barv1.png deleted file mode 100644 index 7a984a0..0000000 Binary files a/data/themes/ephoto/images/sf_barv1.png and /dev/null differ diff --git a/data/themes/ephoto/images/sf_barv1_h.png b/data/themes/ephoto/images/sf_barv1_h.png deleted file mode 100644 index 92d442a..0000000 Binary files a/data/themes/ephoto/images/sf_barv1_h.png and /dev/null differ diff --git a/data/themes/ephoto/images/sf_barv_thumb.png b/data/themes/ephoto/images/sf_barv_thumb.png deleted file mode 100644 index f93ec48..0000000 Binary files a/data/themes/ephoto/images/sf_barv_thumb.png and /dev/null differ diff --git a/data/themes/ephoto/images/sf_btd1.png b/data/themes/ephoto/images/sf_btd1.png deleted file mode 100644 index 7f5ed76..0000000 Binary files a/data/themes/ephoto/images/sf_btd1.png and /dev/null differ diff --git a/data/themes/ephoto/images/sf_btd1d.png b/data/themes/ephoto/images/sf_btd1d.png deleted file mode 100644 index 591b15c..0000000 Binary files a/data/themes/ephoto/images/sf_btd1d.png and /dev/null differ diff --git a/data/themes/ephoto/images/sf_btl1.png b/data/themes/ephoto/images/sf_btl1.png deleted file mode 100644 index 4b63bbf..0000000 Binary files a/data/themes/ephoto/images/sf_btl1.png and /dev/null differ diff --git a/data/themes/ephoto/images/sf_btl1d.png b/data/themes/ephoto/images/sf_btl1d.png deleted file mode 100644 index 906ec4f..0000000 Binary files a/data/themes/ephoto/images/sf_btl1d.png and /dev/null differ diff --git a/data/themes/ephoto/images/sf_btr1.png b/data/themes/ephoto/images/sf_btr1.png deleted file mode 100644 index 0472767..0000000 Binary files a/data/themes/ephoto/images/sf_btr1.png and /dev/null differ diff --git a/data/themes/ephoto/images/sf_btr1d.png b/data/themes/ephoto/images/sf_btr1d.png deleted file mode 100644 index 0ad8566..0000000 Binary files a/data/themes/ephoto/images/sf_btr1d.png and /dev/null differ diff --git a/data/themes/ephoto/images/sf_btu1.png b/data/themes/ephoto/images/sf_btu1.png deleted file mode 100644 index f7ab2d4..0000000 Binary files a/data/themes/ephoto/images/sf_btu1.png and /dev/null differ diff --git a/data/themes/ephoto/images/sf_btu1d.png b/data/themes/ephoto/images/sf_btu1d.png deleted file mode 100644 index 08a71c2..0000000 Binary files a/data/themes/ephoto/images/sf_btu1d.png and /dev/null differ diff --git a/data/themes/ephoto/images/sf_hb_runner.png b/data/themes/ephoto/images/sf_hb_runner.png deleted file mode 100644 index 9a529fa..0000000 Binary files a/data/themes/ephoto/images/sf_hb_runner.png and /dev/null differ diff --git a/data/themes/ephoto/images/sf_vb_runner.png b/data/themes/ephoto/images/sf_vb_runner.png deleted file mode 100644 index 748db42..0000000 Binary files a/data/themes/ephoto/images/sf_vb_runner.png and /dev/null differ diff --git a/data/themes/ephoto/images/shadow.png b/data/themes/ephoto/images/shadow.png deleted file mode 100644 index 029d2c7..0000000 Binary files a/data/themes/ephoto/images/shadow.png and /dev/null differ diff --git a/data/themes/ephoto/images/vseparator.png b/data/themes/ephoto/images/vseparator.png deleted file mode 100644 index 2790f74..0000000 Binary files a/data/themes/ephoto/images/vseparator.png and /dev/null differ diff --git a/data/themes/ephoto/main.edc b/data/themes/ephoto/main.edc deleted file mode 100644 index 8d2b71b..0000000 --- a/data/themes/ephoto/main.edc +++ /dev/null @@ -1,71 +0,0 @@ -#include "images/images.edc" - -fonts -{ - font, "fonts/DejaVuSerif.ttf" "ewl/default"; - font, "fonts/DejaVuSerif-Bold.ttf" "ewl/default/bold"; - font, "fonts/DejaVuSerif-Oblique.ttf" "ewl/default/italic"; - font, "fonts/DejaVuSerif-BoldOblique.ttf" "ewl/default/bold-italic"; - font, "fonts/DejaVuSansMono.ttf" "ewl/monospace"; - font, "fonts/DejaVuSansMono-Bold.ttf" "ewl/monospace/bold"; - font, "fonts/DejaVuSansMono-Oblique.ttf" "ewl/monospace/italic"; - font, "fonts/DejaVuSansMono-BoldOblique.ttf" "ewl/monospace/bold-italic"; -} - - -collections -{ -#include "bits/button.edc" -#include "bits/combo.edc" -#include "bits/entry.edc" -#include "bits/label.edc" -#include "bits/scrollbar.edc" -#include "bits/scrollpane.edc" -#include "bits/seeker.edc" -#include "bits/separator.edc" -#include "bits/shadow.edc" -#include "bits/spacer.edc" -#include "bits/tree.edc" -#include "bits/window.edc" -} - -data -{ - item: "/button/group" "/ephoto/button"; - item: "/combo/group" "/ephoto/combo"; - item: "/combo/button/group" "/ephoto/combo/button"; - item: "/combo/cell/group" "/ephoto/combo/contents"; - item: "/combo/popup/group" "/ephoto/combo/popup"; - item: "/entry/group" "/ephoto/entry"; - item: "/entry/cursor/group" "/ephoto/entry/cursor"; - item: "/freebox/auto/padding" 16; - item: "/hscrollbar/decrement/group" "/ephoto/hscrollbar/decrement"; - item: "/hscrollbar/increment/group" "/ephoto/hscrollbar/increment"; - item: "/hscrollbar/hseeker/group" "/ephoto/hrunner"; - item: "/hscrollbar/hseeker/hbutton/group" "/ephoto/hscrollbar"; - item: "/hseeker/group" "/ephoto/hseeker"; - item: "/hseeker/hbutton/group" "/ephoto/hseeker/button"; - item: "/hseparator/group" "/ephoto/hseparator"; - item: "/label/group" "/ephoto/label"; - item: "/label/textpart" "/ephoto/label/text"; - item: "/notebook/pages/group" "/ephoto/window"; - item: "/row/group" "/ephoto/row"; - item: "/scrollpane/group" "/ephoto/scrollpane"; - item: "/shadow/group" "/ephoto/shadow"; - item: "/spacer/group" "/ephoto/spacer"; - item: "/text/color/a" 255; - item: "/text/font" "ewl/default"; - item: "/text/font_size" 10; - item: "/text/style" "none"; - item: "/htoolbar/hbox/button/group" "/ephoto/toolbar/button"; - item: "/tooltip/delay" ".2"; - item: "/tooltip/group" "/ephoto/window"; - item: "/tooltip/hoffset" "5"; - item: "/tooltip/voffset" "5"; - item: "/vscrollbar/decrement/group" "/ephoto/vscrollbar/decrement"; - item: "/vscrollbar/increment/group" "/ephoto/vscrollbar/increment"; - item: "/vseeker/group" "/ephoto/vrunner"; - item: "/vseeker/vbutton/group" "/ephoto/vscrollbar"; - item: "/vseparator/group" "/ephoto/vseparator"; - item: "/window/group" "/ephoto/window"; -}