Commit Graph

2336 Commits

Author SHA1 Message Date
Sebastian Dransfeld cba5b045dc Set v_mic to 99 (less than 256) to please OS X
SVN revision: 57824
2011-03-17 13:12:50 +00:00
Tom Hacohen 42588f455d Elementary widget: Fixed NULL checking in elm_widget_show_region_set
Patch by WooHyun Jung.

SVN revision: 57823
2011-03-17 12:10:02 +00:00
Tom Hacohen befd5ae51e Elementary: Updated gitignore.
SVN revision: 57822
2011-03-17 12:03:20 +00:00
Tom Hacohen 9944e8a295 Elementary entry: Fix compilation warnings.
SVN revision: 57821
2011-03-17 11:11:27 +00:00
ChunEon Park d3c8d9fe03 elementary/elm_widget - fixed typo
SVN revision: 57820
2011-03-17 10:49:31 +00:00
ChunEon Park 8bbb43b901 [elementary/widget] fixed logic error which was caused by me.
SVN revision: 57817
2011-03-17 09:39:36 +00:00
Tom Hacohen 8c9f001fed Elementary entry: Save cursor position on theme changes
And fix redundancy in all of the theme changes while at it.
Patch by Jihoon Kim.

SVN revision: 57816
2011-03-17 08:18:16 +00:00
Daniel Juyung Seo 61a60002aa Elementary: Fixed indentation and white spaces. Patch by Jihoon Kim
(jihoon48.kim@samsung.com)


SVN revision: 57759
2011-03-15 02:01:42 +00:00
Tom Hacohen c5676e53f9 Elementary entry: Updated docs of elm_entry_markup_* functions.
Patch by Hyoyoung Chang.

SVN revision: 57735
2011-03-14 09:54:40 +00:00
Tom Hacohen c06525b332 Elementary entry: Added attributes to markup conversions functions.
Added EINA_MALLOC and EINA_WARN_UNUSED_RESULT.

SVN revision: 57734
2011-03-14 09:54:37 +00:00
ChunEon Park 3d570dd8d3 elementary/scrollers - added minor exceptios.
SVN revision: 57702
2011-03-12 06:36:21 +00:00
ChunEon Park 2f6a61ac06 elementary / els_pan - added minor exceptions.
SVN revision: 57700
2011-03-12 05:00:18 +00:00
ChunEon Park 7a7a2dd695 elementary/elm_widget - added minor exceptions.
SVN revision: 57688
2011-03-11 11:44:23 +00:00
ChunEon Park c3e3ebb3ac elementary/els_scroller - added one minor exception
SVN revision: 57687
2011-03-11 09:57:10 +00:00
ChunEon Park 8032a600c1 elementary/els_scroller - added exception handling
if user call any other APIs (ex, elm_smart_scroller_object_theme_object_set) before elm_smart_scroller_child_set?



SVN revision: 57686
2011-03-11 09:43:48 +00:00
ChunEon Park 9442bdd854 elementary/els_scroller - it will be better if compiler does not optimize maybe.
SVN revision: 57685
2011-03-11 09:15:38 +00:00
ChunEon Park e638d13aec elementary/list - fixed minor error.
moved _theme_hook to where after scroller has child. 



SVN revision: 57684
2011-03-11 04:54:39 +00:00
ChunEon Park af265e149f elementary / els_scroller - removed a useless line
It cause a error since the pan object does not have any child yet. 
And why it should be visible even if it should call evas_object_show after setting child? 

Anyway, the line does nothing. 



SVN revision: 57683
2011-03-11 04:49:56 +00:00
Daniel Juyung Seo c2c9a2f723 Elementary elm_button.c: Fixed unnecessary spaces.f
SVN revision: 57682
2011-03-11 02:27:12 +00:00
Daniel Juyung Seo a6f9c8a8da Elementary elm_genlist.c: Fixed typo. (hilight -> highlight)
SVN revision: 57679
2011-03-10 19:59:10 +00:00
ChunEon Park f5c5b5d054 elementary/widget - add one exception handling where it should be.
After a widget is created(obj = elm_widget_add), the object does not have any parent object.
However if user call elm_widget_sub_object_add(parent, obj), then CRI will be happened. 
So the exception should be there. 



SVN revision: 57667
2011-03-10 12:04:00 +00:00
Jae Hwan Kim 17977b5483 From: Jae Hwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel]  [Patch] elm_smart_scroller_child_region_show_internal

In the els_scroller of the elementary, the function
"elm_smart_scroller_child_region_show_internal"
have a problem. If the parameters "x,y,w,h" have the wrong value like
"elm_scroller_region_show(scroller,
-300, -300, 900, 900);", the scroller move the position temporarily.
The scroller seem to jump.
So if the value of the parameter is not valid, it should be changed to
valid value.
The work is applied already in the function
"elm_smart_scroller_region_bring_in".
It should be applied in the function
"elm_smart_scroller_child_region_show_internal" too.
I changed the code like bring_in function.



SVN revision: 57666
2011-03-10 10:25:30 +00:00
sangho park 1bcb936306 From: sangho park <gouache95@gmail.com>
Subject: [E-devel] [Patch] elm_map_marker_region_get

This is a patch for elm_map_marker.
I added one api to get the coordinates of the marker.
because marker->longitude and marker->latitude are private data,
app can't access the coordinates of the marker.



SVN revision: 57665
2011-03-10 10:19:32 +00:00
WooHyun Jung 749c4f2c12 From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] anchorview's "clicked" signal is always
sent when mouse up.

I've checked "anchor,clicked" signal is always sent with mouse_up. 

That is, mouse_down on the anchor -> mouse_move out from the anchor ->
mouse_up can emit "anchor,clicked" signal.

So I made one patch for right clicked signal emitting. 



SVN revision: 57664
2011-03-10 10:15:58 +00:00
Jihoon Kim 9f7eb24f39 From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] elm_gengrid selection key patch

Unlike other widget, gengrid processes only the "Return" key for
selecting item.
This patch makes gengrid be able to process KP_Enter and space key for
selecting item.



SVN revision: 57662
2011-03-10 09:24:49 +00:00
Carsten Haitzler 5e8de92c41 gah - committed wrong patch. here. fixed.
SVN revision: 57661
2011-03-10 09:22:34 +00:00
WooHyun Jung c2ddcba984 From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] small patch for elm_module

I made a patch for elm_module. 

Null setting for freed pointer ~ 



SVN revision: 57660
2011-03-10 09:20:54 +00:00
Daniel Juyung Seo 631112e030 Elementary Elementary.h.in: Removed whitespace and tab. Patch by
Jihoon Kim (jihoon48.kim@samsung.com)


SVN revision: 57657
2011-03-10 08:12:16 +00:00
Daniel Juyung Seo c4dda39a0e Elementary elm_list.c: Check null before use it.
SVN revision: 57656
2011-03-10 07:30:02 +00:00
Daniel Juyung Seo 160b24fdb3 Elementary elm_widget.c: Removed trailing whitespaces.
SVN revision: 57655
2011-03-10 07:22:22 +00:00
Carsten Haitzler 36e246b816 fix shutdown+init cycle with deferred win free
SVN revision: 57654
2011-03-10 06:35:33 +00:00
ChunEon Park 69fad7b41a elementary/ctxpopup - fixed tailing whitespace.
SVN revision: 57652
2011-03-10 05:58:31 +00:00
ChunEon Park be17c2122d elementary/transit - changed API quickly. elm_transit_objects_prop_hold_disabled_set/get -> elm_transit_objects_final_state_set/get
Since these APIs are committed not much days ago, Im modified the API names to make better. 

But Im not sure. how many people are using this APIs at this time. 

I guess nobody. 



SVN revision: 57651
2011-03-10 05:20:07 +00:00
Carsten Haitzler 8eb8454ac6 also add my libs to this bin.
SVN revision: 57649
2011-03-10 03:22:38 +00:00
Carsten Haitzler 98b934f875 i think elm now needs svn edje too.
SVN revision: 57619
2011-03-09 10:28:46 +00:00
Carsten Haitzler 309d51b3ed and now use the ref/unref goodness from evas to avoid deleting oneself
while doing things.



SVN revision: 57618
2011-03-09 09:56:18 +00:00
Carsten Haitzler 1ecd1b09e0 DSO... ok link everything elm lib links and be done with it so we
donly have to do this in one place... and we do need a svn evas
(1.0.999+)



SVN revision: 57617
2011-03-09 09:44:22 +00:00
Carsten Haitzler 608fe3ca55 be DSO pedantic.
SVN revision: 57616
2011-03-09 09:18:31 +00:00
Cedric BAIL 4c49d3ec19 elementary: fix wrong refcounting.
SVN revision: 57595
2011-03-08 15:54:15 +00:00
Rui Seabra a1aef2c1a3 Support current status quo.
SVN revision: 57581
2011-03-08 12:20:08 +00:00
Carsten Haitzler d80e09da23 fmting
SVN revision: 57580
2011-03-08 11:48:12 +00:00
Carsten Haitzler 3889d7b22c fmting.
SVN revision: 57579
2011-03-08 11:47:45 +00:00
Sebastian Dransfeld 912e375e75 ignore++
SVN revision: 57576
2011-03-08 11:41:40 +00:00
Carsten Haitzler d88db5cd6e better DSO link fix. mor full-bodied. :)
SVN revision: 57571
2011-03-08 11:21:55 +00:00
Carsten Haitzler 314e69c07d format fix.
SVN revision: 57570
2011-03-08 11:21:37 +00:00
Daniel Juyung Seo ab552f828f Elementary index edc: Test rectangle is now invisible.
SVN revision: 57530
2011-03-05 15:21:16 +00:00
Daniel Juyung Seo 636634be82 Elementary index edc: Commented test rectangle color.
SVN revision: 57528
2011-03-05 11:38:40 +00:00
ChunEon Park 7948d3ec71 elementary/transit - fixed whitespaces
SVN revision: 57523
2011-03-04 23:37:36 +00:00
ChunEon Park ada57c8bb6 elementary/themes revert applying border_scale.
SVN revision: 57519
2011-03-04 21:41:15 +00:00
ChunEon Park dd969d06af elementary/theme - applied border_scale for actionslider, bubble, button
SVN revision: 57515
2011-03-04 00:11:45 +00:00