From dc299b1b1cef28579dbb792c59b0561976736081 Mon Sep 17 00:00:00 2001 From: "yoonki.park" Date: Thu, 26 Nov 2015 21:14:51 +0900 Subject: [PATCH] Updated Resource Explorer name to Resource Manager Change-Id: I1bc83b664f0f62afad15f8c523afdd70a0febecc Signed-off-by: yoonki.park --- org.tizen.devtools/html/index.htm | 2 +- .../html/native_tools/resource_explorer_n.htm | 22 +++++++++++----------- org.tizen.devtools/html/native_tools/tools_n.htm | 2 +- org.tizen.devtools/index.xml | 2 +- .../html/mobile_n/resource_manager_sd_mn.htm | 10 +++++----- .../html/mobile_n/sd_mn.htm | 2 +- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/org.tizen.devtools/html/index.htm b/org.tizen.devtools/html/index.htm index 5fd0c7a..b2eb69e 100644 --- a/org.tizen.devtools/html/index.htm +++ b/org.tizen.devtools/html/index.htm @@ -109,7 +109,7 @@
  • Static Analyzer
  • Valgrind
  • T-trace
  • -
  • Resource Explorer
  • +
  • Resource Manager
  • diff --git a/org.tizen.devtools/html/native_tools/resource_explorer_n.htm b/org.tizen.devtools/html/native_tools/resource_explorer_n.htm index 20de91f..c91c954 100644 --- a/org.tizen.devtools/html/native_tools/resource_explorer_n.htm +++ b/org.tizen.devtools/html/native_tools/resource_explorer_n.htm @@ -10,7 +10,7 @@ - Resource Explorer + Resource Manager @@ -30,7 +30,7 @@
    -

    Resource Explorer

    +

    Resource Manager

    Tizen native applications can run on different types of devices, such as wearable, phone, tablets, and TVs. Tizen also supports various resolutions (WVGA ~ XQXGA) and resources. Regardless of these advantages, remember that you must always polish your work to create an optimal application for each device.

    @@ -141,7 +141,7 @@ BasicUI/ </res> -

    The res.xml file is automatically generated as part of the build packaging process by the IDE. Since editing the res.xml file manually is not easy, the IDE helps to minimize this difficulty by supporting the Resource Explorer view.

    +

    The res.xml file is automatically generated as part of the build packaging process by the IDE. Since editing the res.xml file manually is not easy, the IDE helps to minimize this difficulty by supporting the Resource Manager view.

    @@ -154,10 +154,10 @@ BasicUI/
    -

    Resource Explorer View

    -

    The Resource Explorer view helps you to place resources to support specific device configurations, such as different screen densities.

    +

    Resource Manager View

    +

    The Resource Manager view helps you to place resources to support specific device configurations, such as different screen densities.

    -

    In the Resource Explorer view, you can:

    +

    In the Resource Manager view, you can:

    • Show all resource configurations that the project provides (see the Tab and folding lists figure).
    • Create multiple configuration-qualifier directories and remove them.
    • @@ -170,20 +170,20 @@ BasicUI/ Note - If the Resource Explorer view is not visible, open it by selecting Window > Show View > Other > Resource Explorer from the IDE menu. + If the Resource Manager view is not visible, open it by selecting Window > Show View > Other > Tizen > Resource Manager from the IDE menu.

      To place the rsc1.edc file and the images referenced by the file for LDPI and MDPI (as shown in the resource directory hierarchy figure below), use the following steps:

      -
      1. Open the Resource Configuration dialog by clicking Resource Configuration from the toolbar menu in the Resource Explorer view. +
        1. Open the Resource Configuration dialog by clicking Resource Configuration from the toolbar menu in the Resource Manager view.

          Resource directory hierarchy

        2. Add a configuration by selecting LDPI and MDPI in the DPI combo box.
        3. -
        4. Drag the edje folder and drop it into the proper tab list view area in the Resource Explorer view. +
        5. Drag the edje folder and drop it into the proper tab list view area in the Resource Manager view. -

          The following figure shows the Tab list view (on the left) and the Folding list view (on the right) of the Resource Explorer view. You can switch between the views using the buttons in the Resource Explorer view toolbar menu (Switch to folding to switch to folding lists and Switch to tabs to switch to tab lists).

          +

          The following figure shows the Tab list view (on the left) and the Folding list view (on the right) of the Resource Manager view. You can switch between the views using the buttons in the Resource Manager view toolbar menu (Switch to folding to switch to folding lists and Switch to tabs to switch to tab lists).

          Tab and folding lists

        @@ -205,7 +205,7 @@ BasicUI/
        1. Create a BasicUI project.
        2. Create a resource directory hierarchy and copy images into it. -

          Resource directory hierarchy and the Resource Explorer

          +

          Resource directory hierarchy and the Resource Manager

        3. Create a res.xml file with the Build Package command.
        4. Check the res.xml file. diff --git a/org.tizen.devtools/html/native_tools/tools_n.htm b/org.tizen.devtools/html/native_tools/tools_n.htm index a0484b9..ae44500 100644 --- a/org.tizen.devtools/html/native_tools/tools_n.htm +++ b/org.tizen.devtools/html/native_tools/tools_n.htm @@ -75,7 +75,7 @@
  • Resource fallback tools
      -
    • Resource Explorer

      This tool helps you to support specific device configurations, such as different screen densities and languages, in your applications.

    • +
    • Resource Manager

      This tool helps you to support specific device configurations, such as different screen densities and languages, in your applications.

  • diff --git a/org.tizen.devtools/index.xml b/org.tizen.devtools/index.xml index c2f9d25..e3adfd0 100644 --- a/org.tizen.devtools/index.xml +++ b/org.tizen.devtools/index.xml @@ -74,7 +74,7 @@ - + diff --git a/org.tizen.sampledescriptions/html/mobile_n/resource_manager_sd_mn.htm b/org.tizen.sampledescriptions/html/mobile_n/resource_manager_sd_mn.htm index 760f2dc..a5c939d 100644 --- a/org.tizen.sampledescriptions/html/mobile_n/resource_manager_sd_mn.htm +++ b/org.tizen.sampledescriptions/html/mobile_n/resource_manager_sd_mn.htm @@ -81,10 +81,10 @@

    Prerequisites

    -

    To ensure proper application execution, the resources must be created using the Resource Explorer tool. It enables you to create the resource structure assigned to an application.

    +

    To ensure proper application execution, the resources must be created using the Resource Manager tool. It enables you to create the resource structure assigned to an application.

    -

    Resource Explorer

    -

    The Resource Explorer tool is launched by opening the Resource Explorer view from the IDE menu: Window > Show View > Other... > Resource Explorer. Press Resource Explorer settings button to open the Resource Configuration Dialog, where you can define separate resource directories for languages and resolution settings. The related directory names are created automatically and are not changeable. For this sample application, the resource structure is defined as shown in the following figure.

    +

    Resource Manager

    +

    The Resource Manager tool is launched by opening the Resource Manager view from the IDE menu: Window > Show View > Other... > Resource Manager. Press Resource Manager settings button to open the Resource Configuration Dialog, where you can define separate resource directories for languages and resolution settings. The related directory names are created automatically and are not changeable. For this sample application, the resource structure is defined as shown in the following figure.

    Figure: Resource Configuration Dialog view

    Resource Configuration Dialog view @@ -98,7 +98,7 @@

    The name of each of the resolution-related files is set to tizen.png and to flag.png. The file name for the language related file is language.edc for each language-related resource.

    -

    During the application packaging process, the res.xml file is created and uploaded to the application resource directory. This file is populated with a set of information acquired from the Resource Explorer. It cannot be edited manually, as it is replaced by the Resource Explorer each time the application is rebuilt.

    +

    During the application packaging process, the res.xml file is created and uploaded to the application resource directory. This file is populated with a set of information acquired from the Resource Manager. It cannot be edited manually, as it is replaced by the Resource Manager each time the application is rebuilt.

    In the application source code, after the Resource Manager API is initialized, the relevant resource file path is acquired using the app_resource_manager_get() function, where the parameters are:

      @@ -303,7 +303,7 @@ __model_release_app_resource_manager(void)

      Resource File Handling

      -

      Once the resources are defined using the Resource Explorer tool and appropriate resource files are uploaded to the destination folders, you can start using these files. For demonstration purposes, 3 scenarios are chosen:

      +

      Once the resources are defined using the Resource Manager tool and appropriate resource files are uploaded to the destination folders, you can start using these files. For demonstration purposes, 3 scenarios are chosen:

      • Displaying the image related to the current DPI setting
      • Displaying the image related to the current locale setting
      • diff --git a/org.tizen.sampledescriptions/html/mobile_n/sd_mn.htm b/org.tizen.sampledescriptions/html/mobile_n/sd_mn.htm index ae21c41..c0d105c 100644 --- a/org.tizen.sampledescriptions/html/mobile_n/sd_mn.htm +++ b/org.tizen.sampledescriptions/html/mobile_n/sd_mn.htm @@ -236,7 +236,7 @@ Resource Manager - Demonstrates how you can use the Resource Manager API together with the SDK's Resource Explorer to benefit from task automation. + Demonstrates how you can use the Resource Manager API together with the SDK's Resource Manager to benefit from task automation. Sample Account -- 2.7.4