diff options
author | myoungwoon kim <myoungwoon@gmail.com> | 2012-03-07 14:27:36 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-03-07 14:27:36 +0000 |
commit | aa81e4c945e3856ef7c7d61fd848da82ba1c2fa9 (patch) | |
tree | 097475703c38e8576be107c2d2730c489f3d7f77 /po/ar.po | |
parent | 57ca4b5961c922da8a88f97851fccaa2554063cd (diff) | |
download | elementary-aa81e4c945e3856ef7c7d61fd848da82ba1c2fa9.tar.gz |
From: myoungwoon kim <myoungwoon@gmail.com>
Subject: [E-devel] [Patch] Ecore, Elementary: Supporting indicator
opacity mode
This is Myoungwoon Roy Kim.
This patches are for supporting the indicator's opacity mode and made by
Jeonhoon Park(jh1979.park@samsung.com) who is responsible for Indicator
application.
Requirements:
- In mobile device, Indicator area should be displayed as Opacity,
Transparency, or sometimes Translucency according to the UX
requirements.
This requirement can be applied in case of fullscreen based menu and
fullscreen applications like video player etc.
Functional requirements:
1. User can set indicator's opacity mode as opacity, transparency, and
translucency
2. User can get the current indicator's opacity mode.
Currently there are no APIs for supporting the upper functional
requirements.
Thus, he added support for indicator's opacity mode.
It is designed for EFL developers easily to set the indicator's opacity
like the existing indicator's mode.
He added a Elm_Win_Indicator_Opacity_Mode structure variable into
Elm_Win
structure.
Meanwhile, new two APIs are implemented independently from the existing
source code.
Anybody please review this and apply it to upstream code.
SVN revision: 68959
Diffstat (limited to 'po/ar.po')
-rw-r--r-- | po/ar.po | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: elementary\n" "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-03-07 14:19+0900\n" +"POT-Creation-Date: 2012-03-07 23:02+0900\n" "PO-Revision-Date: 2010-12-26 10:05+0200\n" "Last-Translator: Tom Hacohen <tom.hacohen@partner.samsung.com>\n" "Language-Team: General\n" @@ -39,7 +39,7 @@ msgid "Clicked" msgstr "" #: src/lib/elm_button.c:408 src/lib/elm_check.c:394 src/lib/elm_radio.c:295 -#: src/lib/elm_toolbar.c:887 +#: src/lib/elm_toolbar.c:886 msgid "State: Disabled" msgstr "" @@ -101,19 +101,19 @@ msgstr "" msgid "OFF" msgstr "" -#: src/lib/elm_toolbar.c:803 +#: src/lib/elm_toolbar.c:802 msgid "Selected" msgstr "" -#: src/lib/elm_toolbar.c:885 +#: src/lib/elm_toolbar.c:884 msgid "Separator" msgstr "" -#: src/lib/elm_toolbar.c:889 +#: src/lib/elm_toolbar.c:888 msgid "State: Selected" msgstr "" -#: src/lib/elm_toolbar.c:891 +#: src/lib/elm_toolbar.c:890 msgid "Has menu" msgstr "" |