Commit Graph

3458 Commits

Author SHA1 Message Date
Daniel Juyung Seo 8d779d2aaa elm toolbar: Fixed build warnings.
SVN revision: 62736
2011-08-24 08:10:48 +00:00
ChunEon Park 92f6d2a29b 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
2011-08-24 07:02:26 +00:00
Carsten Haitzler 27d751a236 and now add custom access info for items too and clean up nicely.
SVN revision: 62734
2011-08-24 06:39:29 +00:00
Carsten Haitzler dbb4cbed93 and now do toolbar - showing how to add access stuff to items in a
widget



SVN revision: 62733
2011-08-24 06:29:13 +00:00
Gustavo Lima Chaves 9589706ff9 [elementary] Irritatingly bad output string now better.
SVN revision: 62732
2011-08-23 22:44:57 +00:00
Daniel Juyung Seo 0e3f0d69c6 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
2011-08-23 16:55:28 +00:00
Daniel Juyung Seo 9ab7800bdf elm test_button.c: Use elm_object_xxx API in application side.
SVN revision: 62720
2011-08-23 12:45:12 +00:00
Daniel Juyung Seo fed8b7a9d8 elm entry/label: Changed internal function name to the right one.
SVN revision: 62718
2011-08-23 12:22:47 +00:00
Carsten Haitzler f950dd6e19 1. adjust voice to be slower and more clear
2. show how to set custom access text on a widget.



SVN revision: 62716
2011-08-23 09:11:33 +00:00
Carsten Haitzler 7078fc6fcd and hide hilight on mouse out
SVN revision: 62715
2011-08-23 08:48:56 +00:00
Carsten Haitzler 04cfa6a54f make access hilight follow object around and vanish it target is
hidden or deleted.



SVN revision: 62714
2011-08-23 08:46:01 +00:00
Carsten Haitzler ee218406b0 add visual feedback on accessibility mouseover too
SVN revision: 62713
2011-08-23 07:44:49 +00:00
Daniel Juyung Seo f8cddb17e6 elm gengrid: Oops, I added more changes to the previous commit.
SVN revision: 62711
2011-08-23 04:04:44 +00:00
Daniel Juyung Seo f899277816 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
2011-08-23 04:02:26 +00:00
Daniel Juyung Seo deaaf6d381 elm Elementary.h.in: Updated authors.
SVN revision: 62707
2011-08-23 01:44:46 +00:00
Tom Hacohen de0aaac932 Elm entry: Fixed a bug with chunked feeding of textblock.
Thanks to MJ for the report.

SVN revision: 62693
2011-08-22 14:20:02 +00:00
ChunEon Park 5a8cf7f798 elementary/elm_transit - fixed a bug.
It could be refered even the transit is deleted. 



SVN revision: 62658
2011-08-21 12:09:22 +00:00
Daniel Juyung Seo 5814a8b7cb 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
2011-08-21 05:27:19 +00:00
Daniel Juyung Seo 98ac8c429a 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
2011-08-19 15:26:04 +00:00
Carsten Haitzler 3d52581f0e 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
2011-08-19 14:39:27 +00:00
Carsten Haitzler a3592b4da6 and now add a "clicked" say... when u click.
SVN revision: 62587
2011-08-19 11:47:30 +00:00
Carsten Haitzler 6c1869043c button -> say state if disabled.
SVN revision: 62586
2011-08-19 11:20:45 +00:00
Carsten Haitzler 430e7463f5 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
2011-08-19 11:07:42 +00:00
WooHyun Jung a8156d10c5 elementary : Delete meaningless codes
SVN revision: 62577
2011-08-19 04:29:40 +00:00
WooHyun Jung 33631ae5a5 elementary/elm_entry : Add elm_widget_content_set(unset,get)_hook_set
for style extension supporting. 


SVN revision: 62576
2011-08-19 04:21:36 +00:00
Daniel Juyung Seo 80eede0b18 elm Elementary.h.in: Fixed typo in documentation.
SVN revision: 62570
2011-08-18 16:59:51 +00:00
Carsten Haitzler 7b576d9831 adapt to ctx item change
SVN revision: 62500
2011-08-16 12:39:30 +00:00
김재환 00a1ea50ad 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
2011-08-16 10:52:01 +00:00
Daniel Juyung Seo 7621c1171d elm examples.dox: Fixed typo.
SVN revision: 62434
2011-08-14 07:47:29 +00:00
Daniel Juyung Seo 9e3f2db2b7 elm widget_preview_ctxpopup.c: Fixed build error.
Elm_Ctxpopup_Item -> Elm_Object_Item.


SVN revision: 62433
2011-08-14 07:46:58 +00:00
ChunEon Park e8f8a62091 elementary/ctxpopup - removed typedef
SVN revision: 62432
2011-08-14 04:20:14 +00:00
ChunEon Park 4950c68df9 elementray/transit - fixed indentation
SVN revision: 62431
2011-08-14 03:49:39 +00:00
ChunEon Park 321835b3da elementry/ctxpopup - fixed indentation
SVN revision: 62430
2011-08-14 03:47:51 +00:00
ChunEon Park 134a0dd77a elementary/ctxpopup - updated to use elm_object_item
SVN revision: 62429
2011-08-14 03:36:56 +00:00
Daniel Juyung Seo 8923cd63ed 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
2011-08-13 16:56:11 +00:00
Daniel Juyung Seo 47a0bb175f elm Elementary.h.in: Fixed doxygen typo.
SVN revision: 62425
2011-08-13 16:42:39 +00:00
Daniel Juyung Seo 479b4773e1 elm: Refactoring before I commit another patch.
1. Fixed indentation.
2. Removed trailing whitespaces.
3. Removed unnecessary blank lines.


SVN revision: 62424
2011-08-13 16:36:44 +00:00
ChunEon Park 86d052180a elementary/ctxpopup - refactored to avoid misunderstanding between arrow direction and box direction
SVN revision: 62421
2011-08-13 06:05:19 +00:00
ChunEon Park b88a8a186a 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
2011-08-13 05:40:16 +00:00
ChunEon Park 49843b1dad 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
2011-08-13 05:30:37 +00:00
Iván Briano 2a2b0f7102 It sort of looks as if some crazy korean didn't test what he was committing.
SVN revision: 62417
2011-08-12 23:15:11 +00:00
Daniel Juyung Seo 01a69df2da elm test.c: Enhance the document.
SVN revision: 62406
2011-08-12 18:00:29 +00:00
Daniel Juyung Seo a423aacc07 elm: Refactoring. Use EINA_TRUE instead of 1 for Eina_Bool type parameter.
SVN revision: 62394
2011-08-12 15:26:58 +00:00
WooHyun Jung 5f501aaf0a 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
2011-08-12 02:22:15 +00:00
Michael BOUCHAUD c6f370a780 elementary: comment in a comment --
SVN revision: 62365
2011-08-11 22:05:04 +00:00
Gustavo Lima Chaves d814270020 [elementary] Beefing up elm_object_event_callback_add().
SVN revision: 62353
2011-08-11 14:13:19 +00:00
ChunEon Park 5533e4dab2 elementary - fixed typo
SVN revision: 62351
2011-08-11 13:17:40 +00:00
Jiyoun Park 2605c2c0d8 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
2011-08-11 06:05:05 +00:00
Daniel Juyung Seo 5d11696f2f elm Elementary.h.in: Moved the documents to the right place.
SVN revision: 62326
2011-08-11 00:54:28 +00:00
Daniel Juyung Seo 70ac134afb elm Elementary.h.in: Refactoring. Removed trailing whitespaces before
I work on.


SVN revision: 62325
2011-08-11 00:42:29 +00:00