On Wed, Nov 24, 2010 at 12:59 PM, Enlightenment SVN <[email protected]> wrote: > Log: > New theme for e_cho, pocket.edc. The buttons are cool, now I need to make > the whole interface looks good...
It's really cool. I'm setting it as default theme. Nice work, dave =) > > > Author: davemds > Date: 2010-11-24 06:59:24 -0800 (Wed, 24 Nov 2010) > New Revision: 54932 > > Added: > trunk/GAMES/e_cho/data/themes/images/elogo.png > trunk/GAMES/e_cho/data/themes/images/pk_blu_off.png > trunk/GAMES/e_cho/data/themes/images/pk_blu_on.png > trunk/GAMES/e_cho/data/themes/images/pk_gre_off.png > trunk/GAMES/e_cho/data/themes/images/pk_gre_on.png > trunk/GAMES/e_cho/data/themes/images/pk_red_off.png > trunk/GAMES/e_cho/data/themes/images/pk_red_on.png > trunk/GAMES/e_cho/data/themes/images/pk_yel_off.png > trunk/GAMES/e_cho/data/themes/images/pk_yel_on.png > trunk/GAMES/e_cho/data/themes/images/pocket.svg > trunk/GAMES/e_cho/data/themes/pocket.edc > Modified: > trunk/GAMES/e_cho/data/themes/Makefile.am > > Modified: trunk/GAMES/e_cho/data/themes/Makefile.am > =================================================================== > --- trunk/GAMES/e_cho/data/themes/Makefile.am 2010-11-24 11:30:12 UTC (rev > 54931) > +++ trunk/GAMES/e_cho/data/themes/Makefile.am 2010-11-24 14:59:24 UTC (rev > 54932) > @@ -1,16 +1,16 @@ > MAINTAINERCLEANFILES = Makefile.in > > EDJE_CC = @edje_cc@ > -EDJE_FLAGS = -v -id $(top_srcdir)/data/themes -fd $(top_srcdir)/data/themes > -id $(top_srcdir)/data/themes/images > +EDJE_FLAGS = -v -fd $(top_srcdir)/data/themes -id > $(top_srcdir)/data/themes/images > > filesdir = $(datadir)/$(PACKAGE) > -files_DATA = default.edj efl_devels_theme.edj muted_theme.edj > +files_DATA = default.edj efl_devels_theme.edj muted_theme.edj pocket.edj > > images = > > fonts = > > -EXTRA_DIST = default.edc efl_devels_theme.edc muted_theme.edc $(images) > $(fonts) > +EXTRA_DIST = default.edc efl_devels_theme.edc muted_theme.edc pocket.edc > $(images) $(fonts) > > default.edj: Makefile $(images) $(fonts) default.edc > $(EDJE_CC) $(EDJE_FLAGS) \ > @@ -27,5 +27,10 @@ > $(top_srcdir)/data/themes/muted_theme.edc \ > $(top_builddir)/data/themes/muted_theme.edj > > +pocket.edj: Makefile $(images) $(fonts) pocket.edc > + $(EDJE_CC) $(EDJE_FLAGS) \ > + $(top_srcdir)/data/themes/pocket.edc \ > + $(top_builddir)/data/themes/pocket.edj > + > clean-local: > - rm -f default.edj efl_devels_theme.edj muted_theme.edj > + rm -f default.edj efl_devels_theme.edj muted_theme.edj pocket.edj > > > Property changes on: trunk/GAMES/e_cho/data/themes/images/elogo.png > ___________________________________________________________________ > Added: svn:mime-type > + application/octet-stream > > > Property changes on: trunk/GAMES/e_cho/data/themes/images/pk_blu_off.png > ___________________________________________________________________ > Added: svn:mime-type > + application/octet-stream > > > Property changes on: trunk/GAMES/e_cho/data/themes/images/pk_blu_on.png > ___________________________________________________________________ > Added: svn:mime-type > + application/octet-stream > > > Property changes on: trunk/GAMES/e_cho/data/themes/images/pk_gre_off.png > ___________________________________________________________________ > Added: svn:mime-type > + application/octet-stream > > > Property changes on: trunk/GAMES/e_cho/data/themes/images/pk_gre_on.png > ___________________________________________________________________ > Added: svn:mime-type > + application/octet-stream > > > Property changes on: trunk/GAMES/e_cho/data/themes/images/pk_red_off.png > ___________________________________________________________________ > Added: svn:mime-type > + application/octet-stream > > > Property changes on: trunk/GAMES/e_cho/data/themes/images/pk_red_on.png > ___________________________________________________________________ > Added: svn:mime-type > + application/octet-stream > > > Property changes on: trunk/GAMES/e_cho/data/themes/images/pk_yel_off.png > ___________________________________________________________________ > Added: svn:mime-type > + application/octet-stream > > > Property changes on: trunk/GAMES/e_cho/data/themes/images/pk_yel_on.png > ___________________________________________________________________ > Added: svn:mime-type > + application/octet-stream > > > ------------------------------------------------------------------------------ > Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! > Tap into the largest installed PC base & get more eyes on your game by > optimizing for Intel(R) Graphics Technology. Get started today with the > Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. > http://p.sf.net/sfu/intelisp-dev2dev > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
