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)
commitf4f572f2ecf1cb12384f3c33fc06a5a83ed86024
tree6c8a25a2558b573b5bcec671db7035dbb9bb583d
parentb4b398eb8ed2ad05c7836b8dd0fd8dc2c1706839
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: https://svn.enlightenment.org/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