Carsten Haitzler [Fri, 10 Jun 2011 07:08:34 +0000 (07:08 +0000)]
hmm conflict not merged right. fix.
SVN revision: 60177
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
Carsten Haitzler [Fri, 10 Jun 2011 06:18:56 +0000 (06:18 +0000)]
use width for height mode in genlist 4
SVN revision: 60175
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
Daniel Juyung Seo [Fri, 10 Jun 2011 05:12:28 +0000 (05:12 +0000)]
Elm segment_control: Fixed shadow declaration warnings.
SVN revision: 60166
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
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
Daniel Juyung Seo [Fri, 10 Jun 2011 02:19:36 +0000 (02:19 +0000)]
Elm config.c: Fixed thumb scroll option.
SVN revision: 60154
Daniel Juyung Seo [Thu, 9 Jun 2011 15:39:58 +0000 (15:39 +0000)]
Elementary label: Fixed warnings.
SVN revision: 60137
Tom Hacohen [Thu, 9 Jun 2011 14:17:07 +0000 (14:17 +0000)]
Elm label: Fix text sliding.
SVN revision: 60134
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
Cedric BAIL [Thu, 9 Jun 2011 10:24:26 +0000 (10:24 +0000)]
elementary: reduce risk of race condition.
SVN revision: 60128
Carsten Haitzler [Thu, 9 Jun 2011 10:14:16 +0000 (10:14 +0000)]
scroller smoothing stuff.
SVN revision: 60126
ChunEon Park [Thu, 9 Jun 2011 10:11:25 +0000 (10:11 +0000)]
elementary/list - just removed empty lines
SVN revision: 60125
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
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
Sangho Park [Thu, 9 Jun 2011 02:54:26 +0000 (02:54 +0000)]
Elementary map: improves pinch zoom & rotation
SVN revision: 60111
Daniel Juyung Seo [Thu, 9 Jun 2011 02:54:04 +0000 (02:54 +0000)]
Elementary genlist: Indentation fix for reorder patch.
SVN revision: 60110
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
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
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
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
Daniel Juyung Seo [Wed, 8 Jun 2011 10:38:36 +0000 (10:38 +0000)]
Elementary pager: Fixed warnings.
SVN revision: 60084
Carsten Haitzler [Wed, 8 Jun 2011 06:58:51 +0000 (06:58 +0000)]
mark magic number as such
SVN revision: 60073
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
Carsten Haitzler [Wed, 8 Jun 2011 03:00:52 +0000 (03:00 +0000)]
and use different sym.
SVN revision: 60067
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