platform/upstream/elementary.git
12 years agoelementary/elm_win : when window is shonw at the first time, only
WooHyun Jung [Wed, 14 Dec 2011 00:43:15 +0000 (00:43 +0000)]
elementary/elm_win : when window is shonw at the first time, only
elm_win should be set as focused. not for child objects.

SVN revision: 66174

12 years agoelementary: from Jonas M. Gastal, adds a edje property called disabled to every edje...
Michael BOUCHAUD [Tue, 13 Dec 2011 16:47:23 +0000 (16:47 +0000)]
elementary: from Jonas M. Gastal, adds a edje property called disabled to every edje external widgets.

SVN revision: 66169

12 years agoFrom: Bluezery <ohpowel@gmail.com>
Bluezery [Tue, 13 Dec 2011 10:39:53 +0000 (10:39 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Bug fix for map test

This patch is for test map.
This fixes two simple bugs.
1. Max zoom level can be changed depends on the map source, not always 18.
2. $HOME can be NULL.

SVN revision: 66154

12 years agoFrom: Bluezery <ohpowel@gmail.com>
Bluezery [Tue, 13 Dec 2011 09:07:00 +0000 (09:07 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: Re: [E-devel] [Patch][elm_map] Change grid management

(3) Simplify grid_load()
There exists 3 state for grid items. i.e., downloaded, downloading,
none states.
grid_load() does followings:
1. if a grid item does not exist, create it.
2. update a tile (if downloaded) or queues for download (if none) or
nothing  (if downloading)

SVN revision: 66153

12 years agoelementary: Fixed svn detection for svn1.7
Tom Hacohen [Tue, 13 Dec 2011 08:52:47 +0000 (08:52 +0000)]
elementary: Fixed svn detection for svn1.7

SVN revision: 66146

12 years agoFrom: Bluezery <ohpowel@gmail.com>
Bluezery [Tue, 13 Dec 2011 08:39:01 +0000 (08:39 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: Re: [E-devel] [Patch][elm_map] Change grid management

(2) Revoking gi->have
I restore the gi->have values. The removal of this is my mistake.
gi->have is needed because I cannot know whether this file is
downloading (just opened and not written) or downloaded state even if
image file exists.

SVN revision: 66141

12 years agoFrom: Bluezery <ohpowel@gmail.com>
Bluezery [Tue, 13 Dec 2011 08:31:55 +0000 (08:31 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: Re: [E-devel] [Patch][elm_map] Change grid management

(1) Grid Management
There are no caching mechanism in current elm_map.
So, too many network resources are wasted because elm_map keeps only
two grids and already downloaded images are downloaded again and
again. (This also slows the map loading speed)
I have changed this grid management policy.

I have done followings.
1. Create all grids (all zoom levels) when elm_map_add() is called (No
memory overhead because of sparse matrix)
2. Clear all grids when map object is deleted.
3. Loads necessary grids and unloads unused grids when zoom level is
changed.

Changed grid management have one weakness that memory and tmp size can
grow bigger while map object is live.
I think it may need API such as elm_map_cache_size_set().

SVN revision: 66140

12 years agoelementary/ctxpopup - reverted 66130
ChunEon Park [Tue, 13 Dec 2011 04:18:35 +0000 (04:18 +0000)]
elementary/ctxpopup - reverted 66130

this should not be applied.

SVN revision: 66133

12 years agoFrom: 정찬욱 <joey.jung@samsung.com>
정찬욱 [Tue, 13 Dec 2011 04:15:10 +0000 (04:15 +0000)]
From: 정찬욱 <joey.jung@samsung.com>
Subject: [E-devel] [Patch] elm_genlist pan changed patch

This patch is to fix the problem that blinking is occured when
application use the ecore timer and
the rendering delay at pan resize/move using evas_object_smart_changed
instead of ecore_job_add.

SVN revision: 66132

12 years agoFrom: Bluezery <ohpowel@gmail.com>
Bluezery [Tue, 13 Dec 2011 03:48:18 +0000 (03:48 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: Re: [E-devel] [Patch][elm_map] Change grid management

Grid Management
There are no caching mechanism in current elm_map.
So, too many network resources are wasted because elm_map keeps only
two grids and already downloaded images are downloaded again and
again. (This also slows the map loading speed)
I have changed this grid management policy.

I have done followings.
1. Create all grids (all zoom levels) when elm_map_add() is called (No
memory overhead because of sparse matrix)
2. Clear all grids when map object is deleted.
3. Loads necessary grids and unloads unused grids when zoom level is
changed.

Changed grid management have one weakness that memory and tmp size can
grow bigger while map object is live.
I think it may need API such as elm_map_cache_size_set().

SVN revision: 66131

12 years agoFrom: cnook <kimcinoo@gmail.com>
cnook [Tue, 13 Dec 2011 03:38:27 +0000 (03:38 +0000)]
From: cnook <kimcinoo@gmail.com>

As the title, attached patch has followings.

  1) Using Calculated Value: The _update_arrow(); had used
  evas_object_geometry_get(); internally for getting its base size.
  But the _calc_base_geometry(); already got the base size which
  is more accurate.

  2) Getting Size From The Style Also: If the ctxpopup has content
  which is composed using the style (means, the size of
  content can get from *.edc file only), then ctxpopup does not
  come properly. So resolving this, the patch is using a box,
  and add a RESIZE callback to the box. When the box is resized,
  the callback calls elm_box_recalculate();

SVN revision: 66130

12 years agoelm els_scroller: Cancel wanted region set when scrollto animator is
Daniel Juyung Seo [Tue, 13 Dec 2011 01:20:21 +0000 (01:20 +0000)]
elm els_scroller: Cancel wanted region set when scrollto animator is
enabled. Check scrollto.x.animator and scrollto.y.animator
when _elm_smart_scroller_wanted_region_set is called.

SVN revision: 66126

12 years agoelm: Reverted wrong commits. This was committed by mistake :( So
Daniel Juyung Seo [Mon, 12 Dec 2011 23:57:57 +0000 (23:57 +0000)]
elm: Reverted wrong commits. This was committed by mistake :( So
shame...;

SVN revision: 66123

12 years agoelm toolbar/naviframe: Added more documentation about elm_object and
Daniel Juyung Seo [Mon, 12 Dec 2011 23:53:26 +0000 (23:53 +0000)]
elm toolbar/naviframe: Added more documentation about elm_object and
elm_object_item common APIs support. This needs to be done for other
widgets which support elm_object/elm_object_item.

SVN revision: 66122

12 years agoelementary: fix typos.
Cedric BAIL [Mon, 12 Dec 2011 08:53:22 +0000 (08:53 +0000)]
elementary: fix typos.

SVN revision: 66113

12 years agoelementary/naviframe - Bad Hermet... the flag should be flipped inside.
ChunEon Park [Mon, 12 Dec 2011 04:57:33 +0000 (04:57 +0000)]
elementary/naviframe - Bad Hermet... the flag should be flipped inside.

SVN revision: 66105

12 years agoelementary/naviframe - two more APIs
ChunEon Park [Mon, 12 Dec 2011 04:54:15 +0000 (04:54 +0000)]
elementary/naviframe - two more APIs

elm_naviframe_event_enabled_set()
elm_naviframe_event_enabled_get()

Now, user could set events enabled/disabled when item pushing/popping.

SVN revision: 66102

12 years agoadd tooltips to naviframe buttons for hahas
Mike Blumenkrantz [Sat, 10 Dec 2011 17:24:06 +0000 (17:24 +0000)]
add tooltips to naviframe buttons for hahas

SVN revision: 66089

12 years agoelementary/slideshow - deprecated API
ChunEon Park [Fri, 9 Dec 2011 07:08:49 +0000 (07:08 +0000)]
elementary/slideshow - deprecated API

elm_slideshow_item_data_get

SVN revision: 66060

12 years agoElementary/updated Document.
ChunEon Park [Fri, 9 Dec 2011 06:37:28 +0000 (06:37 +0000)]
Elementary/updated Document.

fixed indent.
added one line gap between APIs.

SVN revision: 66059

12 years agoelementary/ctxpopup - +ingroup
ChunEon Park [Fri, 9 Dec 2011 05:59:01 +0000 (05:59 +0000)]
elementary/ctxpopup - +ingroup

SVN revision: 66058

12 years agoelementary/toolbar - deprecate APIs.
ChunEon Park [Fri, 9 Dec 2011 05:26:33 +0000 (05:26 +0000)]
elementary/toolbar - deprecate APIs.

elm_toolbar_item_data_get
elm_toolbar_item_data_set
elm_toolbar_item_toolbar_get
elm_toolbar_item_label_get
elm_toolbar_item_label_set
elm_toolbar_item_disabled_get
elm_toolbar_item_disabled_set

SVN revision: 66057

12 years agoelementary/elm_slideshow - updated document.
ChunEon Park [Fri, 9 Dec 2011 04:19:28 +0000 (04:19 +0000)]
elementary/elm_slideshow - updated document.

SVN revision: 66050

12 years agoElm entry: Use the new evas_textblock_markup_to_plain when pasting.
Tom Hacohen [Thu, 8 Dec 2011 15:13:19 +0000 (15:13 +0000)]
Elm entry: Use the new evas_textblock_markup_to_plain when pasting.

This sloves many issues with pasting format.

SVN revision: 66036

12 years agoElm: Update the lib to use the new self-closing textblock tags.
Tom Hacohen [Thu, 8 Dec 2011 15:13:14 +0000 (15:13 +0000)]
Elm: Update the lib to use the new self-closing textblock tags.

SVN revision: 66035

12 years agoelemenatry/toolbar -
ChunEon Park [Thu, 8 Dec 2011 13:53:38 +0000 (13:53 +0000)]
elemenatry/toolbar -

removed BASE macro to disable the item.
but use the elm_widget_item_disabled_get instead.

SVN revision: 66033

12 years agoElm test: Update tests to use the new self-closing textblock tags.
Tom Hacohen [Thu, 8 Dec 2011 12:39:18 +0000 (12:39 +0000)]
Elm test: Update tests to use the new self-closing textblock tags.

SVN revision: 66026

12 years agoelementary/slideshow - Elm_Slideshow_Item -> Elm_Object_Item
ChunEon Park [Thu, 8 Dec 2011 11:01:01 +0000 (11:01 +0000)]
elementary/slideshow - Elm_Slideshow_Item -> Elm_Object_Item

WARNING. This may cause build breaks.

SVN revision: 66021

12 years agoelementary/naviframe - trivial change. recommended by ShilpaOnkar Singh
ChunEon Park [Thu, 8 Dec 2011 10:37:41 +0000 (10:37 +0000)]
elementary/naviframe - trivial change. recommended by ShilpaOnkar Singh

SVN revision: 66020

12 years agoElm toolbar: Fix brokeness introduced by commit 65708.
Tom Hacohen [Wed, 7 Dec 2011 12:56:34 +0000 (12:56 +0000)]
Elm toolbar: Fix brokeness introduced by commit 65708.

Disabled is a property of Elm_Object_Item and was a property of
Elm_Toolbar_Item as well. The aforementioned commit didn't remove the
property from the latter and then used both properties in an
inconsistent manner which caused data not to be up to date.

SVN revision: 65989

12 years agoElm entry: Fixed entry min size calculations.
Tom Hacohen [Tue, 6 Dec 2011 15:52:11 +0000 (15:52 +0000)]
Elm entry: Fixed entry min size calculations.

I dunno how, why and by who it got broken, but it should be working now.
If you have any issues, let me know.

SVN revision: 65960

12 years agoRevert "elementary/elm_entry : When singlelined & scrolled, entry's min width"
Tom Hacohen [Tue, 6 Dec 2011 15:52:05 +0000 (15:52 +0000)]
Revert "elementary/elm_entry : When singlelined & scrolled, entry's min width"

This reverts commit 64721.

This commit causes other issues, and it also slows entry down.

SVN revision: 65959

12 years agoelementary: add ELM_PHOTOCAM_ZOOM_MODE_AUTO_FIT_IN a new policy for zoom in elm_photocam
Michael BOUCHAUD [Tue, 6 Dec 2011 15:11:59 +0000 (15:11 +0000)]
elementary: add ELM_PHOTOCAM_ZOOM_MODE_AUTO_FIT_IN a new policy for zoom in elm_photocam

SVN revision: 65958

12 years agoelementary: API break ! using Elm_Index_Item instead of the item's data in the index...
Michael BOUCHAUD [Tue, 6 Dec 2011 14:05:55 +0000 (14:05 +0000)]
elementary: API break ! using Elm_Index_Item instead of the item's data in the index widget. This was applied for function and smart callbacks

SVN revision: 65956

12 years agoelementary/naviframe - fixed logic error.
ChunEon Park [Tue, 6 Dec 2011 10:53:20 +0000 (10:53 +0000)]
elementary/naviframe - fixed logic error.

happened after shilpa's refactoring patch.

it caused the elm_naviframe_item_style_set does not work properly.

more case-by-case checking added.

SVN revision: 65953

12 years agoif u are going to add assert()'s - include assert.h!
Carsten Haitzler [Tue, 6 Dec 2011 09:39:38 +0000 (09:39 +0000)]
if u are going to add assert()'s - include assert.h!

SVN revision: 65952

12 years agoFrom: Rajeev Ranjan (Rajeev) <rajeev.r@samsung.com> <rajeev.jnnce@gmail.com>
Carsten Haitzler [Tue, 6 Dec 2011 09:03:01 +0000 (09:03 +0000)]
From: Rajeev Ranjan (Rajeev) <rajeev.r@samsung.com> <rajeev.jnnce@gmail.com>
Subject: Re: [E-devel] [Patch] elm_slideshow patch

From: PRINCE KUMAR DUBEY <prince.dubey@samsung.com>

On behalf of Rajeev Ranjan, I am submitting the elm_slideshow patch
which add support for getting notification when transition completes.
Change Log:
new signal “transition,end” has been introduced to get notification
when transition completes.

Detail Description:
The actual requirement is to get user notified when the last item is
visible in the slideshow. In this case, user wants to take some
action, say updating button text to Restart if the slideshow does not
have loop.
The current implementation of slideshow has a signal called “changed”
which has current visible item as event_info parameter in the
callback. User can compare it with the last appended item and come to
know that the last item is visible if even_info is equal to the data
passed which should be the last appended item. The only problem is
that this signal is emitted by C code  asynchronously to the
transition, hence if the transition involves an animation, user will
most likely get it even before the transition completes. This may look
bad to the user if the button label gets updated to Restart even
before the last transition gets over.
In order to fulfill the requirement, I have introduced another signal
“transition,end” which is emitted once the transition is over.
The same requirement could have been fulfilled by emitting “changed”
signal after the transition gets over but then this will be different
from the existing implementation for other widgets, hence I introduced
the new signal “transition,end”.

SVN revision: 65951

12 years agoelementary/fileselector
ChunEon Park [Tue, 6 Dec 2011 08:18:14 +0000 (08:18 +0000)]
elementary/fileselector

Hi,

On behalf of Rajeev Ranjan, I am submitting the elc_fileselector patch.

Change Log:
Fix for the memory leak in function elm_fileselector_selected_get. Memory allocated by ecore_file_dir_get() internally using strdup was not freed.
Introduced a char *dir variable to store the memory returned by ecore_file_dir_get() function and releasing the memory before returning to caller.

Please review it.
I'd appreciate any comments on this.

Thank you,
Prince

Signed-Off-By: Rajeev Ranjan (rajeev.r@samsung.com)
Signed-Off-By: Prince Kumar Dubey (prince.dubey@samsung.com)
Signed-Off-By: ChunEon Park (hermet@hermetpe.kr)
SVN revision: 65950

12 years agoelementary/elm_entry.c : When scrollable_set is called, scroller's
WooHyun Jung [Tue, 6 Dec 2011 02:19:43 +0000 (02:19 +0000)]
elementary/elm_entry.c : When scrollable_set is called, scroller's
policy should be decided with consideration of single line mode.

SVN revision: 65933

12 years agoelm genlist: Calculate expanded_depth in _item_new
Daniel Juyung Seo [Tue, 6 Dec 2011 01:37:53 +0000 (01:37 +0000)]
elm genlist: Calculate expanded_depth in _item_new

SVN revision: 65932

12 years agoelm genlist/gengrid: Added documentation. Fixed documentation. Fixed
Daniel Juyung Seo [Tue, 6 Dec 2011 01:23:55 +0000 (01:23 +0000)]
elm genlist/gengrid: Added documentation. Fixed documentation. Fixed
formatting.

SVN revision: 65931

12 years agoelm genlist/gengrid: Refactoring. Moved global function pointers to
Daniel Juyung Seo [Tue, 6 Dec 2011 01:19:12 +0000 (01:19 +0000)]
elm genlist/gengrid: Refactoring. Moved global function pointers to
widget data.

SVN revision: 65930

12 years agoelementary/elm_entry.c : Scroller should be created when it is needed.
WooHyun Jung [Tue, 6 Dec 2011 01:07:04 +0000 (01:07 +0000)]
elementary/elm_entry.c : Scroller should be created when it is needed.
i.e in scrollable_set function.

SVN revision: 65929

12 years agomissed some things with my tooltip api break
Mike Blumenkrantz [Mon, 5 Dec 2011 17:14:07 +0000 (17:14 +0000)]
missed some things with my tooltip api break

SVN revision: 65917

12 years agoelementary: fix reordering bug.
Cedric BAIL [Mon, 5 Dec 2011 16:43:29 +0000 (16:43 +0000)]
elementary: fix reordering bug.

NOTE: queue and item list should have the same order,
but that's not the case.

SVN revision: 65915

12 years ago<stefan_schmidt> discomfitor: successful commits are often just a compile away.
Mike Blumenkrantz [Mon, 5 Dec 2011 16:05:11 +0000 (16:05 +0000)]
<stefan_schmidt> discomfitor: successful commits are often just a compile away.

SVN revision: 65914

12 years agobetter use of sub-object-del
Mike Blumenkrantz [Mon, 5 Dec 2011 15:32:53 +0000 (15:32 +0000)]
better use of sub-object-del

SVN revision: 65911

12 years agouse sub-object-del signal for win stuff
Mike Blumenkrantz [Mon, 5 Dec 2011 15:27:32 +0000 (15:27 +0000)]
use sub-object-del signal for win stuff

SVN revision: 65910

12 years agoAPI BREAK
Mike Blumenkrantz [Mon, 5 Dec 2011 15:25:09 +0000 (15:25 +0000)]
API BREAK
elm_XXX_tooltip_size_restrict_disable() -> elm_XXX_tooltip_window_mode_set()
elm_XXX_tooltip_size_restrict_disabled_get() -> elm_XXX_tooltip_window_mode_get()

SVN revision: 65909

12 years agoelementary: forgotten fast path.
Cedric BAIL [Mon, 5 Dec 2011 10:49:46 +0000 (10:49 +0000)]
elementary: forgotten fast path.

SVN revision: 65899

12 years agoelementary/elm_entry : Delete a meaningless code. wd->ent will be set as
WooHyun Jung [Mon, 5 Dec 2011 09:01:54 +0000 (09:01 +0000)]
elementary/elm_entry : Delete a meaningless code. wd->ent will be set as
resize object for elm_entry.

SVN revision: 65893

12 years agoelementary/map
ChunEon Park [Mon, 5 Dec 2011 09:00:04 +0000 (09:00 +0000)]
elementary/map

Sorry, I have forgotten adding comments to my patch.
OSM recommends to requesting map images distributively.
Please refere http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames

I used 3 input parameters for selecting one from a, b, c or 1, 2, 3, 4
tile servers.
I attached patch with comments.

Signed-Off-By: TaeHwan Kim(ohpowel@gmail.com)
Signed-Off-By: ChunEon Park(hermet@hermet.pe.kr)
SVN revision: 65892

12 years agoFrom: Bluezery <ohpowel@gmail.com>
Bluezery [Mon, 5 Dec 2011 07:30:31 +0000 (07:30 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: Re: [E-devel] [Patch][elm_map] Remove unnecessary flags

There are too may flags in elm_map. Most of them are duplicated and unnecessary.
I have removed "want", "download", "have" variables.

I use gi->job instead of "want" & "download".
I use ecore_file_exists() instead of "have" flags.

SVN revision: 65890

12 years agoelementary/naviframe - no need to allocate item pair when content is NULL
ChunEon Park [Mon, 5 Dec 2011 07:28:52 +0000 (07:28 +0000)]
elementary/naviframe - no need to allocate item pair when content is NULL

SVN revision: 65889

12 years agoelementary/map
ChunEon Park [Mon, 5 Dec 2011 05:04:24 +0000 (05:04 +0000)]
elementary/map

I have using elementary_test for testing elementary map widget.
But it use invalid object for signal callback. I have changed win --> map.
Also I have fixed invalid log message.

Signed-Off-By: TaeHwan Kim(ohpowel@gmail.com)
Signed-Off-By: ChunEon Park(hermet@hermet.pe.kr)
SVN revision: 65886

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
Hyoyoung Chang [Mon, 5 Dec 2011 04:32:37 +0000 (04:32 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] els_pan - bugfix gravity move
Date: Mon, 5 Dec 2011 13:29:48 +0900

Dear developers.

When gravity set on els_pan, user events are processing improperly.
Any touch event move pan to wrong position.
It's due to accumulate px, py.
So I fixed it.

Thanks

SVN revision: 65885

12 years agofix super annoying elm_win bug that went something like this:
Mike Blumenkrantz [Mon, 5 Dec 2011 04:26:32 +0000 (04:26 +0000)]
fix super annoying elm_win bug that went something like this:

win_resize_object_add(win, subobj);
object_content_set(otherobj, subobj);
object_del(win);

ERR<21326>:elm-externals elm_widget.c:978 elm_widget_sub_object_del() removing sub object 0xdeadbeef (some_stupid_widget) from parent 0xRRRRRRRR (win), but elm-parent is different 0xFUCKTHIS (NOT EVEN A WIDGET)!

SVN revision: 65884

12 years agoelementary/button - prevent the clicked event, when button is disabled or freezed...
ChunEon Park [Mon, 5 Dec 2011 04:03:12 +0000 (04:03 +0000)]
elementary/button - prevent the clicked event, when button is disabled or freezed events.

SVN revision: 65883

12 years agomake sub-object delete failure messages even more useful
Mike Blumenkrantz [Mon, 5 Dec 2011 03:27:32 +0000 (03:27 +0000)]
make sub-object delete failure messages even more useful

SVN revision: 65882

12 years agomake sub-object delete failure messages useful
Mike Blumenkrantz [Mon, 5 Dec 2011 03:26:19 +0000 (03:26 +0000)]
make sub-object delete failure messages useful

SVN revision: 65881

12 years agofix an infinite recursion bug and related crash in elm_box_recalculate
Mike Blumenkrantz [Mon, 5 Dec 2011 02:57:40 +0000 (02:57 +0000)]
fix an infinite recursion bug and related crash in elm_box_recalculate

SVN revision: 65880

12 years agomove safety check to actually do stuff here
Mike Blumenkrantz [Sun, 4 Dec 2011 22:02:02 +0000 (22:02 +0000)]
move safety check to actually do stuff here

SVN revision: 65872

12 years agoadd safety checks for elm_win_center
Mike Blumenkrantz [Sun, 4 Dec 2011 20:44:41 +0000 (20:44 +0000)]
add safety checks for elm_win_center

SVN revision: 65870

12 years agofront...front...front...BACK! BACK! NO WAIT FRONT! NO, BACK! ARRRRRRRRRRGHHHHHHHHHHHH...
Mike Blumenkrantz [Sun, 4 Dec 2011 07:35:33 +0000 (07:35 +0000)]
front...front...front...BACK! BACK! NO WAIT FRONT! NO, BACK! ARRRRRRRRRRGHHHHHHHHHHHHHHHHHHHH

finding this commit wasted an hour of my life.

SVN revision: 65867

12 years agoheader and docs for elm_win_center got lost in an earlier merge I guess
Mike Blumenkrantz [Sun, 4 Dec 2011 05:02:02 +0000 (05:02 +0000)]
header and docs for elm_win_center got lost in an earlier merge I guess

SVN revision: 65866

12 years agoMIN/MAX macros -> elm_priv.h
Mike Blumenkrantz [Sat, 3 Dec 2011 22:51:12 +0000 (22:51 +0000)]
MIN/MAX macros -> elm_priv.h
+elm_win_center
+elm_win_screen_constrain_get/set

SVN revision: 65859

12 years agocompletely disable selection and cnp in password entries
Mike Blumenkrantz [Sat, 3 Dec 2011 22:16:14 +0000 (22:16 +0000)]
completely disable selection and cnp in password entries

SVN revision: 65858

12 years agoelementary: forgotten file.
Cedric BAIL [Sat, 3 Dec 2011 17:03:20 +0000 (17:03 +0000)]
elementary: forgotten file.

SVN revision: 65849

12 years agoelementary: add elm_video/elm_player test.
Cedric BAIL [Sat, 3 Dec 2011 16:36:39 +0000 (16:36 +0000)]
elementary: add elm_video/elm_player test.

SVN revision: 65847

12 years agoevas_gl support back after evas 1.1 out.
Carsten Haitzler [Sat, 3 Dec 2011 14:21:58 +0000 (14:21 +0000)]
evas_gl support back after evas 1.1 out.

SVN revision: 65842

12 years agoelementary: make it possible to have more than one text in a slider.
Cedric BAIL [Fri, 2 Dec 2011 17:51:49 +0000 (17:51 +0000)]
elementary: make it possible to have more than one text in a slider.

SVN revision: 65827

12 years agoelementary: improve rendering stability by ordering queue like the displayed list.
Cedric BAIL [Fri, 2 Dec 2011 16:17:10 +0000 (16:17 +0000)]
elementary: improve rendering stability by ordering queue like the displayed list.

SVN revision: 65826

12 years agoelementary: prevent early death of items.
Cedric BAIL [Fri, 2 Dec 2011 16:00:41 +0000 (16:00 +0000)]
elementary: prevent early death of items.

SVN revision: 65824

12 years agoelm genlist: More documentation.
Daniel Juyung Seo [Fri, 2 Dec 2011 15:24:50 +0000 (15:24 +0000)]
elm genlist: More documentation.

SVN revision: 65820

12 years agoelm gen/genlist: Renamed elm_gen.h to elm_genlist.h. elm_gen will be removed and...
Daniel Juyung Seo [Fri, 2 Dec 2011 14:09:24 +0000 (14:09 +0000)]
elm gen/genlist: Renamed elm_gen.h to elm_genlist.h. elm_gen will be removed and elm_genlist will survive.

SVN revision: 65815

12 years agoelementary: do not do any call after smart callback (object could have been destroyed).
Cedric BAIL [Fri, 2 Dec 2011 14:08:24 +0000 (14:08 +0000)]
elementary: do not do any call after smart callback (object could have been destroyed).

SVN revision: 65814

12 years agoelementary: now elm_gen*_clear only destroy the item created before calling it.
Cedric BAIL [Fri, 2 Dec 2011 13:43:02 +0000 (13:43 +0000)]
elementary: now elm_gen*_clear only destroy the item created before calling it.

NOTE: As side fix, both genlist and gengrid now share their Widget_Data. Need
a lot more work to be clean and match our quality standard.

NOTE2: Genclear is now faster as it doesn't require to mark all item that need
to be removed, but just increase one int.

SVN revision: 65811

12 years agoelementary/naviframe
ChunEon Park [Fri, 2 Dec 2011 10:02:53 +0000 (10:02 +0000)]
elementary/naviframe

Added in to edje externals

Signed-Off-By: ShilpaOnkar Singh(shilpa.singh@samsung.com)
Signed-Off-By: ChunEon Park(hermet@hermet.pe.kr)
SVN revision: 65808

12 years agoelementary/bubble - updated content part name
ChunEon Park [Fri, 2 Dec 2011 09:51:23 +0000 (09:51 +0000)]
elementary/bubble - updated content part name

SVN revision: 65807

12 years agoelm list: Removed deprecated signals.
Daniel Juyung Seo [Fri, 2 Dec 2011 01:54:28 +0000 (01:54 +0000)]
elm list: Removed deprecated signals.

SVN revision: 65794

12 years agoelm els_scroller.c: Initialize variables.
Daniel Juyung Seo [Fri, 2 Dec 2011 01:16:54 +0000 (01:16 +0000)]
elm els_scroller.c: Initialize variables.

SVN revision: 65789

12 years agoelm: Updated documentations.
Daniel Juyung Seo [Fri, 2 Dec 2011 00:11:06 +0000 (00:11 +0000)]
elm: Updated documentations.

SVN revision: 65788

12 years ago+elm_toolbar_item_icon_file_set()
Mike Blumenkrantz [Thu, 1 Dec 2011 19:14:48 +0000 (19:14 +0000)]
+elm_toolbar_item_icon_file_set()
at some point this whole item api should probably be replaced with generic object stuff

SVN revision: 65785

12 years agoelementary: fix massive breakage.
Cedric BAIL [Thu, 1 Dec 2011 16:53:57 +0000 (16:53 +0000)]
elementary: fix massive breakage.

Someone learned to well from me...

SVN revision: 65784

12 years agoelementary: use new Ethumb facility.
Cedric BAIL [Thu, 1 Dec 2011 15:37:56 +0000 (15:37 +0000)]
elementary: use new Ethumb facility.

SVN revision: 65782

12 years agoElm glayer: Fixed zoom with mouse wheel.
Aharon Hillel [Thu, 1 Dec 2011 13:20:34 +0000 (13:20 +0000)]
Elm glayer: Fixed zoom with mouse wheel.

Got broken with the patch applied by Hermet.

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 65780

12 years agoelementary/naviframe - title_content_set refactored.
ShilpaOnkar Singh [Thu, 1 Dec 2011 11:41:47 +0000 (11:41 +0000)]
elementary/naviframe - title_content_set refactored.

1. Modified to support NULL content.
2. Unnecessary parameter  removed.
3. Number of lines Optimization.

Signed-Off-By: ShilpaOnkar Singh <shilpa.singh@samsung.com>
Signed-Off-By: ChunEon Park <hermet@hermet.pe.kr>
SVN revision: 65777

12 years agoelementary: propagate drag,set signal to.
Cedric BAIL [Thu, 1 Dec 2011 11:00:55 +0000 (11:00 +0000)]
elementary: propagate drag,set signal to.

patch by Mikael Sans <sans.mikael@gmail.com>

SVN revision: 65776

12 years agofix a spelling mistake
Jiyoun Park [Thu, 1 Dec 2011 08:34:43 +0000 (08:34 +0000)]
fix a spelling mistake

SVN revision: 65761

12 years agoelementry/toolbar - fixed typo
ChunEon Park [Thu, 1 Dec 2011 08:26:17 +0000 (08:26 +0000)]
elementry/toolbar - fixed typo

SVN revision: 65759

12 years agoelm Elementary.h.in: Refine the documentation.
Daniel Juyung Seo [Thu, 1 Dec 2011 07:31:03 +0000 (07:31 +0000)]
elm Elementary.h.in: Refine the documentation.

SVN revision: 65755

12 years agoelm genlist/gengrid: Removed 'label_get' backport now not later.
Daniel Juyung Seo [Thu, 1 Dec 2011 07:29:30 +0000 (07:29 +0000)]
elm genlist/gengrid: Removed 'label_get' backport now not later.

SVN revision: 65754

12 years agoelm Elementary.h.in: Fix more documentation.
Daniel Juyung Seo [Thu, 1 Dec 2011 07:11:40 +0000 (07:11 +0000)]
elm Elementary.h.in: Fix more documentation.

SVN revision: 65753

12 years agofix some of sanjeev's api review commentry.
Carsten Haitzler [Thu, 1 Dec 2011 06:43:06 +0000 (06:43 +0000)]
fix some of sanjeev's api review commentry.

SVN revision: 65752

12 years agoelm gengrid/genlist: Changed 'label_get' to 'text_get' according to the
Daniel Juyung Seo [Thu, 1 Dec 2011 06:15:08 +0000 (06:15 +0000)]
elm gengrid/genlist: Changed 'label_get' to 'text_get' according to the
recent elementary api corrections.

I changed item class's 'label_get' to 'text_get'. But 'label_get' is still
supported by union structure. So 'label_get' will just give you
deprecated warnings while compiling but it's recommended to fix your
apps to 'text_get'. Sometimes when you initialize item class using
braces, you will get 'missing braces around initializer' but ignore
this. That warning will be gone after I remove 'label_get' backport. I
will remove this 'label_get' backport after I finish below
jobs.

[TODO]
1. Fix all apps in trunk.
2. Change edc "labels" to "texts" as well. I haven't done this yet.

SVN revision: 65751

12 years agoelm Elementary.h.in: Fixed documentation typo.
Daniel Juyung Seo [Thu, 1 Dec 2011 05:28:33 +0000 (05:28 +0000)]
elm Elementary.h.in: Fixed documentation typo.

SVN revision: 65744

12 years agoelm map: Moved zoom_min_get()/zoom_max_get() to source_init() to
Daniel Juyung Seo [Thu, 1 Dec 2011 03:54:52 +0000 (03:54 +0000)]
elm map: Moved zoom_min_get()/zoom_max_get() to source_init() to
simplify code. Patch by Bluezery <ohpowel@gmail.com>

SVN revision: 65730

12 years agoelm bin/test.c: No horizontal bouncing for elm_test menu.
Daniel Juyung Seo [Wed, 30 Nov 2011 17:48:22 +0000 (17:48 +0000)]
elm bin/test.c: No horizontal bouncing for elm_test menu.

SVN revision: 65726

12 years agoelm: Removed trailing whitespaces.
Daniel Juyung Seo [Wed, 30 Nov 2011 17:44:00 +0000 (17:44 +0000)]
elm: Removed trailing whitespaces.

SVN revision: 65725

12 years agoelm gen/gengrid/genlist: More clean ups.
Daniel Juyung Seo [Wed, 30 Nov 2011 17:42:26 +0000 (17:42 +0000)]
elm gen/gengrid/genlist: More clean ups.

SVN revision: 65724