Go to file
Daniel Juyung Seo 17c0e62dd1 gui: set the scale only when there is a preview object. 2013-02-01 08:16:55 +09:00
data gui_mobile: added mobile version gui. use -m option for mobile view. 2013-01-31 15:04:55 +09:00
m4 autotools: adopted autotools. 2013-01-05 14:55:27 +09:00
src gui: set the scale only when there is a preview object. 2013-02-01 08:16:55 +09:00
.gitignore .gitignore: updated git ignore. 2013-01-05 16:49:32 +09:00
AUTHORS autotools: adopted autotools. 2013-01-05 14:55:27 +09:00
COPYING autotools: adopted autotools. 2013-01-05 14:55:27 +09:00
ChangeLog autotools: adopted autotools. 2013-01-05 14:55:27 +09:00
INSTALL autotools: adopted autotools. 2013-01-05 14:55:27 +09:00
Makefile.am autotools: adopted autotools. 2013-01-05 14:55:27 +09:00
NEWS autotools: adopted autotools. 2013-01-05 14:55:27 +09:00
README updated README. 2013-01-30 09:52:36 +09:00
TODO TODO: updated 2013-01-05 14:23:09 +09:00
autogen.sh autotools: adopted autotools. 2013-01-05 14:55:27 +09:00
configure.ac autotools: fixed data installation directories. 2013-01-05 16:47:32 +09:00

README

elm-theme-viewer
===============================================================================
Author: Daniel Juyung Seo (SeoZ)

Elm Theme Viewer is an EFL(Enlightenment Foundation Libraries) elementary
widget preview program. It lists all widgets and styles from the theme.  It
actually creates widgets with a proper code.
This is a very useful program for elementary application programmers,
elementary theme creators, and elementary widget developers.

Build and installation:
   $ ./autogen.sh && make && sudo make install

Usage 1:
   $ elm_theme_viewer

It loads default theme (default.edj from /usr/local/share/elementary/themes) by
default. But you can see the preview of other themes with the following
instruction.

Usage 2:
   $ elm_theme_viewer -t ./darkness.edj

Usage 3:
   $ elm_theme_viewer -h