Daniel Juyung Seo [Wed, 24 Aug 2011 16:13:13 +0000 (16:13 +0000)]
elm toolbar: Fixed toolbar access function. Thanks to Gustavo Barbieri.
SVN revision: 62751
Daniel Juyung Seo [Wed, 24 Aug 2011 08:11:58 +0000 (08:11 +0000)]
elm: Removed trailing whitespaces.
Raster finished accessibility. So I fixed it too.
SVN revision: 62737
Daniel Juyung Seo [Wed, 24 Aug 2011 08:10:48 +0000 (08:10 +0000)]
elm toolbar: Fixed build warnings.
SVN revision: 62736
ChunEon Park [Wed, 24 Aug 2011 07:02:26 +0000 (07:02 +0000)]
elementary/ctxpopup - added show effect (patched by kimcinoo@gmail.com>
Dear All, Hello!
The transition effect is added to the ctxpopup when it comes.
Please review the attached patch. Thanks always!
Sincerely,
Shinwoo Kim.
SVN revision: 62735
Carsten Haitzler [Wed, 24 Aug 2011 06:39:29 +0000 (06:39 +0000)]
and now add custom access info for items too and clean up nicely.
SVN revision: 62734
Carsten Haitzler [Wed, 24 Aug 2011 06:29:13 +0000 (06:29 +0000)]
and now do toolbar - showing how to add access stuff to items in a
widget
SVN revision: 62733
Gustavo Lima Chaves [Tue, 23 Aug 2011 22:44:57 +0000 (22:44 +0000)]
[elementary] Irritatingly bad output string now better.
SVN revision: 62732
Daniel Juyung Seo [Tue, 23 Aug 2011 16:55:28 +0000 (16:55 +0000)]
elm list: Changed elm_list_item_base_get() to elm_list_item_object_get() like other widgets such as gengrid/menu/genlist/slideshow/segment_control.
I also changed all related code in trunk.
Deprecated elm_list_item_base_get(). I will remove this later.
SVN revision: 62730
Daniel Juyung Seo [Tue, 23 Aug 2011 12:45:12 +0000 (12:45 +0000)]
elm test_button.c: Use elm_object_xxx API in application side.
SVN revision: 62720
Daniel Juyung Seo [Tue, 23 Aug 2011 12:22:47 +0000 (12:22 +0000)]
elm entry/label: Changed internal function name to the right one.
SVN revision: 62718
Carsten Haitzler [Tue, 23 Aug 2011 09:11:33 +0000 (09:11 +0000)]
1. adjust voice to be slower and more clear
2. show how to set custom access text on a widget.
SVN revision: 62716
Carsten Haitzler [Tue, 23 Aug 2011 08:48:56 +0000 (08:48 +0000)]
and hide hilight on mouse out
SVN revision: 62715
Carsten Haitzler [Tue, 23 Aug 2011 08:46:01 +0000 (08:46 +0000)]
make access hilight follow object around and vanish it target is
hidden or deleted.
SVN revision: 62714
Carsten Haitzler [Tue, 23 Aug 2011 07:44:49 +0000 (07:44 +0000)]
add visual feedback on accessibility mouseover too
SVN revision: 62713
Daniel Juyung Seo [Tue, 23 Aug 2011 04:04:44 +0000 (04:04 +0000)]
elm gengrid: Oops, I added more changes to the previous commit.
SVN revision: 62711
Daniel Juyung Seo [Tue, 23 Aug 2011 04:02:26 +0000 (04:02 +0000)]
elm genlist: Added "scroll,anim,start", "scroll,anim,stop",
"scroll,drag,start", "scroll,drag,stop" smart callbacks to genlist.
elm gengrid: Added "scroll,anim,start", "scroll,anim,stop" smart
callbacks to genlist.
SVN revision: 62710
Daniel Juyung Seo [Tue, 23 Aug 2011 01:44:46 +0000 (01:44 +0000)]
elm Elementary.h.in: Updated authors.
SVN revision: 62707
Tom Hacohen [Mon, 22 Aug 2011 14:20:02 +0000 (14:20 +0000)]
Elm entry: Fixed a bug with chunked feeding of textblock.
Thanks to MJ for the report.
SVN revision: 62693
ChunEon Park [Sun, 21 Aug 2011 12:09:22 +0000 (12:09 +0000)]
elementary/elm_transit - fixed a bug.
It could be refered even the transit is deleted.
SVN revision: 62658
Daniel Juyung Seo [Sun, 21 Aug 2011 05:27:19 +0000 (05:27 +0000)]
elm genlist: Fixed elm_genlist_item_insert_after() bug. Patch by
Chanwook Jung <joey.jung@samsung.com>
From: 정찬욱 [mailto:joey.jung@samsung.com]
Sent: Friday, August 19, 2011 4:40 PM
Subject: [E-devel] [Patch] bug in elm_genlist_item_insert_after
Dear developers.
I found the problem when group item is added using
elm_genlist_item_insert_after in genlist.
The new group item is refer to the group item list not item list.
Therefore
it is inserted in the wrong place.
I modified that if the new group item is inserted, refer to the last
item
of the after group item.
Thanks.
SVN revision: 62645
Daniel Juyung Seo [Fri, 19 Aug 2011 15:26:04 +0000 (15:26 +0000)]
elm: Removed trailing whitespaces.
I always try to maintain elm with no trailing whitespaces. Please do not commit trailing whitespaces anymore.
I think maintaining a library clean is a good job. Once it gets mess, it's hard to fix them all at once.
1. Removing trailing whitespaces.
2. Fixing indentations.
3. Removing build errors and warnings.
SVN revision: 62595
Carsten Haitzler [Fri, 19 Aug 2011 14:39:27 +0000 (14:39 +0000)]
and start on allowing modified behavior when in access mode. ie turn
it on and off. just settable by env var and config file for now.
SVN revision: 62591
Carsten Haitzler [Fri, 19 Aug 2011 11:47:30 +0000 (11:47 +0000)]
and now add a "clicked" say... when u click.
SVN revision: 62587
Carsten Haitzler [Fri, 19 Aug 2011 11:20:45 +0000 (11:20 +0000)]
button -> say state if disabled.
SVN revision: 62586
Carsten Haitzler [Fri, 19 Aug 2011 11:07:42 +0000 (11:07 +0000)]
this is... the beginning of accessibility supportin elm. it's direct
as in elm manages it itself - all it needs is a module to send text
to. one is provided here that just execs espeak and handles a stream
of things for it to say. this is only a start and is still being
fleshed out.
SVN revision: 62585
WooHyun Jung [Fri, 19 Aug 2011 04:29:40 +0000 (04:29 +0000)]
elementary : Delete meaningless codes
SVN revision: 62577
WooHyun Jung [Fri, 19 Aug 2011 04:21:36 +0000 (04:21 +0000)]
elementary/elm_entry : Add elm_widget_content_set(unset,get)_hook_set
for style extension supporting.
SVN revision: 62576
Daniel Juyung Seo [Thu, 18 Aug 2011 16:59:51 +0000 (16:59 +0000)]
elm Elementary.h.in: Fixed typo in documentation.
SVN revision: 62570
Carsten Haitzler [Tue, 16 Aug 2011 12:39:30 +0000 (12:39 +0000)]
adapt to ctx item change
SVN revision: 62500
김재환 [Tue, 16 Aug 2011 10:52:01 +0000 (10:52 +0000)]
From: 김재환 <jae.hwan.kim@samsung.com>
I added 4 APIs for the page function of the scroller.
Those are,
EAPI void elm_scroller_current_page_get(Evas_Object *obj, int
*h_pagenumber,
int *v_pagenumber));
(Get scroll current page number.)
EAPI void elm_scroller_last_page_get(Evas_Object *obj, int
*h_pagenumber,
int *v_pagenumber);
(Get scroll last page number.)
EAPI void elm_scroller_page_show(Evas_Object *obj, int
h_pagenumber, int
v_pagenumber);
(Show a specific virtual region within the scroller content
object by page
number without animation.)
EAPI void elm_scroller_page_bring_in(Evas_Object *obj, int
h_pagenumber, int
v_pagenumber);
(Show a specific virtual region within the scroller content
object by page
number with animation.)
SVN revision: 62496
Daniel Juyung Seo [Sun, 14 Aug 2011 07:47:29 +0000 (07:47 +0000)]
elm examples.dox: Fixed typo.
SVN revision: 62434
Daniel Juyung Seo [Sun, 14 Aug 2011 07:46:58 +0000 (07:46 +0000)]
elm widget_preview_ctxpopup.c: Fixed build error.
Elm_Ctxpopup_Item -> Elm_Object_Item.
SVN revision: 62433
ChunEon Park [Sun, 14 Aug 2011 04:20:14 +0000 (04:20 +0000)]
elementary/ctxpopup - removed typedef
SVN revision: 62432
ChunEon Park [Sun, 14 Aug 2011 03:49:39 +0000 (03:49 +0000)]
elementray/transit - fixed indentation
SVN revision: 62431
ChunEon Park [Sun, 14 Aug 2011 03:47:51 +0000 (03:47 +0000)]
elementry/ctxpopup - fixed indentation
SVN revision: 62430
ChunEon Park [Sun, 14 Aug 2011 03:36:56 +0000 (03:36 +0000)]
elementary/ctxpopup - updated to use elm_object_item
SVN revision: 62429
Daniel Juyung Seo [Sat, 13 Aug 2011 16:56:11 +0000 (16:56 +0000)]
elm icon_animated: Refactoring.
1. Enhance the document.
2. Call elm_icon_animated_xxx() when the icon supports animation.
3. Anyway, animated icon doesn't work on my machine :(
I got this error when I ran it.
>> sh: evas_image_loader.gif: not found
SVN revision: 62426
Daniel Juyung Seo [Sat, 13 Aug 2011 16:42:39 +0000 (16:42 +0000)]
elm Elementary.h.in: Fixed doxygen typo.
SVN revision: 62425
Daniel Juyung Seo [Sat, 13 Aug 2011 16:36:44 +0000 (16:36 +0000)]
elm: Refactoring before I commit another patch.
1. Fixed indentation.
2. Removed trailing whitespaces.
3. Removed unnecessary blank lines.
SVN revision: 62424
ChunEon Park [Sat, 13 Aug 2011 06:05:19 +0000 (06:05 +0000)]
elementary/ctxpopup - refactored to avoid misunderstanding between arrow direction and box direction
SVN revision: 62421
ChunEon Park [Sat, 13 Aug 2011 05:40:16 +0000 (05:40 +0000)]
elementary/ctxpopup - patched by kimcinoo@gmail.com
Dear All, Hi!
Previously, the ctxpopup have used only direction up or down if there is no
enough area to display.
So, there was some dead codes and TODO list for this..
By using wd->horizontal, we can decide between "up/down" and "left/right"
If elc_ctxpopup is horizontal, "up/down" is more proper than "left/right"
and vice versa.
Sincerely,
Shinwoo Kim.
SVN revision: 62420
ChunEon Park [Sat, 13 Aug 2011 05:30:37 +0000 (05:30 +0000)]
elementary/diskselector - patched by kimcinoo@gmail.com
Dear All, Hi!
There were come codes in _del_pre_hook() that just don't make sense.
Please refer to the attached patch.
Sincerely,
Shinwoo Kim.
SVN revision: 62419
Iván Briano [Fri, 12 Aug 2011 23:15:11 +0000 (23:15 +0000)]
It sort of looks as if some crazy korean didn't test what he was committing.
SVN revision: 62417
Daniel Juyung Seo [Fri, 12 Aug 2011 18:00:29 +0000 (18:00 +0000)]
elm test.c: Enhance the document.
SVN revision: 62406
Daniel Juyung Seo [Fri, 12 Aug 2011 15:26:58 +0000 (15:26 +0000)]
elm: Refactoring. Use EINA_TRUE instead of 1 for Eina_Bool type parameter.
SVN revision: 62394
WooHyun Jung [Fri, 12 Aug 2011 02:22:15 +0000 (02:22 +0000)]
elementary/elm_entry : Alternative to focus checking, we should check
whether geometry information for elm_widget_show_region_set is valid or not.
SVN revision: 62368
Michael BOUCHAUD [Thu, 11 Aug 2011 22:05:04 +0000 (22:05 +0000)]
elementary: comment in a comment --
SVN revision: 62365
Gustavo Lima Chaves [Thu, 11 Aug 2011 14:13:19 +0000 (14:13 +0000)]
[elementary] Beefing up elm_object_event_callback_add().
SVN revision: 62353
ChunEon Park [Thu, 11 Aug 2011 13:17:40 +0000 (13:17 +0000)]
elementary - fixed typo
SVN revision: 62351
Jiyoun Park [Thu, 11 Aug 2011 06:05:05 +0000 (06:05 +0000)]
From: Jiyoun Park <jy0703.park@samsung.com>
Subject: RE: [E-devel] [Patch] Animation gif feature patch
animated image support in elm icon - from jy.
SVN revision: 62332
Daniel Juyung Seo [Thu, 11 Aug 2011 00:54:28 +0000 (00:54 +0000)]
elm Elementary.h.in: Moved the documents to the right place.
SVN revision: 62326
Daniel Juyung Seo [Thu, 11 Aug 2011 00:42:29 +0000 (00:42 +0000)]
elm Elementary.h.in: Refactoring. Removed trailing whitespaces before
I work on.
SVN revision: 62325
Mike Blumenkrantz [Wed, 10 Aug 2011 23:51:20 +0000 (23:51 +0000)]
fix elm_object_item_text_part_get for genlist and gengrid
SVN revision: 62323
Mike Blumenkrantz [Wed, 10 Aug 2011 23:43:50 +0000 (23:43 +0000)]
clean up some of this horrific function pointer debacle
SVN revision: 62322
Jonas M. Gastal [Wed, 10 Aug 2011 21:35:08 +0000 (21:35 +0000)]
Elementary: documenting elm_all_flush.
SVN revision: 62319
Gustavo Lima Chaves [Wed, 10 Aug 2011 21:32:00 +0000 (21:32 +0000)]
[elementary] Clarification for a func's doc.
SVN revision: 62318
Mike Blumenkrantz [Wed, 10 Aug 2011 21:30:40 +0000 (21:30 +0000)]
use the right name for functions...
SVN revision: 62317
Gustavo Lima Chaves [Wed, 10 Aug 2011 21:24:50 +0000 (21:24 +0000)]
[elementary] More on cursors.
SVN revision: 62316
Gustavo Lima Chaves [Wed, 10 Aug 2011 21:03:21 +0000 (21:03 +0000)]
[elementary] All docs to elm's header, as Raster wishes.
Discomfitor, now it's time to split the header and/or write another novel.
SVN revision: 62315
Jonas M. Gastal [Wed, 10 Aug 2011 20:32:04 +0000 (20:32 +0000)]
Elementary: improving elm engine documentation.
SVN revision: 62314
Jonas M. Gastal [Wed, 10 Aug 2011 19:58:57 +0000 (19:58 +0000)]
Elementary: Fixing name(it isn't really selective).
SVN revision: 62313
Jonas M. Gastal [Wed, 10 Aug 2011 19:56:17 +0000 (19:56 +0000)]
Elementary: adding mirroring functions to mirroring
group.
SVN revision: 62312
Jonas M. Gastal [Wed, 10 Aug 2011 19:55:54 +0000 (19:55 +0000)]
Elementary: Moving style functions to style group.
SVN revision: 62311
Jonas M. Gastal [Wed, 10 Aug 2011 19:36:58 +0000 (19:36 +0000)]
Elementary: close elm_flip group.
SVN revision: 62310
Daniel Juyung Seo [Wed, 10 Aug 2011 17:49:56 +0000 (17:49 +0000)]
elm genlist: Support reorder effect for tree.
SVN revision: 62304
Carsten Haitzler [Wed, 10 Aug 2011 08:33:21 +0000 (08:33 +0000)]
fix previews in widget and container list.
SVN revision: 62289
Carsten Haitzler [Wed, 10 Aug 2011 06:25:10 +0000 (06:25 +0000)]
fix/improve scroll hints docs
SVN revision: 62288
Carsten Haitzler [Wed, 10 Aug 2011 06:00:04 +0000 (06:00 +0000)]
and beef up getting started with a longer example
SVN revision: 62287
Carsten Haitzler [Wed, 10 Aug 2011 05:48:09 +0000 (05:48 +0000)]
strealine the getting started guide to have simpler autofoo.
SVN revision: 62286
Carsten Haitzler [Wed, 10 Aug 2011 05:02:40 +0000 (05:02 +0000)]
fix @see
SVN revision: 62285
Carsten Haitzler [Wed, 10 Aug 2011 05:00:42 +0000 (05:00 +0000)]
fix language
SVN revision: 62284
Daniel Juyung Seo [Wed, 10 Aug 2011 04:35:31 +0000 (04:35 +0000)]
elm: Refactoring. Removed trailing whitespaces and fixed indentation.
SVN revision: 62281
Carsten Haitzler [Wed, 10 Aug 2011 03:17:50 +0000 (03:17 +0000)]
another param name missed.
SVN revision: 62276
Carsten Haitzler [Wed, 10 Aug 2011 03:16:03 +0000 (03:16 +0000)]
someone missed the param name in docs.
SVN revision: 62275
Mike Blumenkrantz [Wed, 10 Aug 2011 03:03:32 +0000 (03:03 +0000)]
actually deprecate deprecated apis
SVN revision: 62274
Daniel Juyung Seo [Wed, 10 Aug 2011 02:20:40 +0000 (02:20 +0000)]
elm: Fixed genlist/gengrid callback function pointer typedef name. Follow EFL's naming
convention. Elm_{widget}_{callback_name}_Cb. I will remove deprecated
typedefs a week later.
GridItemLabelGetFunc -> Elm_Gengrid_Item_Label_Get_Cb
GridItemIconGetFunc -> Elm_Gengrid_Item_Icon_Get_Cb
GridItemStateGetFunc -> Elm_Gengrid_Item_State_Get_Cb
GridItemDelFunc -> Elm_Gengrid_Item_Del_Cb
GenlistItemLabelGetFunc -> Elm_Genlist_Item_Label_Get_Cb
GenlistItemIconGetFunc -> Elm_Genlist_Item_Icon_Get_Cb
GenlistItemStateGetFunc -> Elm_Genlist_Item_State_Get_Cb
GenlistItemDelFunc -> Elm_Genlist_Item_Del_Cb
SVN revision: 62272
Daniel Juyung Seo [Tue, 9 Aug 2011 16:19:19 +0000 (16:19 +0000)]
elm: Fixed documentation.
SVN revision: 62263
Tom Hacohen [Tue, 9 Aug 2011 11:55:00 +0000 (11:55 +0000)]
Elm cnp: Use the existing ECORE_X_ATOM_SELECTION_CLIPBOARD.
No need to fetch it.
SVN revision: 62253
Tom Hacohen [Tue, 9 Aug 2011 11:54:36 +0000 (11:54 +0000)]
Elm box: Respect alignment hints.
SVN revision: 62252
Carsten Haitzler [Tue, 9 Aug 2011 09:41:20 +0000 (09:41 +0000)]
hmm empty widget section -> remove
SVN revision: 62249
WooHyun Jung [Tue, 9 Aug 2011 09:29:22 +0000 (09:29 +0000)]
elementary/elm_win : focus restoring will be occured only when current
elm_win is unfocused.
SVN revision: 62247
Carsten Haitzler [Tue, 9 Aug 2011 09:00:05 +0000 (09:00 +0000)]
list, genlist, gengrid imho are not containers :)
SVN revision: 62242
WooHyun Jung [Tue, 9 Aug 2011 08:36:02 +0000 (08:36 +0000)]
elementary : elm_win didn't be focused/unfocused following the focus
state of its ecore_evas.
SVN revision: 62235
Carsten Haitzler [Tue, 9 Aug 2011 08:06:32 +0000 (08:06 +0000)]
dont need no genscroller
SVN revision: 62231
Carsten Haitzler [Tue, 9 Aug 2011 08:01:42 +0000 (08:01 +0000)]
i think bg widfget should maybe have a solid wallpaper image as an
example.. not a transparent icon :)
SVN revision: 62230
Carsten Haitzler [Tue, 9 Aug 2011 07:56:24 +0000 (07:56 +0000)]
remove references to elm animator!
SVN revision: 62229
Carsten Haitzler [Tue, 9 Aug 2011 07:46:12 +0000 (07:46 +0000)]
move getting started to header.
SVN revision: 62228
Carsten Haitzler [Tue, 9 Aug 2011 07:16:43 +0000 (07:16 +0000)]
dont need elementary.dox anymore - it's empty.
SVN revision: 62227
Daniel Juyung Seo [Tue, 9 Aug 2011 06:43:09 +0000 (06:43 +0000)]
elm test_photo.c: Fixed indentations. Applied coding conventions.
SVN revision: 62226
ChunEon Park [Tue, 9 Aug 2011 03:37:07 +0000 (03:37 +0000)]
elementary/elm_animator - removed it's example.
SVN revision: 62221
ChunEon Park [Tue, 9 Aug 2011 03:26:39 +0000 (03:26 +0000)]
elementary/elm_animator
Good bye my baby.
SVN revision: 62220
Carsten Haitzler [Mon, 8 Aug 2011 10:32:32 +0000 (10:32 +0000)]
we really should focus when we release mouse AND on_hold is... NOT
set. happy happy joy joy.
SVN revision: 62197
Tom Hacohen [Mon, 8 Aug 2011 07:51:02 +0000 (07:51 +0000)]
Elm entry: Fixed 'Paste' to only show if there clipboard isn't empty.
SVN revision: 62193
Daniel Juyung Seo [Mon, 8 Aug 2011 05:42:29 +0000 (05:42 +0000)]
elm genlist: Modified genlist object reference checking.
On Thu, Aug 4, 2011 at 7:11 PM, Hyoyoung Chang
<hyoyoung.chang@samsung.com> wrote:
> Yeah, you're right.
> Could review improve version of previous patch?
> I attached it.
SVN revision: 62190
Tom Hacohen [Sun, 7 Aug 2011 12:13:47 +0000 (12:13 +0000)]
Elm util: Fixed a bug in _elm_util_mkup_to_text.
SVN revision: 62180
Mike Blumenkrantz [Sun, 7 Aug 2011 03:54:23 +0000 (03:54 +0000)]
damn inconsistent safety check macros
SVN revision: 62173
Mike Blumenkrantz [Sun, 7 Aug 2011 03:43:33 +0000 (03:43 +0000)]
whoops forgot to remove my debug printfs
SVN revision: 62172
Mike Blumenkrantz [Sun, 7 Aug 2011 03:42:28 +0000 (03:42 +0000)]
more useless elm stuff: vertical toolbar orientation (by cedric's request) along with toolbar test 6 as a demo. still pretty buggy but I'm tired and don't know when/if I'll get around to fixing it up. play with the toolbar weight in the test to find more bugs!
SVN revision: 62171
Tom Hacohen [Sat, 6 Aug 2011 08:38:50 +0000 (08:38 +0000)]
Elm bubble: Updated docs. Thanks to JaMa.
SVN revision: 62169
WooHyun Jung [Sat, 6 Aug 2011 07:39:31 +0000 (07:39 +0000)]
elementary : Partly rollback for about the feature "focus movement by
arrow keys". There is a better way to support this feature, so
implementing it now.
SVN revision: 62168