Elementary: Added the infrastructure for ui-mirroring support.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 3 Feb 2011 15:52:49 +0000 (15:52 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 3 Feb 2011 15:52:49 +0000 (15:52 +0000)
commit5dcf06abb7490e1043cd65843d6e6b3a731b3668
tree6c8a25a2558b573b5bcec671db7035dbb9bb583d
parent2a0d8d7bf66e781ba26d4d4b1ef2818e2b6954a7
Elementary: Added the infrastructure for ui-mirroring support.
* Added elm_mirrored_get/set to set the system mirrored mode
* Added elm_widget_mirrored/get/set to set each widget's mirrored mode.
* Added code to set the system mirrored mode from translations to elementary and added translations for all the rtl languages. (a trick to load according to locale).
* Future commits will include specific widgets mirrored mode handling.
Work by Aharon Hillel and Tom Hacohen.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@56673 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
21 files changed:
AUTHORS
Makefile.am
autogen.sh
configure.ac
po/ChangeLog [new file with mode: 0644]
po/LINGUAS [new file with mode: 0644]
po/Makevars [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/ar.po [new file with mode: 0644]
po/az_IR.po [new file with mode: 0644]
po/fa.po [new file with mode: 0644]
po/he.po [new file with mode: 0644]
po/ps.po [new file with mode: 0644]
po/ur.po [new file with mode: 0644]
po/yi.po [new file with mode: 0644]
src/lib/Elementary.h.in
src/lib/Makefile.am
src/lib/elm_config.c
src/lib/elm_priv.h
src/lib/elm_widget.c
src/lib/elm_widget.h