Commit Graph

36 Commits

Author SHA1 Message Date
Carsten Haitzler ba097a3121 themes - fix new error checks in edje_cc
where parts/states etc. dont exist.
2019-10-09 23:36:23 +02:00
Boris Faure dad9e0db58 remove compatibility #ifs to work with EFL < 1.16 2018-03-13 18:58:41 +01:00
Mike Blumenkrantz 9309941875 add behavior option to disable focus-in/out animations and visuals
this is useful for CI
2017-03-13 19:34:54 +01:00
Carsten Haitzler 2ca0e69529 themes - fix mild, mustang, smyck, base16, black to work with tabs
still nyanology left
2014-12-13 12:56:10 +09:00
Carsten Haitzler 1a29d4b694 Revert " update mild and nyanology themes"
This reverts commit 2a82a9d62e.
2014-12-03 08:42:28 +09:00
Carsten Haitzler 5c4ffc2815 Revert "remove tabbar offset"
This reverts commit a92582126f.
2014-12-03 08:42:18 +09:00
Boris Faure a92582126f remove tabbar offset 2014-12-01 00:28:52 +01:00
Boris Faure 2a82a9d62e update mild and nyanology themes 2014-11-30 21:05:50 +01:00
Boris Faure d7ec90aefa make themes compile with efl 1.7 2014-08-15 11:06:50 +02:00
Boris Faure 0032520257 add terminology to mild-based themes 2014-08-09 11:27:51 +02:00
godfath3r 922940005a themes: remove edje_cc warning by adding ellipsis: -1;
Reviewers: billiob, Sachiel, raster

Differential Revision: https://phab.enlightenment.org/D1218
2014-07-22 21:17:13 +02:00
Wonguk Jeong 508fad6a85 theme: align transparency msg formatting with default theme 2014-07-23 00:49:43 +09:00
wonguk.jeong 5bcf35d642 options: opacity level configuration support
Summary:
In translucency mode, opacity level could be changed with this patch.

@fixes T1066

Test Plan: option -> video -> turn on translucency -> change opacity level

Reviewers: billiob, raster

Subscribers: seoz

Maniphest Tasks: T1066

Differential Revision: https://phab.enlightenment.org/D1180
2014-07-13 15:11:46 +02:00
Carsten Haitzler 5981069012 Revert "remove sounds when pressing keys"
This reverts commit 40c83a0113.

elementary_config has features to mute sounds if you want - point them
to that. there is a whole elm config and sound category system devoted
to this
2014-07-07 16:30:57 +09:00
Boris Faure 6fd4e8c57a add an option to decide whether the bell rings 2014-04-22 23:38:03 +02:00
Boris Faure 40c83a0113 remove sounds when pressing keys
too many complaints about that feature.
2014-04-22 22:19:24 +02:00
Gustavo Sverzut Barbieri 32876f1a6c unify default colors, fix make dependencies and mustang build.
- there was an unused default_colors.in.edc that provided the same
   colors as default.edc, with an extra set of colors for 6x6
   colorcube of colors over 16. The extra colors were disabled and the
   file is now used everywhere that need those colors (mild.edc and
   default.edc)

 - mustang.edc included mild.edc but did not depend on it, that's why
   the build break as I changed mild and recompiled, but mustang.edj
   was already there and the lack of dependency didn't ask it to be
   rebuilt.

 - mustang.edc will define INHERIT_PROVIDE_OWN_COLORS so it can
   provide its own colors.
2013-10-11 11:27:18 -03:00
Gustavo Sverzut Barbieri 9b1bd2c959 mild (and inherited) will have brighter colors.
Copied the "default.edc" colors so mild, black and mustang should have
colors more vivid and brighter... particularly the yellow (1;33) was
annoying me.
2013-10-11 10:44:50 -03:00
Boris Faure c731394917 use EFL_VERSION_MAJOR/MINOR 2013-08-29 15:32:03 +02:00
Boris Faure 7faf2eb133 make themes compile with efl 1.7
Issue was reported in T143
2013-08-29 15:17:43 +02:00
Chris Michael 3885e288f2 Add sound support to mild.edc (which the black theme uses).
Signed-off-by: Chris Michael <devilhorns@comcast.net>
2013-06-25 21:19:15 +01:00
Carsten Haitzler 455d3f2147 Fix mild theme for tab switching
Tab switching suffers from painful color changes esp. when using black theme.
Mostly just copy&paste from default.edc and removing some of the shininess.
2013-05-10 16:52:42 +09:00
Carsten Haitzler 624fc417df compile again. mild. etc.
SVN revision: 83363
2013-01-27 05:46:35 +00:00
Carsten Haitzler fe227c4d63 have options not use so much horizontal space. :)
SVN revision: 76248
2012-09-06 15:19:33 +00:00
Carsten Haitzler 6e855b64a4 ok put changes in miled.edc... this is why i wasnt interested in
multiple themes at this stage - changes still happening.
:)



SVN revision: 75944
2012-09-03 02:39:18 +00:00
Gustavo Sverzut Barbieri 8e86b95135 black: make visual bell overlay more visible.
the mild theme gets darker before getting bright, then the bright does
not need to be that much different. however the black one can't get
darker, then we must make it brighter.



SVN revision: 75633
2012-08-23 16:01:43 +00:00
Gustavo Sverzut Barbieri 302a098740 add black theme, variation of mild.
popular request among old timers.


SVN revision: 75630
2012-08-23 15:23:09 +00:00
Gustavo Sverzut Barbieri e627bf93e4 mild: changes to tell focused and unfocused terminals appart.
unfocused are bit darker. When focus the cursor will always start pulsing
from bright to dark.



SVN revision: 75580
2012-08-23 01:39:01 +00:00
Gustavo Sverzut Barbieri 5970864a85 mild: full window visual bell
the siren on the bottom-right may be difficult to notice on maximized
windows on large displayes. Then make a full window visual bell, I
hope it's noticeable but not annoying.



SVN revision: 75579
2012-08-23 00:32:06 +00:00
Gustavo Sverzut Barbieri a66dbd28d1 mild: updated to match default api.
still have effects, but less noticeable.



SVN revision: 75529
2012-08-22 09:06:29 +00:00
Cedric BAIL 187443ad74 terminology: use edje for selection.
NOTE: I am ot really able to use GIMP/Inkscape, so plain
rectangle for the moment. Patch welcome.


SVN revision: 73570
2012-07-11 12:09:00 +00:00
Gustavo Sverzut Barbieri 23cd7c9639 mild: more room for options and less annoying cursor.
SVN revision: 72486
2012-06-19 15:02:03 +00:00
Gustavo Sverzut Barbieri 71b60a3925 mild's translucent is now usable.
SVN revision: 72478
2012-06-19 13:28:20 +00:00
Carsten Haitzler 0f9656408f fix options/fontpreivew for mild.
SVN revision: 72371
2012-06-18 08:29:34 +00:00
Gustavo Sverzut Barbieri d2321e4f65 improve and simplify font preview.
Allow user-defined text to be used, some letters are a pain like zero
x "o", "l" x "1"...

I've simplified the preview to use a single edje object and text
class, but the item is not growing as expected on updates... Edje bug?



SVN revision: 72320
2012-06-17 22:30:07 +00:00
Gustavo Sverzut Barbieri e099b4a8d9 add mild theme without that weird highlight.
SVN revision: 72309
2012-06-17 18:12:38 +00:00