Commit Graph

3543 Commits

Author SHA1 Message Date
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
Mike Blumenkrantz 5bde9e619c fix elm_object_item_text_part_get for genlist and gengrid
SVN revision: 62323
2011-08-10 23:51:20 +00:00
Mike Blumenkrantz 49ab1fb009 clean up some of this horrific function pointer debacle
SVN revision: 62322
2011-08-10 23:43:50 +00:00
Jonas M. Gastal 16fc78925d Elementary: documenting elm_all_flush.
SVN revision: 62319
2011-08-10 21:35:08 +00:00
Gustavo Lima Chaves a9c00d900c [elementary] Clarification for a func's doc.
SVN revision: 62318
2011-08-10 21:32:00 +00:00
Mike Blumenkrantz 5f45eed2af use the right name for functions...
SVN revision: 62317
2011-08-10 21:30:40 +00:00
Gustavo Lima Chaves 47dfd036de [elementary] More on cursors.
SVN revision: 62316
2011-08-10 21:24:50 +00:00
Gustavo Lima Chaves 31a3e6180a [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
2011-08-10 21:03:21 +00:00
Jonas M. Gastal 752a78251b Elementary: improving elm engine documentation.
SVN revision: 62314
2011-08-10 20:32:04 +00:00
Jonas M. Gastal f00eae79c9 Elementary: Fixing name(it isn't really selective).
SVN revision: 62313
2011-08-10 19:58:57 +00:00
Jonas M. Gastal a1caec0b04 Elementary: adding mirroring functions to mirroring
group.



SVN revision: 62312
2011-08-10 19:56:17 +00:00
Jonas M. Gastal f534a55b10 Elementary: Moving style functions to style group.
SVN revision: 62311
2011-08-10 19:55:54 +00:00
Jonas M. Gastal 06e8071cb8 Elementary: close elm_flip group.
SVN revision: 62310
2011-08-10 19:36:58 +00:00
Daniel Juyung Seo 1b4b7374ab elm genlist: Support reorder effect for tree.
SVN revision: 62304
2011-08-10 17:49:56 +00:00
Carsten Haitzler 675eebc4e7 fix previews in widget and container list.
SVN revision: 62289
2011-08-10 08:33:21 +00:00
Carsten Haitzler 15aaf6fb01 fix/improve scroll hints docs
SVN revision: 62288
2011-08-10 06:25:10 +00:00