[Tizen] Add deprecated log to Control 82/243682/4 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.113705 accepted/tizen/6.0/unified/hotfix/20201103.001736 accepted/tizen/unified/20200911.143324 submit/tizen/20200911.032851 submit/tizen_6.0/20201029.205105 submit/tizen_6.0_hotfix/20201102.192505 submit/tizen_6.0_hotfix/20201103.114805 tizen_6.0.m2_release
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 9 Sep 2020 05:56:45 +0000 (14:56 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 10 Sep 2020 08:25:43 +0000 (17:25 +0900)
- DALi projects are deprecated now,
 so added deprecated log to major class, Control.

Change-Id: Ie21a7b184ee56bbdbb3c672d7d370800751b3620
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali-toolkit/public-api/controls/control.cpp
dali-toolkit/public-api/controls/control.h
doc/dali-toolkit-doc.h

index d9b2f8f..38d67d0 100644 (file)
@@ -33,6 +33,7 @@ namespace Toolkit
 
 Control Control::New()
 {
+  DALI_LOG_WARNING_NOFN("DEPRECATION WARNING: DALi is deprecated and will be removed from next version. Please use NUI(C# interface of DALi).\n For more information on NUI, see the NUI quick start page : https://docs.tizen.org/application/dotnet/get-started/nui/quickstart/ \n" );
   return Internal::Control::New();
 }
 
index ed68e15..dae155c 100644 (file)
@@ -49,6 +49,8 @@ class Control;
  */
 
 /**
+ * @DEPRECATED_1_5.19
+ *
  * @brief Control is the base class for all controls.
  *
  * The implementation of the control must be supplied; see Internal::Control for more details.
@@ -178,6 +180,8 @@ public:
 public: // Creation & Destruction
 
   /**
+   * @DEPRECATED_1_5.19
+   *
    * @brief Creates a new instance of a Control.
    *
    * @SINCE_1_0.0
index 5765d9c..edb10e3 100755 (executable)
@@ -19,7 +19,7 @@
  */
 
 /**
- * @defgroup dali DALi
+ * @defgroup dali DALi (Deprecated)
  * @ingroup CAPI_UI_FRAMEWORK
  *
  * @brief DALi is a cross-platform 3D UI Toolkit for embedded systems.