Commit Graph

381 Commits

Author SHA1 Message Date
Boris Faure 677651f0e4 papercolor: background is whiter + bold white is … white :D 2019-07-08 21:30:27 +02:00
Boris Faure cf7642d931 themes/papercolor: fix colors 2019-07-08 21:30:27 +02:00
Boris Faure f7d5293cbe themes: add papercolor theme 2019-07-08 21:30:27 +02:00
Carsten Haitzler 049a847475 Revert "themes: make blue more readable"
This reverts commit 5c0167c5e1.

Porkepix on IRC pointed this out and it actually does the reverse of make
blue more readable. compare:

before:
https://framapic.org/EvV0cVyAUKUm/OZIdkLB4pOCn.png

after:
https://framapic.org/hX2gczT1jGMU/jtu3mJ3eQE2E.png

notice the bg of the bar at the bottom now become a lighter blue
making numbers hard to read. the darker blue was chosen because that
is actually the blue color used in xterm and the linux console (or
closer to it with a bit of a muted coloring to it rather than totally
pure). :( so sorry - this IMHO goes backwards and Porkepix did point
it out too.
2019-06-11 11:44:31 +01:00
Boris Faure 82dec43611 themes: use a color_class BG to set background color 2019-05-26 22:54:12 +02:00
Boris Faure 5c0167c5e1 themes: make blue more readable 2019-05-22 10:26:11 +02:00
Carsten Haitzler 396041a741 theme - fix theme min sizing that is causing a default 81x24 not 80x24
the bg min size calcs as 8x8 - it shouldnt be. more like 2x2 with no
content (the padding of 1 pixel at the dges).
2019-05-17 13:53:01 +01:00
Boris Faure 54565e32a6 options_keys: clean up a bit
options: no need for delay
2019-01-20 23:13:05 +01:00
Carsten Haitzler 5abb8b0eb3 themes - fix new error checks in edje_cc
where parts/states etc. dont exist.
2019-01-18 18:12:45 +00:00
Carsten Haitzler 0fd3c6557c meson - use install_mode instead of chmod script 2018-12-27 16:48:39 +00:00
Carsten Haitzler 80e36857a2 build - new meson git added in as a keyword, so avoid it
use input instead of in, and output instead of out to avoid the new
keyword and be consistent.
2018-10-18 12:43:37 +01:00
Boris Faure b8ed883d16 default.edc: expect to compile it with efl ≥ 1.20 2018-06-28 23:26:15 +02:00
Alastair Poole 5c1e9e7c4e meson: install icons according to FDO spec. 2018-06-21 07:54:21 +01:00
Kevin Pulo e99dd9183f Do not set glow state to focused2 when terminal loses focus.
Fixes T6902.
2018-04-26 23:40:55 +02:00
Boris Faure 1920c86095 default.edc: add terminology/cursor_bar and terminology/cursor_underline groups 2018-03-15 14:41:56 +01:00
Boris Faure e2e197877f default.edc: add images for bar/underline cursors 2018-03-14 21:44:13 +01:00
Boris Faure dad9e0db58 remove compatibility #ifs to work with EFL < 1.16 2018-03-13 18:58:41 +01:00
Boris Faure bf110393b6 meson: detect 'offscale' support in edje_cc. Closes T6770 2018-03-12 15:00:08 +01:00
Boris Faure 73bd76c97e solarized: slightly better by switching base02 and base03 2018-02-14 23:08:34 +01:00
Boris Faure 67fb28a67c solarized: set faint/dim colors for black
It was previously invisible
2018-02-14 22:32:50 +01:00
Marcel Hollerbach 8623d4b285 build: fix install permissions
otherwise the image is installed as root read only.
2018-01-27 17:34:56 +01:00
Carsten Haitzler 125d475068 add tysend cmdline and support in escapes for sending single files
this allows you to send a file via escapes to terminology which will
pop up a file save dialog and ask what to save it as and where (based
on the original name). terminology will show a progress bar too. this
is not useful locally but remotely (e.g. you ssh'd into another
machine) it's a VERY handy way of fetching a file from the remote
machine to the local machine with a display just with tysend FILE. you
can send multiple in a sequence with tysend FILE1 FILE2 FILE3 ... ...
and terminology will ask for a location and filename per file you send
(just hit cancel if you don't want to do it).

note - it needs new theme features to work. it'll fail without them.

@feature
2017-12-17 23:41:26 +09:00
Boris Faure 2b79f06e8d themes: add Nord theme
I'm using my maintainer's privileges to add a new colorscheme.
I should really work on having something easier to use different
colorschemes.

I relied on https://github.com/sylveon/terminology-themes to figure out
how to map the colors in that file…
2017-12-06 23:27:36 +01:00
Boris Faure c51d0095f9 get rid of automake 2017-11-12 00:09:06 +01:00
Boris Faure bb968b968e be able to configure shine level on the default theme
Was asked about it too many times, so here it is :)
2017-11-11 20:12:56 +01:00
maxerba 270f0cf83f Adding danish string to desktop file 2017-11-05 14:07:12 +01:00
Guilherme Iscaro 1b4ab6036c Add support for the Meson build system. 2017-07-20 14:17:33 -03:00
Boris Faure ec8ed54f25 default.edc: shall make it compile again with EFL 1.8 2017-06-04 00:42:55 +02: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
Boris Faure 74c1ceffd8 win: double click on tab title to change it. Closes T3143 2017-02-17 21:47:57 +01:00
Boris Faure 5b34e2ba67 mouse wheel on tab counter: fix navigation
Do not register the same callback twice.
Invert action on mouse-wheel. During my test, it felt more logical like
that.

Closes T4316
2016-11-19 12:37:41 +01:00
Carsten Haitzler 150b98328c terminology theme - fix some warnings for missign states etc. 2016-10-09 11:58:58 +09:00
Youngbok Shin 44f6fb8afc Add a missing description for text selection of nyanology
Summary:
When nyanology has text selection, it produces an error message
every second.
@fix

Test Plan:
1. Set theme as "nyanology"
2. Set a text selection.
3. See error messages.

Reviewers: raster

Differential Revision: https://phab.enlightenment.org/D4327
2016-10-04 20:44:55 +02:00
Boris Faure 37e9206330 options_keys: use an edje layout 2016-06-10 03:31:10 +02:00
Boris Faure f05a9187b0 Revert "wip"
This reverts commit 487c54b4e1.
2016-03-03 13:30:14 +01:00
Boris Faure 2c5568c933 Revert "wip"
This reverts commit 02db084b27.
2016-03-03 13:30:00 +01:00
Boris Faure 02db084b27 wip 2016-02-10 23:56:59 +01:00
Boris Faure 487c54b4e1 wip 2016-02-10 00:34:39 +01:00
Boris Faure c4f7d0a18c remove "tabclose" icon on tabs on the back 2016-02-09 19:39:51 +01:00
Jerome Pinot 003c850377 autotools: add a required image in EXTRA_DIST 2015-11-28 18:10:29 +09:00
Boris Faure 88c4ce46b0 add (ugly) cross to close tabs 2015-11-07 15:59:55 +01:00
Tom Hacohen 414b5547f1 Theme smyck: Fix blue and white.
White was yellow, and blue was white for some reason. This is now fixed.
2015-10-14 19:11:35 +01:00
Tom Hacohen 3781596f15 theme smyck: Fix colours for the whole range.
Colours were not correct for the whole range, just the base 16.
This caused issues when working in >16 colour mode.
2015-10-13 13:25:30 +01:00
Boris Faure 137af722ce solarized: fix bright foreground colors 2015-09-07 23:49:41 +02:00
Boris Faure a9199f199b colors: fix dark grey not showing up. Closes T2245 2015-04-04 17:37:42 +02:00
Theodor van Nahl d2ed329902 Solarized colors contrast enhanced
* c12 (COL_DEF) hasn't been defined in solarized color palette this
  resulted in a low contrast to the background color if solarized_light
  was selected.

* c38 (COL_RED) hasn't been defined in solarized color palette, too.
  S_magenta seems to be the closest match.

* Made the change to solarized (dark) to keep symmetry.
2015-03-29 18:42:54 +02:00
Carsten Haitzler df96e87350 terminology shine - make it much higher resolution than before
fixes T2154
2015-03-24 08:37:45 +09:00
Boris Faure 0895a1e608 should set "hand2" cursor on links but doesn't work 2015-03-18 18:21:23 +01:00
Boris Faure 65d729ce32 font selector: use bg/fg for the preview from config/theme 2015-03-01 17:20:18 +01:00
Boris Faure 76e9ae6481 do an HTTP HEAD to get media type when poping media 2015-02-21 11:40:10 +01:00
Cedric BAIL 93daadd831 background: encode them in grayscale as it is properly loaded as GRY8 by GL backend. 2015-01-06 18:48:46 +01:00
Stefan Schmidt e4a4861173 themes: Add tab images to EXTRA_DIST to pass distcheck 2014-12-16 16:30:58 +01:00
Carsten Haitzler d93a54b278 terminology - nyanology - remove pointless copy and paste from default
this makes nyanoology work with the tabbar
2014-12-13 13:14:20 +09: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 5ed68d82b2 terminology - add tab bar at the top that looks like normal tabs
this makes the default (and solarized) themes have a tab bar at the
top that look and behave like normal tabs. option to disable these.

other themes might need some updating if they dont follow default by
 #including it.
2014-12-11 22:19:55 +09:00
Carsten Haitzler 3ad611a828 Revert "top-level tabs"
This reverts commit c6b5d0798f.
2014-12-03 08:42:46 +09:00
Carsten Haitzler f2f181cf1b Revert "toggle tabbar"
This reverts commit 973a8d34c6.
2014-12-03 08:42:45 +09:00
Carsten Haitzler cb77fe619a Revert "the tab selector is back!"
This reverts commit 4fd9c9d178.
2014-12-03 08:42:42 +09:00
Carsten Haitzler 913b6d7417 Revert "get add/hide buttons out of the toolbar"
This reverts commit 9fa112a98c.
2014-12-03 08:42:41 +09:00
Carsten Haitzler 480ab8d8d4 Revert "work on bell status"
This reverts commit fb6b7e9f75.
2014-12-03 08:42:36 +09:00
Carsten Haitzler fbb21059e1 Revert "only show tabselector if tabcount > 1"
This reverts commit a85dc5be9d.
2014-12-03 08:42:34 +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 a85dc5be9d only show tabselector if tabcount > 1 2014-11-30 16:21:39 +01:00
Boris Faure fb6b7e9f75 work on bell status 2014-11-29 22:05:44 +01:00
Boris Faure 9fa112a98c get add/hide buttons out of the toolbar 2014-11-29 22:05:38 +01:00
Boris Faure 4fd9c9d178 the tab selector is back! 2014-11-29 22:05:19 +01:00
Boris Faure 973a8d34c6 toggle tabbar 2014-11-29 22:05:19 +01:00
Boris Faure c6b5d0798f top-level tabs 2014-11-29 22:05:18 +01:00
Daniel Juyung Seo 27f60de90b themes: Make 'About' dialog scalable. 2014-11-22 02:34:35 +09:00
Boris Faure 082ee271a0 add icon_miniview to distfiles 2014-10-12 16:04:16 +02:00
Gwang O Lee 86002b6b12 Add "Miniview" and "Close Terminal" controls
Miniview button and icon are added.
Thank you!

Reviewers: seoz, raster, billiob

Subscribers: seoz

Differential Revision: https://phab.enlightenment.org/D1442
2014-09-20 11:11:08 +02:00
Gwang O Lee 9a6e54dc03 i18n: Korean desktop setting inital draft
Reviewers: huchi, seoz

Reviewed By: seoz

Subscribers: seoz, DarkCircle

Differential Revision: https://phab.enlightenment.org/D1406
2014-09-04 15:52:18 +02:00
Boris Faure d7ec90aefa make themes compile with efl 1.7 2014-08-15 11:06:50 +02:00
Boris Faure 87649b8de5 add miniview to nyanology and fix its makefile 2014-08-09 13:55:11 +02:00
Boris Faure 0032520257 add terminology to mild-based themes 2014-08-09 11:27:51 +02:00
Boris Faure f23ed66d00 reorganize default.edc 2014-08-09 11:27:34 +02:00
Carsten Haitzler 8e40b41fd4 add keywords to terminology desktop file
from https://phab.enlightenment.org/T1488

fixes T1488
2014-08-07 11:50:10 +09:00
Wonguk Jeong b14042aa49 media: improve media control pos/vol slider
Summary:
currently, pos/vol could be changed by using only knob not slider area.
use slider area as event source, and control knob internally.

Fixes T1440

Test Plan: terminology -> tycat video file -> try to control pos/vol by clicking slider area

Reviewers: billiob

Subscribers: seoz

Maniphest Tasks: T1440

Differential Revision: https://phab.enlightenment.org/D1219
2014-07-23 07:07:01 +09: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
Carsten Haitzler 96b43d79dd theme - improve transparency msg formatting with brackets 2014-07-21 18:16:22 +09:00
Godfath3r 5db4ef8519 Terminology: Miniview: add position indicator
Summary: Merge branch 'miniview_indicator'

Reviewers: raster, billiob

Maniphest Tasks: T1417

Differential Revision: https://phab.enlightenment.org/D1150
2014-07-15 12:27:27 +02:00
Wonguk Jeong 3c0094041c theme: smyck build dependency fix
Summary:
smyck should be built if mild.edc has been changed.

@fix

Reviewers: billiob, raster

Subscribers: seoz

Differential Revision: https://phab.enlightenment.org/D1181
2014-07-13 15:15:27 +02: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
Tom Hacohen edfb3d6958 Themes smyck: Update to 256 colours. 2014-05-19 13:01:30 +01:00
Tom Hacohen 6f2aa6d764 Themes: Add smyck theme.
http://color.smyck.org/.
2014-05-19 11:49:57 +01:00
Boris Faure d72a0cbec3 miniview: close from edj 2014-05-13 23:09:59 +02:00
Boris Faure 8d04ae955e miniview: use edje 2014-05-13 22:23:34 +02:00
Boris Faure 42cbf2f0ed miniview: fix with splits 2014-05-13 22:23:34 +02:00
Boris Faure eddec5e387 miniview: have ctrl-shift-h toggle the miniview 2014-05-13 22:23:33 +02:00
Boris Faure d4ce1166c6 miniview: use an image ftm 2014-05-13 22:23:33 +02:00
Boris Faure 23d3944b76 miniview: cleanup 2014-05-13 22:23:33 +02:00
Godfath3r a5bb346937 add miniview feature to terminology.
Pressing ctrl+shift+f toggles miniview on the side of each terminal/split/tab
2014-05-13 22:23:33 +02:00
Jerome Pinot a3c6b217b1 nyanology: some theme files are not being packaged, Makefile.am++ 2014-05-13 17:02:44 +09:00
Jean-Philippe Andre 66a517be2f Compilation: Align EDJ to CC 2014-05-12 15:08:36 +09:00
Boris Faure 97ab760016 nyanology: add tab-related stuff (copy/paste from default) 2014-05-10 14:29:47 +02:00
Boris Faure 2c368e89b5 import the great nyanology theme done by Anisse Astier
Known missing: tab counter
2014-05-10 14:29:40 +02: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
Boris Faure d9e076fe88 keep default theme compatible with efl 1.7/8 2014-03-11 22:40:12 +01:00
Carsten Haitzler d0bec8283e theme - make cmdbox dark and prettier 2014-03-09 22:55:23 +09:00
Carsten Haitzler e6b1ac0f9d use new sound channel feature in elm 2014-03-09 12:59:20 +09:00
Leif Middelschulte e1de7a8521 Add base16/ocean/dark theme 2014-02-18 20:00:52 +01:00
Carsten Haitzler 13c003c731 256 colorcube - follow the standards that need a set of custom colors
my xterm-256tst does seem to demand a specialized colorcube and
according to T846 this is the case elsewhere, so change colorcube to
match, as opposed to one that is more color efficient.
2014-01-24 08:41:17 +09:00
Amitesh Singh e913f6ef2f Fix - Only one action can be specified per program.
Reviewers: seoz, raster

Reviewed By: raster

Differential Revision: https://phab.enlightenment.org/D470
2014-01-20 19:53:23 +09:00
Marcel Hollerbach 85ded7e105 Implemented the wallpaper settings page.
Summary: Implemented a little page where you can set your background for your terminology.

Reviewers: raster, billiob

Reviewed By: raster

CC: seoz

Differential Revision: https://phab.enlightenment.org/D362
2013-12-29 13:45:27 +09:00
Carsten Haitzler a48836c528 solarized - fix build to actually be solarized as it was. 2013-12-28 18:21:20 +09:00
Carsten Haitzler f424fd9bbe theme - move solarized to 2 edc files that #include default 2013-12-25 13:18:01 +09:00
Cedric BAIL 5f15fae4e7 tabs: improve behavior by making possible to navigate between them by using mouse wheel.
More theme work is needed, but first step for T449.
2013-12-13 14:59:26 +09:00
Doug Newgard 854c5479e0 [terminology] Fix make dist
Summary: Just a couple of missing pngs

Reviewers: raster

Differential Revision: https://phab.enlightenment.org/D283
2013-10-29 10:19:15 +09:00
Carsten Haitzler aef3d275d2 lets reduce the theme color strings in size since there are so many - memory 2013-10-15 22:32:35 +09:00
Carsten Haitzler 5b1cc34ff9 alpha shadow image now has more fidelity at scaled up sizes = less banding 2013-10-15 17:29:34 +09:00
Gustavo Sverzut Barbieri 264a77594a pretty make output for EDJ.
cope with the quiet output and just say "EDJ name.edj" instead of
multiple lines with the full compile statement.
2013-10-11 11:34:55 -03: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
Carsten Haitzler 0f615122e5 theme - sync stripe imagery with dark in e17/elm theme and remove the pulse 2013-10-06 20:42:37 +09:00
Carsten Haitzler 075f8d1f2e pass distcheck 2013-09-29 00:42:34 +09:00
Boris Faure 2beb10beda fix solarized-light theme 2013-09-15 15:32:11 +02:00
Carsten Haitzler 2dac064d3b please... restore default coolors! :) 2013-08-30 08:56:24 +09: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
Boris Faure 75021221d8 256: fix color cube 2013-08-28 19:16:34 +02:00
Boris Faure 6be1029413 themes: use default theme as base for solarized 2013-08-28 14:34:42 +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 cc5b3942fa and add sounds dir to makefiles so we can dist. 2013-05-06 19:13:02 +09:00
Carsten Haitzler 3e0435e4d1 make use of eo audio and multisense in terminology.... bell..
keyboard... muhahahaha!
2013-05-06 19:09:55 +09:00
Carsten Haitzler b949583c34 glue in beep flag on sel creation if you missed a beep in a hidden tab. 2013-04-17 12:50:19 +09:00
Carsten Haitzler d201252033 track if a bell was missed in a background tab and display a "missed"
count and emit a signal to indicate you missed something. right now
you dont know which though has the missed bell. thats another stage -
pass missed flag to sel and display it in the theme.
2013-04-17 00:35:44 +09:00
Carsten Haitzler 87d585bd07 show overlay with number of open tabs - keep it faded out until you
mouseover. click to bring up tab switcher. mouse controls on tab
switcher work now... click to select. up & down arrow work too...
2013-04-06 23:30:45 +09:00
Carsten Haitzler 5444820f19 fix up artiifacts in tab selector zoom.
fix up video./audio restart in sel by not duplicating (instead add 1 edje obj
level in between and include bg with term. may affect other themes).
2013-04-06 14:02:05 +09:00
Carsten Haitzler fa4ebb5b2f icons for buttons, theme overlay (for now) and some theme polishing
for terminology sel
2013-03-24 19:56:01 +09:00
Carsten Haitzler 64196937ab some cleaning up of pending things.. so we can do a terminology 0.3
:)
2013-03-20 19:00:05 +09:00
Carsten Haitzler edd37bbae7 track term titles properly and put them in tab sel views. done for the
moment.
2013-03-20 13:47:56 +09:00
Carsten Haitzler c2afdf1380 fix bevel image/theme to not have gap at top. 2013-03-20 13:01:43 +09:00
Carsten Haitzler 29dd7608c2 improve tab sel look to have its own. 2013-03-20 12:55:15 +09:00
Eduardo Lima (Etrunko) bba639baf7 Fix edje_cc verbosity if building with V=1
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
2013-03-07 18:10:09 -03:00
Boris Faure c9216e5214 add the light version of the solarized theme
SVN revision: 84025
2013-02-17 16:18:56 +00:00
Carsten Haitzler a3e16b6fc7 fmting
SVN revision: 83612
2013-02-04 21:11:59 +00:00
Carsten Haitzler 624fc417df compile again. mild. etc.
SVN revision: 83363
2013-01-27 05:46:35 +00:00
Carsten Haitzler 7f6ae2a441 little theme adjustments for terminology - cursor loses striped fill -
clear empty, but gets blue glow. use subtle blue glow to show focuwed
term - useful for multi-term grid.



SVN revision: 83362
2013-01-27 05:24:07 +00:00
Carsten Haitzler 524d62d2f3 move options/controls out of term edj into separate one for the window
SVN revision: 83361
2013-01-27 01:58:12 +00:00
Carsten Haitzler a0ffffd42d split your terminology man... split it! :)
SVN revision: 83090
2013-01-22 15:01:53 +00:00
Leif Middelschulte ce03ed3820 Add foreground color as "color0"
SVN revision: 83046
2013-01-21 19:57:27 +00:00
Boris Faure d8d389efbc terminology: remove default_colors.in.edc from solarized.edj dependencies
Thanks to T_UNIX for spotting it.

SVN revision: 83045
2013-01-21 19:39:35 +00:00
Leif Middelschulte f6e80e14dc Add mustang theme.
SVN revision: 83043
2013-01-21 19:17:57 +00:00
Stefan Schmidt 06792ddff2 terminology: Fix distcheck
SVN revision: 83036
2013-01-21 11:31:31 +00:00
Boris Faure 55c7bc2d33 terminology: add edc color helper
SVN revision: 83021
2013-01-20 16:48:23 +00:00
Boris Faure 2257a93e4d terminology: add solarized theme
SVN revision: 83020
2013-01-20 16:48:21 +00:00
Carsten Haitzler de8b44d645 missed outcol2 bottom edge.. just noticed.
SVN revision: 83009
2013-01-20 02:07:57 +00:00
Carsten Haitzler bbd7701258 white pulse on selection a bit too much.
SVN revision: 82262
2013-01-05 04:50:21 +00:00
Carsten Haitzler 0ec0ceb182 adjust terminology theme colors now to match default theme better?
SVN revision: 82184
2013-01-04 16:11:14 +00:00
Massimo Maiurana d5d2328bf4 updating esperanto translations
SVN revision: 81195
2012-12-17 23:42:23 +00:00
Carsten Haitzler ff051363b9 clean up terminology theme adjustment padding for bevels.
SVN revision: 81007
2012-12-15 03:30:01 +00:00
Mike Blumenkrantz 0e0e6e7885 fix terminology.desktop to be XDG compliant
SVN revision: 79869
2012-11-30 07:38:27 +00:00
Massimo Maiurana ee6802db18 updating russian and galician translations
SVN revision: 79722
2012-11-26 17:37:27 +00:00
Massimo Maiurana b9d7a68f54 updating various translations
SVN revision: 79483
2012-11-20 23:30:36 +00:00
Boris Faure 53aa6d66fc Revert "terminology: use solarized colors"
This reverts commit cf35576bd3e5cf4f95ef637f6c55ebd0b91317cd.

SVN revision: 78930
2012-11-05 15:31:45 +00:00
Boris Faure a8272ed352 terminology: use solarized colors
SVN revision: 78928
2012-11-05 15:29:39 +00:00
Carsten Haitzler 2c18ec8ba2 revert! broke terminology build completely.
SVN revision: 78312
2012-10-22 02:12:55 +00:00
Flavio Vinicius Alvares Ceolin 0dcc9e2044 Using the edje_codegen to handle with the theme
Using the code generated to handle the parts of the
edj file. Trying to avoid mistakes with the parts names and
make the code more independent from the theme (the parts can
change the name since it maintaining the same api)



SVN revision: 78271
2012-10-19 22:04:01 +00:00
Boris Faure ca40aa9b8e Revert "terminology: use solarized colors"
SVN revision: 77988
2012-10-15 08:18:42 +00:00
Boris Faure 28cd2ef56f terminology: use solarized colors
SVN revision: 77986
2012-10-15 08:17:15 +00:00
Carsten Haitzler 8de26cadab ensure cursor is not animating when not focused
SVN revision: 77038
2012-09-24 14:46:10 +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
Carsten Haitzler a24f4ba16d split options inot more swallows in the terminology theme because this
is eventually how it needs to work as i wanted wallpaper and theme
stuff to totally see the terminology txt/bg like wp2 in e17. :)



SVN revision: 75941
2012-09-02 14:10:31 +00:00
Massimo Maiurana 043c6545fd updating portuguese and italian translations
SVN revision: 75634
2012-08-23 18:08:44 +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
Cedric BAIL cf3a453baf terminology: remove c&p error.
SVN revision: 75587
2012-08-23 03:24:27 +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
Gustavo Sverzut Barbieri 1453f157fd allow to dismiss clicking everywhere, not just on the popup media base.
SVN revision: 75521
2012-08-22 08:17:04 +00:00
Carsten Haitzler a684b21b57 add some infra for cmd-mode for terminology. only 1 working cmd atm
"f" (font changes)



SVN revision: 75254
2012-08-14 12:30:55 +00:00
Carsten Haitzler d99c9a920a enable url fetching for backgrounds AND media popups with nice busy
and and progress bar.



SVN revision: 75018
2012-08-08 13:15:54 +00:00
Cedric BAIL 09a5b507fc terminology: increase selection handle size, fix typos and fix missing inherit.
Patch by P Purkayastha <ppurka@gmail.com> fixing ticket #1194.


SVN revision: 74612
2012-07-31 04:48:14 +00:00
Carsten Haitzler aabf610f3b there is no need for a terminal=false line - thats default.
SVN revision: 74551
2012-07-30 06:13:39 +00:00
Carsten Haitzler b8cdce47e3 oops - add images. missing.
SVN revision: 73863
2012-07-15 05:57:23 +00:00
Carsten Haitzler a06a235c49 make selection pulse much more subtle
SVN revision: 73862
2012-07-15 05:25:16 +00:00
Carsten Haitzler 8a1e27df66 sex up the selection in terminology. :)
SVN revision: 73861
2012-07-15 04:49:20 +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
Davide Andreoli 5526a33a40 updated xcf
SVN revision: 73428
2012-07-06 23:08:19 +00:00
Davide Andreoli afe29dc989 better icons for video knobs...they are still not .awesome. but in 14x14 pixel I cant do better than this
SVN revision: 73427
2012-07-06 21:04:16 +00:00
Carsten Haitzler f5bef8a0ed incoming sexiness... links, file paths, email addresses found in text
on mousover. highlight with a subtley animated underline and on
click.. do something sensible. the inline handler is the sexiest of
all. try local file pahts for now (full paths). as they work best.
remote urls for video files SHOULd work if they have http:// etc.
before them - no adjusting of loose ones. u may want to look at the
helpers config panel. internal handling of remote urls for media
doesnt download currently. still needs to be done. anyway. enjoy!



SVN revision: 73288
2012-07-04 14:44:43 +00:00
Carsten Haitzler d2c099699a make about text scroll for an extra 15 sec.
SVN revision: 73124
2012-07-02 03:51:20 +00:00
Carsten Haitzler 689e2c2dd7 begin on custom command infra, fix home/end for emacs, and fix about
dialog to restart properly and dismiss layer to be above about.



SVN revision: 73085
2012-07-01 00:24:30 +00:00
Carsten Haitzler 5afd73501f any button now dismisses the popup dialog things.
SVN revision: 73083
2012-06-30 14:21:00 +00:00
Carsten Haitzler becb0201aa about box is there... mwahahhahahahahahah!
SVN revision: 73080
2012-06-30 11:08:07 +00:00
Davide Andreoli 002ca0803b Terminology: move the media controls top-right (less used place) intead of bottom-left
NOTE: This spot an edje animation bug (I faced this other times before):
during the animation (mouse-in/out)  the right-alignment lost
1 pixel somewhere.

Can someone in touch with edje animation code give a look?
...the edc layout is really simple, the problematic part is:
"media_bg" at line 609 in default.edc

thanks
davemds

SVN revision: 72891
2012-06-26 20:07:55 +00:00
Mike Blumenkrantz 666d4223c9 add new terminology option to disable that infernal cursor blinking; this should, in theory, be a combo box with different styles (underline, solid, invisible, etc), but imo the first thing is the ability to disable the blinking overall
SVN revision: 72856
2012-06-26 08:05:43 +00:00
Carsten Haitzler eacd019638 more red glow for bell so u notice it more. :)
SVN revision: 72815
2012-06-25 16:01:26 +00:00
Davide Andreoli bb11d9e336 First try of two knobs images (for volume and position), absolutely not happy with them.
also move 'programs' parts outside of 'parts'. They where there for error.

SVN revision: 72777
2012-06-24 22:46:13 +00:00
Davide Andreoli 304434ccf6 also add a slider for seek in the video
SVN revision: 72765
2012-06-24 11:55:46 +00:00
Davide Andreoli 98a9da059e Fixed dropshadow size in mediacontrol
SVN revision: 72763
2012-06-24 10:41:29 +00:00