Go to file
Daniel Juyung Seo 42304223a3 main: added a space for documentation. 2013-03-27 21:44:39 +09:00
data logo: changed, added images. 2013-02-17 13:39:33 +09:00
m4 autotools: adopted autotools. 2013-01-05 14:55:27 +09:00
packaging spec: added rpm build. tested on tizen. 2013-02-01 15:43:51 +09:00
src main: added a space for documentation. 2013-03-27 21:44:39 +09:00
.gitignore .gitignore: updated git ignore. 2013-02-01 12:58:29 +09:00
AUTHORS added Jiyoung to authors list. thanks for the contribution. 2013-02-01 12:57:24 +09:00
COPYING added Jiyoung to authors list. thanks for the contribution. 2013-02-01 12:57:24 +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 README: added more usages to readme file. 2013-02-08 18:35:18 +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
elm-theme-viewer.manifest spec: added rpm build. tested on tizen. 2013-02-01 15:43:51 +09:00
init.txt init. 2013-03-26 00:16:57 +09:00

README

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

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: Set the theme file
   $ elm_theme_viewer -t ./darkness.edj

Usage 3: See the help
   $ elm_theme_viewer -h

Usage 4: Set the mobile mode
   $ elm_theme_viewer -m

Usage 5: Set the Tizen platform style
   $ elm_theme_viewer -T

Usage 6: Set the screen size
   $ elm_theme_viewer -s 1280x720

Usage 7: Set the full screen mode. This overrides screen size setting.
   $ elm_theme_viewer -F