framework/uifw/elementary.git
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

11 years ago[gesture_layer] use evas_object_ref/unref to avoid crash case
Shinwoo Kim [Tue, 11 Jun 2013 05:30:02 +0000 (14:30 +0900)]
[gesture_layer] use evas_object_ref/unref to avoid crash case

Change-Id: I7936345211d4e62ef3ca921cb946e8f750695d68

11 years ago[Genlist/Gengrid/List] Fix Focus
Tae-Hwan Kim [Tue, 11 Jun 2013 06:40:28 +0000 (15:40 +0900)]
[Genlist/Gengrid/List] Fix Focus

Only when focus highlight is enabled, highlight focused item.
Other cases, just move focus internaly.

Change-Id: Ia22fff5ff4dee377437eafaf545fd1111478d995

11 years ago[Access] Access object should be shown when hover object is shown.
Tae-Hwan Kim [Tue, 11 Jun 2013 05:15:03 +0000 (14:15 +0900)]
[Access] Access object should be shown when hover object is shown.

Change-Id: I9cd8801928fe031d56c47c02010341ae6c122523

11 years ago[CopyPaste] Set horizontal as default style for copypaste ctxpopup
Thiep Ha [Tue, 11 Jun 2013 03:58:25 +0000 (12:58 +0900)]
[CopyPaste] Set horizontal as default style for copypaste ctxpopup

Change-Id: I78a65987ff9c3a48ed77c2a169d3de737f90387d

11 years ago[popup] First get correct button styles and then set it.
Amit Kamboj [Mon, 10 Jun 2013 09:15:19 +0000 (14:45 +0530)]
[popup] First get correct button styles and then set it.

Change-Id: I07ee10ff4d70080b2ae2c1128cd22fec34d15e21

11 years ago[Genlist/Focus] Fix focus usage.
Tae-Hwan Kim [Mon, 10 Jun 2013 06:34:42 +0000 (15:34 +0900)]
[Genlist/Focus] Fix focus usage.

1. last selected items is not used for focus.
2. when disabled, focus is not set.

Change-Id: I2648547ba724e910b824a74a5262d46a0ad1d43b

11 years ago[elc_multibuttonentry.c]: memory leak fix "on_entry_unfocused"
shilpa singh [Fri, 7 Jun 2013 11:45:24 +0000 (17:15 +0530)]
[elc_multibuttonentry.c]: memory leak fix "on_entry_unfocused"

Change-Id: Id8fec5d7f4be2cf025d7e703c1b765bdac74c439

11 years agonaviframe - it's insane that title icon have the focus even if the title area is...
ChunEon Park [Sat, 8 Jun 2013 08:41:46 +0000 (17:41 +0900)]
naviframe - it's insane that title icon have the focus  even if the title area is invisible.

11 years ago[Gengrid] Fix calc job crash bug
Tae-Hwan Kim [Mon, 10 Jun 2013 13:15:27 +0000 (22:15 +0900)]
[Gengrid] Fix calc job crash bug

Change-Id: I5f1e2c078b124c1cdf216dbac9b093d263cd158b

11 years agoelementary/naviframe - try to read the titles only when title is set and title_area...
ChunEon Park [Sat, 8 Jun 2013 09:17:16 +0000 (18:17 +0900)]
elementary/naviframe - try to read the titles only when title is set and title_area is visible
elementary/naviframe - return as soon as possible

commit 9f16e2ff16c024c5053d2b508a59fb0925bbb733
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Sat Jun 8 18:10:17 2013 +0900

commit e4617409c9e8a09497afa0203495da609d3e3d6c
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Sat Jun 8 18:11:09 2013 +0900

11 years ago[Genlist/Gengrid] Fix focus
Tae-Hwan Kim [Fri, 7 Jun 2013 13:06:30 +0000 (22:06 +0900)]
[Genlist/Gengrid] Fix focus

Only genlist/gengrid is focused, focus state is enabled.

Change-Id: I15c5db47c29227564d4cb6c97e14c9251e70e41c

11 years ago[Genlist] Remove error abort code
Tae-Hwan Kim [Fri, 7 Jun 2013 13:48:10 +0000 (22:48 +0900)]
[Genlist] Remove error abort code

when "highligted" callback is called (_elm_genlist_item_state_update),
application can call elm_genlist_item_fields_update().
Then, it->content_objs can be updated.
So this ERR check is deprecaed. So before realize contents,  unrealize
all contents if contents exist.

Change-Id: Id6161cc928364c085117a812093cbcbe31318b76

11 years ago[Genlist] Fix memory leaks
Tae-Hwan Kim [Fri, 7 Jun 2013 14:06:29 +0000 (23:06 +0900)]
[Genlist] Fix memory leaks

Change-Id: Ia847fa9e970fe873256575ecb8421414d96fd3b5

11 years ago[Gengrid] Avoid possible crash issue.
prince [Fri, 7 Jun 2013 07:53:34 +0000 (13:23 +0530)]
[Gengrid] Avoid possible crash issue.

Change-Id: I84e12c2d4ddad51ee69c78d679c225f03bb8c43c

11 years ago[Access] Add the access,changed signal. It is called when the access is enable or...
Jaehwan Kim [Fri, 7 Jun 2013 04:58:05 +0000 (13:58 +0900)]
[Access] Add the access,changed signal. It is called when the access is enable or disable.

Change-Id: I4fcf2ac4fc906f1a12379fef7753b991974eefcd

11 years ago[Genlist] Fix crash issues
Tae-Hwan Kim [Fri, 7 Jun 2013 06:21:33 +0000 (15:21 +0900)]
[Genlist] Fix crash issues

If application remove genlist in the callback of SIG_ACTIVATED,
then all smart data (wsd, psd) will be NULL.
So after this, return this stack.

Change-Id: Icff79c6426f75014ef2d994fd38b9e1b56c1a4b9

11 years ago[access] do not check children to scroll an object
Shinwoo Kim [Fri, 7 Jun 2013 04:37:25 +0000 (13:37 +0900)]
[access] do not check children to scroll an object

Change-Id: Ie1bc79c14accc88395a706c35bb1d305d5fc5ba9

11 years ago[access] check whether the access info is NULL or not
Shinwoo Kim [Fri, 7 Jun 2013 04:28:25 +0000 (13:28 +0900)]
[access] check whether the access info is NULL or not

Change-Id: Iac34cc76d9ae3a74f23db61e12d02239521ee621

11 years ago[Scroller] Change config value about page scroll, because of PLM P130529-4570
Jaehwan Kim [Fri, 7 Jun 2013 04:02:22 +0000 (13:02 +0900)]
[Scroller] Change config value about page scroll, because of PLM P130529-4570

Change-Id: I711dbecb07db850671c45c1a04d2d688d07e4eb7

Conflicts:

config/mobile/base.src

11 years agoadd log for abort on errors
Jongmin Lee [Thu, 6 Jun 2013 08:54:44 +0000 (17:54 +0900)]
add log for abort on errors

Change-Id: Ie262390d68170123d1db92202b05b16e76ad4a9a

11 years ago[access] revert invalid mouse in
Shinwoo Kim [Thu, 6 Jun 2013 08:43:55 +0000 (17:43 +0900)]
[access] revert invalid mouse in

11 years ago[ctxpopup][access] check whether the ctxpoup has a scroller or not in focus_next();
Shinwoo Kim [Thu, 6 Jun 2013 08:35:52 +0000 (17:35 +0900)]
[ctxpopup][access] check whether the ctxpoup has a scroller or not in focus_next();

11 years ago[Gengrid] Inorder to process the _calc_job in same rendering loop, job has been removed.
prince [Thu, 6 Jun 2013 08:24:40 +0000 (13:54 +0530)]
[Gengrid] Inorder to process the _calc_job in same rendering loop, job has been removed.

Change-Id: I197522bc0d9a21ec13bef130c121767052473878

11 years ago[ctxpopup][access] use focused UI button to highlight an item
Shinwoo Kim [Thu, 6 Jun 2013 05:17:17 +0000 (14:17 +0900)]
[ctxpopup][access] use focused UI button to highlight an item

Change-Id: Idaee737a8917b3ec4b15e8aadc88c977c8656bb8

11 years ago[Genlist] fix scroll freezing problem - somtimes gesture_layer end_callback is skippe...
Seunggyun Kim [Wed, 5 Jun 2013 12:03:30 +0000 (21:03 +0900)]
[Genlist] fix scroll freezing problem - somtimes gesture_layer end_callback is skipped when multi touch is pressed

Change-Id: I47b5e0fdba2659e080dcf6b46fff7cbf18866e95

11 years ago[Genlist] On item realization, if the item is focused. just emit the edje focus signal.
prince [Wed, 5 Jun 2013 10:24:43 +0000 (15:54 +0530)]
[Genlist] On item realization, if the item is focused. just emit the edje focus signal.

Change-Id: Ie0f86d5d011574a13ce83fd308813e06c1bba865

11 years ago[Gengrid] Focus support implemented.
prince [Wed, 5 Jun 2013 10:18:50 +0000 (15:48 +0530)]
[Gengrid] Focus support implemented.

Change-Id: I281dc1018fa1d153938b8cc19a684280947f618c

11 years ago[access] add hide callback to hover object to hide a highlight
Shinwoo Kim [Wed, 5 Jun 2013 07:40:48 +0000 (16:40 +0900)]
[access] add hide callback to hover object to hide a highlight

Change-Id: Ie35fa358d91b2bc1823805576ad3dd7ced88e269

11 years ago[Genlist] Fix focus for decorate mode
Tae-Hwan Kim [Wed, 5 Jun 2013 08:28:40 +0000 (17:28 +0900)]
[Genlist] Fix focus for decorate mode

Select mode is not used anymore for checking focus possibility.
Only disabled items are skipped for focus

Change-Id: I93c30f370aa8287689ca80d86796071018716a7f

11 years ago[Access] Add new APIs
Tae-Hwan Kim [Tue, 4 Jun 2013 13:45:49 +0000 (22:45 +0900)]
[Access] Add new APIs

External:
elm_access_highlight_next_set
elm_object_part_access_register

Internal:
elm_widget_focus_region_show

Change-Id: I9635c37e16712340e85ace918c175c4a98d1644b

11 years agoelementary/naviframe - fix the naviframe to recover the focus when top item is deleted
ChunEon Park [Wed, 5 Jun 2013 07:35:03 +0000 (16:35 +0900)]
elementary/naviframe - fix the naviframe to recover the focus when top item is deleted

commit 8c8c1ed9a74ec9c6edccaf16d0b4d8454750e32b
Author: ChunEon Park <hermet>@hermet.pe.kr>
Date: Wed Jun 5 16:31:49 2013 +0900

Change-Id: I5fcaae09ecb110e802b1576a3c16bef7f35b12a1

11 years ago[multibuttonentry] P130528-5353: MBE doesn't need to calculate everything when boxw...
Bora Hwang [Tue, 4 Jun 2013 12:58:09 +0000 (21:58 +0900)]
[multibuttonentry] P130528-5353: MBE doesn't need to calculate everything when boxw is zero

Change-Id: Ia3a54673cc491ed6f605e97064fb96584090c361

11 years ago[Genlist] If type is NULL, then continue.
Tae-Hwan Kim [Wed, 5 Jun 2013 05:46:14 +0000 (14:46 +0900)]
[Genlist] If type is NULL, then continue.

Change-Id: If8e4b85d431a86cb65c5487836356724db806703

11 years ago[elm_priv.h] Adopted ELM_SAFE_FREE from EFL upstream.
Daniel Juyung Seo [Fri, 31 May 2013 12:46:52 +0000 (21:46 +0900)]
[elm_priv.h] Adopted ELM_SAFE_FREE from EFL upstream.

Change-Id: I8703f138eab11cff4d4d6b2ddc1206203e45a332

11 years ago[elm_datetime.c] Bug fix in calculating maximum days of a month - mktime() does the...
sumanth [Tue, 4 Jun 2013 09:38:20 +0000 (15:08 +0530)]
[elm_datetime.c] Bug fix in calculating maximum days of a month - mktime() does the month wrapping unnecessarily because of daylight saving mode in some locales.

Change-Id: Ica9df1da5da97dc4f830258bd5d4ea4b6255d727

11 years ago[ctxpopup][access] P130603-4130: TTS doesn't read "icon" for icon+text style
Bora Hwang [Tue, 4 Jun 2013 10:39:36 +0000 (19:39 +0900)]
[ctxpopup][access] P130603-4130: TTS doesn't read "icon" for icon+text style

Change-Id: I7183a22049ee0913e35f90694a0442fc16d5bb9f

11 years ago[Access] Add new API to register a part on an object item as an access
Tae-Hwan Kim [Tue, 4 Jun 2013 06:14:30 +0000 (15:14 +0900)]
[Access] Add new API to register a part on an object item as an access
object.

Change-Id: I7427d467035cbf2d1b271c9f39439792b48fc164

11 years ago[Genlist] Fix multiline calculation problem again.
Tae-Hwan Kim [Mon, 3 Jun 2013 14:07:42 +0000 (23:07 +0900)]
[Genlist] Fix multiline calculation problem again.

When resizing, It should not be caculated directly.

Change-Id: I19c15ed6ce92492aa9aef418d114da46030ef55f

11 years agoelm_gesture_layer.c: add EVAS_CALLBACK_DEL to the target object. The target object...
Shinwoo Kim [Mon, 3 Jun 2013 12:27:27 +0000 (21:27 +0900)]
elm_gesture_layer.c: add EVAS_CALLBACK_DEL to the target object. The target object could be deleted before deletion of the gesture layer

Change-Id: Ifc29d0dd6b8de748da61238d326ced0c7b366e26

11 years ago[multibuttonentry][access] add smart_activate(); to expand multibutton entry, when...
Shinwoo Kim [Mon, 3 Jun 2013 11:12:23 +0000 (20:12 +0900)]
[multibuttonentry][access] add smart_activate(); to expand multibutton entry, when it has a highlight

Change-Id: I2a6450473a96a0d5ab533a7678e49611b627bdb8

11 years ago[Genlist] Fix genlist item append problem.
Tae-Hwan Kim [Mon, 3 Jun 2013 12:23:04 +0000 (21:23 +0900)]
[Genlist] Fix genlist item append problem.

Appneded genlist items are processed on idle enterer.
Deleted items are removed directly.
If application removes/appends items on same rendering loop,
It will not be synced.
Initial items within viewport size are processed directly.

Change-Id: If31feb1d140afa1c52f978c9f9099ac73d26755d

11 years ago[Genlist] Fix crash issue
Tae-Hwan Kim [Mon, 3 Jun 2013 11:42:49 +0000 (20:42 +0900)]
[Genlist] Fix crash issue

Before strcmp, NULL check should be done.

Change-Id: I418cd1ae30518949a98c221499fa3787c14fdf8b

11 years ago[multibuttonentry] P130528-3583: fixed condition of text ellipsis
Bora Hwang [Mon, 3 Jun 2013 08:05:18 +0000 (17:05 +0900)]
[multibuttonentry] P130528-3583: fixed condition of text ellipsis

item can be ellipsis when box has width
and width of item is bigger than that of box

Change-Id: I35957977a0752734a4f31a08b0d525fd711dbc27

11 years ago[elmgenlist/list] Use last selected item as focus item.
Tae-Hwan Kim [Mon, 3 Jun 2013 02:54:41 +0000 (11:54 +0900)]
[elmgenlist/list] Use last selected item as focus item.

Change-Id: I56f4bb4a33af69b4a4c4798db64a181b04c94d9d

11 years ago[Genlist/list] Fix focus highlight problem
Tae-Hwan Kim [Mon, 3 Jun 2013 01:30:45 +0000 (10:30 +0900)]
[Genlist/list] Fix focus highlight problem

Check focus hilight enable when widget is focused.

Change-Id: I1acae5ac7b24aba812537dd6b41a0310ac4fb5d9

11 years ago[Genlist] Fix multline item size issue
Tae-Hwan Kim [Sat, 1 Jun 2013 06:14:33 +0000 (15:14 +0900)]
[Genlist] Fix multline item size issue

Unrealized multiline item was not recaculated.
Add the item into queue to recaculate later.

Change-Id: I2a0c6086461128daf01cbae77698c8e5ac2e5cce

Conflicts:

src/lib/elm_genlist.c

11 years ago[Genlist] Popping selected or disabled cached items
Tae-Hwan Kim [Sat, 1 Jun 2013 04:55:16 +0000 (13:55 +0900)]
[Genlist] Popping selected or disabled cached items

Change-Id: I963b5ab75c47b03ea56b87c35cba65f42be0c4fb

11 years ago[conformant] PLM Issue fix for P130522-3734
Rajesh PS [Thu, 30 May 2013 16:30:21 +0000 (22:00 +0530)]
[conformant] PLM Issue fix for P130522-3734

* The keyboard state was already set from the previous view which caused a problem
* Resetting the keyboard state fixes the problem

11 years ago[gengrid][access] tizen only, comment out type infomration
Shinwoo Kim [Fri, 31 May 2013 23:07:00 +0000 (08:07 +0900)]
[gengrid][access] tizen only, comment out type infomration

Change-Id: I493fe5bb7bfa820f24c794dc01ac115cc9486ba1

11 years ago[naviframe][access] create title access object based on layout - VIEW(item), not...
Shinwoo Kim [Fri, 31 May 2013 12:56:05 +0000 (21:56 +0900)]
[naviframe][access] create title access object based on layout - VIEW(item), not naviframe - WIDGET(itme)

Change-Id: Ibd83cd55ca24407e8549961ccc6a22f401fa7aed

11 years ago[Genlist/list] Item is focused when widget is focused.
Tae-Hwan Kim [Fri, 31 May 2013 08:59:25 +0000 (17:59 +0900)]
[Genlist/list] Item is focused when widget is focused.

Change-Id: I1f9f7a7a83e325bdb43b252e788226c7e9e96a29

11 years ago[Scroller] Scroll config is changed for fixing PLM issue.
Jaehwan Kim [Fri, 31 May 2013 06:00:34 +0000 (15:00 +0900)]
[Scroller] Scroll config is changed for fixing PLM issue.

Change-Id: I524569f950c31f0a15e966738560afa7e3d3593d

Conflicts:

config/mobile/base.src

11 years ago[popup] When popup is shown, popup should get focus even if there is no focusable...
WooHyun Jung [Fri, 31 May 2013 06:48:44 +0000 (15:48 +0900)]
[popup] When popup is shown, popup should get focus even if there is no focusable child in it.

11 years ago[ctxpopup] more btn style shouldn't have arrow
Bora Hwang [Thu, 30 May 2013 14:08:21 +0000 (23:08 +0900)]
[ctxpopup] more btn style shouldn't have arrow

Change-Id: Ic10225a2d6424a7f1a4775196f079161d0040b3b

Conflicts:

src/lib/elc_ctxpopup.c

11 years ago[Genlist] Fix genlist multiline calculation bug
Tae-Hwan Kim [Thu, 30 May 2013 14:40:34 +0000 (23:40 +0900)]
[Genlist] Fix genlist multiline calculation bug

If genlist item is not in viewport, it is queued for processing later.

Change-Id: I8124e119cd7af940d80b516062330c7c7b296964

11 years ago[Genlist] Fix genlist calculation bug
Tae-Hwan Kim [Thu, 30 May 2013 13:09:43 +0000 (22:09 +0900)]
[Genlist] Fix genlist calculation bug

Change-Id: I014241211cd4a1ec2681e513315d25402e2e2c86

11 years ago[List] Remove useless
Tae-Hwan Kim [Thu, 30 May 2013 12:37:58 +0000 (21:37 +0900)]
[List] Remove useless

Change-Id: I59c7fdd8649cabdb76543b1afc3df213485ab7bc

11 years ago[ctxpopup] Add more additional key inputs for supporting dismissing.
WooHyun Jung [Thu, 30 May 2013 13:06:58 +0000 (22:06 +0900)]
[ctxpopup] Add more additional key inputs for supporting dismissing.

11 years ago[CopyPaste] Keep cnp ctxpopup when device rotates
Thiep Ha [Thu, 30 May 2013 12:33:08 +0000 (21:33 +0900)]
[CopyPaste] Keep cnp ctxpopup when device rotates

Change-Id: Iebbedf085da7fa9cd4de392fb7dc55aa0ac7ad9a

11 years ago[ctxpopup] Items in ctxpopup is now focusable.
WooHyun Jung [Thu, 30 May 2013 11:53:17 +0000 (20:53 +0900)]
[ctxpopup] Items in ctxpopup is now focusable.

Conflicts:

src/lib/elc_ctxpopup.c

Change-Id: If174fb112da52f8b7ada0cf7367c40715c9a6e4f

11 years ago[elm_win] fix object dump module unload BS issue
Seunggyun Kim [Thu, 30 May 2013 06:59:41 +0000 (15:59 +0900)]
[elm_win] fix object dump module unload BS issue

Change-Id: Iefce4d9130954d59286d11a18aaf2aeb9ccab1a6

Conflicts:

src/lib/elm_win.c

11 years ago[Genlist] Change pinch zoom using elm_gesture zoom
Seunggyun Kim [Wed, 29 May 2013 10:19:06 +0000 (19:19 +0900)]
[Genlist] Change pinch zoom using elm_gesture zoom

Change-Id: If3806bc86281773d243480dbc15b8b304df70e2b

11 years ago[Genlist] show smoothly VI effect when last item has separator
Seunggyun Kim [Wed, 29 May 2013 09:41:16 +0000 (18:41 +0900)]
[Genlist] show smoothly VI effect when last item has separator

Change-Id: I01b72c5a3f632c14a3847fa10676a05a0cc72e73