Myungjae Lee [Thu, 6 Oct 2011 06:29:43 +0000 (15:29 +0900)]
Merge "[TC] fixed build error in entry TCs"
Myungjae Lee [Thu, 6 Oct 2011 06:28:13 +0000 (15:28 +0900)]
Merge "[TC] removed scrolled_entry tslist from build list"
Myungjae Lee [Thu, 6 Oct 2011 06:23:42 +0000 (15:23 +0900)]
[TC] fixed build error in entry TCs
Daniel Juyung Seo [Thu, 6 Oct 2011 06:23:32 +0000 (15:23 +0900)]
Package upload
Myungjae Lee [Thu, 6 Oct 2011 05:47:49 +0000 (14:47 +0900)]
[TC] removed scrolled_entry tslist from build list
Jung Chanwook [Fri, 30 Sep 2011 05:48:11 +0000 (14:48 +0900)]
[genlist] recalculate minw/minh in _item_realize if height for width mode is TRUE
Change-Id: I8f2075f817d4a8819048c275ed08fb7a7b747e63
Yun ilkook [Wed, 28 Sep 2011 03:20:54 +0000 (12:20 +0900)]
[*][Genlist] Fixed a unnecessary item block unrealize work
Change-Id: I9e7d0f4a8cf4ae6fd1c8091a52fac6cc16c4fe2e
WooHyun Jung [Thu, 6 Oct 2011 05:00:28 +0000 (14:00 +0900)]
Merge "[elm_editfield] Fix a bug - when style is changed, mode should be set again"
Myungjae Lee [Thu, 6 Oct 2011 04:24:33 +0000 (13:24 +0900)]
[TC] modified entry TCs and removed scrolled_entry TCs
WooHyun Jung [Thu, 6 Oct 2011 02:55:52 +0000 (11:55 +0900)]
[elm_editfield] Fix a bug - when style is changed, mode should be set again
Shilpa Singh [Thu, 6 Oct 2011 02:53:58 +0000 (11:53 +0900)]
[elc_naviframe]: unnecessary call to eina_list_remove removed.
eina_list_remove already in item del
Change-Id: Ic4523bff4ad099a97eacc609be9d15607919508c
Sehwan Park [Wed, 5 Oct 2011 01:29:01 +0000 (10:29 +0900)]
Merge "Remove unused code. Those option is processed in immodule"
ChunEon Park [Tue, 4 Oct 2011 12:55:15 +0000 (21:55 +0900)]
repackaging
elementary_1.0.0+svn.61256slp2+build43
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
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
Jaehwan Kim [Tue, 4 Oct 2011 08:42:37 +0000 (17:42 +0900)]
Package upload
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
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"
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
Jeonghyun Yun [Tue, 4 Oct 2011 01:46:21 +0000 (21:46 -0400)]
elm_gengrid reorder bug patch
ChunEon Park [Mon, 3 Oct 2011 23:38:46 +0000 (08:38 +0900)]
changelog - repackaging
elementary_1.0.0+svn.61256slp2+build41
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
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"
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
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
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
Shilpa Singh [Fri, 30 Sep 2011 03:08:10 +0000 (12:08 +0900)]
[elc_naviframe]: option header 2 macro added.
Change-Id: I7837c3b689bb7344df86c5ef4db8eccd1d47d54c
deasung.kim [Thu, 29 Sep 2011 17:06:50 +0000 (02:06 +0900)]
Merge "bugfix: entry show blue face image when paste image path"
WooHyun Jung [Thu, 29 Sep 2011 11:38:37 +0000 (20:38 +0900)]
Merge "elm_pager : fix a focus problem , merged with 63654"
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"
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."
prince [Thu, 29 Sep 2011 08:47:41 +0000 (17:47 +0900)]
Merge "[Conformant] If no information of illumne geometry then, resetting the geometry."
Myungjae Lee [Thu, 29 Sep 2011 08:09:44 +0000 (17:09 +0900)]
[entry] hide copy paste contextual popup while editing entries
Shilpa Singh [Thu, 29 Sep 2011 07:17:14 +0000 (16:17 +0900)]
[elc_navigationbar_ex]: removed focus setting from widget.
Change-Id: I9bbe836d7ab646bc024aaad579a55442fda0819d
Shilpa Singh [Thu, 29 Sep 2011 06:59:13 +0000 (15:59 +0900)]
Merge "[elm_searchbar]: cancel,clicked signal sent at end."
WooHyun Jung [Thu, 29 Sep 2011 06:36:00 +0000 (15:36 +0900)]
elm_pager : fix a focus problem , merged with 63654
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."
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
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
Shilpa Singh [Wed, 28 Sep 2011 09:22:04 +0000 (18:22 +0900)]
[elm_searchbar]: cancel,clicked signal sent at end.
Change-Id: I64ce0b30c8dc18e6c45ec3c8d2670e40c585b25e
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
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
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
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
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
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."
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)"
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."
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
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
Goun Lee [Mon, 26 Sep 2011 04:27:46 +0000 (13:27 +0900)]
Merge "[elm_label]Removed deprecated API TC"
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
Mike McCormack [Fri, 23 Sep 2011 07:14:07 +0000 (16:14 +0900)]
rpm: Depend on icu-i18n
Goun Lee [Fri, 23 Sep 2011 05:55:10 +0000 (14:55 +0900)]
[elm_label]Removed deprecated API TC
Daniel Juyung Seo [Fri, 23 Sep 2011 04:14:22 +0000 (13:14 +0900)]
Package upload
Daniel Juyung Seo [Fri, 23 Sep 2011 04:18:08 +0000 (13:18 +0900)]
Merge "[els_scroller.c] Removed unwanted merge codes."
ChunEon Park [Fri, 23 Sep 2011 04:13:31 +0000 (13:13 +0900)]
Merge "TC/transit - fixed warning and build error"
Daniel Juyung Seo [Fri, 23 Sep 2011 04:12:48 +0000 (13:12 +0900)]
[els_scroller.c] Removed unwanted merge codes.
Rajeev Ranjan [Fri, 23 Sep 2011 04:07:15 +0000 (13:07 +0900)]
Merge "[elm_button.c, elm_check.c] Fixed Build warnings."
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)"
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
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
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."
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
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"
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"
Goun Lee [Fri, 23 Sep 2011 02:01:53 +0000 (11:01 +0900)]
Merge "[elm_index, elm_label]Fixed Prevent Defect"
ChunEon Park [Fri, 23 Sep 2011 01:37:29 +0000 (10:37 +0900)]
TC/transit - fixed warning and build error
Change-Id: I9226bce1674995289e09a9b410eca4c455a6ce04
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."
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
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."
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
ChunEon Park [Fri, 23 Sep 2011 00:39:00 +0000 (09:39 +0900)]
Merge "naviframe - updated doc naviframe - updated signal names"
ChunEon Park [Fri, 23 Sep 2011 00:38:50 +0000 (09:38 +0900)]
Merge "naviframe - added doc."
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
ChunEon Park [Thu, 22 Sep 2011 08:11:29 +0000 (17:11 +0900)]
naviframe - updated doc
naviframe - updated signal names
Change-Id: I93e646b6e8838b86fe0900bbf6dbe64ae863023f
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
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
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
Hyoyoung Chang [Thu, 22 Sep 2011 07:45:53 +0000 (16:45 +0900)]
[genlist] fixing TC expanded item set bug
ChunEon Park [Thu, 22 Sep 2011 07:25:22 +0000 (16:25 +0900)]
naviframe - added doc.
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
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
ChunEon Park [Thu, 22 Sep 2011 00:06:31 +0000 (09:06 +0900)]
changelog - repackaging
elementary_1.0.0+svn.61256slp2+build39
Jaehwan Kim [Wed, 21 Sep 2011 10:48:17 +0000 (19:48 +0900)]
Merge "[*][button] change _sizing_eval for scale"
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
deasung.kim [Wed, 21 Sep 2011 08:39:41 +0000 (17:39 +0900)]
Merge "bugfix: BS when paste image path"
ChunEon Park [Wed, 21 Sep 2011 07:49:41 +0000 (16:49 +0900)]
changelog - repackaging
elementary_1.0.0+svn.61256slp2+build38
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
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.
deasung.kim [Wed, 21 Sep 2011 07:23:43 +0000 (16:23 +0900)]
bugfix: entry show blue face image when paste image path
deasung.kim [Wed, 21 Sep 2011 06:22:13 +0000 (15:22 +0900)]
bugfix: BS when paste image path
Myungjae Lee [Wed, 21 Sep 2011 05:15:41 +0000 (14:15 +0900)]
[entry] make non-editable entries have focus
Myungjae Lee [Wed, 21 Sep 2011 04:42:37 +0000 (13:42 +0900)]
[entry] fixed bugs in text selection handlers
ChunEon Park [Wed, 21 Sep 2011 04:24:00 +0000 (13:24 +0900)]
naviframe - merged with opensource
added one more convenient API
WooHyun Jung [Tue, 20 Sep 2011 11:13:20 +0000 (20:13 +0900)]
Merge "fix build error"
WooHyun Jung [Tue, 20 Sep 2011 11:12:13 +0000 (20:12 +0900)]
Merge "[controlbar] fix build error in TC"
Jaehwan Kim [Tue, 20 Sep 2011 11:08:37 +0000 (20:08 +0900)]
fix build error
Change-Id: Ie8de5054dfef0e1807a2ffba9a39dd04453a59b2
Jaehwan Kim [Tue, 20 Sep 2011 10:46:39 +0000 (19:46 +0900)]
[controlbar] fix build error in TC
Change-Id: I9e7470a372be353c2ec7289790f58d73ffcd77cb
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