framework/uifw/elementary.git
13 years agoPath variable no longer needed here.
devilhorns [Sun, 6 Feb 2011 09:00:52 +0000 (09:00 +0000)]
Path variable no longer needed here.

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

13 years agoelm_icon does grok this
englebass [Sat, 5 Feb 2011 20:14:24 +0000 (20:14 +0000)]
elm_icon does grok this

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

13 years agoelm external: fix elm_label
watchwolf [Sat, 5 Feb 2011 17:58:49 +0000 (17:58 +0000)]
elm external: fix elm_label

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

13 years agoelm_panes theme : add reapeat events on arrows
watchwolf [Fri, 4 Feb 2011 21:45:58 +0000 (21:45 +0000)]
elm_panes theme : add reapeat events on arrows

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

13 years agoupdate for change of text line in source file
englebass [Thu, 3 Feb 2011 23:18:48 +0000 (23:18 +0000)]
update for change of text line in source file

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

13 years agoignore++
englebass [Thu, 3 Feb 2011 23:16:24 +0000 (23:16 +0000)]
ignore++

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

13 years agoElementary: Added the infrastructure for ui-mirroring support.
tasn [Thu, 3 Feb 2011 15:52:49 +0000 (15:52 +0000)]
Elementary: Added the infrastructure for ui-mirroring support.
* Added elm_mirrored_get/set to set the system mirrored mode
* Added elm_widget_mirrored/get/set to set each widget's mirrored mode.
* Added code to set the system mirrored mode from translations to elementary and added translations for all the rtl languages. (a trick to load according to locale).
* Future commits will include specific widgets mirrored mode handling.
Work by Aharon Hillel and Tom Hacohen.

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

13 years agoElementary text-ctxpopup: Enabled scrolling for the last ctxpopup test so it'll also...
tasn [Thu, 3 Feb 2011 08:23:19 +0000 (08:23 +0000)]
Elementary text-ctxpopup: Enabled scrolling for the last ctxpopup test so it'll also work on small screens. Patch by ChunEon Park (Hermet).

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

13 years agoElementary ctxpopup: Modified the disabled item style. Patch by ChunEon Park (Hermet).
tasn [Thu, 3 Feb 2011 08:23:14 +0000 (08:23 +0000)]
Elementary ctxpopup: Modified the disabled item style. Patch by ChunEon Park (Hermet).

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

13 years agoElementary getlist: Fix places that weren't using ELM_GENLIST_ITEM_FROM_INLIST. Patch...
tasn [Wed, 2 Feb 2011 08:37:33 +0000 (08:37 +0000)]
Elementary getlist: Fix places that weren't using ELM_GENLIST_ITEM_FROM_INLIST. Patch by Daniel Juyung Seo (SeoZ).

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

13 years agoelementary: switch int to double timeout slideshow in edje_external
yoz [Mon, 31 Jan 2011 14:43:34 +0000 (14:43 +0000)]
elementary: switch int to double timeout slideshow in edje_external

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

13 years agofmting
raster [Mon, 31 Jan 2011 11:51:19 +0000 (11:51 +0000)]
fmting

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

13 years agoFrom: WooHyun Jung <wh0705.jung@samsung.com>
raster [Mon, 31 Jan 2011 10:47:53 +0000 (10:47 +0000)]
From: WooHyun Jung <wh0705.jung@samsung.com>

Mr. Wonguk Jeong made a patch for elm_module.

This patch is for changing the timing of module loading.

 For now, module loading is done in elm_init

 Thus, modules are always loaded, even if the application does not use
them.

 So this patch deferred the timing of module loading to
 "_elm_module_find_as".

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

13 years agoFrom: Daniel Juyung Seo <juyung.seo@samsung.com>
raster [Mon, 31 Jan 2011 10:33:22 +0000 (10:33 +0000)]
From: Daniel Juyung Seo <juyung.seo@samsung.com>
Subject: [E-devel]  [Patch] genlist item cache exception handling patch

I added "no cached item" handling.
In some case, items should not be cached and should not use caches.

For example,
if there was a state change in item style, it should not be cached
because it remembers the state changes.
And if we use elm_genlist_item_item_class_update() API,
item should not be cached as well.
It needs to be a fresh item style without remembering the state changes.

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

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