framework/uifw/elementary.git
12 years agoglayer: Fixed angle computation 1. Angles now are given in DEG, not RAD 2. ZERO angle...
tasn [Wed, 21 Dec 2011 08:48:08 +0000 (08:48 +0000)]
glayer: Fixed angle computation 1. Angles now are given in DEG, not RAD 2. ZERO angle at 12-oclock, growing clockwise. 3. TODO: Fixe rotation Momentum computation.

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66427 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElementary: fixed momentum value for zoom test.
tasn [Wed, 21 Dec 2011 08:48:03 +0000 (08:48 +0000)]
Elementary: fixed momentum value for zoom test.

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66426 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm glayer: Added momentum computation in zoom-wheel
tasn [Wed, 21 Dec 2011 08:48:00 +0000 (08:48 +0000)]
Elm glayer: Added momentum computation in zoom-wheel

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66425 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary: Added gesture Layer Momentum test (test_gesture_layer3)
tasn [Wed, 21 Dec 2011 08:47:56 +0000 (08:47 +0000)]
elementary: Added gesture Layer Momentum test (test_gesture_layer3)

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66424 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm Glayer: Fixed Momentum gesture compuation
tasn [Wed, 21 Dec 2011 08:47:53 +0000 (08:47 +0000)]
Elm Glayer: Fixed Momentum gesture compuation

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66423 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm glayer: Updated rotation momentum computation - not final version
tasn [Wed, 21 Dec 2011 08:47:50 +0000 (08:47 +0000)]
Elm glayer: Updated rotation momentum computation - not final version

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66422 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm glayer: Added support for rotation-momentum (first version)
tasn [Wed, 21 Dec 2011 08:47:47 +0000 (08:47 +0000)]
Elm glayer: Added support for rotation-momentum (first version)

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66421 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoAdded support for zoom-momentum (first version)
tasn [Wed, 21 Dec 2011 08:47:44 +0000 (08:47 +0000)]
Added support for zoom-momentum (first version)

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66420 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: cnook <kimcinoo@gmail.com>
raster [Wed, 21 Dec 2011 06:35:22 +0000 (06:35 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch] elc_ctxpopup, add restacking feature

I have attached two files, one is the patch(*.diff) for adding
restacking feature to the ctxpopup.
The other is test example(*.TEST_EXAMPLE). You can test on the
elementary_test > ctxpopup > "Ctxpopup with user content"
And click the button which is labeled "Enlightenment". Then label will
overlap the ctxpopup.. The ctxpopup will raise in a little time.
Please review the patch and if there is no problem, please throw the
test example away! :-)

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

12 years agoFrom: Bluezery <ohpowel@gmail.com>
raster [Wed, 21 Dec 2011 06:12:08 +0000 (06:12 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Apply elm gesture

elm_map implement pinch gesture by using evas mouse event. But it made
codes too complicated and dirty.
So I have changed pinch gesture by using elm_gesture. wheel zooming is
also improved somewhat.
From now on, configuration change related elm_gesture easily applied
to elm_map and we can see more smooth zooming :D

Anyway, els_scroller have bugs when the scrolling event & the resize
event occurs at the same time.
So, some dirty codes are added for preventing jumping to strange positions.
Later it will be removed when the bugs are fixed.

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

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
discomfitor [Wed, 21 Dec 2011 03:49:53 +0000 (03:49 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_cnp_helper - bugfix mixing with ecore selection set apis
Date: Tue, 20 Dec 2011 18:57:25 +0900

Dear all

When ecore selection set apis(such as ecore_x_selection_clipboard_set)
used in elementary,
Some data is not pasted to elementary widgets.
It's due to mix ecore selection with elementary selection apis.

Data which by ecore doesn't have TARGETS information,
so elementary make it up with TARGETS Information for copying & pasting.

Thank you.

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

12 years agoelementary: now you can align your icon
yoz [Tue, 20 Dec 2011 11:45:53 +0000 (11:45 +0000)]
elementary: now you can align your icon

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

12 years agoElm glayer: Added config value to multi-touch rotation.
tasn [Tue, 20 Dec 2011 08:39:30 +0000 (08:39 +0000)]
Elm glayer: Added config value to multi-touch rotation.

Patch by Bluezery.

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

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
discomfitor [Tue, 20 Dec 2011 08:37:26 +0000 (08:37 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_cnp_helper - add type checking for non-elm cnp datas
Date: Fri, 16 Dec 2011 17:09:37 +0900

Dear developers

elm_cnp_helper supports rich types for copying & pasting.
but it doesn't extend like x11 way.
this patch introduces to reduce mismatch for checking selection type format.
now elm can live in harmony with non-elm cnp datas

Thanks

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

12 years agoelm elm_genlist.h: Fixed formatting.
seoz [Tue, 20 Dec 2011 06:11:05 +0000 (06:11 +0000)]
elm elm_genlist.h: Fixed formatting.

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

12 years agoelm genlist: Fixed item show apis.
seoz [Tue, 20 Dec 2011 05:57:53 +0000 (05:57 +0000)]
elm genlist: Fixed item show apis.

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

12 years agoelm hoversel: Fixed icon_get/icon_unset API.
seoz [Tue, 20 Dec 2011 04:51:44 +0000 (04:51 +0000)]
elm hoversel: Fixed icon_get/icon_unset API.

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

12 years agoelemenatry/hoversel - updated doc. deprecated APIs
hermet [Tue, 20 Dec 2011 02:44:46 +0000 (02:44 +0000)]
elemenatry/hoversel - updated doc. deprecated APIs

elm_hoversel_icon_set
elm_hoversel_icon_get
elm_hoversel_icon_unset
elm_hoversel_item_data_get
elm_hoversel_item_label_get

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

12 years agoelementary/hoversel - Elm_Hoversel_Item -> Elm_Object_Item
hermet [Tue, 20 Dec 2011 01:03:17 +0000 (01:03 +0000)]
elementary/hoversel - Elm_Hoversel_Item -> Elm_Object_Item

**This may break your application compilation**

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

12 years agoelementary: Fixed the problem of scroller (photocam, gengrid, ... maybe other). When...
yoz [Mon, 19 Dec 2011 18:17:45 +0000 (18:17 +0000)]
elementary: Fixed the problem of scroller (photocam, gengrid, ... maybe other). When we are dragging or animating the scroller, we can do call some edje_object_part_drag_value_set who generate an edje signal 'drag,set'. But, we don't want catch it at this times!

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

12 years agooops - EMAP_* still there. remove.
raster [Mon, 19 Dec 2011 12:17:15 +0000 (12:17 +0000)]
oops - EMAP_* still there. remove.

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

12 years agoinclude inclide/link lines in elementayr.pc of all dependencies toi
raster [Mon, 19 Dec 2011 11:22:07 +0000 (11:22 +0000)]
include inclide/link lines in elementayr.pc of all dependencies toi
make DSO system go shhhhh - dont have one to test so i may have gone a
bit overboard :)

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

12 years agoelementary/naviframe - fixed logic.
hermet [Mon, 19 Dec 2011 11:13:06 +0000 (11:13 +0000)]
elementary/naviframe - fixed logic.

when new content is coming, it needs to have some intialization.

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

12 years agoelementary: photocam fix region get, here x and y can be negative
yoz [Mon, 19 Dec 2011 10:06:32 +0000 (10:06 +0000)]
elementary: photocam fix region get, here x and y can be negative

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

12 years agoelementary: photocam fix calc of zoom, need a double here
yoz [Mon, 19 Dec 2011 10:00:25 +0000 (10:00 +0000)]
elementary: photocam fix calc of zoom, need a double here

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

12 years agoelemenatry/widget - added NULL check
hermet [Mon, 19 Dec 2011 07:22:25 +0000 (07:22 +0000)]
elemenatry/widget - added NULL check

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

12 years agoelemenatry/elm_widget - removed unnecesary compare.
hermet [Mon, 19 Dec 2011 07:06:22 +0000 (07:06 +0000)]
elemenatry/elm_widget - removed unnecesary compare.

if the obj is NULL then sd will be NULL also.

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

12 years agoElementary glayer: Added a config value to disable multitouch zoom.
tasn [Sun, 18 Dec 2011 08:45:59 +0000 (08:45 +0000)]
Elementary glayer: Added a config value to disable multitouch zoom.

Patch by Bluezery.

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

12 years agoelementary: Fix a warning
mike_m [Sat, 17 Dec 2011 20:45:00 +0000 (20:45 +0000)]
elementary: Fix a warning

Signed-off-by: Mike McCormack <mikem@ring3k.org>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66307 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/naviframe - OHG fixed typo
hermet [Fri, 16 Dec 2011 11:01:20 +0000 (11:01 +0000)]
elementary/naviframe - OHG fixed typo

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

12 years agoelementary/naviframe - refactored title_content_set
hermet [Fri, 16 Dec 2011 09:07:41 +0000 (09:07 +0000)]
elementary/naviframe - refactored title_content_set

fault here again!

it would missed one case.

step 1. actual content set
step 2. NULL content set

Since it did not remove content_pair structure even NULL object as a new one set,
the dangling structure could be happened.

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

12 years agoelementary/ctxpopup - trivial changes.
hermet [Fri, 16 Dec 2011 05:31:47 +0000 (05:31 +0000)]
elementary/ctxpopup - trivial changes.

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

12 years agoelementary/ctxpopup
hermet [Fri, 16 Dec 2011 05:27:11 +0000 (05:27 +0000)]
elementary/ctxpopup

Hey dear, here is the second patch using the box for the ctxpopup's
content.
The wd->content is content which is set by
elm_object_content_set(ctxpopup, content) not the box.
Please check this and give any feedbacks, Thanks. :-)

Signed-Off-By: Kim Shinwoo <kimcinoo.efl@gmail.com>
Signed-Off-By: ChunEon Park <hermet@hermet.pe.kr>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66268 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/ctxpopup
hermet [Fri, 16 Dec 2011 05:15:32 +0000 (05:15 +0000)]
elementary/ctxpopup

Sure, I have separated the path.
The attached patch is for the using previous result which is calculated by
the _calc_base_geometry();
Thanks always.. Please review this patch first. I will send second one
based on the attached.

Sincerely,
Shinwoo Kim.

Signed-Off-By: Kim Shinwoo <kimcinoo.efl@gmail.com>
Signed-Off-By: ChunEon Park <hermet@hermet.pe.kr>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66267 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm genlist: Internal variable refactoring.
seoz [Thu, 15 Dec 2011 15:24:17 +0000 (15:24 +0000)]
elm genlist: Internal variable refactoring.

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

12 years agoElm entry: propogate the new edje cursor,changed,manual signal.
tasn [Thu, 15 Dec 2011 14:42:22 +0000 (14:42 +0000)]
Elm entry: propogate the new edje cursor,changed,manual signal.

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

12 years agoElm entry: Use the new textblock functions for markup<->utf8.
tasn [Thu, 15 Dec 2011 13:03:58 +0000 (13:03 +0000)]
Elm entry: Use the new textblock functions for markup<->utf8.

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

12 years agoelementary: fix align in the photocam test
yoz [Thu, 15 Dec 2011 11:54:21 +0000 (11:54 +0000)]
elementary: fix align in the photocam test

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

12 years agoelementary: I have say evas 1.2
yoz [Wed, 14 Dec 2011 21:45:46 +0000 (21:45 +0000)]
elementary: I have say evas 1.2

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

12 years agoelementary: sorry, but elementary need evas 1.2
yoz [Wed, 14 Dec 2011 21:42:41 +0000 (21:42 +0000)]
elementary: sorry, but elementary need evas 1.2

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

12 years agoelementary: now photocam support all image formats (if evas support it sure :D)
yoz [Wed, 14 Dec 2011 21:03:55 +0000 (21:03 +0000)]
elementary: now photocam support all image formats (if evas support it sure :D)

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

12 years agoelementary: add fit_in test in photocam
yoz [Wed, 14 Dec 2011 20:54:31 +0000 (20:54 +0000)]
elementary: add fit_in test in photocam

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

12 years agoelementary: fix fileselector with dir selection
yoz [Wed, 14 Dec 2011 20:53:44 +0000 (20:53 +0000)]
elementary: fix fileselector with dir selection

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

12 years agoelm genlist/gengrid: Changed 'labels' to 'texts' in edc.
seoz [Wed, 14 Dec 2011 16:36:09 +0000 (16:36 +0000)]
elm genlist/gengrid: Changed 'labels' to 'texts' in edc.

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

12 years agoelementary: make elm_icon_file_set work on file on disk change.
cedric [Wed, 14 Dec 2011 16:02:57 +0000 (16:02 +0000)]
elementary: make elm_icon_file_set work on file on disk change.

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

12 years agoElm util: change text_to_mkup to use textblock_text_utf8_to_markup.
tasn [Wed, 14 Dec 2011 15:12:08 +0000 (15:12 +0000)]
Elm util: change text_to_mkup to use textblock_text_utf8_to_markup.

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

12 years agoElm theme: Adjust the default theme to rely on the default tags.
tasn [Wed, 14 Dec 2011 15:12:02 +0000 (15:12 +0000)]
Elm theme: Adjust the default theme to rely on the default tags.

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

12 years agoElm entry: Adjust the conversion funcs to use the new tags.
tasn [Wed, 14 Dec 2011 15:11:55 +0000 (15:11 +0000)]
Elm entry: Adjust the conversion funcs to use the new tags.

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

12 years agoElm entry: Conform to the evas markup_to_plain -> text_markup_to_utf8 change.
tasn [Wed, 14 Dec 2011 11:51:02 +0000 (11:51 +0000)]
Elm entry: Conform to the evas markup_to_plain -> text_markup_to_utf8 change.

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

12 years agoelementary/naviframe - removed white trailing.
hermet [Wed, 14 Dec 2011 04:41:32 +0000 (04:41 +0000)]
elementary/naviframe - removed white trailing.

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

12 years agoelementary/elm_win : when window is shonw at the first time, only
woohyun [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.

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

12 years agoelementary: from Jonas M. Gastal, adds a edje property called disabled to every edje...
yoz [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.

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

12 years agoFrom: Bluezery <ohpowel@gmail.com>
raster [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.

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

12 years agoFrom: Bluezery <ohpowel@gmail.com>
raster [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)

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

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

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

12 years agoFrom: Bluezery <ohpowel@gmail.com>
raster [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.

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

12 years agoFrom: Bluezery <ohpowel@gmail.com>
raster [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().

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

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

this should not be applied.

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

12 years agoFrom: 정찬욱 <joey.jung@samsung.com>
raster [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.

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

12 years agoFrom: Bluezery <ohpowel@gmail.com>
raster [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().

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

12 years agoFrom: cnook <kimcinoo@gmail.com>
raster [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();

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

12 years agoelm els_scroller: Cancel wanted region set when scrollto animator is
seoz [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.

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

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

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

12 years agoelm toolbar/naviframe: Added more documentation about elm_object and
seoz [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.

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

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

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

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

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

12 years agoelementary/naviframe - two more APIs
hermet [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.

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

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

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

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

elm_slideshow_item_data_get

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

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

fixed indent.
added one line gap between APIs.

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

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

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

12 years agoelementary/toolbar - deprecate APIs.
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

12 years agoelementary/elm_slideshow - updated document.
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

12 years agoElm entry: Use the new evas_textblock_markup_to_plain when pasting.
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

12 years agoElm: Update the lib to use the new self-closing textblock tags.
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

12 years agoelemenatry/toolbar -
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

12 years agoElm test: Update tests to use the new self-closing textblock tags.
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

12 years agoelementary/slideshow - Elm_Slideshow_Item -> Elm_Object_Item
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

12 years agoelementary/naviframe - trivial change. recommended by ShilpaOnkar Singh
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

12 years agoElm toolbar: Fix brokeness introduced by commit 65708.
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

12 years agoElm entry: Fixed entry min size calculations.
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

12 years agoRevert "elementary/elm_entry : When singlelined & scrolled, entry's min width"
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

12 years agoelementary: add ELM_PHOTOCAM_ZOOM_MODE_AUTO_FIT_IN a new policy for zoom in elm_photocam
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

12 years agoelementary: API break ! using Elm_Index_Item instead of the item's data in the index...
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

12 years agoelementary/naviframe - fixed logic error.
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

12 years agoif u are going to add assert()'s - include assert.h!
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

12 years agoFrom: Rajeev Ranjan (Rajeev) <rajeev.r@samsung.com> <rajeev.jnnce@gmail.com>
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

12 years agoelementary/fileselector
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

12 years agoelementary/elm_entry.c : When scrollable_set is called, scroller's
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

12 years agoelm genlist: Calculate expanded_depth in _item_new
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

12 years agoelm genlist/gengrid: Added documentation. Fixed documentation. Fixed
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

12 years agoelm genlist/gengrid: Refactoring. Moved global function pointers to
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

12 years agoelementary/elm_entry.c : Scroller should be created when it is needed.
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

12 years agomissed some things with my tooltip api break
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

12 years agoelementary: fix reordering bug.
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

12 years ago<stefan_schmidt> discomfitor: successful commits are often just a compile away.
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

12 years agobetter use of sub-object-del
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

12 years agouse sub-object-del signal for win stuff
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

12 years agoAPI BREAK
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

12 years agoelementary: forgotten fast path.
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