Commit Graph

5448 Commits

Author SHA1 Message Date
Daniel Juyung Seo 6d3bdc4a82 elm genlist example: Fixed build script.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69370
2012-03-15 11:18:07 +00:00
WooHyun Jung 4336ea833b elementary/elm_entry.c : I think this is wrong highlight ignoring setting for elm_entry.
SVN revision: 69369
2012-03-15 10:39:09 +00:00
Jiyoun Park f9ee82c97e modify elm_toggle_XXX to elm_check_XXX
SVN revision: 69368
2012-03-15 10:28:03 +00:00
Jaehwan Kim 9986949e4a Add the comment of the longpressed in toolbar. It seems to be missed.
SVN revision: 69367
2012-03-15 10:16:40 +00:00
Daniel Juyung Seo 873f029d13 elm genlist: Fixed elm_genlist_item_index_get(). Patch by Chanwook
Jung <jchanwook@gmail.com> But this will never be correct without
performance issue.

On Thu, Mar 15, 2012 at 4:43 PM, chanwook jung <jchanwook@gmail.com>
wrote:
> Dear all,
>
> I made the patch to fix index bug.
>
> Thanks,
> Joey

SVN revision: 69366
2012-03-15 10:12:59 +00:00
Daniel Juyung Seo 93257dd84a elm genlist: Fixed compress mode sizing bug. Patch by Chanwook Jung
<jchanwook@gmail.com>

On Thu, Mar 15, 2012 at 2:47 PM, chanwook jung <jchanwook@gmail.com>
wrote:
> Dear all,
>
> I made a simple patch. If ELM_LIST_COMPRESS mode, did not recalc
minw/minh
> in _sizing_eval.
>
> Thanks,
> Joey.

SVN revision: 69365
2012-03-15 09:56:43 +00:00
Jiyoun Park 94ca9ce615 update info
SVN revision: 69364
2012-03-15 08:58:34 +00:00
Daniel Juyung Seo 660dc809a0 elm test_genlist.c: Fixed wrong item class assignment. Anybody who wrote this code must be spanked.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69363
2012-03-15 08:52:19 +00:00
Carsten Haitzler d95c1a8067 wrong config values! booo! fix.
SVN revision: 69361
2012-03-15 08:48:38 +00:00
Jiyoun Park bbb64b5f4d remove deprecated code related with
elm_genlist_height_for_width_mode_get/set
function


SVN revision: 69360
2012-03-15 08:46:29 +00:00
Jiyoun Park f34d80f6eb remove deprecated code related with
elm_genlist_item_display_only_get/set
function


SVN revision: 69359
2012-03-15 08:38:49 +00:00
Jiyoun Park b0381d64d9 remove deprecated code related with
elm_genlist_compress_mode_set


SVN revision: 69358
2012-03-15 07:52:48 +00:00
Jiyoun Park 55db5ec08c remove deprecated code
related with elm_genlist_item_object_get


SVN revision: 69357
2012-03-15 06:54:56 +00:00
Jiyoun Park 631f8d31f5 remove deprecated with
elm_genlist_always_select_mode_get/set
elm_genlist_no_select_mode_get/set
function


SVN revision: 69355
2012-03-15 06:22:25 +00:00
WooHyun Jung 66eab44829 elementary/naviframe : Fix a focus bug. When popping, new top content
should be focusable if it was set as unfocusable before by pushing item.


SVN revision: 69354
2012-03-15 05:37:17 +00:00
WooHyun Jung 46a9b517e7 elementary/elm_main : fix wrong return.
SVN revision: 69353
2012-03-15 05:23:06 +00:00
Jiyoun Park 39799d104f update info
SVN revision: 69352
2012-03-15 05:19:28 +00:00
Daniel Juyung Seo 25fb574a76 elm entry: Added blank lines for readability.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69351
2012-03-15 04:03:16 +00:00
Daniel Juyung Seo 01b30c7e2a elm test_entry_anchor.c: Fixed formatting. Used elm_win_util_standard_add().
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69350
2012-03-15 04:03:14 +00:00
Daniel Juyung Seo cd2d93ded2 elm genlist: Added show_item check routine. Patch by Hyoyoung Chang <
hyoyoung@gmail.com>. I committed his patch except for _calc_job diff.

On Wed, Mar 14, 2012 at 3:09 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> Dear all.
>
> This patch include two changes
>
> 1. at _scroll_item, added to check show_item is null or not.
> 2. at _calc_job, added to check genlist type
>   because calc_job is added anytime, but some genlist clearing is can
> be done before doing calc_job.
>
> Thanks.

SVN revision: 69349
2012-03-15 04:03:10 +00:00
Jihoon Kim 100cb3fdb5 elementary: fix some wrong param in doxygen
SVN revision: 69348
2012-03-15 01:20:58 +00:00
Gustavo Lima Chaves 1f9c9a4563 [Elm] Fix dangling icon on on elm example.
SVN revision: 69344
2012-03-14 20:38:43 +00:00
Jonas M. Gastal 5bbe9c9269 Hoversel example and doc fix.
Patch by: João Paulo Fernandes Ventura

SVN revision: 69342
2012-03-14 17:20:15 +00:00
Gustavo Lima Chaves 940beabddc [Elm] Fixing comment on an elm example
SVN revision: 69341
2012-03-14 17:16:39 +00:00
Gustavo Lima Chaves e183151fe1 [Elm] Fixing types of some clock parts.
aka dementia--



SVN revision: 69340
2012-03-14 17:14:35 +00:00
ChunEon Park ebbfacad13 elementary/ctxpopup - support more common apis
elm_object_signal_emit
elm_object_signal_callback_add
elm_object_signal_callback_del



SVN revision: 69336
2012-03-14 13:03:38 +00:00
ChunEon Park f57c84c526 elementary/diskselector - more useful signal callbacks
SVN revision: 69333
2012-03-14 12:29:22 +00:00
Jiyoun Park ea4ea0b0ab update info file
SVN revision: 69331
2012-03-14 11:19:00 +00:00
Jiyoun Park c421626833 remove elm_list_always_select_mode_get/set deprecated API
SVN revision: 69330
2012-03-14 11:13:24 +00:00
Jiyoun Park 94b924c15b remove elm_toolbar_mode_shrink_set/get
SVN revision: 69327
2012-03-14 10:08:15 +00:00
Jiyoun Park 69cd0a4977 update info file
SVN revision: 69326
2012-03-14 09:56:20 +00:00
ChunEon Park 6d950d603f elementary/transit - support image object type
But later, evas map should be changed to be transparent for all object types



SVN revision: 69325
2012-03-14 08:44:14 +00:00
Tom Hacohen 765d13ed99 Elm entry-anchor: Don't show anchor if there's none.
It's currently kinda hackish, but this can't be nicely solved without some
really needed (anyway) features in smart object callbacks. In the meanwhile
it's nice and working.

Thanks to WooHyun for the catch.

SVN revision: 69324
2012-03-14 08:28:04 +00:00
Daniel Juyung Seo b5f70c370a elm genlist: Check object magic in EAPI.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69323
2012-03-14 07:38:55 +00:00
Jiyoun Park 08718ae177 remove elm_map_group_class_style_set
elm_map_group_class_icon_cb_set
elm_map_group_class_data_set
elm_map_group_class_zoom_displayed_set
elm_map_group_class_zoom_grouped_set
elm_map_group_class_hide_set


SVN revision: 69320
2012-03-14 07:13:40 +00:00
Jiyoun Park a4fc7e032e remove elm_map_marker_class_style_set
elm_map_marker_class_icon_cb_set
elm_map_marker_class_get_cb_set
elm_map_marker_class_del_cb_set


SVN revision: 69319
2012-03-14 07:00:43 +00:00
Jiyoun Park 0a36c28dd9 remove unusabel document
SVN revision: 69318
2012-03-14 06:53:54 +00:00
Jiyoun Park ee45e2dd0f remove elm_map_route_color_get/set
SVN revision: 69317
2012-03-14 06:51:35 +00:00
Jiyoun Park 3c2555dae5 modify elm_web_forward_possible => elm_web_forward_possible_get
SVN revision: 69316
2012-03-14 06:46:39 +00:00
ChunEon Park 49637f2f73 elementary/conform - renamed internal variables and swallow part names
to be more clearly.



SVN revision: 69312
2012-03-14 04:00:13 +00:00
Jiyoun Park 151e9c90c6 remove elm_menu_item_data_get/set function
it were already deprecated


SVN revision: 69310
2012-03-14 02:55:39 +00:00
Bruno Dilly 84584b0a47 Elementary: small fix on gen.* scroller policy documentation
--This line,yand those below, will be ignored--

M    elm_genlist.h
M    elm_gengrid.h


SVN revision: 69298
2012-03-13 14:47:10 +00:00
Daniel Juyung Seo 329183045e elm test.c: Changed information text wrapping. Changed internal function name to be distinguished by other elementary API names.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69295
2012-03-13 12:04:32 +00:00
Daniel Juyung Seo 7c19a4c122 elm genlist: Fixed item select bug. Patch by Hyoyoung Chang
<hyoyoung@gmail.com>

On Tue, Mar 13, 2012 at 6:52 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> Dear all,
>
> In _item_select, some if conditional is not working as user intention.
> always_select mode checking is reversed and no-select mode is not
checked.
> I add and fix it.
> Thanks

SVN revision: 69292
2012-03-13 10:16:37 +00:00
Jiyoun Park f0c18072f9 remove elm_flipselector_interval_set/get
SVN revision: 69291
2012-03-13 10:13:34 +00:00
Daniel Juyung Seo f9c86c1086 elm genlist/gengrid: Fixed item signal emit hook bug.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69290
2012-03-13 08:54:33 +00:00
ChunEon Park ca8660bc54 elementary/conform - support clipboard illume
SVN revision: 69289
2012-03-13 08:13:35 +00:00
Jiyoun Park 4368971d43 remove deprecated code related with
elm_clock_digit_edit_get/set
function.


SVN revision: 69288
2012-03-13 07:53:05 +00:00
Jiyoun Park 886bd66ab3 remove deprecated code related with
elm_toolbar_always_select_mode_get/set
elm_toolbar_no_select_mode_get/set
function.


SVN revision: 69287
2012-03-13 07:50:39 +00:00
ChunEon Park 22a3e37b12 elementary/diskselector - fixed to items have events.
this cause the tooltip events blocked.

close ticket 852!

now diskselector tooltip tickets is closed



SVN revision: 69286
2012-03-13 07:40:35 +00:00
Jiyoun Park 8e689efa47 remove deprecated code related with
elm_gengrid_always_select_mode_get/set
elm_gengrid_no_select_mode_get/set
function.


SVN revision: 69285
2012-03-13 07:39:31 +00:00
Jiyoun Park 547d66da57 remove deprecated code related with
elm_genlist_item_flags_get
elm_genlist_item_contents_orphan
function.


SVN revision: 69284
2012-03-13 06:58:07 +00:00
Jiyoun Park cc0e8f5304 remove deprecated code related with
elm_genlist_item_top_bring_in
elm_genlist_item_middle_bring_in
elm_genlist_item_middle_show
elm_genlist_item_top_show
function.


SVN revision: 69282
2012-03-13 05:46:23 +00:00
ChunEon Park 7ef0905f31 elementary/naviframe - fixed to not managed by naviframe for the popped contents.
This patch may fix the ticket 877.



SVN revision: 69280
2012-03-13 02:22:57 +00:00
Jiyoun Park 588ddb272a remove deprecated code related with
elm_index_item_selected_get
function.


SVN revision: 69279
2012-03-13 01:51:46 +00:00
Jiyoun Park 3bb55f6fd3 remove deprecated code related with
elm_icon_scale_set/get
elm_icon_preload_set
function.


SVN revision: 69278
2012-03-13 01:47:36 +00:00
Jiyoun Park edd0df25aa remove deprecated code related with
elm_image_scale_set/get
function.


SVN revision: 69277
2012-03-13 01:41:02 +00:00
ChunEon Park e55dcb8d77 elementary/ctxpopup - hide ctxpopup obj after it is dismissed
SVN revision: 69274
2012-03-13 01:04:42 +00:00
ChunEon Park 2e43c4d488 elementary/multibuttonentry - let use signal callback description table
SVN revision: 69273
2012-03-13 00:45:01 +00:00
Michael BOUCHAUD 5daadd979a elementary: made a min_max func calc. Need to call it in min_max_set units_format_set units_format_function_set (Ho ooops a bug here, now fixed :P)
SVN revision: 69272
2012-03-13 00:34:27 +00:00
Michael BOUCHAUD 0bba0aa664 elementary: fix slider theme
SVN revision: 69271
2012-03-13 00:24:08 +00:00
Jonas M. Gastal 9bec381f51 Anchorview/Anchorblock don't exist anymore.
SVN revision: 69266
2012-03-12 21:05:38 +00:00
Cedric BAIL 51e2e6c867 elementary: unbork elm_slider vertical test.
SVN revision: 69261
2012-03-12 17:18:00 +00:00
Cedric BAIL 1b3c9b0c8a elementary: tell slider theme about min and max value, so it can set it size correctly.
SVN revision: 69256
2012-03-12 15:31:45 +00:00
Gustavo Lima Chaves e008bd0e5e [Elm] No reason to call theming on !elm object.
SVN revision: 69249
2012-03-12 13:58:19 +00:00
ChunEon Park f82f22855b elementary/gengrid - fixed incorrect item count reducing
SVN revision: 69248
2012-03-12 11:42:40 +00:00
ChunEon Park cac0e6aec9 elementary/index - fixed null string segfault case
SVN revision: 69247
2012-03-12 11:10:57 +00:00
Jaehwan Kim f60d58099b Delete the object in toolbar item, when the item is deleted.
SVN revision: 69246
2012-03-12 11:01:13 +00:00
Jiyoun Park 5efc17d5b2 remove deprecated code related with
elm_notify_repeat_events_set/get

function.


SVN revision: 69245
2012-03-12 10:27:37 +00:00
Jiyoun Park 910bd194e2 remove deprecated code related with
elm_object_tree_unfocusable_get/set

function.


SVN revision: 69244
2012-03-12 10:21:48 +00:00
Jiyoun Park df7de15c06 remove deprecated code related with
elm_multibuttonentry_shrink_mode_get/set
elm_multibuttonentry_guide_text_get/set
function.


SVN revision: 69243
2012-03-12 10:20:42 +00:00
Jiyoun Park ee938a94fd remove deprecated code related with
elm_conformant_content_area_get
function.


SVN revision: 69242
2012-03-12 10:05:24 +00:00
Jiyoun Park 19ade405e0 remove deprecated code related with
elm_theme_all_set
function.


SVN revision: 69241
2012-03-12 10:04:25 +00:00
Jiyoun Park fb217ce3a9 remove deprecated code related with
elm_win_transparent_XXX
function.


SVN revision: 69240
2012-03-12 10:03:38 +00:00
Jiyoun Park 8886ef1e38 remove deprecated code related with
elm_index_active_XXX
elm_index_item_append_relative
elm_index_item_append_relative
function.


SVN revision: 69239
2012-03-12 10:00:17 +00:00
ChunEon Park 10b8ef434e elementary/naviframe - implemented focus next hook
SVN revision: 69238
2012-03-12 09:14:14 +00:00
Jiyoun Park 6763d9b38e remove deprecated code related with
elm_index_item_go
function.


SVN revision: 69236
2012-03-12 09:04:53 +00:00
Jiyoun Park edfcb0c9a7 remove deprecated code related with
elm_object_cursor_engine_only_get/set
function.


SVN revision: 69235
2012-03-12 09:01:32 +00:00
Jiyoun Park 018f04684a remove deprecated code related with
elm_menu_item_add_object
function.


SVN revision: 69233
2012-03-12 08:56:44 +00:00
Jiyoun Park dd7cef4a4f remove deprecated code related with
elm_web_history_enable_set/get
function.


SVN revision: 69232
2012-03-12 08:47:54 +00:00
Jiyoun Park ee4618b6b4 remove deprecated code related with
elm_edje_file_cache_set/get
elm_edje_collection_cache_set/get
function.


SVN revision: 69231
2012-03-12 08:44:51 +00:00
Jiyoun Park 3436610d16 remove deprecated code related with
elm_font_cache_set/get
elm_image_cache_set/get
elm_cache_image_cache_size_get
function.


SVN revision: 69230
2012-03-12 08:40:03 +00:00
Jiyoun Park 91ecbfb917 remove deprecated code related with
elm_calendar_day_selection_enabled_set/get
function.


SVN revision: 69229
2012-03-12 08:12:49 +00:00
Jiyoun Park df6fd62d9f modify deprecated code related with
elm_bubble_corner_set
function


SVN revision: 69228
2012-03-12 08:07:27 +00:00
Jiyoun Park 9fc2a74130 remove deprecated code related with
elm_tooltip_delay_get/set
function.


SVN revision: 69227
2012-03-12 07:26:52 +00:00
Jiyoun Park 3870b86c94 remove deprecated code related with
elm_route_lon_XXX
elm_route_lat_xxx
function.


SVN revision: 69225
2012-03-12 07:08:59 +00:00
Jiyoun Park 9ce3da3627 remove deprecated code related with
elm_photocam_region_
elm_photocam_gesture_
function.


SVN revision: 69224
2012-03-12 07:06:43 +00:00
Jiyoun Park 0f9cc4ae49 remove deprecated code related with
elm_video_uri_set
function.


SVN revision: 69223
2012-03-12 07:04:19 +00:00
Jiyoun Park 0bc61823fb remove deprecated code related with
elm_all_flush 
function.


SVN revision: 69222
2012-03-12 07:03:12 +00:00
Jiyoun Park 2322a95342 remove deprecated function related with
elm_label_fontsize_
elm_label_text_color_set
elm_label_text_align_set
elm_label_background_color_set
elm_label_wrap_height_
function


SVN revision: 69221
2012-03-12 06:54:16 +00:00
Jiyoun Park 018f1e40c9 remove deprecated function related with
elm_flip_content_back_XXX
elm_flip_front_get
elm_flip_content_front_XXX
function


SVN revision: 69220
2012-03-12 06:41:35 +00:00
Jiyoun Park e792b92635 remove deprecated function related with
elm_entry_text_filter_XXX


SVN revision: 69219
2012-03-12 06:25:47 +00:00
ChunEon Park b8f373d7de elementary/naviframe - fixed incorrect argument
thanks woohyun for reporting



SVN revision: 69216
2012-03-12 04:38:30 +00:00
WooHyun Jung 9de4ec1558 elementary/naviframe : Fix some focus issues. When pushing an item, prev_it->content should
be set as unfocusable. And when popping, current content which will
not be preserved should be set as unfocusable. 


SVN revision: 69215
2012-03-12 02:10:52 +00:00
Mike Blumenkrantz 9058797d3d restore insanely big tooltip test to its true glory
SVN revision: 69212
2012-03-11 22:41:42 +00:00
Mike Blumenkrantz 0adcfa7c7c even more TTDBG
SVN revision: 69209
2012-03-11 22:21:41 +00:00
Mike Blumenkrantz f6656c64cf significantly improve look of tooltips during mouse movement
SVN revision: 69208
2012-03-11 22:13:24 +00:00
Mike Blumenkrantz e003b20f1c more TTDBG
SVN revision: 69207
2012-03-11 22:01:55 +00:00
Mike Blumenkrantz e55ec71d08 if the tooltip is huge, this isn't an error
SVN revision: 69205
2012-03-11 21:56:36 +00:00
Mike Blumenkrantz 58d2852b57 add an abort() here to help sort out remaining tt positioning issues; send backtraces to the list
SVN revision: 69204
2012-03-11 21:50:02 +00:00
Daniel Juyung Seo cb8c60d07c elm test_toggle.c: Updated texts in the toggle.
Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>

SVN revision: 69195
2012-03-11 15:25:41 +00:00
Daniel Juyung Seo 971d9e98a3 elm elm_deprecated.h: Fixed wrong comment and added more description.
Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>

SVN revision: 69193
2012-03-11 14:18:20 +00:00
Jiyoun Park d8892a1f23 update removed file
SVN revision: 69169
2012-03-10 11:04:05 +00:00
Jiyoun Park bb9b4b34c8 remove code related with
elm_gengrid_item_gengrid_get
elm_gengrid_item_data_
elm_gengrid_item_disabled
elm_gengrid_item_del
elm_gengrid_item_item_class_set
elm_gengrid_item_direct_sorted_insert
which was deprecated


SVN revision: 69168
2012-03-10 10:35:56 +00:00
Jiyoun Park 346b8647a2 remove code related with
ELM_MAP_ROUTE_SOURCE_
elm_map_utils_rotate_coord
elm_map_utils_convert_
elm_map_utils_downloading_status_get
elm_map_canvas_to_geo_convert
elm_map_geo_region_
elm_map_source_zoom_
elm_map_source_name
elm_map_route_source
elm_map_max_marker_per
elm_map_paused_markers

elm_map_name_remove
which was deprecated


SVN revision: 69167
2012-03-10 10:07:27 +00:00
ChunEon Park f037fd0922 elementary/index - fixed typo
Signed-Off-By: ShilpaOnKar Singh(shilpa.singh@samsung.com)



SVN revision: 69164
2012-03-10 07:56:54 +00:00
ChunEon Park 807a56e515 elementary/naviframe - removed unsupported item signal callbacks
SVN revision: 69163
2012-03-10 06:26:57 +00:00
Daniel Juyung Seo 5df37b215e elm genlist: Added signal emit hook. Patch by Hyoyoung Change <hyoyoung@gmail.com>
On Fri, Mar 9, 2012 at 5:49 PM, Hyoyoung Chang <hyoyoung@gmail.com> wrote:
> Dear all.
>
> This is a patch about genlist to add item signal emit hook.
> due to elm_genlist_item_object_get is deprecated,
> item sinal emit hook should be supported.
> So it's added.
>
> +   elm_widget_item_signal_emit_hook_set(it, _item_signal_emit_hook);
>
> Thanks

SVN revision: 69111
2012-03-09 16:27:03 +00:00
Jiyoun Park 8a44a6ab11 remove code related with
elm_entry_icon_
elm_entry_end_
which was deprecated


SVN revision: 69110
2012-03-09 15:29:27 +00:00
Jiyoun Park d16e5bf412 remove code related with
elm_list_item_disabled
elm_list_item_XXX
which was deprecated


SVN revision: 69109
2012-03-09 15:03:18 +00:00
Jiyoun Park 9157d75e0f remove code related with
elm_naviframe_item_del
which was deprecated


SVN revision: 69108
2012-03-09 14:10:58 +00:00
Jiyoun Park 8e57190579 remove code related with
elm_multibuttonentry_label
elm_multibuttonentry_item_label
elm_multibuttonentry_item_del
which was deprecated


SVN revision: 69107
2012-03-09 14:10:16 +00:00
Jiyoun Park a04d8be1ad remove code related with
elm_segment_control_item_XXX
which was deprecated



SVN revision: 69106
2012-03-09 14:07:16 +00:00
Jiyoun Park 28cd02b8c6 remove code related with
elm_player_video_set
which was deprecated


SVN revision: 69105
2012-03-09 13:57:25 +00:00
Jiyoun Park e109ac28af remove code related with
elm_toolbar_item_toolbar_get,
elm_toolbar_item_label_,
elm_toolbar_item_data_
elm_toolbar_item_disabled_
elm_toolbar_orientation_
elm_toolbar_item_del
elm_toolbar_item_tooltip_
elm_toolbar_item_cursor_
which was deprecated


SVN revision: 69104
2012-03-09 13:53:19 +00:00
ChunEon Park a1a5c67ae5 elementary/index - removed some codes should not be pushed in
SVN revision: 69103
2012-03-09 13:37:32 +00:00
Jiyoun Park ab704519cf remove code related with elm_slideshow_item
which was deprecated


SVN revision: 69102
2012-03-09 13:12:47 +00:00
Jiyoun Park 0faa410d24 remove code related with elm_slider_label
which was deprecated


SVN revision: 69101
2012-03-09 13:06:05 +00:00
ChunEon Park d951cb6136 elemenatry/colorselector - finally first implementation going on
Signed-Off-By: ShilpaOnkar Singh(shilpa.singh@samsung.com)



SVN revision: 69100
2012-03-09 13:04:00 +00:00
ChunEon Park d25bfa1266 elemenatry/index - removed unnecesary compare and return when realloc is failed
SVN revision: 69099
2012-03-09 13:02:16 +00:00
Daniel Juyung Seo c1d0908120 elm genlist: Fixed wrong member name. 'edit_item_style' -> 'decorate_all_item_style'
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69097
2012-03-09 12:00:28 +00:00
Daniel Juyung Seo 5e6a70c7d8 elm genlist: Fixed wrong member name. 'mode_item_style' -> 'decorate_item_style'
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69096
2012-03-09 12:00:11 +00:00
Jiyoun Park a38ae3b4ca remove code related with elm_scroller_content
which was deprecated


SVN revision: 69095
2012-03-09 11:55:26 +00:00
Daniel Juyung Seo 830c30b9d3 elm gen: Moved Elm_Genlist_Item_Move_Effect_Mode to elm_gen_common.h
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69094
2012-03-09 11:39:13 +00:00
Daniel Juyung Seo 37a079ce85 elm elm_gen.h: Updated documentation and fixed formatting.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69093
2012-03-09 11:39:01 +00:00
Jiyoun Park 79558976dd remove code related with elm_radio_label_XXX & elm_radio_icon_XXX
which was deprecated


SVN revision: 69092
2012-03-09 11:38:45 +00:00
Jiyoun Park 2f599e5cf9 remove code related with elm_progressbar_label_XXX & elm_progressbar_icon_XXX
which was deprecated


SVN revision: 69091
2012-03-09 11:33:06 +00:00
Jiyoun Park 0639bbcfef remove code related with elm_panel_content_XXX
which was deprecated


SVN revision: 69090
2012-03-09 11:26:41 +00:00
Jiyoun Park cc173f0c50 remove deprecated function related with
elm_object_content_part_XXX
elm_object_item_content_part
elm_object_item_text_part


SVN revision: 69089
2012-03-09 11:19:27 +00:00
Jiyoun Park 2e62935285 remove deprecated function related with elm_object_text_part_XX
SVN revision: 69088
2012-03-09 11:16:58 +00:00
Jiyoun Park e1caf19780 remove deprecated function related with elm_notify_content_XXX
SVN revision: 69087
2012-03-09 11:14:09 +00:00
Jiyoun Park 379aee40b4 remove deprecated function related with elm menu item
SVN revision: 69086
2012-03-09 10:55:38 +00:00
Daniel Juyung Seo 02838dfe25 elm genlist: Moved internal enum from elm_genlist.h to elm_genlist.c
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69085
2012-03-09 10:54:03 +00:00
Jiyoun Park ab59567695 remove deprectated function related with elm_list_item_base_get & elm_mapbuf_content_
SVN revision: 69084
2012-03-09 09:35:21 +00:00
Jiyoun Park d207667980 remove deprecated function related with elm_layout_XXX
SVN revision: 69083
2012-03-09 09:28:04 +00:00
Daniel Juyung Seo a4575b425b elm elm_deprecated.h: Updated elm_deprecated.h
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69081
2012-03-09 09:02:39 +00:00
Jiyoun Park 883e2eafaf remove deprecated function related with elm_label_label
SVN revision: 69079
2012-03-09 08:58:12 +00:00
Jiyoun Park 1b5662554c remove deprecated function related with elm_index
SVN revision: 69078
2012-03-09 08:51:24 +00:00
ChunEon Park 763b2d9d2e elementary - +++EINA_DEPRECATED
SVN revision: 69076
2012-03-09 08:05:37 +00:00
Carsten Haitzler 4856cf7e86 req gl eng for 3d test
SVN revision: 69075
2012-03-09 06:35:29 +00:00
Gustavo Lima Chaves 8af887cf42 [Elm] Fix elm engine retrieval by env. vars.
Now that _elm_preferred_engine is the var. read for it,
let's read env. vars. before we set it, eh?

Now make doc on Elm is back to normality (ie buffer engine used).



SVN revision: 69070
2012-03-08 21:15:35 +00:00
Christopher Michael f55b650f31 Elm: Don't try to init ecore_imf if we don't have support for it.
SVN revision: 69066
2012-03-08 17:44:08 +00:00
Jihoon Kim b8e7f1b0ad elementary_test: fix formatting test_entry.c
SVN revision: 69060
2012-03-08 14:59:38 +00:00
Jihoon Kim d33a351623 elm_entry/test: replace scrolled entry -> entry
SVN revision: 69059
2012-03-08 14:08:04 +00:00
Carsten Haitzler e624259b02 k-s is right - the func from header needed a remove.. because func in
c was wrong name... not because it was gone. fix func in c file and
restore header decl.



SVN revision: 69057
2012-03-08 13:51:58 +00:00
Hyoyoung Chang ec5b4619cb From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_gengrid - add item_select_mode_set/get
apis

I made a item_select_mode_set/get in elm_gengrid.
It works like genlist_item_select_mode apis.

+EAPI void
+elm_gengrid_item_select_mode_set(Elm_Object_Item *it,
+                                 Elm_Object_Select_Mode mode)
+EAPI Elm_Object_Select_Mode
+elm_gengrid_item_select_mode_get(const Elm_Object_Item *it)

from this morning - left over from last night.



SVN revision: 69056
2012-03-08 13:47:09 +00:00
Daniel Juyung Seo ca0f384460 elm test_list.c: Changed to use elm_win_util_standard_add() for normal cases.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69053
2012-03-08 11:25:36 +00:00
Daniel Juyung Seo bea13e990e elm gen*: Changed local variable 'no_highlight' -> 'highlight' correctly.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69050
2012-03-08 10:58:32 +00:00
Daniel Juyung Seo f935b1eabd elm gen*: Fixed formatting.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69049
2012-03-08 10:58:29 +00:00
Daniel Juyung Seo 999b48e52e elm test_gengrid.c: Fixed wrong changes.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69048
2012-03-08 10:58:12 +00:00