summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
* fileselector: apply key bindingJaeun Choi2014-04-153-0/+69
| | | | | | | | | | Summary: This patch applies key binding to elm_fileselector. Test Plan: elementary_test > fileselector > check key events Reviewers: Hermet, raster Differential Revision: https://phab.enlightenment.org/D728
* list: apply key bindingJaeun Choi2014-04-153-0/+807
| | | | | | | | | | Summary: This patch applies key binding to elm_list. Test Plan: elementary_test > list > check key events Reviewers: Hermet, raster, seoz Differential Revision: https://phab.enlightenment.org/D727
* key binding infra change for modifiersJaeun Choi2014-04-143-348/+0
| | | | | | | | | | Summary: This patch makes key binding support multiple and inverse modifier set. Test Plan: None Reviewers: raster, Hermet Differential Revision: https://phab.enlightenment.org/D717
* removed unnecessary field in key bindingJaeun Choi2014-04-103-174/+0
| | | | | | | | | | | | Summary: No need to check ev->string if use ev->key instead of ev->keyname. Test Plan: None Reviewers: raster Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D714
* scroller: apply key bindingJaeun Choi2014-04-103-0/+447
| | | | | | | | | | Summary: This patch applies key binding to elm_scroller. Test Plan: elementary_test > Scroller > check key events Reviewers: Hermet, raster Differential Revision: https://phab.enlightenment.org/D711
* naviframe: apply key bindingJaeun Choi2014-04-103-0/+42
| | | | | | | | | | Summary: This patch applies key binding to elc_naviframe. Test Plan: elementary_test > Naviframe > check key events Reviewers: Hermet Differential Revision: https://phab.enlightenment.org/D709
* focus: Renamed the config APIs _item_focus_on_selection_get/set to ↵Amitesh Singh2014-04-063-3/+3
| | | | | | | | | | | | | | | | _item_select_on_focus_disabled_set/get() Summary: - List: On Enter/Space/KP_Enter key press, focused item gets selected. Test Plan: elementary_test->List Focus Reviewers: seoz, raster Reviewed By: seoz CC: seoz Differential Revision: https://phab.enlightenment.org/D704
* focus: Added optional focus feature - item focus on selection.Amitesh Singh2014-04-033-0/+3
| | | | | | | | | | | | | | | | | | | Summary: Currenly focus and selection happens together. This patch makes item focus on selection optional by configuration and API. - configuration: "item_focus_on_selection". - API: elm_config_item_focus_on_selection_get/set. - Implemented item_focus_on_selection feature in elm list. @feature Test Plan: elementary_test->List focus Reviewers: raster, seoz, woohyun CC: seoz Differential Revision: https://phab.enlightenment.org/D676
* check, colorselector, calendar, diskselector: apply key bindingJaeun Choi2014-04-013-0/+1005
| | | | | | | | | | | | | Summary: apply key binding to 4 widgets this revision is only for reviewing I'll send 4 seperate patches after review is done. Test Plan: None Reviewers: Hermet, seoz, raster Differential Revision: https://phab.enlightenment.org/D678
* Revert "adding focus direction for gengrid"Carsten Haitzler (Rasterman)2014-03-243-3/+3
| | | | This reverts commit 4fe82cc740eda0c6b50ee09aedcf173aac1e775d.
* adding focus direction for gengridm.zielonka2014-03-243-3/+3
| | | | | | | | | | | | | | | | | | | | | Summary: It is implementation of focus_direction method for gengrid widget. We need it in our project. We must service focus by directions and we want to use gengrid widget. Additionally we must support changing focus by keyboard (TV remote). Unfortunately gengrid hasn't default implementation to present its sub-objects as candidates for focus direction. Our solution can search for focusable sub-objects (from realized items) and change then focused and last selected variables in gengrid. If this candidate wins then object will receive focus. Reviewers: cedric, raster CC: raster, seoz Differential Revision: https://phab.enlightenment.org/D449
* focus: Added optional focus feature - focus movement by mouse_in.Daniel Juyung Seo2014-03-233-0/+3
| | | | | | | | | | | | | | Focus is moved by mouse click by default. This patch makes moving focus by mouse_in optionally by configuration and API. Widget item focus movement is not applied yet. Need to do that as well. - configuration: "focus_move_policy" - API: elm_config_focus_move_policy_set/get - enum ELM_FOCUS_MOVE_POLICY_CLICK ELM_FOCUS_MOVE_POLICY_IN @feature
* mobile config: Added key bindings to mobile profile.Daniel Juyung Seo2014-03-221-0/+66
| | | | | We can still use keyboards with Mobile profile when you attach your keyboard with bluetooth or connect the keyboard physically.
* elm_button: apply key bindingJaeun Choi2014-03-222-0/+64
| | | | | | | | | | | | Summary: This patch applies key binding to elm_button. Test Plan: elementary_test > Button > check key events Reviewers: Hermet, raster Reviewed By: Hermet Differential Revision: https://phab.enlightenment.org/D646
* config: add a field in key binding data structureJaeun Choi2014-03-202-0/+6
| | | | | | | | | | | | | | Summary: This patch adds a field "no_string" in key binding data structure. It is necessary for checking "string" field in evas key down event. Test Plan: None Reviewers: Hermet, raster Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D641
* focus: Added focus highlight clip disable feature.Daniel Juyung Seo2014-03-093-0/+3
| | | | | | | | | | | focus highlight is clipped by the clipper of focus target object. But many of the times, this clipping looks weird so I made this configurable. This fixes T1056 but as this fix was done by adding a new feature, this patch would not be backported. @feature
* elementary key binding feature implementationJaeun Choi2014-02-283-2/+64
| | | | | | | | | | | | | | | | Summary: This patch implements elementary key binding feature. Test Plan: None Reviewers: Hermet, raster CC: seoz Differential Revision: https://phab.enlightenment.org/D506 Conflicts: src/lib/elm_config.c
* config - feature add - audio muting config and controlsCarsten Haitzler (Rasterman)2014-02-093-0/+24
|
* config: Change the value of THUMBSCROLL_SENSITIVITY_FRICTION in mobile ↵Jaehwan Kim2014-02-041-1/+1
| | | | config for an optimization.
* theme - ibar - emit show doen signal for ibar menuCarsten Haitzler (Rasterman)2014-01-181-1/+1
|
* config - standard can't use default-desktop as it doesn't exist as a themeCarsten Haitzler (Rasterman)2013-11-081-1/+1
|
* elc_fileselector: Add fileselector_double_tap_navigation_enable configurationRyuan Choi2013-10-011-0/+1
| | | | | | | | | | elm_filechooser used single tap not only for selection of file but also for navigation of directory. So it did not provide a way to select directory without navigation. With fileselector_double_tap_navigation_enable option, single tap will be used only for selection and double tap will be used for navigation of file or directory.
* updating desktop filesmaxerba2013-07-312-1/+2
|
* make finger size for standard profile 10 - more realistic.Carsten Haitzler (Rasterman)2013-07-271-1/+1
|
* Fixed sorting in desktop filesmaxerba2013-07-053-37/+44
|
* Change the method to calculate a distance which be scrolled from linear to ↵Jaehwan Kim2013-07-033-0/+3
| | | | | | sine curve. And add the configuration thumbscroll_flick_distance_tolerance. It's the max flick distance.
* updating desktop files translationsmaxerba2013-07-022-29/+31
|
* fix up png's with bad color profiles.Doug Newgard2013-06-261-0/+0
|
* Split .gitignore into multiple filesEduardo Lima (Etrunko)2013-06-111-0/+6
| | | | Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* part of the entry magnifier feature set from thiep. still more to go.Carsten Haitzler (Rasterman)2013-06-073-0/+6
|
* The momentum animation time is changed as the amount of flick.Jaehwan Kim2013-04-303-0/+6
|
* Add the config elm_scroll_smooth_start_enable.Jaehwan Kim2013-04-303-0/+3
| | | | There's no tick when scroller starts scroll if it's set.
* [Scroller] changed acceleration constant valuesHosang Kim2013-04-173-0/+9
|
* config: removed <br> tags from profile.desktop files.Daniel Juyung Seo2013-04-083-26/+26
| | | | | | Profile.desktop files are used in elementary_config. The entry in Profiles tab handles line wrap automatically so we don't need to wrap lines manually. Manual line wrap makes wrong decisions in many times.
* Added ko descriptions of standard and default profile in elementary_config.Ryuan Choi2013-04-072-0/+4
|
* Add the config ELM_THUMBSCROLL_HOLD_THRESHOLD.Jaehwan Kim2013-03-073-0/+3
| | | | | This is the number of pixels the range which can be scrolled, while the scroller is holed. In case of mobile, this config is useful since the out of scroller area is too small.
* [elm] datetime: Adding max and min year to standardFlavio Vinicius Alvares Ceolin2013-01-031-0/+2
| | | | | | | | | | profile The same values that are in the others profiles. SVN revision: 82107
* updating esperanto translationsMassimo Maiurana2012-12-171-0/+2
| | | | SVN revision: 81195
* [elm] Introducing a new widget, along with its infrastructure -- prefs.Gustavo Lima Chaves2012-11-303-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The prefs widgets aims to aid with the implementation of preference/configuration windows/UI elements in Elementary-based applications (think of Enlightenment configuration dialogs, elementary_config, etc). Prefs is a widget that populates its view with widgets bound to data types (following the instructions of a ".epb" file that describes a set of items) and handles the storage/restoration of such data on a configuration file automatically. There's also the prefs_data handle, which is the one dealing with user saved data for a given epb defaults set. The documentation on the new widget is rich (we have examples and even an EPC reference) and there's a new test entry for it. I'm blogging about it soon, with screeshots and more details. Enjoy. ps.: This is a team work by Murilo Belluzzo, Ricardo de Almeida and me. SVN revision: 79909
* updating various translationsMassimo Maiurana2012-11-203-0/+12
| | | | SVN revision: 79483
* support indicator service using elm config.Jiyoun Park2012-09-121-0/+4
| | | | | | | | | using this, we can establish indicator service. I'll implement more indicator service feature using elm_plug and elm_compoment. after finishing all indicator and compoment feature I will add change log and news SVN revision: 76533
* Yes - i know. Release. Freeze. I put this in as it solves a complaintCarsten Haitzler2012-08-283-0/+18
| | | | | | | | (i guess bug report) about using cpua nd drawing while minimized. SVN revision: 75776
* updating portuguese and italian translationsMassimo Maiurana2012-08-253-4/+4
| | | | SVN revision: 75701
* oops profile.src had newline! bad! fix!Carsten Haitzler2012-08-241-1/+1
| | | | SVN revision: 75660
* updating portuguese and italian translationsMassimo Maiurana2012-08-232-3/+3
| | | | SVN revision: 75634
* rename illume profile as mobile.Carsten Haitzler2012-08-086-21/+15
| | | | SVN revision: 74990
* From: Kim Shinwoo <kimcinoo.efl@gmail.com>Kim Shinwoo2012-07-261-1/+1
| | | | | | | | | | | | | | Subject: [E-devel] [patch][elementary] popup - getting proper geometry value] current popup does not give proper geometry value, evas_object_geometry_get(popup, &x, &y, &w, &h) gives 0, 0, 0, 0. the patch resolves it, but it would be not a good way to get geometry value. which is the best way to set obj->cur.geometry.x(y,w,h)? please enlighten me. thanks. SVN revision: 74409
* [els scroller] add debug code to measure smoothness of scrollerJiyoun Park2012-07-063-0/+3
| | | | | | | | it count standard deviation of scroll velocity and modify smooth algorithm SVN revision: 73388
* fix several elm+fb related issues and add a feature.Carsten Haitzler2012-07-053-0/+3
| | | | SVN revision: 73334
* From: Kim Shinwoo <kimcinoo.efl@gmail.com>Kim Shinwoo2012-06-303-3/+3
| | | | | | | | | Subject: Re: [E-devel] [Patch][elementary] elm_cofig, setting accessibility mode SVN revision: 73073