[Tizen] Sorts text sequences in LTR and RTL by system language direction. 15/192215/1
authorJoogab Yun <joogab.yun@samsung.com>
Fri, 26 Oct 2018 06:42:14 +0000 (15:42 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Thu, 1 Nov 2018 00:59:19 +0000 (09:59 +0900)
commitf77a142d5fe5bd5972e5d940b3077634f3b9408a
tree47670392704ae04e39ee0390fe8cd106a75a47f4
parent6e1367259e0fa4511fe198946629d43189fe9b19
[Tizen] Sorts text sequences in LTR and RTL by system language direction.

if matchSystemLanguageDirection property set true,
The text order follows the system language direction.

Change-Id: I4164975b98a2068718a4cc7c0b90afe8839b0acf
19 files changed:
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-text-abstraction.cpp
dali-toolkit/internal/controls/text-controls/text-editor-impl.cpp
dali-toolkit/internal/controls/text-controls/text-field-impl.cpp
dali-toolkit/internal/controls/text-controls/text-label-impl.cpp
dali-toolkit/internal/text/bidirectional-support.cpp [changed mode: 0644->0755]
dali-toolkit/internal/text/bidirectional-support.h [changed mode: 0644->0755]
dali-toolkit/internal/text/text-controller-impl.cpp
dali-toolkit/internal/text/text-controller.cpp
dali-toolkit/internal/text/text-controller.h
docs/content/images/text-controls/HelloWorld-Default-BEGIN.png [new file with mode: 0755]
docs/content/images/text-controls/HelloWorld-Default-CENTER.png [new file with mode: 0755]
docs/content/images/text-controls/HelloWorld-Default-END.png
docs/content/images/text-controls/HelloWorld-System-BEGIN.png [new file with mode: 0755]
docs/content/images/text-controls/HelloWorld-System-CENTER.png [new file with mode: 0755]
docs/content/images/text-controls/HelloWorld-System-END.png
docs/content/images/text-controls/LTR_RTL.png [new file with mode: 0755]
docs/content/images/text-controls/LTR_order.png [new file with mode: 0755]
docs/content/images/text-controls/RTL_order.png [new file with mode: 0755]
docs/content/shared-javascript-and-cpp-documentation/text-label.md