platform/upstream/elementary.git
13 years agoElementary: Removed trailing whitespaces from c,h,am,ac,in.
Daniel Juyung Seo [Sat, 11 Jun 2011 07:36:37 +0000 (07:36 +0000)]
Elementary: Removed trailing whitespaces from c,h,am,ac,in.

I think there is no more whitespaces in elementary. So from now on
please check if your code is whitespace-free when you commit it. If so,
no one will suffer from removing whitespaces and merge conflict.

SVN revision: 60223

13 years agoless comments and cleaner code with commented out plotting debug
Carsten Haitzler [Fri, 10 Jun 2011 12:16:20 +0000 (12:16 +0000)]
less comments and cleaner code with commented out plotting debug

SVN revision: 60189

13 years agoElm label: fixed label min size.
Tom Hacohen [Fri, 10 Jun 2011 10:18:01 +0000 (10:18 +0000)]
Elm label: fixed label min size.

SVN revision: 60187

13 years agoand no needfor old overrides for setting fx/fy
Carsten Haitzler [Fri, 10 Jun 2011 10:17:45 +0000 (10:17 +0000)]
and no needfor old overrides for setting fx/fy

SVN revision: 60186

13 years agoElm label: Fixed label min.
Daniel Juyung Seo [Fri, 10 Jun 2011 08:21:53 +0000 (08:21 +0000)]
Elm label: Fixed label min.

SVN revision: 60184

13 years agomake sure defaults all match with code built in, and profiles etc.
Carsten Haitzler [Fri, 10 Jun 2011 08:05:39 +0000 (08:05 +0000)]
make sure defaults all match with code built in, and profiles etc.

SVN revision: 60182

13 years agoElm win: Added more docs.
Daniel Juyung Seo [Fri, 10 Jun 2011 07:35:07 +0000 (07:35 +0000)]
Elm win: Added more docs.

SVN revision: 60181

13 years agoand remove double callback calls! aaagh. changes didnt see the subtle
Carsten Haitzler [Fri, 10 Jun 2011 07:22:27 +0000 (07:22 +0000)]
and remove double callback calls! aaagh. changes didnt see the subtle
differences in the cb names!

SVN revision: 60178

13 years agohmm conflict not merged right. fix.
Carsten Haitzler [Fri, 10 Jun 2011 07:08:34 +0000 (07:08 +0000)]
hmm conflict not merged right. fix.

SVN revision: 60177

13 years agobox may be deleted when win is deleted - so dont assume box is around.
Carsten Haitzler [Fri, 10 Jun 2011 06:46:04 +0000 (06:46 +0000)]
box may be deleted when win is deleted - so dont assume box is around.

SVN revision: 60176

13 years agouse width for height mode in genlist 4
Carsten Haitzler [Fri, 10 Jun 2011 06:18:56 +0000 (06:18 +0000)]
use width for height mode in genlist 4

SVN revision: 60175

13 years agoelementary_test: Avoid a double free in box transition
Mike McCormack [Fri, 10 Jun 2011 06:03:52 +0000 (06:03 +0000)]
elementary_test: Avoid a double free in box transition

 *** glibc detected *** elementary_test: double free or corruption (fasttop): 0x096aa5d0 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6(+0x6b591)[0xd08591]
/lib/tls/i686/cmov/libc.so.6(+0x6cde8)[0xd09de8]
/lib/tls/i686/cmov/libc.so.6(cfree+0x6d)[0xd0cecd]
/usr/local/lib/libevas.so.1(evas_object_smart_callback_call+0x146)[0x37d4f6]
/usr/local/lib/libelementary-ver-pre-svn-09.so.0(+0xcf984)[0x287984]
/usr/local/lib/libecore_evas.so.1(+0x11457)[0x612457]
/usr/local/lib/libecore.so.1(_ecore_event_call+0x389)[0xe93399]
/usr/local/lib/libecore.so.1(+0xca05)[0xe97a05]

my prefix: /usr/local
elm test data in /usr/local/share/elementary
==18230== Invalid read of size 4
==18230==    at 0x80582D6: _win_del (test_box.c:203)
==18230==    by 0x42684F5: evas_object_smart_callback_call (evas_object_smart.c:409)
==18230==    by 0x4112983: _elm_win_delete_request (elm_win.c:624)
==18230==    by 0x4338456: _ecore_evas_x_event_window_delete_request (ecore_evas_x.c:1065)
==18230==    by 0x4307398: _ecore_event_call (ecore_events.c:641)
==18230==    by 0x430BA04: _ecore_main_gsource_dispatch (ecore_main.c:553)

SVN revision: 60174

13 years agoElm segment_control: Fixed shadow declaration warnings.
Daniel Juyung Seo [Fri, 10 Jun 2011 05:12:28 +0000 (05:12 +0000)]
Elm segment_control: Fixed shadow declaration warnings.

SVN revision: 60166

13 years agoforgot to make window of smoothing configurable. fix minor macro
Carsten Haitzler [Fri, 10 Jun 2011 05:07:21 +0000 (05:07 +0000)]
forgot to make window of smoothing configurable. fix minor macro
oopsie too.

SVN revision: 60165

13 years agoElm label: Fixed default.edc from TAsn's commit. TAsn, can you check
Daniel Juyung Seo [Fri, 10 Jun 2011 02:57:07 +0000 (02:57 +0000)]
Elm label: Fixed default.edc from TAsn's commit. TAsn, can you check
this?

SVN revision: 60160

13 years agoElm config.c: Fixed thumb scroll option.
Daniel Juyung Seo [Fri, 10 Jun 2011 02:19:36 +0000 (02:19 +0000)]
Elm config.c: Fixed thumb scroll option.

SVN revision: 60154

13 years agoElementary label: Fixed warnings.
Daniel Juyung Seo [Thu, 9 Jun 2011 15:39:58 +0000 (15:39 +0000)]
Elementary label: Fixed warnings.

SVN revision: 60137

13 years agoElm label: Fix text sliding.
Tom Hacohen [Thu, 9 Jun 2011 14:17:07 +0000 (14:17 +0000)]
Elm label: Fix text sliding.

SVN revision: 60134

13 years agoElm label: Various fixes and cleanups.
Tom Hacohen [Thu, 9 Jun 2011 13:56:09 +0000 (13:56 +0000)]
Elm label: Various fixes and cleanups.

1. Fixed ellipsis to work correctly.
2. Changed it to sync the background size to the text part size.
3. Font resizing also works nicely now.
4. Split internal text to format and actual text.

SVN revision: 60132

13 years agoelementary: reduce risk of race condition.
Cedric BAIL [Thu, 9 Jun 2011 10:24:26 +0000 (10:24 +0000)]
elementary: reduce risk of race condition.

SVN revision: 60128

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