Jaehyun Cho [Tue, 28 May 2013 11:24:44 +0000 (20:24 +0900)]
[conformant] Set size of virtualkeypad area as 0 if the state is OFF
Change-Id: I6b343322e31306d65d933cc0f012490c0a679d86
prince [Thu, 23 May 2013 11:50:29 +0000 (17:20 +0530)]
[Conformant] EVAS_CALLBACK_DEL event added in order to make sure that the scroller deleted by the
app must be informed to conformant.
Change-Id: I81046809a217d04c6176a4ee0092a03ee20d45c1
Youngbok Shin [Mon, 27 May 2013 12:59:05 +0000 (21:59 +0900)]
entry: Fix elm_entry_end_visible_set checked wrong content.
Shinwoo Kim [Mon, 27 May 2013 12:07:16 +0000 (21:07 +0900)]
[mapbuf][access] add accessibility feature
Change-Id: I16f89fd65ebc5bb8fe4f686c15d72acd88d5e7dc
Tae-Hwan Kim [Mon, 27 May 2013 10:04:11 +0000 (19:04 +0900)]
[Genlist] Fix memory leaks
Change-Id: Ic40fce85b01413f7cb0928b88cfe9edf263dfff6
Tae-Hwan Kim [Mon, 27 May 2013 09:43:48 +0000 (18:43 +0900)]
[Genlist] Do not remove evas_object when swallowing failed.
After this, failed objects can be floated.
Change-Id: Ib2df3cdeb24f81c282353b3767b423f468fc69ce
Tae-Hwan Kim [Mon, 27 May 2013 07:36:43 +0000 (16:36 +0900)]
[Genlist] Functionize the item'st min caculation.
Change-Id: I0ea417002c5641f6110f614625ea98dfa359e1db
Tae-Hwan Kim [Sun, 26 May 2013 07:49:27 +0000 (16:49 +0900)]
[list] Add signal emit hook same as genlist
Change-Id: Ib5ee6ed3f48a1acbf6ab5531cb74a1656c993868
Bora Hwang [Mon, 27 May 2013 05:26:43 +0000 (14:26 +0900)]
[multibuttonentry] fixed lots of PLMs: because of refactoring bug
Change-Id: I7292fae4c2345c646629fcf5184566f4ac9608be
Daniel Zaoui [Wed, 8 May 2013 07:39:21 +0000 (10:39 +0300)]
Elementary: DnD feature for genlist, gengrids and lists.
Three tests have been added in elementary_test to show the work done.
They are located in the new section "DnD".
Due to the new APIs in elm_cnp.c, some widgets had to be adapted.
Rajesh PS [Wed, 22 May 2013 09:06:00 +0000 (14:36 +0530)]
[map] Fixes as part of EFL verification
* Set the timers, idlers, animators to NULL after use
* [Patch2] As per review comments removed unnecessary code
Change-Id: I72f19421ea1abc960a6fd9f40d6d62db4720859e
Tae-Hwan Kim [Fri, 24 May 2013 12:53:52 +0000 (21:53 +0900)]
[Genlist] Fix simple bug!
Change-Id: I3957132755e3b9f7b2f7b2ade0a30eaaf0625e0d
Tae-Hwan Kim [Fri, 24 May 2013 12:36:58 +0000 (21:36 +0900)]
[Genlist] Refactoring events
Change-Id: I2e23bc9712aa06018a748dd8ab46e3d179884177
Tae-Hwan Kim [Fri, 24 May 2013 10:26:17 +0000 (19:26 +0900)]
[Genlist] Simple Bug Fix
Change-Id: I3321065e93fb5b305cc40960727224932ae3f528
ChunEon Park [Fri, 24 May 2013 10:07:16 +0000 (19:07 +0900)]
elementary/widget - plase update display mode whenever sub object is set
commit
9d8874b737637a607b6fb74b7828f1643ec09022
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Fri May 24 18:34:37 2013 +0900
Thiep Ha [Fri, 24 May 2013 08:16:00 +0000 (17:16 +0900)]
[CopyPaste] Add __UNUSED__ to avoid build warnings; correct format
Change-Id: Ic289e11c271f7fcc731728201e6e9722c4efc486
Thiep Ha [Fri, 24 May 2013 05:46:44 +0000 (14:46 +0900)]
[Copy&Paste] Fix bug of cannot show cnp popup if end handler is hidden; handle landscape entry case
Change-Id: I9a2fd5ece7b0d37c621784add3055c495c5b69df
Hosang Kim [Fri, 24 May 2013 04:27:40 +0000 (13:27 +0900)]
[scroller] added that whether pagesize is zero or not
Hosang Kim [Thu, 23 May 2013 08:53:29 +0000 (17:53 +0900)]
[scroller] fixed that focus doesn't move by page
Change-Id: I01672e5c6c65275dd75d5207d80b4224f9f917a0
prince [Wed, 22 May 2013 15:54:57 +0000 (21:24 +0530)]
[Elementary Job Validation]
Change-Id: I90102fa0aa21d7af1eb0b63dc3a43a12111556d3
Bora Hwang [Thu, 23 May 2013 07:26:52 +0000 (16:26 +0900)]
[multibuttonentry] fix bug: if MBE is unfocused and MBE item is added, input panel should not appear
Change-Id: I714b4aad86782f9b611dfc0efbbb66a86f59881a
Seunggyun Kim [Thu, 23 May 2013 06:44:19 +0000 (15:44 +0900)]
[Genlist] disable scroller handler when pinch zoom starts
Change-Id: I5b148466f6a9205ecdce0ec669f4f9fbc7bc7ddc
Hosang Kim [Wed, 22 May 2013 06:02:49 +0000 (15:02 +0900)]
[scroller] changed thumbscroll_threshold value 24 to 15
Change-Id: Icdb06e4cb8ebaca504f38b7527b25d02d8706555
Bora Hwang [Tue, 21 May 2013 00:25:38 +0000 (09:25 +0900)]
[multibuttonentry] refactoring MBE layout
Before this, MBE item has fixed max width.
From now on, MBE item has flexible max width
by various languages, %d, or portrait/landscape mode
Change-Id: Ic25dd64451f60d0402c47004a74e483a304aa23d
sh10233.lee [Wed, 22 May 2013 04:29:20 +0000 (13:29 +0900)]
gengrid: add new condition in _elm_gengrid_item_del_serious() that item cannot be bring_in or show_region when item is deleted.
Change-Id: I183fcf3880c137e3ea7112b3bfe84608c8af6451
Jiyoun Park [Wed, 22 May 2013 07:18:08 +0000 (16:18 +0900)]
fix elm image timer code
Change-Id: I0d78f8411f92fb81ddfe9e905660a3cdb06aa85e
ChunEon Park [Mon, 20 May 2013 11:03:31 +0000 (20:03 +0900)]
elementary/win - prevent to add the timer multiple times.
elementary/ews_wm - prevent to add a duplicated animator.
commit
0e9cd6e86425ebb8e2a3e8454e999496d10c1811
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Mon May 20 19:09:13 2013 +0900
commit
9bcb15b2603598f5ca9ff20548d0a5c3fdfb5bdb
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Mon May 20 19:17:57 2013 +0900
Jaehyun Cho [Tue, 21 May 2013 13:00:49 +0000 (22:00 +0900)]
[naviframe] Call callback function of the more button by KEY_MENU H/W key event
Change-Id: I40e1116085cb74337d34a22eb3c8d1d14c760b6e
Jaehyun Cho [Tue, 21 May 2013 08:14:09 +0000 (17:14 +0900)]
[naviframe] Pop an item by clicking mouse right button (H/W Mouse Support)
Change-Id: I7b280b74836e304e85c07366f42c9ed98df67298
Thiep Ha [Wed, 22 May 2013 01:40:26 +0000 (10:40 +0900)]
[Magnifier] Move down to fully show magnifier in case of not enough space
Change-Id: I1003dba5bc7315bd8aea16d5a8756e93efaaf54f
Hosang Kim [Tue, 21 May 2013 04:32:00 +0000 (13:32 +0900)]
[toolbar] fixed code for verification(ecore_job_add)
Sungho Kwak [Thu, 9 May 2013 07:48:46 +0000 (16:48 +0900)]
Revert "[cbhm_helper] add __UNUSED__ tag for unused parameter"
This reverts commit
4aea3dd17e9c4407be52afdbad4b09368b14e753
Change-Id: I2b1f2e6691f1310dfcbbbfc4350c0395535bc45d
Sungho Kwak [Thu, 14 Feb 2013 08:12:03 +0000 (17:12 +0900)]
[cbhm_helper] add __UNUSED__ tag for unused parameter
Change-Id: I95bd723067dfae047379b438d015c79794d5b5ec
Seunggyun Kim [Sat, 4 May 2013 15:53:13 +0000 (00:53 +0900)]
[Genlist] Change temporarily item unrealize and del flow for preventing wifi BS. This will be reverted after application announcement
Change-Id: If1f9faef9b761f03c85c6082d410c9042e623efb
Conflicts:
src/lib/elm_genlist.c
Tae-Hwan Kim [Fri, 17 May 2013 07:37:15 +0000 (16:37 +0900)]
[Genlist] Some tweaks for better performance(?)
1. finger size get is done only once
2. Item's width should be larger than viewport's width if it is not
compress mode
Change-Id: Ia0bca82647fa8cbacb6f541fa8a78095dfbe11a9
Tae-Hwan Kim [Thu, 16 May 2013 04:07:29 +0000 (13:07 +0900)]
[Genlist] Optimize the queue processing and fix bug
When queueing, queued items should be unrealized.
After that, when calculating, items which is visible are realized.
Change-Id: Id8527ce4d043a98240d265152c90fad5b0667ded
Youngbok Shin [Tue, 21 May 2013 07:25:55 +0000 (16:25 +0900)]
entry: elm_entry_markup_filter_remove() has a problem when internally defined filters are used. fixed.
Shinwoo Kim [Tue, 21 May 2013 07:27:32 +0000 (16:27 +0900)]
[glayer] configure double tap timeout and distance
Change-Id: I6bcbec6d3a2c95c90cb98ce3958404df902adec9
ChunEon Park [Mon, 20 May 2013 11:45:45 +0000 (20:45 +0900)]
elemenatry/naviframe - don't pop the view if the freeze_event is enabled and some views are alreadying popping.
commit
f8df137bee5aba9602689b902c7fae4577d8008b
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Mon May 20 20:42:38 2013 +0900
Seunggyun Kim [Tue, 21 May 2013 07:15:41 +0000 (16:15 +0900)]
[Genlist] Fix flickering issue when same position items are deleted and added. [Music player PLM issue]
Change-Id: If3d7952de29d447f6acfe28941cb758a9e0fbe1b
Jiyoun Park [Sun, 19 May 2013 03:38:42 +0000 (12:38 +0900)]
add code to dealwith indicator opacity
Change-Id: I56198be61087d249fce2013a5e615dc39e0b3021
prince [Sat, 18 May 2013 12:01:42 +0000 (17:31 +0530)]
[List] Processing the edje message before deletion.
Change-Id: Ie718cbdd8d00723c76ff5256055ac8f865fda6c7
prince [Fri, 17 May 2013 13:49:34 +0000 (19:19 +0530)]
[Conformant] Elementary Timer validation.
Change-Id: I1f1f3c74c4c2d44dc28ca4d4f22d544681b7486a
Rajesh PS [Mon, 13 May 2013 18:32:34 +0000 (00:02 +0530)]
[map] Added icon overlay support using Nokia engine
* Only icon support added
* Code modified to use overlay only if provided by engine
* Previous functionality has been retained
* Group overlay support using Nokia engine will be added next
* [Patch2] Handling overlays in group scenarios
* [Patch2] Issue fixes related to stray evas objects displayed
* [Patch2] Currently the Nokia overlay support is disable, to enable set ENABLE_MAP_ENGINE_OVERLAYS to true and compile
* [Patch3] Fixed incomplete merge from the earlier commit
Change-Id: I472490e1f65ddd8fdbcf1827eeed68b22568890d
Jaehyun Cho [Thu, 16 May 2013 02:18:11 +0000 (11:18 +0900)]
[naviframe] Not propagate KEY_END signal to naviframe window if SIP area is not activate
Change-Id: I2bbc722c9e614d9400d3063b94332925e28b7a88
Jaehyun Cho [Wed, 15 May 2013 14:21:48 +0000 (23:21 +0900)]
[conformant] Set EVAS_DISPLAY_MODE_NONE if state of clipboard and keyboard is UNKNOWN
Change-Id: Icb91bb225d4302e9d7959d4e144b42d7b14ecd7d
Bora Hwang [Wed, 15 May 2013 06:32:23 +0000 (15:32 +0900)]
[multibuttonentry] P130514-2632: if MBE doesn't have focus, entry of MBE should lose its focus
Tae-Hwan Kim [Wed, 15 May 2013 04:35:09 +0000 (13:35 +0900)]
[Genlist] Change hash algorithm from pointer to samll string
Change-Id: Iaa04df55290f255a30ca65beda5502aa23827114
Tae-Hwan Kim [Tue, 14 May 2013 16:15:01 +0000 (01:15 +0900)]
[Genlist] Fix region show/bring in bug
item can be unrealized
Change-Id: Ifaa3a5888d6171f0f2b25684967dd1b87e4e7e1f
Tae-Hwan Kim [Tue, 14 May 2013 15:49:22 +0000 (00:49 +0900)]
[Genlist] Fix group item recalc.
Current group item should not be recaculate.
It should be treated as normal items.
So I removed unneeded caculation for checking group items.
Change-Id: Ic164f7f7377e79bc4f4e19829c3811c5c22a7694
Tae-Hwan Kim [Tue, 14 May 2013 13:38:12 +0000 (22:38 +0900)]
[Map] Fix overlay bugs
Change-Id: I2644aa86e16ba752075dcb9bc458be33f1f9ff51
Tae-Hwan Kim [Tue, 14 May 2013 05:53:54 +0000 (14:53 +0900)]
[Genlist] elm module bug fix
Merge from upstream
Change-Id: I78b9a8a8a122ff03811f6720b3f770f322da7199
Jaehyun Cho [Tue, 14 May 2013 09:34:51 +0000 (18:34 +0900)]
[naviframe] Send KEY_END to naviframe window if SIP area is not activate
Change-Id: Idfef026e7640eb8007f2a58d8eed0db7aacb2773
Seunggyun Kim [Tue, 14 May 2013 07:13:03 +0000 (16:13 +0900)]
[Genlist] add pinch zoom trigger according as X axis movement. current pinch zoom is only triggered by Y axis movement.
Change-Id: Iccbdeff639f20ea95dd3a368e05aca111ac10d50
Seunggyun Kim [Tue, 14 May 2013 05:58:22 +0000 (14:58 +0900)]
[Genlist] Improve VI effect - Skip effect while scrolling and remove qeue_idle_enterer NULL in _scroll_cb
Change-Id: I7962ea56a3ef01ae9325273f918c152779480f90
Seunggyun Kim [Tue, 14 May 2013 05:53:41 +0000 (14:53 +0900)]
Genlist] Improve VI effect - Show smoothly effect when the list has lots of items
Change-Id: Id89403f7dd0eb641bed86515f91b810aba119524
Seunggyun Kim [Tue, 14 May 2013 05:42:54 +0000 (14:42 +0900)]
[Genlist] add VIEW(it) check in _item_del_pre_process for abort test
Change-Id: Ieda682e4d032434a921eba6f63e64f44ef741c4a
Tae-Hwan Kim [Mon, 13 May 2013 07:40:22 +0000 (16:40 +0900)]
[Genlist] Add checking if it is swallowed correctly.
Change-Id: I8761646481ccf380532045e2f1b4ef8b45f1bb09
Tae-Hwan Kim [Fri, 10 May 2013 15:00:24 +0000 (00:00 +0900)]
[Genlist] Enhance homogenous mode
If homogeneous is on,
for each item styles, item heights assummed to be same.
Previously, all item heights are assummed to be same.
Change-Id: I3b5c2f64e20be1aaf061dda285cabff5f4875d1a
Seunggyun Kim [Fri, 10 May 2013 07:27:22 +0000 (16:27 +0900)]
[Genlist] fix item move befre/after api problem - item's rel_revs need to be cleanup
Change-Id: Ic1e62b33cd162f929049b5a7797e4be65f6143b2
Seunggyun Kim [Fri, 10 May 2013 07:23:33 +0000 (16:23 +0900)]
[Genlist] fix unrealize problem
Change-Id: I95acf8bcc06e2a59b578f39dac8c0e213026c8ba
Sungho Kwak [Thu, 9 May 2013 08:34:07 +0000 (17:34 +0900)]
Revert "[elm_widget] Focus cannot be stolen when one of parents is invisible or disabled."
This reverts commit
6a70093142f3e809dbb88e89ce6ecbbdde2ea4ed.
Seunggyun Kim [Thu, 9 May 2013 08:16:32 +0000 (17:16 +0900)]
[Genlist] remove unnecessary code in _item_del_post_process
Change-Id: Ie3387510eac19538fc334a2ad5fb55e70a98e8a1
Tae-Hwan Kim [Wed, 8 May 2013 13:22:59 +0000 (22:22 +0900)]
[Genlist] Support entry to be calculated eventhough it is outside of
viewport.
Change-Id: I804f18ff4f669615305f89ba9566f574d8feb268
Jongmin Lee [Wed, 8 May 2013 05:17:09 +0000 (14:17 +0900)]
resove erros when enables abort on error
Change-Id: Ic8fa502bcb68954a0ceab66c0e6f2e149161256c
WooHyun Jung [Tue, 7 May 2013 12:22:01 +0000 (21:22 +0900)]
Fixed wrong formatting.
WooHyun Jung [Tue, 7 May 2013 12:00:57 +0000 (21:00 +0900)]
[elm_widget] Focus cannot be stolen when one of parents is invisible or disabled.
WooHyun Jung [Tue, 7 May 2013 11:57:59 +0000 (20:57 +0900)]
[elm_widget] Fixed wrong logic when setting parent's child_can_focus as EINA_TRUE.
Tae-Hwan Kim [Tue, 7 May 2013 12:09:15 +0000 (21:09 +0900)]
Revert "Revert "Revert "[Genlist] Prevent unneeded callbacks"""
This reverts commit
76ef763b13b8acb89b6dd97dea6cd0448b633618.
Conflicts:
src/lib/elm_genlist.c
Change-Id: I9946b61fbcae44281c82e00db7a6f50ef11ff21e
Tae-Hwan Kim [Tue, 7 May 2013 12:08:10 +0000 (21:08 +0900)]
Revert "[Genlist] Fix item class unref/free usage"
This reverts commit
b33d66f1b64bed4042ac6e9ee8ac0d599f1f4370.
Tae-Hwan Kim [Tue, 7 May 2013 06:48:27 +0000 (15:48 +0900)]
[Genlist] Fix bug when error abort is enabled.
Change-Id: Ifbd5dce82171cb658801925fca4c413d91bdecc6
Tae-Hwan Kim [Tue, 7 May 2013 06:22:08 +0000 (15:22 +0900)]
[Genlist] Remove to check scrolling flags for better performance
Change-Id: I1dc62f625d8745b7a4d3b1af41ad648db53c2113
Bora Hwang [Tue, 7 May 2013 07:03:17 +0000 (16:03 +0900)]
[multibuttonentry] fixed P130503-0952: addresses should not overlap one another
Change-Id: I6406cec8398361a71dcf76dd69d95b0fcd9bf99a
Rajesh PS [Mon, 6 May 2013 12:18:54 +0000 (17:48 +0530)]
[conformant] Resolved crash when debug macros are enabled
WooHyun Jung [Mon, 6 May 2013 12:04:34 +0000 (21:04 +0900)]
[elm_entry] Add elm_entry smart callback, named text,set,done. This smart callback will be useful when long text has been set and developer want to know the timing of setting whole text to the entry.
WooHyun Jung [Mon, 6 May 2013 11:56:20 +0000 (20:56 +0900)]
[elm_entry] Filter_accept callback should consider meaningless tag and should not remove it. Thanks YoungBok Shin.
Rajeev Ranjan [Sat, 4 May 2013 08:57:10 +0000 (14:27 +0530)]
Modified the language name for po file holding datetime formats from dt_fmt to en_US.
Change-Id: I3c5e8de427823f2d80044d6ebfb203d458ef5cb0
Tae-Hwan Kim [Mon, 6 May 2013 04:04:38 +0000 (13:04 +0900)]
Revert "Revert "[Genlist] Prevent unneeded callbacks""
This reverts commit
1b699f84c174cb494f50a0f1e564a1c70aab3a1e.
ChunEon Park [Mon, 6 May 2013 03:16:40 +0000 (12:16 +0900)]
ctxpopup/mapbuf - trivial change
Tae-Hwan Kim [Sat, 4 May 2013 17:06:25 +0000 (02:06 +0900)]
Revert "[Genlist] Prevent unneeded callbacks"
This reverts commit
b82c8bb39189f0c3b2a8c21d28866e3b79156abc.
Conflicts:
src/lib/elm_genlist.c
Change-Id: Ia5c881dfcf3957faff218dd7f65f9ed20f1a3d48
Tae-Hwan Kim [Sat, 4 May 2013 15:44:54 +0000 (00:44 +0900)]
[Genlist] Set focused object as NULL when item is deleted or genlist is
cleared.
Change-Id: I19bb5a96c23156a993c63ed361a831971940006e
Tae-Hwan Kim [Sat, 4 May 2013 10:06:50 +0000 (19:06 +0900)]
[Genlist] Fix item class unref/free usage
1. unref - lower reference count or if it is 0, call item class free
2. free - delet all callbacks, if reference count is 0, free item or
if it is not, call item class unref
Change-Id: If370d2e6babd60ef43446a7c1ce88c79d7b71462
Tae-Hwan Kim [Fri, 3 May 2013 06:47:11 +0000 (15:47 +0900)]
[Genlist] Fix genlist unrealization problem
1. Check visible in viewport
2. If visible, realize it. If not, unrealize it
Change-Id: I2860f9d67230a64742ecf68fe7c1f685369c19d5
Seunggyun Kim [Sat, 4 May 2013 15:53:13 +0000 (00:53 +0900)]
[Genlist] Change temporarily item unrealize and del flow for preventing wifi BS. This will be reverted after application announcement
Change-Id: If1f9faef9b761f03c85c6082d410c9042e623efb
Thiep Ha [Sat, 4 May 2013 02:45:16 +0000 (11:45 +0900)]
[Magnifier] Fix region issue (convert scale factor from edc)
Change-Id: I9709820ddb3eb92c3b43ed0c2ecf83886fcb1bfb
WooHyun Jung [Sat, 4 May 2013 02:27:53 +0000 (11:27 +0900)]
[popup] nodify should be deleted when popup is removed. This should be done after all smart_del process is done for popup.
sumanth [Wed, 24 Apr 2013 16:38:55 +0000 (22:08 +0530)]
[elm_datetime] Added dt_fmt.po file: Lookup for Datetime widget default format in all locales.
Change-Id: I4af86f0fe96b2998bb9a84d8b8d860cca566856a
WooHyun Jung [Fri, 3 May 2013 11:18:36 +0000 (20:18 +0900)]
[naviframe] When new item is pushed, previous top object should clear its focus state before adding as a sub-object to naviframe.
Thiep Ha [Fri, 3 May 2013 06:39:39 +0000 (15:39 +0900)]
[Magnifier] Freeze scroller when magnifier is showing
Change-Id: I3b954aeb6eb25627512b467db423c39a9585764d
Jaehwan Kim [Fri, 3 May 2013 04:19:27 +0000 (13:19 +0900)]
Sync with open source about the config(min_friction, friction_standard)
Change-Id: I59964d643500133d8d5d95a813dcce15cb1bfb77
Bora Hwang [Fri, 3 May 2013 05:05:03 +0000 (14:05 +0900)]
[ctxpopup] fixed P130430-0614: memory leak occurs when app closes
Change-Id: I943c92eead6349b7a71ce53971592d112ef9b2a8
Tae-Hwan Kim [Thu, 2 May 2013 16:30:49 +0000 (01:30 +0900)]
[Genlist] Fix job bug
Before call _calc_job directly, job should be removed.
Because dangling job can be remained
Change-Id: I4764903b6f6f528b833850b9b863b3c8a5d9ce9a
Seunggyun Kim [Thu, 2 May 2013 07:06:29 +0000 (16:06 +0900)]
[Genlist] refactoring _item_del process
Change-Id: I9c81aa7b773d2433d97550b43c0ab524b37e7c43
WooHyun Jung [Thu, 2 May 2013 07:58:58 +0000 (16:58 +0900)]
[entry] elm_entry_filter_accept_set now can recognize tags.
Seunggyun Kim [Thu, 2 May 2013 05:46:06 +0000 (14:46 +0900)]
[Genlist] Refactoring FX del flow and fix signal callback del missing
Change-Id: I7dd0152e3acdbb78ec79af32fccc266b5f481548
jae_hyun.cho [Thu, 2 May 2013 05:26:05 +0000 (14:26 +0900)]
[naviframe] Fix to execute elm_widget_item_del in registered pop_cb
Change-Id: Idb27a66d1ed99552e2a07f96e63674d2ee23f428
Seunggyun Kim [Tue, 30 Apr 2013 11:15:54 +0000 (20:15 +0900)]
[Genlist] add s_iface NULL check in _calc_job
Change-Id: I1c211eee5159e7d5754f030ff430d431ba721a89
Seunggyun Kim [Tue, 30 Apr 2013 08:44:37 +0000 (17:44 +0900)]
[Genlist] fix transit del problem about [voicerecorder PLM issue: P130416-9496]
Change-Id: I0c9f19f56698f6b314fff794ebfe63801df4f4df
Shinwoo Kim [Tue, 30 Apr 2013 09:02:28 +0000 (18:02 +0900)]
[access] implement on_focus_region();
Change-Id: I07f33b33245da68d38fefa3364e829a56485909c
ChunEon Park [Tue, 30 Apr 2013 09:48:48 +0000 (18:48 +0900)]
elementary/layout - layout supports "language,changed" callback
commit
633b89c467dc38515742e28a2ed77427ae7c8fb9
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Tue Apr 30 18:47:38 2013 +0900
Change-Id: I403108560cbd7a630a28e19fcb7332250565530d