Commit Graph

3880 Commits

Author SHA1 Message Date
Sanjeev BA 7e80c536d0 Fix formatting.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68778
2012-03-06 07:01:06 +00:00
Sanjeev BA 6e33787747 refactor mbe code.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68777
2012-03-06 07:00:59 +00:00
Sanjeev BA 612348e150 Remove unwanted null check. It happens in _set_guidetext.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68776
2012-03-06 07:00:15 +00:00
Jiyoun Park 6bfd5967e4 remove deprecated code related with elm_bubble and elm_bg_overlay.
SVN revision: 68775
2012-03-06 06:54:02 +00:00
Carsten Haitzler bb0f97b520 and lets actually merge the gnelist/grid item class goop so when it
all just become sgenlsit we are all happen. elm_gen.h is just there as
a temporary common header until it all beocmes genlist (or genlist
under another name - gnengrid)



SVN revision: 68773
2012-03-06 06:09:20 +00:00
Carsten Haitzler 9f292cdbc6 make deprecated_befor ebe elm_gen;h for now qhere i'll put shared
gengrid/list common stuff (but still expose as a genlist and gengrid
item class etc. later like it does now)



SVN revision: 68771
2012-03-06 05:28:01 +00:00
Carsten Haitzler c233923591 use version as an actual version and bring back macros for setting up
class header for those using const item class structs.



SVN revision: 68770
2012-03-06 05:02:36 +00:00
Jiyoun Park f1ef54cc87 remove deprecated code related elm_hoversel_item_XXX
SVN revision: 68769
2012-03-06 04:49:59 +00:00
ChunEon Park b989c30e25 elementary/frame - fixed typo
SVN revision: 68768
2012-03-06 03:27:11 +00:00
Daniel Juyung Seo 0cb987cf27 elm: Added elm_removed.h for removed api history. This is for Jiyoun Park.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68767
2012-03-06 03:11:17 +00:00
Daniel Juyung Seo 65b8d8872a elm genlist: 1. Mark EINA_DEPRECATED for deprecated api in c. 2. Do not use deprecated api in elementary.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68766
2012-03-06 03:11:13 +00:00
ChunEon Park ce3c426731 elementary/glview - removed XXX
SVN revision: 68765
2012-03-06 02:59:25 +00:00
Sanjeev BA 45afba43d2 Fix delete key function and remove stray 'BackSpace (' handling in code.
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>

SVN revision: 68763
2012-03-06 02:51:54 +00:00
Daniel Juyung Seo bbcd343b89 elm genlist: Added more comments for flip mode.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68761
2012-03-06 02:13:28 +00:00
Sanjeev BA dad510faff Rename mbe shrink_mode to expanded. Consistent with genlist naming.
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>

SVN revision: 68760
2012-03-06 01:45:25 +00:00
ChunEon Park c8f51daa7e elementary/genlist - missed EINA_DEPRECATED
SVN revision: 68759
2012-03-06 01:35:58 +00:00
ChunEon Park 750601523b elementary/genlist - elm_genlist_item_contents_orphan -> elm_genlist_item_all_contents_unset
SVN revision: 68758
2012-03-06 01:29:42 +00:00
Daniel Juyung Seo 6f7006be6d elm genlist: Fixed flipmode cache issue. Renamed nocache to nocache_once and adopted nocache forever concept.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68756
2012-03-06 01:10:51 +00:00
Daniel Juyung Seo a50817b61e elm genlist: Fixed floating item bug. http://www.youtube.com/watch?v=ClbvYlG9U_o
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68755
2012-03-06 01:10:46 +00:00
ChunEon Park 0fe131c42e elementary/focus -
elm_object_focus_cycle -> elm_object_focus_next



SVN revision: 68754
2012-03-06 01:06:41 +00:00
ChunEon Park 74d4a0149d elementary/genlist -
Elm_Genlist_Item_Flags -> Elm_Genlist_Item_Type
Elm_Genlist_Field_Flags -> Elm_Genlist_Field_Type
elm_genlist_item_flags_get() -> elm_genlist_item_type_get()



SVN revision: 68753
2012-03-06 00:49:28 +00:00
ChunEon Park 1869d80886 elementary/flipselector
elm_flipselector_interval_set -> elm_flipselector_first_interval_set
elm_flipselector_interval_get -> elm_flipselector_first_interval_getw



SVN revision: 68752
2012-03-06 00:27:33 +00:00
Iván Briano 54382e7de0 Let the world know we don't modify the theme when we ask for an internal list
SVN revision: 68751
2012-03-06 00:19:31 +00:00
Iván Briano 9c0de8b3f4 It's not unused if you have webkit
SVN revision: 68750
2012-03-06 00:17:47 +00:00
Carsten Haitzler 08d66e3029 warn--
SVN revision: 68748
2012-03-05 23:59:52 +00:00
Rajeev Ranjan 9711e4c796 From: Rajeev Ranjan <rajeev.r@samsung.com>
Subject: [E-devel]  [Patch]  Elementary: New custom widget Popup

Hi All,
   Attached to the mail is the patch for a new custom elementary
widget  elm_popup for your review.

Change description:
New custom widget Popup added.

elm_popup is an enhancement over elm_notify widget with widely used
parts such as Title, Content and Action Buttons.
Items are supported as well and they are put inside the content area
which can have either an Evas Object/Set of items/Description text.



SVN revision: 68747
2012-03-05 23:51:56 +00:00
Iván Briano 4373acedcc Add overlay_list_get and extension_list_get, and use them in elm_web to correctly set the ewk_view theme
SVN revision: 68746
2012-03-05 21:48:32 +00:00
Daniel Juyung Seo 8bdf6c8ded elm genlist: Removed spaces after casting.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68729
2012-03-05 15:14:36 +00:00
Daniel Juyung Seo 8977312e43 elm genlist: Added elm_genlist_item_flip_get/set APIs. Patch by
Hyoyoung Chang <hyoyoung@gmail.com>

On Wed, Feb 29, 2012 at 9:17 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> Dear all.
>
> I made a patch to introduce new genlist item mode.
> Two public apis are added.
> +EAPI void elm_genlist_item_flip_set(Elm_Object_Item *it, Eina_Bool
flip);
> +EAPI Eina_Bool elm_genlist_item_flip_get(Elm_Object_Item *it);
>
> It provides on-the-flying item change. It works like that a new item
> added on existed item.
> In elementary test, you can test it.
> It's useful at adding widgets or show buttons in genlist item.
>
> Thanks.

On Mon, Mar 5, 2012 at 5:56 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> Hello, I modifed fliP_set api to use ecore_job.
> It resolved version of mouse_{move, up} bugs.
>

SVN revision: 68727
2012-03-05 15:03:12 +00:00
Gustavo Lima Chaves d2ae40cf9c [Elm] I don't have words to name the issue here, let's just call it unb0rking.
SVN revision: 68722
2012-03-05 14:32:58 +00:00
Daniel Juyung Seo dba89c8861 elm: Fixed typo. resizeable -> resizable.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68721
2012-03-05 13:50:33 +00:00
WooHyun Jung 1acacd1c9b elementary/index : changed one API. elm_index_item_selected_set ->
elm_index_selected_item_set. 


SVN revision: 68720
2012-03-05 13:48:24 +00:00
WooHyun Jung 6009652735 [elementary] change API name from _scale_set to _resizable_set in
elm_image + elm_icon.


SVN revision: 68719
2012-03-05 13:36:01 +00:00
Tom Hacohen 35977ad0f7 Elm: Added XXX to the sources. I'm against it, but raster asked nicely...
SVN revision: 68717
2012-03-05 13:24:04 +00:00
Carsten Haitzler 2ab9615542 OK headers i know are done so i'm not chansing ghosts
SVN revision: 68715
2012-03-05 13:19:53 +00:00
Carsten Haitzler 6e6c64f505 disable factory for elm release
SVN revision: 68714
2012-03-05 13:13:26 +00:00
Carsten Haitzler 842286d6e4 oops and remove from other .h
SVN revision: 68713
2012-03-05 12:54:00 +00:00
Carsten Haitzler 7bc052c593 no need to get conform area obj - set content and track THAT object
if u want that. deprecate.



SVN revision: 68712
2012-03-05 12:53:00 +00:00
Carsten Haitzler 9342ed4e64 no - version is good - 0 == external const provided version 1 =
allocated version etc.



SVN revision: 68711
2012-03-05 12:50:12 +00:00
Carsten Haitzler c234d4b9a1 answer XXX
SVN revision: 68710
2012-03-05 12:46:15 +00:00
Carsten Haitzler acc913ced5 fix warning - bug waiting to happen!
SVN revision: 68708
2012-03-05 12:40:39 +00:00
Carsten Haitzler e2d7f4335a make theme setting work again :)
SVN revision: 68707
2012-03-05 12:39:22 +00:00
Carsten Haitzler 0f8ce855bc elm_theme_all_set -> deprecate.
SVN revision: 68706
2012-03-05 12:36:09 +00:00
ChunEon Park b4bfb8ecd3 elementary - updated XXX
SVN revision: 68705
2012-03-05 12:28:17 +00:00
Carsten Haitzler 8cc5aff166 1 all_set func not removed (gone from h's anyway)
SVN revision: 68704
2012-03-05 12:27:40 +00:00
Carsten Haitzler b0286f3cb1 remove xxx - this is how it should be done.
SVN revision: 68703
2012-03-05 12:24:07 +00:00
Carsten Haitzler 0fdb8767b8 unmark for deprecation.
SVN revision: 68702
2012-03-05 12:21:54 +00:00
Carsten Haitzler f02a4aeee4 improve docs to be clearer
SVN revision: 68701
2012-03-05 12:16:31 +00:00
Carsten Haitzler 75f8ea340f and remove popr set that should be in 0.1 sec timeout.
SVN revision: 68700
2012-03-05 12:14:27 +00:00
Carsten Haitzler 09f45d002a nix pending comments and flah wlm_win as ok
SVN revision: 68699
2012-03-05 12:09:15 +00:00