hermet [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
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66057
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 9 Dec 2011 04:19:28 +0000 (04:19 +0000)]
elementary/elm_slideshow - updated document.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66050
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66036
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 8 Dec 2011 15:13:14 +0000 (15:13 +0000)]
Elm: Update the lib to use the new self-closing textblock tags.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66035
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66033
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 8 Dec 2011 12:39:18 +0000 (12:39 +0000)]
Elm test: Update tests to use the new self-closing textblock tags.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66026
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66021
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 8 Dec 2011 10:37:41 +0000 (10:37 +0000)]
elementary/naviframe - trivial change. recommended by ShilpaOnkar Singh
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66020
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65989
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65960
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65959
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [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
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65958
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [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
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65956
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65953
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 6 Dec 2011 09:39:38 +0000 (09:39 +0000)]
if u are going to add assert()'s - include assert.h!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65952
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [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”.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65951
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65950
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
woohyun [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65933
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 6 Dec 2011 01:37:53 +0000 (01:37 +0000)]
elm genlist: Calculate expanded_depth in _item_new
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65932
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 6 Dec 2011 01:23:55 +0000 (01:23 +0000)]
elm genlist/gengrid: Added documentation. Fixed documentation. Fixed
formatting.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65931
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 6 Dec 2011 01:19:12 +0000 (01:19 +0000)]
elm genlist/gengrid: Refactoring. Moved global function pointers to
widget data.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65930
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
woohyun [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65929
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 5 Dec 2011 17:14:07 +0000 (17:14 +0000)]
missed some things with my tooltip api break
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65917
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65915
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 5 Dec 2011 16:05:11 +0000 (16:05 +0000)]
<stefan_schmidt> discomfitor: successful commits are often just a compile away.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65914
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 5 Dec 2011 15:32:53 +0000 (15:32 +0000)]
better use of sub-object-del
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65911
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 5 Dec 2011 15:27:32 +0000 (15:27 +0000)]
use sub-object-del signal for win stuff
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65910
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [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()
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65909
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 5 Dec 2011 10:49:46 +0000 (10:49 +0000)]
elementary: forgotten fast path.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65899
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
woohyun [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65893
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65892
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65890
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 5 Dec 2011 07:28:52 +0000 (07:28 +0000)]
elementary/naviframe - no need to allocate item pair when content is NULL
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65889
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65886
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [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
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65885
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [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)!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65884
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 5 Dec 2011 04:03:12 +0000 (04:03 +0000)]
elementary/button - prevent the clicked event, when button is disabled or freezed events.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65883
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 5 Dec 2011 03:27:32 +0000 (03:27 +0000)]
make sub-object delete failure messages even more useful
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65882
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 5 Dec 2011 03:26:19 +0000 (03:26 +0000)]
make sub-object delete failure messages useful
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65881
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 5 Dec 2011 02:57:40 +0000 (02:57 +0000)]
fix an infinite recursion bug and related crash in elm_box_recalculate
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65880
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sun, 4 Dec 2011 22:02:02 +0000 (22:02 +0000)]
move safety check to actually do stuff here
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65872
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sun, 4 Dec 2011 20:44:41 +0000 (20:44 +0000)]
add safety checks for elm_win_center
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65870
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65867
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [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
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65866
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [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
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65859
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 3 Dec 2011 22:16:14 +0000 (22:16 +0000)]
completely disable selection and cnp in password entries
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65858
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Sat, 3 Dec 2011 17:03:20 +0000 (17:03 +0000)]
elementary: forgotten file.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65849
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Sat, 3 Dec 2011 16:36:39 +0000 (16:36 +0000)]
elementary: add elm_video/elm_player test.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65847
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 3 Dec 2011 14:21:58 +0000 (14:21 +0000)]
evas_gl support back after evas 1.1 out.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65842
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 2 Dec 2011 17:51:49 +0000 (17:51 +0000)]
elementary: make it possible to have more than one text in a slider.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65827
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 2 Dec 2011 16:17:10 +0000 (16:17 +0000)]
elementary: improve rendering stability by ordering queue like the displayed list.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65826
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 2 Dec 2011 16:00:41 +0000 (16:00 +0000)]
elementary: prevent early death of items.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65824
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 2 Dec 2011 15:24:50 +0000 (15:24 +0000)]
elm genlist: More documentation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65820
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65815
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [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).
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65814
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65811
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65808
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 2 Dec 2011 09:51:23 +0000 (09:51 +0000)]
elementary/bubble - updated content part name
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65807
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 2 Dec 2011 01:54:28 +0000 (01:54 +0000)]
elm list: Removed deprecated signals.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65794
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 2 Dec 2011 01:16:54 +0000 (01:16 +0000)]
elm els_scroller.c: Initialize variables.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65789
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 2 Dec 2011 00:11:06 +0000 (00:11 +0000)]
elm: Updated documentations.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65788
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [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
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65785
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 1 Dec 2011 16:53:57 +0000 (16:53 +0000)]
elementary: fix massive breakage.
Someone learned to well from me...
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65784
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 1 Dec 2011 15:37:56 +0000 (15:37 +0000)]
elementary: use new Ethumb facility.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65782
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65780
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65777
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65776
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jypark [Thu, 1 Dec 2011 08:34:43 +0000 (08:34 +0000)]
fix a spelling mistake
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65761
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 1 Dec 2011 08:26:17 +0000 (08:26 +0000)]
elementry/toolbar - fixed typo
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65759
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 1 Dec 2011 07:31:03 +0000 (07:31 +0000)]
elm Elementary.h.in: Refine the documentation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65755
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 1 Dec 2011 07:29:30 +0000 (07:29 +0000)]
elm genlist/gengrid: Removed 'label_get' backport now not later.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65754
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 1 Dec 2011 07:11:40 +0000 (07:11 +0000)]
elm Elementary.h.in: Fix more documentation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65753
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 1 Dec 2011 06:43:06 +0000 (06:43 +0000)]
fix some of sanjeev's api review commentry.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65752
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65751
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 1 Dec 2011 05:28:33 +0000 (05:28 +0000)]
elm Elementary.h.in: Fixed documentation typo.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65744
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65730
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 30 Nov 2011 17:48:22 +0000 (17:48 +0000)]
elm bin/test.c: No horizontal bouncing for elm_test menu.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65726
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 30 Nov 2011 17:44:00 +0000 (17:44 +0000)]
elm: Removed trailing whitespaces.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65725
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 30 Nov 2011 17:42:26 +0000 (17:42 +0000)]
elm gen/gengrid/genlist: More clean ups.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65724
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 30 Nov 2011 17:31:01 +0000 (17:31 +0000)]
elm gen/gengrid/genlist: Moved more gen stuffs to genlist. Most of all gen stuffs were moved to genlist as of now. This is for elementary 1.0 release.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65722
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 30 Nov 2011 17:13:57 +0000 (17:13 +0000)]
elm gen/gengrid/genlist: Partially removing gen. Partially merging gengrid into genlist. (Season 2)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65721
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
antognolli [Wed, 30 Nov 2011 17:12:34 +0000 (17:12 +0000)]
elm/win: Improve the docs to make clear the behavior of resize objects.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65720
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 30 Nov 2011 16:03:03 +0000 (16:03 +0000)]
elm gen/gengrid/genlist: Partially removing gen. Partially merging gengrid into genlist.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65718
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 30 Nov 2011 14:40:22 +0000 (14:40 +0000)]
elm gen/gengrid/genlist: Fixed wrong elm_gen_clear changes.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65717
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 30 Nov 2011 14:19:29 +0000 (14:19 +0000)]
elm gen/gengrid/genlist: Applied gen deprecation and gengrid/genlist undeprecation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65716
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Wed, 30 Nov 2011 11:03:22 +0000 (11:03 +0000)]
elementary: fix wrong calculation for gengrid group items
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65714
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 30 Nov 2011 08:37:55 +0000 (08:37 +0000)]
elm map: Fixed memory leaks in _nominatim_url_cb() function. Patch by
Bluezery <ohpowel@gmail.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65712
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 30 Nov 2011 05:10:23 +0000 (05:10 +0000)]
elementary/toolbar - Elm_Toolbar_Item -> Elm_Object_Item
tweet: API Changes. This change may cause build break.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65708
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 30 Nov 2011 05:00:56 +0000 (05:00 +0000)]
elm map: Add error handling to see the definite error log because
sometimes evas_object_image_file_set() is failed. Patch by Bluezery
<ohpowel@gmail.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65707
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 30 Nov 2011 00:59:19 +0000 (00:59 +0000)]
elm gen/gengrid/genlist: Undeprecate some gengrid/genlist APIs and
deprecate all elm_gen APIs.
We will merge gengrid into genlist later and remove elm_gen.
I updated http://trac.enlightenment.org/e/wiki/ElementaryChanges
I will fix other libraries/programs in trunk soon.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65700
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 30 Nov 2011 00:16:36 +0000 (00:16 +0000)]
elementary/quicklaunch - [E-devel] [Patch] quicklaunch patch
a. Fix to handle the condition when read returns 0 and the content of buf is uninitialized in function handle_run inside file "src/bin/quicklaunch.c".
b. Indentation correction in function handle_run around the location of fix above.
Signed-Off-By: RAJEEV RANJAN <rajeev.r@samsumg.com>
Signed-Off-By: PRINCE KUMAR DUBEY <prince.dubey@samsung.com>
Signed-Off-By: ChunEon Park <hermet@hermet.pe.kr>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65699
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 30 Nov 2011 00:12:10 +0000 (00:12 +0000)]
elementary/photocam - [E-devel] [Patch] elm_photocam patch
a. Handled memory allocation failure in function grid_create inside source file src/lib/elm_photocam.c of package elementary.
b. Fixed Memory leak in functiongrid_create due to return without releasing memory allocated for variable g of type Grid *.
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@hermet.pe.kr>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65698
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 30 Nov 2011 00:07:44 +0000 (00:07 +0000)]
elementary/index - [E-devel] [Patch] elm_index patch
Hi,
Attachment to the mail is elm_index patch.
Change Log:
a. Memory leak fix in function elm_index_item_append_relative due to memory allocated for item creation reamined allocated when the control returns.
b. Memory leak fix in function elm_index_item_prepend_relative due to memory allocated for item creation reamined allocated when the control returns.
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@hermet.pe.kr>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65697
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 29 Nov 2011 22:54:58 +0000 (22:54 +0000)]
elm data/objects: Updated svn:ignore.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65694
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 29 Nov 2011 14:03:14 +0000 (14:03 +0000)]
elm genlist: Added elm_genlist_item_fields_update(). Patch by Hyoyoung
Chang <hyoyoung.chang@samsung.com>
2011/10/27 Hyoyoung Chang <hyoyoung.chang@samsung.com>:
> Dear developers
>
> I made a patch to add elm_genlist_item_fields_update function.
> It can be used to updating genlist's item part without
realize/unrealize
> itself.
>
> Prototype is
> elm_genlist_item_fields_update
> (Elm_Genlist_Item *it, const char *part,
Elm_Genlist_Item_Field_Flags itf)
>
> Part supports globbing. Passing "*" to part means updating all parts.
> Item field can be one of icon, content and state.
> I think it's useful to speed up if an app updates frequently.
>
> Thanks
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65688
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 29 Nov 2011 09:40:49 +0000 (09:40 +0000)]
update po's
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65687
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 29 Nov 2011 09:40:37 +0000 (09:40 +0000)]
add shot.sh to makefile.am
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65686
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 29 Nov 2011 09:26:59 +0000 (09:26 +0000)]
elementary/glview - [E-devel] [Patch] elm_glview patch
Fix to unreachable code in function elm_glview_resize_policy_set.
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@hermet.pe.kr>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65684
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Tue, 29 Nov 2011 09:24:41 +0000 (09:24 +0000)]
elementary: Fix a warning
elc_naviframe.c: In function ‘_title_content_unset’:
elc_naviframe.c:786:17: warning: ‘content’ may be used uninitialized in this function
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65682
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Tue, 29 Nov 2011 09:24:31 +0000 (09:24 +0000)]
elementary: Remove extra \n in printf
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65681
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33