framework/uifw/elementary.git
11 years ago[CnP] Fix prevent of null dereference
Thiep Ha [Thu, 27 Jun 2013 11:42:04 +0000 (20:42 +0900)]
[CnP] Fix prevent of null dereference

Change-Id: I97f25026f042a63b439304fb4a3e4185b543c9b4

11 years ago[elm_cnp] Fix a use after free problem.
WooHyun Jung [Thu, 27 Jun 2013 11:12:10 +0000 (20:12 +0900)]
[elm_cnp] Fix a use after free problem.

11 years ago[ctxpopup] fixed prevent issue: ctxpopup will be dismissed by user
Bora Hwang [Thu, 27 Jun 2013 11:12:18 +0000 (20:12 +0900)]
[ctxpopup] fixed prevent issue: ctxpopup will be dismissed by user

Change-Id: I67ac1138a288ea7fac512f141c0871718d535ce3

11 years ago[elm_entry] Fixed memory leak by elm_entry_markup_to_utf8.
WooHyun Jung [Thu, 27 Jun 2013 08:11:15 +0000 (17:11 +0900)]
[elm_entry] Fixed memory leak by elm_entry_markup_to_utf8.

11 years agoelm_cnp: Fix memory leak in error path.
Stefan Schmidt [Mon, 10 Jun 2013 13:53:11 +0000 (14:53 +0100)]
elm_cnp: Fix memory leak in error path.

We allocate info->filename in all cases but missed a free in the error path.

Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
11 years agoelm_gesture_layer: Fix potential NULL pointer dereference.
Stefan Schmidt [Thu, 13 Jun 2013 15:34:06 +0000 (16:34 +0100)]
elm_gesture_layer: Fix potential NULL pointer dereference.

If _pointer_even_make is false pe stays NULL and might get dereferenced
later. Instead we return now if _pointer_event_make fails.

Thanks to Tom for consulting with the gesture layer code.

Change-Id: I5050639235b9f2922c8ff242b7dc6641d0041952

11 years ago[access.c] Info is checked for null.
Subodh Kumar [Wed, 26 Jun 2013 11:12:13 +0000 (16:42 +0530)]
[access.c] Info is checked for null.

Change-Id: I8f94c4709c8c2766a0d8a1513b08f693c4285cdf

11 years agoelc_naviframe.c: Correctly call _resize_object_reset()
Daniel Willmann [Wed, 26 Jun 2013 15:45:54 +0000 (16:45 +0100)]
elc_naviframe.c: Correctly call _resize_object_reset()

Incorrect use of the ?-operator...

Backported b088400a2bfa8422a83eeb4e08b1113e0a0b7fa2

Change-Id: I48f1d87944f63627bbc727c47d60000a0c701b6d
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoDnD: move NULL check to a better place
Daniel Zaoui [Wed, 26 Jun 2013 12:02:09 +0000 (15:02 +0300)]
DnD: move NULL check to a better place

11 years ago[button] Add focused and unfocused smart callback signals.
WooHyun Jung [Wed, 26 Jun 2013 11:52:25 +0000 (20:52 +0900)]
[button] Add focused and unfocused smart callback signals.

11 years ago[Genlist] Remove useless codes
Tae-Hwan Kim [Wed, 26 Jun 2013 09:36:31 +0000 (18:36 +0900)]
[Genlist] Remove useless codes

Because elm,state,default did state initialization,
It is not need to update all states.

Change-Id: I7fd54c8dc3d2fa512fc3c4245c7e475d0dd9d0d3

11 years agoRemove useless signal codes
Tae-Hwan Kim [Wed, 26 Jun 2013 07:50:33 +0000 (16:50 +0900)]
Remove useless signal codes

Change-Id: If416ce639b870a5395786ea492a81e52d6955f79

Conflicts:

src/lib/elm_genlist.c

11 years agopackage upload
Sungho Kwak [Thu, 27 Jun 2013 06:52:06 +0000 (15:52 +0900)]
package upload

Change-Id: Ia58634c75d4dac12575b59990c065882a2e8ae6b

11 years ago[scroller] fixed warning message in elm_scroller.c
Hosang Kim [Wed, 26 Jun 2013 07:21:15 +0000 (16:21 +0900)]
[scroller] fixed warning message in elm_scroller.c

11 years ago[Genlist] Remove useless codes
Tae-Hwan Kim [Wed, 26 Jun 2013 09:36:31 +0000 (18:36 +0900)]
[Genlist] Remove useless codes

Because elm,state,default did state initialization,
It is not need to update all states.

Change-Id: I7fd54c8dc3d2fa512fc3c4245c7e475d0dd9d0d3

11 years agoRemove useless signal codes
Tae-Hwan Kim [Wed, 26 Jun 2013 07:50:33 +0000 (16:50 +0900)]
Remove useless signal codes

Change-Id: If416ce639b870a5395786ea492a81e52d6955f79

11 years ago[Copy&PasteUI] keep selection when scroll, move entry
Thiep Ha [Wed, 26 Jun 2013 07:33:54 +0000 (16:33 +0900)]
[Copy&PasteUI] keep selection when scroll, move entry

Change-Id: I959501386622163ff5a262aa2f0101bc555738bd

11 years ago[toolbar] toolbar item signal bug fixed
Hosang Kim [Wed, 26 Jun 2013 05:54:08 +0000 (14:54 +0900)]
[toolbar] toolbar item signal bug fixed

changed "eina_list_count -> eina_list_count(list)"

11 years ago[win] remove warning message
Shinwoo Kim [Tue, 25 Jun 2013 06:00:14 +0000 (15:00 +0900)]
[win] remove warning message

Change-Id: I7348fb4276afafdd6883b8132434b581e8d3601a

11 years agoGesture Layer: Add API to set the finger size for taps. The default
Daniel Zaoui [Tue, 25 Jun 2013 02:32:22 +0000 (05:32 +0300)]
Gesture Layer: Add API to set the finger size for taps. The default
value is the one stored in elm_config.

11 years agoGesture Layer: fix to improve fingers taps registration
Aharon Hillel [Sun, 9 Jun 2013 13:14:08 +0000 (16:14 +0300)]
Gesture Layer: fix to improve fingers taps registration

Signed-off-by: Aharon Hillel <a.hillel@samsung.com>
11 years ago[Genlist] Fix Genlist item processing issue
Tae-Hwan Kim [Tue, 25 Jun 2013 08:22:22 +0000 (17:22 +0900)]
[Genlist] Fix Genlist item processing issue

Some applications (ex. music-player) append items on idler or animator
or something. In that case, Later queued items can be processed before
items previously queued because later items can be processed directly
and previous items can be processed on idle enterer.
So if there alreday exist queued items, do not process items directly.

Change-Id: Idf9331f8190e08094a782c4745a76c10578f20a4

11 years ago[Access] Fix the bug for access scroll and simplify the code.
Jaehwan Kim [Wed, 26 Jun 2013 02:36:57 +0000 (11:36 +0900)]
[Access] Fix the bug for access scroll and simplify the code.

Change-Id: I334153a12ab8db18b8db1d52010951cf5085cbcd

11 years ago[Genlist] Added check for proper handling of selected items. Unnecessary addition...
prince [Tue, 25 Jun 2013 14:30:09 +0000 (20:00 +0530)]
[Genlist] Added check for proper handling of selected items. Unnecessary addition of selected item leads to crash.
Resolve PLM: P130607-2341.

Change-Id: Iebbb7280ddecb988152283faa4da9bd1498bf08c

11 years ago[access] remove comma from text to read - TTS engine issue, Tizen only
Shinwoo Kim [Tue, 25 Jun 2013 05:50:00 +0000 (14:50 +0900)]
[access] remove comma from text to read - TTS engine issue, Tizen only

Change-Id: I012479b45f69828480cd7dceff8734cd0d1db268

11 years ago[multibuttonentry] disabled entry filter(semicolon, comma)
Bora Hwang [Tue, 25 Jun 2013 05:12:25 +0000 (14:12 +0900)]
[multibuttonentry] disabled entry filter(semicolon, comma)

Change-Id: Ided7b606f0fbc38647049e8ca4b0a78640ed64f0

11 years agoRevert "[multibuttonentry] trimmed focus of box's children"
Bora Hwang [Tue, 25 Jun 2013 04:23:21 +0000 (13:23 +0900)]
Revert "[multibuttonentry] trimmed focus of box's children"

This reverts commit 732cb34d34c0a58a9950864668ca37e9aa584396

Change-Id: I3cc76be1b43848ede8313d19b1ed9ad96f4864d1

11 years agoRevert "[multibuttonentry] fixed bugs"
Bora Hwang [Tue, 25 Jun 2013 04:19:00 +0000 (13:19 +0900)]
Revert "[multibuttonentry] fixed bugs"

This reverts commit e97a3e47b91494433bb4fcf6cbf23fd4eb3424e5

Change-Id: I5731babf6fe75957fce4ee6c59a04684e6be2129

11 years ago[Genlist] Emit signal for VIEW(it) when sweeping for disabling
Tae-Hwan Kim [Mon, 24 Jun 2013 14:05:08 +0000 (23:05 +0900)]
[Genlist] Emit signal for VIEW(it) when sweeping for disabling
clicked sound on edc

Change-Id: I35d187661f002edc09dc021aa4f301ff09203d04

11 years ago[elm_index] added a new feature: index item priority set
Jaeun Choi [Mon, 24 Jun 2013 06:41:13 +0000 (15:41 +0900)]
[elm_index] added a new feature: index item priority set

Change-Id: I8366dfcaf43f9765e7bc6f28845e1f1464fee505

11 years ago[Prevent] Fixed Prevent issues related to naviframe,genlist and date time module.
Amit Kamboj [Thu, 20 Jun 2013 12:54:43 +0000 (18:24 +0530)]
[Prevent] Fixed Prevent issues related to naviframe,genlist and date time module.

Change-Id: Ia2998bc4b49aa00de0354099496616d28c13d316

11 years ago[toolbar] added callback associated with the scroll
Hosang Kim [Mon, 24 Jun 2013 08:59:59 +0000 (17:59 +0900)]
[toolbar] added callback associated with the scroll

"scroll", "scroll,anim,start", "scroll,anim,stop", "scroll,drag,start", "scroll,drag,stop"

11 years ago[multibuttonentry] fixed bugs
Bora Hwang [Mon, 24 Jun 2013 06:35:19 +0000 (15:35 +0900)]
[multibuttonentry] fixed bugs

Change-Id: Ia3be6a011068b0326251f95ed310a3162056b091

11 years ago[naviframe] Fix the commit which set hint min size of naviframe as the top item's...
Jaehyun Cho [Fri, 21 Jun 2013 01:31:04 +0000 (10:31 +0900)]
[naviframe] Fix the commit which set hint min size of naviframe as the top item's min size

Change-Id: I261a69757dc5b7d8eb778d779583cfc993d93496

11 years ago[Genlist] fix P130608-1485 : the problem that edit mode items are disappeared after...
Seunggyun Kim [Fri, 21 Jun 2013 00:53:50 +0000 (09:53 +0900)]
[Genlist] fix P130608-1485 : the problem that edit mode items are disappeared after pinch zoom out

Change-Id: I7d3e9a3854ab33be5ea849a3f05d14d284a9498c

11 years ago[multibuttonentry] trimmed focus of box's children
Bora Hwang [Mon, 17 Jun 2013 01:35:00 +0000 (10:35 +0900)]
[multibuttonentry] trimmed focus of box's children

Change-Id: I356d063afd5d1308dd0cffb08c47387f17fc98ed

11 years ago[Genlist] Fix update operation.
Tae-Hwan Kim [Thu, 20 Jun 2013 12:53:39 +0000 (21:53 +0900)]
[Genlist] Fix update operation.

If item is already realized, only update needed things.
If not, accessibility object will be removed and highlight will be gone
away.

Change-Id: I59d64489338a6af243b2c8d99dc811943d39a8b4

11 years ago[gengrid] fix eina warnning
Seunggyun Kim [Thu, 20 Jun 2013 13:51:04 +0000 (22:51 +0900)]
[gengrid] fix eina warnning

Change-Id: I3b6fd2439e3c31a98901b31fafba13acca6a024b

11 years ago[Gengrid] fix item flickering problem after deleting item [P130520-0431]
Seunggyun Kim [Thu, 20 Jun 2013 13:41:13 +0000 (22:41 +0900)]
[Gengrid] fix item flickering problem after deleting item [P130520-0431]

Change-Id: I09d0229d50665e0e46ad791a2ea7bfd75f4151a2

11 years ago[toolbar] improved focus UI action
Hosang Kim [Thu, 20 Jun 2013 06:47:09 +0000 (15:47 +0900)]
[toolbar] improved focus UI action

Change-Id: I5df29b28d5b4258cc8a1a1a189882cb73475ceef

11 years agoBetter logic for elm_scroller_current_page_get() while scrolling/dragging.
Hosang Kim [Wed, 19 Jun 2013 06:10:06 +0000 (15:10 +0900)]
Better logic for elm_scroller_current_page_get() while scrolling/dragging.

We still report the topmost/leftmost page, but DURING animations we
return which of the competing pages on the top, left edge get the
majority of their regions in the viewport.

11 years ago[entry] Fix non-scrollable entry did not comply focus_highlight data.
Youngbok Shin [Thu, 20 Jun 2013 06:31:44 +0000 (15:31 +0900)]
[entry] Fix non-scrollable entry did not comply focus_highlight data.

Change-Id: Ie0ae78ef478f95c5752a19f2385cae4cc3e0e7d2

11 years agopackage upload
Sungho Kwak [Fri, 21 Jun 2013 03:25:30 +0000 (12:25 +0900)]
package upload

Change-Id: I0e50869b4b4d902d680c90cb185074fe6e1cf340

11 years agoFix elm_scroller_page_show bug. It have to save the wanted values to show the wanted...
Jaehwan Kim [Wed, 19 Jun 2013 14:31:36 +0000 (23:31 +0900)]
Fix elm_scroller_page_show bug. It have to save the wanted values to show the wanted page.

Conflicts:
ChangeLog
NEWS

Change-Id: If54d546cddff659a1ab0a66f809d51a5f05646e7

11 years ago[access] use timer to give a highlight and read information
Shinwoo Kim [Wed, 19 Jun 2013 12:12:41 +0000 (21:12 +0900)]
[access] use timer to give a highlight and read information

Change-Id: I0cb7dd613f69a3d240b594c55b18843de1a867a3

11 years ago[access] patial revert to give a highlight, if an object has a focus
Shinwoo Kim [Wed, 19 Jun 2013 08:04:59 +0000 (17:04 +0900)]
[access] patial revert to give a highlight, if an object has a focus

11 years ago[access] patial revert to give a highlight, if an object has a focus
Shinwoo Kim [Wed, 19 Jun 2013 08:04:59 +0000 (17:04 +0900)]
[access] patial revert to give a highlight, if an object has a focus

11 years ago[Gengrid] Fix Crash issue. Focused item must be reset to NULL on clear.
prince [Wed, 19 Jun 2013 08:39:22 +0000 (14:09 +0530)]
[Gengrid] Fix Crash issue. Focused item must be reset to NULL on clear.

Change-Id: I3a2e63bfb79cf7ea32f4c126c2c86f7d4f5d9714

11 years ago[Genlist] Minor fix
Tae-Hwan Kim [Tue, 18 Jun 2013 07:40:55 +0000 (16:40 +0900)]
[Genlist] Minor fix

Change-Id: I08c753afb06fce4ab7ddc909c56b21bf51b8fc6f

11 years ago[naviframe] Set hint min size of naviframe as the top item's min size
Jaehyun Cho [Sun, 16 Jun 2013 08:21:19 +0000 (17:21 +0900)]
[naviframe] Set hint min size of naviframe as the top item's min size

Change-Id: Id33a1070f06c32c7eb10c41787a673d1ca0d4f44

11 years agoIn case of scroll in scroll, the child scroller have to bounce if parents don't have...
Jaehwan Kim [Tue, 18 Jun 2013 07:33:28 +0000 (16:33 +0900)]
In case of scroll in scroll, the child scroller have to bounce if parents don't have a bounce.

Change-Id: Ia101c9bb22888bb96a092b302337a161acaca7d8

11 years ago[access][entry] read guide text
Shinwoo Kim [Sat, 15 Jun 2013 05:57:05 +0000 (14:57 +0900)]
[access][entry] read guide text

Change-Id: I7b7e6695335eae51424256dd6c1216fbc82c9005

11 years ago[access][popup] highlight chain resurrection
Shinwoo Kim [Sat, 15 Jun 2013 05:56:03 +0000 (14:56 +0900)]
[access][popup] highlight chain resurrection

Change-Id: Ie56e558f27c0f594424b8980489b5349b5d3f591

11 years ago[access][button] remove unnecessary signal emit
Shinwoo Kim [Fri, 14 Jun 2013 11:58:48 +0000 (20:58 +0900)]
[access][button] remove unnecessary signal emit

Change-Id: Ib06d231d4ab72fb1f1a51c8f394920791d5f7d14

11 years ago[access][naviframe] fix invalid deletion of access object
Shinwoo Kim [Fri, 14 Jun 2013 11:53:57 +0000 (20:53 +0900)]
[access][naviframe] fix invalid deletion of access object

Change-Id: I56a147b3793f38a40bfce26175bdb0ee95d66613

11 years ago[access] highlight recovery enhancement
Shinwoo Kim [Thu, 13 Jun 2013 12:35:09 +0000 (21:35 +0900)]
[access] highlight recovery enhancement

Change-Id: I1e07cd0a9b482a5d607fc5df539c3621bd4d2332

11 years ago[multibuttonentry] changed style of entry
Bora Hwang [Tue, 18 Jun 2013 05:11:19 +0000 (14:11 +0900)]
[multibuttonentry] changed style of entry

Change-Id: Ic97f93cccf82354abba16c2b163477b8b461a8a1

11 years ago[ctxpopup] removed warnings
Bora Hwang [Mon, 17 Jun 2013 07:55:33 +0000 (16:55 +0900)]
[ctxpopup] removed warnings

Change-Id: I3abb2770f855d8a66da503e42b29ae968fc13ce3

11 years agoctxpopup - ctxpopup will be dismissed by user.
ChunEon Park [Mon, 17 Jun 2013 10:57:57 +0000 (19:57 +0900)]
ctxpopup - ctxpopup will be dismissed by user.

11 years ago[popup] Implementation of support for focus traversing between popup items.
prince [Mon, 17 Jun 2013 09:25:23 +0000 (14:55 +0530)]
[popup] Implementation of support for focus traversing between popup items.

Change-Id: I03b11d356257779a46d51e9a68a713a4a49c3841

11 years ago[Conform] Added logic for repeat events for portarit mode also.
Amit Kamboj [Mon, 17 Jun 2013 06:44:31 +0000 (12:14 +0530)]
[Conform] Added logic for repeat events for portarit mode also.

Change-Id: I964ea6216b81e34de5df700e805a0da4bb166fb2

11 years agoelementary/naviframe - dont' be popped if the event is freezed and popping is going on.
ChunEon Park [Sun, 16 Jun 2013 10:57:58 +0000 (19:57 +0900)]
elementary/naviframe - dont' be popped if the event is freezed and popping is going on.

commit 8fb591b0590f8bf188e63aff4cb293caad54a343
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Sun Jun 16 19:57:19 2013 +0900

Change-Id: Icb32560e6e3cf6347b166c10ef38266c2bda4460

11 years agonaviframe - don't support any key events
ChunEon Park [Sun, 16 Jun 2013 08:42:08 +0000 (17:42 +0900)]
naviframe - don't support any key events

Conflicts:

src/lib/elc_naviframe.c

Change-Id: Ic19ae95a3e4555eba4c0d63d75ea28184586365b

Conflicts:

src/lib/elc_naviframe.c

Change-Id: Ic19ae95a3e4555eba4c0d63d75ea28184586365b

11 years agonaviframe - remove the redundant tizen only code.
ChunEon Park [Thu, 13 Jun 2013 11:25:56 +0000 (20:25 +0900)]
naviframe - remove the redundant tizen only code.

11 years ago[Genlist] Fix item update
Tae-Hwan Kim [Fri, 14 Jun 2013 11:27:18 +0000 (20:27 +0900)]
[Genlist] Fix item update

item state is updated when item realization.
Because genlist use item cache, item state should be updated
correctly by their current state.

Change-Id: I7dcc8e6c91d51488f279a55248a82d821723294d

11 years ago[Genlist/Gengrid/List] Add workaround codes
Tae-Hwan Kim [Fri, 14 Jun 2013 04:53:56 +0000 (13:53 +0900)]
[Genlist/Gengrid/List] Add workaround codes

There exist applications whih do not use elm_win such as
livebox.
So I add workaround codes. But focus will not work for those
applications.

Change-Id: I5cd000e1f0782b646a18cd2e83e0357fc3351de0

11 years ago[toolbar]if toolbar have only one item, emit two signals first item and last item
Hosang Kim [Thu, 13 Jun 2013 08:41:29 +0000 (17:41 +0900)]
[toolbar]if toolbar have only one item, emit two signals first item and last item

11 years ago[Genlist, Gengrid] If the focused item gets deleted, sd->focused must be NULL;
prince [Thu, 13 Jun 2013 12:00:22 +0000 (17:30 +0530)]
[Genlist, Gengrid] If the focused item gets deleted, sd->focused must be NULL;

Change-Id: Ie5ece264ec1bfdc36177a9d23fac18f9534aed96

11 years agoelementary/naviframe - Keep the smart members of the naviframe views whenever resize...
ChunEon Park [Wed, 12 Jun 2013 02:53:15 +0000 (11:53 +0900)]
elementary/naviframe - Keep the smart members of the naviframe views whenever resize object is changed.
This prevents the dangling view objects of the naviframe and keep the layer consistency.

commit 1f92cd4b5ec3c1b50732874745e3ea15afdcd1fc
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Tue Jun 11 18:08:10 2013 +0900

Change-Id: I2753a806756a9dd587749aebfb174fda16a214b8

11 years ago[multibuttonentry] fixed entry size although system font size changes
Bora Hwang [Thu, 13 Jun 2013 07:29:16 +0000 (16:29 +0900)]
[multibuttonentry] fixed entry size although system font size changes

Change-Id: Ibe072db749c843c6b1035624504eba3df02cb725

11 years ago[Gengrid] Fix crash issue. On unselect, item must be unfocused.
prince [Thu, 13 Jun 2013 07:25:39 +0000 (12:55 +0530)]
[Gengrid] Fix crash issue. On unselect, item must be unfocused.

Change-Id: Ia19a638ffc177dc2c7ee69af4b8f685c863bd1ba

11 years ago[button] removed timer before adding it again.(Elementary Code verification).
Amit Kamboj [Wed, 22 May 2013 08:36:54 +0000 (14:06 +0530)]
[button] removed timer before adding it again.(Elementary Code verification).

Change-Id: Ib683146c2414fa68b36e9042d9a4c222061f857f

11 years agoels_tooltip: Only call ecore_x_pointer_xy_get() if we're in X
Daniel Willmann [Tue, 11 Jun 2013 11:48:52 +0000 (12:48 +0100)]
els_tooltip: Only call ecore_x_pointer_xy_get() if we're in X

We don't want to call X functions (and segfault) if X is not actually
running.

Backport 83dc18bf0c601a89c71f3183b735c1b7b9a34014

Change-Id: I1ab4ee52387c37df834ced09275351f59a71b227
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoels_tooltip.c: Initialize px and py to zero
Daniel Willmann [Tue, 11 Jun 2013 11:46:04 +0000 (12:46 +0100)]
els_tooltip.c: Initialize px and py to zero

px and py might not be set if X support is not compiled in and
ecore_x_pointer_xy_get() is not called. In that case make sure they are
not used uninitialized.

Backport ec06d04b29454e1d1008525812bc43c4aa4c08ed

Change-Id: Ie500bda0b3c331e85d9008b4a5a3059c1d6106b3
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoels_tooltip: Don't expect to have X running if support is compiled in
Daniel Willmann [Tue, 11 Jun 2013 10:18:25 +0000 (11:18 +0100)]
els_tooltip: Don't expect to have X running if support is compiled in

Refactor the code so common code is not duplicated inside the
if (transparent) and else blocks

Backport 3112de826b33ffb847c8df827f172772f2f0ef96

Change-Id: If25829b671b5d30ec010d9a189843b920a30a7ce
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years ago[Genlist] Fix genlist crash problem.
Tae-Hwan Kim [Wed, 12 Jun 2013 08:51:15 +0000 (17:51 +0900)]
[Genlist] Fix genlist crash problem.

There is two delete procedure
1. _item_free
2. _item_del_pre_process

focus NULL set should be added to _item_del_pre_process also

Change-Id: I9e05ad671a83bbeef005d18487946e2bbb17a25b

11 years ago[Genlist] fix flickering problem when a lot of expanded items are contracted. [P13060...
Seunggyun Kim [Wed, 12 Jun 2013 11:23:44 +0000 (20:23 +0900)]
[Genlist] fix flickering problem when a lot of expanded items are contracted. [P130604-7895]

Change-Id: I2bb9b40f64f8ff52730dbaac85f8680cd43987a7

11 years ago[Genlist] fix problem that expandable items are showing before the last itme is expan...
Seunggyun Kim [Wed, 12 Jun 2013 11:08:33 +0000 (20:08 +0900)]
[Genlist] fix problem that expandable items are showing before the last itme is expanded.[P130603-4640]

Change-Id: Ifb3e3850c409f665d7aceba1e9446582bb8e889f

11 years agoconformant - delete the smart callbacks fairly
ChunEon Park [Wed, 12 Jun 2013 06:49:36 +0000 (15:49 +0900)]
conformant - delete the smart callbacks fairly

11 years ago[access][win] use return value of elm_widget_focus_list_next_get(); to check the...
Shinwoo Kim [Tue, 11 Jun 2013 09:36:20 +0000 (18:36 +0900)]
[access][win] use return value of elm_widget_focus_list_next_get(); to check the end of widget tree

Change-Id: I3aacd6ce02bed9230b3c1313cedfb6162d52a87f

11 years ago[access] check highlight root for auto reading
Shinwoo Kim [Tue, 11 Jun 2013 07:26:38 +0000 (16:26 +0900)]
[access] check highlight root for auto reading

Change-Id: I00f0da93b3b6f6c8d2c451abe0c1a2e380ce1b1c

11 years ago[conform] Correct logic for repeat event for indicator part.
Amit Kamboj [Tue, 11 Jun 2013 10:20:01 +0000 (15:50 +0530)]
[conform] Correct logic for repeat event for indicator part.

Change-Id: Idcb5b7ea3eb838afb692f8307140c66afc10e04b

11 years ago[Gengrid] On Focus, Press "Return" Key will do the selection.
prince [Tue, 11 Jun 2013 10:26:15 +0000 (15:56 +0530)]
[Gengrid] On Focus, Press "Return" Key will do the selection.

Change-Id: Ibfd6406db6dee5e411478f34e8374dfab1c83108

11 years ago[Genlist/Gengrid/List] Fix focus
Tae-Hwan Kim [Tue, 11 Jun 2013 08:36:28 +0000 (17:36 +0900)]
[Genlist/Gengrid/List] Fix focus

Focus is enabled only for default / always

Change-Id: Ic02ef9e6b9276cd5edd54f2f3ae844fdd61d58d7

11 years agopackage upload
Sungho Kwak [Wed, 12 Jun 2013 11:57:40 +0000 (20:57 +0900)]
package upload

Change-Id: I5d9221e14228497e7f1ec7f43c7406c5127c7dc0

11 years ago[Win] Fix bugs
Sungho Kwak [Wed, 12 Jun 2013 08:44:37 +0000 (17:44 +0900)]
[Win] Fix bugs

Change-Id: Ie76e8b3304ecbc23cf36625381baa4cfa21f1805

11 years ago[Win] Fix build break
Sungho Kwak [Wed, 12 Jun 2013 08:44:13 +0000 (17:44 +0900)]
[Win] Fix build break

Change-Id: Ib31fd1a6d4b293daceeb3245657b7e643c3a3109

11 years ago[plug] enable access
Sungho Kwak [Wed, 12 Jun 2013 08:43:58 +0000 (17:43 +0900)]
[plug] enable access

Change-Id: Id2d4f57d1b8ea0f845fbdf2ac81f405fd7622671

11 years ago[Genlist] Fix Small Bugs
Sungho Kwak [Wed, 12 Jun 2013 08:43:21 +0000 (17:43 +0900)]
[Genlist] Fix Small Bugs

Change-Id: Ic65c441f901d5833f7f1e32082f47e1d1e257cbc

11 years ago[access] Fix minor bugs
Sungho Kwak [Wed, 12 Jun 2013 08:43:03 +0000 (17:43 +0900)]
[access] Fix minor bugs

Change-Id: I72214cabcd05c244fc4333694baa3694b130f5dc

11 years ago[access] prepare to use mouse message
Shinwoo Kim [Tue, 30 Apr 2013 04:23:18 +0000 (13:23 +0900)]
[access] prepare to use mouse message

Change-Id: Ie489dc4e361b05cf99e79e91f7f46e3fc7ad9817

11 years ago[access] use ecore_x_atom values for scroll, mouse message
Shinwoo Kim [Tue, 30 Apr 2013 03:37:45 +0000 (12:37 +0900)]
[access] use ecore_x_atom values for scroll, mouse message

Change-Id: Ic6c07397cdf0c08928b78dfc1b679046bedb43d2

Conflicts:

src/lib/elm_access.c
src/lib/elm_widget.h
src/lib/elm_win.c

11 years ago[access] make access object unfocusable, when screen-reader is disabled
Shinwoo Kim [Mon, 22 Apr 2013 05:29:48 +0000 (14:29 +0900)]
[access] make access object unfocusable, when screen-reader is disabled

Change-Id: I2043ae864647dc7ab9260238a47fdbeeec40b3a0

Conflicts:

src/lib/elm_access.c

11 years ago[access] do not use timer to reduce response time
Shinwoo Kim [Mon, 22 Apr 2013 03:57:44 +0000 (12:57 +0900)]
[access] do not use timer to reduce response time

Change-Id: Ia9ebab18aaf929ba8f5c7428e0f1aca334d8ad0d

Conflicts:

src/lib/elm_access.c

11 years ago[naviframe][access] support more btn
Shinwoo Kim [Tue, 21 May 2013 11:25:28 +0000 (20:25 +0900)]
[naviframe][access] support more btn

Change-Id: Ic2f619fcba9e7ab263fdf969291dfffa99d0dd00

11 years ago[naviframe][access] set access info callback for prev button properly
Shinwoo Kim [Wed, 15 May 2013 08:46:43 +0000 (17:46 +0900)]
[naviframe][access] set access info callback for prev button properly

Change-Id: Ib889dfa31d40c392cdb2e6be18c9abd57f63fa1d

11 years ago[ctxpopup] Modify Indentation
Sungho Kwak [Wed, 12 Jun 2013 05:55:31 +0000 (14:55 +0900)]
[ctxpopup] Modify Indentation

Change-Id: If1a2feba6e316a4883f7daecf35bd6fa30291477

11 years ago[ctxpopup][access] P130521-5025: more menu should have outline for TTS like default...
Bora Hwang [Mon, 27 May 2013 10:18:55 +0000 (19:18 +0900)]
[ctxpopup][access] P130521-5025: more menu should have outline for TTS like default ctxpopup

Change-Id: I6533a1bc72f8272a64b046f8743cf0d70fb5cca5

Conflicts:

src/lib/elc_ctxpopup.c

11 years ago[elm_conformant] Added null check before accessing smart data in _on_del and _on_cont...
Rajesh PS [Mon, 10 Jun 2013 11:23:20 +0000 (16:53 +0530)]
[elm_conformant] Added null check before accessing smart data in _on_del and _on_content_resize

[Patch2] Removed checking from _on_content_resize since that check is redundant

Change-Id: I86b6fef5fef3fc90dfe1d8759bb2f685ed673eb7

11 years ago[naviframe][access] remove unnecessary lines, use _elm_access_highlight_set(); instea...
Shinwoo Kim [Tue, 11 Jun 2013 07:11:10 +0000 (16:11 +0900)]
[naviframe][access] remove unnecessary lines, use _elm_access_highlight_set(); instead of elm_object_focus_set();

Change-Id: I89955a7c95ef917145f740f620b386da114ef397