Commit Graph

1144 Commits

Author SHA1 Message Date
Daniel Juyung Seo e7f6e7c9e4 elm Elementary.h.in: Multibuttonentry was reviewed.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68871
2012-03-07 05:11:54 +00:00
ChunEon Park 18e3c65c0e elementary/dayselector - New widget Elc_dayselector
Hi Raster,
Please find the modified patch after the suggested changes. 
[ APIs are provided for setting week_start, weekend_start & weekend_length.Default values are fetched
from elm_config instead of edc styles.] 
Please review the patch and push it to svn. 
Thanks,
Sumanth 

Signed-Off-By: Sumanth Krishna Mannam(sumanth.m@samsung.com)



SVN revision: 68868
2012-03-07 04:57:03 +00:00
Carsten Haitzler 7034592400 mark elm_config.h as ok.
SVN revision: 68818
2012-03-06 12:20:46 +00:00
Tom Hacohen 737654ba04 Elm entry: Merge anchorview/anchorblock into entry.
And kill those damn widgets.

SVN revision: 68802
2012-03-06 10:09:13 +00:00
Carsten Haitzler 513a85595c move all config related apis into elm_config.c/h... need to name
elm_config_*



SVN revision: 68800
2012-03-06 09:49:24 +00:00
Carsten Haitzler 84aa9dbceb move config setting fucns over to elm_config in preparation for naming
elm_config_*



SVN revision: 68797
2012-03-06 09:23:43 +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
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
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 75f8ea340f and remove popr set that should be in 0.1 sec timeout.
SVN revision: 68700
2012-03-05 12:14:27 +00:00
Sumanth Krishna Mannam 14df28cdae From: Sumanth Krishna Mannam <sumanth.m@samsung.com>
Subject: [E-devel]  [Patch] Elementary : New widget Elm_datetime patch

Attached to the mail is the patch for new elementary widget elm_datetime.
Refer to the below EFL post history for more details. 

The datetime widget provides an option to display Date & time based on
current locale format and the user can edit them through dynamic Modules.
Dynamic modules can be based on 1. Content Popup/diskselector based
list   2. Elm_entry with ISE based input   3. Elm_Spinner based  etc.
Refer to the Screenshots:  <1.ctxpopup_diskselector_UI>
<2.entry_ise_UI>   <3.spinner_selection_UI>

Can someone review and push this patch to EFL repository?

Change description:
New widget Elm_datetime is added.
Datetime widget displays the Date &Time fields and provides a
customizable way to edit them.
The widget is implemented in a modular fashion for date/time field inputs.
Ctxpopup based input is proposed as the default selection module.
Localization support based on Libc is also supported.

Sign-Off By:  Sumanth M.V.K  <sumanth.m@samsug.com>



SVN revision: 68696
2012-03-05 11:07:05 +00:00
WooHyun Jung 9073ed6efb [elementary/index] Some APIs were modified or removed + fix build
break.


SVN revision: 68690
2012-03-05 10:05:58 +00:00
Daniel Juyung Seo cdbec605cf elm conform: Reviewed conformant.
Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>

SVN revision: 68643
2012-03-03 06:12:09 +00:00
Daniel Juyung Seo de7fa17f92 elm colorselector: Reviewed colorselector. OK for this widget.
Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>

SVN revision: 68641
2012-03-03 06:12:00 +00:00
ChunEon Park 8b7e99754d elementary/genlist,gengrid - reorder the EAPIs in their headers to compare each other.
SVN revision: 68552
2012-02-29 12:13:40 +00:00
Daniel Juyung Seo 3805f175ed elm check: Reviewed check APIs. OK for check.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68532
2012-02-29 04:50:20 +00:00
ChunEon Park 1cbee6a1cc elementary/genlist - deprecated elm_genlist_item_object_get
SVN revision: 68490
2012-02-28 05:58:45 +00:00
ChunEon Park d9ead1fb26 elementary/genlist - reviewed.
SVN revision: 68488
2012-02-28 05:26:49 +00:00
ChunEon Park 2184cc1112 elementary/gesture_layer - reviewed done.
SVN revision: 68408
2012-02-24 12:21:22 +00:00
Daniel Juyung Seo 259193eb01 elm Elementary.h.in: Updated Sanjeev's API review status.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68244
2012-02-22 03:22:03 +00:00
WooHyun Jung 027d53b9d5 elementary : reviewed some *.h files.
SVN revision: 68220
2012-02-21 13:05:51 +00:00
ChunEon Park ed5c8799f5 elementary/focus - reviewed done!
SVN revision: 68218
2012-02-21 12:36:54 +00:00
ChunEon Park a2aa8c8e01 elementary/grid - reviewed done.
SVN revision: 68199
2012-02-21 04:42:45 +00:00
Daniel Juyung Seo 62394d7e56 elm cache: Reviewed cache APIs.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68183
2012-02-21 02:34:57 +00:00
ChunEon Park 5213c0720a elementary/fonts - reviewed done.
SVN revision: 68180
2012-02-21 01:39:52 +00:00
ChunEon Park 6ff3b62024 elementary/frame - trivial changes.
SVN revision: 68162
2012-02-20 13:06:18 +00:00
ChunEon Park c0d05b3525 elementary/flipselector - + disable/enable func
SVN revision: 68155
2012-02-20 12:04:29 +00:00
ChunEon Park 35116fb2ca elementary - updated review.
Actually i coundn't review anything today.



SVN revision: 68069
2012-02-17 11:31:31 +00:00
WooHyun Jung 4d0d161e1c elementary : reviewd elm_mirroring.h
SVN revision: 68068
2012-02-17 11:26:40 +00:00
Carsten Haitzler 0ba7d42fed elm video review comments.
SVN revision: 68066
2012-02-17 11:05:17 +00:00
WooHyun Jung c0bcddff21 Reviewed elm_map.h.
SVN revision: 68058
2012-02-17 08:15:09 +00:00
Carsten Haitzler 2b79cf256c teansit - done. used ecore-pos-mapper for interpolation. should be
extended eventually. :)



SVN revision: 68025
2012-02-16 12:09:32 +00:00
WooHyun Jung 98694d15ec Reviewed elm_label's API and documentation
SVN revision: 68024
2012-02-16 11:39:07 +00:00
Daniel Juyung Seo 2ad111e70e elm button: Reviewed APIs.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68021
2012-02-16 11:11:25 +00:00
Tom Hacohen 4787995f4b Elm pager: die pager, die! Use naviframe instead.
SVN revision: 68015
2012-02-16 09:26:30 +00:00
Daniel Juyung Seo b7a641c727 elm cnp: Reviewed cnp APIs. Many things need to be changed.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68007
2012-02-16 07:06:13 +00:00
WooHyun Jung 8ef51b7c7d Reviewed elm_index's APIs and documentations. So many things to be
modified :(


SVN revision: 68004
2012-02-16 06:38:46 +00:00
Carsten Haitzler 385704bd95 ok - for thumb and theme.
SVN revision: 68002
2012-02-16 05:58:47 +00:00
Carsten Haitzler 1b1489da31 elm_thumb_ethumb_client_connected ->
elm_thumb_ethumb_client_connected_get()

more consistent name.



SVN revision: 68001
2012-02-16 05:58:23 +00:00
Carsten Haitzler c1d97dcd36 review - store needs docs. table ok.
SVN revision: 67998
2012-02-16 04:55:00 +00:00
WooHyun Jung aebbc146dd elm_image : reviewed API + documentation
SVN revision: 67983
2012-02-15 12:33:17 +00:00
Daniel Juyung Seo 70be2f1078 elm cursor: Reviewed elm_cursor APIs. But the review was not finished yet.
SVN revision: 67981
2012-02-15 12:24:15 +00:00
Daniel Juyung Seo e4612a1b0f elm: Reviewed bubble and debug.
SVN revision: 67980
2012-02-15 12:24:10 +00:00
ChunEon Park 2882b86b1e elementary - updated review status
SVN revision: 67978
2012-02-15 11:46:36 +00:00
WooHyun Jung 6925bfd4da Reviewed elm_hover's APIs. (I missed 67974's log just same
with this)


SVN revision: 67975
2012-02-15 10:42:10 +00:00
Carsten Haitzler 3b0e38a200 ok for slideshow.
SVN revision: 67973
2012-02-15 10:34:00 +00:00
Carsten Haitzler 09e7e34904 fmting
SVN revision: 67971
2012-02-15 10:08:22 +00:00
Carsten Haitzler ebc4f11e3e review - slider had problem when in scroller. FIX!
:)



SVN revision: 67964
2012-02-15 07:38:28 +00:00
Daniel Juyung Seo 85fa911151 elm Elementary.h.in: Updated real person names for API review.
SVN revision: 67963
2012-02-15 06:57:06 +00:00
Sanjeev BA 5e75ec1181 Fix type.
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>

SVN revision: 67903
2012-02-14 08:50:15 +00:00
Carsten Haitzler 6f11344b9e divide headers left for review into groups.
SVN revision: 67898
2012-02-14 07:33:59 +00:00
Carsten Haitzler 5dc124c0c5 commit marker
SVN revision: 67383
2012-01-20 10:18:44 +00:00
Jiyoun Park c54c6c1ae9 Add new widget for extn socket and plug.
application can use ecore extn socket easyily 
by using elm_window_add with ELM_WIN_SOCKET_IMAGE style. 
And new widget Elm plug is similar with Elm image. 
it can show socket's image using connect API. 
I add test code also(test_win_socket/plug). 



SVN revision: 67245
2012-01-16 17:18:20 +00:00
Mike Blumenkrantz b2d75aa5bb add object_item_tooltip api
SVN revision: 66816
2012-01-04 00:15:03 +00:00
Carsten Haitzler 20b9ff8fc0 put quick info statement at top of elm header
SVN revision: 66741
2012-01-02 11:06:32 +00:00
Carsten Haitzler ec0bd7f73f move lots of deprecated stuff into deprecated files. need 2 right now.
SVN revision: 66679
2011-12-30 09:41:11 +00:00
Carsten Haitzler 0930fdcd52 fomatting of headers -> fixup. and documentation fixing.
SVN revision: 66667
2011-12-30 07:20:48 +00:00
Carsten Haitzler 39f63f3bf6 split up all elm headers. not perfect, but a big start
SVN revision: 66662
2011-12-30 06:49:28 +00:00
ChunEon Park 4bb1f9830c elementary/index - deprecated APIs
elm_index_item_data_set()
elm_index_item_data_get()



SVN revision: 66661
2011-12-30 05:12:54 +00:00
ChunEon Park 6f07cf3ea0 elementary/index - Elm_Index_Item -> Elm_Object_Item
SVN revision: 66659
2011-12-30 04:57:28 +00:00
Mike Blumenkrantz f5f724e8af if you're going to deprecate an api, at least copy its attributes to the new one.
SVN revision: 66648
2011-12-29 23:09:41 +00:00
Mike Blumenkrantz 4577785626 ummm not sure how I did this
SVN revision: 66647
2011-12-29 23:09:00 +00:00
Mike Blumenkrantz edd1fb8c75 add items_count for toolbar to bypase O(N) counting on an inlist
SVN revision: 66646
2011-12-29 23:05:26 +00:00
Carsten Haitzler 5ba32ad1c2 XXX notes on api.
SVN revision: 66633
2011-12-29 13:05:45 +00:00
Carsten Haitzler ef9d5e567d fix errant linebreak in comment
SVN revision: 66627
2011-12-29 11:51:59 +00:00
Carsten Haitzler 1713de6106 add recursie object find function - it will only look at elm children
not go into edje objects et.c and hunt their children too. should be
more efficient than evas's recursive name finder.



SVN revision: 66591
2011-12-28 06:01:31 +00:00
Carsten Haitzler b8d342e49e add func for recursively finding named widgets.
SVN revision: 66589
2011-12-28 05:51:10 +00:00
Hyoyoung Chang 84554addb8 From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_cnp_helper - change elm_cnp_selection_set and code cleanup
Date: Tue, 27 Dec 2011 20:15:14 +0900

Dear all.

As discomfitor suggested, I cleanup some codes.
elm_cnp_selection_set : add buffer length argument and check for image type.
(i think it's urgent issue before elm_cnp_selection_set api is widely used.)
enum defines : add 'type' prefix.

Thanks


SVN revision: 66566
2011-12-27 11:24:13 +00:00
Cedric BAIL 283a6658a4 elementary: add elm_genlist_item_index_get.
SVN revision: 66530
2011-12-26 14:30:21 +00:00
ChunEon Park 20cc624603 elementary/naviframe - prevent accessing a null pointer
SVN revision: 66525
2011-12-26 08:03:30 +00:00
Hyoyoung Chang ad04bbfc23 From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_cnp_helper - make some cnp apis as
public EAPI

As I suggested, I made a patch for some cnp apis.
I think copying and pasting APIs are pretty mature to be public
Those are elm_selection_set, elm_selection_clear, elm_selection_get.
And adding cnp prefix for distinction from word, or char selections.

elm_selection_set    --> elm_cnp_selection_set
elm_selection_clear --> elm_cnp_selection_clear
elm_selection_get    --> elm_cnp_selection_get

And drag and drop APIs should be remained as private.
It has many flaws.




SVN revision: 66505
2011-12-26 04:08:45 +00:00
ChunEon Park b62129c878 elemenatry/hoversel - updated doc. deprecated APIs
elm_hoversel_icon_set
elm_hoversel_icon_get
elm_hoversel_icon_unset
elm_hoversel_item_data_get
elm_hoversel_item_label_get



SVN revision: 66350
2011-12-20 02:44:46 +00:00
ChunEon Park 49fa96affe elementary/hoversel - Elm_Hoversel_Item -> Elm_Object_Item
**This may break your application compilation**



SVN revision: 66343
2011-12-20 01:03:17 +00:00
ChunEon Park ceb31a59fc elementary/naviframe - removed white trailing.
SVN revision: 66176
2011-12-14 04:41:32 +00:00
Daniel Juyung Seo feda46e2f1 elm toolbar/naviframe: Added more documentation about elm_object and
elm_object_item common APIs support. This needs to be done for other
widgets which support elm_object/elm_object_item.


SVN revision: 66122
2011-12-12 23:53:26 +00:00
ChunEon Park 067676b3dd elementary/naviframe - two more APIs
elm_naviframe_event_enabled_set()
elm_naviframe_event_enabled_get()

Now, user could set events enabled/disabled when item pushing/popping.



SVN revision: 66102
2011-12-12 04:54:15 +00:00
ChunEon Park 04baf7d1a0 elementary/slideshow - deprecated API
elm_slideshow_item_data_get



SVN revision: 66060
2011-12-09 07:08:49 +00:00
ChunEon Park 92702053ca Elementary/updated Document.
fixed indent. 
added one line gap between APIs. 



SVN revision: 66059
2011-12-09 06:37:28 +00:00
ChunEon Park 771596a897 elementary/ctxpopup - +ingroup
SVN revision: 66058
2011-12-09 05:59:01 +00:00
ChunEon Park 1120f143aa elementary/toolbar - deprecate APIs.
elm_toolbar_item_data_get
elm_toolbar_item_data_set
elm_toolbar_item_toolbar_get
elm_toolbar_item_label_get
elm_toolbar_item_label_set
elm_toolbar_item_disabled_get
elm_toolbar_item_disabled_set



SVN revision: 66057
2011-12-09 05:26:33 +00:00
ChunEon Park 7c6576a186 elementary/elm_slideshow - updated document.
SVN revision: 66050
2011-12-09 04:19:28 +00:00
ChunEon Park fdc7cd86a4 elementary/slideshow - Elm_Slideshow_Item -> Elm_Object_Item
WARNING. This may cause build breaks. 



SVN revision: 66021
2011-12-08 11:01:01 +00:00
Michael BOUCHAUD 17cdac8d95 elementary: add ELM_PHOTOCAM_ZOOM_MODE_AUTO_FIT_IN a new policy for zoom in elm_photocam
SVN revision: 65958
2011-12-06 15:11:59 +00:00
Michael BOUCHAUD 65106b50ac elementary: API break ! using Elm_Index_Item instead of the item's data in the index widget. This was applied for function and smart callbacks
SVN revision: 65956
2011-12-06 14:05:55 +00:00
Carsten Haitzler 6541ee34b2 From: Rajeev Ranjan (Rajeev) <rajeev.r@samsung.com> <rajeev.jnnce@gmail.com>
Subject: Re: [E-devel] [Patch] elm_slideshow patch

From: PRINCE KUMAR DUBEY <prince.dubey@samsung.com>

On behalf of Rajeev Ranjan, I am submitting the elm_slideshow patch
which add support for getting notification when transition completes.
Change Log:
new signal “transition,end” has been introduced to get notification
when transition completes.

Detail Description:
The actual requirement is to get user notified when the last item is
visible in the slideshow. In this case, user wants to take some
action, say updating button text to Restart if the slideshow does not
have loop.
The current implementation of slideshow has a signal called “changed”
which has current visible item as event_info parameter in the
callback. User can compare it with the last appended item and come to
know that the last item is visible if even_info is equal to the data
passed which should be the last appended item. The only problem is
that this signal is emitted by C code  asynchronously to the
transition, hence if the transition involves an animation, user will
most likely get it even before the transition completes. This may look
bad to the user if the button label gets updated to Restart even
before the last transition gets over.
In order to fulfill the requirement, I have introduced another signal
“transition,end” which is emitted once the transition is over. 
The same requirement could have been fulfilled by emitting “changed”
signal after the transition gets over but then this will be different
from the existing implementation for other widgets, hence I introduced
the new signal “transition,end”.




SVN revision: 65951
2011-12-06 09:03:01 +00:00
Mike Blumenkrantz 608d52ba61 missed some things with my tooltip api break
SVN revision: 65917
2011-12-05 17:14:07 +00:00
Mike Blumenkrantz 890a378db7 API BREAK
elm_XXX_tooltip_size_restrict_disable() -> elm_XXX_tooltip_window_mode_set()
elm_XXX_tooltip_size_restrict_disabled_get() -> elm_XXX_tooltip_window_mode_get()


SVN revision: 65909
2011-12-05 15:25:09 +00:00
Mike Blumenkrantz 762c57d0d9 header and docs for elm_win_center got lost in an earlier merge I guess
SVN revision: 65866
2011-12-04 05:02:02 +00:00
Mike Blumenkrantz d3b755cbe6 MIN/MAX macros -> elm_priv.h
+elm_win_center
+elm_win_screen_constrain_get/set


SVN revision: 65859
2011-12-03 22:51:12 +00:00
Carsten Haitzler 5a26396eda evas_gl support back after evas 1.1 out.
SVN revision: 65842
2011-12-03 14:21:58 +00:00
Daniel Juyung Seo 049f9ce7ac elm: Updated documentations.
SVN revision: 65788
2011-12-02 00:11:06 +00:00
Mike Blumenkrantz db2a4ec3ec +elm_toolbar_item_icon_file_set()
at some point this whole item api should probably be replaced with generic object stuff


SVN revision: 65785
2011-12-01 19:14:48 +00:00
Daniel Juyung Seo 618f268973 elm Elementary.h.in: Refine the documentation.
SVN revision: 65755
2011-12-01 07:31:03 +00:00
Daniel Juyung Seo db0bd60ce6 elm genlist/gengrid: Removed 'label_get' backport now not later.
SVN revision: 65754
2011-12-01 07:29:30 +00:00
Daniel Juyung Seo 964dda89df elm Elementary.h.in: Fix more documentation.
SVN revision: 65753
2011-12-01 07:11:40 +00:00
Carsten Haitzler 2bdda6fe40 fix some of sanjeev's api review commentry.
SVN revision: 65752
2011-12-01 06:43:06 +00:00
Daniel Juyung Seo 9266096bdf elm gengrid/genlist: Changed 'label_get' to 'text_get' according to the
recent elementary api corrections.

I changed item class's 'label_get' to 'text_get'. But 'label_get' is still
supported by union structure. So 'label_get' will just give you
deprecated warnings while compiling but it's recommended to fix your
apps to 'text_get'. Sometimes when you initialize item class using
braces, you will get 'missing braces around initializer' but ignore
this. That warning will be gone after I remove 'label_get' backport. I
will remove this 'label_get' backport after I finish below
jobs.

[TODO]
1. Fix all apps in trunk.
2. Change edc "labels" to "texts" as well. I haven't done this yet.


SVN revision: 65751
2011-12-01 06:15:08 +00:00
Daniel Juyung Seo 434ad96199 elm Elementary.h.in: Fixed documentation typo.
SVN revision: 65744
2011-12-01 05:28:33 +00:00