From 8d308cae5e026ac1bc78ace2a5bf807f383805c2 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 15 Jun 2019 02:17:28 +0900 Subject: [PATCH] Remove: Adobe photo editor --- app/adobe.html | 267 --------------------------- app/js/post/img.js | 10 +- app/main/img.js | 31 ---- app/view/en/oss.html | 7 - app/view/ja/oss.html | 7 - app/view/make/index.sample.html | 3 - app/view/make/language/index.en.json | 2 +- app/view/make/language/index.ja.json | 1 - app/view/make/language/index.ps.json | 1 - 9 files changed, 2 insertions(+), 327 deletions(-) delete mode 100644 app/adobe.html diff --git a/app/adobe.html b/app/adobe.html deleted file mode 100644 index 692071a6..00000000 --- a/app/adobe.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - Adobe Photo Editor - TheDesk - - - - - - - - - - - - - - - - - - - - -
-
-

ここに画像ファイルをドラッグし、画像をクリックしてください。

- -
-
-
- - - - - - - - \ No newline at end of file diff --git a/app/js/post/img.js b/app/js/post/img.js index 0a85569b..9fb1f641 100644 --- a/app/js/post/img.js +++ b/app/js/post/img.js @@ -54,7 +54,7 @@ function closedrop() { } //ファイル選択 function fileselect() { - ipc.send('file-select', ""); + postMessage(["sendSinmpleIpc", "file-select"], "*") } //ファイル読み込み @@ -204,14 +204,6 @@ element.addEventListener("paste", function (e) { // 画像以外がペーストされたときのために、元に戻しておく }); -//Adobeフォトエディタ -function adobe() { - var agree = localStorage.getItem("adobeagree"); - ipc.send('adobe', agree); -} -ipc.on('adobeagree', function (event, arg) { - localStorage.setItem("adobeagree", arg); -}); function deleteImage(key) { if (!confirm(lang.lang_postimg_delete)) { return false; diff --git a/app/main/img.js b/app/main/img.js index 0c14d47c..7a855a4a 100644 --- a/app/main/img.js +++ b/app/main/img.js @@ -28,37 +28,6 @@ function img(mainWindow, dir) { } }); }); - ipc.on('adobe', (e, arg) => { - - if (!arg) { - const options = { - type: 'info', - title: 'Adobeフォトエディタ', - message: "「許可」または「永続的に許可」をクリックするとTheDeskとAdobeで情報を共有します。\n次のウィンドウを開いている時以外は一切提供しません。", - buttons: ['拒否', '許可', '永続的に許可'] - } - dialog.showMessageBox(options, function (index) { - if (index === 2) { - e.sender.webContents.send('adobeagree', "true"); - } - if (index > 0) { - adobeWindow(); - } - }) - } else { - adobeWindow(); - } - }); - function adobeWindow() { - var window = new BrowserWindow({ - webPreferences: { - nodeIntegration:true - }, - width: 1000, - height: 750 - }); - window.loadURL(dir + '/adobe.html'); - } ipc.on('bmp-image', (e, args) => { var m = args[0].match(/(.+)\\(.+)\.(.+)$/); diff --git a/app/view/en/oss.html b/app/view/en/oss.html index 2685fc09..1c3608dc 100644 --- a/app/view/en/oss.html +++ b/app/view/en/oss.html @@ -842,13 +842,6 @@ SOFTWARE.
itunes-nowplaying-mac
rinsuki/itunes-nowplaying-mac
MIT LICENSE -
Adobe Creative SDK
-Please visit: - - This file - - picture_as_pdf -
Google Fonts