Commit Graph

2203 Commits

Author SHA1 Message Date
Tom Hacohen 5028537bc3 Elementary: define the gettext macro in a place that's visible to all widgets.
Patch by Govindaraju SM

SVN revision: 56980
2011-02-13 08:22:06 +00:00
ChunEon Park 01999d43f6 elementary/ctxpopup - just moved function position in code line.
SVN revision: 56977
2011-02-13 04:15:52 +00:00
Carsten Haitzler 6eabf29744 ok - lets set cache to tyhe RIGHT value eh?
SVN revision: 56948
2011-02-11 06:16:23 +00:00
Daniel Juyung Seo b1761a3b90 dox.in update: elementary,evas,edje,ecore,eio,eet,eeze.
Sync authors in doc with AUTHORS.
Updated date to 2011.


SVN revision: 56926
2011-02-10 16:50:18 +00:00
Tom Hacohen a71e41cf11 Elementary: Fixed scroller location with on-the-fly UI-mirroring.
By Aharon Hillel.

SVN revision: 56923
2011-02-10 15:13:09 +00:00
Tom Hacohen f55a3f4cfc Elementary: fixed on-the-fly UI-mirroring in elc objects.
All sub-objects have auto-ui-mirroring flag turned off now
By Aharon Hillel.

SVN revision: 56922
2011-02-10 15:13:05 +00:00
Tom Hacohen 62afe7cc3c Elementary box: fixed on-the-fly UI-mirroring.
By Aharon Hillel.

SVN revision: 56921
2011-02-10 15:13:02 +00:00
Tom Hacohen 04c2eda677 Elementary ui-mirroring: move elm_widget_mirrored_* functions to elm_widget.h.
and created elm_object_mirrored wrappers for them.

SVN revision: 56893
2011-02-10 08:29:24 +00:00
ChunEon Park 402ad63d3a elementary/gengrid - removed a line unuseful exception handling
this is patched by JungHyun Yoon.



SVN revision: 56889
2011-02-10 04:24:57 +00:00
Jonathan Atton 54eb05ebd6 elm: add me in authors
SVN revision: 56867
2011-02-09 18:07:28 +00:00
Jonathan Atton b48554ce0b elm map bubble: use specific theme for the scroller
SVN revision: 56864
2011-02-09 18:04:12 +00:00
Daniel Juyung Seo a2aadf273e Sync authors in elm doc with AUTHORS.
SVN revision: 56850
2011-02-09 16:56:39 +00:00
Daniel Juyung Seo ecdee04718 Elementary map: Bug Fix.
1. the range of marker to remove.
2. after free(marker->groups[i]), reuse the value.
Patch by Sangho Park <gouache95@gmail.com>
Reviewed by Atton Jonathan.


SVN revision: 56849
2011-02-09 16:44:47 +00:00
Tom Hacohen c04d8990f0 Elementary: Added on-the-fly UI-mirroing support to all of the widgets
SVN revision: 56846
2011-02-09 16:14:02 +00:00
Tom Hacohen f5cad764e6 Elementary ui-mirroring: Added on-the-fly ui-mirroring infrastructure
SVN revision: 56845
2011-02-09 16:13:58 +00:00
Michael BOUCHAUD 863cd6e598 elementary: add edje_external gengrid
SVN revision: 56843
2011-02-09 15:14:28 +00:00
Tom Hacohen 22fb070ad7 Elementary widget: Remove two functions from elm_widget.h. They are supposed to be only in Elementary.h no idea how it got to elm_widget.h
SVN revision: 56841
2011-02-09 14:41:12 +00:00
Michael BOUCHAUD 324ba596d5 elementary: use the right item for event when the slideshow item change
SVN revision: 56824
2011-02-08 22:23:00 +00:00
Jonathan Atton 3cf19c064c elm external: fileselector: enable the textblock when we are in the save mode
SVN revision: 56823
2011-02-08 22:09:26 +00:00
Jonathan Atton f10db79a73 elm external: elm_label fix segv
SVN revision: 56822
2011-02-08 21:56:41 +00:00
Daniel Juyung Seo 6aad9f328d Elementary genlist: Fixed typo.
SVN revision: 56816
2011-02-08 16:26:22 +00:00
Tom Hacohen f087a24563 Elementary test: Added a toggle to switch between UI-mirroring modes. On the fly ui-mirroring is not yet implemented so only new windows will comply (i.e change the toggle and then click on an item from the list).
SVN revision: 56811
2011-02-08 14:13:07 +00:00
Tom Hacohen a1a80fe82d Elementary theme: Adjusted the elementary theme for better UI-mirroring
support.

SVN revision: 56804
2011-02-08 12:08:35 +00:00
Tom Hacohen 99da5b6541 Elementary: Added ui-mirroring support for all the widgets.
SVN revision: 56803
2011-02-08 12:08:28 +00:00
Tom Hacohen d6c8dee076 Elementary els_scroller: Added mirrored_set and mirroring support.
SVN revision: 56802
2011-02-08 12:08:24 +00:00
Jonathan Atton 7ac159bb4a elm external: fix the previous patch. Sorry I was stupids and didn't check correctly !
SVN revision: 56759
2011-02-06 21:57:25 +00:00
Jonathan Atton 8ea3fc6f4b elm: replace printf() by LOG_DEBUG()
SVN revision: 56754
2011-02-06 17:14:21 +00:00
Christopher Michael ffa89bd79f Path variable no longer needed here.
SVN revision: 56747
2011-02-06 09:00:52 +00:00
Sebastian Dransfeld 522779e13c elm_icon does grok this
SVN revision: 56736
2011-02-05 20:14:24 +00:00
Jonathan Atton 8bfd0fec96 elm external: fix elm_label
SVN revision: 56727
2011-02-05 17:58:49 +00:00
Jonathan Atton 88bb64839a elm_panes theme : add reapeat events on arrows
SVN revision: 56716
2011-02-04 21:45:58 +00:00
Sebastian Dransfeld 632eb78c55 update for change of text line in source file
SVN revision: 56704
2011-02-03 23:18:48 +00:00
Sebastian Dransfeld 2e9a41cfe1 ignore++
SVN revision: 56703
2011-02-03 23:16:24 +00:00
Tom Hacohen 689ff9abd5 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.

SVN revision: 56673
2011-02-03 15:52:49 +00:00
Tom Hacohen a22d8668a5 Elementary text-ctxpopup: Enabled scrolling for the last ctxpopup test so it'll also work on small screens. Patch by ChunEon Park (Hermet).
SVN revision: 56669
2011-02-03 08:23:19 +00:00
Tom Hacohen 1ebde68407 Elementary ctxpopup: Modified the disabled item style. Patch by ChunEon Park (Hermet).
SVN revision: 56668
2011-02-03 08:23:14 +00:00
Tom Hacohen 83cf78820d Elementary getlist: Fix places that weren't using ELM_GENLIST_ITEM_FROM_INLIST. Patch by Daniel Juyung Seo (SeoZ).
SVN revision: 56645
2011-02-02 08:37:33 +00:00
Michael BOUCHAUD bfbe785bad elementary: switch int to double timeout slideshow in edje_external
SVN revision: 56608
2011-01-31 14:43:34 +00:00
Carsten Haitzler be7fdc15bc fmting
SVN revision: 56606
2011-01-31 11:51:19 +00:00
WooHyun Jung 6276adc9a9 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".




SVN revision: 56586
2011-01-31 10:47:53 +00:00
Daniel Juyung Seo cc3d766cfb 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.



SVN revision: 56585
2011-01-31 10:33:22 +00:00
Tom Hacohen b91af8da1a Elementary: applied 56579 on region_show (that commit already applied on bring_in).
SVN revision: 56584
2011-01-31 10:23:56 +00:00
ChunEon Park cec22a7f0c From: ChunEon Park <chuneon.park@samsung.com>
Subject: [E-devel] [PATCH] elm_transit

call del func after internal cleanups.



SVN revision: 56583
2011-01-31 10:21:05 +00:00
Sohyun Kim 21e7457deb 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.



SVN revision: 56582
2011-01-31 10:17:40 +00:00
Daniel Juyung Seo 867c0a730e 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.




SVN revision: 56581
2011-01-31 10:15:22 +00:00
김재환 d63a0cb003 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.




SVN revision: 56580
2011-01-31 10:13:40 +00:00
Jae Hwan Kim 1bfd549a08 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   |   |
|   |                    |   |
---------------------
                                     


SVN revision: 56579
2011-01-31 10:00:49 +00:00
ChunEon Park 4c33d6b63e From: ChunEon Park <chuneon.park@samsung.com>
Subject: [E-devel] [PATCH] elc_ctxpopup

only set style on scroller if it exists.



SVN revision: 56578
2011-01-31 08:47:19 +00:00
WooHyun Jung 7b67483821 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. 



SVN revision: 56574
2011-01-31 08:32:15 +00:00
Daniel Juyung Seo 02c41ce22e 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.



SVN revision: 56573
2011-01-31 08:30:11 +00:00