platform/upstream/elementary.git
13 years agoscroller smoothing stuff.
Carsten Haitzler [Thu, 9 Jun 2011 10:14:16 +0000 (10:14 +0000)]
scroller smoothing stuff.

SVN revision: 60126

13 years agoelementary/list - just removed empty lines
ChunEon Park [Thu, 9 Jun 2011 10:11:25 +0000 (10:11 +0000)]
elementary/list - just removed empty lines

SVN revision: 60125

13 years agoelementary/list - fixed for potential duplicated deletion (this is patched by jae...
ChunEon Park [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.

SVN revision: 60124

13 years agoelementary/list - avoid unnecessary checking when deleting sub-objects
ChunEon Park [Thu, 9 Jun 2011 08:36:55 +0000 (08:36 +0000)]
elementary/list - avoid unnecessary checking when deleting sub-objects

SVN revision: 60120

13 years agoElementary map: improves pinch zoom & rotation
Sangho Park [Thu, 9 Jun 2011 02:54:26 +0000 (02:54 +0000)]
Elementary map: improves pinch zoom & rotation

SVN revision: 60111

13 years agoElementary genlist: Indentation fix for reorder patch.
Daniel Juyung Seo [Thu, 9 Jun 2011 02:54:04 +0000 (02:54 +0000)]
Elementary genlist: Indentation fix for reorder patch.

SVN revision: 60110

13 years agoElementary test_genlist.c: Added evas_object_event_propagate_set() for check object...
Daniel Juyung Seo [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.

SVN revision: 60093

13 years agoElementary genlist: Fixed "Genlist 4" test case.
Daniel Juyung Seo [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 :(

SVN revision: 60092

13 years agoElementary genlist: Refactoring.
Daniel Juyung Seo [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.

SVN revision: 60086

13 years agoElementary genlist: Removed internal routine in _item_block_realize().
Daniel Juyung Seo [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.

SVN revision: 60085

13 years agoElementary pager: Fixed warnings.
Daniel Juyung Seo [Wed, 8 Jun 2011 10:38:36 +0000 (10:38 +0000)]
Elementary pager: Fixed warnings.

SVN revision: 60084

13 years agomark magic number as such
Carsten Haitzler [Wed, 8 Jun 2011 06:58:51 +0000 (06:58 +0000)]
mark magic number as such

SVN revision: 60073

13 years agoaaargh. thumbscroll border friction not quite right.. 0 is valid. :)
Carsten Haitzler [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

SVN revision: 60072

13 years agoand use different sym.
Carsten Haitzler [Wed, 8 Jun 2011 03:00:52 +0000 (03:00 +0000)]
and use different sym.

SVN revision: 60067

13 years agoelementary/pager - fixed minor mistake
ChunEon Park [Wed, 8 Jun 2011 00:40:00 +0000 (00:40 +0000)]
elementary/pager - fixed minor mistake

SVN revision: 60061

13 years agoelementary/pager - just modified for coding convention.
ChunEon Park [Wed, 8 Jun 2011 00:19:29 +0000 (00:19 +0000)]
elementary/pager - just modified for coding convention.

SVN revision: 60060

13 years agoelementary/pager - modified to content use EVAS_CALLBACK_DEL callback.
ChunEon Park [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.

SVN revision: 60059

13 years agoAdd ignore and update files
Mike McCormack [Tue, 7 Jun 2011 10:26:13 +0000 (10:26 +0000)]
Add ignore and update files

SVN revision: 60034

13 years agoimprove layout of font cfg pane in elm config
Carsten Haitzler [Tue, 7 Jun 2011 05:35:23 +0000 (05:35 +0000)]
improve layout of font cfg pane in elm config

SVN revision: 60021

13 years agoelementary/ctxpopup - removed white spaces in default.edc
ChunEon Park [Tue, 7 Jun 2011 04:41:03 +0000 (04:41 +0000)]
elementary/ctxpopup - removed white spaces in default.edc

SVN revision: 60020

13 years agoElementary gengrid: Use Evas_Smart_Cb_Description for smart callbacks.
Daniel Juyung Seo [Tue, 7 Jun 2011 01:01:29 +0000 (01:01 +0000)]
Elementary gengrid: Use Evas_Smart_Cb_Description for smart callbacks.

SVN revision: 60014

13 years agoElementary gengrid,genlist: Sync genlist/gengrid signal name for
Daniel Juyung Seo [Tue, 7 Jun 2011 00:46:22 +0000 (00:46 +0000)]
Elementary gengrid,genlist: Sync genlist/gengrid signal name for
reorder.

SVN revision: 60013

13 years agoelementary: apparently forgotten sub object.
Cedric BAIL [Mon, 6 Jun 2011 13:03:31 +0000 (13:03 +0000)]
elementary: apparently forgotten sub object.

SVN revision: 59988

13 years agoelementary/pager - removed white spaces
ChunEon Park [Sat, 4 Jun 2011 11:15:14 +0000 (11:15 +0000)]
elementary/pager - removed white spaces

SVN revision: 59959

13 years agoelementary/pager - fixed for elm_pager_content_bottom_get.
ChunEon Park [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.

SVN revision: 59958

13 years agoelementary/pager - prevent exception cases.
ChunEon Park [Sat, 4 Jun 2011 10:03:22 +0000 (10:03 +0000)]
elementary/pager - prevent exception cases.

SVN revision: 59957

13 years agoelementary/pager - some code optimization & add exception handling for null content.
ChunEon Park [Sat, 4 Jun 2011 08:41:26 +0000 (08:41 +0000)]
elementary/pager - some code optimization & add exception handling for null content.

SVN revision: 59956

13 years agoelementary/pager - refactoring to use extracted function.
ChunEon Park [Sat, 4 Jun 2011 08:37:19 +0000 (08:37 +0000)]
elementary/pager - refactoring to use extracted function.

SVN revision: 59955

13 years agoelementary/pager - prevent to push a existed content. if existed content could be...
ChunEon Park [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.

SVN revision: 59954

13 years agoElementary genlist: Code refactoring.
Daniel Juyung Seo [Sat, 4 Jun 2011 01:52:08 +0000 (01:52 +0000)]
Elementary genlist: Code refactoring.

SVN revision: 59942

13 years agoElementary genlist: Applied reorder effect patch from Seunggyun
Daniel Juyung Seo [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.

SVN revision: 59940

13 years agoElementary test_glview.c: Fixed formatting.
Daniel Juyung Seo [Fri, 3 Jun 2011 18:31:12 +0000 (18:31 +0000)]
Elementary test_glview.c: Fixed formatting.

SVN revision: 59922

13 years agoElementary glview: Fixed formatting.
Daniel Juyung Seo [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...

SVN revision: 59921

13 years agoElementary glview: Added 'const' to the obj parameters in elm_xxx_get() APIs.
Daniel Juyung Seo [Fri, 3 Jun 2011 17:48:45 +0000 (17:48 +0000)]
Elementary glview: Added 'const' to the obj parameters in elm_xxx_get() APIs.

SVN revision: 59920

13 years agoElementary: Removed trailing whitespaces.
Daniel Juyung Seo [Fri, 3 Jun 2011 17:44:24 +0000 (17:44 +0000)]
Elementary: Removed trailing whitespaces.

Keep removing trailing whitespaces :)

SVN revision: 59919

13 years agoElementary: Changed build order to alphabetical order.
Daniel Juyung Seo [Fri, 3 Jun 2011 17:43:04 +0000 (17:43 +0000)]
Elementary: Changed build order to alphabetical order.

SVN revision: 59918

13 years agoFrom: cnook <kimcinoo@gmail.com>
cnook [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.

SVN revision: 59911

13 years agoFrom: Jeonghyun Yun <jh0506.yun@samsung.com>
Jeonghyun Yun [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.

SVN revision: 59910

13 years agoFrom: "Sung W. Park" <sungwoo@gmail.com>
Sung W. Park [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

SVN revision: 59909

13 years agoFrom: Jeonghyun Yun <jh0506.yun@samsung.com>
Jeonghyun Yun [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.

SVN revision: 59892

13 years agodont need to show actuallyu returning objects - genlist will do that
Carsten Haitzler [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.

SVN revision: 59891

13 years agoFrom: cnook <kimcinoo@gmail.com>
cnook [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.

SVN revision: 59890

13 years agofix elm config - table layout fixes in evas broke usage in elm.
Carsten Haitzler [Thu, 2 Jun 2011 06:15:51 +0000 (06:15 +0000)]
fix elm config - table layout fixes in evas broke usage in elm.

SVN revision: 59889

13 years agoElementary genlist: Fixed formatting.
Daniel Juyung Seo [Thu, 2 Jun 2011 05:40:30 +0000 (05:40 +0000)]
Elementary genlist: Fixed formatting.

SVN revision: 59887

13 years agoElementary genlist: Fixed genlist reorder.
Daniel Juyung Seo [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.

SVN revision: 59885

13 years agoElementary: Fixed trailing whitespaces.
Daniel Juyung Seo [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.

SVN revision: 59884

13 years agoFrom: Seunggyun Kim <sgyun.kim@samsung.com>
Seunggyun Kim [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.

SVN revision: 59883

13 years agoElementary default.edc: Fixed genlist item styles. TEXT part does not need to have...
Daniel Juyung Seo [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.

SVN revision: 59880

13 years agoelementary: use evas_object_image_extension_can_load_fast_get.
Cedric BAIL [Wed, 1 Jun 2011 14:33:13 +0000 (14:33 +0000)]
elementary: use evas_object_image_extension_can_load_fast_get.

SVN revision: 59873

13 years agoget rid of freeze+thaw lockup for mode changed items
Carsten Haitzler [Wed, 1 Jun 2011 13:15:08 +0000 (13:15 +0000)]
get rid of freeze+thaw lockup for mode changed items

SVN revision: 59867

13 years agoseems 1 frereze+thaw causes slowdown... thanks dan! :)
Carsten Haitzler [Wed, 1 Jun 2011 13:13:56 +0000 (13:13 +0000)]
seems 1 frereze+thaw causes slowdown... thanks dan! :)

SVN revision: 59866

13 years agoElementary genlist: Fixed event freeze problem with mode item.
Daniel Juyung Seo [Wed, 1 Jun 2011 11:46:24 +0000 (11:46 +0000)]
Elementary genlist: Fixed event freeze problem with mode item.

SVN revision: 59864

13 years agoElementary default.edc: Applied genlist edc style changes to mode style.
Daniel Juyung Seo [Wed, 1 Jun 2011 10:59:30 +0000 (10:59 +0000)]
Elementary default.edc: Applied genlist edc style changes to mode style.

SVN revision: 59863

13 years agoelementary: add elm_icon_thumb_set.
Cedric BAIL [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.

SVN revision: 59848

13 years agolink elementary_testql lib against eio when needed
Vincent Torri [Tue, 31 May 2011 06:16:12 +0000 (06:16 +0000)]
link elementary_testql lib against eio when needed

SVN revision: 59832

13 years agofix disk selector to handle intl trext properly. was bad to begin with.
Carsten Haitzler [Tue, 31 May 2011 05:24:58 +0000 (05:24 +0000)]
fix disk selector to handle intl trext properly. was bad to begin with.

SVN revision: 59831

13 years agoElementary lib: Removed trailing whitespaces except for flip.
Daniel Juyung Seo [Mon, 30 May 2011 02:31:21 +0000 (02:31 +0000)]
Elementary lib: Removed trailing whitespaces except for flip.

SVN revision: 59796

13 years agoElementary test_transit.c: Fixed warnings.
Daniel Juyung Seo [Mon, 30 May 2011 02:11:21 +0000 (02:11 +0000)]
Elementary test_transit.c: Fixed warnings.

SVN revision: 59795

13 years agoElementary src/edje_externals/elm_segment_control.c: Fixed warnings.
Daniel Juyung Seo [Mon, 30 May 2011 02:00:10 +0000 (02:00 +0000)]
Elementary src/edje_externals/elm_segment_control.c: Fixed warnings.

SVN revision: 59794

13 years agoElementary src/edje_externals/Makefile.am: Alphabetical build order.
Daniel Juyung Seo [Mon, 30 May 2011 01:59:13 +0000 (01:59 +0000)]
Elementary src/edje_externals/Makefile.am: Alphabetical build order.

SVN revision: 59793

13 years agofix compilation when gettext is unavailable
Vincent Torri [Sun, 29 May 2011 18:13:52 +0000 (18:13 +0000)]
fix compilation when gettext is unavailable

SVN revision: 59790

13 years agoelementary/transit - added one more sample
ChunEon Park [Sat, 28 May 2011 03:39:14 +0000 (03:39 +0000)]
elementary/transit - added one more sample

SVN revision: 59764

13 years agoelementary: add external elm_index
Michael BOUCHAUD [Fri, 27 May 2011 17:34:02 +0000 (17:34 +0000)]
elementary: add external elm_index

SVN revision: 59758

13 years agoelementary: fix the prototype of elm_index_active_get
Michael BOUCHAUD [Fri, 27 May 2011 17:33:40 +0000 (17:33 +0000)]
elementary: fix the prototype of elm_index_active_get

SVN revision: 59757

13 years agoelementary: I forgot the .h :p
Michael BOUCHAUD [Fri, 27 May 2011 17:22:02 +0000 (17:22 +0000)]
elementary: I forgot the .h :p

SVN revision: 59756

13 years agoelementary: add elm_index_active_get
Michael BOUCHAUD [Fri, 27 May 2011 17:21:18 +0000 (17:21 +0000)]
elementary: add elm_index_active_get

SVN revision: 59755

13 years agoelementary: add external segment_control
Michael BOUCHAUD [Fri, 27 May 2011 14:32:12 +0000 (14:32 +0000)]
elementary: add external segment_control

SVN revision: 59737

13 years agoelementary: fix AUTHORS
Michael BOUCHAUD [Fri, 27 May 2011 14:31:41 +0000 (14:31 +0000)]
elementary: fix AUTHORS

SVN revision: 59736

13 years agoelementary: fix more warning
Michael BOUCHAUD [Fri, 27 May 2011 14:30:36 +0000 (14:30 +0000)]
elementary: fix more warning

SVN revision: 59735

13 years agoFrom: WooHyun Jung <wh0705.jung@samsung.com>
WooHyun Jung [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 !!)

SVN revision: 59733

13 years agolets warning-- shall we?
Carsten Haitzler [Fri, 27 May 2011 10:44:21 +0000 (10:44 +0000)]
lets warning-- shall we?

SVN revision: 59731

13 years agogenlist -> improve performance by adding lots of freezes and thaws. :)
Carsten Haitzler [Fri, 27 May 2011 10:30:56 +0000 (10:30 +0000)]
genlist -> improve performance by adding lots of freezes and thaws. :)

SVN revision: 59729

13 years agofix hover doc -> no html tags. breaks latex docs.
Carsten Haitzler [Fri, 27 May 2011 05:42:27 +0000 (05:42 +0000)]
fix hover doc -> no html tags. breaks latex docs.

SVN revision: 59726

13 years agoelementary/transit - fixed indentation
ChunEon Park [Fri, 27 May 2011 04:36:33 +0000 (04:36 +0000)]
elementary/transit - fixed indentation

SVN revision: 59725

13 years agoelementary/transit - fixed hash map usage error
ChunEon Park [Fri, 27 May 2011 04:32:28 +0000 (04:32 +0000)]
elementary/transit - fixed hash map usage error

SVN revision: 59724

13 years agoelementary/transit - removed unnecessary codes and fixed a minors for preventing...
ChunEon Park [Fri, 27 May 2011 02:22:29 +0000 (02:22 +0000)]
elementary/transit - removed unnecessary codes and fixed a minors for preventing exceptions.

SVN revision: 59721

13 years agoelementary / transit - updated sample code
ChunEon Park [Fri, 27 May 2011 02:00:46 +0000 (02:00 +0000)]
elementary / transit - updated sample code

SVN revision: 59719

13 years agoElementary genlist: Fixed warnings and removed unnecessary lines.
Daniel Juyung Seo [Fri, 27 May 2011 01:02:16 +0000 (01:02 +0000)]
Elementary genlist: Fixed warnings and removed unnecessary lines.

SVN revision: 59707

13 years agoElementary map: add APIs for setting min,max zoom level
Sangho Park [Thu, 26 May 2011 12:40:29 +0000 (12:40 +0000)]
Elementary map: add APIs for setting min,max zoom level

SVN revision: 59704

13 years agodont set padding of 1000 pls. :)
Carsten Haitzler [Thu, 26 May 2011 09:27:30 +0000 (09:27 +0000)]
dont set padding of 1000 pls. :)

SVN revision: 59700

13 years agoelm box -> use padding!
Carsten Haitzler [Thu, 26 May 2011 09:22:43 +0000 (09:22 +0000)]
elm box -> use padding!

SVN revision: 59699

13 years agoflip drag -> set and respect hold!
Carsten Haitzler [Thu, 26 May 2011 09:02:00 +0000 (09:02 +0000)]
flip drag -> set and respect hold!

SVN revision: 59698

13 years agoadd last test case - lots of rows/cols
Carsten Haitzler [Thu, 26 May 2011 08:49:57 +0000 (08:49 +0000)]
add last test case - lots of rows/cols

SVN revision: 59697

13 years agoadd test4 for table
Carsten Haitzler [Thu, 26 May 2011 08:45:20 +0000 (08:45 +0000)]
add test4 for table

SVN revision: 59696

13 years agoElementary: Removed trailing whitespaces except for some files that
Daniel Juyung Seo [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.

SVN revision: 59683

13 years agoelementary: add eio test with a genlist
Michael BOUCHAUD [Wed, 25 May 2011 19:08:38 +0000 (19:08 +0000)]
elementary: add eio test with a genlist

SVN revision: 59675

13 years agoelementary: thanks to the recent add of eina_inlist_sorted_insert add elm_genlist_ite...
Michael BOUCHAUD [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

SVN revision: 59672

13 years agoElementary grid: dont use evas_obj_table on wd->grd
Bruno Dilly [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.

SVN revision: 59671

13 years agoElementary grid: fix focus_next_hook
Bruno Dilly [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.

SVN revision: 59670

13 years agoelm grid -> handle focus chainy fun
Carsten Haitzler [Wed, 25 May 2011 11:47:09 +0000 (11:47 +0000)]
elm grid -> handle focus chainy fun

SVN revision: 59665

13 years agoadd table test case.
Carsten Haitzler [Wed, 25 May 2011 11:44:10 +0000 (11:44 +0000)]
add table test case.

SVN revision: 59664

13 years agoand... flip now does interactive flipping.. AND page curl flips...
Carsten Haitzler [Wed, 25 May 2011 10:20:49 +0000 (10:20 +0000)]
and... flip now does interactive flipping.. AND page curl flips...
woooo!

SVN revision: 59662

13 years agoflip now supports the beginnings of interactive mode. - drag to flip
Carsten Haitzler [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.

SVN revision: 59660

13 years agoElementary genlist: Fixed bug in single selection mode to prevent
Daniel Juyung Seo [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()

SVN revision: 59659

13 years agoElementary calendar: Fixed warnings from -Wshadow option.
Daniel Juyung Seo [Tue, 24 May 2011 12:57:44 +0000 (12:57 +0000)]
Elementary calendar: Fixed warnings from -Wshadow option.

SVN revision: 59653

13 years agoElementary genlist: Refactoring. Separated _item_unhighlight() from
Daniel Juyung Seo [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.

SVN revision: 59652

13 years agofix page to properly show front and back objects.
Carsten Haitzler [Tue, 24 May 2011 11:11:10 +0000 (11:11 +0000)]
fix page to properly show front and back objects.

SVN revision: 59649

13 years agoElementary genlist: Removed unnecessary height_for_width codes.
Daniel Juyung Seo [Tue, 24 May 2011 10:51:26 +0000 (10:51 +0000)]
Elementary genlist: Removed unnecessary height_for_width codes.

SVN revision: 59647

13 years agocube up/down already handled.
Carsten Haitzler [Tue, 24 May 2011 07:49:50 +0000 (07:49 +0000)]
cube up/down already handled.

SVN revision: 59641

13 years agofmting.
Carsten Haitzler [Tue, 24 May 2011 07:49:37 +0000 (07:49 +0000)]
fmting.

SVN revision: 59640