Commit Graph

3272 Commits

Author SHA1 Message Date
Boris Faure 1871e50108
Revert "po: update po/terminology.pot and po/*po"
This reverts commit 5018e55980.
2020-12-23 21:57:38 +01:00
Boris Faure 5018e55980
po: update po/terminology.pot and po/*po 2020-12-23 21:52:41 +01:00
haruna 225725a85c Added translation using Weblate (Japanese)
Co-authored-by: haruna <w10776e8w@yahoo.co.jp>
2020-12-21 09:49:03 +01:00
Tim Gates bc314bf1be docs: fix simple typo, elemeent -> element
There is a small typo in THEMES.md.

Should read `element` rather than `elemeent`.
2020-12-19 16:42:54 +01:00
Carsten Haitzler 503c69e0f7 fix rogue focus overlay that auto-mode adds where terminology does it
terminology handles showing rfocus display inside the elm layout so
even if the layout is focusable, it shouldnt SHOW it, but we want to
show it when the controls popup is open so toggle it then
2020-12-12 12:06:59 +00:00
Boris Faure f8ec17801a
win: be a bit hardcore on focus 2020-12-09 23:08:34 +01:00
Boris Faure 083784b375
options_font: focus the filter entry 2020-12-09 23:07:30 +01:00
Marcel Hollerbach 4530839249
controls: always focus new button
if the terminal is unfocused, the layout is not allowed to get focus anymore.
This way we ensure that cases where we have multiple ui elements overlapping cause problems.
2020-12-09 22:15:42 +01:00
Boris Faure c03b2b78e6
win: remove unused variable 2020-12-07 22:32:25 +01:00
Boris Faure 9330420c3c
focus: try to do a bit less 2020-12-07 22:30:35 +01:00
Carsten Haitzler 73a538433e tyls - allow ls *.png or *.jpg and so on to work as you expect 2020-12-06 16:35:55 +00:00
Boris Faure a617e9043b
termio: set scale only when font/size is set
Should avoid error messages like
ERR<16582>:eina_safety ../src/lib/evas/canvas/evas_object_textgrid.c:1202
_evas_textgrid_efl_text_font_font_family_set() safety check failed:
(!font_name) || (!*font_name) is true
ERR<16582>:eina_safety ../src/lib/evas/canvas/evas_object_textgrid.c:1238
_evas_textgrid_efl_text_font_font_size_set() safety check failed:
font_size <= 0 is true
2020-12-05 16:14:18 +01:00
Boris Faure 44952d9ac8
sel: cleanup 2020-12-05 16:09:10 +01:00
J. Lavoie 91a46f6d08
Translated using Weblate (German)
Currently translated at 82.3% (201 of 244 strings)

Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Translate-URL: https://hosted.weblate.org/projects/terminology/terminology/de/
Translation: Terminology/Terminology
2020-12-03 21:29:01 +01:00
Boris Faure d483af6b88
options_font: make font search a bit more reliable 2020-12-01 21:44:43 +01:00
Boris Faure e21c07d114
options_font: the long awaited font search! 2020-12-01 21:10:06 +01:00
Boris Faure 070fa1defb
options: add note on colorschemes about current theme and vice-versa 2020-11-29 15:52:58 +01:00
Boris Faure 1fe87a4b2c
termio/win: use Elementary_Cursor.h 2020-11-29 15:27:34 +01:00
Boris Faure 665a3acbcf
THEMES: improve documentation 2020-11-28 17:08:07 +01:00
Boris Faure 84905e62e9
options_themepv: do not use terminology/background for color scheme preview
use a dedicated group, lighter
2020-11-28 16:55:20 +01:00
Boris Faure d8294d3cfa
options_themepv: clean things up 2020-11-28 13:08:25 +01:00
Boris Faure 71f54ad7d6
theme: ensure group exists in file before using it 2020-11-26 22:50:37 +01:00
Boris Faure dcb43054e9
colorschemes: add Cobalt2 2020-11-26 22:50:09 +01:00
Boris Faure 5bb2cf96a7
colorschemes: add One Dark 2020-11-26 21:48:02 +01:00
Boris Faure da44ea9ad4
colorschemes: add Soft Era 2020-11-25 23:27:00 +01:00
Boris Faure 94e7cc4bc0
colorschemes: add PaleNight theme 2020-11-25 23:09:44 +01:00
Boris Faure c59bcf3aab
colorschemes: add Tomorrow Night Burns 2020-11-25 23:05:48 +01:00
Boris Faure 0e4ea771cc
tyls: do not force extension 2020-11-25 22:04:52 +01:00
Boris Faure 7f3bfab6d6
options_themepv: ease CPU usage, do not blink the cursor 2020-11-25 21:45:06 +01:00
Boris Faure 378ccbfc51
colorschemes: papercolor: I prefer that redish color 2020-11-25 21:38:04 +01:00
Boris Faure 8854808032
colorschemes: add Fahrenheit 2020-11-24 23:44:52 +01:00
Boris Faure 061a34bb1a
colorschemes: add Material 2020-11-24 23:44:23 +01:00
Boris Faure e6f2d1b189
colorschemes: add Belafonte Day/Night 2020-11-24 22:52:34 +01:00
Boris Faure a75cce1e0e
gen_faint: correct truncate
It seems it's not that one:
https://docs.python.org/3/library/io.html?highlight=truncate#io.IOBase.truncate
2020-11-24 22:21:33 +01:00
Boris Faure ec1f404d81
colorschemes: add Dracula 2020-11-24 20:05:55 +01:00
Carsten Haitzler d9a5832bd6 font sizing - listen to elm config change events and re-apply font size
re-applying font size (setting it) will take int account any new scale
value that may be set. this allows elementary_config or any config
tool that is updating config to change scaling and terminology
properly adapts. elementary itself for all widgets already takes care
of its own gui elements, but since the terminal grid is a custom thing
for terminology - it is responsible for doing this itself. now it
does.

@feat
2020-11-24 09:18:52 +00:00
Boris Faure 3ad89d9db4
colorschemes: simplify procedure 2020-11-22 23:22:41 +01:00
Boris Faure ff93e0a8a2
colorschemes: add the Tango {Dark,Light} colorschemes 2020-11-22 20:44:45 +01:00
Boris Faure a416458ca9
options_theme: ensure the selected theme is the right one
was not the case when explicitly setting them from command line
2020-11-22 20:42:58 +01:00
Boris Faure 2669cc5780
colors: list user-stored color schemes 2020-11-22 19:40:58 +01:00
Boris Faure a3a12e9905
mild: fix unfocused effect 2020-11-22 19:40:58 +01:00
Boris Faure 81943d470f
add documentation on color schemes 2020-11-22 19:40:58 +01:00
Boris Faure d94bc64230
colorschemes: make it easier to add colorschemes 2020-11-22 16:33:13 +01:00
Boris Faure aeffac28c6
colorschemes: add Default.ini, as example 2020-11-21 22:51:37 +01:00
Boris Faure 40ef52466c
tools/colors_with_faint.sh: improve comment 2020-11-21 22:51:27 +01:00
Boris Faure 6564e96039
color schemes builder: fix trap command to avoid orphans 2020-11-19 13:54:59 +01:00
Boris Faure 43d1a681df
themes: use HIGHLIGHT instead of SHINE color class 2020-11-18 00:13:13 +01:00
Boris Faure 1688c3b4c2
colors.edc: remove useless color classes 2020-11-17 23:41:05 +01:00
Boris Faure 7469037003
themes: use only HIGHLIGHT
instead of CURSOR_HIGHLIGHT and GLOW_HIGHLIGHT
2020-11-17 23:20:15 +01:00
Carsten Haitzler d9e63b3d3d color schemes - dont crash when duplication a NULL scheme - use default 2020-11-16 19:46:47 +00:00