platform/upstream/elementary.git
12 years agoelementary/colorselector - updated for elm_colorselector_mode_set test
ChunEon Park [Mon, 2 Apr 2012 01:48:25 +0000 (01:48 +0000)]
elementary/colorselector - updated for elm_colorselector_mode_set test

SVN revision: 69832

12 years agoelementary/colorselector - more proper parents passing
ChunEon Park [Mon, 2 Apr 2012 00:55:04 +0000 (00:55 +0000)]
elementary/colorselector - more proper parents passing

SVN revision: 69831

12 years agoelementary/colorselector - removed unnecesary layout
ChunEon Park [Mon, 2 Apr 2012 00:50:57 +0000 (00:50 +0000)]
elementary/colorselector - removed unnecesary layout

SVN revision: 69830

12 years agoelementary/elm_entry : Fixed a bug. While appending big sized string,
WooHyun Jung [Mon, 2 Apr 2012 00:50:56 +0000 (00:50 +0000)]
elementary/elm_entry : Fixed a bug. While appending big sized string,
elm_entry_entry_get caused segfault because memcpy could be tried with
NULL pointer + "> 0" length.

SVN revision: 69829

12 years agoelm: Set timer/animator to NULL after they're deleted.
Daniel Juyung Seo [Fri, 30 Mar 2012 12:31:11 +0000 (12:31 +0000)]
elm: Set timer/animator to NULL after they're deleted.

SVN revision: 69796

12 years agoelm gengrid: Changed internal function and variable names.
Daniel Juyung Seo [Fri, 30 Mar 2012 12:31:01 +0000 (12:31 +0000)]
elm gengrid: Changed internal function and variable names.
item_moving_effect_timer -> item_reorder_move_animator
_reorder_item_moving_effect_timer_cb -> _reorder_item_move_animator_cb

SVN revision: 69795

12 years agoAfter edit mode naming is changed, some legacy naming is remained.
Carsten Haitzler [Fri, 30 Mar 2012 10:34:31 +0000 (10:34 +0000)]
After edit mode naming is changed, some legacy naming is remained.
I changed naming to follow API naming changes.

"edit_" -> "deco_" and also some explicit edc part names are changed.

Some naming are remained as is, I'll fix at next patches.

SVN revision: 69793

12 years agoprotect ethumb with the ifdef as provided in example.
Carsten Haitzler [Fri, 30 Mar 2012 10:10:53 +0000 (10:10 +0000)]
protect ethumb with the ifdef as provided in example.

SVN revision: 69791

12 years agoFrom: cnook <kimcinoo@gmail.com>
cnook [Fri, 30 Mar 2012 09:56:22 +0000 (09:56 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [patch][elementary] elc_popup, restack issue

The elc_popup does not raise to the top of its layer even though
evas_object_raise() is called with the popup object.
Because the elm_widget_resize_object_set(); makes notify object which is
internally used in the popup have a smart parent.
Ultimately, the callback function for EVAS_CALLBACK_RESTACK of the
notify
is not called.
So I removed elm_widget_resize_object_set(); from the popup and added
some
implementations to show the popup properly.
Moreover, I have added test code also in the attached patch. Then,
please
review the patch and give any feedbacks. Thanks.

SVN revision: 69790

12 years agoelm genlist: Set long_timer to NULL after it's deleted.
Daniel Juyung Seo [Fri, 30 Mar 2012 09:25:58 +0000 (09:25 +0000)]
elm genlist: Set long_timer to NULL after it's deleted.

SVN revision: 69789

12 years agoelementary/genlist : set NULL for swipe_timer.
WooHyun Jung [Fri, 30 Mar 2012 09:22:49 +0000 (09:22 +0000)]
elementary/genlist : set NULL for swipe_timer.

SVN revision: 69788

12 years agoelm genlist: Fixed genlist infinite loop bug.
Daniel Juyung Seo [Fri, 30 Mar 2012 07:28:04 +0000 (07:28 +0000)]
elm genlist: Fixed genlist infinite loop bug.

SVN revision: 69785

12 years agoelm examples: Removed macro for data dir. Used elm_app_info_set and elm_app_data_dir_...
Daniel Juyung Seo [Fri, 30 Mar 2012 06:34:07 +0000 (06:34 +0000)]
elm examples: Removed macro for data dir. Used elm_app_info_set and elm_app_data_dir_get instead.

SVN revision: 69783

12 years agoelm index_example_02.c: Fix index behavior properly.
Daniel Juyung Seo [Fri, 30 Mar 2012 06:34:04 +0000 (06:34 +0000)]
elm index_example_02.c: Fix index behavior properly.

SVN revision: 69782

12 years agoelm bg_example_03.c: Fixed window size to see the contents properly.
Daniel Juyung Seo [Fri, 30 Mar 2012 06:33:57 +0000 (06:33 +0000)]
elm bg_example_03.c: Fixed window size to see the contents properly.

SVN revision: 69781

12 years agoelementary/naviframe - fixed to keep title_visiblility status after item_style_set
ChunEon Park [Fri, 30 Mar 2012 05:28:42 +0000 (05:28 +0000)]
elementary/naviframe - fixed to keep title_visiblility status after item_style_set

SVN revision: 69780

12 years agoclean up this logic a bit as well
Mike Blumenkrantz [Fri, 30 Mar 2012 02:04:16 +0000 (02:04 +0000)]
clean up this logic a bit as well

SVN revision: 69779

12 years agowhy use two loops when one is fine?
Mike Blumenkrantz [Fri, 30 Mar 2012 01:50:37 +0000 (01:50 +0000)]
why use two loops when one is fine?

SVN revision: 69778

12 years agothis was redundant and confusing so I hit it with a hammer
Mike Blumenkrantz [Fri, 30 Mar 2012 01:33:07 +0000 (01:33 +0000)]
this was redundant and confusing so I hit it with a hammer

SVN revision: 69777

12 years agoalso rename widget data variable to be consistent with every other occurrence
Mike Blumenkrantz [Fri, 30 Mar 2012 01:17:04 +0000 (01:17 +0000)]
also rename widget data variable to be consistent with every other occurrence

SVN revision: 69776

12 years agothis is not actually unused...
Mike Blumenkrantz [Fri, 30 Mar 2012 01:15:26 +0000 (01:15 +0000)]
this is not actually unused...

SVN revision: 69775

12 years agoelementary: oops, mistake
Michael BOUCHAUD [Thu, 29 Mar 2012 23:05:54 +0000 (23:05 +0000)]
elementary: oops, mistake

SVN revision: 69773

12 years agoelementary: add an enum for the weekdays, with magic numbers fixes
Michael BOUCHAUD [Thu, 29 Mar 2012 22:59:11 +0000 (22:59 +0000)]
elementary: add an enum for the weekdays, with magic numbers fixes

SVN revision: 69772

12 years agoelementary: add 2 API, the first one is to set the first day of week in elm_calendar...
Michael BOUCHAUD [Thu, 29 Mar 2012 22:14:30 +0000 (22:14 +0000)]
elementary: add 2 API, the first one is to set the first day of week in elm_calendar, and the second to get the info. I use a more trivial way to set headers ^^

SVN revision: 69771

12 years agoElm: remove some warnings when no X
Vincent Torri [Thu, 29 Mar 2012 21:24:00 +0000 (21:24 +0000)]
Elm: remove some warnings when no X

SVN revision: 69770

12 years agoRemove warnings about unused parameters in examples.
Jonas M. Gastal [Thu, 29 Mar 2012 20:55:55 +0000 (20:55 +0000)]
Remove warnings about unused parameters in examples.

SVN revision: 69769

12 years agoFixes compilation instructions of examples to work on ubuntu.
Daniel Vieira Franzolin [Thu, 29 Mar 2012 20:44:42 +0000 (20:44 +0000)]
Fixes compilation instructions of examples to work on ubuntu.

Patch by: "Daniel Vieira Franzolin" <daniel@profusion.mobi>

SVN revision: 69766

12 years agonew test for naviframe, move naviframe tests to naviframe category so it can actually...
Mike Blumenkrantz [Thu, 29 Mar 2012 20:31:35 +0000 (20:31 +0000)]
new test for naviframe, move naviframe tests to naviframe category so it can actually be found

SVN revision: 69765

12 years agofor the last time: CONFIG.H ALWAYS GETS INCLUDED FIRST. AAAAAAAALLLLLLLLLLLLLLLLLLLLL...
Mike Blumenkrantz [Thu, 29 Mar 2012 19:27:13 +0000 (19:27 +0000)]
for the last time: CONFIG.H ALWAYS GETS INCLUDED FIRST. AAAAAAAALLLLLLLLLLLLLLLLLLLLLLLWAAAAAAAAAAAAAAAAAAAAAAAAAAAYYYYYYYYYYYYYYYYYYYYYSSSSSSSSSSSSSSSSSSS

SVN revision: 69764

12 years agomake elm robust and handle if u DONT set compile time dirs.. and work
Carsten Haitzler [Thu, 29 Mar 2012 12:00:14 +0000 (12:00 +0000)]
make elm robust and handle if u DONT set compile time dirs.. and work
anyway.

SVN revision: 69750

12 years agoelm: Fixed formatting. Added a space after 'if/while/for'
Daniel Juyung Seo [Thu, 29 Mar 2012 11:09:45 +0000 (11:09 +0000)]
elm: Fixed formatting. Added a space after 'if/while/for'

SVN revision: 69744

12 years agoelm elm_object: Fixed part content set hooks.
Daniel Juyung Seo [Thu, 29 Mar 2012 11:09:40 +0000 (11:09 +0000)]
elm elm_object: Fixed part content set hooks.
 1. delete old content object
 2. check whether new content object is same as old content object
 3. added some doxygen description.

SVN revision: 69743

12 years agoelm genlist: Fixed _item_content_set_hook. Use _item_content_unset_hook internally.
Daniel Juyung Seo [Thu, 29 Mar 2012 11:09:34 +0000 (11:09 +0000)]
elm genlist: Fixed _item_content_set_hook. Use _item_content_unset_hook internally.

SVN revision: 69742

12 years agoelm elm_object_item: Fixed item part content set hooks.
Daniel Juyung Seo [Thu, 29 Mar 2012 10:08:37 +0000 (10:08 +0000)]
elm elm_object_item: Fixed item part content set hooks.
1. delete old content object
2. check whether new content object is same as old content object
3. rename internal content set hook function
4. elm_widget_sub_object_del will be followed by evas_object_del
5. added some doxygen description.

SVN revision: 69738

12 years agofix next calgrind bitch. yay!
Carsten Haitzler [Thu, 29 Mar 2012 09:54:21 +0000 (09:54 +0000)]
fix next calgrind bitch. yay!

SVN revision: 69737

12 years agofix segv on elm_config exiting - entry bug! free(wd) AFTEr u have
Carsten Haitzler [Thu, 29 Mar 2012 09:40:23 +0000 (09:40 +0000)]
fix segv on elm_config exiting - entry bug! free(wd) AFTEr u have
finishing ACCESING IT!

SVN revision: 69736

12 years agotone down smoothing even more.
Carsten Haitzler [Thu, 29 Mar 2012 09:39:54 +0000 (09:39 +0000)]
tone down smoothing even more.

SVN revision: 69735

12 years agowarn-- for non-x
Carsten Haitzler [Thu, 29 Mar 2012 09:28:13 +0000 (09:28 +0000)]
warn-- for non-x

SVN revision: 69734

12 years agofix formatting! no if( ... space pls!
Carsten Haitzler [Thu, 29 Mar 2012 09:21:32 +0000 (09:21 +0000)]
fix formatting! no if( ... space pls!

SVN revision: 69732

12 years agoadjust default configs for scroll smoothing to have a smaller window.
Carsten Haitzler [Thu, 29 Mar 2012 09:19:09 +0000 (09:19 +0000)]
adjust default configs for scroll smoothing to have a smaller window.

SVN revision: 69731

12 years agoelm genlist: Fixed flip bug. Patch by Hyoyoung Chang
Daniel Juyung Seo [Thu, 29 Mar 2012 08:22:26 +0000 (08:22 +0000)]
elm genlist: Fixed flip bug. Patch by Hyoyoung Chang
<hyoyoung@gmail.com>

On Thu, Mar 29, 2012 at 4:56 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> Dear all
>
> I made a patch about flip_realize.
> Currently flip feature uses content_objs, so it should keep its
content_objs.
> However it's lost at _item_flips_realize().
> So i fixed to initialize with its content_objs.
>
> Thanks

SVN revision: 69725

12 years agouse new ref_get func in object cleanup for windows.
Carsten Haitzler [Thu, 29 Mar 2012 07:46:59 +0000 (07:46 +0000)]
use new ref_get func in object cleanup for windows.

SVN revision: 69723

12 years agoelm genlist: Remove tree_effect_animator on genlist _del_hook.
Daniel Juyung Seo [Thu, 29 Mar 2012 07:19:23 +0000 (07:19 +0000)]
elm genlist: Remove tree_effect_animator on genlist _del_hook.

SVN revision: 69721

12 years agoelementary/panes - Patch to handle deletion of current contents while setting new...
ChunEon Park [Thu, 29 Mar 2012 07:08:22 +0000 (07:08 +0000)]
elementary/panes - Patch to handle deletion of current contents while setting new ones

Attached to the mail is a patch for elm_panes.

I have a query that shall we hide the unset content in the widget itself or should application explicitly hide them after unsetting!
In case of edje_object_part_unswallow, application needs to do it explicitly and it is documented but in case of elm_object_part_content_unset, there is no documentation available.

Details of the patch:

Existing Issue before this change:
   1. Panes deletes the older content while setting a new content even though both are same.
   2. left and right content are being unswallowed in the content_left_set and _content_right_unset functions. So when the reparenting happens, say when the content is put inside a layout then only _sub_del gets called and
unswallowing does not happen as these functions do not get called.
e.g.   @@ -253,8 +250,6 @@ _content_left_unset(Evas_Object *obj)
    if (!wd->contents.left) return NULL;
    Evas_Object *content = wd->contents.left;
    elm_widget_sub_object_del(obj, content); //wd->contents.left already gets set to NULL in _sub_del
-   edje_object_part_unswallow(wd->panes, content); // can be unswallowed in _sub_del as in case of reparenting like setting content in a layout, only _sub_del will get called, not this function
-   wd->contents.left = NULL; //this instruction is redundent as it happens in _sub_del anyway
    return content;
 }
Change Description:
  1. Unswallowing the contents now in _sub_del as this is a common function to be executed when subobject removal happens.
  2. Comparing the current content with new before deleting.

Signed-Off-By: RAJEEV RANJAN<rajeev.r@samsumg.com>
Thanks.
Regards,
Rajeev

SVN revision: 69720

12 years agoelementary/toolbar : can_focus should be set as EINA_TRUE.
WooHyun Jung [Thu, 29 Mar 2012 06:41:23 +0000 (06:41 +0000)]
elementary/toolbar : can_focus should be set as EINA_TRUE.

SVN revision: 69719

12 years agoelementary/conform theme : Rearranging some parts in conform theme.
WooHyun Jung [Thu, 29 Mar 2012 06:38:34 +0000 (06:38 +0000)]
elementary/conform theme : Rearranging some parts in conform theme.

SVN revision: 69718

12 years agoelm conform: Revised code. More proper NULL check and aded spacing.
Daniel Juyung Seo [Thu, 29 Mar 2012 06:26:16 +0000 (06:26 +0000)]
elm conform: Revised code. More proper NULL check and aded spacing.

SVN revision: 69717

12 years agoelementary/conform : wd->content is set as NULL in _sub_del function,
WooHyun Jung [Thu, 29 Mar 2012 06:00:06 +0000 (06:00 +0000)]
elementary/conform : wd->content is set as NULL in _sub_del function,
so can not be used anymore.

SVN revision: 69716

12 years agoelementary/toolbar : toolbar should be focusable as default.
WooHyun Jung [Thu, 29 Mar 2012 05:21:07 +0000 (05:21 +0000)]
elementary/toolbar : toolbar should be focusable as default.

SVN revision: 69714

12 years agoelementary/naviframe - more clean tree
ChunEon Park [Wed, 28 Mar 2012 10:04:55 +0000 (10:04 +0000)]
elementary/naviframe - more clean tree

SVN revision: 69702

12 years agoelementary/widget - fixed to update the some status -color, clip, visibitliy- even...
ChunEon Park [Wed, 28 Mar 2012 10:03:45 +0000 (10:03 +0000)]
elementary/widget - fixed to update the some status -color, clip, visibitliy- even if the memebers are added later.

SVN revision: 69701

12 years agoelm: Fixed formatting.
Daniel Juyung Seo [Wed, 28 Mar 2012 09:02:22 +0000 (09:02 +0000)]
elm: Fixed formatting.

SVN revision: 69700

12 years agoelm examples: Adjust directory names.
Daniel Juyung Seo [Wed, 28 Mar 2012 08:42:24 +0000 (08:42 +0000)]
elm examples: Adjust directory names.

SVN revision: 69699

12 years agoelm examples: I removed __UNUSED__ and config header inclusion. This code is an examp...
Daniel Juyung Seo [Wed, 28 Mar 2012 08:42:20 +0000 (08:42 +0000)]
elm examples: I removed __UNUSED__ and config header inclusion. This code is an example for other developers so we don't need that extra macros. But how can I ignore this warning while building elementary?

SVN revision: 69698

12 years agoelm elc_player.c: Fixed slider usage.
Daniel Juyung Seo [Wed, 28 Mar 2012 08:42:13 +0000 (08:42 +0000)]
elm elc_player.c: Fixed slider usage.

SVN revision: 69697

12 years agoelm thumb_example_01.c: Revert wrong #if 0, #endif. Why this was added?
Daniel Juyung Seo [Wed, 28 Mar 2012 07:17:46 +0000 (07:17 +0000)]
elm thumb_example_01.c: Revert wrong #if 0, #endif. Why this was added?

SVN revision: 69695

12 years agoelm slider_example.c: Use proper callback declarations according to elm API change.
Daniel Juyung Seo [Wed, 28 Mar 2012 07:17:43 +0000 (07:17 +0000)]
elm slider_example.c: Use proper callback declarations according to elm API change.

SVN revision: 69694

12 years agoelm slider: Changed format function callback's const char * to char *.
Daniel Juyung Seo [Wed, 28 Mar 2012 07:04:14 +0000 (07:04 +0000)]
elm slider: Changed format function callback's const char * to char *.
The string will be freed in application's callback later. So 'const' is
not appropriate.
In elm_slider_indicator_format_function_set and
elm_slider_units_format_function_set.

SVN revision: 69692

12 years agoelm genlist: Fixed tree effect bug. Patch by Chanwook Jung
Daniel Juyung Seo [Wed, 28 Mar 2012 06:23:18 +0000 (06:23 +0000)]
elm genlist: Fixed tree effect bug. Patch by Chanwook Jung
<jchanwook@gmail.com>

On Wed, Mar 28, 2012 at 3:06 PM, chanwook jung <jchanwook@gmail.com>
wrote:
> Dear all,
>
> I added one line to fix the bug at tree effect. If the item is equal
to
> expanded_next_item, expanded_next_item set to NULL in _item_del
>
> Thanks,
> Joey

SVN revision: 69691

12 years agoelm examples: Use standard way of elementary applications. EAPI_MAIN, elm_shutdown...
Daniel Juyung Seo [Wed, 28 Mar 2012 06:04:36 +0000 (06:04 +0000)]
elm examples: Use standard way of elementary applications. EAPI_MAIN, elm_shutdown, ELM_MAIN()

SVN revision: 69690

12 years agoelm examples: Fixed most of shadow variable warnings and unused warnings.
Daniel Juyung Seo [Wed, 28 Mar 2012 00:52:09 +0000 (00:52 +0000)]
elm examples: Fixed most of shadow variable warnings and unused warnings.

SVN revision: 69682

12 years agoelm calendar_example_06.c: Fixed tm structure initialization. By the
Daniel Juyung Seo [Wed, 28 Mar 2012 00:52:05 +0000 (00:52 +0000)]
elm calendar_example_06.c: Fixed tm structure initialization. By the
way, is this correct? I had build warnings before.

menu_example_01.c: In function ‘_del_it’:
menu_example_01.c:17:6: warning: assignment discards qualifiers from
pointer target type

SVN revision: 69681

12 years agoelm examples: Fixed some meaningful build warnings.
Daniel Juyung Seo [Wed, 28 Mar 2012 00:52:02 +0000 (00:52 +0000)]
elm examples: Fixed some meaningful build warnings.

SVN revision: 69680

12 years agoelm: Updated .gitignore.
Daniel Juyung Seo [Wed, 28 Mar 2012 00:51:59 +0000 (00:51 +0000)]
elm: Updated .gitignore.

SVN revision: 69679

12 years agoelm examples: Define __UNUSED__ when HAVE_CONFIG_H is not defined.
Daniel Juyung Seo [Wed, 28 Mar 2012 00:51:57 +0000 (00:51 +0000)]
elm examples: Define __UNUSED__ when HAVE_CONFIG_H is not defined.

SVN revision: 69678

12 years agoelm genlist_example_04.c: Use proper group item style, content get, and label get...
Daniel Juyung Seo [Wed, 28 Mar 2012 00:51:53 +0000 (00:51 +0000)]
elm genlist_example_04.c: Use proper group item style, content get, and label get callbacks.

SVN revision: 69677

12 years agoelm examples: Fixed build warnings.
Daniel Juyung Seo [Wed, 28 Mar 2012 00:51:49 +0000 (00:51 +0000)]
elm examples: Fixed build warnings.

SVN revision: 69676

12 years agoelementary/naviframe - add blending effect to overlap style
ChunEon Park [Tue, 27 Mar 2012 13:49:10 +0000 (13:49 +0000)]
elementary/naviframe - add blending effect to overlap style

SVN revision: 69668

12 years agoelementary/colorselector - padding between color items non scalable bug fix.
ShilpaOnkar Singh [Tue, 27 Mar 2012 13:15:36 +0000 (13:15 +0000)]
elementary/colorselector - padding between color items non scalable bug fix.

Signed-Off-By: ShilpaOnkar Singh <shilpa.singh@samsung.com>
SVN revision: 69667

12 years agoelementary/naviframe - added overlap style and updated test case.
ChunEon Park [Tue, 27 Mar 2012 13:11:13 +0000 (13:11 +0000)]
elementary/naviframe - added overlap style and updated test case.

SVN revision: 69666

12 years agoelementary/pager - farewell pager. you was the best widget ever I know.
ChunEon Park [Tue, 27 Mar 2012 08:35:56 +0000 (08:35 +0000)]
elementary/pager - farewell pager. you was the best widget ever I know.

SVN revision: 69662

12 years agoelemenatary/panel - modified to use recommended parents.
ChunEon Park [Tue, 27 Mar 2012 06:47:07 +0000 (06:47 +0000)]
elemenatary/panel - modified to use recommended parents.

SVN revision: 69654

12 years agoelementary/panel - buggy position!!
ChunEon Park [Tue, 27 Mar 2012 06:43:50 +0000 (06:43 +0000)]
elementary/panel - buggy position!!

SVN revision: 69653

12 years agoelementary/naviframe - fixed to an object has a focus even if insert_after APIs is...
ChunEon Park [Tue, 27 Mar 2012 06:06:50 +0000 (06:06 +0000)]
elementary/naviframe - fixed to an object has a focus even if insert_after APIs is called.

SVN revision: 69652

12 years agoelementary/naviframe - modified content unfocusable.
ChunEon Park [Tue, 27 Mar 2012 05:48:41 +0000 (05:48 +0000)]
elementary/naviframe - modified content unfocusable.

The contents will be unfocusable only when they are being pushed or popped.

SVN revision: 69651

12 years agoelementary/transit - more simple code.
ChunEon Park [Tue, 27 Mar 2012 03:16:42 +0000 (03:16 +0000)]
elementary/transit - more simple code.

SVN revision: 69650

12 years agoelm genlist: Updated moved/moved,after/moved,before signal documentation.
Daniel Juyung Seo [Tue, 27 Mar 2012 02:39:27 +0000 (02:39 +0000)]
elm genlist: Updated moved/moved,after/moved,before signal documentation.

SVN revision: 69649

12 years agoelm genlist: Fixed documentation.
Daniel Juyung Seo [Tue, 27 Mar 2012 02:39:14 +0000 (02:39 +0000)]
elm genlist: Fixed documentation.

SVN revision: 69648

12 years agoelm examples: Fixed some build warnings.
Daniel Juyung Seo [Mon, 26 Mar 2012 23:46:53 +0000 (23:46 +0000)]
elm examples: Fixed some build warnings.

SVN revision: 69642

12 years agoelementary/transit - don't be over the alpha value.
ChunEon Park [Mon, 26 Mar 2012 10:40:03 +0000 (10:40 +0000)]
elementary/transit - don't be over the alpha value.

SVN revision: 69633

12 years agoelm els_scroller: Added horizontal scroll feature by Shift + Wheel for discomfitor.
Daniel Juyung Seo [Mon, 26 Mar 2012 10:28:47 +0000 (10:28 +0000)]
elm els_scroller: Added horizontal scroll feature by Shift + Wheel for discomfitor.

SVN revision: 69632

12 years agoWhen the scroller is holded and scrolled, it can be jump.
Jaehwan Kim [Mon, 26 Mar 2012 10:05:26 +0000 (10:05 +0000)]
When the scroller is holded and scrolled, it can be jump.
The squence is hold push -> mouse down -> mouse move -> hold pop -> mouse move continuously.
After upper sequence, the scroller will jump. So I fixed this issue.

SVN revision: 69631

12 years agoelementary/transit - covered flipped image object
ChunEon Park [Mon, 26 Mar 2012 09:22:15 +0000 (09:22 +0000)]
elementary/transit - covered flipped image object

SVN revision: 69630

12 years agoelm multibuttonentry: Deprecated elm_multibuttonentry_item_data_get/set. Use elm_obje...
Daniel Juyung Seo [Mon, 26 Mar 2012 00:07:28 +0000 (00:07 +0000)]
elm multibuttonentry: Deprecated elm_multibuttonentry_item_data_get/set. Use elm_object_item_data_get/set instead.

SVN revision: 69622

12 years agoelm multibuttonentry: Refactoring. Use more descriptive name for variable. current...
Daniel Juyung Seo [Mon, 26 Mar 2012 00:07:14 +0000 (00:07 +0000)]
elm multibuttonentry: Refactoring. Use more descriptive name for variable. current -> selected_it.

SVN revision: 69621

12 years agoelm multibuttonentry: Fixed formatting.
Daniel Juyung Seo [Sun, 25 Mar 2012 08:51:12 +0000 (08:51 +0000)]
elm multibuttonentry: Fixed formatting.

SVN revision: 69607

12 years agoupdate configure/readme for 1.0 alpha
Carsten Haitzler [Sat, 24 Mar 2012 11:14:41 +0000 (11:14 +0000)]
update configure/readme for 1.0 alpha

SVN revision: 69599

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