Update Japanese translation #59

Open
usergreen wants to merge 10 commits from usergreen/efl:efl-1.25 into master

10 Commits

Author SHA1 Message Date
Stefan Schmidt 030a4d4e6c release: Update NEWS and bump version for 1.25.1 release 2020-10-08 10:41:04 +02:00
Vincent Torri 86b5ea5af8 Ecore_file: on Windows, fix errno value when dst exists.
Summary: This also fixes the saving of elementary_config file

Test Plan: execution of elementary_config

Reviewers: jptiz, raster

Reviewed By: raster

Subscribers: johnny1337, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12165
2020-10-08 10:10:30 +02:00
Vincent Torri ac6528c9ec Windows: fix copy'n paste
Summary: fix seat id and clean cnp data when needed

Test Plan: Ctrl-c and Ctrl-V (elm-->app, app--> elm elm-->elm)

Reviewers: jptiz, walac, cochisecesar, bu5hm4n, felipealmeida, raster

Reviewed By: felipealmeida, raster

Subscribers: netstar, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12166
2020-10-06 10:18:32 +02:00
Carsten Haitzler 34be04121d efreet - windows - still call stat but skip lstat/readlink
now stat is filled with data on windows

@fix
2020-10-06 10:18:32 +02:00
Youngbok Shin 92da0a3339 evas: sw font draw - protect against null pointer access
The image data of dst could be null in a rare case.
@fix

Reviewed-by: Christopher Michael <devilhorns@comcast.net>
Differential Revision: https://phab.enlightenment.org/D12163
2020-10-06 10:18:32 +02:00
Marcel Hollerbach 4774e7d682 build: addition to abf0e9dffe
the fix is also needed in ecore_imf modules.

Thank you Ross!
2020-09-26 14:35:46 +02:00
Vincent Torri 401ce9030e Ethumb: reorder _init/shutdown functions, ecore and evas init/shutdown are useless, as ecore_evas already manages them
Test Plan: compilation

Reviewers: raster

Reviewed By: raster

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12161
2020-09-26 14:35:46 +02:00
Vincent Torri 44c613352d edje_external_inspector: re-order _init a bit: log after eina, remove ecore_init/shutdown as it is already managed by edje_init/shutdown
Reviewers: raster

Reviewed By: raster

Subscribers: raster, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12160
2020-09-26 14:35:45 +02:00
Marcel Hollerbach 586357a090 build: fix dependencies of software engine
before the efl-one refactoring ecore_x_deps contained all the
dependencies for x11. After that not anymore, however, we should link
software_x11 to x11 libs directly, which is again happening after this
here.
2020-09-26 14:35:45 +02:00
Stefan Schmidt a27f06e09c NEWS: fix some typos for 1.25 update
Vicent spotted some typos. Get them fixed here.
2020-09-26 14:35:45 +02:00