This is an automated email from the git hooks/post-receive script.
billiob pushed a change to annotated tag v1.9.0
in repository apps/terminology.
at b64f71f (tag)
tagging 327265ac6092062bfdfe7c3809b5c722e560046c (commit)
replaces v1.8.1
tagged by Boris Faure
on Mon Jan 18 22:43:08 2021 +0100
- Log -----------------------------------------------------------------
Terminology v1.9.0
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwGD75dmSQZUDUXDyNcBBBRYWa+gFAmAGAOwACgkQNcBBBRYW
a+jr9Q/9E/1mKEv4ERvcrw6YNhFQubIjvTgKHdGG6/9wkhCwYla6q4HJwlxAO1AB
vIDgEZXbeIcK47faT+x42PQnxk5K2LK/pSddN6QkkME/HzAL4os+fFwPi4IHMnfK
VWNtDvDVKSv5rD2vNImFbQeZZ8kG2aZziM6B55GowZLT8MQhyz/6SdQVpS20FFUZ
j9LR/X977aOzG4+jldWfbBDb21xj+9GuPbB1On13+kw5eYqZPcWn7EWrvYhKhF5i
CsGRAC3DcJB5CfSDEg5qFbqNWaA+mxbqe6TRCkS5/LLVKo4dP2ZeL9UcX/+RfYoa
6bn1ZHIhUIB4L535nuOlfmeRDj2/YUjamqqXTljxpXTA0uhUpdpj0F6SRlvLcU7W
94Z+ArGTMlEpbXTYRruLXVvJL/RzMhIsEwLwkKikpPBOZkp68hGMXLOjOM7ecSH1
CecR+32HCRoaYmphDXVTGabcz2RgSur4oM8XHXbHWca/iWwAS+5wg4l2vkJhC9yj
Iberg4Z+uToi3aeVVTzxZ9wI2W1xmSOjck5+2cwQiizJTGH774YTQLtIclzkWMdP
oUcrjY+SH2ltdWqCNqCNKusZohYTSjYVaux9DDKUpERZCO/4nQkDQ9VDCqAk39GD
AgTQ1Cq/Owk1nqBlYk0He4khdXShC8nwRxVmAF0aBzne4u8D+AM=
=M5JV
-----END PGP SIGNATURE-----
Adolfo Jayme Barrientos (3):
Translated using Weblate (Spanish)
Translated using Weblate (Spanish)
Translated using Weblate (Spanish)
Allan Nordhøy (4):
Added translation using Weblate (Norwegian Bokmål)
Translated using Weblate (Norwegian Bokmål)
Translated using Weblate (Norwegian Bokmål)
Translated using Weblate (Norwegian Bokmål)
Arcade (1):
Translated using Weblate (Ukrainian)
Artem (1):
Added translation using Weblate (Russian)
Arthur Nikitenko (4):
Translated using Weblate (Russian)
Translated using Weblate (Russian)
Translated using Weblate (Russian)
Translated using Weblate (Russian)
Boris Faure (204):
tests: new result ton test with 1.8.0 release
tests: with the correct value, it works better
on the road again
themes/default/link: use color_class GLOW
themes/default/media: use color_classes
themes/default: color_classify sel
themes: add color class GLOW_TXT_HIGHLIGHT
win/options_mouse: apply mouse timer change to current terms
circleci: run with bash when needed
circleci: no dot in names
codecov: remove troubling line in fixes
themes: color_classify selection.edc
themes/default: color_classify background (wip)
themes/mild: remove unused image references
themes/default: finish color_classifying background
themes/mild: add vim markers
themes/default: tab bar is back ;)
themes/default: get back that yellowish color on tab missed
themes/mild: color_classify background
termptydbl: be strict on what is wide and do not try to be smart.
termptydbl: also need to update the tests
Merge branch 'terminology-1.8'
Merge branch 'terminology-1.8'
mild: color_classify cursors
mild: color_classify sel
mild: simplify and no longer need BELL_OVERLAY
mild: specify cursor color
mild: color_classify links
mild: color_classify tab_drag_thumb
mild: fix compilation
mv src/bin/col.{c,h} src/bin/colors.{c,h}
po: regenerate po/POTFILES.in
cleanup src/bin/colors.h
keyin: rename macro to improve readability
win: use theme_apply_elm on elm_layout
Merge remote-tracking branch 'origin/terminology-1.8'
private.h: add static_strequal()
win: make code more "as usual"
color schemes: proof of work on colorschemes with the nord theme
colors.h: change name of header guard
win: focus new split. Closes T8804
Merge branch 'terminology-1.8'
config: eet_data_descriptor_free accepts NULL
config: rename Config_Color type to Color + reorganise eet setup
color schemes: add eet-related code
termpty: make provided title as forced title
Merge branch 'terminology-1.8'
Translated using Weblate (French)
Translated using Weblate (French)
improve translation strings
po: no directory in POTFILES.in
po: update terminology.pot
po/meson.build: add 'po' target
po: update translation files
Translated using Weblate (Italian)
Merge remote-tracking branch 'weblate/master'
2 new languages: Russian and Norwegian Bokmål
po: remove duplicates
Translated using Weblate (Croatian)
options_behavior: improve translation
po: update po
main: add missing parenthese
po: update due to latest change
man: add missing parenthese
README: add weblate widget + cleanup
generate colorschemes.eet
colors: remove commented out code
colors: add default colorscheme
colors: load it from files
Translated using Weblate (Dutch)
ci: test against efl-1.25.0
ci: wrong revision
colorschemes: use json as source as it seems easier to fill in
colorshemes: add Solarized (dark and light)
colorschemes: add Ocean Dark
Ocean Dark: add missing comma
colorschemes: add Mustang
colorschemes: add Mild
colorschemes: add Smyck
colors: remove debug line
Merge remote-tracking branch 'weblate/master'
colorschemes: input files are JSON now
build, colorschemes: add scripts as dependencies
colors: use color scheme from file (only for Nord)
colorschemes: use ini instead of json
ini2desc: allow fallbacks
colors: add color_scheme_list()
termptyesc: simplify code. CID1431130
colors: avoid dereference after null check. CID1433233
colors: dup default_colorscheme
README: I've changed my username on github
options_themepv: shorten magenta to see a bit more white
win: cleanup focus. Closes T8756
Merge branch 'terminology-1.8'
theme: make config_theme_path_default_get() private
win: constify background_set_shine()
colors: make color_scheme_apply() public
theme: add theme_path_default_get()
theme: have only one theme_apply function
theme: use theme_file if provided
ini2desc.py: bad indentation
options_themepv: add color scheme option
colors: oops
colors: do not use bold/bright and faint/dim at the same time
termiointernals: add comment about using bright but not bold
config: set xterm_256color as default
termio: add termio_character_size_get()
options_themepv: remove unused macro
Nord.ini: rewrite
Mild.ini: rewrite
Mustang.ini: rewrite
Ocean Dark.ini: rewrite
PaperColor.ini: rewrite
Smyck.ini: rewrite
Solarized.ini: rewrite
Solarized Light.ini: rewrite
ini2desc.py: work with new format
colors: have a simpler structure for normal/bright/faint
colorschemes: add script to generate faint colors
gen_faint.py: change factor to 75% + generate BrightFaint
colors: have 4 blocks: normal, bright, faint and bright+faint
colorschemes: compute BrightFaint color block
options_themepv: add color mode
options_color: rewrite to display color schemes
colors: add color_scheme_dup()
config: add color_scheme
options_colors: be able to select color scheme
main: add --colorscheme
colorschemes: add Black.ini
config: upgrade to set color schemes
tools: add script to show colors in normal/bright/faint/bright+faint
remove themes that were only a color scheme variant of default/mild
colors: there are 4 color sets…
options_colors: add tooltip on color scheme preview
options_colors: add ctx popup to go to color scheme's website
utils: add open_url() to avoid code duplication
test malloc/calloc's return. Fix CID1436182
config: ensure config->colorscheme is set. Closes T8855
main: reorganize options
termio: remove useless variable
termptyesc: handle xterm 12 to change cursor color
colors: show error in case applying NULL color scheme
termio/termptyesc: clean up mess with color classes
color class: ensure operations work
tytest: those functions must return Eina_Bool
termptyesc: export termptyesc_safechar()
termptyesc: _handle_xterm_set_color_class() gets obj==NULL in tests
tests: add test on escape code OSC 12
colors: no longer set all those "c%d" color classes
tytest: makes more sense (to me) to check len
vin: remove unused variable
themes: use only HIGHLIGHT
colors.edc: remove useless color classes
themes: use HIGHLIGHT instead of SHINE color class
color schemes builder: fix trap command to avoid orphans
tools/colors_with_faint.sh: improve comment
colorschemes: add Default.ini, as example
colorschemes: make it easier to add colorschemes
add documentation on color schemes
mild: fix unfocused effect
colors: list user-stored color schemes
options_theme: ensure the selected theme is the right one
colorschemes: add the Tango {Dark,Light} colorschemes
colorschemes: simplify procedure
colorschemes: add Dracula
gen_faint: correct truncate
colorschemes: add Belafonte Day/Night
colorschemes: add Material
colorschemes: add Fahrenheit
colorschemes: papercolor: I prefer that redish color
options_themepv: ease CPU usage, do not blink the cursor
tyls: do not force extension
colorschemes: add Tomorrow Night Burns
colorschemes: add PaleNight theme
colorschemes: add Soft Era
colorschemes: add One Dark
colorschemes: add Cobalt2
theme: ensure group exists in file before using it
options_themepv: clean things up
options_themepv: do not use terminology/background for color scheme
preview
THEMES: improve documentation
termio/win: use Elementary_Cursor.h
options: add note on colorschemes about current theme and vice-versa
options_font: the long awaited font search!
options_font: make font search a bit more reliable
sel: cleanup
termio: set scale only when font/size is set
focus: try to do a bit less
win: remove unused variable
options_font: focus the filter entry
win: be a bit hardcore on focus
po: update po/terminology.pot and po/*po
Revert "po: update po/terminology.pot and po/*po"
po: update po/terminology.pot and po/*.po
tests: only sleep within testing ui
tests: add missing utils.sh
sh: compare strings but not illegal numbers
tests: allow differents checksums for one test
termpty: avoid ERR on exit of shell when keeping screen opened
termpty: add some debug
po: use "YouTube" instead of "Youtube". Thanks to kingu for the suggestion
po: update
Prepare for upcoming 1.9.0 release
Terminology v1.9.0
Carsten Haitzler (8):
po - fix duplicate xlate string in it.po
terminology - use icon name not full path ao icon themes can override
color schemes - dont crash when duplication a NULL scheme - use default
font sizing - listen to elm config change events and re-apply font size
tyls - allow ls *.png or *.jpg and so on to work as you expect
fix rogue focus overlay that auto-mode adds where terminology does it
controls - delete hide db when deleting the frame
controls - dont "done" more than once in window controls
Hosted Weblate (1):
Update translation files
J. Lavoie (2):
Translated using Weblate (Italian)
Translated using Weblate (German)
Julien Dessaux (1):
snap: Fixed segfault on bell due to missing libpulse.so.0
Marcel Hollerbach (2):
Translated using Weblate (German)
controls: always focus new button
Milo Ivir (2):
Translated using Weblate (Croatian)
Translated using Weblate (Croatian)
Philippe Jean Guillaumie (7):
Translated using Weblate (French)
Translated using Weblate (French)
Translated using Weblate (French)
Translated using Weblate (French)
Translated using Weblate (French)
Translated using Weblate (French)
Translated using Weblate (French)
Tim Gates (1):
docs: fix simple typo, elemeent -> element
Xavi Artigas (1):
Translated using Weblate (Catalan)
haruna (2):
Added translation using Weblate (Japanese)
Translated using Weblate (Japanese)
scootergrisen (2):
Translated using Weblate (Danish)
Translated using Weblate (Danish)
玉堂白鹤 (1):
Translated using Weblate (Chinese (Simplified))
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 327265a Terminology v1.9.0
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--