Add Tizen Studio 1.3 release note 89/148689/1
authorEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Fri, 8 Sep 2017 09:56:58 +0000 (12:56 +0300)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Fri, 8 Sep 2017 09:56:58 +0000 (12:56 +0300)
This is a manual cherry pick from change #148046 in the tizen_3.0
branch.

Change-Id: I317d3e4b5e62f2de63c6566ac787da097c4e3222

org.tizen.studio/html/cover_page.htm
org.tizen.studio/html/download/1_3_0_release_notes.htm [new file with mode: 0644]
org.tizen.studio/html/download/download.htm
org.tizen.studio/html/index.htm
org.tizen.studio/index.xml

index 5f5cf48..7cafef6 100644 (file)
@@ -33,7 +33,7 @@
 <div id="container"><div id="contents"><div class="content">
  <h1>Tizen Studio</h1>
 
-<p><strong>Tizen Studio 1.2 is now launched!</strong></p>
+<p><strong>Tizen Studio 1.3 is now launched!</strong></p>
 <p>The Tizen Studio platform is based on a new version of Eclipse, so you can experience a stable, lightweight, and consistent user interface that is unique to the Tizen development environment. With the Tizen Studio, you can select and install only those platforms and profiles you need.</p>
 
 <p>In the Tizen Studio, you can perform all the same development activities that were possible with the old Tizen SDK: you can develop, build, debug, profile, and emulate Tizen native and Web applications. The new development environment in the Tizen Studio is simply better. It allows you to develop applications more comfortably and is more focused on Tizen development. There are about 200 online sample applications available to increase your understanding of Tizen applications, and the sample library continues to grow.</p>
diff --git a/org.tizen.studio/html/download/1_3_0_release_notes.htm b/org.tizen.studio/html/download/1_3_0_release_notes.htm
new file mode 100644 (file)
index 0000000..d2fee79
--- /dev/null
@@ -0,0 +1,157 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+    <meta http-equiv="X-UA-Compatible" content="IE=9" />
+    <link rel="stylesheet" type="text/css" href="../css/styles.css" />
+    <link rel="stylesheet" type="text/css" href="../css/snippet.css" />
+    <script type="text/javascript" src="../scripts/snippet.js"></script>
+    <script type="text/javascript" src="../scripts/jquery.util.js" charset="utf-8"></script>
+    <script type="text/javascript" src="../scripts/common.js" charset="utf-8"></script>
+    <script type="text/javascript" src="../scripts/core.js" charset="utf-8"></script>
+    <script type="text/javascript" src="../scripts/search.js" charset="utf-8"></script>
+    <title>Tizen Studio 1.3 Release Notes</title>
+</head>
+
+<body class="no-toc" onload="prettyPrint()" style="overflow: auto;">
+
+<div id="toc-navigation">
+</div>
+
+<div id="container"><div id="contents"><div class="content">
+
+    <div id="profile">
+        <p><img alt="Mobile" src="../images/mobile_s_wn.png"/> <img alt="Wearable" src="../images/wearable_s_wn.png"/></p>
+    </div>
+
+<h1>Tizen Studio 1.3 Release Notes</h1>
+<ul><li>Release Date: Sep 11, 2017</li></ul>
+<h2>IDE and Tools</h2>
+<h3>New Features</h3>
+<ul>
+       <li>Native UI Builder
+               <ul>
+                       <li>EDC supports <code>group.parts.part.description.text.ellipsize</code> feature and keywords. This feature includes text marquee (slide) and text fade-in and -out effects.</li>
+               </ul>
+       </li>
+       <li>RT IDE
+               <ul>
+                       <li>The standalone RT IDE installer is available.</li>
+               </ul>
+       </li>
+</ul>
+<h3>Changed Features</h3>
+<ul>
+       <li>Native IDE
+               <ul>
+                       <li>Previously, symbols were not removed when building a project in release mode, so the generated TPK package was unnecessarily large. The symbols are now removed when building in release mode.</li>
+                       <li>To support various widget sizes, the manifest validation logic for widget size checks has been removed.</li>
+               </ul>
+       </li>
+       <li>Web IDE
+               <ul>
+                       <li>On the Tizen 3.0 platform, the background category has been enabled in the configuration file editor.</li>
+               </ul>
+       </li>
+</ul>
+<h3>Fixed Bugs</h3>
+<ul>
+       <li>Native IDE
+               <ul>
+                       <li>Fixed a bug where an invalid manifest attribute (<code>setup-appid</code>) was automatically generated when a user created a multi-application package (native widget and native UI application). This caused the application to be rejected from the Tizen Store.</li>
+               </ul>
+       </li>
+       <li>Certificate Manager
+               <ul>
+                       <li>Added certificate validation to prevent an author certificate from being imported as a distributor certificate.</li>
+               </ul>
+       </li>
+</ul>
+<h3>Known Issues</h3>
+<ul>
+       <li>Installer, Package Manager, and Uninstaller
+               <ul>
+       <li>If there is a multibyte character in the Tizen Studio installation path, some development packages have a difficulty in finding the installation location when they are working.</li>
+               <li>In Windows&reg; CLI Package Manager, the execution file disappears when forcibly terminated (<strong>Ctrl + C</strong>) during execution.</li>
+               </ul></li>
+       <li>Web and Native IDE
+               <ul>
+       <li>You can create unit tests for Tizen 2.3.2 and higher version projects only. The Tizen Studio currently does not support unit testing for all earlier versions.</li>
+               </ul></li>
+       <li>Web IDE
+               <ul>
+       <li>The <strong>Preview</strong> tab in the Web Page Editor sometimes does not appear properly. Use an alternative feature, named Web SDK HTML Editor, which has enhanced features compared to the Web Page Editor. Instead of the <strong>Preview</strong> tab in the Web Page Editor, use the preview (<strong>Ctrl + 4</strong>) feature of the Web SDK HTML Editor.</li>
+               <li>The unit test application crashes on launch from the Tizen Studio.</li>
+               </ul></li>
+       <li>Native UI Builder
+               <ul>
+               <li>If the <code>expanded</code> attribute in a multibutton entry component is set to <code>false</code>, <strong>+</strong> is displayed.</li>
+               </ul></li>
+       <li>Native Component Designer
+               <ul>
+               <li>The vector-type part is not supported. You cannot see the vector image and change the SVG file.</li>
+               <li>Playing sound is not supported on Windows&reg; or macOS.</li>
+               <li>The Component Designer crashes if an alias is selected as an added item's source group.</li>
+               </ul></li>
+       <li>Emulator
+               <ul>
+               <li>To use the Tizen emulator, install an Intel VTx supported by the CPU, and the latest version of the graphic card driver provided by the vendor. Check the prerequisites for the Tizen emulator from <a href="https://developer.tizen.org/development/tizen-studio/download/installing-tizen-studio/prerequisites#emulator" target="_blank">Prerequisites for the Tizen Studio</a>.
+                       <ul>
+               <li>If the host machine is using NVIDIA&reg; Optimus&reg; technology on either Ubuntu or Windows&reg;, you must set the Tizen emulator to run with your NVIDIA graphics card. For Ubuntu, check the bumblebee project (<a href="https://wiki.ubuntu.com/Bumblebee" target="_blank">https://wiki.ubuntu.com/Bumblebee</a>). For Windows&reg;, select "High Speed NVIDIA Processor" as "Preferred Graphics processor" in the NVIDIA control panel.</li>
+                       <li>On Ubuntu, if the graphics driver is out-of-date, your Ubuntu desktop session can be occasionally logged out when launching the Emulator Manager, or the emulator skin can be drawn improperly. Check the prerequisites and upgrade to the latest graphics driver.</li>
+                       </ul></li>
+               <li>On Ubuntu 14.04, a shortcut menu can sometimes appear transparent.</li>
+       <li>On Windows&reg;, depending on your OS theme (such as Non-Aero themes and Windows XP themes), a display surface can be erased for a while if the emulator window is covered with another window. If you click the emulator window, the display surface runs correctly again.</li>
+       <li>On Windows&reg;, if a "failed to allocate memory" error occurs while executing the emulator, try the following:
+                       <ul>
+                       <li>Close some other programs and try to launch the emulator again.</li>
+                       <li>If the RAM size is set to 768 or 1024 MB for the VM in the Emulator Manager, change it to 512 MB.</li>
+               <li>Increase the user area of the virtual memory in the system to 3 GB by entering the <code>bcdedit /set increaseuserva 3072</code> command on the console with administrator rights (Windows&reg; 7 only), and reboot.</li>
+                       </ul></li>
+       <li>If you use a MacBook Pro which has both Intel HD and NVIDIA&reg; GPUs, when you execute the emulator with the <strong>OpenGL ES ver. v1.1 &amp; v2.0</strong> option, the emulator can be unexpectedly terminated. Use the <strong>OpenGL ES ver. v2.0 &amp; v3.0</strong> option.</li>
+               <li>When you launch the Emulator Manager in the Tizen IDE, the Emulator Manager shortcut image is not exposed properly.</li>
+               <li>Basic Web applications do not install on SD cards.</li>
+               </ul></li>
+<li>CLI and SDB
+               <ul>
+       <li>The Tizen Studio does not support the SDB bash auto-completion on Windows&reg; (it is available on Ubuntu and macOS).</li>
+               </ul></li>
+       <li>Dynamic Analyzer
+               <ul>
+               <li>The UI Hierarchy viewer feature and start-up profiling are not performed simultaneously.</li>
+               <li>The Dynamic Analyzer cannot perform Web application profiling with a commercial Tizen device due to the security policy.</li>
+               <li>The Dynamic Analyzer cannot show life-cycle information for Web applications.</li>
+               <li>Widget applications cannot be profiled with the Dynamic Analyzer. They are hidden in the application list on the toolbar for all Tizen platforms, except Tizen 2.3.2.</li>
+               </ul></li>
+       <li>Web Inspector
+               <ul>
+        <li>If your Google Chrome&trade; browser version is higher than 54, the Web Inspector console and some other functions do not work properly due to Web core compatibility issues.</li>
+               </ul></li>
+</ul>
+<script type="text/javascript" src="../scripts/jquery.zclip.min.js"></script>
+<script type="text/javascript" src="../scripts/showhide.js"></script>
+
+</div></div></div>
+
+<a class="top sms" href="#"><img src="../images/btn_top.gif" alt="Go to top" /></a>
+
+<div id="footer">
+<p class="footer">Except as noted, this content - excluding the Code Examples - is licensed under <a href="http://creativecommons.org/licenses/by/3.0/legalcode" target="_blank">Creative Commons Attribution 3.0</a> and all of the Code Examples contained herein are licensed under <a href="https://www.tizen.org/bsd-3-clause-license" target="_blank">BSD-3-Clause</a>.<br/>For details, see the <a href="https://www.tizen.org/content-license" target="_blank">Content License</a>.</p>
+</div>
+
+<script type="text/javascript">
+var _gaq = _gaq || [];
+_gaq.push(['_setAccount', 'UA-25976949-1']);
+_gaq.push(['_trackPageview']);
+(function() {
+var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+})();
+</script>
+
+</body>
+
+</html>
\ No newline at end of file
index 1a0084c..03f32d5 100644 (file)
@@ -37,7 +37,7 @@
 <p>The Tizen Studio is a comprehensive set of tools for developing Tizen native and Web applications. It consists of an IDE, emulator, toolchain, sample code, and documentation. Tizen Studio runs on Windows&reg; and Ubuntu, as well as macOS. Tizen applications can be developed without relying on the official Tizen Studio, as long as the application complies with the Tizen packaging rules.</p>
 
 
-<p>For installation instructions, see <a href="installing_sdk.htm">Installing Tizen Studio</a>. For more information, see <a href="1_2_0_release_notes.htm">Release Notes</a>.</p>
+<p>For installation instructions, see <a href="installing_sdk.htm">Installing Tizen Studio</a>. For more information, see <a href="1_3_0_release_notes.htm">Release Notes</a>.</p>
 
 
 <script type="text/javascript" src="../scripts/jquery.zclip.min.js"></script>
index 5370fd8..02d4f6b 100644 (file)
@@ -54,8 +54,9 @@
                        <li><a href="download/tizen_studio_migration_guide.htm" target="content">Tizen Studio Migration Guide</a></li>
                        <li><a href="download/advanced_configuration.htm" target="content">Configuring the Package Manager</a></li>
                        <li><a href="download/uninstalling_sdk.htm" target="content">Uninstalling Tizen Studio</a></li>
-                       <li><a href="download/1_2_0_release_notes.htm" target="content">Release Notes (1.2)</a>
+                       <li><a href="download/1_3_0_release_notes.htm" target="content">Release Notes (1.3)</a>
                                <ul>
+                                       <li><a href="download/1_2_0_release_notes.htm" target="content">1.2 (May 10, 2017)</a></li>
                                        <li><a href="download/1_1_1_release_notes.htm" target="content">1.1.1 (Feb 27, 2017)</a></li>
                                        <li><a href="download/1_1_0_release_notes.htm" target="content">1.1 (Jan 18, 2017)</a></li>
                                        <li><a href="download/1_0_2_release_notes.htm" target="content">1.0.2 (Dec 23, 2016)</a></li>
index b94eec1..3f68180 100644 (file)
@@ -13,7 +13,8 @@
                <topic href="html/download/tizen_studio_migration_guide.htm" label="Tizen Studio Migration Guide"></topic>
                <topic href="html/download/advanced_configuration.htm" label="Configuring the Package Manager"></topic>
                <topic href="html/download/uninstalling_sdk.htm" label="Uninstalling Tizen Studio"></topic>
-               <topic href="html/download/1_2_0_release_notes.htm" label="Release Notes (1.2)">
+               <topic href="html/download/1_3_0_release_notes.htm" label="Release Notes (1.3)">
+                       <topic href="html/download/1_2_0_release_notes.htm" label="1.2 (May 10, 2017)"></topic>
                        <topic href="html/download/1_1_1_release_notes.htm" label="1.1.1 (Feb 27, 2017)"></topic>
                        <topic href="html/download/1_1_0_release_notes.htm" label="1.1 (Jan 18, 2017)"></topic>
                        <topic href="html/download/1_0_2_release_notes.htm" label="1.0.2 (Dec 23, 2016)"></topic>