framework/uifw/elementary.git
12 years agoRemove documentation, sync with upstream
Mike McCormack [Thu, 3 Nov 2011 23:29:52 +0000 (08:29 +0900)]
Remove documentation, sync with upstream

12 years ago[scroller] remove whitespace diffs
Mike McCormack [Thu, 3 Nov 2011 23:28:38 +0000 (08:28 +0900)]
[scroller] remove whitespace diffs

12 years agoels_icon exception handling code added
Jeonghyun Yun [Thu, 3 Nov 2011 07:59:14 +0000 (03:59 -0400)]
els_icon exception handling code added

12 years agoPackage upload REL_F_I9200_20111104_1 REL_I9200_20111104_1
WooHyun Jung [Thu, 3 Nov 2011 01:52:10 +0000 (10:52 +0900)]
Package upload

12 years ago[searchbar] Focus control for elm_editfield was changed
WooHyun Jung [Thu, 3 Nov 2011 01:42:54 +0000 (10:42 +0900)]
[searchbar] Focus control for elm_editfield was changed

12 years agoPackage upload
WooHyun Jung [Wed, 2 Nov 2011 13:52:59 +0000 (22:52 +0900)]
Package upload

12 years agoMerge "[*][editfield] delete meaningless signal emit. This can cause focus problem"
WooHyun Jung [Wed, 2 Nov 2011 13:29:05 +0000 (22:29 +0900)]
Merge "[*][editfield] delete meaningless signal emit. This can cause focus problem"

12 years ago[*][editfield] delete meaningless signal emit. This can cause focus problem
WooHyun Jung [Wed, 2 Nov 2011 13:22:30 +0000 (22:22 +0900)]
[*][editfield] delete meaningless signal emit. This can cause focus problem

12 years ago[*][Genlist] Changed rename mode signal edit timing.
Daniel Juyung Seo [Wed, 2 Nov 2011 12:07:02 +0000 (21:07 +0900)]
[*][Genlist] Changed rename mode signal edit timing.

1. Emit rename signal first.
2. Call icon_get callback functions.

12 years ago[elm_multibuttonentry]Changed way to set a focus following elementary's focus policy
Goun Lee [Wed, 2 Nov 2011 02:51:32 +0000 (11:51 +0900)]
[elm_multibuttonentry]Changed way to set a focus following elementary's focus policy

12 years agoMerge "[*][focus] elementary's focus policy was changed, so editfield's structure...
WooHyun Jung [Wed, 2 Nov 2011 02:49:42 +0000 (11:49 +0900)]
Merge "[*][focus] elementary's focus policy was changed, so editfield's structure was changed following that"

12 years ago[*][focus] elementary's focus policy was changed, so editfield's structure was change...
WooHyun Jung [Wed, 2 Nov 2011 02:08:40 +0000 (11:08 +0900)]
[*][focus] elementary's focus policy was changed, so editfield's structure was changed following that

12 years agoRelease elementary_1.0.0+svn.61256slp2+build66
Tae-Hwan Kim [Wed, 2 Nov 2011 00:46:51 +0000 (09:46 +0900)]
Release elementary_1.0.0+svn.61256slp2+build66

12 years ago[Map] Urgent bug fix
Tae-Hwan Kim [Tue, 1 Nov 2011 09:52:11 +0000 (18:52 +0900)]
[Map] Urgent bug fix

Appy download queuing(Maxmimum 10) algorithm for reducing too many TCP port
later I will appy this patch to upstream

12 years ago[changelog] updated package version REL_F_I9200_20111102_1 REL_I9200_20111102_1
Myungjae Lee [Mon, 31 Oct 2011 12:18:25 +0000 (21:18 +0900)]
[changelog] updated package version

12 years ago[elm_multibuttonentry]multiplied scale value only closed button's height for the...
Goun Lee [Mon, 31 Oct 2011 11:15:25 +0000 (20:15 +0900)]
[elm_multibuttonentry]multiplied scale value only closed button's height for the visual
Change-Id: I0af74f02280e34756ac5b2acad72be081130407c

12 years ago[*][Genlist] Added more scroller smart callbacks. Applied upstream
Daniel Juyung Seo [Fri, 16 Sep 2011 07:38:55 +0000 (16:38 +0900)]
[*][Genlist] Added more scroller smart callbacks. Applied upstream
commit r62710 and r62711.

elm genlist: Added "scroll,anim,start", "scroll,anim,stop",
"scroll,drag,start", "scroll,drag,stop" smart callbacks to genlist.
elm gengrid: Added "scroll,anim,start", "scroll,anim,stop" smart
callbacks to genlist.

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

elm gengrid: Oops, I added more changes to the previous commit.

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

Change-Id: I26b9244462ffe6dcc6d607590ddfedc274ca9a46

12 years agoMerge "[*][Genlist] Refine effect_moving_timer_cb. Recalculate pan when the timer...
Daniel Juyung Seo [Mon, 31 Oct 2011 11:35:19 +0000 (20:35 +0900)]
Merge "[*][Genlist] Refine effect_moving_timer_cb. Recalculate pan when the timer is expired with a decent way. This fixes CQ H0100135558"

12 years agoMerge "[*] upstream merge 64549 change _elm_win_resize_job use ecore_evas_request_geo...
Jiyoun Park [Mon, 31 Oct 2011 11:22:26 +0000 (20:22 +0900)]
Merge "[*] upstream merge 64549 change _elm_win_resize_job use ecore_evas_request_geometry_get function. currently, only X window system undergo async problem, but other windowing system meet same problem if it have asyncmode. so I dont have to handle per-display specifics higher up above ecore-evas. (use ecore_evas_request_XXX instead of ecore_evas_x11_request_XXX) not only async windowing system but also situation wm refuse resizing request, make request size != current size. so I'll implement ee->req value to other windowing system. --under this line, and those below, will be ignored--"

12 years ago[*][Genlist] Refine effect_moving_timer_cb. Recalculate pan when the timer is expired...
Daniel Juyung Seo [Mon, 31 Oct 2011 11:18:20 +0000 (20:18 +0900)]
[*][Genlist] Refine effect_moving_timer_cb. Recalculate pan when the timer is expired with a decent way. This fixes CQ H0100135558

12 years agoMerge "[elm_multibuttonentry]Fixed CQ:H0100135430 :Not scrolled when items are added...
Goun Lee [Mon, 31 Oct 2011 11:11:24 +0000 (20:11 +0900)]
Merge "[elm_multibuttonentry]Fixed CQ:H0100135430 :Not scrolled when items are added over 5 lines"

12 years ago[*] upstream merge 64549
jypark [Mon, 31 Oct 2011 08:42:15 +0000 (08:42 +0000)]
[*] upstream merge 64549
change _elm_win_resize_job use ecore_evas_request_geometry_get function.
currently, only X window system undergo async problem,
but other windowing system meet same problem if it have asyncmode.
so I dont have to handle per-display specifics higher up above ecore-evas.
(use ecore_evas_request_XXX instead of ecore_evas_x11_request_XXX)
not only async windowing system but also situation wm refuse resizing request,
make request size != current size.
so I'll implement ee->req value to other windowing system.
--under this line, and those below, will be ignored--

M    elm_win.c

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

12 years ago[*] merge with svn revision 64406
raster [Wed, 26 Oct 2011 05:51:59 +0000 (05:51 +0000)]
[*] merge with svn revision 64406

From: Jaehwan Kim <jae.hwan.kim@samsung.com>

I found a problem in els_scroller. When the scroller is resized, it shows the location of
the coordination which was saved into wanted_coordination. If you don't use the page,
it is no matter. But if you use the page function, the animation of the scroller is operated
by _smart_scrollto_x_animator, not by _smart_momentum_animator.
In _smart_scrollto_x_animator, therer isn't _update_wanted_coordinates. So the value of
wanted_coordination doesn't update. I think _update_wanted_coordinates have to be added in
_smart_scrollto_x_animator and _smart_scrollto_y_animator.
Please check the attached patch file.

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

12 years ago[elm_multibuttonentry]Fixed CQ:H0100135430 :Not scrolled when items are added over...
Goun Lee [Mon, 31 Oct 2011 09:58:49 +0000 (18:58 +0900)]
[elm_multibuttonentry]Fixed CQ:H0100135430 :Not scrolled when items are added over 5 lines

12 years agoMerge "[elm_multibuttonentry]multiplied scale value to closed button's size"
Goun Lee [Mon, 31 Oct 2011 09:10:11 +0000 (18:10 +0900)]
Merge "[elm_multibuttonentry]multiplied scale value to closed button's size"

12 years ago[gesture] add the config value of the gesture into slp
Jaehwan Kim [Mon, 31 Oct 2011 08:41:34 +0000 (17:41 +0900)]
[gesture] add the config value of the gesture into slp

Change-Id: I65e6bf54367ff4f421b3537c4f48ddb3aa82f63b

12 years agoElementary: Fix uninitialized variables warnings. Fix case formatting.
devilhorns [Thu, 27 Oct 2011 15:57:14 +0000 (15:57 +0000)]
Elementary: Fix uninitialized variables warnings. Fix case formatting.

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

12 years agoElm glayer: Removed unused/wanted if and variable.
tasn [Tue, 25 Oct 2011 09:51:41 +0000 (09:51 +0000)]
Elm glayer: Removed unused/wanted if and variable.

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

12 years agoElm glayer: Fixed memory leak, removed unused event list
tasn [Tue, 25 Oct 2011 09:51:38 +0000 (09:51 +0000)]
Elm glayer: Fixed memory leak, removed unused event list

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64381 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm glayer: Added momentum to continues-gestures.
tasn [Tue, 25 Oct 2011 09:51:34 +0000 (09:51 +0000)]
Elm glayer: Added momentum to continues-gestures.

Womentum is now aborted and resarted as the number of fingers changes.

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64380 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm Glayer: Added ABORT on move to long-tap gesture
tasn [Tue, 25 Oct 2011 09:51:30 +0000 (09:51 +0000)]
Elm Glayer: Added ABORT on move to long-tap gesture

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64379 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm Glayer: Added multi-touch support to momentum gesture
tasn [Tue, 25 Oct 2011 09:51:22 +0000 (09:51 +0000)]
Elm Glayer: Added multi-touch support to momentum gesture

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64378 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm glayer: Fix continuous gestures. SPANK SPANK Aharon.
tasn [Mon, 24 Oct 2011 12:19:29 +0000 (12:19 +0000)]
Elm glayer: Fix continuous gestures. SPANK SPANK Aharon.

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

12 years agoAdd New Uploader to debian control
Tae-Hwan Kim [Mon, 31 Oct 2011 01:16:19 +0000 (10:16 +0900)]
Add New Uploader to debian control

12 years agoRelease elementary_1.0.0+svn.61256slp2+build64
Tae-Hwan Kim [Mon, 31 Oct 2011 01:00:07 +0000 (10:00 +0900)]
Release elementary_1.0.0+svn.61256slp2+build64

12 years ago[Map] Urgent Bug fix
Tae-Hwan Kim [Sat, 29 Oct 2011 07:44:26 +0000 (16:44 +0900)]
[Map] Urgent Bug fix

1. Progress bar bug fix (remove progress bar when downloading failed)
2. When image loading failed, do not show image

12 years agoMerge "partial merge rev.64424"
Sehwan Park [Fri, 28 Oct 2011 05:52:17 +0000 (14:52 +0900)]
Merge "partial merge rev.64424"

12 years agoMerge "naviframe - sorry revert the signal callback order for consistency with push"
ChunEon Park [Fri, 28 Oct 2011 04:29:07 +0000 (13:29 +0900)]
Merge "naviframe - sorry revert the signal callback order for consistency with push"

12 years agopartial merge rev.64424
Jihoon Kim [Fri, 28 Oct 2011 04:22:23 +0000 (13:22 +0900)]
partial merge rev.64424

Change-Id: I7f9a004e616b34ff5643a39451465c369bce0fae

12 years ago[Genlist] unrealize group item at rotate
Jung Chanwook [Fri, 28 Oct 2011 00:57:04 +0000 (09:57 +0900)]
[Genlist] unrealize group item at rotate

Change-Id: I26c474fdb094b454b8f1fdf84edcfb4a6d7da2aa

12 years agoupdate changelog REL_F_I9200_20111028_1 REL_I9200_20111028_1
Hyoyoung Chang [Thu, 27 Oct 2011 11:15:05 +0000 (20:15 +0900)]
update changelog

12 years ago[genlist] add elm_genlist_item_fields_update func
Hyoyoung Chang [Thu, 27 Oct 2011 07:03:48 +0000 (16:03 +0900)]
[genlist] add elm_genlist_item_fields_update func

Change-Id: Ic51ac0f214e7ee28d1d978d7d7d182cd89f035ac

12 years agonaviframe - sorry revert the signal callback order for consistency with push
ChunEon Park [Thu, 27 Oct 2011 07:10:21 +0000 (16:10 +0900)]
naviframe - sorry revert the signal callback order for consistency with push

12 years agorepackaging
ChunEon Park [Wed, 26 Oct 2011 10:27:27 +0000 (19:27 +0900)]
repackaging

 elementary_1.0.0+svn.61256slp2+build62

12 years agoelementary/naviframe - preveted to called back button twice.
ChunEon Park [Wed, 26 Oct 2011 09:20:35 +0000 (18:20 +0900)]
elementary/naviframe - preveted to called back button twice.

12 years ago[elm_multibuttonentry]multiplied scale value to closed button's size
Goun Lee [Wed, 26 Oct 2011 01:12:37 +0000 (10:12 +0900)]
[elm_multibuttonentry]multiplied scale value to closed button's size

12 years agoMerge "[elm_multibuttonentry]CQ:H0100135430- Added recalc_entry_geometry() to be...
Goun Lee [Wed, 26 Oct 2011 00:50:39 +0000 (09:50 +0900)]
Merge "[elm_multibuttonentry]CQ:H0100135430- Added recalc_entry_geometry() to be scrolled well"

12 years ago[changelog] updated package version
Myungjae Lee [Tue, 25 Oct 2011 12:28:53 +0000 (21:28 +0900)]
[changelog] updated package version

12 years ago[entry] changed function calling sequence to avoid abnormal access to widget data
Myungjae Lee [Tue, 25 Oct 2011 12:15:42 +0000 (21:15 +0900)]
[entry] changed function calling sequence to avoid abnormal access to widget data

12 years agoPackage upload
Myungjae Lee [Tue, 25 Oct 2011 08:58:01 +0000 (17:58 +0900)]
Package upload

12 years ago[entry] removed finger_size in calculating magnifier position
Myungjae Lee [Tue, 25 Oct 2011 08:47:03 +0000 (17:47 +0900)]
[entry] removed finger_size in calculating magnifier position

12 years agorepackaging
ChunEon Park [Tue, 25 Oct 2011 06:30:11 +0000 (15:30 +0900)]
repackaging

elementary_1.0.0+svn.61256slp2+build59

12 years agonaviframe - +null CHECK
ChunEon Park [Tue, 25 Oct 2011 05:09:54 +0000 (14:09 +0900)]
naviframe - +null CHECK

12 years agochangelog - repackaging REL_F_I9200_20111025_1 REL_F_I9200_20111025_2 REL_I9200_20111025_1
ChunEon Park [Mon, 24 Oct 2011 14:17:10 +0000 (23:17 +0900)]
changelog - repackaging
Elementary.h.in - filled a missed enum value

12 years ago[elc_naviframe]: 1. all items not deleted in inlist issue fixed.
Shilpa Singh [Mon, 24 Oct 2011 12:15:39 +0000 (21:15 +0900)]
[elc_naviframe]: 1. all items not deleted in inlist issue fixed.
2. fixed using incorrect pointer in pop_to

Change-Id: I899ab20efb6c411e162836bd767bc2a2baea594b

12 years ago[elm_multibuttonentry]CQ:H0100135430- Added recalc_entry_geometry() to be scrolled...
Goun Lee [Mon, 24 Oct 2011 11:39:26 +0000 (20:39 +0900)]
[elm_multibuttonentry]CQ:H0100135430- Added recalc_entry_geometry() to be scrolled well

12 years agoPackage upload
Jaehwan Kim [Mon, 24 Oct 2011 09:56:44 +0000 (18:56 +0900)]
Package upload

Change-Id: Ic6fa9f73a59f9434f92afc90fbb136f0cdfeb261

12 years agoMerge "Elm glayer: Fixed condition based on uninit value error."
Jaehwan Kim [Mon, 24 Oct 2011 09:39:47 +0000 (18:39 +0900)]
Merge "Elm glayer: Fixed condition based on uninit value error."

12 years agoMerge "Elm Glayer: Fixed code to match convention"
Jaehwan Kim [Mon, 24 Oct 2011 09:39:39 +0000 (18:39 +0900)]
Merge "Elm Glayer: Fixed code to match convention"

12 years agoMerge "Elm Glayer: Fixed call of long tap reset in case reset occurs before 1st input...
Jaehwan Kim [Mon, 24 Oct 2011 09:39:33 +0000 (18:39 +0900)]
Merge "Elm Glayer: Fixed call of long tap reset in case reset occurs before 1st input event"

12 years agoMerge "Elm Glayer: Fixed all tap, long tap, gestures bugs"
Jaehwan Kim [Mon, 24 Oct 2011 09:39:28 +0000 (18:39 +0900)]
Merge "Elm Glayer: Fixed all tap, long tap, gestures bugs"

12 years agoMerge "Elm Glayer: Added single tap/double click support."
Jaehwan Kim [Mon, 24 Oct 2011 09:39:22 +0000 (18:39 +0900)]
Merge "Elm Glayer: Added single tap/double click support."

12 years agoMerge "Elm Glayer: Fixed many glayer issues."
Jaehwan Kim [Mon, 24 Oct 2011 09:39:16 +0000 (18:39 +0900)]
Merge "Elm Glayer: Fixed many glayer issues."

12 years agoMerge "Elm_glayer: Reset ZOOM, ROTATE to function as before continues."
Jaehwan Kim [Mon, 24 Oct 2011 09:39:11 +0000 (18:39 +0900)]
Merge "Elm_glayer: Reset ZOOM, ROTATE to function as before continues."

12 years agoMerge "Elm glayer: Cleaned elm_gesture_layer.c."
Jaehwan Kim [Mon, 24 Oct 2011 09:39:05 +0000 (18:39 +0900)]
Merge "Elm glayer: Cleaned elm_gesture_layer.c."

12 years agoMerge "Elm glayer: Added Continues-gesture-feature of Line, Flick, Zoom, Rotate."
Jaehwan Kim [Mon, 24 Oct 2011 09:38:59 +0000 (18:38 +0900)]
Merge "Elm glayer: Added Continues-gesture-feature of Line, Flick, Zoom, Rotate."

12 years agoMerge "alloc checks wooooooooooooo"
Jaehwan Kim [Mon, 24 Oct 2011 09:38:44 +0000 (18:38 +0900)]
Merge "alloc checks wooooooooooooo"

12 years agoMerge "POINTER ARITHMETIC WITH VOID* IS BAD."
Jaehwan Kim [Mon, 24 Oct 2011 09:38:37 +0000 (18:38 +0900)]
Merge "POINTER ARITHMETIC WITH VOID* IS BAD."

12 years agoMerge "Elm glayer: Fixed mouse_wheel direction for wheel zoom."
Jaehwan Kim [Mon, 24 Oct 2011 09:38:13 +0000 (18:38 +0900)]
Merge "Elm glayer: Fixed mouse_wheel direction for wheel zoom."

12 years agoMerge "Elm glayer: Added key grab for CTRL to finish zoom"
Jaehwan Kim [Mon, 24 Oct 2011 09:38:06 +0000 (18:38 +0900)]
Merge "Elm glayer: Added key grab for CTRL to finish zoom"

12 years agoMerge "Elm glayer: Added glayer values to elm config."
Jaehwan Kim [Mon, 24 Oct 2011 09:37:56 +0000 (18:37 +0900)]
Merge "Elm glayer: Added glayer values to elm config."

12 years agoMerge "Elm glayer: Changed some values from float to double."
Jaehwan Kim [Mon, 24 Oct 2011 09:37:48 +0000 (18:37 +0900)]
Merge "Elm glayer: Changed some values from float to double."

12 years agoupdate changelog
Hyoyoung Chang [Mon, 24 Oct 2011 09:35:48 +0000 (18:35 +0900)]
update changelog

12 years ago[elc_naviframe] : revert back code to fix gallery app issue.
Shilpa Singh [Mon, 24 Oct 2011 09:31:14 +0000 (18:31 +0900)]
[elc_naviframe] : revert back code to fix gallery app issue.

Change-Id: I1322fc6b0ec29ea5172fac39eeeb14eb0b8dbb4a

12 years agoElm glayer: Fixed condition based on uninit value error.
tasn [Tue, 18 Oct 2011 08:58:33 +0000 (08:58 +0000)]
Elm glayer: Fixed condition based on uninit value error.

Init structure fields (pe event) to 0.
Spank spank, you can't assume the passed pointer event is initialized.

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

12 years agoElm Glayer: Fixed code to match convention
tasn [Mon, 17 Oct 2011 08:12:52 +0000 (08:12 +0000)]
Elm Glayer: Fixed code to match convention

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64129 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm Glayer: Fixed call of long tap reset in case reset occurs before 1st input event
tasn [Mon, 17 Oct 2011 08:12:49 +0000 (08:12 +0000)]
Elm Glayer: Fixed call of long tap reset in case reset occurs before 1st input event

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64128 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm Glayer: Fixed all tap, long tap, gestures bugs
tasn [Mon, 17 Oct 2011 08:12:45 +0000 (08:12 +0000)]
Elm Glayer: Fixed all tap, long tap, gestures bugs

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64127 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm Glayer: Added single tap/double click support.
tasn [Mon, 10 Oct 2011 15:47:40 +0000 (15:47 +0000)]
Elm Glayer: Added single tap/double click support.

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63961 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm Glayer: Fixed many glayer issues.
tasn [Mon, 10 Oct 2011 15:47:34 +0000 (15:47 +0000)]
Elm Glayer: Fixed many glayer issues.

zoom, rotate - Fixed continues gesture mode issues.
momentum - Fixed un relayable values returned for this gestures.
line - Fixed line continues mode issues.

Thank to Enumi Lee for reporting.

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63960 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm_glayer: Reset ZOOM, ROTATE to function as before continues.
tasn [Thu, 8 Sep 2011 10:10:41 +0000 (10:10 +0000)]
Elm_glayer: Reset ZOOM, ROTATE to function as before continues.

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

12 years agoElm glayer: Cleaned elm_gesture_layer.c.
tasn [Thu, 8 Sep 2011 10:10:30 +0000 (10:10 +0000)]
Elm glayer: Cleaned elm_gesture_layer.c.

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63286 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm glayer: Added Continues-gesture-feature of Line, Flick, Zoom, Rotate.
tasn [Thu, 8 Sep 2011 10:10:27 +0000 (10:10 +0000)]
Elm glayer: Added Continues-gesture-feature of Line, Flick, Zoom, Rotate.

TODO: Clean code (added this version to have easy way of review), and maybe add pref-var of enabling disabline continues gestures

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63285 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoalloc checks wooooooooooooo
discomfitor [Fri, 5 Aug 2011 23:13:16 +0000 (23:13 +0000)]
alloc checks wooooooooooooo

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

12 years agoPOINTER ARITHMETIC WITH VOID* IS BAD.
discomfitor [Thu, 28 Jul 2011 08:36:55 +0000 (08:36 +0000)]
POINTER ARITHMETIC WITH VOID* IS BAD.

use intptr_t. also fixes a bunch of compile warns for x86_64

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

12 years agoElm glayer: Fixed mouse_wheel direction for wheel zoom.
tasn [Sun, 24 Jul 2011 11:44:42 +0000 (11:44 +0000)]
Elm glayer: Fixed mouse_wheel direction for wheel zoom.

Wheel up should be zoom in, not out.

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

12 years agoElm glayer: Added key grab for CTRL to finish zoom
tasn [Mon, 18 Jul 2011 11:25:54 +0000 (11:25 +0000)]
Elm glayer: Added key grab for CTRL to finish zoom

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61478 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm glayer: Added glayer values to elm config.
tasn [Mon, 18 Jul 2011 06:24:34 +0000 (06:24 +0000)]
Elm glayer: Added glayer values to elm config.

Added tolerance related values.

Patch by Aharon Hillel.

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

12 years agoElm glayer: Changed some values from float to double.
tasn [Mon, 18 Jul 2011 06:24:29 +0000 (06:24 +0000)]
Elm glayer: Changed some values from float to double.

Patch by Aharon Hillel.

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

12 years agoMerge "[elm_multibuttonentry]Keep the selected item after mbe is unfocused Change...
Goun Lee [Mon, 24 Oct 2011 07:05:31 +0000 (16:05 +0900)]
Merge "[elm_multibuttonentry]Keep the selected item after mbe is unfocused Change-Id: Id8caec7bfe3707cc3b23f30b902c970e52a74988"

12 years agoupdate changelog
Hyoyoung Chang [Fri, 21 Oct 2011 12:01:47 +0000 (21:01 +0900)]
update changelog

12 years ago[promote API modified to have push animation and on pop item is
Shilpa Singh [Fri, 21 Oct 2011 02:05:02 +0000 (11:05 +0900)]
[promote API modified to have push animation and on pop item is
unlinked first]
[elc_naviframe]: 1. item_promote API added 2. Issue fix when app calls
top get immediately after calling pop, top get returns currently
popping item instead of prev item.

Change-Id: Id85722b5a9dbfca88cc3cb97b917a06ca7f1ccb4

12 years ago[entry] fixed bug in getting magnifier size (CQ id: H0100135517)
Myungjae Lee [Fri, 21 Oct 2011 07:52:38 +0000 (16:52 +0900)]
[entry] fixed bug in getting magnifier size (CQ id: H0100135517)

12 years agoMerge "[entry] modify content, text set for entry edc"
Hyoyoung Chang [Fri, 21 Oct 2011 07:45:29 +0000 (16:45 +0900)]
Merge "[entry] modify content, text set for entry edc"

12 years ago[entry] modify content, text set for entry edc
Hyoyoung Chang [Fri, 21 Oct 2011 07:33:49 +0000 (16:33 +0900)]
[entry] modify content, text set for entry edc

12 years agoMerge "[scroller] change bottom bounce time <CQ : H0100135349>"
Jaehwan Kim [Thu, 20 Oct 2011 10:56:34 +0000 (19:56 +0900)]
Merge "[scroller] change bottom bounce time <CQ : H0100135349>"

12 years agoMerge "remove build warning"
Jihoon Kim [Thu, 20 Oct 2011 08:34:00 +0000 (17:34 +0900)]
Merge "remove build warning"

12 years ago[scroller] change bottom bounce time <CQ : H0100135349>
Jaehwan Kim [Thu, 20 Oct 2011 08:26:22 +0000 (17:26 +0900)]
[scroller] change bottom bounce time <CQ : H0100135349>

Change-Id: Ia315caaf9d63824326a3c867f1b6adec44fc6d84

12 years agoMerge "naviframe -"
ChunEon Park [Thu, 20 Oct 2011 08:25:02 +0000 (17:25 +0900)]
Merge "naviframe -"

12 years agoMerge "[elm_colorselector]: color selector made properly themable and default edc...
Shilpa Singh [Thu, 20 Oct 2011 08:15:20 +0000 (17:15 +0900)]
Merge "[elm_colorselector]: color selector made properly themable and default edc modified accordingly."