Mike Blumenkrantz [Thu, 29 Dec 2011 22:39:47 +0000 (22:39 +0000)]
remove_list(); append(); - > demote()
SVN revision: 66645
Carsten Haitzler [Thu, 29 Dec 2011 13:05:45 +0000 (13:05 +0000)]
XXX notes on api.
SVN revision: 66633
ChunEon Park [Thu, 29 Dec 2011 12:34:04 +0000 (12:34 +0000)]
elementary/slider - prevent infinite loop.
It looks no need to call the mouse feed events.
Someone needs to tell the reason.
SVN revision: 66630
Hyoyoung Chang [Thu, 29 Dec 2011 12:03:42 +0000 (12:03 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] add copy&paste example to elementary_test
Date: Thu, 29 Dec 2011 18:08:48 +0900
Dear all,
It's a patch to add copy&paste example to elm test in misc section.
In this time, it contains only simple copying and paste, but i'll more extend.
Thank you
SVN revision: 66629
ChunEon Park [Thu, 29 Dec 2011 11:53:28 +0000 (11:53 +0000)]
elementary/scroller - unsigned char -> Eina_Bool
SVN revision: 66628
Carsten Haitzler [Thu, 29 Dec 2011 11:51:59 +0000 (11:51 +0000)]
fix errant linebreak in comment
SVN revision: 66627
Cedric BAIL [Wed, 28 Dec 2011 16:27:45 +0000 (16:27 +0000)]
elementary: reorder ethumb callback parameters.
SVN revision: 66609
Cedric BAIL [Wed, 28 Dec 2011 15:19:31 +0000 (15:19 +0000)]
elementary: don't crash when argv is NULL.
SVN revision: 66604
Iván Briano [Wed, 28 Dec 2011 14:13:30 +0000 (14:13 +0000)]
Don't override standard variables, it looks weird. In turn, fix building with automake 1.11.2
SVN revision: 66599
Hyoyoung Chang [Wed, 28 Dec 2011 12:54:59 +0000 (12:54 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_cnp_helper - code clean up
Date: Wed, 28 Dec 2011 19:29:39 +0900
Dear all,
it's a small patch which removes some needless compare and cleans up
code in elm_cnp_helper.
Thank you.
SVN revision: 66598
Carsten Haitzler [Wed, 28 Dec 2011 06:01:31 +0000 (06:01 +0000)]
add recursie object find function - it will only look at elm children
not go into edje objects et.c and hunt their children too. should be
more efficient than evas's recursive name finder.
SVN revision: 66591
Carsten Haitzler [Wed, 28 Dec 2011 05:51:10 +0000 (05:51 +0000)]
add func for recursively finding named widgets.
SVN revision: 66589
Carsten Haitzler [Wed, 28 Dec 2011 05:49:41 +0000 (05:49 +0000)]
elc_ctxpopuop uses an lm_scroller not els_smart_scroller - so its push
and pop of freeze...! :)
SVN revision: 66588
PRINCE KUMAR DUBEY [Wed, 28 Dec 2011 04:24:06 +0000 (04:24 +0000)]
From: PRINCE KUMAR DUBEY <prince.dubey@samsung.com>
Subject: [E-devel] [Patch] elm_conform patch
Change Description:
When no geometry information of ind/sft/kbd, resetting the geometry.
SVN revision: 66586
Bluezery [Wed, 28 Dec 2011 04:18:59 +0000 (04:18 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Pause progressbar animator when
map is paused
When map is paused by using elm_map_paused_set(), all existing
animations is stopped.
(ref:
http://docs.enlightenment.org/auto/elementary/group__Map.html#ga6ab43ef6429140f8cccbd3669c5ed52e)
But progress bar can be still running before all download requests are
completed. It is equal to user expectations.
I have fixed this.
if paused is TRUE, stop progress bar.
If paused is FALSE, start progress bar if download requests are
remained.
SVN revision: 66585
cnook [Wed, 28 Dec 2011 04:17:33 +0000 (04:17 +0000)]
elementary/ctxpopup
The ctxpopup had used elm_ojbect_scroll_freeze_push(), pop() for the
scroll-freeze-on,of callback.
If user calls elm_object_scroll_freeze_pop() only after
elm_ojbect_scroll_freeze_push(), then it will be fine.
But sometimes user calls elm_object_scroll_freeze_pop() two times in a
row.. Then you can find there is infinite loop in following..
Signed-Off-By: cnook <kimcinoo@gmail.com>
SVN revision: 66584
WooHyun Jung [Wed, 28 Dec 2011 04:02:10 +0000 (04:02 +0000)]
elementary : Modified entry.edc for preediting feature.
SVN revision: 66583
Hyoyoung Chang [Tue, 27 Dec 2011 11:24:13 +0000 (11:24 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_cnp_helper - change elm_cnp_selection_set and code cleanup
Date: Tue, 27 Dec 2011 20:15:14 +0900
Dear all.
As discomfitor suggested, I cleanup some codes.
elm_cnp_selection_set : add buffer length argument and check for image type.
(i think it's urgent issue before elm_cnp_selection_set api is widely used.)
enum defines : add 'type' prefix.
Thanks
SVN revision: 66566
ChunEon Park [Tue, 27 Dec 2011 05:43:04 +0000 (05:43 +0000)]
elementary/map - a trivial change.
SVN revision: 66560
Mike McCormack [Mon, 26 Dec 2011 20:55:49 +0000 (20:55 +0000)]
elementary: Fix a warning
test_ctxpopup.c: In function `_btn_clicked':
test_ctxpopup.c:41:20: warning: unused parameter `data'
Signed-off-by: Mike McCormack <mikem@ring3k.org>
SVN revision: 66533
Cedric BAIL [Mon, 26 Dec 2011 15:01:51 +0000 (15:01 +0000)]
elementary: fix infinite recursive call in elm_slider.
SVN revision: 66531
Cedric BAIL [Mon, 26 Dec 2011 14:30:21 +0000 (14:30 +0000)]
elementary: add elm_genlist_item_index_get.
SVN revision: 66530
Bluezery [Mon, 26 Dec 2011 11:03:18 +0000 (11:03 +0000)]
elementary/map
Dear all,
I have found a bug that calculation fails when view port size is
bigger than map size.
For example, if map size is 256x256 but view port size is 798x798
(when zoom level is a 1), center longitude & latitude is out bound
from normal longitude & latitude.
I have fixed it.
Please review this patch.
Signed-Off-By: Bluezery <ohpowel@gmaill.com>
Signed-Off-By: ChunEon Park <hermet@hermet.pe.kr>
SVN revision: 66526
ChunEon Park [Mon, 26 Dec 2011 08:03:30 +0000 (08:03 +0000)]
elementary/naviframe - prevent accessing a null pointer
SVN revision: 66525
chanwook jung [Mon, 26 Dec 2011 05:32:40 +0000 (05:32 +0000)]
From: chanwook jung <jchanwook@gmail.com>
Subject: [E-devel] [Patch] [genlist] modified _item_block_unrealize
postion in calc_job
Previously, group item did not unrealized at rotate.
SVN revision: 66510
Daniel Juyung Seo [Mon, 26 Dec 2011 05:15:21 +0000 (05:15 +0000)]
elm genlist: Fixed function declaration formatting.
SVN revision: 66509
ChunEon Park [Mon, 26 Dec 2011 04:10:46 +0000 (04:10 +0000)]
elementary/ctxpopup - removed restack test.
need more proper test.
SVN revision: 66506
Hyoyoung Chang [Mon, 26 Dec 2011 04:08:45 +0000 (04:08 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_cnp_helper - make some cnp apis as
public EAPI
As I suggested, I made a patch for some cnp apis.
I think copying and pasting APIs are pretty mature to be public
Those are elm_selection_set, elm_selection_clear, elm_selection_get.
And adding cnp prefix for distinction from word, or char selections.
elm_selection_set --> elm_cnp_selection_set
elm_selection_clear --> elm_cnp_selection_clear
elm_selection_get --> elm_cnp_selection_get
And drag and drop APIs should be remained as private.
It has many flaws.
SVN revision: 66505
Hyoyoung Chang [Mon, 26 Dec 2011 04:01:31 +0000 (04:01 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elc_multibuttonentry - clean unused vars
I just clean unused vars of elc_multibuttonentry.
It made that gcc complains :P
SVN revision: 66504
Bluezery [Mon, 26 Dec 2011 03:50:33 +0000 (03:50 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Fix mouse down event propagation
It's simple bug fix for propagate mouse down event via long press
event properly.
SVN revision: 66503
Fabiano Fidêncio [Sun, 25 Dec 2011 02:36:00 +0000 (02:36 +0000)]
elm toolbar: call the correct function to set a item del callback
We don't want a recursive loop, eh?
And Merry X-Mas to all!
SVN revision: 66494
Daniel Juyung Seo [Sat, 24 Dec 2011 04:20:26 +0000 (04:20 +0000)]
elm test_ctxpopup.c: Fixed build warning. Added __UNUSED__ for unused parameter.
SVN revision: 66490
Daniel Juyung Seo [Sat, 24 Dec 2011 04:20:22 +0000 (04:20 +0000)]
elm po: Updated po.
SVN revision: 66489
Daniel Juyung Seo [Sat, 24 Dec 2011 04:20:18 +0000 (04:20 +0000)]
elm genlist: Fixed genlist auto scroll bug. Patch by Chanwook Jung <joey.jung@samsung.com>
2011/12/23 Chan-Wook Jung <joey.jung@samsung.com>:
>
> I attached 2nd patch. There are some changes about auto scroll.
> In previous version did not support various bring_in mode in calc_job. So I added scrollto_type value.
> I changed the code to fix this promblem,
> If the bring_in item is in the queue and did not changed pan size, Bring_in function is not working properly.
> When using expandable list, If the last item is in the screen, The last item is located at the bottom and
> If the last item is out of the screen, the expanded_item is located at the top.
>
> Thanks
> Chanwook Jung
SVN revision: 66488
Daniel Juyung Seo [Fri, 23 Dec 2011 06:54:47 +0000 (06:54 +0000)]
elm genlist: Fixed indentation.
SVN revision: 66472
Daniel Juyung Seo [Fri, 23 Dec 2011 06:52:05 +0000 (06:52 +0000)]
elm gengrid: Fixed crashed on Enter event with no selected item. Patch by
Jeonghyun Yoon <jh0506.yun@samsung.com>
2011/12/23 윤정현 <jh0506.yun@samsung.com>:
> Dear All.
>
> I found a bug in elm_gengrid.c
>
> Gengrid will be crashed if input “Enter” key when selected is null.
>
> I fixed code, please review this small patch.
>
> Thanks.
SVN revision: 66471
Hyoyoung Chang [Thu, 22 Dec 2011 07:56:01 +0000 (07:56 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elc_multibuttonentry - delayed reset string
I was sent email about elc_multibuttonentry's bug. It reviewed by seoz.
And he found some path can make segfault.
So I changed reset string position in the widget.
I patched resetting internal entry's position, before that some label
are broken by too early resetting.
SVN revision: 66461
Carsten Haitzler [Thu, 22 Dec 2011 07:55:35 +0000 (07:55 +0000)]
oops - unpatch - wrong attribution!
SVN revision: 66460
Bluezery [Thu, 22 Dec 2011 07:54:59 +0000 (07:54 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Mouse wheel bug fix
There is mouse wheel bug. Actually I have made it in previous patch :p
When using mouse wheel, tile size was changed between 0.5 ~ 2.0 before
zoom level is changed. But actually it should be changed between
1.0 ~ 2.0. I have fixed it. If tile size is below 1.0, it does zoom-out.
And if tile size is above 2.0, it does zoom-in.
SVN revision: 66459
Bluezery [Thu, 22 Dec 2011 07:48:51 +0000 (07:48 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Mouse wheel bug fix
There is mouse wheel bug. Actually I have made it in previous patch :p
When using mouse wheel, tile size was changed between 0.5 ~ 2.0 before
zoom level is changed. But actually it should be changed between
1.0 ~ 2.0. I have fixed it. If tile size is below 1.0, it does zoom-out.
And if tile size is above 2.0, it does zoom-in.
SVN revision: 66458
Tom Hacohen [Wed, 21 Dec 2011 08:48:29 +0000 (08:48 +0000)]
Elm glayer: Changed config to enable zoom/rotate finger by default.
SVN revision: 66433
Aharon Hillel [Wed, 21 Dec 2011 08:48:25 +0000 (08:48 +0000)]
Elm Glayer: Changed start-time of zoom-momentum
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 66432
Aharon Hillel [Wed, 21 Dec 2011 08:48:22 +0000 (08:48 +0000)]
Elm glayer: fixed zoom momentum in glayer momentum test.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 66431
Aharon Hillel [Wed, 21 Dec 2011 08:48:19 +0000 (08:48 +0000)]
GLayer: Updated test to work with new momentum values
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 66430
Aharon Hillel [Wed, 21 Dec 2011 08:48:16 +0000 (08:48 +0000)]
GLayer: Updated zoom-momentum,needs further testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 66429
Aharon Hillel [Wed, 21 Dec 2011 08:48:12 +0000 (08:48 +0000)]
glayer: Updated DOC about angle comp-change
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 66428
Aharon Hillel [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>
SVN revision: 66427
Aharon Hillel [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>
SVN revision: 66426
Aharon Hillel [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>
SVN revision: 66425
Aharon Hillel [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>
SVN revision: 66424
Aharon Hillel [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>
SVN revision: 66423
Aharon Hillel [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>
SVN revision: 66422
Aharon Hillel [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>
SVN revision: 66421
Aharon Hillel [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>
SVN revision: 66420
cnook [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! :-)
SVN revision: 66415
Bluezery [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.
SVN revision: 66413
Hyoyoung Chang [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.
SVN revision: 66407
Michael BOUCHAUD [Tue, 20 Dec 2011 11:45:53 +0000 (11:45 +0000)]
elementary: now you can align your icon
SVN revision: 66387
Tom Hacohen [Tue, 20 Dec 2011 08:39:30 +0000 (08:39 +0000)]
Elm glayer: Added config value to multi-touch rotation.
Patch by Bluezery.
SVN revision: 66368
Hyoyoung Chang [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
SVN revision: 66367
Daniel Juyung Seo [Tue, 20 Dec 2011 06:11:05 +0000 (06:11 +0000)]
elm elm_genlist.h: Fixed formatting.
SVN revision: 66361
Daniel Juyung Seo [Tue, 20 Dec 2011 05:57:53 +0000 (05:57 +0000)]
elm genlist: Fixed item show apis.
SVN revision: 66359
Daniel Juyung Seo [Tue, 20 Dec 2011 04:51:44 +0000 (04:51 +0000)]
elm hoversel: Fixed icon_get/icon_unset API.
SVN revision: 66356
ChunEon Park [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
SVN revision: 66350
ChunEon Park [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**
SVN revision: 66343
Michael BOUCHAUD [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!
SVN revision: 66339
Carsten Haitzler [Mon, 19 Dec 2011 12:17:15 +0000 (12:17 +0000)]
oops - EMAP_* still there. remove.
SVN revision: 66331
Carsten Haitzler [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 :)
SVN revision: 66330
ChunEon Park [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.
SVN revision: 66329
Michael BOUCHAUD [Mon, 19 Dec 2011 10:06:32 +0000 (10:06 +0000)]
elementary: photocam fix region get, here x and y can be negative
SVN revision: 66328
Michael BOUCHAUD [Mon, 19 Dec 2011 10:00:25 +0000 (10:00 +0000)]
elementary: photocam fix calc of zoom, need a double here
SVN revision: 66327
ChunEon Park [Mon, 19 Dec 2011 07:22:25 +0000 (07:22 +0000)]
elemenatry/widget - added NULL check
SVN revision: 66322
ChunEon Park [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.
SVN revision: 66321
Tom Hacohen [Sun, 18 Dec 2011 08:45:59 +0000 (08:45 +0000)]
Elementary glayer: Added a config value to disable multitouch zoom.
Patch by Bluezery.
SVN revision: 66310
Mike McCormack [Sat, 17 Dec 2011 20:45:00 +0000 (20:45 +0000)]
elementary: Fix a warning
Signed-off-by: Mike McCormack <mikem@ring3k.org>
SVN revision: 66307
ChunEon Park [Fri, 16 Dec 2011 11:01:20 +0000 (11:01 +0000)]
elementary/naviframe - OHG fixed typo
SVN revision: 66284
ChunEon Park [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.
SVN revision: 66274
ChunEon Park [Fri, 16 Dec 2011 05:31:47 +0000 (05:31 +0000)]
elementary/ctxpopup - trivial changes.
SVN revision: 66269
Kim Shinwoo [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>
SVN revision: 66268
Kim Shinwoo [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>
SVN revision: 66267
Daniel Juyung Seo [Thu, 15 Dec 2011 15:24:17 +0000 (15:24 +0000)]
elm genlist: Internal variable refactoring.
SVN revision: 66261
Tom Hacohen [Thu, 15 Dec 2011 14:42:22 +0000 (14:42 +0000)]
Elm entry: propogate the new edje cursor,changed,manual signal.
SVN revision: 66260
Tom Hacohen [Thu, 15 Dec 2011 13:03:58 +0000 (13:03 +0000)]
Elm entry: Use the new textblock functions for markup<->utf8.
SVN revision: 66256
Michael BOUCHAUD [Thu, 15 Dec 2011 11:54:21 +0000 (11:54 +0000)]
elementary: fix align in the photocam test
SVN revision: 66253
Michael BOUCHAUD [Wed, 14 Dec 2011 21:45:46 +0000 (21:45 +0000)]
elementary: I have say evas 1.2
SVN revision: 66231
Michael BOUCHAUD [Wed, 14 Dec 2011 21:42:41 +0000 (21:42 +0000)]
elementary: sorry, but elementary need evas 1.2
SVN revision: 66230
Michael BOUCHAUD [Wed, 14 Dec 2011 21:03:55 +0000 (21:03 +0000)]
elementary: now photocam support all image formats (if evas support it sure :D)
SVN revision: 66229
Michael BOUCHAUD [Wed, 14 Dec 2011 20:54:31 +0000 (20:54 +0000)]
elementary: add fit_in test in photocam
SVN revision: 66228
Michael BOUCHAUD [Wed, 14 Dec 2011 20:53:44 +0000 (20:53 +0000)]
elementary: fix fileselector with dir selection
SVN revision: 66227
Daniel Juyung Seo [Wed, 14 Dec 2011 16:36:09 +0000 (16:36 +0000)]
elm genlist/gengrid: Changed 'labels' to 'texts' in edc.
SVN revision: 66205
Cedric BAIL [Wed, 14 Dec 2011 16:02:57 +0000 (16:02 +0000)]
elementary: make elm_icon_file_set work on file on disk change.
SVN revision: 66202
Tom Hacohen [Wed, 14 Dec 2011 15:12:08 +0000 (15:12 +0000)]
Elm util: change text_to_mkup to use textblock_text_utf8_to_markup.
SVN revision: 66201
Tom Hacohen [Wed, 14 Dec 2011 15:12:02 +0000 (15:12 +0000)]
Elm theme: Adjust the default theme to rely on the default tags.
SVN revision: 66200
Tom Hacohen [Wed, 14 Dec 2011 15:11:55 +0000 (15:11 +0000)]
Elm entry: Adjust the conversion funcs to use the new tags.
SVN revision: 66199
Tom Hacohen [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.
SVN revision: 66188
ChunEon Park [Wed, 14 Dec 2011 04:41:32 +0000 (04:41 +0000)]
elementary/naviframe - removed white trailing.
SVN revision: 66176
WooHyun Jung [Wed, 14 Dec 2011 00:43:15 +0000 (00:43 +0000)]
elementary/elm_win : when window is shonw at the first time, only
elm_win should be set as focused. not for child objects.
SVN revision: 66174
Michael BOUCHAUD [Tue, 13 Dec 2011 16:47:23 +0000 (16:47 +0000)]
elementary: from Jonas M. Gastal, adds a edje property called disabled to every edje external widgets.
SVN revision: 66169
Bluezery [Tue, 13 Dec 2011 10:39:53 +0000 (10:39 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Bug fix for map test
This patch is for test map.
This fixes two simple bugs.
1. Max zoom level can be changed depends on the map source, not always 18.
2. $HOME can be NULL.
SVN revision: 66154
Bluezery [Tue, 13 Dec 2011 09:07:00 +0000 (09:07 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: Re: [E-devel] [Patch][elm_map] Change grid management
(3) Simplify grid_load()
There exists 3 state for grid items. i.e., downloaded, downloading,
none states.
grid_load() does followings:
1. if a grid item does not exist, create it.
2. update a tile (if downloaded) or queues for download (if none) or
nothing (if downloading)
SVN revision: 66153