framework/uifw/elementary.git
12 years agothis is... the beginning of accessibility supportin elm. it's direct
raster [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62585 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary : Delete meaningless codes
woohyun [Fri, 19 Aug 2011 04:29:40 +0000 (04:29 +0000)]
elementary : Delete meaningless codes

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62577 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/elm_entry : Add elm_widget_content_set(unset,get)_hook_set
woohyun [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62576 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm Elementary.h.in: Fixed typo in documentation.
seoz [Thu, 18 Aug 2011 16:59:51 +0000 (16:59 +0000)]
elm Elementary.h.in: Fixed typo in documentation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62570 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadapt to ctx item change
raster [Tue, 16 Aug 2011 12:39:30 +0000 (12:39 +0000)]
adapt to ctx item change

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62500 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: 김재환 <jae.hwan.kim@samsung.com>
raster [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.)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62496 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm examples.dox: Fixed typo.
seoz [Sun, 14 Aug 2011 07:47:29 +0000 (07:47 +0000)]
elm examples.dox: Fixed typo.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62434 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm widget_preview_ctxpopup.c: Fixed build error.
seoz [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62433 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/ctxpopup - removed typedef
hermet [Sun, 14 Aug 2011 04:20:14 +0000 (04:20 +0000)]
elementary/ctxpopup - removed typedef

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62432 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementray/transit - fixed indentation
hermet [Sun, 14 Aug 2011 03:49:39 +0000 (03:49 +0000)]
elementray/transit - fixed indentation

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62431 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementry/ctxpopup - fixed indentation
hermet [Sun, 14 Aug 2011 03:47:51 +0000 (03:47 +0000)]
elementry/ctxpopup - fixed indentation

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62430 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/ctxpopup - updated to use elm_object_item
hermet [Sun, 14 Aug 2011 03:36:56 +0000 (03:36 +0000)]
elementary/ctxpopup - updated to use elm_object_item

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62429 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm icon_animated: Refactoring.
seoz [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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62426 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm Elementary.h.in: Fixed doxygen typo.
seoz [Sat, 13 Aug 2011 16:42:39 +0000 (16:42 +0000)]
elm Elementary.h.in: Fixed doxygen typo.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62425 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm: Refactoring before I commit another patch.
seoz [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62424 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/ctxpopup - refactored to avoid misunderstanding between arrow direction...
hermet [Sat, 13 Aug 2011 06:05:19 +0000 (06:05 +0000)]
elementary/ctxpopup - refactored to avoid misunderstanding between arrow direction and box direction

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62421 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/ctxpopup - patched by kimcinoo@gmail.com
hermet [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62420 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/diskselector - patched by kimcinoo@gmail.com
hermet [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62419 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoIt sort of looks as if some crazy korean didn't test what he was committing.
sachiel [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62417 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm test.c: Enhance the document.
seoz [Fri, 12 Aug 2011 18:00:29 +0000 (18:00 +0000)]
elm test.c: Enhance the document.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62406 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm: Refactoring. Use EINA_TRUE instead of 1 for Eina_Bool type parameter.
seoz [Fri, 12 Aug 2011 15:26:58 +0000 (15:26 +0000)]
elm: Refactoring. Use EINA_TRUE instead of 1 for Eina_Bool type parameter.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62394 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/elm_entry : Alternative to focus checking, we should check
woohyun [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62368 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary: comment in a comment --
yoz [Thu, 11 Aug 2011 22:05:04 +0000 (22:05 +0000)]
elementary: comment in a comment --

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62365 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[elementary] Beefing up elm_object_event_callback_add().
glima [Thu, 11 Aug 2011 14:13:19 +0000 (14:13 +0000)]
[elementary] Beefing up elm_object_event_callback_add().

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62353 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary - fixed typo
hermet [Thu, 11 Aug 2011 13:17:40 +0000 (13:17 +0000)]
elementary - fixed typo

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62351 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Jiyoun Park <jy0703.park@samsung.com>
raster [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62332 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm Elementary.h.in: Moved the documents to the right place.
seoz [Thu, 11 Aug 2011 00:54:28 +0000 (00:54 +0000)]
elm Elementary.h.in: Moved the documents to the right place.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62326 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm Elementary.h.in: Refactoring. Removed trailing whitespaces before
seoz [Thu, 11 Aug 2011 00:42:29 +0000 (00:42 +0000)]
elm Elementary.h.in: Refactoring. Removed trailing whitespaces before
I work on.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62325 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix elm_object_item_text_part_get for genlist and gengrid
discomfitor [Wed, 10 Aug 2011 23:51:20 +0000 (23:51 +0000)]
fix elm_object_item_text_part_get for genlist and gengrid

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62323 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoclean up some of this horrific function pointer debacle
discomfitor [Wed, 10 Aug 2011 23:43:50 +0000 (23:43 +0000)]
clean up some of this horrific function pointer debacle

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62322 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElementary: documenting elm_all_flush.
gastal [Wed, 10 Aug 2011 21:35:08 +0000 (21:35 +0000)]
Elementary: documenting elm_all_flush.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62319 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[elementary] Clarification for a func's doc.
glima [Wed, 10 Aug 2011 21:32:00 +0000 (21:32 +0000)]
[elementary] Clarification for a func's doc.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62318 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agouse the right name for functions...
discomfitor [Wed, 10 Aug 2011 21:30:40 +0000 (21:30 +0000)]
use the right name for functions...

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62317 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[elementary] More on cursors.
glima [Wed, 10 Aug 2011 21:24:50 +0000 (21:24 +0000)]
[elementary] More on cursors.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62316 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[elementary] All docs to elm's header, as Raster wishes.
glima [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62315 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElementary: improving elm engine documentation.
gastal [Wed, 10 Aug 2011 20:32:04 +0000 (20:32 +0000)]
Elementary: improving elm engine documentation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62314 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElementary: Fixing name(it isn't really selective).
gastal [Wed, 10 Aug 2011 19:58:57 +0000 (19:58 +0000)]
Elementary: Fixing name(it isn't really selective).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62313 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElementary: adding mirroring functions to mirroring
gastal [Wed, 10 Aug 2011 19:56:17 +0000 (19:56 +0000)]
Elementary: adding mirroring functions to mirroring
 group.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62312 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElementary: Moving style functions to style group.
gastal [Wed, 10 Aug 2011 19:55:54 +0000 (19:55 +0000)]
Elementary: Moving style functions to style group.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62311 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElementary: close elm_flip group.
gastal [Wed, 10 Aug 2011 19:36:58 +0000 (19:36 +0000)]
Elementary: close elm_flip group.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62310 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm genlist: Support reorder effect for tree.
seoz [Wed, 10 Aug 2011 17:49:56 +0000 (17:49 +0000)]
elm genlist: Support reorder effect for tree.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62304 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix previews in widget and container list.
raster [Wed, 10 Aug 2011 08:33:21 +0000 (08:33 +0000)]
fix previews in widget and container list.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62289 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix/improve scroll hints docs
raster [Wed, 10 Aug 2011 06:25:10 +0000 (06:25 +0000)]
fix/improve scroll hints docs

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62288 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoand beef up getting started with a longer example
raster [Wed, 10 Aug 2011 06:00:04 +0000 (06:00 +0000)]
and beef up getting started with a longer example

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62287 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agostrealine the getting started guide to have simpler autofoo.
raster [Wed, 10 Aug 2011 05:48:09 +0000 (05:48 +0000)]
strealine the getting started guide to have simpler autofoo.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62286 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix @see
raster [Wed, 10 Aug 2011 05:02:40 +0000 (05:02 +0000)]
fix @see

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62285 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix language
raster [Wed, 10 Aug 2011 05:00:42 +0000 (05:00 +0000)]
fix language

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62284 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm: Refactoring. Removed trailing whitespaces and fixed indentation.
seoz [Wed, 10 Aug 2011 04:35:31 +0000 (04:35 +0000)]
elm: Refactoring. Removed trailing whitespaces and fixed indentation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62281 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoanother param name missed.
raster [Wed, 10 Aug 2011 03:17:50 +0000 (03:17 +0000)]
another param name missed.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62276 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agosomeone missed the param name in docs.
raster [Wed, 10 Aug 2011 03:16:03 +0000 (03:16 +0000)]
someone missed the param name in docs.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62275 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoactually deprecate deprecated apis
discomfitor [Wed, 10 Aug 2011 03:03:32 +0000 (03:03 +0000)]
actually deprecate deprecated apis

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62274 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm: Fixed genlist/gengrid callback function pointer typedef name. Follow EFL's naming
seoz [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

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62272 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm: Fixed documentation.
seoz [Tue, 9 Aug 2011 16:19:19 +0000 (16:19 +0000)]
elm: Fixed documentation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62263 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm cnp: Use the existing ECORE_X_ATOM_SELECTION_CLIPBOARD.
tasn [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62253 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm box: Respect alignment hints.
tasn [Tue, 9 Aug 2011 11:54:36 +0000 (11:54 +0000)]
Elm box: Respect alignment hints.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62252 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agohmm empty widget section -> remove
raster [Tue, 9 Aug 2011 09:41:20 +0000 (09:41 +0000)]
hmm empty widget section -> remove

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62249 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/elm_win : focus restoring will be occured only when current
woohyun [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62247 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agolist, genlist, gengrid imho are not containers :)
raster [Tue, 9 Aug 2011 09:00:05 +0000 (09:00 +0000)]
list, genlist, gengrid imho are not containers :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62242 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary : elm_win didn't be focused/unfocused following the focus
woohyun [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62235 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agodont need no genscroller
raster [Tue, 9 Aug 2011 08:06:32 +0000 (08:06 +0000)]
dont need no genscroller

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62231 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoi think bg widfget should maybe have a solid wallpaper image as an
raster [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 :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62230 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoremove references to elm animator!
raster [Tue, 9 Aug 2011 07:56:24 +0000 (07:56 +0000)]
remove references to elm animator!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62229 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agomove getting started to header.
raster [Tue, 9 Aug 2011 07:46:12 +0000 (07:46 +0000)]
move getting started to header.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62228 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agodont need elementary.dox anymore - it's empty.
raster [Tue, 9 Aug 2011 07:16:43 +0000 (07:16 +0000)]
dont need elementary.dox anymore - it's empty.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62227 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm test_photo.c: Fixed indentations. Applied coding conventions.
seoz [Tue, 9 Aug 2011 06:43:09 +0000 (06:43 +0000)]
elm test_photo.c: Fixed indentations. Applied coding conventions.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62226 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/elm_animator - removed it's example.
hermet [Tue, 9 Aug 2011 03:37:07 +0000 (03:37 +0000)]
elementary/elm_animator - removed it's example.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62221 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/elm_animator
hermet [Tue, 9 Aug 2011 03:26:39 +0000 (03:26 +0000)]
elementary/elm_animator

Good bye my baby.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62220 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agowe really should focus when we release mouse AND on_hold is... NOT
raster [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62197 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm entry: Fixed 'Paste' to only show if there clipboard isn't empty.
tasn [Mon, 8 Aug 2011 07:51:02 +0000 (07:51 +0000)]
Elm entry: Fixed 'Paste' to only show if there clipboard isn't empty.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62193 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm genlist: Modified genlist object reference checking.
seoz [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62190 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm util: Fixed a bug in _elm_util_mkup_to_text.
tasn [Sun, 7 Aug 2011 12:13:47 +0000 (12:13 +0000)]
Elm util: Fixed a bug in _elm_util_mkup_to_text.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62180 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agodamn inconsistent safety check macros
discomfitor [Sun, 7 Aug 2011 03:54:23 +0000 (03:54 +0000)]
damn inconsistent safety check macros

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62173 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agowhoops forgot to remove my debug printfs
discomfitor [Sun, 7 Aug 2011 03:43:33 +0000 (03:43 +0000)]
whoops forgot to remove my debug printfs

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62172 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agomore useless elm stuff: vertical toolbar orientation (by cedric's request) along...
discomfitor [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!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62171 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElm bubble: Updated docs. Thanks to JaMa.
tasn [Sat, 6 Aug 2011 08:38:50 +0000 (08:38 +0000)]
Elm bubble: Updated docs. Thanks to JaMa.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62169 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary : Partly rollback for about the feature "focus movement by
woohyun [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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62168 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoclang -> shhhhhhh
raster [Sat, 6 Aug 2011 02:34:27 +0000 (02:34 +0000)]
clang -> shhhhhhh

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62166 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agotvi never used - remove.
raster [Sat, 6 Aug 2011 02:29:35 +0000 (02:29 +0000)]
tvi never used - remove.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62165 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoit's the subtle null derefs that'll get you
discomfitor [Fri, 5 Aug 2011 23:16:40 +0000 (23:16 +0000)]
it's the subtle null derefs that'll get you

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62159 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoI can't think of any more clever names so we'll go with the old standard: really?
discomfitor [Fri, 5 Aug 2011 23:14:17 +0000 (23:14 +0000)]
I can't think of any more clever names so we'll go with the old standard: really?

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62158 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoalloc checks wooooooooooooo
discomfitor [Fri, 5 Aug 2011 23:13:16 +0000 (23:13 +0000)]
alloc checks wooooooooooooo

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62157 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoreally? part 3: the rereturn of really?
discomfitor [Fri, 5 Aug 2011 23:11:28 +0000 (23:11 +0000)]
really? part 3: the rereturn of really?

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62156 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoreally? part 2: really? with a vengeance.
discomfitor [Fri, 5 Aug 2011 23:07:18 +0000 (23:07 +0000)]
really? part 2: really? with a vengeance.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62155 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoreally?
discomfitor [Fri, 5 Aug 2011 23:06:11 +0000 (23:06 +0000)]
really?

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62154 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Hyoyoung Chang <hyoyoung.chang@samsung.com>
discomfitor [Fri, 5 Aug 2011 23:03:55 +0000 (23:03 +0000)]
From: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Subject: [E-devel] [patch] elm_cnp_helper - adding paragraph separator(<ps>) handling
Date: Fri, 05 Aug 2011 13:09:41 +0900

Dear developers.

This patch is about elm_cnp_helper.
When using elm_entry, sometimes newline isn't copied.
That's because <ps> tag. It's represent of 'paragraph separator'.
(Other case is using <br>. It works well)
I just adding <ps> handling for separated paragraph.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62153 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoas promised, deprecated menu api functions have now been removed
discomfitor [Fri, 5 Aug 2011 19:40:14 +0000 (19:40 +0000)]
as promised, deprecated menu api functions have now been removed

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62149 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElementary: adding some missing widget previews for pdf.
gastal [Fri, 5 Aug 2011 16:24:31 +0000 (16:24 +0000)]
Elementary: adding some missing widget previews for pdf.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62144 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agonotes
raster [Fri, 5 Aug 2011 13:22:03 +0000 (13:22 +0000)]
notes

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62134 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agook demo is a bit better now. less ambitious. only 33million buttons.
raster [Fri, 5 Aug 2011 12:25:43 +0000 (12:25 +0000)]
ok demo is a bit better now. less ambitious. only 33million buttons.
but it scrolls fine now. using homogenous boxen now in groups of 32 (5
levels of 32 - ie 32 ^ 5 == 33mil or so)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62132 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofactory.... working on it. but up and kicking. it's a little unhappy
raster [Fri, 5 Aug 2011 11:15:03 +0000 (11:15 +0000)]
factory.... working on it. but up and kicking. it's a little unhappy
with the 102 million buttons i have in the scroller right now...  when
you scroll along, but... i'll work at it to make it work better.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62130 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/elm_scroller : Modified event_hook function. Now arrow keys
woohyun [Fri, 5 Aug 2011 08:31:25 +0000 (08:31 +0000)]
elementary/elm_scroller : Modified event_hook function. Now arrow keys
will move focus among scroller's child objects.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62126 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary : Focus movement is possible with arrow keys. You can check
woohyun [Fri, 5 Aug 2011 08:25:07 +0000 (08:25 +0000)]
elementary : Focus movement is possible with arrow keys. You can check
this feature in elementary_test -> focus.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62125 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm factory... in, genscroller out.
raster [Fri, 5 Aug 2011 07:45:45 +0000 (07:45 +0000)]
elm factory... in, genscroller out.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62124 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agowe dont need no steenkine genscroller... i had an ephipany! we need
raster [Fri, 5 Aug 2011 05:59:53 +0000 (05:59 +0000)]
we dont need no steenkine genscroller... i had an ephipany! we need
something entirely different...

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62123 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm widget_preview_gengrid.c: Fixed sample code.
seoz [Fri, 5 Aug 2011 01:24:21 +0000 (01:24 +0000)]
elm widget_preview_gengrid.c: Fixed sample code.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62118 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelm genlist: Added elm_genlist_horizontal_set/get() APIs. Deprecated
seoz [Fri, 5 Aug 2011 01:21:56 +0000 (01:21 +0000)]
elm genlist: Added elm_genlist_horizontal_set/get() APIs. Deprecated
elm_genlist_horizontal_mode_set/get() for API name consistency. Use
new APIs.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62117 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElementary: Map examples
bdilly [Thu, 4 Aug 2011 22:35:12 +0000 (22:35 +0000)]
Elementary: Map examples

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62115 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoElementary: Improve some documentation images
bdilly [Thu, 4 Aug 2011 22:34:51 +0000 (22:34 +0000)]
Elementary: Improve some documentation images
Changes made by Marina Proni.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62114 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/genlist - Adding genlist mode documentation.
antognolli [Thu, 4 Aug 2011 21:05:31 +0000 (21:05 +0000)]
elementary/genlist - Adding genlist mode documentation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62107 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoelementary/elm_widget - patched by hyoyoung.chang@samsung.com
hermet [Thu, 4 Aug 2011 17:10:17 +0000 (17:10 +0000)]
elementary/elm_widget - patched by hyoyoung.chang@samsung.com

[E-devel] [patch] elm_widget - elm_widget_type_unregister

Dear developers.

This patch is adding a api to elm_widget.
In elm_widget, there is an api to register widget type to elementary's own
list.
However it doesn't provide unregister api.
So I made this patch.

Most of case, it's not needed. But in some case, it's useful.
(such as elm objects in DSO, if a DSO unloaded, registered widtype is
invalidated)

Thank you

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62099 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33