Revert "[Tizen] nui 0.2.41 release" 94/133794/1
authordongsug.song <dongsug.song@samsung.com>
Tue, 13 Jun 2017 07:43:04 +0000 (16:43 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Tue, 13 Jun 2017 07:43:07 +0000 (16:43 +0900)
This reverts commit 4c6ba66c632eeaf5f83771e4874f8026d1e7987c.

Change-Id: I968fa4c35d4a038c2ab98ef84511d37f56bb8213

NUISamples/NUISamples/NUISamples.TizenTV/examples/gc-test.cs
NUISamples/NUISamples/NUISamples.TizenTV/examples/ttsplayer-test.cs
NUISamples/NUISamples/NUISamples.TizenTV/examples/visual-view-test.cs [changed mode: 0755->0644]
Tizen.NUI/Properties/AssemblyInfo.cs
Tizen.NUI/src/internal/Application.cs
packaging/csapi-nui.spec

index 778e34a..a2e21d8 100755 (executable)
@@ -240,7 +240,7 @@ namespace TizenVDUIApplication19
             //This function is called when the app exit normally.
             base.OnTerminate();
         }
-/*
+
         protected override void OnLowMemory(LowMemoryEventArgs e)
         {
             //This function is called when the system is low on memory.
@@ -252,7 +252,7 @@ namespace TizenVDUIApplication19
             //This function is called when the language is changed.
             base.OnLocaleChanged(e);
         }
-*/
+
         private static void _Main(string[] args)
         {
             //Create an Application
index d5cf65a..dfdb90d 100755 (executable)
@@ -50,12 +50,12 @@ namespace TTSPlayerTest
 
             ttsPlayer.StateChanged += (s, e) =>
             {
-                Tizen.Log.Debug("NUI", "TTS state changed!!!");
+                Tizen.Log.Debug("TTS state changed!!!");
             };
             ttsPlayer.Pause();
             ttsPlayer.Resume();
             ttsPlayer.Stop();
-            Tizen.Log.Debug("NUI", "TTS state: " + ttsPlayer.GetState());
+            Tizen.Log.Debug("TTS state: " + ttsPlayer.GetState());
         }
 
         [STAThread]
old mode 100755 (executable)
new mode 100644 (file)
index 3e80a2e..f2fef89
@@ -265,7 +265,7 @@ namespace VisualViewTest
             {
                 cnt++;
                 Tizen.Log.Debug("NUI", "[WindowFocusTest] WindowFocusChanged event comes! focus gained=" + ee.FocusGained);
-                imageVisualMap1.Size += new Size2D(50, 50);
+                imageVisualMap1.Size += new Vector2(50.0f, 50.0f);
                 imageVisualMap1.Position += new Vector2(20.0f, 20.0f);
 
                 textVisualMap1.Text = "Hello Goodbye" + cnt;
index f8c7f4f..e55d1f6 100755 (executable)
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision Numbers\r
 // by using the '*' as shown below:\r
 // [assembly: AssemblyVersion("1.0.*")]\r
-[assembly: AssemblyVersion("0.2.41.0531")]\r
-[assembly: AssemblyFileVersion("0.2.41.0531")]\r
+[assembly: AssemblyVersion("0.2.39.0519")]\r
+[assembly: AssemblyFileVersion("0.2.39.0519")]\r
index 1826c5f..422857d 100755 (executable)
@@ -19,10 +19,10 @@ namespace Tizen.NUI
     {
         public const int ver1 = 1;
         public const int ver2 = 2;
-        public const int ver3 = 41;
+        public const int ver3 = 39;
         public const int nuiVer1 = 0;
         public const int nuiVer2 = 2;
-        public const int nuiVer3 = 41;
+        public const int nuiVer3 = 39;
         public const string nuiRelease = "";
     }
 
index b1d3646..fdd56f9 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-nui
 Summary:    dali-NUI
-Version:    0.2.41
+Version:    0.2.39
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT