ChunEon Park [Wed, 8 Jun 2011 00:40:00 +0000 (00:40 +0000)]
elementary/pager - fixed minor mistake
SVN revision: 60061
ChunEon Park [Wed, 8 Jun 2011 00:19:29 +0000 (00:19 +0000)]
elementary/pager - just modified for coding convention.
SVN revision: 60060
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
Mike McCormack [Tue, 7 Jun 2011 10:26:13 +0000 (10:26 +0000)]
Add ignore and update files
SVN revision: 60034
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
ChunEon Park [Tue, 7 Jun 2011 04:41:03 +0000 (04:41 +0000)]
elementary/ctxpopup - removed white spaces in default.edc
SVN revision: 60020
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
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
Cedric BAIL [Mon, 6 Jun 2011 13:03:31 +0000 (13:03 +0000)]
elementary: apparently forgotten sub object.
SVN revision: 59988
ChunEon Park [Sat, 4 Jun 2011 11:15:14 +0000 (11:15 +0000)]
elementary/pager - removed white spaces
SVN revision: 59959
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
ChunEon Park [Sat, 4 Jun 2011 10:03:22 +0000 (10:03 +0000)]
elementary/pager - prevent exception cases.
SVN revision: 59957
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
ChunEon Park [Sat, 4 Jun 2011 08:37:19 +0000 (08:37 +0000)]
elementary/pager - refactoring to use extracted function.
SVN revision: 59955
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
Daniel Juyung Seo [Sat, 4 Jun 2011 01:52:08 +0000 (01:52 +0000)]
Elementary genlist: Code refactoring.
SVN revision: 59942
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
Daniel Juyung Seo [Fri, 3 Jun 2011 18:31:12 +0000 (18:31 +0000)]
Elementary test_glview.c: Fixed formatting.
SVN revision: 59922
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
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
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
Daniel Juyung Seo [Fri, 3 Jun 2011 17:43:04 +0000 (17:43 +0000)]
Elementary: Changed build order to alphabetical order.
SVN revision: 59918
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
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
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
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
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
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
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
Daniel Juyung Seo [Thu, 2 Jun 2011 05:40:30 +0000 (05:40 +0000)]
Elementary genlist: Fixed formatting.
SVN revision: 59887
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
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
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
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
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
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
Carsten Haitzler [Wed, 1 Jun 2011 13:13:56 +0000 (13:13 +0000)]
seems 1 frereze+thaw causes slowdown... thanks dan! :)
SVN revision: 59866
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
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
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
Vincent Torri [Tue, 31 May 2011 06:16:12 +0000 (06:16 +0000)]
link elementary_testql lib against eio when needed
SVN revision: 59832
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
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
Daniel Juyung Seo [Mon, 30 May 2011 02:11:21 +0000 (02:11 +0000)]
Elementary test_transit.c: Fixed warnings.
SVN revision: 59795
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
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
Vincent Torri [Sun, 29 May 2011 18:13:52 +0000 (18:13 +0000)]
fix compilation when gettext is unavailable
SVN revision: 59790
ChunEon Park [Sat, 28 May 2011 03:39:14 +0000 (03:39 +0000)]
elementary/transit - added one more sample
SVN revision: 59764
Michael BOUCHAUD [Fri, 27 May 2011 17:34:02 +0000 (17:34 +0000)]
elementary: add external elm_index
SVN revision: 59758
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
Michael BOUCHAUD [Fri, 27 May 2011 17:22:02 +0000 (17:22 +0000)]
elementary: I forgot the .h :p
SVN revision: 59756
Michael BOUCHAUD [Fri, 27 May 2011 17:21:18 +0000 (17:21 +0000)]
elementary: add elm_index_active_get
SVN revision: 59755
Michael BOUCHAUD [Fri, 27 May 2011 14:32:12 +0000 (14:32 +0000)]
elementary: add external segment_control
SVN revision: 59737
Michael BOUCHAUD [Fri, 27 May 2011 14:31:41 +0000 (14:31 +0000)]
elementary: fix AUTHORS
SVN revision: 59736
Michael BOUCHAUD [Fri, 27 May 2011 14:30:36 +0000 (14:30 +0000)]
elementary: fix more warning
SVN revision: 59735
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
Carsten Haitzler [Fri, 27 May 2011 10:44:21 +0000 (10:44 +0000)]
lets warning-- shall we?
SVN revision: 59731
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
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
ChunEon Park [Fri, 27 May 2011 04:36:33 +0000 (04:36 +0000)]
elementary/transit - fixed indentation
SVN revision: 59725
ChunEon Park [Fri, 27 May 2011 04:32:28 +0000 (04:32 +0000)]
elementary/transit - fixed hash map usage error
SVN revision: 59724
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
ChunEon Park [Fri, 27 May 2011 02:00:46 +0000 (02:00 +0000)]
elementary / transit - updated sample code
SVN revision: 59719
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
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
Carsten Haitzler [Thu, 26 May 2011 09:27:30 +0000 (09:27 +0000)]
dont set padding of 1000 pls. :)
SVN revision: 59700
Carsten Haitzler [Thu, 26 May 2011 09:22:43 +0000 (09:22 +0000)]
elm box -> use padding!
SVN revision: 59699
Carsten Haitzler [Thu, 26 May 2011 09:02:00 +0000 (09:02 +0000)]
flip drag -> set and respect hold!
SVN revision: 59698
Carsten Haitzler [Thu, 26 May 2011 08:49:57 +0000 (08:49 +0000)]
add last test case - lots of rows/cols
SVN revision: 59697
Carsten Haitzler [Thu, 26 May 2011 08:45:20 +0000 (08:45 +0000)]
add test4 for table
SVN revision: 59696
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
Michael BOUCHAUD [Wed, 25 May 2011 19:08:38 +0000 (19:08 +0000)]
elementary: add eio test with a genlist
SVN revision: 59675
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
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
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
Carsten Haitzler [Wed, 25 May 2011 11:47:09 +0000 (11:47 +0000)]
elm grid -> handle focus chainy fun
SVN revision: 59665
Carsten Haitzler [Wed, 25 May 2011 11:44:10 +0000 (11:44 +0000)]
add table test case.
SVN revision: 59664
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
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
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
Daniel Juyung Seo [Tue, 24 May 2011 12:57:44 +0000 (12:57 +0000)]
Elementary calendar: Fixed warnings from -Wshadow option.
SVN revision: 59653
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
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
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
Carsten Haitzler [Tue, 24 May 2011 07:49:50 +0000 (07:49 +0000)]
cube up/down already handled.
SVN revision: 59641
Carsten Haitzler [Tue, 24 May 2011 07:49:37 +0000 (07:49 +0000)]
fmting.
SVN revision: 59640
Carsten Haitzler [Tue, 24 May 2011 07:49:11 +0000 (07:49 +0000)]
fix odd # of slices in x and y axis
SVN revision: 59639
Carsten Haitzler [Tue, 24 May 2011 05:58:44 +0000 (05:58 +0000)]
and avoid the gl engine perspective stuff
SVN revision: 59636
Carsten Haitzler [Tue, 24 May 2011 05:27:11 +0000 (05:27 +0000)]
and reduce the amount of calculating we do. we did way too much.
SVN revision: 59635
ChunEon Park [Tue, 24 May 2011 05:20:17 +0000 (05:20 +0000)]
elementary/transit - removed white trailing.
SVN revision: 59634
ChunEon Park [Tue, 24 May 2011 04:50:29 +0000 (04:50 +0000)]
elementary / transit - fixed afterimage indirectly.
SVN revision: 59633
Carsten Haitzler [Mon, 23 May 2011 16:02:37 +0000 (16:02 +0000)]
dont re-create proxy objects for map if we can avoid it.
SVN revision: 59629
Carsten Haitzler [Mon, 23 May 2011 13:12:35 +0000 (13:12 +0000)]
fix out of bounds check.
SVN revision: 59628
Carsten Haitzler [Mon, 23 May 2011 12:22:59 +0000 (12:22 +0000)]
and now it animates the "snap to position" either continuing the turn,
or snaps back to its orig posn.
SVN revision: 59623
Daniel Juyung Seo [Mon, 23 May 2011 12:19:42 +0000 (12:19 +0000)]
Elementary genlist: Removed unnecessary/deprecated codes due to
internal changes.
SVN revision: 59622
Carsten Haitzler [Mon, 23 May 2011 11:22:41 +0000 (11:22 +0000)]
and allow flipping in 4 directions! woots!
SVN revision: 59621
Boris Faure [Mon, 23 May 2011 10:03:13 +0000 (10:03 +0000)]
elementary: make test flipselector more natural
SVN revision: 59617
Carsten Haitzler [Mon, 23 May 2011 04:28:33 +0000 (04:28 +0000)]
and flip now does shading nicely. rather hacky, but works well.
SVN revision: 59606
Carsten Haitzler [Mon, 23 May 2011 01:24:43 +0000 (01:24 +0000)]
dont add to win resize objs if alread one
SVN revision: 59605
Carsten Haitzler [Sun, 22 May 2011 05:28:33 +0000 (05:28 +0000)]
start on light src shading
SVN revision: 59574