[Tizen] Restore the deprecated properties of TextLabel/TextField 92/197692/3 accepted/tizen/unified/20190116.160653 submit/tizen/20190116.043322
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 15 Jan 2019 10:53:41 +0000 (19:53 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 16 Jan 2019 01:57:32 +0000 (10:57 +0900)
commitec3ac761c27c78bd62a3a18d947219ad53e7f7c7
tree10eb60943e55e7bf55f2f7eda42f11254ae09bed
parent646a888df4f26555227b79c563b0c0f483e9730f
[Tizen] Restore the deprecated properties of TextLabel/TextField

- One former patch removed some deprecated APIs.
- But, to keep binary compatibility, the table of Property and the number of properties
  should be same, even though the properties can be removed.
- Instead, Property names change to RESERVED_PROPERTY_*, not to be used in an application

Change-Id: I5665228d57f4977ff23cd151a3b36eab003e98e6
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali-toolkit/devel-api/controls/text-controls/text-field-devel.h
dali-toolkit/devel-api/controls/text-controls/text-label-devel.h
dali-toolkit/internal/controls/text-controls/text-field-impl.cpp
dali-toolkit/internal/controls/text-controls/text-label-impl.cpp
dali-toolkit/public-api/controls/text-controls/text-field.h
dali-toolkit/public-api/controls/text-controls/text-label.h