framework/uifw/elementary.git
12 years agoelementary - Added 1 more API elm_object_item_del_cb_set()
hermet [Mon, 2 Jan 2012 11:46:32 +0000 (11:46 +0000)]
elementary - Added 1 more API elm_object_item_del_cb_set()

   also deprecated below APIs

   elm_hoversel_item_del_cb_set()
   elm_diskselector_item_del_cb_set()
   elm_toolbar_item_del_cb_set()
   elm_index_item_del_cb_set()
   elm_menu_item_del_cb_set()

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66748 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/multibuttonentry - missing deprecated ones
hermet [Mon, 2 Jan 2012 11:44:40 +0000 (11:44 +0000)]
elementary/multibuttonentry - missing deprecated ones

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66747 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agomatch the const changes to edje in elm entry. leaks waiting to happen
raster [Mon, 2 Jan 2012 11:43:25 +0000 (11:43 +0000)]
match the const changes to edje in elm entry. leaks waiting to happen
in apps!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66746 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoundeprecate elm_entry_entry_set/get
raster [Mon, 2 Jan 2012 11:17:29 +0000 (11:17 +0000)]
undeprecate elm_entry_entry_set/get

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66743 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agouse proper intptr type when casting for callbacks so we don't break on 64bit
discomfitor [Mon, 2 Jan 2012 11:10:25 +0000 (11:10 +0000)]
use proper intptr type when casting for callbacks so we don't break on 64bit

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66742 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoput quick info statement at top of elm header
raster [Mon, 2 Jan 2012 11:06:32 +0000 (11:06 +0000)]
put quick info statement at top of elm header

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66741 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
discomfitor [Mon, 2 Jan 2012 11:04:40 +0000 (11:04 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_cnp_helper - bugfix that dnd won't start
Date: Mon, 2 Jan 2012 16:52:05 +0900

Dear all.

elementary supports ecore_x dnd feature.
But currently eocre_x_dnd_aware_set isn't set by default
Its patch fixes this bug.

Thank you

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66740 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/multibuttonentry - deprecated APIs. Now, let's use elm_common APIs.
hermet [Mon, 2 Jan 2012 10:40:17 +0000 (10:40 +0000)]
elementary/multibuttonentry - deprecated APIs. Now, let's use elm_common APIs.

elm_multibuttonentry_label_set()
elm_multibuttonentry_label_get()
elm_multibuttonentry_item_label_set()
elm_multibuttonentry_item_label_get()

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66739 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/multibuttonentry - Elm_Multibuttonentry_Item -> Elm_Object_Item
hermet [Mon, 2 Jan 2012 10:10:23 +0000 (10:10 +0000)]
elementary/multibuttonentry - Elm_Multibuttonentry_Item -> Elm_Object_Item

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66737 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/multibuttonentry - refactoring.
hermet [Mon, 2 Jan 2012 09:03:02 +0000 (09:03 +0000)]
elementary/multibuttonentry - refactoring.

removed unnecessary lines and made more proper as a elm_widget_item type.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66736 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementry/multibuttonentry - need to use ELM_WIDGET_ITEM internally.
hermet [Mon, 2 Jan 2012 09:00:33 +0000 (09:00 +0000)]
elementry/multibuttonentry - need to use ELM_WIDGET_ITEM internally.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66735 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/multibuttonentry - oops. i removed history. reverted!
hermet [Mon, 2 Jan 2012 08:58:55 +0000 (08:58 +0000)]
elementary/multibuttonentry - oops. i removed history. reverted!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66734 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/elm_slider : Changed codes for not using feed events. This
woohyun [Mon, 2 Jan 2012 08:56:19 +0000 (08:56 +0000)]
elementary/elm_slider : Changed codes for not using feed events. This
codes are for the feature that "mouse down on slider bar" -> "button move to
the down position" -> "button will be dragged by mouse move".

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66733 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementry/multibuttonentry - need to use ELM_WIDGET_ITEM internally.
hermet [Mon, 2 Jan 2012 08:29:59 +0000 (08:29 +0000)]
elementry/multibuttonentry - need to use ELM_WIDGET_ITEM internally.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66732 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/segment_control - deprecates 2 APIs and supports elm_object_common APIs.
hermet [Mon, 2 Jan 2012 06:54:18 +0000 (06:54 +0000)]
elementary/segment_control - deprecates 2 APIs and supports elm_object_common APIs.

*deprecated
elm_segment_control_item_label_set
elm_segment_control_item_icon_set

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66731 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/segment_control - Elm_Segment_Item -> Elm_Object_Item
hermet [Mon, 2 Jan 2012 06:01:24 +0000 (06:01 +0000)]
elementary/segment_control - Elm_Segment_Item -> Elm_Object_Item

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66730 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm Glayer: Fixed momentum values This fix was required when combining rotate and...
tasn [Sun, 1 Jan 2012 12:30:49 +0000 (12:30 +0000)]
Elm Glayer: Fixed momentum values This fix was required when combining rotate and momentum gestures.

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

12 years agoElm test glayer: Added momentum support on x,y axis
tasn [Sun, 1 Jan 2012 12:30:46 +0000 (12:30 +0000)]
Elm test glayer: Added momentum support on x,y axis

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

12 years agoElm entry: Fix segfault when selection is NULL.
tasn [Sun, 1 Jan 2012 12:22:16 +0000 (12:22 +0000)]
Elm entry: Fix segfault when selection is NULL.

Patch by Jihoon Kim, adjusted a bit.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66714 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/diskselector - deprecated APIs. Now let's use elm_object_item APIs
hermet [Fri, 30 Dec 2011 10:53:37 +0000 (10:53 +0000)]
elementary/diskselector - deprecated APIs. Now let's use elm_object_item APIs

elm_diskselector_item_label_set()
elm_diskselector_item_label_get()
elm_diskselector_item_icon_set()
elm_diskselector_item_icon_get()
elm_diskselector_item_data_get()

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66685 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agomake xxx notes
raster [Fri, 30 Dec 2011 10:22:56 +0000 (10:22 +0000)]
make xxx notes

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66684 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agooops - forgot to add elm_deprecated_before.h to makefile.am
raster [Fri, 30 Dec 2011 10:14:42 +0000 (10:14 +0000)]
oops - forgot to add elm_deprecated_before.h to makefile.am

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66683 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoXXX note for deprecation
raster [Fri, 30 Dec 2011 10:06:09 +0000 (10:06 +0000)]
XXX note for deprecation

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66682 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agostop using deprecated calls.
raster [Fri, 30 Dec 2011 10:02:19 +0000 (10:02 +0000)]
stop using deprecated calls.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66681 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoremove eina_pure and eina_nonnull because really.. they screw up
raster [Fri, 30 Dec 2011 09:48:46 +0000 (09:48 +0000)]
remove eina_pure and eina_nonnull because really.. they screw up
auto-formatting scripts and i just spent a long time fixing the
results of one. the actual value of these macros is minimal at best

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66680 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agomove lots of deprecated stuff into deprecated files. need 2 right now.
raster [Fri, 30 Dec 2011 09:41:11 +0000 (09:41 +0000)]
move lots of deprecated stuff into deprecated files. need 2 right now.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66679 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/diskselector - updated example
hermet [Fri, 30 Dec 2011 09:03:26 +0000 (09:03 +0000)]
elementary/diskselector - updated example

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66677 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary - updated po
hermet [Fri, 30 Dec 2011 08:57:12 +0000 (08:57 +0000)]
elementary - updated po

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66676 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/index - i'm gonna crazy...
hermet [Fri, 30 Dec 2011 08:48:45 +0000 (08:48 +0000)]
elementary/index - i'm gonna crazy...

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66675 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/index - updated doc.
hermet [Fri, 30 Dec 2011 08:47:02 +0000 (08:47 +0000)]
elementary/index - updated doc.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66674 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/index - deprecated apis.
hermet [Fri, 30 Dec 2011 08:46:33 +0000 (08:46 +0000)]
elementary/index - deprecated apis.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66673 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agomore doc fixes.
raster [Fri, 30 Dec 2011 08:37:54 +0000 (08:37 +0000)]
more doc fixes.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66672 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/diskselector - Elm_Diskselector_Item -> Elm_Object_Item
hermet [Fri, 30 Dec 2011 08:33:50 +0000 (08:33 +0000)]
elementary/diskselector - Elm_Diskselector_Item -> Elm_Object_Item

Suddently splitted header files. :(

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66671 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix more doc warnings.
raster [Fri, 30 Dec 2011 08:23:04 +0000 (08:23 +0000)]
fix more doc warnings.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66670 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoclean up lots of doxygen complaints - bad docs.
raster [Fri, 30 Dec 2011 07:41:47 +0000 (07:41 +0000)]
clean up lots of doxygen complaints - bad docs.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66669 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agodoc warning fix.
raster [Fri, 30 Dec 2011 07:23:52 +0000 (07:23 +0000)]
doc warning fix.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66668 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofomatting of headers -> fixup. and documentation fixing.
raster [Fri, 30 Dec 2011 07:20:48 +0000 (07:20 +0000)]
fomatting of headers -> fixup. and documentation fixing.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66667 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agosplit up all elm headers. not perfect, but a big start
raster [Fri, 30 Dec 2011 06:49:28 +0000 (06:49 +0000)]
split up all elm headers. not perfect, but a big start

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66662 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/index - deprecated APIs
hermet [Fri, 30 Dec 2011 05:12:54 +0000 (05:12 +0000)]
elementary/index - deprecated APIs

elm_index_item_data_set()
elm_index_item_data_get()

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66661 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/index - Elm_Index_Item -> Elm_Object_Item
hermet [Fri, 30 Dec 2011 04:57:28 +0000 (04:57 +0000)]
elementary/index - Elm_Index_Item -> Elm_Object_Item

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66659 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Bluezery <ohpowel@gmail.com>
raster [Fri, 30 Dec 2011 02:57:17 +0000 (02:57 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Smooth stepping of wheel & pinch
gesture

When elm_map doing zooming by using wheel gesture, scroller is resized
if it exceeds certain limit.
But current limit value is 2.0 & 1.0, actually those should be below
2.0 and above 1.0.
The reason is that resizing means exactly 2.0 or 1.0. So if it is
above 1.99x,  it can be 2.0 and can be resized.
In addition, pinch.level & pinch.diff values should not be 1.0 or 2.0
for more accuracy. It should be half of previous pinch level or two
times of that.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66658 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoif you're going to deprecate an api, at least copy its attributes to the new one.
discomfitor [Thu, 29 Dec 2011 23:09:41 +0000 (23:09 +0000)]
if you're going to deprecate an api, at least copy its attributes to the new one.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66648 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoummm not sure how I did this
discomfitor [Thu, 29 Dec 2011 23:09:00 +0000 (23:09 +0000)]
ummm not sure how I did this

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66647 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd items_count for toolbar to bypase O(N) counting on an inlist
discomfitor [Thu, 29 Dec 2011 23:05:26 +0000 (23:05 +0000)]
add items_count for toolbar to bypase O(N) counting on an inlist

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66646 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoremove_list(); append(); - > demote()
discomfitor [Thu, 29 Dec 2011 22:39:47 +0000 (22:39 +0000)]
remove_list(); append(); - > demote()

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66645 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoXXX notes on api.
raster [Thu, 29 Dec 2011 13:05:45 +0000 (13:05 +0000)]
XXX notes on api.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66633 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/slider - prevent infinite loop.
hermet [Thu, 29 Dec 2011 12:34:04 +0000 (12:34 +0000)]
elementary/slider - prevent infinite loop.

It looks no need to call the mouse feed events.
Someone needs to tell the reason.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66630 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
discomfitor [Thu, 29 Dec 2011 12:03:42 +0000 (12:03 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] add copy&paste example to elementary_test
Date: Thu, 29 Dec 2011 18:08:48 +0900

Dear all,

It's a patch to add copy&paste example to elm test in misc section.
In this time, it contains only simple copying and paste, but i'll more extend.

Thank you

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66629 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/scroller - unsigned char -> Eina_Bool
hermet [Thu, 29 Dec 2011 11:53:28 +0000 (11:53 +0000)]
elementary/scroller - unsigned char -> Eina_Bool

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66628 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix errant linebreak in comment
raster [Thu, 29 Dec 2011 11:51:59 +0000 (11:51 +0000)]
fix errant linebreak in comment

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66627 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary: reorder ethumb callback parameters.
cedric [Wed, 28 Dec 2011 16:27:45 +0000 (16:27 +0000)]
elementary: reorder ethumb callback parameters.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66609 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary: don't crash when argv is NULL.
cedric [Wed, 28 Dec 2011 15:19:31 +0000 (15:19 +0000)]
elementary: don't crash when argv is NULL.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66604 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoDon't override standard variables, it looks weird. In turn, fix building with automak...
sachiel [Wed, 28 Dec 2011 14:13:30 +0000 (14:13 +0000)]
Don't override standard variables, it looks weird. In turn, fix building with automake 1.11.2

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66599 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
discomfitor [Wed, 28 Dec 2011 12:54:59 +0000 (12:54 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_cnp_helper - code clean up
Date: Wed, 28 Dec 2011 19:29:39 +0900

Dear all,

it's a small patch which removes some needless compare and cleans up
code in elm_cnp_helper.

Thank you.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66598 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd recursie object find function - it will only look at elm children
raster [Wed, 28 Dec 2011 06:01:31 +0000 (06:01 +0000)]
add recursie object find function - it will only look at elm children
not go into edje objects et.c and hunt their children too. should be
more efficient than evas's recursive name finder.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66591 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd func for recursively finding named widgets.
raster [Wed, 28 Dec 2011 05:51:10 +0000 (05:51 +0000)]
add func for recursively finding named widgets.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66589 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelc_ctxpopuop uses an lm_scroller not els_smart_scroller - so its push
raster [Wed, 28 Dec 2011 05:49:41 +0000 (05:49 +0000)]
elc_ctxpopuop uses an lm_scroller not els_smart_scroller - so its push
and pop of freeze...! :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66588 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: PRINCE KUMAR DUBEY <prince.dubey@samsung.com>
raster [Wed, 28 Dec 2011 04:24:06 +0000 (04:24 +0000)]
From: PRINCE KUMAR DUBEY <prince.dubey@samsung.com>
Subject: [E-devel]  [Patch] elm_conform patch

Change Description:
  When no geometry information of ind/sft/kbd, resetting the geometry.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66586 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Bluezery <ohpowel@gmail.com>
raster [Wed, 28 Dec 2011 04:18:59 +0000 (04:18 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Pause progressbar animator when
map is paused

When map is paused by using elm_map_paused_set(), all existing
animations is stopped.
(ref:
http://docs.enlightenment.org/auto/elementary/group__Map.html#ga6ab43ef6429140f8cccbd3669c5ed52e)
But progress bar can be still running before all download requests are
completed. It is equal to user expectations.

I have fixed this.
if paused is TRUE, stop progress bar.
If paused is FALSE, start progress bar if download requests are
remained.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66585 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/ctxpopup
hermet [Wed, 28 Dec 2011 04:17:33 +0000 (04:17 +0000)]
elementary/ctxpopup

The ctxpopup had used elm_ojbect_scroll_freeze_push(), pop() for the
scroll-freeze-on,of callback.
If user calls elm_object_scroll_freeze_pop() only after
elm_ojbect_scroll_freeze_push(), then it will be fine.
But sometimes user calls elm_object_scroll_freeze_pop() two times in a
row.. Then you can find there is infinite loop in following..

Signed-Off-By: cnook <kimcinoo@gmail.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66584 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary : Modified entry.edc for preediting feature.
woohyun [Wed, 28 Dec 2011 04:02:10 +0000 (04:02 +0000)]
elementary : Modified entry.edc for preediting feature.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66583 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
discomfitor [Tue, 27 Dec 2011 11:24:13 +0000 (11:24 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_cnp_helper - change elm_cnp_selection_set and code cleanup
Date: Tue, 27 Dec 2011 20:15:14 +0900

Dear all.

As discomfitor suggested, I cleanup some codes.
elm_cnp_selection_set : add buffer length argument and check for image type.
(i think it's urgent issue before elm_cnp_selection_set api is widely used.)
enum defines : add 'type' prefix.

Thanks

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66566 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/map - a trivial change.
hermet [Tue, 27 Dec 2011 05:43:04 +0000 (05:43 +0000)]
elementary/map - a trivial change.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66560 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary: Fix a warning
mike_m [Mon, 26 Dec 2011 20:55:49 +0000 (20:55 +0000)]
elementary: Fix a warning

test_ctxpopup.c: In function `_btn_clicked':
test_ctxpopup.c:41:20: warning: unused parameter `data'

Signed-off-by: Mike McCormack <mikem@ring3k.org>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66533 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary: fix infinite recursive call in elm_slider.
cedric [Mon, 26 Dec 2011 15:01:51 +0000 (15:01 +0000)]
elementary: fix infinite recursive call in elm_slider.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66531 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary: add elm_genlist_item_index_get.
cedric [Mon, 26 Dec 2011 14:30:21 +0000 (14:30 +0000)]
elementary: add elm_genlist_item_index_get.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66530 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/map
hermet [Mon, 26 Dec 2011 11:03:18 +0000 (11:03 +0000)]
elementary/map

Dear all,

I have found a bug that calculation fails when view port size is
bigger than map size.
For example, if map size is 256x256 but view port size is 798x798
(when zoom level is a 1), center longitude & latitude is out bound
from normal longitude & latitude.
I have fixed it.
Please review this patch.

Signed-Off-By: Bluezery <ohpowel@gmaill.com>
Signed-Off-By: ChunEon Park <hermet@hermet.pe.kr>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66526 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/naviframe - prevent accessing a null pointer
hermet [Mon, 26 Dec 2011 08:03:30 +0000 (08:03 +0000)]
elementary/naviframe - prevent accessing a null pointer

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66525 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: chanwook jung <jchanwook@gmail.com>
raster [Mon, 26 Dec 2011 05:32:40 +0000 (05:32 +0000)]
From: chanwook jung <jchanwook@gmail.com>
Subject: [E-devel] [Patch] [genlist] modified _item_block_unrealize
postion in calc_job

Previously, group item did not unrealized at rotate.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66510 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm genlist: Fixed function declaration formatting.
seoz [Mon, 26 Dec 2011 05:15:21 +0000 (05:15 +0000)]
elm genlist: Fixed function declaration formatting.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66509 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/ctxpopup - removed restack test.
hermet [Mon, 26 Dec 2011 04:10:46 +0000 (04:10 +0000)]
elementary/ctxpopup - removed restack test.

need more proper test.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66506 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
raster [Mon, 26 Dec 2011 04:08:45 +0000 (04:08 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_cnp_helper - make some cnp apis as
public EAPI

As I suggested, I made a patch for some cnp apis.
I think copying and pasting APIs are pretty mature to be public
Those are elm_selection_set, elm_selection_clear, elm_selection_get.
And adding cnp prefix for distinction from word, or char selections.

elm_selection_set    --> elm_cnp_selection_set
elm_selection_clear --> elm_cnp_selection_clear
elm_selection_get    --> elm_cnp_selection_get

And drag and drop APIs should be remained as private.
It has many flaws.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66505 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
raster [Mon, 26 Dec 2011 04:01:31 +0000 (04:01 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elc_multibuttonentry - clean unused vars

I just clean unused vars of elc_multibuttonentry.
It made that gcc complains :P

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66504 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Bluezery <ohpowel@gmail.com>
raster [Mon, 26 Dec 2011 03:50:33 +0000 (03:50 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel]  [Patch][elm_map] Fix mouse down event propagation

It's simple bug fix for propagate mouse down event via long press
event properly.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66503 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm toolbar: call the correct function to set a item del callback
fidencio [Sun, 25 Dec 2011 02:36:00 +0000 (02:36 +0000)]
elm toolbar: call the correct function to set a item del callback

    We don't want a recursive loop, eh?
    And Merry X-Mas to all!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66494 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm test_ctxpopup.c: Fixed build warning. Added __UNUSED__ for unused parameter.
seoz [Sat, 24 Dec 2011 04:20:26 +0000 (04:20 +0000)]
elm test_ctxpopup.c: Fixed build warning. Added __UNUSED__ for unused parameter.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66490 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm po: Updated po.
seoz [Sat, 24 Dec 2011 04:20:22 +0000 (04:20 +0000)]
elm po: Updated po.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66489 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm genlist: Fixed genlist auto scroll bug. Patch by Chanwook Jung <joey.jung@samsung...
seoz [Sat, 24 Dec 2011 04:20:18 +0000 (04:20 +0000)]
elm genlist: Fixed genlist auto scroll bug. Patch by Chanwook Jung <joey.jung@samsung.com>

2011/12/23 Chan-Wook Jung <joey.jung@samsung.com>:
>
> I attached 2nd patch. There are some changes about auto scroll.
> In previous version did not support various bring_in mode in calc_job. So I added scrollto_type value.
> I changed the code to fix this promblem,
> If the bring_in item is in the queue and did not changed pan size, Bring_in function is not working properly.
> When using expandable list, If the last item is in the screen, The last item is located at the bottom and
> If the last item is out of the screen, the expanded_item is located at the top.
>
> Thanks
> Chanwook Jung

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66488 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm genlist: Fixed indentation.
seoz [Fri, 23 Dec 2011 06:54:47 +0000 (06:54 +0000)]
elm genlist: Fixed indentation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66472 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm gengrid: Fixed crashed on Enter event with no selected item. Patch by
seoz [Fri, 23 Dec 2011 06:52:05 +0000 (06:52 +0000)]
elm gengrid: Fixed crashed on Enter event with no selected item. Patch by
Jeonghyun Yoon <jh0506.yun@samsung.com>

2011/12/23 윤정현 <jh0506.yun@samsung.com>:
> Dear All.
>
> I found a bug in elm_gengrid.c
>
> Gengrid will be crashed if input “Enter” key when selected is null.
>
> I fixed code, please review this small patch.
>
> Thanks.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66471 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
raster [Thu, 22 Dec 2011 07:56:01 +0000 (07:56 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elc_multibuttonentry - delayed reset string

I was sent email about elc_multibuttonentry's bug. It reviewed by seoz.
And he found some path can make segfault.
So I changed reset string position in the widget.

I patched resetting internal entry's position, before that some label
are broken by too early resetting.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66461 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agooops - unpatch - wrong attribution!
raster [Thu, 22 Dec 2011 07:55:35 +0000 (07:55 +0000)]
oops - unpatch - wrong attribution!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66460 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Bluezery <ohpowel@gmail.com>
raster [Thu, 22 Dec 2011 07:54:59 +0000 (07:54 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel]  [Patch][elm_map] Mouse wheel bug fix

There is mouse wheel bug. Actually I have made it in previous patch :p

When using mouse wheel, tile size was changed between 0.5 ~ 2.0 before
zoom level is changed. But actually it should be changed between
1.0 ~ 2.0. I have fixed it. If tile size is below 1.0,  it does zoom-out.
And if tile size is above 2.0, it does zoom-in.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66459 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Bluezery <ohpowel@gmail.com>
raster [Thu, 22 Dec 2011 07:48:51 +0000 (07:48 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel]  [Patch][elm_map] Mouse wheel bug fix

There is mouse wheel bug. Actually I have made it in previous patch :p

When using mouse wheel, tile size was changed between 0.5 ~ 2.0 before
zoom level is changed. But actually it should be changed between
1.0 ~ 2.0. I have fixed it. If tile size is below 1.0,  it does zoom-out.
And if tile size is above 2.0, it does zoom-in.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66458 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm glayer: Changed config to enable zoom/rotate finger by default.
tasn [Wed, 21 Dec 2011 08:48:29 +0000 (08:48 +0000)]
Elm glayer: Changed config to enable zoom/rotate finger by default.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66433 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm Glayer: Changed start-time of zoom-momentum
tasn [Wed, 21 Dec 2011 08:48:25 +0000 (08:48 +0000)]
Elm Glayer: Changed start-time of zoom-momentum

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

12 years agoElm glayer: fixed zoom momentum in glayer momentum test.
tasn [Wed, 21 Dec 2011 08:48:22 +0000 (08:48 +0000)]
Elm glayer: fixed zoom momentum in glayer momentum test.

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

12 years agoGLayer: Updated test to work with new momentum values
tasn [Wed, 21 Dec 2011 08:48:19 +0000 (08:48 +0000)]
GLayer: Updated test to work with new momentum values

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

12 years agoGLayer: Updated zoom-momentum,needs further testing
tasn [Wed, 21 Dec 2011 08:48:16 +0000 (08:48 +0000)]
GLayer: Updated zoom-momentum,needs further testing

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

12 years agoglayer: Updated DOC about angle comp-change
tasn [Wed, 21 Dec 2011 08:48:12 +0000 (08:48 +0000)]
glayer: Updated DOC about angle comp-change

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

12 years agoglayer: Fixed angle computation 1. Angles now are given in DEG, not RAD 2. ZERO angle...
tasn [Wed, 21 Dec 2011 08:48:08 +0000 (08:48 +0000)]
glayer: Fixed angle computation 1. Angles now are given in DEG, not RAD 2. ZERO angle at 12-oclock, growing clockwise. 3. TODO: Fixe rotation Momentum computation.

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

12 years agoElementary: fixed momentum value for zoom test.
tasn [Wed, 21 Dec 2011 08:48:03 +0000 (08:48 +0000)]
Elementary: fixed momentum value for zoom test.

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

12 years agoElm glayer: Added momentum computation in zoom-wheel
tasn [Wed, 21 Dec 2011 08:48:00 +0000 (08:48 +0000)]
Elm glayer: Added momentum computation in zoom-wheel

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

12 years agoelementary: Added gesture Layer Momentum test (test_gesture_layer3)
tasn [Wed, 21 Dec 2011 08:47:56 +0000 (08:47 +0000)]
elementary: Added gesture Layer Momentum test (test_gesture_layer3)

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

12 years agoElm Glayer: Fixed Momentum gesture compuation
tasn [Wed, 21 Dec 2011 08:47:53 +0000 (08:47 +0000)]
Elm Glayer: Fixed Momentum gesture compuation

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

12 years agoElm glayer: Updated rotation momentum computation - not final version
tasn [Wed, 21 Dec 2011 08:47:50 +0000 (08:47 +0000)]
Elm glayer: Updated rotation momentum computation - not final version

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

12 years agoElm glayer: Added support for rotation-momentum (first version)
tasn [Wed, 21 Dec 2011 08:47:47 +0000 (08:47 +0000)]
Elm glayer: Added support for rotation-momentum (first version)

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

12 years agoAdded support for zoom-momentum (first version)
tasn [Wed, 21 Dec 2011 08:47:44 +0000 (08:47 +0000)]
Added support for zoom-momentum (first version)

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

12 years agoFrom: cnook <kimcinoo@gmail.com>
raster [Wed, 21 Dec 2011 06:35:22 +0000 (06:35 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch] elc_ctxpopup, add restacking feature

I have attached two files, one is the patch(*.diff) for adding
restacking feature to the ctxpopup.
The other is test example(*.TEST_EXAMPLE). You can test on the
elementary_test > ctxpopup > "Ctxpopup with user content"
And click the button which is labeled "Enlightenment". Then label will
overlap the ctxpopup.. The ctxpopup will raise in a little time.
Please review the patch and if there is no problem, please throw the
test example away! :-)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66415 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Bluezery <ohpowel@gmail.com>
raster [Wed, 21 Dec 2011 06:12:08 +0000 (06:12 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Apply elm gesture

elm_map implement pinch gesture by using evas mouse event. But it made
codes too complicated and dirty.
So I have changed pinch gesture by using elm_gesture. wheel zooming is
also improved somewhat.
From now on, configuration change related elm_gesture easily applied
to elm_map and we can see more smooth zooming :D

Anyway, els_scroller have bugs when the scrolling event & the resize
event occurs at the same time.
So, some dirty codes are added for preventing jumping to strange positions.
Later it will be removed when the bugs are fixed.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66413 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33