elm-theme-viewer/README

95 lines
3.2 KiB
Plaintext
Raw Normal View History

2013-08-14 11:34:37 -07:00
===============================================================================
2013-01-04 21:55:27 -08:00
elm-theme-viewer
2013-01-09 08:18:44 -08:00
===============================================================================
Author: Daniel Juyung Seo (SeoZ) and others
2013-01-09 08:18:44 -08:00
Elm Theme Viewer is an EFL(Enlightenment Foundation Libraries) elementary
2013-01-09 08:19:45 -08:00
widget preview program. It lists all widgets and styles from the theme. It
actually creates widgets with a proper code.
2013-01-29 16:52:36 -08:00
This is a very useful program for elementary application programmers,
elementary theme creators, and elementary widget developers.
2013-01-09 08:18:44 -08:00
2013-08-14 11:34:37 -07:00
===============================================================================
2013-08-01 23:08:14 -07:00
Build and Install
===============================================================================
2013-01-09 08:20:43 -08:00
$ ./autogen.sh && make && sudo make install
2013-08-14 11:34:37 -07:00
2013-08-23 13:01:58 -07:00
===============================================================================
Command Line Option
===============================================================================
$ ./elm_theme_viewer -h
Usage: ./elm_theme_viewer [options]
Elementary theme previewer written with Enlightenment Foundation Libraries.
Options:
-t=THEME, --theme=THEME
Set the theme to load and parse.
Type: STR.
-m, --mobile Set the mobile view.
-s=SCREENSIZE, --screensize=SCREENSIZE
Set the screen size in WIDTHxHEIGHT format. (300x500)
Type: STR.
-F, --fullscreen Go into the fullscreen mode from start.
-T, --tizen Run as a Tizen platform mode. Use Tizen internal style
s.This enables mobile mode automatically.
-w=WIDGET, --widget=WIDGET
Set the widget to launch from command line.
Type: STR.
-V, --version show program version.
-C, --copyright show copyright.
-L, --license show license.
-h, --help show this message.
2013-08-14 11:34:37 -07:00
===============================================================================
2013-08-01 23:08:14 -07:00
Usages
===============================================================================
2013-01-29 16:52:36 -08:00
Usage 1:
2013-01-09 08:18:44 -08:00
$ elm_theme_viewer
It loads default theme (default.edj from /usr/local/share/elementary/themes) by
2013-01-09 08:20:43 -08:00
default. But you can see the preview of other themes with the following
instruction.
2013-01-09 08:18:44 -08:00
Usage 2: Set the theme file
2013-01-29 16:52:36 -08:00
$ elm_theme_viewer -t ./darkness.edj
Usage 3: See the help
2013-01-29 16:52:36 -08:00
$ elm_theme_viewer -h
2013-01-09 08:18:44 -08:00
Usage 4: Set the mobile mode
$ elm_theme_viewer -m
2013-04-24 10:41:19 -07:00
Usage 5: Set the Tizen platform style. This enables mobile mode (-m) automatically.
$ 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
2013-08-01 23:08:14 -07:00
Usage 8: Set the widget name to start with.
$ elm_theme_viewer -w check
2013-08-14 11:34:37 -07:00
===============================================================================
2013-08-01 23:08:14 -07:00
Supports Features
===============================================================================
- Fingersize change
- Scale change
- Force resize object
- Widget disable support
- Focus highlight enabled on/off
- Focus highlight animation on/off
2013-08-01 23:08:14 -07:00
- Each widget's description
- Each widget's specific option change
- Widget search