cnook [Thu, 22 Mar 2012 10:14:58 +0000 (10:14 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch][elementary] elc_ctxpopup using elm_list
internally.
The patch is for using elm_list as a item controller of elc_ctxpopup.
I have learned that there was an opinion to change the internal
structure
of ctxpopup using the list.
It would be able to match up to your expectation. but it is just a draft
version of using list in ctxpopup.
So, It would be pretty good to me if you give any feedback on this.
Thanks.
SVN revision: 69561
Carsten Haitzler [Thu, 22 Mar 2012 10:10:29 +0000 (10:10 +0000)]
to make show/bring in work for list - canvas objects need calcing
first! so,., calc!
SVN revision: 69560
Carsten Haitzler [Thu, 22 Mar 2012 09:34:57 +0000 (09:34 +0000)]
and clean up formatting uglies i saw.
SVN revision: 69559
Carsten Haitzler [Thu, 22 Mar 2012 09:33:29 +0000 (09:33 +0000)]
actually kno difference betwene show and bring-in in genlist if item
queued.
SVN revision: 69558
Carsten Haitzler [Thu, 22 Mar 2012 09:32:18 +0000 (09:32 +0000)]
fix initial bring in coord calc for genlist items if inside first
block (special case) and probably other stuff that goes wrong related
to geomtry being wrong at this stage.
SVN revision: 69557
cnook [Thu, 22 Mar 2012 05:58:49 +0000 (05:58 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch][elm_list] bug fix: crash occurs when
container which contains the elm_list is deleted on the "elm_list item
clicked" callback
I have resolved the elm_list issue(goto ELM_LIST_CRASH_ISSUE_MAIL below, I
sent mail but I cannot find the previous mail -_-;).
It would be related with double free issue. In the "sub-obejct-del"
callback which name is _sub_del() sets item->icon to NULL.
And in the EVAS_CALLBACK_MOUSE_UP callback funtion which name is
_mouse_up() calls evas_object_unref();
It would try to free the item->icon but the item->icon is already set to
NULL. So.. the crash would occur..
SVN revision: 69555
Bluezery [Thu, 22 Mar 2012 05:23:19 +0000 (05:23 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Map overlay color & grouping &
route Fix
This is patch for elm_map
1. Default and Class overlay can be set color by
elm_map_overlay_color_set().
2. Fix test application for map API testing more.
3. Fix grouping for enabling group callbacks. If overlay group is
clicked, callback will be called.
And elm_map_overlay_group_members_set() API will be added later to get
list of overlays in the group.
4. Simplify route overlay: Previously, many polygon objects are needed
for one route overlay.
But now just one is needed.
SVN revision: 69554
Joao Paulo Fernandes Ventura [Wed, 21 Mar 2012 17:57:34 +0000 (17:57 +0000)]
Fix bugs in Elementary examples and documentation.
Patch by: Joao Paulo Fernandes Ventura <ventura@profusion.mobi>
SVN revision: 69544
Joao Paulo Fernandes Ventura [Wed, 21 Mar 2012 17:57:31 +0000 (17:57 +0000)]
Remove GLView example from comments to a new file.
Patch by: Joao Paulo Fernandes Ventura <ventura@profusion.mobi>
SVN revision: 69543
Joao Paulo Fernandes Ventura [Wed, 21 Mar 2012 17:57:27 +0000 (17:57 +0000)]
Fixing bugs in Elementary widgets documentation.
Patch by: Joao Paulo Fernandes Ventura <ventura@profusion.mobi>
SVN revision: 69542
Hyoyoung Chang [Wed, 21 Mar 2012 11:52:16 +0000 (11:52 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_genlist - bugfix at item_state_update
I fixed minor error in _elm_genlist_item_state_update.
If item is selected, it sends signal to item and edit_obj.
But edit_obj is not checked by if statement.
I added a parenthesis for it.
SVN revision: 69538
chanwook jung [Wed, 21 Mar 2012 11:50:33 +0000 (11:50 +0000)]
From: chanwook jung <jchanwook@gmail.com>
Subject: [E-devel] [Patch][Genlist] Add the moved.after/before signal
instead of moved
Some applications want to know moved.after or before and relative item
because of updating their own list. So I separated moved into
moved,after and move,before.
SVN revision: 69537
Hyoyoung Chang [Wed, 21 Mar 2012 11:06:16 +0000 (11:06 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_genlist - bugfix at flip_realize
I found a bug in _item_flip_realize.
It replaces previous string list without free.
this patch fixed for it.
SVN revision: 69536
cnook [Wed, 21 Mar 2012 10:41:42 +0000 (10:41 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch][elementary] elm_list.c - item_content_set()
related.
The Eina_Bool item->dummy_icon and item->dummy_end of Elm_List_Item
indicate whether the content has REAL object or not.
- "not" means.. if elm_object_item_part_content_set(); is called with
NULL content, the Elm_List set the swallow part with
rectangle which has alpha value 0 and the item->dummy_icon or
item->dummy_end is set to EINA_TRUE. -
But in the item_content_set(); it works the opposite way. So when
content set with NULL value the flag should be EINA_TRUE.
SVN revision: 69535
Sanjeev BA [Wed, 21 Mar 2012 00:43:05 +0000 (00:43 +0000)]
gravity_set/get func ptr not set.
Author : Hyoyoung Chang <hyoyoung@gmail.com>
SVN revision: 69530
Daniel Juyung Seo [Tue, 20 Mar 2012 17:28:12 +0000 (17:28 +0000)]
elm test_naviframe.c: Revised codes.
SVN revision: 69526
WooHyun Jung [Tue, 20 Mar 2012 08:42:23 +0000 (08:42 +0000)]
elementary/elm_widget : When adding a sub-object, top_win_focused flag
of parent object should be set for all sub-objects in the tree.
SVN revision: 69523
Daniel Juyung Seo [Tue, 20 Mar 2012 07:58:42 +0000 (07:58 +0000)]
elm genlist: Refine item callbacks. Patch by Hyoyoung Chang
<hyoyoung@gmail.com>
On Mon, Mar 19, 2012 at 11:48 AM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> Dear all,
>
> I found a bug in decorate mode that selection callback is called
twice.
> Because two _mouse_down callbacks are added to a genlist item.
> I'm fixing this bug and some refactoring.
>
> Thanks.
SVN revision: 69520
Sanjeev BA [Tue, 20 Mar 2012 07:37:59 +0000 (07:37 +0000)]
elm_map - Bug fix and cleanup.
Author : Bluezery <ohpowel@gmail.com>
SVN revision: 69519
Daniel Juyung Seo [Tue, 20 Mar 2012 05:44:18 +0000 (05:44 +0000)]
elm genlist: Refactoring. Create spacer object only when it is needed.
SVN revision: 69518
Vincent Torri [Tue, 20 Mar 2012 04:41:24 +0000 (04:41 +0000)]
Elm: fix compilation on OS that are not using X
SVN revision: 69516
Vincent Torri [Tue, 20 Mar 2012 04:40:36 +0000 (04:40 +0000)]
Elm: typo in comment
SVN revision: 69515
Leif Middelschulte [Tue, 20 Mar 2012 03:19:13 +0000 (03:19 +0000)]
Replace repetetive if(type== with switch/case
SVN revision: 69512
Mike Blumenkrantz [Mon, 19 Mar 2012 16:56:28 +0000 (16:56 +0000)]
again, mandatory hover menus are not suitable for desktop profiles. applications will want to provide their own menus, and having a whole menu to provide functionality available by clicking and dragging is not the best idea
SVN revision: 69510
Mike Blumenkrantz [Mon, 19 Mar 2012 16:50:01 +0000 (16:50 +0000)]
disable annoying hover menu when clicking anchors in desktop profile; enforcing a mandatory menu for right clicking was not one of the better ideas we have had
SVN revision: 69509
João Paulo Fernandes Ventura [Mon, 19 Mar 2012 12:58:12 +0000 (12:58 +0000)]
New simpler button example.
Patch by: João Paulo Fernandes Ventura<ventura@profusion.mobi>
SVN revision: 69508
João Paulo Fernandes Ventura [Mon, 19 Mar 2012 12:58:07 +0000 (12:58 +0000)]
Fixing bugs in examples.
Patch by: João Paulo Fernandes Ventura<ventura@profusion.mobi>
SVN revision: 69507
Daniel Juyung Seo [Mon, 19 Mar 2012 07:27:53 +0000 (07:27 +0000)]
elm list: Added elm_list_first/last_item_get() APIs. I know we freezed API but they are so primitive and necessary for 1.0
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 69505
Daniel Juyung Seo [Mon, 19 Mar 2012 07:27:49 +0000 (07:27 +0000)]
elm test_check: Revised codes.
SVN revision: 69504
Carsten Haitzler [Mon, 19 Mar 2012 06:59:28 +0000 (06:59 +0000)]
update po's
SVN revision: 69502
cnook [Mon, 19 Mar 2012 06:57:39 +0000 (06:57 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch][elementary_test] test_layout
I have attached a patch for test_layout. Please review this and give
any feedbacks. Thanks.
SVN revision: 69501
WooHyun Jung [Sun, 18 Mar 2012 12:25:35 +0000 (12:25 +0000)]
elementary/test_gengrid : fix a bug :)
SVN revision: 69494
WooHyun Jung [Sun, 18 Mar 2012 10:04:49 +0000 (10:04 +0000)]
elementary/popup : Fixing a bug. Please refer following message from
Rajeev. Thanks Rajeev.
Existing Issue before this change:
The popup width gets scaled twice when theme_hook gets invoked
because of some reason such as style change, change in elementary
scale factor, change in widget scaling etc.
Change Description:
Removed setting scaling of internal object wd->base from theme_hook
as it is set to the widget scaling automatically.
Signed-Off-By: RAJEEV RANJAN<rajeev.r@samsumg.com>
SVN revision: 69492
Jihoon Kim [Sat, 17 Mar 2012 10:42:26 +0000 (10:42 +0000)]
elm: fix doxygen about Widget Tree Navigation
SVN revision: 69486
Jihoon Kim [Sat, 17 Mar 2012 10:19:38 +0000 (10:19 +0000)]
elementary: remove Toggle in index.doxy
SVN revision: 69485
Carsten Haitzler [Sat, 17 Mar 2012 06:25:41 +0000 (06:25 +0000)]
and work more on getting release in shape - version requirements.
(god this is a pain in the butt)
SVN revision: 69484
Carsten Haitzler [Sat, 17 Mar 2012 04:17:29 +0000 (04:17 +0000)]
gear up svn for release. one of many steps/things to do.
SVN revision: 69481
Carsten Haitzler [Fri, 16 Mar 2012 23:45:48 +0000 (23:45 +0000)]
clean up toggle turds :)
SVN revision: 69478
ChunEon Park [Fri, 16 Mar 2012 16:21:45 +0000 (16:21 +0000)]
elementary/conformant - Fixed to keypad area not be full sized if it's not exist.
SVN revision: 69462
ChunEon Park [Fri, 16 Mar 2012 13:07:01 +0000 (13:07 +0000)]
elementary/colorselector -
Attached to the mail is a patch for fixing issues
1. "bg edje object not deleted on deleting colorselector"
2. Theme hook fixed to read data items.
Existing Issue:
bg edje object of colorselector not deleted and data items not read again on theme hook.
Change Description:
1. elm_colorselector's edje object not deleted issue fix.
2. Theme hook updated to read data items again.
Signed-Off-By : ShilpaOnkar Singh <shilpa.singh@samsung.com>
SVN revision: 69459
WooHyun Jung [Fri, 16 Mar 2012 11:34:10 +0000 (11:34 +0000)]
elementary/test_slideshow : fix a bug - window was resized badly
without this hint_weight_set.
SVN revision: 69458
Cedric BAIL [Fri, 16 Mar 2012 10:59:10 +0000 (10:59 +0000)]
elementary: fix build of example.
SVN revision: 69455
Daniel Juyung Seo [Fri, 16 Mar 2012 08:24:43 +0000 (08:24 +0000)]
elm genlist: Refactoring. Use correct name item_moving_effect_timer -> tree_effect_animator.
SVN revision: 69453
Jiyoun Park [Fri, 16 Mar 2012 08:02:33 +0000 (08:02 +0000)]
remove elm_map_marker_XXX
SVN revision: 69451
Jiyoun Park [Fri, 16 Mar 2012 05:48:18 +0000 (05:48 +0000)]
update info
SVN revision: 69448
Jiyoun Park [Fri, 16 Mar 2012 05:46:08 +0000 (05:46 +0000)]
remove deprecated code related with
elm_toggle_XXX
function
SVN revision: 69447
Mike Blumenkrantz [Fri, 16 Mar 2012 03:35:14 +0000 (03:35 +0000)]
properly #ifdef out entire function
SVN revision: 69445
Mike Blumenkrantz [Thu, 15 Mar 2012 14:15:48 +0000 (14:15 +0000)]
fix name of tb7 test
SVN revision: 69375
Daniel Juyung Seo [Thu, 15 Mar 2012 11:24:20 +0000 (11:24 +0000)]
elm genlist: Fixed evas_object_unref position problem. Patch by
Chanwook Jung <jchanwook@gmail.com>
On Thu, Mar 15, 2012 at 7:25 PM, chanwook jung <jchanwook@gmail.com>
wrote:
> Dear all,
>
> This patch is evas_object_unref position change properly in
_item_select.
>
> Thanks
> Joey
SVN revision: 69373
Daniel Juyung Seo [Thu, 15 Mar 2012 11:18:17 +0000 (11:18 +0000)]
elm genlist: Refactored _sizing_eval.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 69372
Daniel Juyung Seo [Thu, 15 Mar 2012 11:18:15 +0000 (11:18 +0000)]
elm genlist_example_02.c: Fixed = vs == bug
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 69371
Daniel Juyung Seo [Thu, 15 Mar 2012 11:18:07 +0000 (11:18 +0000)]
elm genlist example: Fixed build script.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 69370
WooHyun Jung [Thu, 15 Mar 2012 10:39:09 +0000 (10:39 +0000)]
elementary/elm_entry.c : I think this is wrong highlight ignoring setting for elm_entry.
SVN revision: 69369
Jiyoun Park [Thu, 15 Mar 2012 10:28:03 +0000 (10:28 +0000)]
modify elm_toggle_XXX to elm_check_XXX
SVN revision: 69368
Jaehwan Kim [Thu, 15 Mar 2012 10:16:40 +0000 (10:16 +0000)]
Add the comment of the longpressed in toolbar. It seems to be missed.
SVN revision: 69367
Daniel Juyung Seo [Thu, 15 Mar 2012 10:12:59 +0000 (10:12 +0000)]
elm genlist: Fixed elm_genlist_item_index_get(). Patch by Chanwook
Jung <jchanwook@gmail.com> But this will never be correct without
performance issue.
On Thu, Mar 15, 2012 at 4:43 PM, chanwook jung <jchanwook@gmail.com>
wrote:
> Dear all,
>
> I made the patch to fix index bug.
>
> Thanks,
> Joey
SVN revision: 69366
Daniel Juyung Seo [Thu, 15 Mar 2012 09:56:43 +0000 (09:56 +0000)]
elm genlist: Fixed compress mode sizing bug. Patch by Chanwook Jung
<jchanwook@gmail.com>
On Thu, Mar 15, 2012 at 2:47 PM, chanwook jung <jchanwook@gmail.com>
wrote:
> Dear all,
>
> I made a simple patch. If ELM_LIST_COMPRESS mode, did not recalc
minw/minh
> in _sizing_eval.
>
> Thanks,
> Joey.
SVN revision: 69365
Jiyoun Park [Thu, 15 Mar 2012 08:58:34 +0000 (08:58 +0000)]
update info
SVN revision: 69364
Daniel Juyung Seo [Thu, 15 Mar 2012 08:52:19 +0000 (08:52 +0000)]
elm test_genlist.c: Fixed wrong item class assignment. Anybody who wrote this code must be spanked.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 69363
Carsten Haitzler [Thu, 15 Mar 2012 08:48:38 +0000 (08:48 +0000)]
wrong config values! booo! fix.
SVN revision: 69361
Jiyoun Park [Thu, 15 Mar 2012 08:46:29 +0000 (08:46 +0000)]
remove deprecated code related with
elm_genlist_height_for_width_mode_get/set
function
SVN revision: 69360
Jiyoun Park [Thu, 15 Mar 2012 08:38:49 +0000 (08:38 +0000)]
remove deprecated code related with
elm_genlist_item_display_only_get/set
function
SVN revision: 69359
Jiyoun Park [Thu, 15 Mar 2012 07:52:48 +0000 (07:52 +0000)]
remove deprecated code related with
elm_genlist_compress_mode_set
SVN revision: 69358
Jiyoun Park [Thu, 15 Mar 2012 06:54:56 +0000 (06:54 +0000)]
remove deprecated code
related with elm_genlist_item_object_get
SVN revision: 69357
Jiyoun Park [Thu, 15 Mar 2012 06:22:25 +0000 (06:22 +0000)]
remove deprecated with
elm_genlist_always_select_mode_get/set
elm_genlist_no_select_mode_get/set
function
SVN revision: 69355
WooHyun Jung [Thu, 15 Mar 2012 05:37:17 +0000 (05:37 +0000)]
elementary/naviframe : Fix a focus bug. When popping, new top content
should be focusable if it was set as unfocusable before by pushing item.
SVN revision: 69354
WooHyun Jung [Thu, 15 Mar 2012 05:23:06 +0000 (05:23 +0000)]
elementary/elm_main : fix wrong return.
SVN revision: 69353
Jiyoun Park [Thu, 15 Mar 2012 05:19:28 +0000 (05:19 +0000)]
update info
SVN revision: 69352
Daniel Juyung Seo [Thu, 15 Mar 2012 04:03:16 +0000 (04:03 +0000)]
elm entry: Added blank lines for readability.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 69351
Daniel Juyung Seo [Thu, 15 Mar 2012 04:03:14 +0000 (04:03 +0000)]
elm test_entry_anchor.c: Fixed formatting. Used elm_win_util_standard_add().
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 69350
Daniel Juyung Seo [Thu, 15 Mar 2012 04:03:10 +0000 (04:03 +0000)]
elm genlist: Added show_item check routine. Patch by Hyoyoung Chang <
hyoyoung@gmail.com>. I committed his patch except for _calc_job diff.
On Wed, Mar 14, 2012 at 3:09 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> Dear all.
>
> This patch include two changes
>
> 1. at _scroll_item, added to check show_item is null or not.
> 2. at _calc_job, added to check genlist type
> because calc_job is added anytime, but some genlist clearing is can
> be done before doing calc_job.
>
> Thanks.
SVN revision: 69349
Jihoon Kim [Thu, 15 Mar 2012 01:20:58 +0000 (01:20 +0000)]
elementary: fix some wrong param in doxygen
SVN revision: 69348
Gustavo Lima Chaves [Wed, 14 Mar 2012 20:38:43 +0000 (20:38 +0000)]
[Elm] Fix dangling icon on on elm example.
SVN revision: 69344
Jonas M. Gastal [Wed, 14 Mar 2012 17:20:15 +0000 (17:20 +0000)]
Hoversel example and doc fix.
Patch by: João Paulo Fernandes Ventura
SVN revision: 69342
Gustavo Lima Chaves [Wed, 14 Mar 2012 17:16:39 +0000 (17:16 +0000)]
[Elm] Fixing comment on an elm example
SVN revision: 69341
Gustavo Lima Chaves [Wed, 14 Mar 2012 17:14:35 +0000 (17:14 +0000)]
[Elm] Fixing types of some clock parts.
aka dementia--
SVN revision: 69340
ChunEon Park [Wed, 14 Mar 2012 13:03:38 +0000 (13:03 +0000)]
elementary/ctxpopup - support more common apis
elm_object_signal_emit
elm_object_signal_callback_add
elm_object_signal_callback_del
SVN revision: 69336
ChunEon Park [Wed, 14 Mar 2012 12:29:22 +0000 (12:29 +0000)]
elementary/diskselector - more useful signal callbacks
SVN revision: 69333
Jiyoun Park [Wed, 14 Mar 2012 11:19:00 +0000 (11:19 +0000)]
update info file
SVN revision: 69331
Jiyoun Park [Wed, 14 Mar 2012 11:13:24 +0000 (11:13 +0000)]
remove elm_list_always_select_mode_get/set deprecated API
SVN revision: 69330
Jiyoun Park [Wed, 14 Mar 2012 10:08:15 +0000 (10:08 +0000)]
remove elm_toolbar_mode_shrink_set/get
SVN revision: 69327
Jiyoun Park [Wed, 14 Mar 2012 09:56:20 +0000 (09:56 +0000)]
update info file
SVN revision: 69326
ChunEon Park [Wed, 14 Mar 2012 08:44:14 +0000 (08:44 +0000)]
elementary/transit - support image object type
But later, evas map should be changed to be transparent for all object types
SVN revision: 69325
Tom Hacohen [Wed, 14 Mar 2012 08:28:04 +0000 (08:28 +0000)]
Elm entry-anchor: Don't show anchor if there's none.
It's currently kinda hackish, but this can't be nicely solved without some
really needed (anyway) features in smart object callbacks. In the meanwhile
it's nice and working.
Thanks to WooHyun for the catch.
SVN revision: 69324
Daniel Juyung Seo [Wed, 14 Mar 2012 07:38:55 +0000 (07:38 +0000)]
elm genlist: Check object magic in EAPI.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 69323
Jiyoun Park [Wed, 14 Mar 2012 07:13:40 +0000 (07:13 +0000)]
remove elm_map_group_class_style_set
elm_map_group_class_icon_cb_set
elm_map_group_class_data_set
elm_map_group_class_zoom_displayed_set
elm_map_group_class_zoom_grouped_set
elm_map_group_class_hide_set
SVN revision: 69320
Jiyoun Park [Wed, 14 Mar 2012 07:00:43 +0000 (07:00 +0000)]
remove elm_map_marker_class_style_set
elm_map_marker_class_icon_cb_set
elm_map_marker_class_get_cb_set
elm_map_marker_class_del_cb_set
SVN revision: 69319
Jiyoun Park [Wed, 14 Mar 2012 06:53:54 +0000 (06:53 +0000)]
remove unusabel document
SVN revision: 69318
Jiyoun Park [Wed, 14 Mar 2012 06:51:35 +0000 (06:51 +0000)]
remove elm_map_route_color_get/set
SVN revision: 69317
Jiyoun Park [Wed, 14 Mar 2012 06:46:39 +0000 (06:46 +0000)]
modify elm_web_forward_possible => elm_web_forward_possible_get
SVN revision: 69316
ChunEon Park [Wed, 14 Mar 2012 04:00:13 +0000 (04:00 +0000)]
elementary/conform - renamed internal variables and swallow part names
to be more clearly.
SVN revision: 69312
Jiyoun Park [Wed, 14 Mar 2012 02:55:39 +0000 (02:55 +0000)]
remove elm_menu_item_data_get/set function
it were already deprecated
SVN revision: 69310
Bruno Dilly [Tue, 13 Mar 2012 14:47:10 +0000 (14:47 +0000)]
Elementary: small fix on gen.* scroller policy documentation
--This line,yand those below, will be ignored--
M elm_genlist.h
M elm_gengrid.h
SVN revision: 69298
Daniel Juyung Seo [Tue, 13 Mar 2012 12:04:32 +0000 (12:04 +0000)]
elm test.c: Changed information text wrapping. Changed internal function name to be distinguished by other elementary API names.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 69295
Daniel Juyung Seo [Tue, 13 Mar 2012 10:16:37 +0000 (10:16 +0000)]
elm genlist: Fixed item select bug. Patch by Hyoyoung Chang
<hyoyoung@gmail.com>
On Tue, Mar 13, 2012 at 6:52 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> Dear all,
>
> In _item_select, some if conditional is not working as user intention.
> always_select mode checking is reversed and no-select mode is not
checked.
> I add and fix it.
> Thanks
SVN revision: 69292
Jiyoun Park [Tue, 13 Mar 2012 10:13:34 +0000 (10:13 +0000)]
remove elm_flipselector_interval_set/get
SVN revision: 69291
Daniel Juyung Seo [Tue, 13 Mar 2012 08:54:33 +0000 (08:54 +0000)]
elm genlist/gengrid: Fixed item signal emit hook bug.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 69290
ChunEon Park [Tue, 13 Mar 2012 08:13:35 +0000 (08:13 +0000)]
elementary/conform - support clipboard illume
SVN revision: 69289
Jiyoun Park [Tue, 13 Mar 2012 07:53:05 +0000 (07:53 +0000)]
remove deprecated code related with
elm_clock_digit_edit_get/set
function.
SVN revision: 69288
Jiyoun Park [Tue, 13 Mar 2012 07:50:39 +0000 (07:50 +0000)]
remove deprecated code related with
elm_toolbar_always_select_mode_get/set
elm_toolbar_no_select_mode_get/set
function.
SVN revision: 69287