summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* fileselector: add backspace key binding to move to previous path.Jee-Yong Um2016-03-043-0/+18
| | | | | | | | | | | | | | Summary: Add backspace key to move to previous path. Test Plan: remove /home/username/.elementary (to apply new elementary config file) elementary_test -to fileselector Reviewers: cedric, jpeg Subscribers: bu5hm4n Differential Revision: https://phab.enlightenment.org/D3685
* spinner: add min, max filterShilpa Singh2016-02-123-0/+3
| | | | | | | | | | | | | | | | | | | | | | Summary: In spinner's entry allow numbers only with in min/max range Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com> @feature Test Plan: 1. Set min/max value to spinner 2. Enter numbers beyond min/max value Reviewers: CHAN, cedric Reviewed By: cedric Subscribers: subodh6129, buds, govi, CHAN, cedric, raster, id213sin Differential Revision: https://phab.enlightenment.org/D3265 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* elm_hoversel: add "escape" key action to dismissJee-Yong Um2016-02-023-0/+18
| | | | | | | | | | | | | | Summary: To allow to dismiss hoversel expansion without selecting item by key, "escape" key action is added. Test Plan: elementary_test -to hoversel Reviewers: Jaehyun_Cho, cedric, divyesh Reviewed By: divyesh Differential Revision: https://phab.enlightenment.org/D3627
* Adjust "context_menu_disabled" configuration.Dave Andreoli2016-01-211-1/+1
| | | | | | | | | | | | This @fix three (yes 3!) errors from commit cafda5928f9bf8116564219dc03d12c3a6e131b3 1. the initial value in the standard config is wrong, causing ctx menu to be disabled for everyone! 2. the argument of the api should be named "disabled" (like all the other disable API in this context) 3. (minor) fixed doc for elm_config_context_menu_disabled_set NOTE: there are no configuration gui for this option, if you cleared your elm config recently you probably now have the ctx menu disabled everywhere, only solution is to wipe your config (to let elm create a new correct one) Big SPANK to the author, the commiter and all the reviewers of D2463!!!
* combobox: add new widget.divyesh purohit2016-01-043-3/+144
| | | | | | | | | | | | | | | | | | | | Summary: Combobox is a combinational widget of a drop-down list and single line entry. Based on the text entered in the entry, the list items are filtered accordingly. Signed-Off By: Cedric Bail <cedric.bail@free.fr> Signed-Off By: Divyesh Purohit <div.purohit@samsung.com> Test Plan: test_combobox.c is added to elementary test Reviewers: raster, shilpasingh, cedric, jpeg, stefan_schmidt Reviewed By: raster, shilpasingh, cedric Subscribers: SanghyeonLee, shashank0990, singh.amitesh, tasn, raster, seoz, poornima.srinivasan, rajeshps, govi Differential Revision: https://phab.enlightenment.org/D2537 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* Entry: Context Menu is now configurableVaibhav Gupta2015-12-113-0/+3
| | | | | | | | | | | | | | | | Summary: Added a config variable Context_Menu_Disabled to make the appearance of the context menu configurable. @feature Signed-off-by: Vaibhav Gupta <g.vaibhav1@samsung.com> Reviewers: Hermet, SanghyeonLee, raster, singh.amitesh Subscribers: stefan_schmidt, alok25, cedric, thiepha, sachin.dev Differential Revision: https://phab.enlightenment.org/D2463
* popup: add popup default align config for other profiles.taehyub2015-12-073-0/+6
| | | | | | | | | | | | | Summary: The alignment of popup can be different in each profiles. So I added the align configuration of popup. @feature Reviewers: cedric, woohyun Differential Revision: https://phab.enlightenment.org/D3357 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* elm cusro config - move elm to by default look for cursors in themeCarsten Haitzler (Rasterman)2015-10-103-6/+6
| | | | | | previous config ignored elm theme if ithas cursors. this was just wrong, so switch default back to using theme and update configs accordingly etc. this is houw it should have worked.
* elm - thumbscroll finger scrolling - make it far smootherCarsten Haitzler (Rasterman)2015-09-113-16/+7
| | | | | | | | | | smooth out scrolling and simplifyconfig as well as expose config apis to configure it all and elm config ui sliders and checkboxes for related config values etc. etc. - with this it is much smoother if you use the default values, though latency is a bit worse. it looks nicer though. @feature
* config: revert first_item_focus_on_first_focus_in to 0Amitesh Singh2015-08-273-3/+3
| | | | | | | | | | | | | | This fixes a behavioural change introduced in D1135. Steps to reproduce: 1. elementary_test -> genlist/list/gengrid 2. scroll dragging the scroll-bar 3. an item nearest to viewport gets selected when you release the mouse button Most of the time, we don't want item to be selected or focused on dragging scroll-bar via mouse. Revert config flag to 0 to have old behaviour before D1135. fixes: T2662 @fix
* elm_config: Add flag to control pushing naviframe prev button automatically.Jaehyun Cho2015-08-063-3/+6
| | | | | | | It is decided that the naviframe prev button is automatically pushed or not by the flag "naviframe_prev_btn_auto_pushed" in config. @feature
* hoversel: add key binding for widget activationLukasz Stanislawski2015-08-043-3/+57
| | | | | | | | | | | | | | | | | | | | Test Plan: 1. Install previous version of elementary 2. Remove config from homedir 3. Build new config with elemetnary_config app 4. Install patched version of elementary 5. run elementary_test Hoversel test 6. Space end Enter should open hovesel Reviewers: seoz, jaehwan, singh.amitesh, cedric Reviewed By: cedric Subscribers: seoz Differential Revision: https://phab.enlightenment.org/D2787 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* elm - fix formatting syntax err in condigCarsten Haitzler (Rasterman)2015-07-081-1/+1
|
* elm_config: Add feature to control transition scale for edjejiin.moon2015-06-263-3/+6
| | | | | | | | | | | | | | | Summary: If the transition scale flag is enable in edje, this value affect the transition scale for edje. @feature Test Plan: test elementary_config with enventor tool Reviewers: raster, Hermet Subscribers: raster Differential Revision: https://phab.enlightenment.org/D2288
* elm - focus feature - add config option to automatically show/hide focusCarsten Haitzler (Rasterman)2015-03-043-3/+9
| | | | | | | | | | | | | | | | this adds logic in elm widget and elm win to figure out how to automatically show a focus hilight when switching focus, or to hide it. this really should be the default mode, thus in all default profiles (default, standard, mobile) it's turned on. this means if you tab or shif+tab or use arrow keys to switch focus, the focus hilight will magicallly appear. click with a mouse to change focus and it'll disappear assuming you want to use the mouse to do things. If focus is explicitly turned on in config or in the window by api, then this has no effect and focus will remain on all the time. this adds apis to change these config values and options in the default elm config tool to swizzle them as well as config upgrade handling for existing configs. @feature
* config: fix config nameJaeun Choi2015-03-033-3/+3
| | | | @fix
* gengrid: select the focused item on enter key inputJaeun Choi2015-02-123-0/+162
| | | | | | | there was no way to select an item with key input on ELM_ITEM_SELECT_ON_FOCUS_DISABLE mode. this patch enables select and multi select with enter/space key input. @fix
* genlist: select the focused item on enter key inputJaeun Choi2015-02-123-0/+162
| | | | | | | there was no way to select an item with key input on ELM_ITEM_SELECT_ON_FOCUS_DISABLE mode. this patch enables select and multi select with enter/space key input. @fix
* Slider: Added APIs to set/get slider's indicator visibility mode.Anil Kumar Nahak2014-11-293-0/+3
| | | | | | | | | | | | | | | | | | | Summary: elm_config_slider_indicator_visible_mode_set elm_config_slider_indicator_visible_mode_get The patch will enable the slider's indicator to get visible always visible on focus visible never visible on slider value change Reviewers: raster, seoz Subscribers: sachin.dev Differential Revision: https://phab.enlightenment.org/D1558
* elm config: add key bindings for elm_actionsliderLukasz Stanislawski2014-11-293-3/+3
| | | | | | | | | | | | Allow changing value of actionslider with keyboard. Make actionslider focusable widget. @feature Conflicts: config/default/base.src.in config/mobile/base.src.in config/standard/base.src.in
* Updating desktop filesmaxerba2014-09-113-1/+33
|
* elm config - dont need default engine in config anymoreCarsten Haitzler (Rasterman)2014-08-263-3/+3
|
* Focus: first item should be focused when there is no focused/selected itemAnil Kumar Nahak2014-07-213-0/+3
| | | | | | | | | | | | | | Summary: First item of widget should be focused when focus comes to the widget for first time. Test Plan: elementary_test -to "Genlist Focus" elementary_test -to "Gengrid Focus" elementary_test -to "List Focus" elementary_test -to "toolbar Focus" Reviewers: seoz Differential Revision: https://phab.enlightenment.org/D1135
* backend: add default engine support for Windows and Mac OS XVincent Torri2014-06-126-8/+8
|
* default theme - make finger size 10Carsten Haitzler (Rasterman)2014-05-221-1/+1
|
* Updating translationsmaxerba2014-05-192-0/+9
|
* focus: Change new API names related to focus auto scrolling.Daniel Juyung Seo2014-05-113-3/+3
| | | | | | | | | | | | | | | elm_config_focus_auto_scroll_bring_in_enabled_get/set() -> elm_config_focus_autoscroll_mode_get/set() The main reason is that bring_in_enabled_get/set() APIs are too restricted and thus not flexible. I got more requirements for the focus autoscrolling such as none, wholely visible not just bring_in and show. So it is correct to add mode_set/get() APIs for the focus auto scrolling. Thanks god, we've found this before the release :) @feature
* config: Added two APIs to enable/disable focus auto scroll bring in feature.Amitesh Singh2014-04-273-0/+3
| | | | | | | | | | | | | | | | | | | | Summary: Summary: - APIs - elm_config_focus_auto_scroll_bring_in_enabled_set - elm_config_focus_auto_scroll_bring_in_enabled_get - list/genlist/toolbar/gengrid: Using this feature for scrolling for focus movement. - Added test case in "List Focus", "Genlist Focus", "Toolbar Focus" and "Gengrid Focus" @feature Test Plan: elementary_test->"List Focus", "Genlist Focus", "Toolbar Focus" & "Gengrid Focus". Reviewers: raster, seoz CC: seoz Differential Revision: https://phab.enlightenment.org/D799
* config: modified widget name in key binding configJaeun Choi2014-04-253-18/+18
|
* config: add missing config for slider key bindingJaeun Choi2014-04-253-0/+159
|
* config/.gitignore: removed unnecessary gitignore rule.Daniel Juyung Seo2014-04-231-1/+0
| | | | There is no illume profile.
* multibuttonentry: add key binding in config filesJaeun Choi2014-04-183-0/+87
| | | | | | | | | | | | | Summary: This patch adds multibuttonentry key binding info into config files. Multibuttonentry has some issues in event handling so not suitable for key binding yet. So, added key binding info first to upgrade config version. Test Plan: None Reviewers: Hermet, raster Differential Revision: https://phab.enlightenment.org/D767
* spinner: Fixed broken focus movement by direction key.Daniel Juyung Seo2014-04-183-24/+24
| | | | This was broken by c9755bd3c828bcd2453a50542331b201089a7160.
* spinner: apply key bindingJaeun Choi2014-04-173-0/+213
| | | | | | | | | | Summary: This patch applies key binding to elm_spinner. Test Plan: None Reviewers: Hermet, raster Differential Revision: https://phab.enlightenment.org/D752
* ctxpopup: apply key bindingJaeun Choi2014-04-173-0/+249
| | | | | | | | | | Summary: This patch applies key binding to elc_ctxpopup. Test Plan: None Reviewers: Hermet, raster Differential Revision: https://phab.enlightenment.org/D754
* flipselector: apply key bindingJaeun Choi2014-04-163-0/+87
| | | | | | | | | | | | Summary: This patch applies key binding to elm_flipselector. Test Plan: None Reviewers: Hermet, raster Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D745
* gengrid: apply key binidngJaeun Choi2014-04-163-0/+807
| | | | | | | | | | | | Summary: This patch applies key binding to elm_gengrid. Test Plan: None Reviewers: Hermet, raster Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D744
* genlist: apply key bindingJaeun Choi2014-04-163-0/+602
| | | | | | | | | | | | Summary: This patch applies key binding to elm_genlist. Test Plan: None Reviewers: Hermet, raster Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D743
* win: apply key bindingJaeun Choi2014-04-163-0/+543
| | | | | | | | | | | | Summary: This patch applies key binding to elm_win. Test Plan: None Reviewers: Hermet Reviewed By: Hermet Differential Revision: https://phab.enlightenment.org/D741
* config: bug fix in popup key bindingJaeun Choi2014-04-153-6/+6
| | | | | | | | | | Summary: This patch changes 'Tap' into 'Tab'. Test Plan: None Reviewers: Hermet Differential Revision: https://phab.enlightenment.org/D739
* video: apply key bindingJaeun Choi2014-04-153-0/+105
| | | | | | | | | | Summary: This patch applies key binding to elm_video. Test Plan: None Reviewers: Hermet, raster Differential Revision: https://phab.enlightenment.org/D738
* toolbar: apply key bindingJaeun Choi2014-04-153-0/+213
| | | | | | | | | | Summary: This patch applies key binding to elm_toolbar. Test Plan: None Reviewers: Hermet, raster Differential Revision: https://phab.enlightenment.org/D737
* slideshow: apply key bindingJaeun Choi2014-04-153-0/+141
| | | | | | | | | | Summary: This patch applies key binding to elm_slideshow. Test Plan: None Reviewers: Hermet, raster Differential Revision: https://phab.enlightenment.org/D736
* photocam: apply key bindingJaeun Choi2014-04-153-0/+267
| | | | | | | | | | Summary: This patch applies key binding to elm_photocam. Test Plan: None Reviewers: Hermet, raster Differential Revision: https://phab.enlightenment.org/D735
* radio: apply key bindingJaeun Choi2014-04-153-0/+69
| | | | | | | | | | Summary: This patch applies key binding to elm_radio. Test Plan: None Reviewers: Hermet, raster Differential Revision: https://phab.enlightenment.org/D734
* map: apply key bindingJaeun Choi2014-04-153-0/+267
| | | | | | | | | | | | Summary: This patch applies key binding to elm_map. Test Plan: None Reviewers: Hermet, raster Reviewed By: Hermet Differential Revision: https://phab.enlightenment.org/D733
* image: apply key bindingJaeun Choi2014-04-153-0/+69
| | | | | | | | | | | | Summary: This patch applies key binding to elm_image. Test Plan: None Reviewers: Hermet, raster Reviewed By: Hermet Differential Revision: https://phab.enlightenment.org/D732
* popup: apply key bindingJaeun Choi2014-04-153-0/+231
| | | | | | | | | | | | Summary: This patch applies key binding to elc_popup. Test Plan: None Reviewers: Hermet, raster Reviewed By: Hermet Differential Revision: https://phab.enlightenment.org/D731
* player: apply key bindingJaeun Choi2014-04-153-0/+105
| | | | | | | | | | | | Summary: This patch applies key binding to elm_player. Test Plan: None Reviewers: Hermet, raster Reviewed By: Hermet Differential Revision: https://phab.enlightenment.org/D730
* hoversel: apply key bindingJaeun Choi2014-04-153-0/+159
| | | | | | | | | | | | Summary: This patch applied key bindiing to elc_hoversel. Test Plan: None Reviewers: Hermet, raster Reviewed By: Hermet Differential Revision: https://phab.enlightenment.org/D729