[3.0][online-doc] change EFL image to Tizen image and change some sentence, html...
authorJinyong Park <j4939.park@samsung.com>
Wed, 3 Feb 2016 11:43:50 +0000 (20:43 +0900)
committerJinyong Park <j4939.park@samsung.com>
Thu, 11 Feb 2016 02:12:11 +0000 (11:12 +0900)
Change-Id: I7e9e2c7eb3a986271acb7e92ed1a31215bef95b9
Signed-off-by: Jinyong Park <j4939.park@samsung.com>
org.tizen.ui.practices/html/images/scale_1.3_finger_50.png [deleted file]
org.tizen.ui.practices/html/images/scale_1_finger_50.png [deleted file]
org.tizen.ui.practices/html/images/scale_1_finger_90.png [deleted file]
org.tizen.ui.practices/html/images/scale_3_finger_150.png [new file with mode: 0644]
org.tizen.ui.practices/html/images/scale_3_finger_50.png [new file with mode: 0644]
org.tizen.ui.practices/html/images/scale_5_finger_50.png [new file with mode: 0644]
org.tizen.ui.practices/html/native/efl/ui_components_n.htm

diff --git a/org.tizen.ui.practices/html/images/scale_1.3_finger_50.png b/org.tizen.ui.practices/html/images/scale_1.3_finger_50.png
deleted file mode 100644 (file)
index 1385565..0000000
Binary files a/org.tizen.ui.practices/html/images/scale_1.3_finger_50.png and /dev/null differ
diff --git a/org.tizen.ui.practices/html/images/scale_1_finger_50.png b/org.tizen.ui.practices/html/images/scale_1_finger_50.png
deleted file mode 100644 (file)
index ffb3624..0000000
Binary files a/org.tizen.ui.practices/html/images/scale_1_finger_50.png and /dev/null differ
diff --git a/org.tizen.ui.practices/html/images/scale_1_finger_90.png b/org.tizen.ui.practices/html/images/scale_1_finger_90.png
deleted file mode 100644 (file)
index 15720eb..0000000
Binary files a/org.tizen.ui.practices/html/images/scale_1_finger_90.png and /dev/null differ
diff --git a/org.tizen.ui.practices/html/images/scale_3_finger_150.png b/org.tizen.ui.practices/html/images/scale_3_finger_150.png
new file mode 100644 (file)
index 0000000..ab72798
Binary files /dev/null and b/org.tizen.ui.practices/html/images/scale_3_finger_150.png differ
diff --git a/org.tizen.ui.practices/html/images/scale_3_finger_50.png b/org.tizen.ui.practices/html/images/scale_3_finger_50.png
new file mode 100644 (file)
index 0000000..a58e52a
Binary files /dev/null and b/org.tizen.ui.practices/html/images/scale_3_finger_50.png differ
diff --git a/org.tizen.ui.practices/html/images/scale_5_finger_50.png b/org.tizen.ui.practices/html/images/scale_5_finger_50.png
new file mode 100644 (file)
index 0000000..e168477
Binary files /dev/null and b/org.tizen.ui.practices/html/images/scale_5_finger_50.png differ
index f169f0c..a976044 100644 (file)
@@ -164,6 +164,33 @@ elm_config_reload();
 <h2 id="options" name="options">Configuring Elementary Options</h2>
 
 <p>You can set the following options in the Elementary configuration. In addition, you can <a href="#customizing_themes">customize themes</a> and <a href="#config_focus">manage focus</a>.</p>
+
+<p>An example from base.src configuration file</p>
+
+<pre class="prettyprint">
+group &quot;Elm_Config&quot; struct {
+&nbsp;&nbsp;&nbsp;value &quot;scale&quot; double: 3.0;
+&nbsp;&nbsp;&nbsp;value &quot;finger_size&quot; int: 50;
+&nbsp;&nbsp;&nbsp;value &quot;cache_flush_enable&quot; uchar: 0;
+&nbsp;&nbsp;&nbsp;value &quot;cache_flush_poll_interval&quot; int: 512;
+&nbsp;&nbsp;&nbsp;value &quot;font_cache&quot; int: 512;
+&nbsp;&nbsp;&nbsp;value &quot;image_cache&quot; int: 4096;
+&nbsp;&nbsp;&nbsp;value &quot;edje_cache&quot; int: 32;
+&nbsp;&nbsp;&nbsp;value &quot;edje_collection_cache&quot; int: 64;
+&nbsp;&nbsp;&nbsp;value &quot;glayer_long_tap_start_timeout&quot; double: 0.5;
+&nbsp;&nbsp;&nbsp;value &quot;glayer_double_tap_timeout&quot; double: 0.33;
+&nbsp;&nbsp;&nbsp;value &quot;thumbscroll_bounce_enable&quot; uchar: 0;
+&nbsp;&nbsp;&nbsp;value &quot;thumbscroll_bounce_friction&quot; double: 0.5;
+&nbsp;&nbsp;&nbsp;value &quot;longpress_timeout&quot; double: 0.5;
+&nbsp;&nbsp;&nbsp;value &quot;tooltip_delay&quot; double: 1.0;
+&nbsp;&nbsp;&nbsp;value &quot;password_show_last&quot; uchar: 1;
+&nbsp;&nbsp;&nbsp;value &quot;password_show_last_timeout&quot; double: 2.0;
+&nbsp;&nbsp;&nbsp;value &quot;engine&quot; string: &quot;software_x11&quot;;
+&nbsp;&nbsp;&nbsp;value &quot;selection_clear_enable&quot; uchar: 1;
+&nbsp;&nbsp;&nbsp;value &quot;fps&quot; double: 60.0;
+}
+</pre>
+
 <ul>
 
 <li>To scale UI components:
@@ -478,20 +505,20 @@ elm_object_scale_set(button, 2.0);
 
 <p>This chapter shows the visual result of finger size and scaling factors modification.</p>
 
-<p class="figure">Figure: <span style="font-family: Courier New,Courier,monospace;">elementary_config</span> application</p> 
-<p align="center"><img alt="elementary_config application" src="../../images/scale_1_finger_50.png" /></p> 
+<p class="figure">Figure: Scalability example</p>
+<p align="center"><img alt="scalability example" src="../../images/scale_3_finger_50.png" /></p>
 
-<p>The previous picture shows the <span style="font-family: Courier New,Courier,monospace;">elementary_config</span> application that enables the user to set global scale factor and finger size parameter. As the user drags the sliders, the UI is updated, directly showing the result of the new parameter value.</p>
+<p>The previous picture shows the example application that enables the user to set global scale factor and finger size parameter. As the user drags the sliders, the UI is updated, directly showing the result of the new parameter value.</p>
 
-<p>The next picture shows the behavior when the finger size parameter has been increased to 1.30. The text of the sliders and the text of the items in the toolbar are bigger.</p>
+<p>The next picture shows the behavior when the scale factor has been increased to 5.00. The text on the sliders and the text of the button are bigger.</p>
 
-<p class="figure">Figure: Scale increased (1.30)</p> 
-<p align="center"><img alt="Scale increased (1.30)" src="../../images/scale_1.3_finger_50.png" /></p> 
+<p class="figure">Figure: Scale increased (5.00)</p>
+<p align="center"><img alt="Scale increased (5.00)" src="../../images/scale_5_finger_50.png" /></p>
 
-<p>A finger size increase is showed in the image below (increase from 50px to 90 px). Now, the buttons in the toolbar are bigger, so the user can more reliably hit them with a big finger.</p>
+<p>The image below shows that a finger size increase from 50px to 150px. Now, the button on the top gets bigger, so the user can more reliably hit them with the bigger finger.</p>
 
-<p class="figure">Figure: Finger size increased (90px)</p> 
-<p align="center"><img alt="Finger size increased (90px)" src="../../images/scale_1_finger_90.png" /></p> 
+<p class="figure">Figure: Finger size increased (150px)</p>
+<p align="center"><img alt="Finger size increased (150px)" src="../../images/scale_3_finger_150.png" /></p>
 
 <table class="note">
 <tbody>
@@ -506,7 +533,7 @@ elm_object_scale_set(button, 2.0);
 
 <h3 id="Scalable_EDC_Object" name="Scalable_EDC_Object">Creating Scalable EDC Objects</h3>
 
-<h4>Scale Parameter </h4>
+<h4><b>Scale Parameter</b></h4>
 
 <p>This chapter explains how to make a scalable Edje object and give hints how to write an EDC file that is scalable. The example shows a basic button that is composed of a background image part and a swallow part that can receive some content.</p>
 
@@ -592,7 +619,7 @@ group
 }
 </pre>
 
-<h4>Image Set</h4>
+<h4><b>Image Set</b></h4>
 
 <p>If your application needs to be used at different resolutions it is recommended to have 2 images for the background image <span style="font-family: Courier New,Courier,monospace;">bg.png</span>. Here the <span style="font-family: Courier New,Courier,monospace;">bg_low.png</span> is added to the application. It is used when the size of the image is under 500 px, and a <span style="font-family: Courier New,Courier,monospace;">bg_high.png</span> image is for higher resolutions. Use a set on the <span style="font-family: Courier New,Courier,monospace;">bg.png</span> image.</p>
 
@@ -630,7 +657,7 @@ group
 
 <p>To prevent this, the image set has a bigger image to use when the size is bigger than 200x100 pixels (<span style="font-family: Courier New,Courier,monospace;">bg_high.png</span>). The third button size is 201x101 pixels and it uses the new image, which has a better quality than the scaled image.</p>
 
-<h4>Image Borders</h4>
+<h4><b>Image Borders</b></h4>
 
 <p>When the button is resized, the image part is also resized because it is marked as scalable. To get the image resized but to keep the image border as it is, use the <span style="font-family: Courier New,Courier,monospace;">border</span> parameter. It specifies the border size which is not resized even if the image is.</p>