Commit Graph

4967 Commits

Author SHA1 Message Date
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 0fe46a3666 oops forgot to add.
SVN revision: 68716
2012-03-05 13:21:39 +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 6e07009ff6 deprecated warning--
SVN revision: 68709
2012-03-05 12:43:16 +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
Carsten Haitzler 7542e629d3 deprecate elm_win_transparent stuff
SVN revision: 68698
2012-03-05 12:03:40 +00:00
Jaehwan Kim 55b7cd2d80 Bug fix - The item of toolbar should be selected when it is clicked only.
SVN revision: 68697
2012-03-05 11:14:26 +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
Carsten Haitzler 7a8cef6b6f oops - forgot to cxhange deprecated calls in externals
SVN revision: 68695
2012-03-05 10:21:25 +00:00
Carsten Haitzler 04e5806097 oops - deprecating renamed badly. fixed
SVN revision: 68694
2012-03-05 10:21:03 +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
Jiyoun Park 6920a5c1ab modify code related elm_hoversel_label and icon(deprecated function)
SVN revision: 68689
2012-03-05 10:04:53 +00:00
GoUn Lee 05b41d2469 From: GoUn Lee <gouni.lee@samsung.com>
Subject: [E-devel] [Patch]New feature in Multibuttonentry widget
(input panel handles manually)

I've added patch for a new feature in Multibuttonentry widget.
When Multibuttonenetry gets/lost a focus, it shows input panel(virtual
keyboard) using elm_entry_input_panel_show/hide() function.
A multibuttonenetry manually handles input panel.
The reason why it handles manually input panel even though it has entry,
the multibuttonentry must show input panel when entry lost focus and
multibuttonentry widget is focused.
Such as item(button) is clicked.

So I've added this feature.
Please review this patch.



SVN revision: 68688
2012-03-05 09:58:38 +00:00
Carsten Haitzler d59ea1baad make notify repeat events be allow_events... as thats what it really
does.



SVN revision: 68685
2012-03-05 09:50:32 +00:00
Sanjeev BA 05780e9b14 Deprecate elm_object_cursor_engine_only_set/get.
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>

SVN revision: 68683
2012-03-05 09:15:04 +00:00
Carsten Haitzler fca8286e0d track bubble deprecation.
SVN revision: 68682
2012-03-05 08:37:28 +00:00
Carsten Haitzler 4d9e5f3b5c and move bitfileds around and name enum typedefs better
SVN revision: 68681
2012-03-05 08:34:56 +00:00
Carsten Haitzler 7beae4b4f8 fix warnings from 김대성<ad960009@naver.com>'s patch.
SVN revision: 68680
2012-03-05 08:31:58 +00:00
Carsten Haitzler 6895f5acc0 From: 김대성<ad960009@naver.com>
Subject: Re: [E-devel] suggest new api for elm_entry's copy & paste
behavior

I deprecated old apis(elm_entry_cnp_textonly_set/get) in this patch.
Please review this patch once again.



SVN revision: 68679
2012-03-05 08:26:09 +00:00
Sanjeev BA 9c8129a884 Improve hover example.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68676
2012-03-05 07:34:57 +00:00
Sanjeev BA 4785d1e190 More typo and grammar fixes for documentation.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68675
2012-03-05 05:31:49 +00:00
Jihoon Kim 58669a56c6 elementary: fix QUERTY -> QWERTY
SVN revision: 68674
2012-03-05 04:50:53 +00:00
Bluezery 4de5c80ede From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Add overlay in the map

I made a overlay APIs in the map. This will replace the marker APIs.
I hope that markers will be deleted before elementary 1.0 release.
This was discussed before in
http://marc.info/?l=enlightenment-devel&m=132685497711772&w=2

Marker only supports layout style overlay. So only icon and image are
suitable for marker.  For now on, overlay can support any evas object
and also layout style.
Currently overlay support default, bubble, and class types.  And more
types will be added (Polyline, Polygon, scale, POI etc.).
I made a Elm_Map_Overlay opaque structure for handling general overlay
properties (hide, pause, show, etc.) and coordinates or internal
content (icon, content, etc.) for those different types.
Class type overlay is something like mixture of previous marker group
and marker class.
If member overlays in the same class are closed, they will be grouped.
(Same functionality as previous maker group.) The group's properties
and contents are defined by using general overlay functions.  (New
functionality)
This defined properties and contents can be be propagated to member
overlays appended to this class.  (Same functionality as previous
maker class.)

There are some missing functionalities remained. Group callbacks are
not supported yet in the overlays.
So images inside group bubble can not be shown. I will implement this
feature.

After this patch, I will fix signals and function names before
elementary 1.0 releases.




SVN revision: 68672
2012-03-05 04:18:33 +00:00
ChunEon Park 4d124352f0 elementary/index - + XXX
SVN revision: 68671
2012-03-05 03:09:57 +00:00
ChunEon Park b5c7288f05 elementary/genlist, gengrid - reverted item_class version checking.
The version field is not for preventing ABI break but just for checking allocator (to not free the item class created by user)



SVN revision: 68670
2012-03-05 02:46:29 +00:00
Jihoon Kim e083aa2095 elm: fix typo parant -> parent
SVN revision: 68669
2012-03-05 02:35:25 +00:00
Jihoon Kim 0b4826bfea elm_config.c: fix some typo
SVN revision: 68668
2012-03-05 02:33:49 +00:00
Sanjeev BA 19bfb03a57 Fix some typos and documentation.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68667
2012-03-05 01:57:17 +00:00
Mike Blumenkrantz 4a369309d9 add note about allocation
SVN revision: 68666
2012-03-05 00:22:54 +00:00
ChunEon Park d1ac092565 elementary/index - return item handles.
SVN revision: 68660
2012-03-04 13:51:17 +00:00
Jaehwan Kim d6a8be7f95 Add the ELM_TOOLBAR_SHRINK_EXPAND mode. The items be expanded according the size of the toolbar when it's set.
SVN revision: 68653
2012-03-04 09:52:20 +00:00
Daniel Juyung Seo 15dd3774cb elm genlist: Revises header.
Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>

SVN revision: 68652
2012-03-04 05:10:54 +00:00
Daniel Juyung Seo bc793f5880 elm gengrid: Fixed freezing bug. Closed trac #980
Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>

SVN revision: 68651
2012-03-04 05:03:25 +00:00
Daniel Juyung Seo b1ba90f5d2 elm genlist: Added comments for dragging flag.
Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>

SVN revision: 68649
2012-03-03 16:01:40 +00:00