Commit Graph

2844 Commits

Author SHA1 Message Date
ChunEon Park 210d9760fe 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
2011-06-04 10:57:57 +00:00
ChunEon Park d22607950d elementary/pager - prevent exception cases.
SVN revision: 59957
2011-06-04 10:03:22 +00:00
ChunEon Park dc3cea9d45 elementary/pager - some code optimization & add exception handling for null content.
SVN revision: 59956
2011-06-04 08:41:26 +00:00
ChunEon Park fccb252589 elementary/pager - refactoring to use extracted function.
SVN revision: 59955
2011-06-04 08:37:19 +00:00
ChunEon Park d6c443b57d 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
2011-06-04 08:08:48 +00:00
Daniel Juyung Seo 6206f5f4a4 Elementary genlist: Code refactoring.
SVN revision: 59942
2011-06-04 01:52:08 +00:00
Daniel Juyung Seo 629a67e86b 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
2011-06-04 01:17:52 +00:00
Daniel Juyung Seo 91bc4fa79f Elementary test_glview.c: Fixed formatting.
SVN revision: 59922
2011-06-03 18:31:12 +00:00
Daniel Juyung Seo 913fb058ea 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
2011-06-03 17:58:08 +00:00
Daniel Juyung Seo d9bf79c0f7 Elementary glview: Added 'const' to the obj parameters in elm_xxx_get() APIs.
SVN revision: 59920
2011-06-03 17:48:45 +00:00
Daniel Juyung Seo 8e91672a42 Elementary: Removed trailing whitespaces.
Keep removing trailing whitespaces :)


SVN revision: 59919
2011-06-03 17:44:24 +00:00
Daniel Juyung Seo c5a6a93ae9 Elementary: Changed build order to alphabetical order.
SVN revision: 59918
2011-06-03 17:43:04 +00:00
cnook fc1fae8eb0 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
2011-06-03 07:16:39 +00:00
Jeonghyun Yun 45eaf731bd 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
2011-06-03 07:13:37 +00:00
Sung W. Park 7e01afebe7 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
2011-06-03 07:09:25 +00:00
Jeonghyun Yun 732f99f2b7 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
2011-06-02 07:09:17 +00:00
Carsten Haitzler a02679b95f dont need to show actuallyu returning objects - genlist will do that
for u when it gets them.



SVN revision: 59891
2011-06-02 07:07:22 +00:00
cnook bfcb5543f7 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
2011-06-02 06:35:20 +00:00
Carsten Haitzler 22b5529635 fix elm config - table layout fixes in evas broke usage in elm.
SVN revision: 59889
2011-06-02 06:15:51 +00:00
Daniel Juyung Seo 20acef07bc Elementary genlist: Fixed formatting.
SVN revision: 59887
2011-06-02 05:40:30 +00:00
Daniel Juyung Seo 205abde67d 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
2011-06-02 04:41:04 +00:00
Daniel Juyung Seo 665b5f07c6 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
2011-06-02 04:24:58 +00:00
Seunggyun Kim 265c83e5a5 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
2011-06-02 03:10:11 +00:00
Daniel Juyung Seo dd34b66b4f 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
2011-06-01 16:55:56 +00:00
Cedric BAIL fbf087b4e5 elementary: use evas_object_image_extension_can_load_fast_get.
SVN revision: 59873
2011-06-01 14:33:13 +00:00
Carsten Haitzler 967c430a52 get rid of freeze+thaw lockup for mode changed items
SVN revision: 59867
2011-06-01 13:15:08 +00:00
Carsten Haitzler 823e640632 seems 1 frereze+thaw causes slowdown... thanks dan! :)
SVN revision: 59866
2011-06-01 13:13:56 +00:00
Daniel Juyung Seo eac6ad1a56 Elementary genlist: Fixed event freeze problem with mode item.
SVN revision: 59864
2011-06-01 11:46:24 +00:00
Daniel Juyung Seo 513b4f6634 Elementary default.edc: Applied genlist edc style changes to mode style.
SVN revision: 59863
2011-06-01 10:59:30 +00:00
Cedric BAIL e20bf4eba5 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
2011-05-31 16:16:01 +00:00
Vincent Torri 7484430229 link elementary_testql lib against eio when needed
SVN revision: 59832
2011-05-31 06:16:12 +00:00
Carsten Haitzler 284ee2b43b fix disk selector to handle intl trext properly. was bad to begin with.
SVN revision: 59831
2011-05-31 05:24:58 +00:00
Daniel Juyung Seo eeaf9ea360 Elementary lib: Removed trailing whitespaces except for flip.
SVN revision: 59796
2011-05-30 02:31:21 +00:00
Daniel Juyung Seo 9d24a639c6 Elementary test_transit.c: Fixed warnings.
SVN revision: 59795
2011-05-30 02:11:21 +00:00
Daniel Juyung Seo 175ab810f0 Elementary src/edje_externals/elm_segment_control.c: Fixed warnings.
SVN revision: 59794
2011-05-30 02:00:10 +00:00
Daniel Juyung Seo a8297cf00e Elementary src/edje_externals/Makefile.am: Alphabetical build order.
SVN revision: 59793
2011-05-30 01:59:13 +00:00
Vincent Torri f8724245ae fix compilation when gettext is unavailable
SVN revision: 59790
2011-05-29 18:13:52 +00:00
ChunEon Park f7a9123e4c elementary/transit - added one more sample
SVN revision: 59764
2011-05-28 03:39:14 +00:00
Michael BOUCHAUD 65f0f28185 elementary: add external elm_index
SVN revision: 59758
2011-05-27 17:34:02 +00:00
Michael BOUCHAUD c34c5c5a04 elementary: fix the prototype of elm_index_active_get
SVN revision: 59757
2011-05-27 17:33:40 +00:00
Michael BOUCHAUD 7c8c15abe2 elementary: I forgot the .h :p
SVN revision: 59756
2011-05-27 17:22:02 +00:00
Michael BOUCHAUD efa1c08e88 elementary: add elm_index_active_get
SVN revision: 59755
2011-05-27 17:21:18 +00:00
Michael BOUCHAUD eab341cf12 elementary: add external segment_control
SVN revision: 59737
2011-05-27 14:32:12 +00:00
Michael BOUCHAUD 3fa17a1bcc elementary: fix AUTHORS
SVN revision: 59736
2011-05-27 14:31:41 +00:00
Michael BOUCHAUD 6fb74e4853 elementary: fix more warning
SVN revision: 59735
2011-05-27 14:30:36 +00:00
WooHyun Jung bc20ba3b20 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
2011-05-27 10:47:52 +00:00
Carsten Haitzler 57fbce9787 lets warning-- shall we?
SVN revision: 59731
2011-05-27 10:44:21 +00:00
Carsten Haitzler 5c1134e1f5 genlist -> improve performance by adding lots of freezes and thaws. :)
SVN revision: 59729
2011-05-27 10:30:56 +00:00
Carsten Haitzler 9d14156e2f fix hover doc -> no html tags. breaks latex docs.
SVN revision: 59726
2011-05-27 05:42:27 +00:00
ChunEon Park 206a156dca elementary/transit - fixed indentation
SVN revision: 59725
2011-05-27 04:36:33 +00:00