summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2013-01-17 04:44:05 +0000
committerChunEon Park <hermet@hermet.pe.kr>2013-01-17 04:44:05 +0000
commitf934daf25b9f7de51917041133ea50632dd97fef (patch)
tree8a564d7522d52c4421b1a501cf707a8374254275 /AUTHORS
parente52a6f9eef18ab649dd680a1dd88b32dee328019 (diff)
downloadelementary-f934daf25b9f7de51917041133ea50632dd97fef.tar.gz
elementary/ctxpopup - [E-devel] [Patch] when parent of ctxpopup is resized, call dismissed signal
Before the patch, when window of device which has elementary rotates, the ctxpopup doesn't emit the "dismissed" signal to application. For this reason, if an application developer wants to make an event using "dismissed" signal when device rotates, he/she cannot do anything. But after add evas_object_smart_callback in the function "_on_parent_resize", this problem is resolved. That means, whether a device is rotated or not, when ctxpopup disappears, "dismissed" signal is emitted. So I want you to check this patch. Thank you. Signed-Off-By: Bora Hwang<bora1.hwang@samsung.com> SVN revision: 82918
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 42e3fd58b..792337a23 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -73,3 +73,4 @@ Murilo Belluzzo <murilo.belluzzo@profusion.mobi>
Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>
Gwanglim Lee <gl77.lee@samsung.com> <gwanglim@gmail.com>
JaeHyun Jo <jae_hyun_cho@naver.com>
+Bora Hwang <bora1.hwang@samsung.com>