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
hermet [Tue, 29 Nov 2011 09:20:31 +0000 (09:20 +0000)]
elementary/gesture_layer - [E-devel] [Patch] elm_gesture_layer patc
Hi,
On behalf of Rajeev Ranjan, I am submitting the elm_gesture_layer patch.
Change Log:
a. Variable was used after freeing in function _remove_touched_device, now storing return value of eina_list_remove and then freeing pointer.
b. gesture pointer was dereferenced before checking it against NULL in function _rotate_test. Now dereferencing happens after NULL check.
c. Added NULL check for pointer before using it in function _event_process which is dereferenced in function _add_touched_device.
d. Memory leak fix in function elm_gesture_layer_add. Now using ELM_WIDGET_STANDARD_SETUP which takes care of NULL checks and freeing memory in case of failure.
Please review it.
I'd appreciate any comments on this.
Thank you,
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@65680
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 29 Nov 2011 08:54:19 +0000 (08:54 +0000)]
elm genlist: Changed int to Eina_Bool in case it uses 1 or 0.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65679
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 29 Nov 2011 07:44:06 +0000 (07:44 +0000)]
elementary/button - removed an unnecessary line.
reported by discomfitor who has eagle eyes.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65678
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 29 Nov 2011 04:56:08 +0000 (04:56 +0000)]
elementary/button - Setting the text after button is disabled then the text does not showed up with disabled status.
fixed it.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65668
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 29 Nov 2011 00:52:09 +0000 (00:52 +0000)]
elementary/cnp_helper - patched by PRINCE KUMAR DUBEY <prince.dubey@samsung.com>
Hi,
On behalf of Rajeev Ranjan, I am submitting the elm_cnp_helper patch.
Change Log:
Removal of DEAD_CODE (Unreachable code statement tmppath = "/tmp").
Please review it.
I'd appreciate any comments on this.
Thank you,
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65666
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 29 Nov 2011 00:09:56 +0000 (00:09 +0000)]
elementary/flip - patched by PRINCE KUMAR DUBEY <prince.dubey@samsung.com>
Hi,
On behalf of Rajeev Ranjan, I am submitting the elm_flip patch.
Change Log:
a. Removed unnecessary comparison and assignment from the function _state_update inside file src/bin/test_flip_page.c. The comparison test will always be failed. Hence the assignment which was unreachable is removed.
b. Removed unnecessary comparison and assignment from the function _state_update inside file src/lib/elm_flip.c. The comparison test will always be failed. Hence the assignment which was unreachable is removed.
Please review it.
I'd appreciate any comments on this.
Thank you,
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65664
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 29 Nov 2011 00:06:55 +0000 (00:06 +0000)]
elementary/genlist - patched by PRINCE KUMAR DUBEY<prince.dubey@samsung.com>
Hi,
On behalf of Rajeev Ranjan, I am submitting the elm_genlist patch.
Change Log:
a. Dead code removal in function _sizing_eval
b. Memory leak fix in function elm_genlist_item_insert_before due to return when wd->items is NULL and in this case, memory allocated for item was not getting free.
c. Memory leak fix in function elm_genlist_item_insert_after due to return when wd->items is NULL and in this case, memory allocated for item was not getting free.
Please review it.
I'd appreciate any comments on this.
Thank you,
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65662
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 28 Nov 2011 23:24:32 +0000 (23:24 +0000)]
ethumb: cleanup API.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65660
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 28 Nov 2011 10:21:55 +0000 (10:21 +0000)]
elementary: fix typos.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65643
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 28 Nov 2011 08:28:34 +0000 (08:28 +0000)]
elementary/naviframe - implement unset hook
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65638
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 28 Nov 2011 07:21:44 +0000 (07:21 +0000)]
elementary/naviframe - do resize when size of sub objects is changed.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65636
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jypark [Mon, 28 Nov 2011 04:42:34 +0000 (04:42 +0000)]
elm els_icon.c: There is some bug in _els_smart_icon_orient_set function.
it didn't work if orient were ELM_IMAGE_ROTATE_90_CW or CCW.
and it also make seg fault if application calls elm_image_orient_set more than twice.
for 90 or 270 rotation, we need seperate memory.
(It can be algorithm without more memory, but I selected readability than memory efficiency)
Before, els icon use file name for data2.
So it make problem, if file name was removed because of obj's data_set or size_set function.
I modified els icon code using copy data function.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65634
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 28 Nov 2011 03:09:24 +0000 (03:09 +0000)]
fix parsing <br /> tags in markup_to_utf8
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65630
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sanjeev [Mon, 28 Nov 2011 01:55:40 +0000 (01:55 +0000)]
Fix documentation.
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65625
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sat, 26 Nov 2011 04:55:03 +0000 (04:55 +0000)]
elementary/toolbar, table, box - removed *homongenous* APIs
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65603
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Fri, 25 Nov 2011 21:40:00 +0000 (21:40 +0000)]
add size hints change resize callback
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65600
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Fri, 25 Nov 2011 20:27:27 +0000 (20:27 +0000)]
add promote/demote functions for genlist
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65599
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 25 Nov 2011 15:30:57 +0000 (15:30 +0000)]
elm toolbar: Applied the API change - elm_menu_item_disabled_set to elm_object_item_disabled_set.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65598
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 25 Nov 2011 11:52:35 +0000 (11:52 +0000)]
elementary/menu - applied elm_object_item common APIs.
@deprecated
elm_menu_item_label_set
elm_menu_item_label_get
elm_menu_item_object_content_set
elm_menu_item_object_content_get
elm_menu_item_disabled_set
elm_menu_item_disabled_get
elm_menu_item_data_set
elm_menu_item_data_get
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65597
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 25 Nov 2011 10:57:39 +0000 (10:57 +0000)]
elementary/menu - Elm_Menu_Item -> Elm_Object_Item
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65596
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sanjeev [Thu, 24 Nov 2011 15:15:48 +0000 (15:15 +0000)]
Documentation fixes.
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65585
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sanjeev [Thu, 24 Nov 2011 15:15:45 +0000 (15:15 +0000)]
Documentation fixes.
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65584
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sanjeev [Thu, 24 Nov 2011 15:15:41 +0000 (15:15 +0000)]
Fix typo.
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65583
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sanjeev [Thu, 24 Nov 2011 15:15:23 +0000 (15:15 +0000)]
Fix a few typos.
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65577
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 24 Nov 2011 11:26:41 +0000 (11:26 +0000)]
elementary/naviframe - patched by shilapaonkar singh (shilpa.singh@samsung.com)
Hi Mr. Park,
Change description: [ commit message ]
Bug: Hide signal sent twice in case of prev button, next button and icon swallow areas.
Fix: Hide signal sent only once in delete callback.
Thanks & Regards
Shilpa Singh
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65570
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 24 Nov 2011 10:31:42 +0000 (10:31 +0000)]
it's time we dont auto-scale finger size with scale .. set finger size
to what u need/want.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65569
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Thu, 24 Nov 2011 08:35:14 +0000 (08:35 +0000)]
elementary: Tweak multibuttonentry docs
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65568
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Thu, 24 Nov 2011 08:35:05 +0000 (08:35 +0000)]
elementary: Remove duplicated entry
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65567
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Thu, 24 Nov 2011 08:34:56 +0000 (08:34 +0000)]
elementary: Declare multibuttonentry in list of edje externals
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65566
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Thu, 24 Nov 2011 08:34:47 +0000 (08:34 +0000)]
elementary: Tweak multibuttonentry spacing
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65565
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Thu, 24 Nov 2011 08:34:37 +0000 (08:34 +0000)]
elementary: Avoid fixed length static buffers
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65564
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Thu, 24 Nov 2011 08:34:26 +0000 (08:34 +0000)]
elementary: Fix style issues in multibuttonentry
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65563
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 24 Nov 2011 05:07:23 +0000 (05:07 +0000)]
make insanely huge icon scale with screen size, this is broken somehow because of some icon sizing bug
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65562
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 24 Nov 2011 04:52:16 +0000 (04:52 +0000)]
even better tooltip placement, more debug messages, some developer comments, don't show tooltip if it's going to be a failure offscreen tooltip (FOT) (tm)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65561
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 24 Nov 2011 04:17:03 +0000 (04:17 +0000)]
svn:ignore
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65560
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 24 Nov 2011 04:16:03 +0000 (04:16 +0000)]
further improve tooltip placement, add debug messages so I don't have to keep writing them in when I want to tinker with this
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65559
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Thu, 24 Nov 2011 04:02:27 +0000 (04:02 +0000)]
elementary: Update translations
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65558
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Thu, 24 Nov 2011 04:02:18 +0000 (04:02 +0000)]
elementary: Add edje support for multibuttonentry
Original code by Hyunsil Park <hyunsil.park@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65557
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Thu, 24 Nov 2011 04:02:09 +0000 (04:02 +0000)]
elementary: Formatting tweaks
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65556
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Thu, 24 Nov 2011 04:01:56 +0000 (04:01 +0000)]
elementary: Formatting fixes for multibuttonentry
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65555
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 24 Nov 2011 03:22:32 +0000 (03:22 +0000)]
only run one test
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65554
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 24 Nov 2011 02:42:46 +0000 (02:42 +0000)]
unbreak tooltip placement
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65553
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Thu, 24 Nov 2011 01:06:45 +0000 (01:06 +0000)]
elementary: Fix warnings in multibuttonentry
CC libelementary_la-elc_multibuttonentry.lo
elc_multibuttonentry.c: In function ‘_set_vis_guidetext’:
elc_multibuttonentry.c:309:20: warning: unused variable ‘en_width’
elc_multibuttonentry.c: In function ‘_resize_button’:
elc_multibuttonentry.c:741:16: warning: unused variable ‘button_text’
elc_multibuttonentry.c: In function ‘_add_button_item’:
elc_multibuttonentry.c:772:40: warning: unused variable ‘h_btn’
elc_multibuttonentry.c: In function ‘_entry_resized_cb’:
elc_multibuttonentry.c:1064:86: warning: unused parameter ‘event_info’
elc_multibuttonentry.c: In function ‘elm_multibuttonentry_item_select’:
elc_multibuttonentry.c:1531:12: warning: suggest explicit braces to avoid ambiguous ‘else’
elc_multibuttonentry.c: In function ‘_resize_button’:
elc_multibuttonentry.c:747:37: warning: ‘padding_inner’ is used uninitialized in this function
^Cmake: *** [libelementary_la-elc_multibuttonentry.lo] Error 1
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65550
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Thu, 24 Nov 2011 01:06:36 +0000 (01:06 +0000)]
elementary: Fix warnings in multibuttonentry
test_multibuttonentry.c: In function ‘_item_selected_cb’:
test_multibuttonentry.c:7:37: warning: unused parameter ‘data’
test_multibuttonentry.c:7:56: warning: unused parameter ‘obj’
test_multibuttonentry.c: In function ‘_item_added_cb’:
test_multibuttonentry.c:15:34: warning: unused parameter ‘data’
test_multibuttonentry.c:15:53: warning: unused parameter ‘obj’
test_multibuttonentry.c: In function ‘_item_deleted_cb’:
test_multibuttonentry.c:22:36: warning: unused parameter ‘data’
test_multibuttonentry.c:22:55: warning: unused parameter ‘obj’
test_multibuttonentry.c:22:66: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_item_clicked_cb’:
test_multibuttonentry.c:28:37: warning: unused parameter ‘data’
test_multibuttonentry.c:28:56: warning: unused parameter ‘obj’
test_multibuttonentry.c: In function ‘_mbe_clicked_cb’:
test_multibuttonentry.c:34:36: warning: unused parameter ‘data’
test_multibuttonentry.c:34:66: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_mbe_unfocused_cb’:
test_multibuttonentry.c:54:38: warning: unused parameter ‘data’
test_multibuttonentry.c:54:68: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_mbe_focused_cb’:
test_multibuttonentry.c:61:36: warning: unused parameter ‘data’
test_multibuttonentry.c:61:55: warning: unused parameter ‘obj’
test_multibuttonentry.c:61:66: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_expanded_cb’:
test_multibuttonentry.c:67:32: warning: unused parameter ‘data’
test_multibuttonentry.c:67:51: warning: unused parameter ‘obj’
test_multibuttonentry.c:67:62: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_shrank_cb’:
test_multibuttonentry.c:73:30: warning: unused parameter ‘data’
test_multibuttonentry.c:73:49: warning: unused parameter ‘obj’
test_multibuttonentry.c:73:60: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_shrink_state_changed_cb’:
test_multibuttonentry.c:79:44: warning: unused parameter ‘data’
test_multibuttonentry.c:79:63: warning: unused parameter ‘obj’
test_multibuttonentry.c:79:74: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_item_filter_cb’:
test_multibuttonentry.c:85:47: warning: unused parameter ‘obj’
test_multibuttonentry.c:85:82: warning: unused parameter ‘item_data’
test_multibuttonentry.c:85:99: warning: unused parameter ‘data’
test_multibuttonentry.c: In function ‘_button_clicked_cb’:
test_multibuttonentry.c:92:38: warning: unused parameter ‘data’
test_multibuttonentry.c:92:57: warning: unused parameter ‘obj’
test_multibuttonentry.c:92:68: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘test_multibuttonentry’:
test_multibuttonentry.c:161:38: warning: unused variable ‘bx2’
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65549
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Thu, 24 Nov 2011 01:06:26 +0000 (01:06 +0000)]
elementary: Add multibuttonentry widget
---------------------------------------------------
Dear Developers,
I added a new widget called “Multibuttonentry" which could be used as contact button in App
This widget allows a user to insert a text button.
text button is inserted by pressing the "Enter key"
If there is no space in the current row, the new button is entered in the next row. If the button is clicked, it will become focused.
And focused button can be removed by pressing the "backspace" key.
when items are added over 1 lines, if Multibuttonentry lost focus, it becase shrink mode (made it as 1 line)
Please review it's APIs and functionalities.
Thank you,
Goun
---------------------------------------------------
Widget was originally written by Hyunsil Park <hyunsil.park@samsung.com>.
It has been contributed to by the following people:
* Jihoon Kim <jihoon48.kim@samsung.com>
* WooHyun Jung <wh0705.jung@samsung.com>
* deasung.kim <deasung.kim@samsung.com>
* Myungjae Lee <mjae.lee@samsung.com>
* Goun Lee <gouni.lee@samsung.com>
* Mike McCormack <mj.mccormack@samsung.com>
* Daniel Juyung Seo <juyung.seo@samsung.com>
* Seunggyun Kim <sgyun.kim@samsung.com>
* sanghoon80.cho <sanghoon80.cho@samsung.com>
Signed-off-by: 이고은 <gouni.lee@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65548
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 23 Nov 2011 23:14:12 +0000 (23:14 +0000)]
match partial test words in elm_test
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65544
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 23 Nov 2011 12:09:51 +0000 (12:09 +0000)]
elm genlist.edc: Used CURRENT feature for edc transition.
yay! this is the first commit using CURRENT.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65537
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 23 Nov 2011 10:48:48 +0000 (10:48 +0000)]
elm Elementary.h.in: Sync with AUTHORS.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65536
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 23 Nov 2011 08:49:47 +0000 (08:49 +0000)]
should probably have my dev id in here with my name...
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65533
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 23 Nov 2011 08:40:50 +0000 (08:40 +0000)]
change of email address: this is going to be ugly
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65531
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Wed, 23 Nov 2011 07:45:48 +0000 (07:45 +0000)]
elementary: Fix a warning
elm_win.c: In function ‘elm_win_focus_get’:
elm_win.c:2182:4: warning: ‘return’ with no value, in function returning non-void
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65527
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 23 Nov 2011 02:47:57 +0000 (02:47 +0000)]
elementary/panes - change the default to left content
my fault. left content would be better as a default content
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65525
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Tue, 22 Nov 2011 12:37:26 +0000 (12:37 +0000)]
[elementary] Fix return value on function.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65515
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 22 Nov 2011 08:02:53 +0000 (08:02 +0000)]
improve docs on label
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65510
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jaehwan [Tue, 22 Nov 2011 06:37:30 +0000 (06:37 +0000)]
Bug fix about scrolling wrong location. The main point is to use the UPDATED geometry of the child object, but the geometry has yet to be calculated and is queued for calculation later.
Firstly, for efficiency, we add a Job to calculate the whole canvas. Jobs implicitly coallate work per event loop.
Calcuation of object can be a reasonably intensive set of work.
In the job callback we calculate the whole canvas with evas_smart_objects_calculate() to ensure that all objects have the correct geometry at this point.
Reviewed by Raster.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65509
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Mon, 21 Nov 2011 21:36:26 +0000 (21:36 +0000)]
Elm: fix warning on Windows
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65501
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 21 Nov 2011 19:55:13 +0000 (19:55 +0000)]
use new elm_win function to find screen geometry instead of ecore_x
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65495
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 21 Nov 2011 19:51:24 +0000 (19:51 +0000)]
add elm_win_screen_size_get using ecore_evas
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65494
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 21 Nov 2011 19:41:53 +0000 (19:41 +0000)]
add elm_win_focus_get
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65493
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 21 Nov 2011 19:12:35 +0000 (19:12 +0000)]
maybe throttling this was not a great idea...
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65491
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 21 Nov 2011 18:54:53 +0000 (18:54 +0000)]
use strcasecmp for cmdline testing so I don't have to use caps randomly
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65488
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33