Commit Graph

19 Commits

Author SHA1 Message Date
Ryuan Choi e43b60571f elm datetime module: Fix that registers clicked callback of diskselector multiple
It drains the performance when selected value in diskselector.
2014-02-06 01:45:31 +09:00
Ryuan Choi 940d49cd82 datetime_input_ctxpopup: delay creation of ctxpopup until it is really needed. 2014-02-05 01:33:08 +09:00
Daniel Juyung Seo fd5c046dfe elm: Changed __UNUSED__ to EINA_UNUSED. 2014-01-06 23:33:57 +09:00
Shinwoo Kim c47ef1b7fe [access] use proper name _elm_access_info_get(); not _elm_access_object_get(); to get access information 2013-07-31 12:57:49 +09:00
Cedric Bail d3247dd10a elementary: fix header inclusion order. 2013-07-23 11:27:34 +09:00
WooHyun Jung 14a1f9b507 [elementary/datetime] Fixed module codes. The parent of ctxpopup should be a datetime.
And its location and size should be calculated with the top parent.


SVN revision: 79355
2012-11-16 02:17:24 +00:00
WooHyun Jung 9fb785f10e elementary/datetime : Ctxpopup should be hidden when datetime is
unfocused.


SVN revision: 76489
2012-09-12 06:18:43 +00:00
Daniel Juyung Seo e60fcc19a8 elm datetime module: Use diskselector 'clicked' smart callback in datetime module.
SVN revision: 75871
2012-08-30 10:38:43 +00:00
Kim Shinwoo c92e566fe5 elm diskselector: Revert diskselector patch derived by Shinwoo Kim's diskselector patch.
That needs to be done in other way.

Revert "From: Kim Shinwoo <kimcinoo.efl@gmail.com>"

This reverts commit 9d6e461366a0eb208d75b0a1fb5c0c822b761c71.

SVN revision: 75836
2012-08-30 03:05:20 +00:00
Kim Shinwoo 3550d79869 From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] diskselector - select option,
disabling auto selection. datetime - show even number of items

by default, an diskselector item which is right in the center of
diskselector is selected automatically.
and if the item style emit elm,action,click signal, the item is selected
also.

so there would be a case that item select callback is called by two
ways.
one is clicking the item,
the other is locating item right in the center of diskselector (if
number
of displayed item is odd, then after scrolling the selected callback is
called always).

because of this reason, datetime module always set number of displayed
item
to even number.

to resolve this issue, i add a api to enable or disable default
behavior -
the auto selection - that can be found on the attachment.
moreover the second attachment is for datetime module, now the
datetime can
show even number of items.



SVN revision: 75820
2012-08-29 09:02:21 +00:00
Carsten Haitzler 84bbbea8db fallback for not working strftime for am/pm - based on patch from
rajeev but redone simpler.



SVN revision: 75811
2012-08-29 07:09:08 +00:00
Kim Shinwoo 8db6193871 From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] datetime - accessibility feature

the attached patch is to add accessibility feature to datetime.
unfortunately this patch depends on previous patch (
http://sourceforge.net/mailarchive/forum.php?thread_name=CAP-c0nHQ1z5B07Nb6P7dUQhfZ8tkqnoHvj_ZEJHGZUr6Ki4SiA%40mail.gmail.com&forum_name=enlightenment-devel
)
anyhow, it will be great if i can get your feedback. thanks a lot
always.



SVN revision: 75454
2012-08-20 08:06:43 +00:00
Vincent Torri 3d2be98980 Elm:
The datetime module has unnecessary lines.
The datetime resets ctxpopup parent in ctxpopup parent resize callback.

But ctxpopup has its own callback for the parent resize.
In this callback, ctxpopup hides itself. then, ctxpopup recalculates its
parent size when ctxpopup shows itself.

So the parent resize callback in the datetime is not necessary.
Then, please review the patch and give some feedbacks. Thanks.

Patch by Shinwoo Kim.



SVN revision: 72518
2012-06-20 06:10:31 +00:00
WooHyun Jung 9425a89305 elementary/module : Modified 71929 with better way. Thanks ShinWoo.
But I recommend to remove all callbacks with elm_widget_top_get(obj).


SVN revision: 71975
2012-06-12 01:52:31 +00:00
ChunEon Park 8829228d22 elementary/datetime - [E-devel] [Patch][elementary] datetime module, delete callback
Dear all, hello.

There is a case, in the _ctxpopup_parent_resize_cb() is called even
though the datetime is removed.
It makes a crash, so the callback should be deleted before removing
datetime. That's it.

Sincerely,
Shinwoo Kim.

Submitted-By-Off: Kim Shinwoo <kimcinoo.efl@gmail.com>



SVN revision: 71929
2012-06-11 07:09:48 +00:00
Daniel Juyung Seo f545d9ace9 elm diskselector: Reviewed diskselector.
SVN revision: 68936
2012-03-07 12:30:00 +00:00
Carsten Haitzler d1b74c6004 warn-- final
SVN revision: 68900
2012-03-07 08:33:04 +00:00
Carsten Haitzler e6b6714656 missed 1 config fetcher func.
SVN revision: 68811
2012-03-06 12:05:00 +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