framework/uifw/elementary.git
12 years agoupdating portuguese translations
maxerba [Thu, 17 Nov 2011 16:18:26 +0000 (16:18 +0000)]
updating portuguese translations

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

12 years agoelementary/ctxpopup, flipselector - applied elm_object_item common apis.
hermet [Thu, 17 Nov 2011 02:16:38 +0000 (02:16 +0000)]
elementary/ctxpopup, flipselector - applied elm_object_item common apis.

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

12 years agoelementray - +2 APIs
hermet [Thu, 17 Nov 2011 01:58:03 +0000 (01:58 +0000)]
elementray - +2 APIs

elm_object_item_disabled_set/get

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

12 years agoelemlentary - minor changes.
hermet [Thu, 17 Nov 2011 00:42:14 +0000 (00:42 +0000)]
elemlentary - minor changes.

guarantee the compatibility for priveous content_set/get/unset changes.

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

12 years agoelm: elm_object_text_part_set/get() is deprecated
billiob [Wed, 16 Nov 2011 20:17:25 +0000 (20:17 +0000)]
elm: elm_object_text_part_set/get() is deprecated

use elm_object_part_text_set/get().
This change is done so that it matches
edje_object_part_text_set/get().

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

12 years agoelementary - modified content_set/get/unset part names to be simple names.
hermet [Wed, 16 Nov 2011 12:51:53 +0000 (12:51 +0000)]
elementary - modified content_set/get/unset part names to be simple names.

Previous part names are just the swallow part names
but in modified version, the part names chaned to simpler meaning names to use.

i.e for button

elm_object_content_part_set(button, "elm.swallow.icon", icon);
-> elm_object_content_part_set(button, "icon", icon);

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

12 years agoElm entry: Add a warning to the textblock_get docs.
tasn [Wed, 16 Nov 2011 09:09:32 +0000 (09:09 +0000)]
Elm entry: Add a warning to the textblock_get docs.

Thanks to Jihoon Kim for spotting this potential pitfall.

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

12 years agoFix GET_CHOICES macro
mike_m [Wed, 16 Nov 2011 06:19:00 +0000 (06:19 +0000)]
Fix GET_CHOICES macro

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

12 years agoelementary: Remove casts
mike_m [Wed, 16 Nov 2011 06:18:45 +0000 (06:18 +0000)]
elementary: Remove casts

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

12 years agoelementary/flipseletor - applied elm_object_item,
hermet [Wed, 16 Nov 2011 01:39:39 +0000 (01:39 +0000)]
elementary/flipseletor  - applied elm_object_item,

applied elm_object_item_text_set/get APIs and deprecated elm_flipselector_item_label/set/get APIs.

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

12 years agoadd proper docs for elm_gen callbacks. this fixes pespin's complaints
discomfitor [Tue, 15 Nov 2011 16:05:54 +0000 (16:05 +0000)]
add proper docs for elm_gen callbacks. this fixes pespin's complaints

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

12 years agofix distecheck
raster [Tue, 15 Nov 2011 12:24:51 +0000 (12:24 +0000)]
fix distecheck

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

12 years agofix errant word "either" in license.
raster [Tue, 15 Nov 2011 11:55:22 +0000 (11:55 +0000)]
fix errant word "either" in license.

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

12 years agofix docs to tell u what to change that has deprecated
raster [Tue, 15 Nov 2011 11:54:58 +0000 (11:54 +0000)]
fix docs to tell u what to change that has deprecated

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

12 years agoelementary/elm_entry : Text filter should consider some tags like
woohyun [Tue, 15 Nov 2011 08:26:02 +0000 (08:26 +0000)]
elementary/elm_entry : Text filter should consider some tags like
<br>. Now tag itself has its own size, then max size filter callback
will calculate that.

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

12 years agoadd more testing stuff for check
raster [Tue, 15 Nov 2011 03:15:29 +0000 (03:15 +0000)]
add more testing stuff for check

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

12 years agoelementary/pager - updated test case to prevent window size become 0 when pager has...
hermet [Tue, 15 Nov 2011 00:35:21 +0000 (00:35 +0000)]
elementary/pager - updated test case to prevent window size become 0 when pager has emtpy stack.

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

12 years agoelementary/pager - removed white spaces
hermet [Tue, 15 Nov 2011 00:30:33 +0000 (00:30 +0000)]
elementary/pager - removed white spaces

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

12 years agoElm entry: Expose the internal textblock object.
tasn [Mon, 14 Nov 2011 13:56:06 +0000 (13:56 +0000)]
Elm entry: Expose the internal textblock object.

This commit introduces two new API: elm_entry_textblock_get and
elm_entry_calc_force. These two APIs can be used to manipulate the
textblock object inside the entry in a safe manner. This exposes an
interface that wasn't available before letting do new and cool things
with entries.

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

12 years agoElm entry: Pass Elm_Entry_Change_Info with changed,user signal.
tasn [Mon, 14 Nov 2011 13:56:02 +0000 (13:56 +0000)]
Elm entry: Pass Elm_Entry_Change_Info with changed,user signal.

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

12 years agoElm entry: Call callbacks for undo/redo,request.
tasn [Mon, 14 Nov 2011 13:55:57 +0000 (13:55 +0000)]
Elm entry: Call callbacks for undo/redo,request.

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

12 years agoelementary/naviframe - to be processed the signals right away when the item push...
hermet [Mon, 14 Nov 2011 08:23:25 +0000 (08:23 +0000)]
elementary/naviframe - to be processed the signals right away when the item push and pop case.

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

12 years agoelementary/test_map.c - Those test code should not be committed.
hermet [Fri, 11 Nov 2011 16:47:05 +0000 (16:47 +0000)]
elementary/test_map.c  - Those test code should not be committed.

maybe raster you.

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

12 years agoelementary/map - patched by Bluezery(ohpowel@gmail.com)
hermet [Fri, 11 Nov 2011 16:29:15 +0000 (16:29 +0000)]
elementary/map - patched by Bluezery(ohpowel@gmail.com)

Hi,

There are bugs that map removes list elements when using
EINA_LIST_FOREACH or EINA_LIST_REVERSE_FOREACH.
We should use EINA_LIST_FOREACH_SAFE or EINA_LIST_REVERSE_FOREACH_SAFE
instead for above case.
Please review belows

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

12 years agoElm glayer: Set mimimun momentum for ABORT
tasn [Thu, 10 Nov 2011 16:06:09 +0000 (16:06 +0000)]
Elm glayer: Set mimimun momentum for ABORT

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

12 years agodisable evas gl based stuff in elm as its not going into efl 1.1
raster [Thu, 10 Nov 2011 06:04:30 +0000 (06:04 +0000)]
disable evas gl based stuff in elm as its not going into efl 1.1

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

12 years agoElm glayer: Changed Flick time limit default to 120 ms
tasn [Wed, 9 Nov 2011 15:10:13 +0000 (15:10 +0000)]
Elm glayer: Changed Flick time limit default to 120 ms

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

12 years agoElm glayer: Added illume gesture layer default
tasn [Wed, 9 Nov 2011 15:10:05 +0000 (15:10 +0000)]
Elm glayer: Added illume gesture layer default

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

12 years agoin wrong test category
raster [Wed, 9 Nov 2011 12:26:11 +0000 (12:26 +0000)]
in wrong test category

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

12 years agorearrange tests into categories using frames and buttons.
raster [Wed, 9 Nov 2011 12:06:12 +0000 (12:06 +0000)]
rearrange tests into categories using frames and buttons.

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

12 years agoElm glayer: Added "Gesture Layer 2" test.
tasn [Wed, 9 Nov 2011 10:46:04 +0000 (10:46 +0000)]
Elm glayer: Added "Gesture Layer 2" test.

This test tests all of the available gestures.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64980 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/elm_diskselector : Just freeing data in eina_list is not
woohyun [Wed, 9 Nov 2011 01:35:44 +0000 (01:35 +0000)]
elementary/elm_diskselector : Just freeing data in eina_list is not
enough. I think diskselector needs refactoring about freeing lists.
I'll check more.

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

12 years agoelementary/naviframe - never ending bug story
hermet [Tue, 8 Nov 2011 14:06:32 +0000 (14:06 +0000)]
elementary/naviframe - never ending bug story

should be set the style again even the given content is same there.

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

12 years agoupdating french and italian translations
maxerba [Tue, 8 Nov 2011 13:20:20 +0000 (13:20 +0000)]
updating french and italian translations

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

12 years agoElm glayer: Added doc to recent fix
tasn [Tue, 8 Nov 2011 13:09:18 +0000 (13:09 +0000)]
Elm glayer: Added doc to recent fix

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

12 years agoElm glayer: Fixed bug in non-continues mode.
tasn [Tue, 8 Nov 2011 13:09:14 +0000 (13:09 +0000)]
Elm glayer: Fixed bug in non-continues mode.

Line and Momentum START was effected by mouse-over fix.

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

12 years agoElm win: change resize object func to use the win obj geom.
tasn [Tue, 8 Nov 2011 13:09:11 +0000 (13:09 +0000)]
Elm win: change resize object func to use the win obj geom.

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

12 years agoelementary: Remove stray debugging code
mike_m [Tue, 8 Nov 2011 08:46:40 +0000 (08:46 +0000)]
elementary: Remove stray debugging code

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

12 years agoadd short opt for --test-win-only
raster [Tue, 8 Nov 2011 07:58:20 +0000 (07:58 +0000)]
add short opt for --test-win-only

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

12 years agoelementary/naviframe - removed white trailings
hermet [Tue, 8 Nov 2011 04:02:46 +0000 (04:02 +0000)]
elementary/naviframe - removed white trailings

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

12 years agoelementary/elm_colorselector : Button in elm_colorselector was
woohyun [Tue, 8 Nov 2011 02:49:57 +0000 (02:49 +0000)]
elementary/elm_colorselector : Button in elm_colorselector was
edjeobject, not elm_button. This patch will change all button
edje_objects to real elm_button. And long_press will be supported by
elm_button's autorepeat feature. (This patch was made by Shilpa. Thanks)

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

12 years agoelementary/naviframe - my fault. reverted r64927
hermet [Tue, 8 Nov 2011 02:49:05 +0000 (02:49 +0000)]
elementary/naviframe - my fault. reverted r64927

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

12 years agoelementary/naviframe - trivial changes
hermet [Tue, 8 Nov 2011 02:27:06 +0000 (02:27 +0000)]
elementary/naviframe - trivial changes

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

12 years agoelementary/bubble - applied missed content_set/get/unset APIs
hermet [Tue, 8 Nov 2011 01:05:01 +0000 (01:05 +0000)]
elementary/bubble - applied missed content_set/get/unset APIs

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

12 years agoelementary - updated po
hermet [Tue, 8 Nov 2011 01:02:39 +0000 (01:02 +0000)]
elementary - updated po

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

12 years agoelementary - +@deprecated
hermet [Tue, 8 Nov 2011 00:43:17 +0000 (00:43 +0000)]
elementary - +@deprecated

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

12 years agoElm glayer: Fixed bug of starting line,momentum with mouse-move
tasn [Mon, 7 Nov 2011 14:31:25 +0000 (14:31 +0000)]
Elm glayer: Fixed bug of starting line,momentum with mouse-move

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

12 years agoElm glayer: Fixed bug in N tap testing
tasn [Mon, 7 Nov 2011 14:31:20 +0000 (14:31 +0000)]
Elm glayer: Fixed bug in N tap testing

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

12 years agoelementary: kinetic is back in elm_gengrid.
cedric [Mon, 7 Nov 2011 11:26:09 +0000 (11:26 +0000)]
elementary: kinetic is back in elm_gengrid.

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

12 years agoelementary/naviframe - it refered an incorrect object to delete a callback fucntion
hermet [Mon, 7 Nov 2011 10:18:26 +0000 (10:18 +0000)]
elementary/naviframe - it refered an incorrect object to delete a callback fucntion

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

12 years agoElm glayer: Remove FIXME, it's already there.
tasn [Mon, 7 Nov 2011 08:12:02 +0000 (08:12 +0000)]
Elm glayer: Remove FIXME, it's already there.

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

12 years agoduplicate author! fix!
raster [Mon, 7 Nov 2011 05:39:42 +0000 (05:39 +0000)]
duplicate author! fix!

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

12 years agoadd new function to disable icon preloading
discomfitor [Mon, 7 Nov 2011 04:25:16 +0000 (04:25 +0000)]
add new function to disable icon preloading

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

12 years agoelm: add deprecated notices to doc
billiob [Sun, 6 Nov 2011 19:58:49 +0000 (19:58 +0000)]
elm: add deprecated notices to doc

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

12 years agoman I really suck today
discomfitor [Sun, 6 Nov 2011 16:19:25 +0000 (16:19 +0000)]
man I really suck today

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

12 years agoreturn the actual object
discomfitor [Sun, 6 Nov 2011 16:10:02 +0000 (16:10 +0000)]
return the actual object

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

12 years agoremove unused var
discomfitor [Sun, 6 Nov 2011 15:58:20 +0000 (15:58 +0000)]
remove unused var

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

12 years agoadd function to return image object for use with evas apis
discomfitor [Sun, 6 Nov 2011 15:56:31 +0000 (15:56 +0000)]
add function to return image object for use with evas apis

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

12 years agookay okay I'll even make sure it compiles
discomfitor [Sun, 6 Nov 2011 15:29:20 +0000 (15:29 +0000)]
okay okay I'll even make sure it compiles

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

12 years agoehhh maybe do this properly I guess
discomfitor [Sun, 6 Nov 2011 15:24:50 +0000 (15:24 +0000)]
ehhh maybe do this properly I guess

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

12 years agoproperly set content hooks in genlist/gengrid...
discomfitor [Sun, 6 Nov 2011 15:19:12 +0000 (15:19 +0000)]
properly set content hooks in genlist/gengrid...

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

12 years agoElm test: Use momentum gesture in glayer test.
tasn [Sun, 6 Nov 2011 09:22:50 +0000 (09:22 +0000)]
Elm test: Use momentum gesture in glayer test.

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

12 years agoElm test: Fixed gesture layer's test window size.
tasn [Sun, 6 Nov 2011 09:22:47 +0000 (09:22 +0000)]
Elm test: Fixed gesture layer's test window size.

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

12 years agoFrom: Bluezery <ohpowel@gmail.com>
raster [Sun, 6 Nov 2011 06:11:57 +0000 (06:11 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [elm_map] ecore_file_download_full() should be used
properly

elm_map only checked that returned job is NULL.
But ecore_file_download_full() returns EINA_FALSE when error occurred.
So return value should be checked for proper usage.
Please review this simple bug fix

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

12 years agoElementary: Add support for the PSL1GHT engine
kakaroto [Sat, 5 Nov 2011 17:50:09 +0000 (17:50 +0000)]
Elementary: Add support for the PSL1GHT engine

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

12 years agoElementary: Add opengl_cocoa engine to elementary_config
kakaroto [Sat, 5 Nov 2011 17:49:24 +0000 (17:49 +0000)]
Elementary: Add opengl_cocoa engine to elementary_config

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

12 years agoElementary: Add gl-cocoa engine to the documentation
kakaroto [Sat, 5 Nov 2011 17:49:17 +0000 (17:49 +0000)]
Elementary: Add gl-cocoa engine to the documentation

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

12 years agoElementary: Use eina_lock in elm_store
kakaroto [Sat, 5 Nov 2011 17:49:11 +0000 (17:49 +0000)]
Elementary: Use eina_lock in elm_store

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

12 years agoElementary: Make elm_module use eina_module instead of dl* directly
kakaroto [Sat, 5 Nov 2011 17:49:04 +0000 (17:49 +0000)]
Elementary: Make elm_module use eina_module instead of dl* directly

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

12 years agoelementary: correctly unref before clearing the list and prevent infinite loop.
cedric [Sat, 5 Nov 2011 17:01:55 +0000 (17:01 +0000)]
elementary: correctly unref before clearing the list and prevent infinite loop.

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

12 years agoInit state for inlist sorted insert with current items.
sachiel [Fri, 4 Nov 2011 20:34:41 +0000 (20:34 +0000)]
Init state for inlist sorted insert with current items.

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

12 years agoElm: AM_PROG_CC_STDC is deprecated
caro [Fri, 4 Nov 2011 20:31:44 +0000 (20:31 +0000)]
Elm: AM_PROG_CC_STDC is deprecated

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

12 years agoAdd deprecated API.
sanjeev [Fri, 4 Nov 2011 12:12:26 +0000 (12:12 +0000)]
Add deprecated API.

Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64725 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFix merge conflict.
sanjeev [Fri, 4 Nov 2011 12:12:16 +0000 (12:12 +0000)]
Fix merge conflict.

Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64723 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/elm_entry : When singlelined & scrolled, entry's min width
woohyun [Fri, 4 Nov 2011 05:05:53 +0000 (05:05 +0000)]
elementary/elm_entry : When singlelined & scrolled, entry's min width
should be calculated by text's width not by wd->ent's geometry info.
So I modified this.

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

12 years agoelementary/naviframe - updated test.
hermet [Fri, 4 Nov 2011 04:46:09 +0000 (04:46 +0000)]
elementary/naviframe - updated test.

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

12 years agoadd spaces into the macro middle for readability.
raster [Thu, 3 Nov 2011 23:12:50 +0000 (23:12 +0000)]
add spaces into the macro middle for readability.

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

12 years agoelementary: more compliant to the api
yoz [Thu, 3 Nov 2011 13:59:36 +0000 (13:59 +0000)]
elementary: more compliant to the api

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

12 years agoelementary: more documentation about deprecated API
yoz [Thu, 3 Nov 2011 13:48:40 +0000 (13:48 +0000)]
elementary: more documentation about deprecated API

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

12 years agoelementary: typo
yoz [Thu, 3 Nov 2011 13:26:55 +0000 (13:26 +0000)]
elementary: typo

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

12 years agoAdd deprecation for elm_scroller API.
sanjeev [Thu, 3 Nov 2011 13:22:33 +0000 (13:22 +0000)]
Add deprecation for elm_scroller API.

Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64694 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary: fix the macro, thanks gustavo
yoz [Thu, 3 Nov 2011 11:53:18 +0000 (11:53 +0000)]
elementary: fix the macro, thanks gustavo

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

12 years agoFrom: Kim Yunhan <spbear@gmail.com>
raster [Thu, 3 Nov 2011 11:07:03 +0000 (11:07 +0000)]
From: Kim Yunhan <spbear@gmail.com>
Subject: [E-devel] [elm_map] Fix up too many connections at the same
time.

Currently, elm_map requests all visible map image tile to map server
at the
same time.
If the scene is turned off while panning or zooming, it will be
aborted on
HTTP requests.
But it already sent to map server, and it already made useless HTTP
connections.
So if you pan scrolling quickly, elm_map try to download and abort too
many
HTTP
connections repeatedly.

If you have stable and high-throughput data connection, it doesn't
matter
on your side.
However map server will get high load, It is sufficient reason to block
you.
In another case, if you have poor data connection such as 3G
connection, it
has less
throughput and it causes delay of downloading. And finally, the device
is
as full as
HTTP connections even you already aborted. It makes low-performance
issue on
your device.

I wrote a patch for solving this situation.
The idea is simple.

1. I limited number of maximum HTTP request on elm_map side.
2. If maximum HTTP request is exceed, keep requests on Eina_List.
3. If each image downloading is completed, try to download recent
request.
   (Because it has strong possibility for your screen)
   4. At the same time, invisible request will be removed.
      (It doesn't make HTTP connection yet)

      I tested many times on my desktop and device.
      It works for me. And elm_map's performance is improved
appreciably on 3G
connections.

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

12 years agoElm: try to fix some mac os x link errors with gettext
caro [Thu, 3 Nov 2011 07:23:30 +0000 (07:23 +0000)]
Elm: try to fix some mac os x link errors with gettext

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

12 years agoelementary/naviframe - 3 more APIs.
hermet [Thu, 3 Nov 2011 07:15:18 +0000 (07:15 +0000)]
elementary/naviframe - 3 more APIs.

elm_naviframe_items_get()
elm_naviframe_item_insert_before()
elm_naviframe_item_insert_after()

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

12 years agofix crash when object type is null as pointed out by Jeonghyun Yun
discomfitor [Thu, 3 Nov 2011 05:48:05 +0000 (05:48 +0000)]
fix crash when object type is null as pointed out by Jeonghyun Yun

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

12 years agoelementary/map - should be type rect if it is a clipper.
hermet [Thu, 3 Nov 2011 01:44:54 +0000 (01:44 +0000)]
elementary/map - should be type rect if it is a clipper.

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

12 years agoelementary/panes - fixed typo patched by zub(David)
hermet [Wed, 2 Nov 2011 23:50:41 +0000 (23:50 +0000)]
elementary/panes - fixed typo patched by zub(David)

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

12 years agoelementary: Add my name to the list of authors
captainigloo [Wed, 2 Nov 2011 20:09:11 +0000 (20:09 +0000)]
elementary: Add my name to the list of authors

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

12 years agoelementary: Add ecore_cocoa backend to elementary
captainigloo [Wed, 2 Nov 2011 19:26:29 +0000 (19:26 +0000)]
elementary: Add ecore_cocoa backend to elementary

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

12 years agoelementary/scroller - change the behavior when the scroller is bouncing.
jaehwan [Wed, 2 Nov 2011 12:07:47 +0000 (12:07 +0000)]
elementary/scroller - change the behavior when the scroller is bouncing.

When the scroller is dragged repeatedly in a short time, it is accelerated.
If it reaches the edge of the content, the bouncing is started.
Sometimes because of the acceleration, the content cannot be shown in a moment.
In order to avoid that situation, the bounce animation have to be fixed
according the amount of acceleration.

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

12 years agoelementary: Update the deprecated list
mike_m [Wed, 2 Nov 2011 08:29:07 +0000 (08:29 +0000)]
elementary: Update the deprecated list

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

12 years agoMore API feedback.
sanjeev [Wed, 2 Nov 2011 08:18:17 +0000 (08:18 +0000)]
More API feedback.

Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64639 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElementary Map: remove unused vbox
gouache [Wed, 2 Nov 2011 08:14:02 +0000 (08:14 +0000)]
Elementary Map: remove unused vbox

Actually.. rollback to r64370.

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

12 years agomodify resize job function.
jypark [Wed, 2 Nov 2011 07:10:29 +0000 (07:10 +0000)]
modify resize job function.
it have to use requested value.
I also fix bug related with elementary test

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

12 years agoelementary/elm_widget : Fixed wrong indentation
woohyun [Wed, 2 Nov 2011 00:36:24 +0000 (00:36 +0000)]
elementary/elm_widget : Fixed wrong indentation

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

12 years agoelementary/elm_widget : Just changed some Int values to Eina_Bool.
woohyun [Wed, 2 Nov 2011 00:27:04 +0000 (00:27 +0000)]
elementary/elm_widget : Just changed some Int values to Eina_Bool.

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

12 years agoElementary Cursor: Add documentation about hot spots
bdilly [Tue, 1 Nov 2011 21:14:06 +0000 (21:14 +0000)]
Elementary Cursor: Add documentation about hot spots

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

12 years agoElementary Layout: Fix cursor set on parts
bdilly [Tue, 1 Nov 2011 21:13:39 +0000 (21:13 +0000)]
Elementary Layout: Fix cursor set on parts

New part cursors was leaking, not added to cursor parts list.

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

12 years agoElementary Cursor Test: add layout tests
bdilly [Tue, 1 Nov 2011 21:13:04 +0000 (21:13 +0000)]
Elementary Cursor Test: add layout tests

Looks like some stuff is broken regarding layout cursors.

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