platform/upstream/elementary.git
12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
Hyoyoung Chang [Sat, 24 Mar 2012 11:14:20 +0000 (11:14 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_genlist - add merging edc strings list

I add like a routine in previous patch.
It add merging routines to realize functions.
also i removed "elm_widget_stringlist_free(cons)"
because all of it is freed at item_unrealize.

SVN revision: 69598

12 years agoupdate po's?
Carsten Haitzler [Sat, 24 Mar 2012 02:53:31 +0000 (02:53 +0000)]
update po's?

SVN revision: 69594

12 years agoFix related zoom
Sanjeev BA [Fri, 23 Mar 2012 11:15:01 +0000 (11:15 +0000)]
Fix related zoom
Author : Bluezery <ohpowel@gmail.com>

SVN revision: 69590

12 years agoFrom: GoUn Lee <gouni.lee@samsung.com>
GoUn Lee [Fri, 23 Mar 2012 07:49:14 +0000 (07:49 +0000)]
From: GoUn Lee <gouni.lee@samsung.com>
Subject: [E-devel] [?Patch]elm_?multibutto?nentry bug fix

I've attached patch to fix bug in multibuttonentry.
When this widget is unfocused, there's no code for making unfocused
entry in multibuttonentry.
Because of that, when multibuttonentry got focus again, entry couldn't
get focus normally.
so I've added  code to fix this issue. when it's unfocused.

Also I removed unused value in resize_button() which is 'padding_inner'

SVN revision: 69583

12 years agoFrom: chanwook jung <jchanwook@gmail.com>
chanwook jung [Fri, 23 Mar 2012 07:47:03 +0000 (07:47 +0000)]
From: chanwook jung <jchanwook@gmail.com>
Subject: [E-devel] [Patch][Genlist] Tree effect bug fix

I found some bugs in tree effect. flickering, emit signal to unrealize
item... so I fix it.

SVN revision: 69582

12 years agofix other bring in bug leif found.
Carsten Haitzler [Fri, 23 Mar 2012 07:33:15 +0000 (07:33 +0000)]
fix other bring in bug leif found.

SVN revision: 69581

12 years agoElm examples: add win32 thread examples, remove some whitespaces in the corresponding...
Vincent Torri [Fri, 23 Mar 2012 07:23:26 +0000 (07:23 +0000)]
Elm examples: add win32 thread examples, remove some whitespaces in the corresponding pthread code, and rework a bit Makefile.am

SVN revision: 69580

12 years agoCallback parameter should be Widget_Data, not Evas_Object.
Sanjeev BA [Fri, 23 Mar 2012 05:36:11 +0000 (05:36 +0000)]
Callback parameter should be Widget_Data, not Evas_Object.
Author : Bluezery <ohpowel@gmail.com>

SVN revision: 69577

12 years agoelm map: Removed unused codes. Patch by Bluezery <ohpowel@gmail.com>
Daniel Juyung Seo [Fri, 23 Mar 2012 01:29:32 +0000 (01:29 +0000)]
elm map: Removed unused codes. Patch by Bluezery <ohpowel@gmail.com>

On Thu, Mar 22, 2012 at 9:38 PM, Bluezery <ohpowel@gmail.com> wrote:
> Hello,
>
> Now, Elm_Map_Marker, Elm_Map_Marker_Class, Elm_Map_Group_Class,
> Marker_Bubble are not used anymore.  So I removed all things related
> those in elm_map.
> Please review this patch.
> Thanks
>

SVN revision: 69571

12 years ago[Elm] Fix wrong info on focus test.
Gustavo Lima Chaves [Thu, 22 Mar 2012 19:25:40 +0000 (19:25 +0000)]
[Elm] Fix wrong info on focus test.

SVN revision: 69570

12 years agoupdate po.
Carsten Haitzler [Thu, 22 Mar 2012 10:59:45 +0000 (10:59 +0000)]
update po.

SVN revision: 69564

12 years agopass distcheck
Carsten Haitzler [Thu, 22 Mar 2012 10:59:37 +0000 (10:59 +0000)]
pass distcheck

SVN revision: 69563

12 years agoFrom: Bluezery <ohpowel@gmail.com>
Bluezery [Thu, 22 Mar 2012 10:40:04 +0000 (10:40 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Add line, polygon, circle, scale
overlay

This patch adds new overlay APIs (line, polygon, circle, scale) for elm_map.
These overlays are adhered to map even though zooming, panning.
You can test these by doing "elementary_test --> click mouse right -->
overlay"

SVN revision: 69562

12 years agoFrom: cnook <kimcinoo@gmail.com>
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

12 years agoto make show/bring in work for list - canvas objects need calcing
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

12 years agoand clean up formatting uglies i saw.
Carsten Haitzler [Thu, 22 Mar 2012 09:34:57 +0000 (09:34 +0000)]
and clean up formatting uglies i saw.

SVN revision: 69559

12 years agoactually kno difference betwene show and bring-in in genlist if item
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

12 years agofix initial bring in coord calc for genlist items if inside first
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

12 years agoFrom: cnook <kimcinoo@gmail.com>
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

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

12 years agoFix bugs in Elementary examples and documentation.
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

12 years agoRemove GLView example from comments to a new file.
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

12 years agoFixing bugs in Elementary widgets documentation.
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

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
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

12 years agoFrom: chanwook jung <jchanwook@gmail.com>
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

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
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

12 years agoFrom: cnook <kimcinoo@gmail.com>
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

12 years agogravity_set/get func ptr not set.
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

12 years agoelm test_naviframe.c: Revised codes.
Daniel Juyung Seo [Tue, 20 Mar 2012 17:28:12 +0000 (17:28 +0000)]
elm test_naviframe.c: Revised codes.

SVN revision: 69526

12 years agoelementary/elm_widget : When adding a sub-object, top_win_focused flag
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

12 years agoelm genlist: Refine item callbacks. Patch by Hyoyoung Chang
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

12 years agoelm_map - Bug fix and cleanup.
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

12 years agoelm genlist: Refactoring. Create spacer object only when it is needed.
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

12 years agoElm: fix compilation on OS that are not using X
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

12 years agoElm: typo in comment
Vincent Torri [Tue, 20 Mar 2012 04:40:36 +0000 (04:40 +0000)]
Elm: typo in comment

SVN revision: 69515

12 years agoReplace repetetive if(type== with switch/case
Leif Middelschulte [Tue, 20 Mar 2012 03:19:13 +0000 (03:19 +0000)]
Replace repetetive if(type== with switch/case

SVN revision: 69512

12 years agoagain, mandatory hover menus are not suitable for desktop profiles. applications...
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

12 years agodisable annoying hover menu when clicking anchors in desktop profile; enforcing a...
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

12 years agoNew simpler button example.
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

12 years agoFixing bugs in examples.
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

12 years agoelm list: Added elm_list_first/last_item_get() APIs. I know we freezed API but they...
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

12 years agoelm test_check: Revised codes.
Daniel Juyung Seo [Mon, 19 Mar 2012 07:27:49 +0000 (07:27 +0000)]
elm test_check: Revised codes.

SVN revision: 69504

12 years agoupdate po's
Carsten Haitzler [Mon, 19 Mar 2012 06:59:28 +0000 (06:59 +0000)]
update po's

SVN revision: 69502

12 years agoFrom: cnook <kimcinoo@gmail.com>
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

12 years agoelementary/test_gengrid : fix a bug :)
WooHyun Jung [Sun, 18 Mar 2012 12:25:35 +0000 (12:25 +0000)]
elementary/test_gengrid : fix a bug :)

SVN revision: 69494

12 years agoelementary/popup : Fixing a bug. Please refer following message from
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

12 years agoelm: fix doxygen about Widget Tree Navigation
Jihoon Kim [Sat, 17 Mar 2012 10:42:26 +0000 (10:42 +0000)]
elm: fix doxygen about Widget Tree Navigation

SVN revision: 69486

12 years agoelementary: remove Toggle in index.doxy
Jihoon Kim [Sat, 17 Mar 2012 10:19:38 +0000 (10:19 +0000)]
elementary: remove Toggle in index.doxy

SVN revision: 69485

12 years agoand work more on getting release in shape - version requirements.
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

12 years agogear up svn for release. one of many steps/things to do.
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

12 years agoclean up toggle turds :)
Carsten Haitzler [Fri, 16 Mar 2012 23:45:48 +0000 (23:45 +0000)]
clean up toggle turds :)

SVN revision: 69478

12 years agoelementary/conformant - Fixed to keypad area not be full sized if it's not exist.
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

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

12 years agoelementary/test_slideshow : fix a bug - window was resized badly
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

12 years agoelementary: fix build of example.
Cedric BAIL [Fri, 16 Mar 2012 10:59:10 +0000 (10:59 +0000)]
elementary: fix build of example.

SVN revision: 69455

12 years agoelm genlist: Refactoring. Use correct name item_moving_effect_timer -> tree_effect_an...
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

12 years agoremove elm_map_marker_XXX
Jiyoun Park [Fri, 16 Mar 2012 08:02:33 +0000 (08:02 +0000)]
remove elm_map_marker_XXX

SVN revision: 69451

12 years agoupdate info
Jiyoun Park [Fri, 16 Mar 2012 05:48:18 +0000 (05:48 +0000)]
update info

SVN revision: 69448

12 years agoremove deprecated code related with
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

12 years agoproperly #ifdef out entire function
Mike Blumenkrantz [Fri, 16 Mar 2012 03:35:14 +0000 (03:35 +0000)]
properly #ifdef out entire function

SVN revision: 69445

12 years agofix name of tb7 test
Mike Blumenkrantz [Thu, 15 Mar 2012 14:15:48 +0000 (14:15 +0000)]
fix name of tb7 test

SVN revision: 69375

12 years agoelm genlist: Fixed evas_object_unref position problem. Patch by
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

12 years agoelm genlist: Refactored _sizing_eval.
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

12 years agoelm genlist_example_02.c: Fixed = vs == bug
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

12 years agoelm genlist example: Fixed build script.
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

12 years agoelementary/elm_entry.c : I think this is wrong highlight ignoring setting for elm_entry.
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

12 years agomodify elm_toggle_XXX to elm_check_XXX
Jiyoun Park [Thu, 15 Mar 2012 10:28:03 +0000 (10:28 +0000)]
modify elm_toggle_XXX to elm_check_XXX

SVN revision: 69368

12 years agoAdd the comment of the longpressed in toolbar. It seems to be missed.
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

12 years agoelm genlist: Fixed elm_genlist_item_index_get(). Patch by Chanwook
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

12 years agoelm genlist: Fixed compress mode sizing bug. Patch by Chanwook Jung
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

12 years agoupdate info
Jiyoun Park [Thu, 15 Mar 2012 08:58:34 +0000 (08:58 +0000)]
update info

SVN revision: 69364

12 years agoelm test_genlist.c: Fixed wrong item class assignment. Anybody who wrote this code...
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

12 years agowrong config values! booo! fix.
Carsten Haitzler [Thu, 15 Mar 2012 08:48:38 +0000 (08:48 +0000)]
wrong config values! booo! fix.

SVN revision: 69361

12 years agoremove deprecated code related with
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

12 years agoremove deprecated code related with
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

12 years agoremove deprecated code related with
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

12 years agoremove deprecated code
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

12 years agoremove deprecated with
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

12 years agoelementary/naviframe : Fix a focus bug. When popping, new top content
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

12 years agoelementary/elm_main : fix wrong return.
WooHyun Jung [Thu, 15 Mar 2012 05:23:06 +0000 (05:23 +0000)]
elementary/elm_main : fix wrong return.

SVN revision: 69353

12 years agoupdate info
Jiyoun Park [Thu, 15 Mar 2012 05:19:28 +0000 (05:19 +0000)]
update info

SVN revision: 69352

12 years agoelm entry: Added blank lines for readability.
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

12 years agoelm test_entry_anchor.c: Fixed formatting. Used elm_win_util_standard_add().
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

12 years agoelm genlist: Added show_item check routine. Patch by Hyoyoung Chang <
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

12 years agoelementary: fix some wrong param in doxygen
Jihoon Kim [Thu, 15 Mar 2012 01:20:58 +0000 (01:20 +0000)]
elementary: fix some wrong param in doxygen

SVN revision: 69348

12 years ago[Elm] Fix dangling icon on on elm example.
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

12 years agoHoversel example and doc fix.
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

12 years ago[Elm] Fixing comment on an elm example
Gustavo Lima Chaves [Wed, 14 Mar 2012 17:16:39 +0000 (17:16 +0000)]
[Elm] Fixing comment on an elm example

SVN revision: 69341

12 years ago[Elm] Fixing types of some clock parts.
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

12 years agoelementary/ctxpopup - support more common apis
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

12 years agoelementary/diskselector - more useful signal callbacks
ChunEon Park [Wed, 14 Mar 2012 12:29:22 +0000 (12:29 +0000)]
elementary/diskselector - more useful signal callbacks

SVN revision: 69333

12 years agoupdate info file
Jiyoun Park [Wed, 14 Mar 2012 11:19:00 +0000 (11:19 +0000)]
update info file

SVN revision: 69331

12 years agoremove elm_list_always_select_mode_get/set deprecated API
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

12 years agoremove elm_toolbar_mode_shrink_set/get
Jiyoun Park [Wed, 14 Mar 2012 10:08:15 +0000 (10:08 +0000)]
remove elm_toolbar_mode_shrink_set/get

SVN revision: 69327

12 years agoupdate info file
Jiyoun Park [Wed, 14 Mar 2012 09:56:20 +0000 (09:56 +0000)]
update info file

SVN revision: 69326

12 years agoelementary/transit - support image object type
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

12 years agoElm entry-anchor: Don't show anchor if there's none.
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

12 years agoelm genlist: Check object magic in EAPI.
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

12 years agoremove elm_map_group_class_style_set
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

12 years agoremove elm_map_marker_class_style_set
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