platform/upstream/elementary.git
12 years agoelementary - modified content_set/get/unset part names to be simple names.
ChunEon Park [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);

SVN revision: 65295

12 years agoElm entry: Add a warning to the textblock_get docs.
Tom Hacohen [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.

SVN revision: 65288

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

SVN revision: 65286

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

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 65285

12 years agoelementary/flipseletor - applied elm_object_item,
ChunEon Park [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.

SVN revision: 65277

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

SVN revision: 65270

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

SVN revision: 65256

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

SVN revision: 65248

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

SVN revision: 65247

12 years agoelementary/elm_entry : Text filter should consider some tags like
WooHyun Jung [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.

SVN revision: 65225

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

SVN revision: 65218

12 years agoelementary/pager - updated test case to prevent window size become 0 when pager has...
ChunEon Park [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.

SVN revision: 65216

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

SVN revision: 65215

12 years agoElm entry: Expose the internal textblock object.
Tom Hacohen [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.

SVN revision: 65169

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

SVN revision: 65168

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

SVN revision: 65167

12 years agoelementary/naviframe - to be processed the signals right away when the item push...
ChunEon Park [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.

SVN revision: 65152

12 years agoelementary/test_map.c - Those test code should not be committed.
ChunEon Park [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.

SVN revision: 65071

12 years agoelementary/map - patched by Bluezery(ohpowel@gmail.com)
ChunEon Park [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

SVN revision: 65069

12 years agoElm glayer: Set mimimun momentum for ABORT
Aharon Hillel [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>
SVN revision: 65024

12 years agodisable evas gl based stuff in elm as its not going into efl 1.1
Carsten Haitzler [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

SVN revision: 65004

12 years agoElm glayer: Changed Flick time limit default to 120 ms
Aharon Hillel [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>
SVN revision: 64987

12 years agoElm glayer: Added illume gesture layer default
Aharon Hillel [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>
SVN revision: 64986

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

SVN revision: 64984

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

SVN revision: 64983

12 years agoElm glayer: Added "Gesture Layer 2" test.
Aharon Hillel [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>
SVN revision: 64980

12 years agoelementary/elm_diskselector : Just freeing data in eina_list is not
WooHyun Jung [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.

SVN revision: 64965

12 years agoelementary/naviframe - never ending bug story
ChunEon Park [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.

SVN revision: 64956

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

SVN revision: 64953

12 years agoElm glayer: Added doc to recent fix
Aharon Hillel [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>
SVN revision: 64951

12 years agoElm glayer: Fixed bug in non-continues mode.
Aharon Hillel [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>
SVN revision: 64950

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

SVN revision: 64949

12 years agoelementary: Remove stray debugging code
Mike McCormack [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>
SVN revision: 64939

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

SVN revision: 64938

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

SVN revision: 64932

12 years agoelementary/elm_colorselector : Button in elm_colorselector was
WooHyun Jung [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)

SVN revision: 64931

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

SVN revision: 64930

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

SVN revision: 64927

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

SVN revision: 64925

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

SVN revision: 64924

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

SVN revision: 64923

12 years agoElm glayer: Fixed bug of starting line,momentum with mouse-move
Aharon Hillel [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>
SVN revision: 64868

12 years agoElm glayer: Fixed bug in N tap testing
Aharon Hillel [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>
SVN revision: 64867

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

SVN revision: 64866

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

SVN revision: 64863

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

SVN revision: 64859

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

SVN revision: 64853

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

SVN revision: 64850

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

SVN revision: 64844

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

SVN revision: 64833

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

SVN revision: 64832

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

SVN revision: 64831

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

SVN revision: 64830

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

SVN revision: 64827

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

SVN revision: 64826

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

SVN revision: 64825

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

SVN revision: 64806

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

SVN revision: 64805

12 years agoFrom: Bluezery <ohpowel@gmail.com>
Bluezery [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

SVN revision: 64794

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

SVN revision: 64784

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

SVN revision: 64777

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

SVN revision: 64776

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

SVN revision: 64775

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

SVN revision: 64774

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

SVN revision: 64773

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

SVN revision: 64747

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

SVN revision: 64744

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

Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
SVN revision: 64725

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

Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
SVN revision: 64723

12 years agoelementary/elm_entry : When singlelined & scrolled, entry's min width
WooHyun Jung [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.

SVN revision: 64721

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

SVN revision: 64720

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

SVN revision: 64713

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

SVN revision: 64699

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

SVN revision: 64696

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

SVN revision: 64695

12 years agoAdd deprecation for elm_scroller API.
Sanjeev BA [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>
SVN revision: 64694

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

SVN revision: 64686

12 years agoFrom: Kim Yunhan <spbear@gmail.com>
Kim Yunhan [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.

SVN revision: 64685

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

SVN revision: 64680

12 years agoelementary/naviframe - 3 more APIs.
ChunEon Park [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()

SVN revision: 64679

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

SVN revision: 64677

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

SVN revision: 64672

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

SVN revision: 64667

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

SVN revision: 64662

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

SVN revision: 64657

12 years agoelementary/scroller - change the behavior when the scroller is bouncing.
Jaehwan Kim [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.

SVN revision: 64642

12 years agoelementary: Update the deprecated list
Mike McCormack [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>
SVN revision: 64641

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

Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
SVN revision: 64639

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

Actually.. rollback to r64370.

SVN revision: 64638

12 years agomodify resize job function.
Jiyoun Park [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

SVN revision: 64635

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

SVN revision: 64627

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

SVN revision: 64626

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

SVN revision: 64619

12 years agoElementary Layout: Fix cursor set on parts
Bruno Dilly [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.

SVN revision: 64618

12 years agoElementary Cursor Test: add layout tests
Bruno Dilly [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.

SVN revision: 64617

12 years agoRevert "change _elm_win_resize_job use ecore_evas_request_geometry_get function."
Tom Hacohen [Tue, 1 Nov 2011 10:53:05 +0000 (10:53 +0000)]
Revert "change _elm_win_resize_job use ecore_evas_request_geometry_get function."

This reverts commit 64549.

I gotta adimt, your commit looks correct to me, but hey, it breaks
elementary_test's "Window Inline" test... Please investigate it further
and make re-apply your commit afetr your solve these issues.

SVN revision: 64605

12 years agoFix more gengrid documentation.
Sanjeev BA [Tue, 1 Nov 2011 07:14:19 +0000 (07:14 +0000)]
Fix more gengrid documentation.

SVN revision: 64603

12 years agoAdd more Gengrid API documentation.
Sanjeev BA [Tue, 1 Nov 2011 07:14:15 +0000 (07:14 +0000)]
Add more Gengrid API documentation.

SVN revision: 64602

12 years agoAdd documentation for missing gengrid functions.
Sanjeev BA [Tue, 1 Nov 2011 07:14:08 +0000 (07:14 +0000)]
Add documentation for missing gengrid functions.

SVN revision: 64600

12 years agoand set have to false in other error cases.
Carsten Haitzler [Tue, 1 Nov 2011 02:38:28 +0000 (02:38 +0000)]
and set have to false in other error cases.

SVN revision: 64599