raster [Thu, 9 Jun 2011 10:14:16 +0000 (10:14 +0000)]
scroller smoothing stuff.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60126
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 9 Jun 2011 10:11:25 +0000 (10:11 +0000)]
elementary/list - just removed empty lines
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60125
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 9 Jun 2011 10:08:58 +0000 (10:08 +0000)]
elementary/list - fixed for potential duplicated deletion (this is patched by jae.hwan.kim@samsung.com)
since the list calls the unref, it could be deleted multiple times
when user delete the list in it's callback function.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60124
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 9 Jun 2011 08:36:55 +0000 (08:36 +0000)]
elementary/list - avoid unnecessary checking when deleting sub-objects
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60120
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gouache [Thu, 9 Jun 2011 02:54:26 +0000 (02:54 +0000)]
Elementary map: improves pinch zoom & rotation
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60111
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 9 Jun 2011 02:54:04 +0000 (02:54 +0000)]
Elementary genlist: Indentation fix for reorder patch.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60110
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 8 Jun 2011 16:58:08 +0000 (16:58 +0000)]
Elementary test_genlist.c: Added evas_object_event_propagate_set() for check object. And changed parameter 0 to EINA_FALSE for Eina_Bool type.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60093
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 8 Jun 2011 16:56:50 +0000 (16:56 +0000)]
Elementary genlist: Fixed "Genlist 4" test case.
Using evas_event_freeze/thaw in _item_realize, _item_block_recalc and _queue_process breaks "Genlist 4" test case which is using textblock.
We need to re-examine evas_event_freeze/thaw. They are so tricky :(
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60092
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 8 Jun 2011 10:58:00 +0000 (10:58 +0000)]
Elementary genlist: Refactoring.
1. Changed int for 0/1 to Eina_Bool.
2. Removed unnecessary variable. Don't need to assign macro to
variable. Just use macro.
3. Fixed indentation.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60086
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 8 Jun 2011 10:48:20 +0000 (10:48 +0000)]
Elementary genlist: Removed internal routine in _item_block_realize().
Genlist items are realized separately. So block realize doesn't mean
realizing all items in the block. This function and
_item_block_unrealize() will be refactored later again.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60085
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 8 Jun 2011 10:38:36 +0000 (10:38 +0000)]
Elementary pager: Fixed warnings.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60084
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 8 Jun 2011 06:58:51 +0000 (06:58 +0000)]
mark magic number as such
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60073
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 8 Jun 2011 06:54:02 +0000 (06:54 +0000)]
aaargh. thumbscroll border friction not quite right.. 0 is valid. :)
also... 0 are valid values of these config vars when getting props
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60072
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 8 Jun 2011 03:00:52 +0000 (03:00 +0000)]
and use different sym.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60067
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 8 Jun 2011 00:40:00 +0000 (00:40 +0000)]
elementary/pager - fixed minor mistake
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60061
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 8 Jun 2011 00:19:29 +0000 (00:19 +0000)]
elementary/pager - just modified for coding convention.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60060
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 8 Jun 2011 00:10:19 +0000 (00:10 +0000)]
elementary/pager - modified to content use EVAS_CALLBACK_DEL callback.
Because sub,del callback will be called for both base and content,
the item finding root will be called twice unnecessary.
This changes provide somewhat optimized sequence.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60059
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Tue, 7 Jun 2011 10:26:13 +0000 (10:26 +0000)]
Add ignore and update files
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60034
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 7 Jun 2011 05:35:23 +0000 (05:35 +0000)]
improve layout of font cfg pane in elm config
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60021
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 7 Jun 2011 04:41:03 +0000 (04:41 +0000)]
elementary/ctxpopup - removed white spaces in default.edc
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60020
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 7 Jun 2011 01:01:29 +0000 (01:01 +0000)]
Elementary gengrid: Use Evas_Smart_Cb_Description for smart callbacks.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60014
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 7 Jun 2011 00:46:22 +0000 (00:46 +0000)]
Elementary gengrid,genlist: Sync genlist/gengrid signal name for
reorder.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60013
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 6 Jun 2011 13:03:31 +0000 (13:03 +0000)]
elementary: apparently forgotten sub object.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59988
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sat, 4 Jun 2011 11:15:14 +0000 (11:15 +0000)]
elementary/pager - removed white spaces
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59959
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sat, 4 Jun 2011 10:57:57 +0000 (10:57 +0000)]
elementary/pager - fixed for elm_pager_content_bottom_get.
if user call the elm_pager_content_pop when pager has two items on the stack,
the bottom item can be incorrect. so when user call the content_bottom_get right after pop,
the returned item would be not bottom content but top.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59958
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sat, 4 Jun 2011 10:03:22 +0000 (10:03 +0000)]
elementary/pager - prevent exception cases.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59957
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sat, 4 Jun 2011 08:41:26 +0000 (08:41 +0000)]
elementary/pager - some code optimization & add exception handling for null content.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59956
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sat, 4 Jun 2011 08:37:19 +0000 (08:37 +0000)]
elementary/pager - refactoring to use extracted function.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59955
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sat, 4 Jun 2011 08:08:48 +0000 (08:08 +0000)]
elementary/pager - prevent to push a existed content. if existed content could be pushed, content_promote will be not working as user expects.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59954
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Sat, 4 Jun 2011 01:52:08 +0000 (01:52 +0000)]
Elementary genlist: Code refactoring.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59942
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Sat, 4 Jun 2011 01:17:52 +0000 (01:17 +0000)]
Elementary genlist: Applied reorder effect patch from Seunggyun
<sgyun.kim@samsung.com>. Now reorder effect is enalbed :)
Btw, I changed signal name before commit.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59940
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 3 Jun 2011 18:31:12 +0000 (18:31 +0000)]
Elementary test_glview.c: Fixed formatting.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59922
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 3 Jun 2011 17:58:08 +0000 (17:58 +0000)]
Elementary glview: Fixed formatting.
Followed E coding style. Refer http://trac.enlightenment.org/e/wiki/ECoding. I have no idea about struct initialization though.
1. Fixed indentation.
2. Removed unnecessary lines.
3. Etc...
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59921
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 3 Jun 2011 17:48:45 +0000 (17:48 +0000)]
Elementary glview: Added 'const' to the obj parameters in elm_xxx_get() APIs.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59920
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 3 Jun 2011 17:44:24 +0000 (17:44 +0000)]
Elementary: Removed trailing whitespaces.
Keep removing trailing whitespaces :)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59919
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 3 Jun 2011 17:43:04 +0000 (17:43 +0000)]
Elementary: Changed build order to alphabetical order.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59918
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 3 Jun 2011 07:16:39 +0000 (07:16 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: Re: [E-devel] [Patch][CtxPopup] Add Arrow on the drag-able
area of Base
Dear Mr. Hermet,
Hello, I have attached more accurate patch based on latest elementary. The
last patch already there.
All your review items are reflected on the attached patch.
Please review this again, sorry for any inconvenient.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59911
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 3 Jun 2011 07:13:37 +0000 (07:13 +0000)]
From: Jeonghyun Yun <jh0506.yun@samsung.com>
Subject: RE: [E-devel] [Patch] elm_gengrid - added new feature :
gengrid reorder mode
I added theme stuff to handle the reorder mode.
Please check this patch again.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59910
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 3 Jun 2011 07:09:25 +0000 (07:09 +0000)]
From: "Sung W. Park" <sungwoo@gmail.com>
Subject: Re: [E-devel] [RFC] ELM GLView
Elementary GLview wiedget giving simplified access to do opengl
drawing in a widget in elm so you pretty much do no work to set it up
and just provide a render function to draw the contents when it needs
drawing. Thanks to Sungwoo Park and Samsung
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59909
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 2 Jun 2011 07:09:17 +0000 (07:09 +0000)]
From: Jeonghyun Yun <jh0506.yun@samsung.com>
Subject: [E-devel] [Patch] elm_gengrid - added new feature : gengrid
reorder mode
I added a new feature "reorder mode" of gengrid refer to genlist
reorder mode.
After set this reorder API, if user press an item (long press), the item can
be moved another position.
Then if the user releases the item, the item will be reordered in gengrid.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59892
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 2 Jun 2011 07:07:22 +0000 (07:07 +0000)]
dont need to show actuallyu returning objects - genlist will do that
for u when it gets them.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59891
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 2 Jun 2011 06:35:20 +0000 (06:35 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch][CtxPopup] Add Arrow on the drag-able area
of Base
If CtxPopup has elm_slider for content, the elm_slider indicator is covered
by CtxPopup arrow.
So, I have made a patch for resolving this issue. As the title the arrow
will be swallowed in the base.
Even though user uses his/her own style, the attached patch will work
properly.
Sincerely,
Shinwoo Kim.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59890
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 2 Jun 2011 06:15:51 +0000 (06:15 +0000)]
fix elm config - table layout fixes in evas broke usage in elm.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59889
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 2 Jun 2011 05:40:30 +0000 (05:40 +0000)]
Elementary genlist: Fixed formatting.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59887
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 2 Jun 2011 04:41:04 +0000 (04:41 +0000)]
Elementary genlist: Fixed genlist reorder.
1. Added reorder APIs to Elementary.h.in header.
2. Fixed wrong declaration of moved callback.
3. Fixed warnings.
And I think 'moved' function needs to be changed to smartcallback.
This is not related to item class structure.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59885
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 2 Jun 2011 04:24:58 +0000 (04:24 +0000)]
Elementary: Fixed trailing whitespaces.
It looks like flip is not changed frequently now. I will check
whitespace and indentation from time to time. If this is not good,
please check codes before commit. Thanks.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59884
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 2 Jun 2011 03:10:11 +0000 (03:10 +0000)]
From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel] [Patch] elm_genlist - added new feature : genlist
reorder mode
I introduce a new feature "reorder mode" of genlist.
Using this feature, user can reoder genlist items dynamically.
[API]
==================================================================
- EAPI Eina_Bool elm_genlist_item_rename_mode_get(Elm_Genlist_Item *it)
Get the rename mode state of an item. This gets the rename mode state
of an item
- EAPI void elm_genlist_reorder_mode_set(Evas_Object *obj, Eina_Bool reorder_mode)
Set genlist reorder mode. This enables the item is moved to another
item.
==================================================================
After set this reorder api, if user press an item (long press), the item can
be moved another position.
Then if the user releases the item, the item will be reodered in genlist.
When the user releases the holding item, Elm_Genlist_Item_Class.func.moved
callback is also called.
If needed, the application can add some logic in that callback function.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59883
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 1 Jun 2011 16:55:56 +0000 (16:55 +0000)]
Elementary default.edc: Fixed genlist item styles. TEXT part does not need to have "default" 1.0 state. Align text with -1.0 0.5.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59880
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 1 Jun 2011 14:33:13 +0000 (14:33 +0000)]
elementary: use evas_object_image_extension_can_load_fast_get.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59873
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 1 Jun 2011 13:15:08 +0000 (13:15 +0000)]
get rid of freeze+thaw lockup for mode changed items
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59867
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 1 Jun 2011 13:13:56 +0000 (13:13 +0000)]
seems 1 frereze+thaw causes slowdown... thanks dan! :)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59866
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 1 Jun 2011 11:46:24 +0000 (11:46 +0000)]
Elementary genlist: Fixed event freeze problem with mode item.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59864
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 1 Jun 2011 10:59:30 +0000 (10:59 +0000)]
Elementary default.edc: Applied genlist edc style changes to mode style.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59863
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 31 May 2011 16:16:01 +0000 (16:16 +0000)]
elementary: add elm_icon_thumb_set.
NOTE: it will only display thumbnail if you requested ethumb in your app.
See fileselector example for more information.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59848
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Tue, 31 May 2011 06:16:12 +0000 (06:16 +0000)]
link elementary_testql lib against eio when needed
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59832
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 31 May 2011 05:24:58 +0000 (05:24 +0000)]
fix disk selector to handle intl trext properly. was bad to begin with.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59831
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 30 May 2011 02:31:21 +0000 (02:31 +0000)]
Elementary lib: Removed trailing whitespaces except for flip.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59796
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 30 May 2011 02:11:21 +0000 (02:11 +0000)]
Elementary test_transit.c: Fixed warnings.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59795
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 30 May 2011 02:00:10 +0000 (02:00 +0000)]
Elementary src/edje_externals/elm_segment_control.c: Fixed warnings.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59794
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 30 May 2011 01:59:13 +0000 (01:59 +0000)]
Elementary src/edje_externals/Makefile.am: Alphabetical build order.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59793
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 29 May 2011 18:13:52 +0000 (18:13 +0000)]
fix compilation when gettext is unavailable
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59790
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sat, 28 May 2011 03:39:14 +0000 (03:39 +0000)]
elementary/transit - added one more sample
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59764
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Fri, 27 May 2011 17:34:02 +0000 (17:34 +0000)]
elementary: add external elm_index
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59758
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Fri, 27 May 2011 17:33:40 +0000 (17:33 +0000)]
elementary: fix the prototype of elm_index_active_get
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59757
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Fri, 27 May 2011 17:22:02 +0000 (17:22 +0000)]
elementary: I forgot the .h :p
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59756
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Fri, 27 May 2011 17:21:18 +0000 (17:21 +0000)]
elementary: add elm_index_active_get
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59755
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Fri, 27 May 2011 14:32:12 +0000 (14:32 +0000)]
elementary: add external segment_control
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59737
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Fri, 27 May 2011 14:31:41 +0000 (14:31 +0000)]
elementary: fix AUTHORS
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59736
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Fri, 27 May 2011 14:30:36 +0000 (14:30 +0000)]
elementary: fix more warning
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59735
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 27 May 2011 10:47:52 +0000 (10:47 +0000)]
From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] elm_widget_focus_steal should be executed
only with "can_focus" object.
I think elm_widget_focus_steal function should be executed only with
"can_focus" widget object.
("Cannot_focus" object has no right to steal focus from others !!)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59733
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 27 May 2011 10:44:21 +0000 (10:44 +0000)]
lets warning-- shall we?
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59731
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 27 May 2011 10:30:56 +0000 (10:30 +0000)]
genlist -> improve performance by adding lots of freezes and thaws. :)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59729
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 27 May 2011 05:42:27 +0000 (05:42 +0000)]
fix hover doc -> no html tags. breaks latex docs.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59726
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 27 May 2011 04:36:33 +0000 (04:36 +0000)]
elementary/transit - fixed indentation
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59725
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 27 May 2011 04:32:28 +0000 (04:32 +0000)]
elementary/transit - fixed hash map usage error
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59724
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 27 May 2011 02:22:29 +0000 (02:22 +0000)]
elementary/transit - removed unnecessary codes and fixed a minors for preventing exceptions.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59721
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 27 May 2011 02:00:46 +0000 (02:00 +0000)]
elementary / transit - updated sample code
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59719
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 27 May 2011 01:02:16 +0000 (01:02 +0000)]
Elementary genlist: Fixed warnings and removed unnecessary lines.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59707
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gouache [Thu, 26 May 2011 12:40:29 +0000 (12:40 +0000)]
Elementary map: add APIs for setting min,max zoom level
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59704
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 26 May 2011 09:27:30 +0000 (09:27 +0000)]
dont set padding of 1000 pls. :)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59700
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 26 May 2011 09:22:43 +0000 (09:22 +0000)]
elm box -> use padding!
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59699
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 26 May 2011 09:02:00 +0000 (09:02 +0000)]
flip drag -> set and respect hold!
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59698
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 26 May 2011 08:49:57 +0000 (08:49 +0000)]
add last test case - lots of rows/cols
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59697
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 26 May 2011 08:45:20 +0000 (08:45 +0000)]
add test4 for table
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59696
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 26 May 2011 00:39:12 +0000 (00:39 +0000)]
Elementary: Removed trailing whitespaces except for some files that
raster is heavily working on recently.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59683
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Wed, 25 May 2011 19:08:38 +0000 (19:08 +0000)]
elementary: add eio test with a genlist
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59675
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Wed, 25 May 2011 14:58:39 +0000 (14:58 +0000)]
elementary: thanks to the recent add of eina_inlist_sorted_insert add elm_genlist_item_sorted_insert
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59672
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
bdilly [Wed, 25 May 2011 14:52:28 +0000 (14:52 +0000)]
Elementary grid: dont use evas_obj_table on wd->grd
wd->grd is an evas_object_grid, so children should be get
with evas_object_grid_children_get
Btw, I'm not testing this function, just saw it.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59671
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
bdilly [Wed, 25 May 2011 14:36:55 +0000 (14:36 +0000)]
Elementary grid: fix focus_next_hook
I supposed it was c&p from elm_table and it was trying
to access a wrong widget data member.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59670
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 25 May 2011 11:47:09 +0000 (11:47 +0000)]
elm grid -> handle focus chainy fun
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59665
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 25 May 2011 11:44:10 +0000 (11:44 +0000)]
add table test case.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59664
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 25 May 2011 10:20:49 +0000 (10:20 +0000)]
and... flip now does interactive flipping.. AND page curl flips...
woooo!
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59662
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 25 May 2011 06:06:48 +0000 (06:06 +0000)]
flip now supports the beginnings of interactive mode. - drag to flip
it in a direction.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59660
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 25 May 2011 03:01:51 +0000 (03:01 +0000)]
Elementary genlist: Fixed bug in single selection mode to prevent
multiple selection. Patch by Hyoyoung Chang <hyoyoung.chang@samsung.com>
On Tue, May 24, 2011 at 7:43 PM, Hyoyoung Chang
<hyoyoung.chang@samsung.com> wrote:
Dear Elementary developers.
I made a oneline patch.
It's about in single selection mode of elm_genlist.
In single selection mode, some multi touching can make multi selected items.
It can't easy reproduce at PC environment(like as mouse+keyboard), but if you have multi touching device you can easily reproduce.
Reproduce step is putting two pointing device on genlist.
1. long pressing one pointer.
2. Short press another one pointer.
3. And repeat alternating press two device
Then you can find multi selected items in single selection mode.
So my approach is if a item is not selection and just only
highlighted, then make it with _item_unselection()
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59659
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 24 May 2011 12:57:44 +0000 (12:57 +0000)]
Elementary calendar: Fixed warnings from -Wshadow option.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59653
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 24 May 2011 11:41:00 +0000 (11:41 +0000)]
Elementary genlist: Refactoring. Separated _item_unhighlight() from
_item_unselect().
1. _item_select() and _item_highlight() are also separated. Each
function can be called separately. This will be introduced in later
commit.
2. 'unhighlight' sounds weird but there is no other good names.
3. Call _item_unhighlight() before _item_unselect() for selected items.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59652
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 24 May 2011 11:11:10 +0000 (11:11 +0000)]
fix page to properly show front and back objects.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59649
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 24 May 2011 10:51:26 +0000 (10:51 +0000)]
Elementary genlist: Removed unnecessary height_for_width codes.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59647
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 24 May 2011 07:49:50 +0000 (07:49 +0000)]
cube up/down already handled.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59641
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 24 May 2011 07:49:37 +0000 (07:49 +0000)]
fmting.
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59640
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33