framework/uifw/elementary.git
13 years agoElementary: applied 56579 on region_show (that commit already applied on bring_in).
tasn [Mon, 31 Jan 2011 10:23:56 +0000 (10:23 +0000)]
Elementary: applied 56579 on region_show (that commit already applied on bring_in).

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

13 years agoFrom: ChunEon Park <chuneon.park@samsung.com>
raster [Mon, 31 Jan 2011 10:21:05 +0000 (10:21 +0000)]
From: ChunEon Park <chuneon.park@samsung.com>
Subject: [E-devel] [PATCH] elm_transit

call del func after internal cleanups.

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

13 years agoFrom: Sohyun Kim <anna1014.kim@samsung.com>
raster [Mon, 31 Jan 2011 10:17:40 +0000 (10:17 +0000)]
From: Sohyun Kim <anna1014.kim@samsung.com>
Subject: [E-devel] [Patch] elm_genlist patch regarding inlist

I made a patch for elm_genlist.
For getting genlist item from inlist, ELM_GENLIST_ITEM_FROM_INLIST macro
should be used.

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

13 years agoFrom: Daniel Juyung Seo <juyung.seo@samsung.com>
raster [Mon, 31 Jan 2011 10:15:22 +0000 (10:15 +0000)]
From: Daniel Juyung Seo <juyung.seo@samsung.com>
Subject: [E-devel]  [Patch] Removed dead code in elm_genlist.c

I removed dead macro LONGPRESS_TIMEOUT.
Genlist's longpress_time value is read from
_elm_config->longpress_timeout.

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

13 years agoFrom: 김재환 <jae.hwan.kim@samsung.com>
raster [Mon, 31 Jan 2011 10:13:40 +0000 (10:13 +0000)]
From: 김재환 <jae.hwan.kim@samsung.com>
Subject: [E-devel] [Patch] els_scroller - Cannot click even if it
reach to end

I have another issue in scroller when the bounce is off.
Scroller cannot be clicked even if it reach to edge and animation is
end.
The reason is why the momentum animation is running even if it reach
end and bounce animation is off.
So I change the code that if it reach the edge in case of bounce-off,
the momentum animation is stoped.
The following is the patch code.

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

13 years agoFrom: Jae Hwan Kim <jae.hwan.kim@samsung.com>
raster [Mon, 31 Jan 2011 10:00:49 +0000 (10:00 +0000)]
From: Jae Hwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel] [Patch] els_scroller -
elm_smart_scroller_child_region_show

I have some issue in scroller.
Sometimes the scroller move to wrong region when the child get first
focus.
It use "scroller -> layout -> button".
So I checked the code and found a suspected thing in
elm_smart_scroller_child_region_show.
Please refer following pictures.

In the pictures, the rect which be written "x, y, w, h" is the area
which be made with the parameters of
"elm_smart_scroller_child_region_show".
The rect which be written "Pan" is the pan area of the scroller.

If the situation is 1) or 2) and the function is called, the result
have to be 7).
In case of 3) or 4), it have to be 8).
In case of 5) or 6), it have to remain as it is.
Is it right??

But if the situation is 6) and the function is called, the result will
be 7) in current code.
I think it is wrong.
I attached patch code. please find it below the pictures.

1)
    ---------------
    |                    |
    |   x, y, w, h   |
    |                    |
    ---------------
---------------------
|                             |
|                             |
|                             |
|            Pan           |
|                             |
|                             |
|                             |
---------------------

2)
    ---------------
    |                    |
    |   x, y, w, h   |
---------------------
|   |                    |   |
|   ---------------   |
|                             |
|            Pan           |
|                             |
|                             |
|                             |
---------------------

3)
---------------------
|                             |
|                             |
|                             |
|            Pan           |
|                             |
|   ---------------   |
|   |                   |    |
---------------------
    |   x, y, w, h   |
    |                    |
    ---------------

4)
---------------------
|                             |
|                             |
|                             |
|            Pan           |
|                             |
|                             |
|                             |
---------------------
    ---------------
    |                    |
    |   x, y, w, h   |
    |                    |
    ---------------

5)
---------------------
|                             |
|   ---------------   |
|   |                    |   |
|   |   x, y, w, h   |   |
|   |                    |   |
|   ---------------   |
|            Pan           |
---------------------

6)
    ---------------
    |                    |
---------------------     <---Pan
|   |                   |    |
|   |   x, y, w, h  |    |
|   |                   |    |
---------------------
    |                    |
    ---------------

7)
---------------------
|   |                    |   |
|   |   x, y, w, h   |   |
|   |                    |   |
|   ---------------   |
|                             |
|            Pan           |
|                             |
---------------------

8)
---------------------
|                             |
|            Pan           |
|                             |
|   ---------------   |
|   |                    |   |
|   |   x, y, w, h   |   |
|   |                    |   |
---------------------

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

13 years agoFrom: ChunEon Park <chuneon.park@samsung.com>
raster [Mon, 31 Jan 2011 08:47:19 +0000 (08:47 +0000)]
From: ChunEon Park <chuneon.park@samsung.com>
Subject: [E-devel] [PATCH] elc_ctxpopup

only set style on scroller if it exists.

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

13 years agoFrom: WooHyun Jung <wh0705.jung@samsung.com>
raster [Mon, 31 Jan 2011 08:32:15 +0000 (08:32 +0000)]
From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] small patch for elm_main.c

I made small patch for elm_main.c

In elm_all_flush function, I was suspicious about,

if _elm_win_list is NULL then following codes should not be called or
not.

 ejde_file_cache_flush();

 edje_collection_cache_flush();

 eet_clearcache();

  I thinks above functions should be called without any consideration
about
the state of _elm_win_list.

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

13 years agoFrom: Daniel Juyung Seo <juyung.seo@samsung.com>
raster [Mon, 31 Jan 2011 08:30:11 +0000 (08:30 +0000)]
From: Daniel Juyung Seo <juyung.seo@samsung.com>
Subject: [E-devel] [Patch] elm_genlist patch for group index handling
and bug fix

I attached a small patch for elm_genlist.c

1. _item_block_position() fix
This patch realizes group index even there is no sub-items.
There was a request about this.
And it shows that there is no sub-items explicitly.

2. Bug Fix
Null check routine was wrong-placed.
I fixed it.

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

13 years agoFrom: Jae Hwan Kim <jae.hwan.kim@samsung.com>
raster [Mon, 31 Jan 2011 08:18:58 +0000 (08:18 +0000)]
From: Jae Hwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel]  [Patch] environment parameter - ELM_EFFECT_ENABLE

I want to add the environment parameter "ELM_EFFECT_ENABLE".
It will play a role as the enablement for the effect of all widget.

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

13 years agoFrom: ChunEon Park <chuneon.park@samsung.com>
raster [Mon, 31 Jan 2011 08:03:16 +0000 (08:03 +0000)]
From: ChunEon Park <chuneon.park@samsung.com>
Subject: [E-devel] [PATCH] elm_transit

Here is a minor patch for elm_transit
(indentation & removed unuseful calls - evas_map_smooth_set)

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

13 years agofix windows build
caro [Mon, 31 Jan 2011 08:00:03 +0000 (08:00 +0000)]
fix windows build

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

13 years agoElementary theme: Made list and genlist's text auto-align according to language's...
tasn [Sun, 30 Jan 2011 12:29:30 +0000 (12:29 +0000)]
Elementary theme: Made list and genlist's text auto-align according to language's direction.

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

13 years agotnx vtorri -> cleaner module thing. more minimal changes.
raster [Sun, 30 Jan 2011 09:50:56 +0000 (09:50 +0000)]
tnx vtorri -> cleaner module thing. more minimal changes.

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

13 years agolock externals to major version of edje.
raster [Sun, 30 Jan 2011 05:59:24 +0000 (05:59 +0000)]
lock externals to major version of edje.

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

13 years agomove elementary to trunk base. out of TMP/st.
raster [Sat, 29 Jan 2011 03:36:15 +0000 (03:36 +0000)]
move elementary to trunk base. out of TMP/st.

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