framework/uifw/elementary.git
12 years agoMerge "Remove unused code. Those option is processed in immodule"
Sehwan Park [Wed, 5 Oct 2011 01:29:01 +0000 (10:29 +0900)]
Merge "Remove unused code. Those option is processed in immodule"

12 years agorepackaging
ChunEon Park [Tue, 4 Oct 2011 12:55:15 +0000 (21:55 +0900)]
repackaging

elementary_1.0.0+svn.61256slp2+build43

12 years ago[elc_naviframe]: crash issue resolved when option header 2 is added as
Shilpa Singh [Tue, 4 Oct 2011 11:46:59 +0000 (20:46 +0900)]
[elc_naviframe]: crash issue resolved when option header 2 is added as
title object.

Change-Id: I96f06192c5bb1ed1873fa5a2fc93231e179e88a0

12 years agoRemove unused code. Those option is processed in immodule
Jihoon Kim [Tue, 4 Oct 2011 10:56:50 +0000 (19:56 +0900)]
Remove unused code. Those option is processed in immodule

Change-Id: I5e712138d6e8a8f5215d4fe263a5f24177a7fbc1

12 years agoPackage upload
Jaehwan Kim [Tue, 4 Oct 2011 08:42:37 +0000 (17:42 +0900)]
Package upload

12 years ago[*][els_scroller] svn merge revision 63797 only
raster [Tue, 4 Oct 2011 07:33:28 +0000 (07:33 +0000)]
[*][els_scroller] svn merge revision 63797 only

From: Jaehwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel] [Patch] els_scroller - bouncing doesn't work in
specific case

I found the bouncing of the scroller doesn't work in specific case.
When the scroller is scrolled but the animation doesn't occur,
sd->down.dy is not changed. Then in elm_smart_scroller_child_pos_set,
it's possible not to pass the below conditional sentence even if it
have to has the bounce.

if (((y < miny) && (0 <= sd->down.dy)) ||
((y > (my + miny)) && (0 >= sd->down.dy)))

So I reset the value sd->down.dx and sd->down.dy to 0 when mouse is up.
Please check patch file.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63797 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoMerge "[*][genlist] Fixed unrealize problem of a item when it set the rename mode"
Yun ilkook [Tue, 4 Oct 2011 04:10:40 +0000 (13:10 +0900)]
Merge "[*][genlist] Fixed unrealize problem of a item  when it set the rename mode"

12 years ago[elm_colorselector]: usage of edje objects replaced by button, color
Shilpa Singh [Sat, 1 Oct 2011 10:14:23 +0000 (19:14 +0900)]
[elm_colorselector]: usage of edje objects replaced by button, color
changing on mouse down CQ fixed.

Change-Id: I3406c25fd4f8d67d363b6778176b0dd13624cff7

12 years agoelm_gengrid reorder bug patch
Jeonghyun Yun [Tue, 4 Oct 2011 01:46:21 +0000 (21:46 -0400)]
elm_gengrid reorder bug patch

12 years agochangelog - repackaging REL_I9200_20111004_1
ChunEon Park [Mon, 3 Oct 2011 23:38:46 +0000 (08:38 +0900)]
changelog - repackaging

elementary_1.0.0+svn.61256slp2+build41

12 years agoelementary/naviframe
ChunEon Park [Mon, 3 Oct 2011 10:39:26 +0000 (19:39 +0900)]
elementary/naviframe

fixed formatting
fixed to update item after calling style_set
modified transition signal name

Change-Id: I8e564b7016d4ef6a7868329c4bce7fec8d357aca

12 years agoMerge "[copy&paste module] copy & paste popup position move to selection's center...
deasung.kim [Fri, 30 Sep 2011 07:40:34 +0000 (16:40 +0900)]
Merge "[copy&paste module] copy & paste popup position move to selection's center Change-Id: I33eeb07597f1b774d7fe6f48c71d6a35efe932ac"

12 years ago[elm_datefield.c] Datefield widget is refactored with libc based logic instead of...
sumanth [Fri, 23 Sep 2011 04:13:28 +0000 (13:13 +0900)]
[elm_datefield.c] Datefield widget is refactored with libc based logic instead of using ICU.AM/PM strings are added.Merge conflict resolved.

Change-Id: I9f8c96a72b894848909918a0fb6f986749fa38ed

12 years ago[copy&paste module] copy & paste popup position move to selection's center
deasung.kim [Fri, 30 Sep 2011 06:48:30 +0000 (15:48 +0900)]
[copy&paste module] copy & paste popup position move to selection's center
Change-Id: I33eeb07597f1b774d7fe6f48c71d6a35efe932ac

12 years ago[*][genlist] Fixed unrealize problem of a item when it set the rename mode
Yun ilkook [Fri, 30 Sep 2011 04:44:43 +0000 (13:44 +0900)]
[*][genlist] Fixed unrealize problem of a item  when it set the rename mode

Change-Id: I8dae44d60e39cad8e10a7fe90a7b599b6629f638

12 years ago[elc_naviframe]: option header 2 macro added.
Shilpa Singh [Fri, 30 Sep 2011 03:08:10 +0000 (12:08 +0900)]
[elc_naviframe]: option header 2 macro added.

Change-Id: I7837c3b689bb7344df86c5ef4db8eccd1d47d54c

12 years agoMerge "bugfix: entry show blue face image when paste image path"
deasung.kim [Thu, 29 Sep 2011 17:06:50 +0000 (02:06 +0900)]
Merge "bugfix: entry show blue face image when paste image path"

12 years agoMerge "elm_pager : fix a focus problem , merged with 63654"
WooHyun Jung [Thu, 29 Sep 2011 11:38:37 +0000 (20:38 +0900)]
Merge "elm_pager : fix a focus problem , merged with 63654"

12 years agoMerge "[Editfield] when text is NULL then _entry_empty should return EINA_TRUE"
WooHyun Jung [Thu, 29 Sep 2011 11:38:28 +0000 (20:38 +0900)]
Merge "[Editfield] when text is NULL then _entry_empty should return EINA_TRUE"

12 years agoMerge "[SegmentControl] segmentControl text color and images are not changing on...
prince [Thu, 29 Sep 2011 08:47:49 +0000 (17:47 +0900)]
Merge "[SegmentControl] segmentControl text color and images are not changing on enabling after disble. fixed."

12 years agoMerge "[Conformant] If no information of illumne geometry then, resetting the geometry."
prince [Thu, 29 Sep 2011 08:47:41 +0000 (17:47 +0900)]
Merge "[Conformant] If no information of illumne geometry then, resetting the geometry."

12 years ago[entry] hide copy paste contextual popup while editing entries
Myungjae Lee [Thu, 29 Sep 2011 08:09:44 +0000 (17:09 +0900)]
[entry] hide copy paste contextual popup while editing entries

12 years ago[elc_navigationbar_ex]: removed focus setting from widget.
Shilpa Singh [Thu, 29 Sep 2011 07:17:14 +0000 (16:17 +0900)]
[elc_navigationbar_ex]: removed focus setting from widget.

Change-Id: I9bbe836d7ab646bc024aaad579a55442fda0819d

12 years agoMerge "[elm_searchbar]: cancel,clicked signal sent at end."
Shilpa Singh [Thu, 29 Sep 2011 06:59:13 +0000 (15:59 +0900)]
Merge "[elm_searchbar]: cancel,clicked signal sent at end."

12 years agoelm_pager : fix a focus problem , merged with 63654
WooHyun Jung [Thu, 29 Sep 2011 06:36:00 +0000 (15:36 +0900)]
elm_pager : fix a focus problem , merged with 63654

12 years agoMerge "[elm_tickernoti] Implementation of elm_object_text_set/get, elm_object_content...
Rajeev Ranjan [Thu, 29 Sep 2011 02:23:28 +0000 (11:23 +0900)]
Merge "[elm_tickernoti] Implementation of elm_object_text_set/get, elm_object_content_set/get hooks and repositioning of widget with internal window rotation."

12 years ago[Merge conflict resolved]
Shilpa Singh [Wed, 28 Sep 2011 10:27:37 +0000 (19:27 +0900)]
[Merge conflict resolved]
[elc_naviframe]: Crash happens when NULL is set in
elm_object_item_text_part_set for title, and review issue show signal
sent always whether label present or not fixed.

Change-Id: I00d06e0777cc9deab6f3dab060b08ee2c12a6bc5

12 years ago[SegmentControl] segmentControl text color and images are not changing on enabling...
prince [Wed, 28 Sep 2011 11:34:46 +0000 (20:34 +0900)]
[SegmentControl] segmentControl text color and images are not changing on enabling after disble. fixed.

Change-Id: Ie70d16f098253336ee16d09e04138eb30a31a62b

12 years ago[elm_searchbar]: cancel,clicked signal sent at end.
Shilpa Singh [Wed, 28 Sep 2011 09:22:04 +0000 (18:22 +0900)]
[elm_searchbar]: cancel,clicked signal sent at end.

Change-Id: I64ce0b30c8dc18e6c45ec3c8d2670e40c585b25e

12 years agonaviframe - added rectangle to block the event
ChunEon Park [Wed, 28 Sep 2011 08:08:41 +0000 (17:08 +0900)]
naviframe - added rectangle to block the event

event_pass should be removed also..

and this is a temporary method before providing any event blocking mechanism for objects

Change-Id: I67ce03c535179a5ce4a4c9ece3dc526896780380

12 years ago[Conformant] If no information of illumne geometry then, resetting the geometry.
prince [Fri, 23 Sep 2011 08:31:18 +0000 (17:31 +0900)]
[Conformant] If no information of illumne geometry then, resetting the geometry.

Change-Id: Ic365c17352365a0becde5fd4d0d121682c7ebcb7

12 years ago[Upstream merge r63513] elm map: Coding convention.
seoz [Wed, 21 Sep 2011 10:44:06 +0000 (10:44 +0000)]
[Upstream merge r63513] elm map: Coding convention.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63513 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[Upstream merge r63510] Elementary map : fix zoom-out bug
Daniel Juyung Seo [Tue, 27 Sep 2011 08:01:21 +0000 (17:01 +0900)]
[Upstream merge r63510] Elementary map : fix zoom-out bug
From: Kim Yunhan <spbear@gmail.com>

When you test elm_map with mouse wheel, it worked abnormally because of some bug.
So I made some more patch for fixing it.
This patch file also includes a previous patch (zoom-out issue).

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63510 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

Conflicts:

src/lib/elm_map.c

12 years ago[Upstrea merge r63509] Elementary map : a bug fix for zoom-out in elm_map by Kim...
gouache [Wed, 21 Sep 2011 06:20:28 +0000 (06:20 +0000)]
[Upstrea merge r63509] Elementary map : a bug fix for zoom-out in elm_map by Kim Yunhan

I wrote a patch that handles a bug while zooming-out in elm_map.
When I try to zoom out, some tiles are broken.
But it is hard to notice because broken frame disappears quickly.

I investigated in a few days.
And I realize that there are something wrong.
When map is zoomed out, a tile is shrunk by evas_object_resize().
But evas_map handles its texture by just its origin image size not a shrunk size.
If evas_object's width & height is shrunk, I have to handle for its texture.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63509 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoMerge "elm_slider_format_function_set() API test case is corrected. TC build & execut...
sumanth [Tue, 27 Sep 2011 07:41:23 +0000 (16:41 +0900)]
Merge "elm_slider_format_function_set() API test case is corrected. TC build & execution errors are fixed in Slider, Datefield widgets. Review comments are corrected."

12 years agoMerge "Prevent defects are corrected in edje_externals of elm_icon, elm_list, elm_noc...
sumanth [Tue, 27 Sep 2011 07:27:00 +0000 (16:27 +0900)]
Merge "Prevent defects are corrected in edje_externals of elm_icon, elm_list, elm_nocontents. (40120,55132,56463)"

12 years agoMerge "Fixed some memory issue found by Prevent tool analysis. Issue IDs[18881, 18882...
Rajeev Ranjan [Tue, 27 Sep 2011 05:27:41 +0000 (14:27 +0900)]
Merge "Fixed some memory issue found by Prevent tool analysis. Issue IDs[18881, 18882, 18884, 18886, 24319, 26879]. This patch has been applied to opensource revision 63550."

12 years agoPrevent defects are corrected in edje_externals of elm_icon, elm_list, elm_nocontents...
sumanth [Mon, 26 Sep 2011 07:43:58 +0000 (16:43 +0900)]
Prevent defects are corrected in edje_externals of elm_icon, elm_list, elm_nocontents. (40120,55132,56463)

Change-Id: If84e5807525a9b5c20eb461066e48be8d27f68ea

12 years ago[elm_tickernoti] Implementation of elm_object_text_set/get, elm_object_content_set...
Rajeev Ranjan [Mon, 26 Sep 2011 11:14:30 +0000 (20:14 +0900)]
[elm_tickernoti] Implementation of elm_object_text_set/get, elm_object_content_set/get hooks and repositioning of widget with internal window rotation.

Change-Id: Ic8edb228100563603f08c965d6a5122630e272cd

12 years agoMerge "[elm_label]Removed deprecated API TC"
Goun Lee [Mon, 26 Sep 2011 04:27:46 +0000 (13:27 +0900)]
Merge "[elm_label]Removed deprecated API TC"

12 years ago[Editfield] when text is NULL then _entry_empty should return EINA_TRUE
WooHyun Jung [Fri, 23 Sep 2011 08:31:08 +0000 (17:31 +0900)]
[Editfield] when text is NULL then _entry_empty should return EINA_TRUE

12 years agorpm: Depend on icu-i18n
Mike McCormack [Fri, 23 Sep 2011 07:14:07 +0000 (16:14 +0900)]
rpm: Depend on icu-i18n

12 years ago[elm_label]Removed deprecated API TC
Goun Lee [Fri, 23 Sep 2011 05:55:10 +0000 (14:55 +0900)]
[elm_label]Removed deprecated API TC

12 years agoPackage upload REL_F_I9200_20110927_1 REL_F_I9200_20110930_1 REL_F_I9200_20111004_1 REL_I9200_20110927_1 REL_I9200_20110930_1
Daniel Juyung Seo [Fri, 23 Sep 2011 04:14:22 +0000 (13:14 +0900)]
Package upload

12 years agoMerge "[els_scroller.c] Removed unwanted merge codes."
Daniel Juyung Seo [Fri, 23 Sep 2011 04:18:08 +0000 (13:18 +0900)]
Merge "[els_scroller.c] Removed unwanted merge codes."

12 years agoMerge "TC/transit - fixed warning and build error"
ChunEon Park [Fri, 23 Sep 2011 04:13:31 +0000 (13:13 +0900)]
Merge "TC/transit - fixed warning and build error"

12 years ago[els_scroller.c] Removed unwanted merge codes.
Daniel Juyung Seo [Fri, 23 Sep 2011 04:12:48 +0000 (13:12 +0900)]
[els_scroller.c] Removed unwanted merge codes.

12 years agoMerge "[elm_button.c, elm_check.c] Fixed Build warnings."
Rajeev Ranjan [Fri, 23 Sep 2011 04:07:15 +0000 (13:07 +0900)]
Merge "[elm_button.c, elm_check.c] Fixed Build warnings."

12 years agoMerge "[*][els_scroller.c] Always check and delete hold_animator on mouse up. (upstre...
Daniel Juyung Seo [Fri, 23 Sep 2011 04:06:41 +0000 (13:06 +0900)]
Merge "[*][els_scroller.c] Always check and delete hold_animator on mouse up. (upstream merge r63539)"

12 years ago[*][Genlist] elm genlist: Added genlist event hook boundary check
seoz [Thu, 22 Sep 2011 12:39:49 +0000 (12:39 +0000)]
[*][Genlist] elm genlist: Added genlist event hook boundary check
routine. (upstream merge r63536)

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63536 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

Change-Id: I9ac63d4a19f542e8bfd2f56d8f237ea81a4ec82f

12 years ago[elm_button.c, elm_check.c] Fixed Build warnings.
Rajeev Ranjan [Wed, 21 Sep 2011 01:22:05 +0000 (10:22 +0900)]
[elm_button.c, elm_check.c] Fixed Build warnings.

Change-Id: I0b1ce32d8b959df49e793c4bb8ec3f8760e73b66

12 years agoMerge "Fixed the Test case execution error of 2 APIs in elm_tickernoti."
Rajeev Ranjan [Fri, 23 Sep 2011 02:34:16 +0000 (11:34 +0900)]
Merge "Fixed the Test case execution error of 2 APIs in elm_tickernoti."

12 years agoFixed some memory issue found by Prevent tool analysis.
Rajeev Ranjan [Fri, 23 Sep 2011 02:27:41 +0000 (11:27 +0900)]
Fixed some memory issue found by Prevent tool analysis.
Issue IDs[18881, 18882, 18884, 18886, 24319, 26879].
This patch has been applied to opensource revision 63550.

Change-Id: I437395eebc9cab73e5977b789cfd08b36527fb04

12 years agoMerge "[elm_index]Fixed gumi verification:empty popup is shown when item doesn't...
Goun Lee [Fri, 23 Sep 2011 02:02:17 +0000 (11:02 +0900)]
Merge "[elm_index]Fixed gumi verification:empty popup is shown when item doesn't exist"

12 years agoMerge "[elm_label]Changed *.c file mode & Fix build fail & remove warning in TC"
Goun Lee [Fri, 23 Sep 2011 02:02:09 +0000 (11:02 +0900)]
Merge "[elm_label]Changed *.c file mode & Fix build fail & remove warning in TC"

12 years agoMerge "[elm_index, elm_label]Fixed Prevent Defect"
Goun Lee [Fri, 23 Sep 2011 02:01:53 +0000 (11:01 +0900)]
Merge "[elm_index, elm_label]Fixed Prevent Defect"

12 years agoTC/transit - fixed warning and build error
ChunEon Park [Fri, 23 Sep 2011 01:37:29 +0000 (10:37 +0900)]
TC/transit - fixed warning and build error

Change-Id: I9226bce1674995289e09a9b410eca4c455a6ce04

12 years agoMerge "[*][Genlist] Do not unrealize the item if any icon object is focused. Added...
WooHyun Jung [Fri, 23 Sep 2011 01:39:52 +0000 (10:39 +0900)]
Merge "[*][Genlist] Do not unrealize the item if any icon object is focused. Added "focused" smart callback to editfield."

12 years ago[Merge conflict resolved]
Shilpa Singh [Wed, 21 Sep 2011 06:41:54 +0000 (15:41 +0900)]
[Merge conflict resolved]
[elm_searchbar]: Gumi verification issue : when clicked on only search
icon, only cancel button is shown but edit field is not focussed.

Change-Id: I144b1f521ac41d96c8603be4f258e57dc2ac2aba

12 years agoMerge "[Review comments fixed] [elm_searchbar]: CQ fix: H0100129599 and Issue : langu...
Shilpa Singh [Fri, 23 Sep 2011 01:30:50 +0000 (10:30 +0900)]
Merge "[Review comments fixed] [elm_searchbar]: CQ fix: H0100129599 and Issue : language change not working for elementary fixed."

12 years ago[*][els_scroller.c] Always check and delete hold_animator on mouse up.
Daniel Juyung Seo [Fri, 23 Sep 2011 00:41:51 +0000 (09:41 +0900)]
[*][els_scroller.c] Always check and delete hold_animator on mouse up.
(upstream merge r63539)

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63539 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

Conflicts:

src/lib/els_scroller.c

12 years agoMerge "naviframe - updated doc naviframe - updated signal names"
ChunEon Park [Fri, 23 Sep 2011 00:39:00 +0000 (09:39 +0900)]
Merge "naviframe - updated doc naviframe - updated signal names"

12 years agoMerge "naviframe - added doc."
ChunEon Park [Fri, 23 Sep 2011 00:38:50 +0000 (09:38 +0900)]
Merge "naviframe - added doc."

12 years ago[*][Genlist] Do not unrealize the item if any icon object is focused.
Daniel Juyung Seo [Thu, 22 Sep 2011 10:30:34 +0000 (19:30 +0900)]
[*][Genlist] Do not unrealize the item if any icon object is focused.
Added "focused" smart callback to editfield.

Change-Id: Iaf86ea0532f8141f51d47ce0127867f11bad077b

12 years agonaviframe - updated doc
ChunEon Park [Thu, 22 Sep 2011 08:11:29 +0000 (17:11 +0900)]
naviframe - updated doc
naviframe - updated signal names

Change-Id: I93e646b6e8838b86fe0900bbf6dbe64ae863023f

12 years agoelm_slider_format_function_set() API test case is corrected. TC build & execution...
sumanth [Wed, 21 Sep 2011 10:56:36 +0000 (19:56 +0900)]
elm_slider_format_function_set() API test case is corrected. TC build & execution errors are fixed in Slider, Datefield widgets. Review comments are corrected.

Change-Id: Id0e003e96e9d485fb95a5a70af79cac0bc9c4d31

12 years ago[Review comments fixed]
Shilpa Singh [Thu, 22 Sep 2011 10:42:38 +0000 (19:42 +0900)]
[Review comments fixed]
[elm_searchbar]: CQ fix: H0100129599 and Issue : language change not
working for elementary fixed.

Change-Id: Ic8913dd10cf1da7d8116231ff7042fa69a778165

12 years ago[elm_index]Fixed gumi verification:empty popup is shown when item doesn't exist
Goun Lee [Thu, 22 Sep 2011 09:55:10 +0000 (18:55 +0900)]
[elm_index]Fixed gumi verification:empty popup is shown when item doesn't exist

12 years ago[genlist] fixing TC expanded item set bug
Hyoyoung Chang [Thu, 22 Sep 2011 07:45:53 +0000 (16:45 +0900)]
[genlist] fixing TC expanded item set bug

12 years agonaviframe - added doc.
ChunEon Park [Thu, 22 Sep 2011 07:25:22 +0000 (16:25 +0900)]
naviframe - added doc.

12 years ago[elm_label]Changed *.c file mode & Fix build fail & remove warning in TC
Goun Lee [Thu, 22 Sep 2011 01:47:09 +0000 (10:47 +0900)]
[elm_label]Changed *.c file mode & Fix build fail & remove warning in TC

12 years ago[*][store] Fixed the unrealize problem of added a item
Yun ilkook [Thu, 22 Sep 2011 01:46:54 +0000 (10:46 +0900)]
[*][store] Fixed the unrealize problem of added a item

Change-Id: I48669e506a3007ea1f503c3e8120672bc3e3df89

12 years agochangelog - repackaging REL_F_I9200_20110923_1 REL_I9200_20110923_1
ChunEon Park [Thu, 22 Sep 2011 00:06:31 +0000 (09:06 +0900)]
changelog - repackaging

elementary_1.0.0+svn.61256slp2+build39

12 years agoMerge "[*][button] change _sizing_eval for scale"
Jaehwan Kim [Wed, 21 Sep 2011 10:48:17 +0000 (19:48 +0900)]
Merge "[*][button] change _sizing_eval for scale"

12 years agoMerge changes I1c44532b,I22477f1c
ChunEon Park [Wed, 21 Sep 2011 08:44:57 +0000 (17:44 +0900)]
Merge changes I1c44532b,I22477f1c

* changes:
  [ctxpopup] Resolve TC Build Break
  Prevent Detected Bug Fix: DEADCODE

12 years agoMerge "bugfix: BS when paste image path"
deasung.kim [Wed, 21 Sep 2011 08:39:41 +0000 (17:39 +0900)]
Merge "bugfix: BS when paste image path"

12 years agochangelog - repackaging
ChunEon Park [Wed, 21 Sep 2011 07:49:41 +0000 (16:49 +0900)]
changelog - repackaging

elementary_1.0.0+svn.61256slp2+build38

12 years ago[blocking rectangle approach considered to block events during
Shilpa Singh [Tue, 6 Sep 2011 08:31:32 +0000 (17:31 +0900)]
[blocking rectangle approach considered to block events during
animation]
[elm_navigationbar]:Issue: when back button is clicked at a faster pace in
UG launched from settings application, settings application closes
from UG itself.
problem: pass_events set to TRUE during animation and
FALSE after animation in second/rest of the pages. causes issue if we
click fast in second page[during animation] causing the events pass
through layer below first page.
Fix: Removed pass events call. blocking events while passing them to
the lower layer will cause issues like above.

Change-Id: I8e7d780d2a311fd150c76bfb2ffa60ccba92ff94

12 years agoFixed the Test case execution error of 2 APIs in elm_tickernoti.
Rajeev Ranjan [Wed, 21 Sep 2011 07:29:21 +0000 (16:29 +0900)]
Fixed the Test case execution error of 2 APIs in elm_tickernoti.

12 years agobugfix: entry show blue face image when paste image path
deasung.kim [Wed, 21 Sep 2011 07:23:43 +0000 (16:23 +0900)]
bugfix: entry show blue face image when paste image path

12 years agobugfix: BS when paste image path
deasung.kim [Wed, 21 Sep 2011 06:22:13 +0000 (15:22 +0900)]
bugfix: BS when paste image path

12 years ago[entry] make non-editable entries have focus
Myungjae Lee [Wed, 21 Sep 2011 05:15:41 +0000 (14:15 +0900)]
[entry] make non-editable entries have focus

12 years ago[entry] fixed bugs in text selection handlers
Myungjae Lee [Wed, 21 Sep 2011 04:42:37 +0000 (13:42 +0900)]
[entry] fixed bugs in text selection handlers

12 years agonaviframe - merged with opensource
ChunEon Park [Wed, 21 Sep 2011 04:24:00 +0000 (13:24 +0900)]
naviframe - merged with opensource
added one more convenient API

12 years agoMerge "fix build error"
WooHyun Jung [Tue, 20 Sep 2011 11:13:20 +0000 (20:13 +0900)]
Merge "fix build error"

12 years agoMerge "[controlbar] fix build error in TC"
WooHyun Jung [Tue, 20 Sep 2011 11:12:13 +0000 (20:12 +0900)]
Merge "[controlbar] fix build error in TC"

12 years agofix build error
Jaehwan Kim [Tue, 20 Sep 2011 11:08:37 +0000 (20:08 +0900)]
fix build error

Change-Id: Ie8de5054dfef0e1807a2ffba9a39dd04453a59b2

12 years ago[controlbar] fix build error in TC
Jaehwan Kim [Tue, 20 Sep 2011 10:46:39 +0000 (19:46 +0900)]
[controlbar] fix build error in TC

Change-Id: I9e7470a372be353c2ec7289790f58d73ffcd77cb

12 years ago[src/elm_imageslider]: Code cleanup, Warning Fixing and setting the ecore timer to...
Rajeev Ranjan [Tue, 20 Sep 2011 09:08:42 +0000 (18:08 +0900)]
[src/elm_imageslider]: Code cleanup, Warning Fixing and setting the ecore timer to NULL from the callback before returning FALSE.

Change-Id: I5e9885520a290a7209f4bb34c17982ff6d630fb9

12 years ago[ctxpopup] Resolve TC Build Break
Shinwoo Kim [Tue, 20 Sep 2011 08:07:24 +0000 (17:07 +0900)]
[ctxpopup] Resolve TC Build Break

Change-Id: I1c44532bad162885719d87dd47c71df7cd16c891

12 years ago[elm_index, elm_label]Fixed Prevent Defect
Goun Lee [Tue, 20 Sep 2011 07:30:56 +0000 (16:30 +0900)]
[elm_index, elm_label]Fixed Prevent Defect

12 years agoMerge "[elm_cnp_helper] remove image, br, ps tag when entry setted textonly, single...
deasung.kim [Tue, 20 Sep 2011 06:31:58 +0000 (15:31 +0900)]
Merge "[elm_cnp_helper] remove image, br, ps tag when entry setted textonly, single line"

12 years agoMerge "[Issue fixed]: Color boxes do not get re-rendered properly when someother...
Shilpa Singh [Tue, 20 Sep 2011 06:22:15 +0000 (15:22 +0900)]
Merge "[Issue fixed]: Color boxes do not get re-rendered properly when someother window comes above [Review comments fixed] - intial colors taken via edc. [elm_colorpalette]: 1. Issue fixed: Resize issue as minimum size of widget not considered. 2. Warnings fixed. 3. Redundant code removed. 4. Formatting fixed. Change-Id: I43b2a4ea58b98a0061961cd487a43b74afe7ba68"

12 years agoMerge "Code cleanup and removal of explicit deletion in timer and idler callback...
Rajeev Ranjan [Tue, 20 Sep 2011 06:21:57 +0000 (15:21 +0900)]
Merge "Code cleanup and removal of explicit deletion in timer and idler callback functions to fix crash in Facebook application."

12 years agoMerge "[elc_navigationbar]: prevent defect fix 20519, removed unnecessary test as...
Shilpa Singh [Tue, 20 Sep 2011 06:21:55 +0000 (15:21 +0900)]
Merge "[elc_navigationbar]: prevent defect fix 20519, removed unnecessary test as test for item_style and it is already done one more test not required."

12 years agoMerge "[elm_multibuttonentry]Bug fix:IME doesn't show up when guidetext is clicked...
Goun Lee [Tue, 20 Sep 2011 05:57:21 +0000 (14:57 +0900)]
Merge "[elm_multibuttonentry]Bug fix:IME doesn't show up when guidetext is clicked in calendar app & prevent issue"

12 years agoPrevent Detected Bug Fix: DEADCODE
Shinwoo Kim [Tue, 20 Sep 2011 05:53:44 +0000 (14:53 +0900)]
Prevent Detected Bug Fix: DEADCODE

Change-Id: I22477f1cb045430eea3ccbda19f0e090c6b7724e

12 years ago[*][button] change _sizing_eval for scale
Jaehwan Kim [Tue, 20 Sep 2011 05:15:05 +0000 (14:15 +0900)]
[*][button] change _sizing_eval for scale

12 years agoFix the build errors related to gcc compiler.
Myoungwoon Kim [Tue, 20 Sep 2011 03:45:29 +0000 (12:45 +0900)]
Fix the build errors related to gcc compiler.

Change-Id: I1af8ee4047e685c1bb85160cc2a383ae4e3a907e

12 years ago[elm_datefield.c] DATE_FORMAT_TYPE_COUNT defination is updated.
sumanth [Tue, 20 Sep 2011 01:48:18 +0000 (10:48 +0900)]
[elm_datefield.c] DATE_FORMAT_TYPE_COUNT defination is updated.

Change-Id: I293b0ddf9cbd91c58ced0d9b6b00a60632b780d2