summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* theme: fix non-fixed parts.Umesh Tanwar2016-03-222-0/+2
| | | | | | | | | | | | | | | | | Summary: The error shown while testing elementary_test. Signed-off-by: Umesh Tanwar <umesh.tanwar@samsung.com> Test Plan: run elementary_test ->type "genlist" in search ->move to "genlist focus" button using navigation keys. Reviewers: cedric, singh.amitesh, Hermet Differential Revision: https://phab.enlightenment.org/D3815 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* menu: fix the 'fixed' errors outputVyacheslav Reutskiy2016-03-212-1/+19
| | | | Add missed attribute fixed to menu and hover styles
* label: add themes for left and right aligned textMike Blumenkrantz2016-03-161-0/+80
| | | | @feature
* button: don't attempt to set non-existent "icononly" state for elm.textMike Blumenkrantz2016-03-111-6/+0
|
* combobox: add Multiple selection featuredivyesh purohit2016-03-102-1/+68
| | | | | | | | | | | | | | | | | | | | | | Summary: This patch focuses on Combobox widget customization, Multibuttonentry widget is used instead of entry for taking user input. The idea is to make the widget look like {F28112} {F28115} when the multiple_selection is set. To-DO: 1) Need to add scrollable interface to combobox when MBE is used (need some suggestions on it). 2) focus cycle is still buggy as genlist requires focus otherwise selected item will return NULL (sometimes) Signed-off-by: divyesh purohit <div.purohit@samsung.com> @feature Test Plan: Please run combobox multiple selection example from elementart_test. Reviewers: raster, shilpasingh, cedric Subscribers: govi, rajeshps Projects: #elementary Differential Revision: https://phab.enlightenment.org/D3570
* theme: Fix scroller colorclass typo.Stephen okra Houston2016-03-081-1/+1
|
* fileselector: refine code and themeJee-Yong Um2016-03-041-93/+80
| | | | | | | | | | | | | | | | Summary: refine code and theme, hopefully solve the issue that the height of file list (genlist) is calculated wrong. Test Plan: elementary_test -to fileselector Reviewers: SanghyeonLee, jpeg, cedric Subscribers: taxi2se Differential Revision: https://phab.enlightenment.org/D3715 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* multibuttonentry: add elm.swallow.background partWoochan Lee2016-03-041-0/+8
| | | | | | | | | | | | Summary: This swallow part is for custom background image. Reviewers: kimcinoo, Hermet, cedric Reviewed By: cedric Differential Revision: https://phab.enlightenment.org/D3659 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* theme: add new time gadget themesMike Blumenkrantz2016-03-0417-0/+1395
|
* theme: move digit* images to O/Mike Blumenkrantz2016-03-0417-68/+68
|
* theme: add new wireless gadget themeMike Blumenkrantz2016-03-046-0/+959
|
* start: add alias for new gadget groupMike Blumenkrantz2016-03-041-0/+1
|
* theme: add bryce edcsMike Blumenkrantz2016-03-044-0/+779
|
* panes: add the style to fold by clickingJaehwan Kim2016-02-251-0/+252
| | | | | | | Some area that is split by this style panes can be folded by clicking. The styles are "left-fold", "right-fold", "up-fold", "down-fold". @feature
* entry: add elm.swallow.background part to all of groupsYoungbok Shin2016-02-171-0/+13
| | | | | | | | | | | | | | | | Summary: elm.swallow.background part will be a default part for widget's background image. When entry widget's scrollable status is changed, the background object will be moved to scr_edje or entry_edje. Test Plan: N/A Reviewers: kimcinoo, woohyun, cedric Differential Revision: https://phab.enlightenment.org/D3677 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* calendar: add elm.swallow.background part to all of groupsYoungbok Shin2016-02-171-0/+6
| | | | | | | | | | | | | | | | Summary: elm.swallow.background part will be a default part for widget's background image. Test Plan: N/A Reviewers: woohyun, kimcinoo, cedric, Hermet Subscribers: Hermet Differential Revision: https://phab.enlightenment.org/D3676 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* spinner: fix vertical drag style and logicSubodh Kumar2016-02-121-0/+11
| | | | | | | | | | | | | | | | | | | | | | | Summary: Fix vertical drag style and logic. For vertical spinner graggable should move in y direction and since drag value is inverse of spinner increment and decrement so delta should be inversed. @fix Test Plan: 1. Elementary test 2. Vertical spinner Reviewers: cedric Projects: #elementary Differential Revision: https://phab.enlightenment.org/D3662 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* label: add elm.swallow.background part to all of groupsYoungbok Shin2016-02-121-0/+9
| | | | | | | | | | | | Summary: elm.swallow.background part will be a default part for widget's background image. Test Plan: N/A Reviewers: woohyun, cedric, kimcinoo Differential Revision: https://phab.enlightenment.org/D3675
* theme: fix typo for adding background in ctxpopupStefan Schmidt2016-02-051-1/+1
| | | | | Introduced in 6cf09175874cca9e5859d580a5bad706012b8880. Thanks a lot to Davide Andreoli for spotting this!
* button: add elm.swallow.background partSungTaek Hong2016-02-051-21/+77
| | | | | | | | | | | | Summary: - This swallow part is for custom bg image. - previous bg has to be hid. Reviewers: kimcinoo Differential Revision: https://phab.enlightenment.org/D3657 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* button: remove unnecessary action in programSungTaek Hong2016-02-051-2/+0
| | | | | | | | | | Summary: @fix Reviewers: kimcinoo, Hermet, cedric Differential Revision: https://phab.enlightenment.org/D3658 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* popup: add elm.swallow.background for background customizetaehyub2016-02-051-0/+8
| | | | | | | | | | Summary: add elm.swallow.background part in elm/popup/base/default Reviewers: kimcinoo Differential Revision: https://phab.enlightenment.org/D3645 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* ctxpopup: add elm.swallow.backgournd for backgournd customizetaehyub2016-02-051-0/+8
| | | | | | | | | | Summary: add elm.swallow.background part in elm/ctxpopup/base/default Reviewers: kimcinoo Differential Revision: https://phab.enlightenment.org/D3646 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* genlist: fix for a bug in tree expansion, T3132Godly T Alias2016-02-051-11/+12
| | | | | | | | | | | | | | | | | | | | | Summary: @fix T3132 If nobody sees issue with this change, this should be backported. Signed-off-by: Godly T Alias <godly.talias@samsung.com> Test Plan: elementary_test Genlist Tree, enable Tree effect Reviewers: prince.dubey, SanghyeonLee, shilpasingh Subscribers: govi, rajeshps Maniphest Tasks: T3132 Differential Revision: https://phab.enlightenment.org/D3656 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* combobox: prevent empty swallow to be shown on hover_dismiss animationdivyesh purohit2016-02-051-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: Hover dismiss animation takes 0.5 sec to complete. if the genlist item_count becomes zero, empty swallow is shown in dismiss animation. @fix T3124 Signed-off-by: divyesh purohit <div.purohit@samsung.com> Test Plan: please run combobox example from elementary_test. Open hover by pressing on left side button of combobox or pressing "enter/space" key in entry contained in combobox. Type a char which is not in any genlist item , for example "a' is not presented in any genlist item. empty swallow shouldn't seen in dismiss animation. Reviewers: shilpasingh, cedric, raster Subscribers: rajeshps, govi Maniphest Tasks: T3124 Differential Revision: https://phab.enlightenment.org/D3630 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* calendar.edc: fix typo in text styleVitalii Vorobiov2016-02-031-1/+1
| | | | @fix
* multibuttonentry: Add item unfocused callback.woochan lee2016-02-021-0/+8
| | | | | | | | | | | | | | | | | | | | | | | Summary: Even MBE item lose focus, item state did not changed before. So i send a signal to make item state as default when item lose own focus. Signed-off By: Kumar Navneet <k.navneet@samsung.com> @fix Test Plan: Run MBE sample. Click any item. Click out of MBE area. See the item still got a highlight. Reviewers: Hermet, cedric Differential Revision: https://phab.enlightenment.org/D2994 Conflicts: data/themes/edc/elm/multibuttonentry.edc
* theme: make sure vertical_separated_bar_disabled.png lands in the dist tarballStefan Schmidt2016-02-011-0/+1
| | | | | A ix for commit 186aeb42eb7e97c07a58a30aafbca5d05c4e2302 which introduced the image but did not made sure it gets shipped.
* elm_focus: refine focus.edcJee-Yong Um2016-01-281-4/+6
| | | | | | | | | | | Summary: remove whitespaces and add programs block Reviewers: Jaehyun_Cho Differential Revision: https://phab.enlightenment.org/D3616 Conflicts: data/themes/edc/elm/focus.edc
* elm_focus: fix mislocation error during continuous focus movementJee-Yong Um2016-01-281-1/+14
| | | | | | | | | | | | | | | | | Summary: When focus is moved fast and continuously, newly created animator conflicts with the animator for previous movement, so focus bounces among locations. This patch removes previous animator and move focus to the final location before creating new animator. Test Plan: elementary_test -to focus elementary_test -to genlist Reviewers: raster, jpeg, cedric, Jaehyun_Cho Differential Revision: https://phab.enlightenment.org/D3611
* remove incorrect references of insert_before/after in EDCJee-Yong Um2016-01-273-4/+2
| | | | | | | | | | Summary: This patch removes unavailable references to nonexistent parts from default theme. Reviewers: raster, jpeg, cedric Differential Revision: https://phab.enlightenment.org/D3609
* combobox: fix continuous clicks on hoverDivyesh Purohit2016-01-261-0/+2
| | | | | | | | | | | | | | | | | | | | | Summary: Continouous clicks on hover would need to ensure that variable on_dismiss of combobox_vertical style in hover.edc should 0 when slot is being shown, otherwise events would be disabled on hover even though swallow content is shown. @fix Signed-off-by: Divyesh Purohit <purohit.div@gmail.com> Test Plan: Click continouosly on combobox and events on hover would be disabled. Reviewers: cedric Differential Revision: https://phab.enlightenment.org/D3601 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* combobox: fix disabled statedivyesh purohit2016-01-262-1/+8
| | | | | | | | | | | | | | | | | | Summary: Apply gray-scale to vertical_separated_bar_glow image and increase the opacity of the button, so that the text on the entry is visible. @fix T3075 Signed-off-by: divyesh purohit <div.purohit@samsung.com> Test Plan: please run combobox example from elementary_test Reviewers: shilpasingh, cedric, raster Maniphest Tasks: T3075 Differential Revision: https://phab.enlightenment.org/D3605 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* Fix toogle icon sizing issue.Hermet Park2016-01-261-1/+0
| | | | | | | Strangely, toggle couldn't afford it's icon space at elementary_test -> check toggle. Following to default style which is normal to avoid this wierd look.
* shelf: add "noshadow" data item to indicate no shadow should be usedMike Blumenkrantz2016-01-251-0/+2
|
* combobox: apply proper styledivyesh purohit2016-01-221-4/+2
| | | | | | | | | | | | | | | | | | | | Summary: Initially combobox used hover's default style, this patch would make combobox use hoversel_vertical style. @Fix T3075 for 2nd point. Signed-off-by: divyesh purohit <div.purohit@samsung.com> Test Plan: please run combobox example from elementary_test Reviewers: shilpasingh, cedric, raster Subscribers: rajeshps, govi Maniphest Tasks: T3075 Differential Revision: https://phab.enlightenment.org/D3596 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* elm_hoversel: fix calculation to make items fit to dropdown boxJee-Yong Um2016-01-201-3/+7
| | | | | | | | | | | | | | Summary: While applying scroller on hoversel, several lines for item size calculation were added, but they failed to have item get proper size. Now redundant codes are removed and some are fixed, and hoversel will be shown more well-ordered. Test Plan: elementary_test hoversel Reviewers: jpeg, raster, cedric Differential Revision: https://phab.enlightenment.org/D3589
* SegmentControl: Fix theme to avoid text move on selectJean-Philippe Andre2016-01-151-0/+2
| | | | | GLOW and SHADOW_BOTTOM have different paddings, which changes the geometry of the object. This compensates that.
* [Hover] Fixed the delaying of hover dismiss on continuous mouse clicksgodly.talias2016-01-131-8/+50
| | | | | | | | | | | | | | | | | | | | | | | | | Summary: When continous mouse clicks happen hover emits the hide signals continously to edje. As the embryo program for hiding requires some time to finish the animation, if within that time another mouse click comes the program gets invoked again and thus the hiding will get delayed till the mouse clicks ends. This patch fix that issue by adding a flag for emitting signals. @fix T3006 Signed-off-by: godly.talias <godly.talias@samsung.com> Test Plan: elementary_test Reviewers: cedric, conr2d, prince.dubey, shilpasingh, Princekrdubey Reviewed By: shilpasingh, Princekrdubey Subscribers: Princekrdubey, divyesh, govi, rajeshps Maniphest Tasks: T3006 Differential Revision: https://phab.enlightenment.org/D3526
* toolbar: Revert a theme change for shrink mode signals.Youngbok Shin2016-01-061-84/+6
| | | | | | | | | | | | Summary: It was changed for testing shrink mode signals. But, it was unnecessary change for default theme. Test Plan: N/A Reviewers: zmike, jaehwan Differential Revision: https://phab.enlightenment.org/D3536
* combobox: add new widget.divyesh purohit2016-01-042-0/+303
| | | | | | | | | | | | | | | | | | | | 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>
* hoversel: fix hover position in hoversel, when it goes out of the viewportdivyesh purohit2016-01-042-33/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: Hoversel Widget is designed in such a way that it accepts top/bottom/left/right directions , internally it uses hover widget which does not take care if its content goes of it's parent (Elm_Win in most cases) . this patch ensures that the drop-down content remains restricted in visible hover_parent. it would fix T2965 Signed-off-by: divyesh purohit <div.purohit@samsung.com> Signed-off-by: Jee-Yong Um <conr2d@gmail.com> Test Plan: Open entry widget and right click to show a hoversel widget, check if the hoversel or hover content goes out of the window. this is what hoversel would look like after this patch {F27551} Screenshots of top-left / top-right/ bottom-left and bottom-right corners in entry after this patch {F27553} {F27554} {F27555} {F27557} Reviewers: shilpasingh, conr2d, raster, cedric, Hermet Subscribers: rajeshps, govi Projects: #elementary Maniphest Tasks: T2965 Differential Revision: https://phab.enlightenment.org/D3513 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* button: add color classesSung-Taek Hong2016-01-042-13/+110
| | | | | | | | | | | | | | | | | Summary: The following color classes are added. - "button_bg", "button background color" - "button_bg_pressed", "button pressed background color" - "button_bg_disabled", "button disabled background color" - "button_bg_disabled", "button disabled background color" - "button_text_pressed", "button pressed text color" - "button_icon", "button icon color" - "button_icon_pressed", "button pressed icon color" - "button_icon_disabled", "button disabled icon color" Differential Revision: https://phab.enlightenment.org/D3512 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* multibuttonentry: add color classes and text classes.woochan lee2016-01-042-12/+96
| | | | | | | | | | | | | | | | | | | | | | | Summary: The following new color classes and text classes for multibuttonentry widget are added. "multibuttonentry_bg", "Multibuttonentry Background" "multibuttonentry_item_bg", "Multibuttonentry Item Background" "multibuttonentry_item_bg_selected", "Multibuttonentry Item Selected Background" "multibuttonentry_item_text", "Multibuttonentry Item Text" "multibuttonentry_item_text_pressed", "Multibuttonentry Item Pressed Text" "multibuttonentry_item_text_disabled", "Multibuttonentry Item Disabled Text" @feature Reviewers: raster, cedric, Hermet, kimcinoo, woohyun Subscribers: SanghyeonLee, eagleeye, id213sin Differential Revision: https://phab.enlightenment.org/D3494 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* scroller: add color classesHosang Kim2016-01-044-5/+11
| | | | | | | | | | | | Summary: The following new color classes for scroller widget are added and changed. Reviewers: raster, cedric, Hermet, kimcinoo, woohyun Differential Revision: https://phab.enlightenment.org/D3493 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* ctxpopup: add color classtaehyub2016-01-042-0/+10
| | | | | | | | | | | | | | | | | Summary: Apply ctxpopup color class - ctxpopup_bg Test Plan: 1. change ctxpopup bg color class in colorclass.edc 2. run elementary test 3. check the color of ctxpopup bg Reviewers: Hermet, kimcinoo, woohyun, raster Differential Revision: https://phab.enlightenment.org/D3492 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* popup: apply popup color classtaehyub2016-01-042-4/+21
| | | | | | | | | | | | | | | | | | | | Summary: Apply popup color class - popup bg - popup title bg - popup title text - popup text Test Plan: 1. change popup color class in colorclass.edc 2. run elementary test 3. check the color of popup Reviewers: Hermet, kimcinoo, woohyun, raster Differential Revision: https://phab.enlightenment.org/D3489 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* spinner: add color classes and text classes.woochan lee2016-01-042-1/+6
| | | | | | | | | | | | | | | | | | Summary: The following new color classes and text classes for spinner widget are added. "spinner_bg", "Spinner Background" @feature Reviewers: raster, cedric, Hermet, kimcinoo, woohyun Subscribers: SanghyeonLee, eagleeye, id213sin Differential Revision: https://phab.enlightenment.org/D3488 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* index: add color classes and text classes.woochan lee2016-01-042-5/+51
| | | | | | | | | | | | | | | | | | | | | | Summary: The following new color classes and text classes for index widget are added. "index_bg", "Index Background" "index_item_bg", "Index Item Background" "index_highlight_text," "Index Highlight Text" "index_item_text," "Index Items Text" "index_item_text_selected," "Index Selected Items Text" @feature Reviewers: raster, cedric, Hermet, kimcinoo, woohyun Subscribers: SanghyeonLee, eagleeye, id213sin Differential Revision: https://phab.enlightenment.org/D3487 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* entry: add new text classes and color classes for Entry widgetYoungbok Shin2016-01-042-18/+29
| | | | | | | | | | | | | | | | | | Summary: Add new text classes and color classes for Entry widget according to consistency with other widget's class. And it removes legacy classes. If we need to support backward compatibility, the legacy classes have to be maintained in each widget. Test Plan: N/A Reviewers: cedric, woohyun, jaehwan, kimcinoo, raster Subscribers: CHAN Differential Revision: https://phab.enlightenment.org/D3486 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>