summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* FDO icons: added all the Devices iconsDave Andreoli2016-05-2189-27/+59662
|
* elementary/colorselector: apply scale factor.Hermet Park2016-05-181-0/+3
| | | | | Some parts of ui have scale factor, but some don't Apply scale factor to whole parts for working properly.
* FDO icons: duplicate icons instead of symlink usage.Dave Andreoli2016-05-1513-2/+2
| | | | Windoz do not support symlinks :(
* FDO icons: add some Application iconsDave Andreoli2016-05-1513-23/+30
| | | | mostly the ones used by elm_config
* theme: add clip for disabling focus effects on some windowsMike Blumenkrantz2016-05-101-1/+16
| | | | ref T3408
* FDO icons: more work on Places iconsDave Andreoli2016-05-0856-435/+4517
|
* FDO icons: redesigned all the actions iconsDave Andreoli2016-05-08192-2731/+6777
|
* FDO icons: reenable all the new icons, this time in png formatDave Andreoli2016-05-071-5/+1
| | | | #SecondTry
* FDO icons: convert the Status ctx to pngDave Andreoli2016-05-07173-89/+90
|
* FDO icons: convert the Actions ctx to pngDave Andreoli2016-05-07146-138/+85
|
* FDO icons: convert the Categories ctx to pngDave Andreoli2016-05-0745-23/+37
|
* FDO icons: convert the Emblems ctx to pngDave Andreoli2016-05-0725-35/+40
|
* FDO icons: convert the Places ctx to pngDave Andreoli2016-05-0751-214/+217
|
* Disable the new svg icons for the moment :(Dave Andreoli2016-05-051-1/+5
| | | | As explained in the ml we are hitting an issue with the svg loaders not included in efl
* Fix distcheck wrt new fdo iconsDave Andreoli2016-05-052-4/+13
| | | | distcheck is still not working for the lacks of the svg loader in efl
* fdo icons: added Categories iconsDave Andreoli2016-05-0516-16/+9544
| | | | | | this icons are blindly copyed from the RaveX/Faenza themes, they are a bit alien in looks, I consider them as a placeholder for some more eflish icons
* Elm icons: keep all old icons for compatDave Andreoli2016-05-052-9/+7
|
* Add (quite) all the status iconsDave Andreoli2016-05-0589-92/+6133
|
* Add all the Action icons, and TODO placeholder for ALL FDO icon names.Dave Andreoli2016-05-0571-0/+5298
| | | | I really don't like the look of those new icons, will improve them in a second step
* Initial structure for a proper FDO compliant icon theme.Dave Andreoli2016-05-0541-62/+8675
| | | | | | | | | | The idea here is to provide a "real" fdo icon theme along the icons in the elm edje theme. To minimize file redundancy the icons are profided directly in a fdo structure and picked in icon_fdo.edc. Also I'm using all the icons in svg format so that we don't need to provide all the creazy sizes as per fdo spec. More icons will comes in the next commits
* Revert "genlist: Change group_index swallow parts to be squares."Jaehyun Cho2016-05-031-2/+0
| | | | | | | This reverts commit 5f59e134ebe4347ee6b7dafe63f75e9dbd813d82. This causes that icon region of genlist group_index item is displayed although icon is not set.
* elementary button: fix a anchor style edc error.Hermet Park2016-05-021-0/+3
| | | | keep clicked description since inherited program still requires it.
* genlist: Change group_index swallow parts to be squares.Jaehyun Cho2016-04-291-0/+2
| | | | | | "elm.swallow.icon" and "elm.swallow.end" of group_index item were not squrares. So change those swallow parts to be squares like default item's swallow parts.
* elementary: Re-add some old icon names as deprecatedAndy Williams2016-04-271-0/+9
|
* elementary: fix a few non-standard icon namesAndy Williams2016-04-271-8/+5
| | | | | moving the widgets away from non-standard names. Tidy the icon sets to clarify what's standard.
* theme: don't use timed transition for comp focus out glowMike Blumenkrantz2016-04-221-1/+0
|
* theme: explicitly hide focus glow for comp menu themesMike Blumenkrantz2016-04-221-0/+6
| | | | this was getting clipped under x11 and was displaying itself (poorly) on wayland
* theme: add nstate.edc in Makefile.amAmitesh Singh2016-04-081-0/+1
| | | | fixes make dist
* elm_nstate: introduce nstate widget and inherit check from itAmitesh Singh2016-04-072-0/+11
| | | | | | | | | | | | | Test Plan: elementary_test -to "nstate" @feature Reviewers: yashu21985, tasn, Hermet, seoz, smohanty, felipealmeida, JackDanielZ, jypark, woohyun, herdsman, raster, cedric, jpeg Subscribers: saurabhbunty, seoz Differential Revision: https://phab.enlightenment.org/D3786
* Elementary: Don't send selected signal to a part with no selected state. ↵Stephen Houston2016-04-051-2/+0
| | | | Removes warnings.
* elementary: install desktop files in the correct directory.Cedric BAIL2016-04-011-2/+2
| | | | Fix for T3397.
* theme: fix a bunch of the fixed: X Y edje errorsMike Blumenkrantz2016-04-015-2/+12
|
* elementary: fix errors in default themeAndrii Kroitor2016-03-3019-6/+67
| | | | | | | | | | | | | | Summary: fix errors with missing "fixed" and with missing descriptions Test Plan: elementary_test Reviewers: cedric, Hermet Subscribers: jpeg, reutskiy.v.v Differential Revision: https://phab.enlightenment.org/D3846 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* Revert "theme: undo recent changes to elm window border shadow_spacer part"Mike Blumenkrantz2016-03-302-3/+4
| | | | | | | This reverts commit aaf8b861796d4161ee10447958b19dd0846a3660. it turns out that this was irrelevant and there was some less-than-competent engine code trying to manhandle surface sizes
* elementary: make theme depends on its files again.Cedric BAIL2016-03-292-2/+4
|
* theme: make sure new theme images from slider range change get distributedStefan Schmidt2016-03-291-0/+2
| | | | | | In commit 1152fb3e3528e024f0f9e01451783a937fdbe4dc two new image have been added but not added to the list of image files need to distributed. This broke make distcheck.
* theme: undo recent changes to elm window border shadow_spacer partMike Blumenkrantz2016-03-282-4/+3
| | | | | | this breaks window sizing in wayland partially reverts c413544ef74ba2ceee220e4e70b044758e4038c7
* Slider: Theme - Add support for range in edcYeshwanth Reddivari2016-03-283-30/+443
| | | | | | | | | phab: https://phab.enlightenment.org/D3821 Test Plan: elementary_test -to slider @feature Change-Id: Ibc3f7c93efb927a6fc602f246a795c426f80bd39
* Fix installation of elementary objectsDaniel Zaoui2016-03-281-1/+1
| | | | The path was wrong.
* elm theme: do some slickening up of shadowsCarsten Haitzler (Rasterman)2016-03-2511-62/+36
| | | | | | | | so i had a separate flat theme i was working on but i just can't keep up with changes so i'm just putting in some of the nicest bits here slowly like nicer shadows. @feat
* elementary: and now compile all left over data.Cedric Bail2016-03-245-241/+260
|
* elementary: build themes.Cedric Bail2016-03-242-983/+980
|
* elementary: move all legacy files to their expected new location.Cedric BAIL2016-03-231163-0/+70760
|
* edje_embryo: add box attributes support to set_state_val()Jee-Yong Um2016-03-041-1/+6
| | | | | | | | | | | | | | Summary: Add box attributes support to set_state_val(). Reviewers: raster, cedric Reviewed By: cedric Subscribers: jpeg Differential Revision: https://phab.enlightenment.org/D3734 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* embryo: add tzdate functionMike Blumenkrantz2016-02-221-0/+7
| | | | | | | | in the case where a user wants to get the current date/time from a specified timezone, this function allows a timezone string to be passed as a parameter @feature
* edje_embryo: add printf feature.Jaehwan Kim2015-12-311-0/+2
| | | | | | | | | | | | | | | | | | | | | | | Summary: The edc debugging is difficult because users can not check whether or not any program is executed or the state of part. If users can print that property, they can do debugging more easily. This "printf" feature is for debugging edc. @feature Test Plan: add printf("test : %s %d %f", "text", 1, 0.5); in the script in the edc build it by edje_cc excute it and see the log Reviewers: cedric, raster, jpeg Reviewed By: jpeg Subscribers: jpeg Differential Revision: https://phab.enlightenment.org/D3499
* edje_embryo: add methods to handle event flags.Jee-Yong Um2015-08-041-0/+4
| | | | | | | | | | | | | | | | Summary: Add embryo methods that change the state whether Edje_Part will handle Evas_Event or not. Reviewers: Hermet, woohyun, cedric Reviewed By: cedric Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D2807 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* edje: implement methods for mouse_events with edje_part for Edje Embryo script.Jee-Yong Um2015-06-251-0/+4
| | | | | | | | | | | | | | | | | | | | | Summary: In edje_embryo.c, there are the list for supported methods in script. However, methods listed from line 175 to 188 don't exist actually. This patch implements 4 methods among them. set_mouse_events(part_id, ev) get_mouse_events(part_id) set_repeat_events(part_id, rep) get_repeat_events(part_id) Reviewers: Hermet, woohyun, cedric Reviewed By: cedric Subscribers: cedric, Hermet Differential Revision: https://phab.enlightenment.org/D2766 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* edje: add set_state_anim API to embryo script.kumar navneet2015-05-181-0/+1
| | | | | | | | | | | | | | | | | | | | | Summary: Issue: Current embryo script do not provide any mechanism to set transition type in animation Solution: A new API set_state_anim is added. Signed-Off by: Kumar Navneet <k.navneet@samsung.com> Signed-Off by: Shilpa Singh <shilpa.singh@samsung.com> Test Plan: A test edc (embryo_set_state_anim.edc) is added to edje examples to test set_state_anim API. Reviewers: shilpasingh, raster, cedric Reviewed By: cedric Subscribers: poornima.srinivasan, cedric Differential Revision: https://phab.enlightenment.org/D2470 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* set_tween_state_anim API added.kumar navneet2015-05-181-0/+25
| | | | | | | | | | | | | | | | | | | | Summary: Issue: Current embryo script do not provide any mechanism to set transition type in animation, by default supports only linear e.g: set_tween_state API Solution: To not break backward compatibility, a new API set_tween_state_anim is added in which we can even specify type of transition required. Signed-Off by: Kumar Navneet <k.navneet@samsung.com> Signed-Off by: Shilpa Singh <shilpa.singh@samsung.com> Test Plan: A test edc (embryo_tween_anim.edc) is added to edje examples to test set_tween_state_anim API. Reviewers: raster, cedric, shilpasingh, Hermet Reviewed By: shilpasingh Subscribers: poornima.srinivasan, SubodhKumar, rajeshps, cedric, govi Differential Revision: https://phab.enlightenment.org/D2344