efl/legacy/elementary/src/bin
Shilpa Singh 9151befe0d Colorselector: Item Selection/Unselection logic changes and corresponding API additions.
SUMMARY
Item should remain selected once pressed.
When one item is selected other items should be unselected.
No special behavior on long press, item gets selected on mouse up.
APIs added are to get current selected item and to programmatically
control the selection/unselection of an item.

This is patch D515 (had to do by hand).
2014-02-08 13:33:58 +09:00
..
.gitignore Split .gitignore into multiple files 2013-06-11 18:18:06 -03:00
Makefile.am test_focus: Internal refactoring of focus tests. 2014-02-03 01:26:06 +09:00
config.c elementary_config: Refactor elementary config menu by merging Access, Select clear, and clouseau menu. 2014-01-08 11:26:15 +09:00
elementary_codegen.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
elm_prefs_cc.c elm_test: __UNUSED__ -> EINA_UNUSED. 2013-09-01 10:18:03 +09:00
elm_prefs_cc.h elm: Unified eina critical manro to CRI. 2013-12-26 13:03:55 +09:00
elm_prefs_cc_handlers.c elm_test: Fixed formatting. tab to space. 2013-10-14 19:12:32 +09:00
elm_prefs_cc_mem.c [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
elm_prefs_cc_out.c [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
elm_prefs_cc_parse.c elm prefs cc - fix failed lseek handling on compile 2014-01-11 16:41:03 +09:00
quicklaunch.c elm: Unified eina critical manro to CRI. 2013-12-26 13:03:55 +09:00
run.c elm_test: Fixed formatting. tab to space. 2013-10-14 19:12:32 +09:00
test.c focus: Added elm_object_focus_highlight_style_get/set() to support custom focus highlight on widget 2014-02-05 19:23:34 +09:00
test.h test: Cleaned up elementary_test internal code. 2014-01-16 02:10:21 +09:00
test_3d.c elm: replace 0 or 1 with EINA_FALSE or EINA_TRUE 2014-01-08 08:23:58 +09:00
test_access.c [test access]: Minor change to make code simpler. 2014-01-14 13:39:33 +09:00
test_actionslider.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_anim.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_application_server.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_bg.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_box.c elm_test: use EINA_TRUE or FALSE as parameter of elm_image_resizable_set 2013-12-19 19:20:20 +09:00
test_bubble.c elm_test: use EINA_TRUE or FALSE as parameter of elm_image_resizable_set 2013-12-19 19:20:20 +09:00
test_button.c test_button: Removed evas_object_show() calls for icon from test code. 2014-02-05 01:23:22 +09:00
test_calendar.c test_calendar: clean up the code by split the internal function. 2013-12-15 07:20:47 +09:00
test_check.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_clock.c clock test: modified clock test name, window title, and button name more descriptive. 2013-12-18 10:42:17 +09:00
test_cnp.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_colorselector.c Colorselector: Item Selection/Unselection logic changes and corresponding API additions. 2014-02-08 13:33:58 +09:00
test_config.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_conform.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_conform_indicator.c test_conform_indicator: Refactor internal code of conform_indicator test 2014-01-22 12:32:32 +09:00
test_ctxpopup.c test_ctxpopup: Internal refactoring of ctxpopup test codes. 2014-01-15 02:32:36 +09:00
test_cursor.c elm: replace 0 or 1 with EINA_FALSE or EINA_TRUE 2014-01-08 08:23:58 +09:00
test_datetime.c elm_test: use EINA_TRUE or FALSE instead of 1 or 0 2014-01-07 16:48:58 +09:00
test_dayselector.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_diskselector.c test/diskselector,icon,image,list: Removed unnecessary image resizable 2014-01-08 10:14:47 +09:00
test_dnd.c formatting (spaces) 2014-01-10 16:46:25 +09:00
test_eio.c test, examples fileselector_button: Changed the usage of deprecated APIs to recommended 2014-01-21 23:44:29 +09:00
test_entry.c entry: Add elm_entry_select_region_set API 2014-02-05 10:16:13 +00:00
test_entry_anchor.c elm_test: fix test_entry_anchor scroller callback 2013-12-31 16:51:56 +02:00
test_entry_anchor2.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_external.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_factory.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_fileselector.c test_fileselector: Set the hoversel's hover parent correctly. 2013-12-30 19:36:18 +09:00
test_fileselector_button.c Introduce fileselector interface and applied to elm_fileselector. 2014-01-21 22:50:35 +09:00
test_fileselector_entry.c Introduce fileselector interface and applied to elm_fileselector. 2014-01-21 22:50:35 +09:00
test_flip.c flip: made flip test name more descriptive and fixed wrong window name and title for flip interactive. 2013-12-15 04:07:43 +09:00
test_flip_page.c test_flip_page: Revert wrong initialize routine. 2014-02-03 09:28:16 +09:00
test_flipselector.c test_flipselector: Fixed that buttons use wrong flipselector which is not intended. 2014-01-16 23:48:36 +09:00
test_floating.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_focus.c focus: Added test cases for the existing issues/feature enhancement relate to focus 2014-02-04 20:29:29 +09:00
test_focus_custom_chain.c test_focus: Internal refactoring of focus tests. 2014-02-03 01:26:06 +09:00
test_focus_style.c attempt to fix up CID 1167968 2014-02-07 16:43:44 +09:00
test_gengrid.c test: Removed size hint macros from reference codes. 2014-02-02 19:41:17 +09:00
test_genlist.c test genlist: Fixed warning in genlist item styles. 2014-02-06 14:31:16 +09:00
test_gesture_layer.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_gesture_layer2.c elm: Use EINA_FALSE instead of 0 for elm_image_resizable_set() 2014-01-08 10:28:18 +09:00
test_gesture_layer3.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_glview.c test_glview: Refactor glview test layout. 2014-01-15 12:02:26 +09:00
test_glview_simple.c test_glview_simple: Close the window instead of exiting the program on 2014-01-15 11:55:20 +09:00
test_grid.c elementary_test: remove ELM_LIB_QUICKLAUNCH 2013-11-05 10:05:01 +09:00
test_hover.c elm_test: use EINA_TRUE or FALSE as parameter of elm_image_resizable_set 2013-12-19 19:20:20 +09:00
test_hoversel.c test_hoversel: Change the hoversel button text when an hoversel item is 2014-01-23 01:51:04 +09:00
test_icon.c test/diskselector,icon,image,list: Removed unnecessary image resizable 2014-01-08 10:14:47 +09:00
test_icon_animated.c elm_test: call evas_object_show(win) after its content creation. 2013-12-15 05:47:39 +09:00
test_icon_desktops.c elementary_test: remove ELM_LIB_QUICKLAUNCH 2013-11-05 10:05:01 +09:00
test_image.c test/diskselector,icon,image,list: Removed unnecessary image resizable 2014-01-08 10:14:47 +09:00
test_index.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_inwin.c elementary_test: remove ELM_LIB_QUICKLAUNCH 2013-11-05 10:05:01 +09:00
test_label.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_launcher.c elm: replace 0 or 1 with EINA_FALSE or EINA_TRUE 2014-01-08 08:23:58 +09:00
test_layout.c elementary_test: remove ELM_LIB_QUICKLAUNCH 2013-11-05 10:05:01 +09:00
test_list.c list test - make test item never able to access invalid mem 2014-01-09 15:13:51 +09:00
test_main_menu.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_map.c elm_test: use EINA_TRUE or FALSE instead of 1 or 0 2014-01-07 16:48:58 +09:00
test_menu.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_multi.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_multibuttonentry.c New Elementary API -- elm_multibuttonentry_format_function_set(). 2013-12-26 15:27:39 -02:00
test_naviframe.c [naviframe] Replace naviframe title visible APIs to naviframe title enabled APIs 2014-01-15 14:29:05 +09:00
test_naviframe_complex.c test: Removed size hint macros from reference codes. 2014-02-02 19:41:17 +09:00
test_notify.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_panel.c elm: replace 0 or 1 with EINA_FALSE or EINA_TRUE 2014-01-08 08:23:58 +09:00
test_panes.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_photo.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_photocam.c test_photocam: Support zoom in and out with more condition checks. 2014-01-15 15:05:32 +09:00
test_popup.c [elc_popup] - Added focus support on popup-base's swallow parts. 2013-12-28 17:33:10 +09:00
test_prefs.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_progressbar.c elm_test: use EINA_TRUE or FALSE instead of 1 or 0 2014-01-07 16:48:58 +09:00
test_radio.c elm_test: use EINA_TRUE or FALSE as parameter of elm_image_resizable_set 2013-12-19 19:20:20 +09:00
test_scaling.c elementary_test: remove ELM_LIB_QUICKLAUNCH 2013-11-05 10:05:01 +09:00
test_scroller.c elementary_test: remove ELM_LIB_QUICKLAUNCH 2013-11-05 10:05:01 +09:00
test_segment_control.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_separator.c elementary_test: remove ELM_LIB_QUICKLAUNCH 2013-11-05 10:05:01 +09:00
test_slider.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_slideshow.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_spinner.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_store.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_sys_notify.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_systray.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_table.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_task_switcher.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_thumb.c elementary_test: remove ELM_LIB_QUICKLAUNCH 2013-11-05 10:05:01 +09:00
test_toolbar.c elm: replace 0 or 1 with EINA_FALSE or EINA_TRUE 2014-01-08 08:23:58 +09:00
test_tooltip.c Adding elm_tooltip_movement_lock_set() and elm_tooltip_movement_lock_get() 2014-01-13 15:22:48 +09:00
test_transit.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_video.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_weather.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_web.c test_web_ui: Added a button to test select tag and window.open() 2014-01-26 12:26:13 +09:00
test_win_inline.c elm_test: use EINA_TRUE or FALSE as parameter of elm_image_resizable_set 2013-12-19 19:20:20 +09:00
test_win_plug.c elm_test: removed all the unnecessary empty lines. 2013-12-15 06:18:08 +09:00
test_win_socket.c elm_test: use EINA_TRUE or FALSE as parameter of elm_image_resizable_set 2013-12-19 19:20:20 +09:00
test_win_state.c add tests to window moves. 2014-02-02 10:20:16 +09:00