Commit Graph

4477 Commits

Author SHA1 Message Date
Daniel Juyung Seo ef8998b2e6 elm genlist: Internal variable rename. Patch by Hyoyoung Change <hyoyoung@gmail.com>
On Mon, Apr 2, 2012 at 8:39 PM, Hyoyoung Chang <hyoyoung@gmail.com> wrote:
> Oops sorry.
> Adding attachment patch file.
>
> On Mon, Apr 2, 2012 at 8:36 PM, Hyoyoung Chang <hyoyoung@gmail.com> wrote:
>> Dear all
>>
>> it renames genlist internal variables.
>>
>> mode_view ->deco_it_view
>> decorate_mode_item_realized->decorate_all_item_realized
>>
>> thanks.

SVN revision: 69891
2012-04-03 09:56:44 +00:00
ChunEon Park ee803ccfd8 elementary/widget - removed item smart callback internal infra.
Not exposed and not used anywhere.

We don't recommend to apply this.



SVN revision: 69889
2012-04-03 07:30:11 +00:00
Vincent Torri 3b2b5e3c54 Elm: second doc patch
Patch by Jérôme Pinot


SVN revision: 69866
2012-04-02 16:39:08 +00:00
WooHyun Jung cf9b82c6d9 elementary/button : Some codes were duplicated in _sub_del and
_content_unset_hook.


SVN revision: 69861
2012-04-02 12:33:29 +00:00
ChunEon Park 8ae0e902de elementary/mapbuf - super trivial changes
SVN revision: 69857
2012-04-02 08:13:26 +00:00
ChunEon Park edb1115ddc elementary/index - removed unnecessary code
SVN revision: 69856
2012-04-02 07:51:11 +00:00
WooHyun Jung 13fc2af34a elementary/elm_entry : fix a mistake in commit 69829
SVN revision: 69850
2012-04-02 06:33:40 +00:00
ChunEon Park 4134315a8c elementary/datetime - Elm_datetime open source patch : Datetime enhancements
Change Description: 
- Year min/max values are moved to elm_config. 
- Format specifier must come along with % followed by any separator. ( % 123d is not supported but %d will denote Date format specifier) 
- Field separator can constitute multiple spaces, Space followed by any other non format specifier is also treated as the separator till its max length. ( %d x/ %b #2 format displays 27 x/ Mar #2 ) 

Thanks, Sumanth

Submitted-By-Off Sumanth Krishna Mannam<sumanth.m@samsung.com>



SVN revision: 69846
2012-04-02 06:20:01 +00:00
ChunEon Park aeb32f369f elementary/colorselector - send signal when mode is changed so as to set the padding properly
SVN revision: 69842
2012-04-02 04:22:46 +00:00
Daniel Juyung Seo d58e04ad9c elm genlist: Changed internal variables correctly. Patch by Hyoyoung
Chang <hyoyoung@gmail.com>

On Fri, Mar 30, 2012 at 5:17 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> I talked with seoz. and agreed with previous naming changing is
insufficient.
>
> so changed like this
> "mode_" -> "deco_it_"
> "edit_" -> "deco_all_"
>
> Thanks
>
> On Fri, Mar 30, 2012 at 3:33 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
>> Dear all,
>>
>> 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.
>>
>> Thanks.
>

SVN revision: 69836
2012-04-02 02:37:05 +00:00
Daniel Juyung Seo 768a4ad35f elm genlist: Reverted Hyoyoung's first patch. He sent another patch
for this change.
Revert "After edit mode naming is changed, some legacy naming is remained."

This reverts commit 5e1aa3c8b0382a0ca471150f4c219cd32dbdbe22.

SVN revision: 69835
2012-04-02 02:36:55 +00:00
WooHyun Jung 440ef74427 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
2012-04-02 00:50:56 +00:00
Daniel Juyung Seo 91d43ae017 elm: Set timer/animator to NULL after they're deleted.
SVN revision: 69796
2012-03-30 12:31:11 +00:00
Daniel Juyung Seo 76990d020e 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
2012-03-30 12:31:01 +00:00
Carsten Haitzler 63ae97a5d7 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
2012-03-30 10:34:31 +00:00
cnook aca47ccfc1 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
2012-03-30 09:56:22 +00:00
Daniel Juyung Seo 4cf83b449b elm genlist: Set long_timer to NULL after it's deleted.
SVN revision: 69789
2012-03-30 09:25:58 +00:00
WooHyun Jung 67f269947b elementary/genlist : set NULL for swipe_timer.
SVN revision: 69788
2012-03-30 09:22:49 +00:00
Daniel Juyung Seo 76b7c58c8e elm genlist: Fixed genlist infinite loop bug.
SVN revision: 69785
2012-03-30 07:28:04 +00:00
ChunEon Park 8fc8ea3828 elementary/naviframe - fixed to keep title_visiblility status after item_style_set
SVN revision: 69780
2012-03-30 05:28:42 +00:00
Mike Blumenkrantz 49b6296511 clean up this logic a bit as well
SVN revision: 69779
2012-03-30 02:04:16 +00:00
Mike Blumenkrantz 32f8d555de why use two loops when one is fine?
SVN revision: 69778
2012-03-30 01:50:37 +00:00
Mike Blumenkrantz 1ee37720e6 this was redundant and confusing so I hit it with a hammer
SVN revision: 69777
2012-03-30 01:33:07 +00:00
Mike Blumenkrantz 6df7d0b89f also rename widget data variable to be consistent with every other occurrence
SVN revision: 69776
2012-03-30 01:17:04 +00:00
Mike Blumenkrantz abd340b64b this is not actually unused...
SVN revision: 69775
2012-03-30 01:15:26 +00:00
Michael BOUCHAUD d5e4755d08 elementary: oops, mistake
SVN revision: 69773
2012-03-29 23:05:54 +00:00
Michael BOUCHAUD 6e92d78cf3 elementary: add an enum for the weekdays, with magic numbers fixes
SVN revision: 69772
2012-03-29 22:59:11 +00:00
Michael BOUCHAUD 92c1745e90 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
2012-03-29 22:14:30 +00:00
Vincent Torri 147c0a2980 Elm: remove some warnings when no X
SVN revision: 69770
2012-03-29 21:24:00 +00:00
Carsten Haitzler c3691314e7 make elm robust and handle if u DONT set compile time dirs.. and work
anyway.



SVN revision: 69750
2012-03-29 12:00:14 +00:00
Daniel Juyung Seo 8c17d99712 elm: Fixed formatting. Added a space after 'if/while/for'
SVN revision: 69744
2012-03-29 11:09:45 +00:00
Daniel Juyung Seo 4801d7f5c1 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
2012-03-29 11:09:40 +00:00
Daniel Juyung Seo 6733c92556 elm genlist: Fixed _item_content_set_hook. Use _item_content_unset_hook internally.
SVN revision: 69742
2012-03-29 11:09:34 +00:00
Daniel Juyung Seo 3d15654faa 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
2012-03-29 10:08:37 +00:00
Carsten Haitzler 2101792842 fix next calgrind bitch. yay!
SVN revision: 69737
2012-03-29 09:54:21 +00:00
Carsten Haitzler 5208f9fc80 fix segv on elm_config exiting - entry bug! free(wd) AFTEr u have
finishing ACCESING IT!



SVN revision: 69736
2012-03-29 09:40:23 +00:00
Carsten Haitzler 889261b252 warn-- for non-x
SVN revision: 69734
2012-03-29 09:28:13 +00:00
Carsten Haitzler fc5d362686 fix formatting! no if( ... space pls!
SVN revision: 69732
2012-03-29 09:21:32 +00:00
Daniel Juyung Seo c1c64fe3ad 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
2012-03-29 08:22:26 +00:00
Carsten Haitzler 01994a641a use new ref_get func in object cleanup for windows.
SVN revision: 69723
2012-03-29 07:46:59 +00:00
Daniel Juyung Seo 2d2ed8d95d elm genlist: Remove tree_effect_animator on genlist _del_hook.
SVN revision: 69721
2012-03-29 07:19:23 +00:00
ChunEon Park 9bd243f89d 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
2012-03-29 07:08:22 +00:00
WooHyun Jung ff7dbb7a73 elementary/toolbar : can_focus should be set as EINA_TRUE.
SVN revision: 69719
2012-03-29 06:41:23 +00:00
Daniel Juyung Seo f009f6667e elm conform: Revised code. More proper NULL check and aded spacing.
SVN revision: 69717
2012-03-29 06:26:16 +00:00
WooHyun Jung 12489b43df elementary/conform : wd->content is set as NULL in _sub_del function,
so can not be used anymore.


SVN revision: 69716
2012-03-29 06:00:06 +00:00
WooHyun Jung e7f4dd3945 elementary/toolbar : toolbar should be focusable as default.
SVN revision: 69714
2012-03-29 05:21:07 +00:00
ChunEon Park 3aedb36a88 elementary/naviframe - more clean tree
SVN revision: 69702
2012-03-28 10:04:55 +00:00
ChunEon Park 0519f0178d elementary/widget - fixed to update the some status -color, clip, visibitliy- even if the memebers are added later.
SVN revision: 69701
2012-03-28 10:03:45 +00:00
Daniel Juyung Seo 7908a77ad8 elm: Fixed formatting.
SVN revision: 69700
2012-03-28 09:02:22 +00:00
Daniel Juyung Seo d71a77419a elm elc_player.c: Fixed slider usage.
SVN revision: 69697
2012-03-28 08:42:13 +00:00
Daniel Juyung Seo c613f40a8c 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
2012-03-28 07:04:14 +00:00
Daniel Juyung Seo 09e15ebe04 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
2012-03-28 06:23:18 +00:00
ShilpaOnkar Singh caced4ec35 elementary/colorselector - padding between color items non scalable bug fix.
Signed-Off-By: ShilpaOnkar Singh <shilpa.singh@samsung.com>



SVN revision: 69667
2012-03-27 13:15:36 +00:00
ChunEon Park 43dcac275d elementary/naviframe - added overlap style and updated test case.
SVN revision: 69666
2012-03-27 13:11:13 +00:00
ChunEon Park 60af8342c5 elementary/pager - farewell pager. you was the best widget ever I know.
SVN revision: 69662
2012-03-27 08:35:56 +00:00
ChunEon Park 2cb08ee53c elementary/naviframe - fixed to an object has a focus even if insert_after APIs is called.
SVN revision: 69652
2012-03-27 06:06:50 +00:00
ChunEon Park 3743154b48 elementary/naviframe - modified content unfocusable.
The contents will be unfocusable only when they are being pushed or popped.



SVN revision: 69651
2012-03-27 05:48:41 +00:00
ChunEon Park ef68d86554 elementary/transit - more simple code.
SVN revision: 69650
2012-03-27 03:16:42 +00:00
Daniel Juyung Seo 5ce88a8544 elm genlist: Updated moved/moved,after/moved,before signal documentation.
SVN revision: 69649
2012-03-27 02:39:27 +00:00
Daniel Juyung Seo bff724ddb4 elm genlist: Fixed documentation.
SVN revision: 69648
2012-03-27 02:39:14 +00:00
Daniel Juyung Seo e2d8aeb859 elm els_scroller: Added horizontal scroll feature by Shift + Wheel for discomfitor.
SVN revision: 69632
2012-03-26 10:28:47 +00:00
Jaehwan Kim 6b5589687f 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
2012-03-26 10:05:26 +00:00
ChunEon Park 5d4a35e117 elementary/transit - covered flipped image object
SVN revision: 69630
2012-03-26 09:22:15 +00:00
Daniel Juyung Seo 728ecc1b32 elm multibuttonentry: Deprecated elm_multibuttonentry_item_data_get/set. Use elm_object_item_data_get/set instead.
SVN revision: 69622
2012-03-26 00:07:28 +00:00
Daniel Juyung Seo 84edf10d93 elm multibuttonentry: Refactoring. Use more descriptive name for variable. current -> selected_it.
SVN revision: 69621
2012-03-26 00:07:14 +00:00
Daniel Juyung Seo 346aec5ad5 elm multibuttonentry: Fixed formatting.
SVN revision: 69607
2012-03-25 08:51:12 +00:00
Hyoyoung Chang f406fbbadf 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
2012-03-24 11:14:20 +00:00
Sanjeev BA 710d49b9fd Fix related zoom
Author : Bluezery <ohpowel@gmail.com>

SVN revision: 69590
2012-03-23 11:15:01 +00:00
GoUn Lee b655b831d3 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
2012-03-23 07:49:14 +00:00
chanwook jung a0ce8512b7 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
2012-03-23 07:47:03 +00:00
Carsten Haitzler 20f3049d40 fix other bring in bug leif found.
SVN revision: 69581
2012-03-23 07:33:15 +00:00
Sanjeev BA f1c642d3d0 Callback parameter should be Widget_Data, not Evas_Object.
Author : Bluezery <ohpowel@gmail.com>

SVN revision: 69577
2012-03-23 05:36:11 +00:00
Daniel Juyung Seo a40e45f37c 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
2012-03-23 01:29:32 +00:00
Bluezery 9e3b73137b 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
2012-03-22 10:40:04 +00:00
cnook 047fcff3c3 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
2012-03-22 10:14:58 +00:00
Carsten Haitzler 146f134413 to make show/bring in work for list - canvas objects need calcing
first! so,., calc!



SVN revision: 69560
2012-03-22 10:10:29 +00:00
Carsten Haitzler c19deffe6c and clean up formatting uglies i saw.
SVN revision: 69559
2012-03-22 09:34:57 +00:00
Carsten Haitzler f63dd7ed00 actually kno difference betwene show and bring-in in genlist if item
queued.



SVN revision: 69558
2012-03-22 09:33:29 +00:00
Carsten Haitzler e514faae6f 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
2012-03-22 09:32:18 +00:00
cnook 18ac67edd1 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
2012-03-22 05:58:49 +00:00
Bluezery 6309c07b04 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
2012-03-22 05:23:19 +00:00
Joao Paulo Fernandes Ventura 25ea936c3c Remove GLView example from comments to a new file.
Patch by: Joao Paulo Fernandes Ventura <ventura@profusion.mobi>

SVN revision: 69543
2012-03-21 17:57:31 +00:00
Joao Paulo Fernandes Ventura d63c0310bd Fixing bugs in Elementary widgets documentation.
Patch by: Joao Paulo Fernandes Ventura <ventura@profusion.mobi>

SVN revision: 69542
2012-03-21 17:57:27 +00:00
Hyoyoung Chang 10c061ab3c 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
2012-03-21 11:52:16 +00:00
chanwook jung d99ac5282c 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
2012-03-21 11:50:33 +00:00
Hyoyoung Chang 5e4236f090 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
2012-03-21 11:06:16 +00:00
cnook 6b592fcea5 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
2012-03-21 10:41:42 +00:00
Sanjeev BA 811fc17688 gravity_set/get func ptr not set.
Author : Hyoyoung Chang <hyoyoung@gmail.com>

SVN revision: 69530
2012-03-21 00:43:05 +00:00
WooHyun Jung d1840b22a8 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
2012-03-20 08:42:23 +00:00
Daniel Juyung Seo 2d181b7c96 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
2012-03-20 07:58:42 +00:00
Sanjeev BA 1e1f9f6dd9 elm_map - Bug fix and cleanup.
Author : Bluezery <ohpowel@gmail.com>

SVN revision: 69519
2012-03-20 07:37:59 +00:00
Daniel Juyung Seo 93ca410915 elm genlist: Refactoring. Create spacer object only when it is needed.
SVN revision: 69518
2012-03-20 05:44:18 +00:00
Vincent Torri cbd838c174 Elm: typo in comment
SVN revision: 69515
2012-03-20 04:40:36 +00:00
Leif Middelschulte 9ef789ec28 Replace repetetive if(type== with switch/case
SVN revision: 69512
2012-03-20 03:19:13 +00:00
Mike Blumenkrantz 72901413a9 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
2012-03-19 16:56:28 +00:00
Mike Blumenkrantz 2284c041c8 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
2012-03-19 16:50:01 +00:00
Daniel Juyung Seo 676cf93ec3 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
2012-03-19 07:27:53 +00:00
WooHyun Jung 6a4dff3a17 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
2012-03-18 10:04:49 +00:00
Jihoon Kim 722c230edd elm: fix doxygen about Widget Tree Navigation
SVN revision: 69486
2012-03-17 10:42:26 +00:00
ChunEon Park 6b67fd1aba 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
2012-03-16 13:07:01 +00:00
Daniel Juyung Seo 423b7ef0fb elm genlist: Refactoring. Use correct name item_moving_effect_timer -> tree_effect_animator.
SVN revision: 69453
2012-03-16 08:24:43 +00:00
Jiyoun Park d80db2c0b5 remove elm_map_marker_XXX
SVN revision: 69451
2012-03-16 08:02:33 +00:00
Jiyoun Park 6fd44042d0 update info
SVN revision: 69448
2012-03-16 05:48:18 +00:00
Jiyoun Park 7f4585b719 remove deprecated code related with
elm_toggle_XXX
function


SVN revision: 69447
2012-03-16 05:46:08 +00:00
Mike Blumenkrantz d45d7a6532 properly #ifdef out entire function
SVN revision: 69445
2012-03-16 03:35:14 +00:00
Daniel Juyung Seo 7e43cd1abd 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
2012-03-15 11:24:20 +00:00
Daniel Juyung Seo f49349b9e0 elm genlist: Refactored _sizing_eval.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69372
2012-03-15 11:18:17 +00:00
WooHyun Jung 4336ea833b elementary/elm_entry.c : I think this is wrong highlight ignoring setting for elm_entry.
SVN revision: 69369
2012-03-15 10:39:09 +00:00
Jaehwan Kim 9986949e4a Add the comment of the longpressed in toolbar. It seems to be missed.
SVN revision: 69367
2012-03-15 10:16:40 +00:00
Daniel Juyung Seo 873f029d13 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
2012-03-15 10:12:59 +00:00
Daniel Juyung Seo 93257dd84a 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
2012-03-15 09:56:43 +00:00
Jiyoun Park 94ca9ce615 update info
SVN revision: 69364
2012-03-15 08:58:34 +00:00
Carsten Haitzler d95c1a8067 wrong config values! booo! fix.
SVN revision: 69361
2012-03-15 08:48:38 +00:00
Jiyoun Park f34d80f6eb remove deprecated code related with
elm_genlist_item_display_only_get/set
function


SVN revision: 69359
2012-03-15 08:38:49 +00:00
Jiyoun Park b0381d64d9 remove deprecated code related with
elm_genlist_compress_mode_set


SVN revision: 69358
2012-03-15 07:52:48 +00:00
Jiyoun Park 55db5ec08c remove deprecated code
related with elm_genlist_item_object_get


SVN revision: 69357
2012-03-15 06:54:56 +00:00
Jiyoun Park 631f8d31f5 remove deprecated with
elm_genlist_always_select_mode_get/set
elm_genlist_no_select_mode_get/set
function


SVN revision: 69355
2012-03-15 06:22:25 +00:00
WooHyun Jung 66eab44829 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
2012-03-15 05:37:17 +00:00
WooHyun Jung 46a9b517e7 elementary/elm_main : fix wrong return.
SVN revision: 69353
2012-03-15 05:23:06 +00:00
Jiyoun Park 39799d104f update info
SVN revision: 69352
2012-03-15 05:19:28 +00:00
Daniel Juyung Seo 25fb574a76 elm entry: Added blank lines for readability.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69351
2012-03-15 04:03:16 +00:00
Daniel Juyung Seo cd2d93ded2 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
2012-03-15 04:03:10 +00:00
Jihoon Kim 100cb3fdb5 elementary: fix some wrong param in doxygen
SVN revision: 69348
2012-03-15 01:20:58 +00:00
ChunEon Park ebbfacad13 elementary/ctxpopup - support more common apis
elm_object_signal_emit
elm_object_signal_callback_add
elm_object_signal_callback_del



SVN revision: 69336
2012-03-14 13:03:38 +00:00
ChunEon Park f57c84c526 elementary/diskselector - more useful signal callbacks
SVN revision: 69333
2012-03-14 12:29:22 +00:00
Jiyoun Park ea4ea0b0ab update info file
SVN revision: 69331
2012-03-14 11:19:00 +00:00
Jiyoun Park c421626833 remove elm_list_always_select_mode_get/set deprecated API
SVN revision: 69330
2012-03-14 11:13:24 +00:00
Jiyoun Park 94b924c15b remove elm_toolbar_mode_shrink_set/get
SVN revision: 69327
2012-03-14 10:08:15 +00:00
Jiyoun Park 69cd0a4977 update info file
SVN revision: 69326
2012-03-14 09:56:20 +00:00
ChunEon Park 6d950d603f elementary/transit - support image object type
But later, evas map should be changed to be transparent for all object types



SVN revision: 69325
2012-03-14 08:44:14 +00:00
Tom Hacohen 765d13ed99 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
2012-03-14 08:28:04 +00:00
Daniel Juyung Seo b5f70c370a elm genlist: Check object magic in EAPI.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69323
2012-03-14 07:38:55 +00:00
Jiyoun Park 08718ae177 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
2012-03-14 07:13:40 +00:00
Jiyoun Park a4fc7e032e 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
2012-03-14 07:00:43 +00:00
Jiyoun Park 0a36c28dd9 remove unusabel document
SVN revision: 69318
2012-03-14 06:53:54 +00:00
Jiyoun Park ee45e2dd0f remove elm_map_route_color_get/set
SVN revision: 69317
2012-03-14 06:51:35 +00:00
Jiyoun Park 3c2555dae5 modify elm_web_forward_possible => elm_web_forward_possible_get
SVN revision: 69316
2012-03-14 06:46:39 +00:00
ChunEon Park 49637f2f73 elementary/conform - renamed internal variables and swallow part names
to be more clearly.



SVN revision: 69312
2012-03-14 04:00:13 +00:00
Jiyoun Park 151e9c90c6 remove elm_menu_item_data_get/set function
it were already deprecated


SVN revision: 69310
2012-03-14 02:55:39 +00:00
Bruno Dilly 84584b0a47 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
2012-03-13 14:47:10 +00:00
Daniel Juyung Seo 7c19a4c122 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
2012-03-13 10:16:37 +00:00
Jiyoun Park f0c18072f9 remove elm_flipselector_interval_set/get
SVN revision: 69291
2012-03-13 10:13:34 +00:00
Daniel Juyung Seo f9c86c1086 elm genlist/gengrid: Fixed item signal emit hook bug.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69290
2012-03-13 08:54:33 +00:00
ChunEon Park ca8660bc54 elementary/conform - support clipboard illume
SVN revision: 69289
2012-03-13 08:13:35 +00:00
Jiyoun Park 886bd66ab3 remove deprecated code related with
elm_toolbar_always_select_mode_get/set
elm_toolbar_no_select_mode_get/set
function.


SVN revision: 69287
2012-03-13 07:50:39 +00:00
Jiyoun Park 8e689efa47 remove deprecated code related with
elm_gengrid_always_select_mode_get/set
elm_gengrid_no_select_mode_get/set
function.


SVN revision: 69285
2012-03-13 07:39:31 +00:00
Jiyoun Park 547d66da57 remove deprecated code related with
elm_genlist_item_flags_get
elm_genlist_item_contents_orphan
function.


SVN revision: 69284
2012-03-13 06:58:07 +00:00
Jiyoun Park cc0e8f5304 remove deprecated code related with
elm_genlist_item_top_bring_in
elm_genlist_item_middle_bring_in
elm_genlist_item_middle_show
elm_genlist_item_top_show
function.


SVN revision: 69282
2012-03-13 05:46:23 +00:00
ChunEon Park 7ef0905f31 elementary/naviframe - fixed to not managed by naviframe for the popped contents.
This patch may fix the ticket 877.



SVN revision: 69280
2012-03-13 02:22:57 +00:00
Jiyoun Park 588ddb272a remove deprecated code related with
elm_index_item_selected_get
function.


SVN revision: 69279
2012-03-13 01:51:46 +00:00
Jiyoun Park 3bb55f6fd3 remove deprecated code related with
elm_icon_scale_set/get
elm_icon_preload_set
function.


SVN revision: 69278
2012-03-13 01:47:36 +00:00
Jiyoun Park edd0df25aa remove deprecated code related with
elm_image_scale_set/get
function.


SVN revision: 69277
2012-03-13 01:41:02 +00:00
ChunEon Park e55dcb8d77 elementary/ctxpopup - hide ctxpopup obj after it is dismissed
SVN revision: 69274
2012-03-13 01:04:42 +00:00
ChunEon Park 2e43c4d488 elementary/multibuttonentry - let use signal callback description table
SVN revision: 69273
2012-03-13 00:45:01 +00:00
Michael BOUCHAUD 5daadd979a elementary: made a min_max func calc. Need to call it in min_max_set units_format_set units_format_function_set (Ho ooops a bug here, now fixed :P)
SVN revision: 69272
2012-03-13 00:34:27 +00:00
Cedric BAIL 1b3c9b0c8a elementary: tell slider theme about min and max value, so it can set it size correctly.
SVN revision: 69256
2012-03-12 15:31:45 +00:00
Gustavo Lima Chaves e008bd0e5e [Elm] No reason to call theming on !elm object.
SVN revision: 69249
2012-03-12 13:58:19 +00:00
ChunEon Park f82f22855b elementary/gengrid - fixed incorrect item count reducing
SVN revision: 69248
2012-03-12 11:42:40 +00:00
ChunEon Park cac0e6aec9 elementary/index - fixed null string segfault case
SVN revision: 69247
2012-03-12 11:10:57 +00:00
Jaehwan Kim f60d58099b Delete the object in toolbar item, when the item is deleted.
SVN revision: 69246
2012-03-12 11:01:13 +00:00
Jiyoun Park 5efc17d5b2 remove deprecated code related with
elm_notify_repeat_events_set/get

function.


SVN revision: 69245
2012-03-12 10:27:37 +00:00
Jiyoun Park 910bd194e2 remove deprecated code related with
elm_object_tree_unfocusable_get/set

function.


SVN revision: 69244
2012-03-12 10:21:48 +00:00
Jiyoun Park df7de15c06 remove deprecated code related with
elm_multibuttonentry_shrink_mode_get/set
elm_multibuttonentry_guide_text_get/set
function.


SVN revision: 69243
2012-03-12 10:20:42 +00:00
Jiyoun Park ee938a94fd remove deprecated code related with
elm_conformant_content_area_get
function.


SVN revision: 69242
2012-03-12 10:05:24 +00:00
Jiyoun Park 19ade405e0 remove deprecated code related with
elm_theme_all_set
function.


SVN revision: 69241
2012-03-12 10:04:25 +00:00
Jiyoun Park fb217ce3a9 remove deprecated code related with
elm_win_transparent_XXX
function.


SVN revision: 69240
2012-03-12 10:03:38 +00:00
Jiyoun Park 8886ef1e38 remove deprecated code related with
elm_index_active_XXX
elm_index_item_append_relative
elm_index_item_append_relative
function.


SVN revision: 69239
2012-03-12 10:00:17 +00:00
ChunEon Park 10b8ef434e elementary/naviframe - implemented focus next hook
SVN revision: 69238
2012-03-12 09:14:14 +00:00
Jiyoun Park 6763d9b38e remove deprecated code related with
elm_index_item_go
function.


SVN revision: 69236
2012-03-12 09:04:53 +00:00
Jiyoun Park edfcb0c9a7 remove deprecated code related with
elm_object_cursor_engine_only_get/set
function.


SVN revision: 69235
2012-03-12 09:01:32 +00:00
Jiyoun Park 018f04684a remove deprecated code related with
elm_menu_item_add_object
function.


SVN revision: 69233
2012-03-12 08:56:44 +00:00
Jiyoun Park dd7cef4a4f remove deprecated code related with
elm_web_history_enable_set/get
function.


SVN revision: 69232
2012-03-12 08:47:54 +00:00
Jiyoun Park ee4618b6b4 remove deprecated code related with
elm_edje_file_cache_set/get
elm_edje_collection_cache_set/get
function.


SVN revision: 69231
2012-03-12 08:44:51 +00:00
Jiyoun Park 3436610d16 remove deprecated code related with
elm_font_cache_set/get
elm_image_cache_set/get
elm_cache_image_cache_size_get
function.


SVN revision: 69230
2012-03-12 08:40:03 +00:00
Jiyoun Park 91ecbfb917 remove deprecated code related with
elm_calendar_day_selection_enabled_set/get
function.


SVN revision: 69229
2012-03-12 08:12:49 +00:00
Jiyoun Park df6fd62d9f modify deprecated code related with
elm_bubble_corner_set
function


SVN revision: 69228
2012-03-12 08:07:27 +00:00
Jiyoun Park 9fc2a74130 remove deprecated code related with
elm_tooltip_delay_get/set
function.


SVN revision: 69227
2012-03-12 07:26:52 +00:00
Jiyoun Park 3870b86c94 remove deprecated code related with
elm_route_lon_XXX
elm_route_lat_xxx
function.


SVN revision: 69225
2012-03-12 07:08:59 +00:00
Jiyoun Park 9ce3da3627 remove deprecated code related with
elm_photocam_region_
elm_photocam_gesture_
function.


SVN revision: 69224
2012-03-12 07:06:43 +00:00
Jiyoun Park 0f9cc4ae49 remove deprecated code related with
elm_video_uri_set
function.


SVN revision: 69223
2012-03-12 07:04:19 +00:00
Jiyoun Park 0bc61823fb remove deprecated code related with
elm_all_flush 
function.


SVN revision: 69222
2012-03-12 07:03:12 +00:00
Jiyoun Park 2322a95342 remove deprecated function related with
elm_label_fontsize_
elm_label_text_color_set
elm_label_text_align_set
elm_label_background_color_set
elm_label_wrap_height_
function


SVN revision: 69221
2012-03-12 06:54:16 +00:00
Jiyoun Park 018f1e40c9 remove deprecated function related with
elm_flip_content_back_XXX
elm_flip_front_get
elm_flip_content_front_XXX
function


SVN revision: 69220
2012-03-12 06:41:35 +00:00
Jiyoun Park e792b92635 remove deprecated function related with
elm_entry_text_filter_XXX


SVN revision: 69219
2012-03-12 06:25:47 +00:00
WooHyun Jung 9de4ec1558 elementary/naviframe : Fix some focus issues. When pushing an item, prev_it->content should
be set as unfocusable. And when popping, current content which will
not be preserved should be set as unfocusable. 


SVN revision: 69215
2012-03-12 02:10:52 +00:00
Mike Blumenkrantz 0adcfa7c7c even more TTDBG
SVN revision: 69209
2012-03-11 22:21:41 +00:00
Mike Blumenkrantz f6656c64cf significantly improve look of tooltips during mouse movement
SVN revision: 69208
2012-03-11 22:13:24 +00:00
Mike Blumenkrantz e003b20f1c more TTDBG
SVN revision: 69207
2012-03-11 22:01:55 +00:00
Mike Blumenkrantz e55ec71d08 if the tooltip is huge, this isn't an error
SVN revision: 69205
2012-03-11 21:56:36 +00:00
Mike Blumenkrantz 58d2852b57 add an abort() here to help sort out remaining tt positioning issues; send backtraces to the list
SVN revision: 69204
2012-03-11 21:50:02 +00:00
Daniel Juyung Seo 971d9e98a3 elm elm_deprecated.h: Fixed wrong comment and added more description.
Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>

SVN revision: 69193
2012-03-11 14:18:20 +00:00
Jiyoun Park d8892a1f23 update removed file
SVN revision: 69169
2012-03-10 11:04:05 +00:00
Jiyoun Park bb9b4b34c8 remove code related with
elm_gengrid_item_gengrid_get
elm_gengrid_item_data_
elm_gengrid_item_disabled
elm_gengrid_item_del
elm_gengrid_item_item_class_set
elm_gengrid_item_direct_sorted_insert
which was deprecated


SVN revision: 69168
2012-03-10 10:35:56 +00:00
Jiyoun Park 346b8647a2 remove code related with
ELM_MAP_ROUTE_SOURCE_
elm_map_utils_rotate_coord
elm_map_utils_convert_
elm_map_utils_downloading_status_get
elm_map_canvas_to_geo_convert
elm_map_geo_region_
elm_map_source_zoom_
elm_map_source_name
elm_map_route_source
elm_map_max_marker_per
elm_map_paused_markers

elm_map_name_remove
which was deprecated


SVN revision: 69167
2012-03-10 10:07:27 +00:00
ChunEon Park 807a56e515 elementary/naviframe - removed unsupported item signal callbacks
SVN revision: 69163
2012-03-10 06:26:57 +00:00
Daniel Juyung Seo 5df37b215e elm genlist: Added signal emit hook. Patch by Hyoyoung Change <hyoyoung@gmail.com>
On Fri, Mar 9, 2012 at 5:49 PM, Hyoyoung Chang <hyoyoung@gmail.com> wrote:
> Dear all.
>
> This is a patch about genlist to add item signal emit hook.
> due to elm_genlist_item_object_get is deprecated,
> item sinal emit hook should be supported.
> So it's added.
>
> +   elm_widget_item_signal_emit_hook_set(it, _item_signal_emit_hook);
>
> Thanks

SVN revision: 69111
2012-03-09 16:27:03 +00:00
Jiyoun Park 8a44a6ab11 remove code related with
elm_entry_icon_
elm_entry_end_
which was deprecated


SVN revision: 69110
2012-03-09 15:29:27 +00:00
Jiyoun Park d16e5bf412 remove code related with
elm_list_item_disabled
elm_list_item_XXX
which was deprecated


SVN revision: 69109
2012-03-09 15:03:18 +00:00
Jiyoun Park 9157d75e0f remove code related with
elm_naviframe_item_del
which was deprecated


SVN revision: 69108
2012-03-09 14:10:58 +00:00
Jiyoun Park 8e57190579 remove code related with
elm_multibuttonentry_label
elm_multibuttonentry_item_label
elm_multibuttonentry_item_del
which was deprecated


SVN revision: 69107
2012-03-09 14:10:16 +00:00
Jiyoun Park a04d8be1ad remove code related with
elm_segment_control_item_XXX
which was deprecated



SVN revision: 69106
2012-03-09 14:07:16 +00:00
Jiyoun Park 28cd02b8c6 remove code related with
elm_player_video_set
which was deprecated


SVN revision: 69105
2012-03-09 13:57:25 +00:00
Jiyoun Park e109ac28af remove code related with
elm_toolbar_item_toolbar_get,
elm_toolbar_item_label_,
elm_toolbar_item_data_
elm_toolbar_item_disabled_
elm_toolbar_orientation_
elm_toolbar_item_del
elm_toolbar_item_tooltip_
elm_toolbar_item_cursor_
which was deprecated


SVN revision: 69104
2012-03-09 13:53:19 +00:00
Jiyoun Park ab704519cf remove code related with elm_slideshow_item
which was deprecated


SVN revision: 69102
2012-03-09 13:12:47 +00:00
Jiyoun Park 0faa410d24 remove code related with elm_slider_label
which was deprecated


SVN revision: 69101
2012-03-09 13:06:05 +00:00
ChunEon Park d951cb6136 elemenatry/colorselector - finally first implementation going on
Signed-Off-By: ShilpaOnkar Singh(shilpa.singh@samsung.com)



SVN revision: 69100
2012-03-09 13:04:00 +00:00
ChunEon Park d25bfa1266 elemenatry/index - removed unnecesary compare and return when realloc is failed
SVN revision: 69099
2012-03-09 13:02:16 +00:00
Daniel Juyung Seo c1d0908120 elm genlist: Fixed wrong member name. 'edit_item_style' -> 'decorate_all_item_style'
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69097
2012-03-09 12:00:28 +00:00
Daniel Juyung Seo 5e6a70c7d8 elm genlist: Fixed wrong member name. 'mode_item_style' -> 'decorate_item_style'
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69096
2012-03-09 12:00:11 +00:00
Jiyoun Park a38ae3b4ca remove code related with elm_scroller_content
which was deprecated


SVN revision: 69095
2012-03-09 11:55:26 +00:00
Daniel Juyung Seo 830c30b9d3 elm gen: Moved Elm_Genlist_Item_Move_Effect_Mode to elm_gen_common.h
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69094
2012-03-09 11:39:13 +00:00
Daniel Juyung Seo 37a079ce85 elm elm_gen.h: Updated documentation and fixed formatting.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69093
2012-03-09 11:39:01 +00:00
Jiyoun Park 79558976dd remove code related with elm_radio_label_XXX & elm_radio_icon_XXX
which was deprecated


SVN revision: 69092
2012-03-09 11:38:45 +00:00
Jiyoun Park 2f599e5cf9 remove code related with elm_progressbar_label_XXX & elm_progressbar_icon_XXX
which was deprecated


SVN revision: 69091
2012-03-09 11:33:06 +00:00
Jiyoun Park 0639bbcfef remove code related with elm_panel_content_XXX
which was deprecated


SVN revision: 69090
2012-03-09 11:26:41 +00:00
Jiyoun Park cc173f0c50 remove deprecated function related with
elm_object_content_part_XXX
elm_object_item_content_part
elm_object_item_text_part


SVN revision: 69089
2012-03-09 11:19:27 +00:00
Jiyoun Park 2e62935285 remove deprecated function related with elm_object_text_part_XX
SVN revision: 69088
2012-03-09 11:16:58 +00:00
Jiyoun Park e1caf19780 remove deprecated function related with elm_notify_content_XXX
SVN revision: 69087
2012-03-09 11:14:09 +00:00
Jiyoun Park 379aee40b4 remove deprecated function related with elm menu item
SVN revision: 69086
2012-03-09 10:55:38 +00:00
Daniel Juyung Seo 02838dfe25 elm genlist: Moved internal enum from elm_genlist.h to elm_genlist.c
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69085
2012-03-09 10:54:03 +00:00
Jiyoun Park ab59567695 remove deprectated function related with elm_list_item_base_get & elm_mapbuf_content_
SVN revision: 69084
2012-03-09 09:35:21 +00:00
Jiyoun Park d207667980 remove deprecated function related with elm_layout_XXX
SVN revision: 69083
2012-03-09 09:28:04 +00:00
Daniel Juyung Seo a4575b425b elm elm_deprecated.h: Updated elm_deprecated.h
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69081
2012-03-09 09:02:39 +00:00
Jiyoun Park 883e2eafaf remove deprecated function related with elm_label_label
SVN revision: 69079
2012-03-09 08:58:12 +00:00
Jiyoun Park 1b5662554c remove deprecated function related with elm_index
SVN revision: 69078
2012-03-09 08:51:24 +00:00
ChunEon Park 763b2d9d2e elementary - +++EINA_DEPRECATED
SVN revision: 69076
2012-03-09 08:05:37 +00:00
Gustavo Lima Chaves 8af887cf42 [Elm] Fix elm engine retrieval by env. vars.
Now that _elm_preferred_engine is the var. read for it,
let's read env. vars. before we set it, eh?

Now make doc on Elm is back to normality (ie buffer engine used).



SVN revision: 69070
2012-03-08 21:15:35 +00:00
Christopher Michael f55b650f31 Elm: Don't try to init ecore_imf if we don't have support for it.
SVN revision: 69066
2012-03-08 17:44:08 +00:00
Carsten Haitzler e624259b02 k-s is right - the func from header needed a remove.. because func in
c was wrong name... not because it was gone. fix func in c file and
restore header decl.



SVN revision: 69057
2012-03-08 13:51:58 +00:00
Hyoyoung Chang ec5b4619cb From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_gengrid - add item_select_mode_set/get
apis

I made a item_select_mode_set/get in elm_gengrid.
It works like genlist_item_select_mode apis.

+EAPI void
+elm_gengrid_item_select_mode_set(Elm_Object_Item *it,
+                                 Elm_Object_Select_Mode mode)
+EAPI Elm_Object_Select_Mode
+elm_gengrid_item_select_mode_get(const Elm_Object_Item *it)

from this morning - left over from last night.



SVN revision: 69056
2012-03-08 13:47:09 +00:00
Daniel Juyung Seo bea13e990e elm gen*: Changed local variable 'no_highlight' -> 'highlight' correctly.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69050
2012-03-08 10:58:32 +00:00
Daniel Juyung Seo f935b1eabd elm gen*: Fixed formatting.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69049
2012-03-08 10:58:29 +00:00
Tom Hacohen b24772dfc2 Elm entry: Disable middle click pasting when in non-editable mode.
Many thanks to Jérôme Pinot for the report.

SVN revision: 69047
2012-03-08 10:30:25 +00:00
Cedric BAIL 3479a4feb5 elementary: use the right iterator to do the right work.
NOTE: do not use eina_file_direct_ls, if you don't understand its
optimisation.


SVN revision: 69043
2012-03-08 09:43:33 +00:00
Jeremy Zurcher 275098b6bf From: Jeremy Zurcher <jeremy@asynk.ch>
Subject: [E-devel] elm_web, elm_map, elm_box tiny patches

eml_web     : remove deprecated elm_web_navigate_possible_get(...)
elm_map     : remove useless EAPI
elm_box     : eml_box_transition_new uses Ecore_cb for start_layout_free_data parameter

(dont actually affect api so in).



SVN revision: 69042
2012-03-08 09:43:14 +00:00
Cedric BAIL fdfcdda4a0 elementary: fix build with elm_map turned off.
SVN revision: 69041
2012-03-08 09:42:41 +00:00
Daniel Juyung Seo 86244f433d elm genlist: Fixed API bug. API change introduced API bug.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69037
2012-03-08 04:19:06 +00:00
Mike Blumenkrantz 0688b59a12 now I'm not going to point any fingers here glima, but this was not the proper way to use eina file and broke profile support in elm for the past year or so
SVN revision: 69026
2012-03-07 20:01:17 +00:00
Gustavo Lima Chaves fb2bcea0d0 [Elm] Document obj signal callaback del properly.
Specify which data ptr it returns better. Also forbid uninitialized
var. access there.



SVN revision: 69021
2012-03-07 19:43:23 +00:00
Hyoyoung Chang 7f0ece59ac From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] Elm_Object_Select_Mode comment update

After updated  Elm_Object_Select_Mode naming, some comments are
outdated. I changed it.



SVN revision: 69014
2012-03-07 18:32:00 +00:00
ChunEon Park 788e9956fb elementary/genlist - [E-devel] [patch] elm_genlist - fix display_only_set comment
Dear all

I fixed some typos in comments about display_only_set mode.

Thanks.

Signed-Off-By Hyoyoung Chang<hyoyoung@gmail.com>



SVN revision: 69007
2012-03-07 17:05:14 +00:00
Daniel Juyung Seo 0c208f325d elm genlist: Changed elm_genlist_edit_mode_get/set ->
elm_genlist_decorate_mode_get/set.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69006
2012-03-07 16:56:21 +00:00
ChunEon Park a4ad3098b3 elementary/naviframe - added obj parameters to insert_before, insert_after APis to keep the consistency.
SVN revision: 69003
2012-03-07 16:52:22 +00:00
Hyoyoung Chang abd6278984 From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_web - using elm_list_select_mode

it's one line patch about elm_web to use select_mode.



SVN revision: 69002
2012-03-07 16:43:37 +00:00
Sanjeev BA b9b069e6c7 Typo fixes.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 69001
2012-03-07 16:42:34 +00:00
Hyoyoung Chang d8322c51d1 From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_genlist - fix typos and remove
display_only variable

I found a mistake in example. and display_only value is remained.
It's fixed some trivial errors.



SVN revision: 69000
2012-03-07 16:40:39 +00:00
Daniel Juyung Seo cc20f1cf72 elm genlist: Fixed wrong API. elm_genlist_decorate_type_get -> elm_genlist_decorate_mode_get
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68996
2012-03-07 16:32:17 +00:00
Sanjeev BA 780025511e Fix warnings when ewk not installed.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68994
2012-03-07 16:25:43 +00:00
Hyoyoung Chang dff33d0aa4 From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_genlist - add item_select_mode_set/get

I added two apis for item selecting mode.
It almost same with elm_genlist_select_mode.


+EAPI void
+elm_genlist_item_select_mode_set(Elm_Object_Item *it,
+                                 Elm_Object_Select_Mode_Type mode)
+EAPI Elm_Object_Select_Mode_Type
+elm_genlist_item_select_mode_get(const Elm_Object_Item *it)

And display_only apis is unfied with item_select_mode.

+EINA_DEPRECATED EAPI void
elm_genlist_item_display_only_set(Elm_Object_Item *it, Eina_Bool
display_only);
+EINA_DEPRECATED EAPI Eina_Bool
elm_genlist_item_display_only_get(const Elm_Object_Item *it);



SVN revision: 68993
2012-03-07 16:22:58 +00:00
Daniel Juyung Seo c4508b0cc3 elm genlist: Changed item mode APIs.
1. elm_genlist_item_mode_set -> elm_genlist_item_decorate_mode_set.
2. elm_genlist_mode_item_get -> elm_genlist_decorated_item_get.
3. elm_genlist_mode_type_get -> elm_genlist_decorate_type_get.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68992
2012-03-07 16:19:25 +00:00