Commit Graph

40 Commits

Author SHA1 Message Date
eb697554a3 Revert "translatewrapper: regex lineedit doesn't translate sentence on a full match"
This reverts commit 24a199a8c4.
2024-09-05 14:57:16 +08:00
287a0365b9 Merge remote-tracking branch 'Blu3train/fixDevtoolsdeepltranslateWrongTargetLanguageSelection' 2024-09-05 12:42:16 +08:00
Blu3train
916b2c87b6 DeepL selector traslation text fix 2023-09-27 18:57:36 +02:00
Blu3train
c6b52b6886 DeepL selector traslation text fix 2023-05-16 20:35:45 +02:00
Blu3train
da56952c61 DeepL changed the way to select secondary language (US English and UK English) 2023-04-04 01:32:07 +02:00
Blu3train
cb43f0db01 DeepL changed the way to select secondary language (US English and UK English) 2023-04-04 01:12:30 +02:00
Blu3train
786e0aac05 Added Korean and Norwegian languages selection 2023-02-21 22:30:00 +01:00
Blu3train
fcf1ea2f14 Added Ukrainian language selection 2022-09-19 23:45:10 +02:00
Blu3train
78e3be549e Fixed closure drop-down language selection due to site modification 2022-07-19 18:33:49 +02:00
Blu3train
560c1a9a05 Added Indonesian language selection 2022-06-12 10:35:50 +02:00
Blu3train
3d042c29c8 Added Turkish language selection 2022-06-04 20:07:02 +02:00
Blu3train
24a199a8c4 translatewrapper: regex lineedit doesn't translate sentence on a full match 2022-05-24 23:33:21 +02:00
Blu3train
7cc8d3871e some characters are in Html encoded format in the translated text 2022-04-19 19:11:07 +02:00
Blu3train
88de8b1f5c DevTools DeepL Translate: sometimes the target language selection is wrong 2022-02-16 21:49:08 +01:00
Blu3train
3e283975c8 Fix auto detect source language selection 2022-01-31 01:18:10 -07:00
Akash Mozumdar
574eeec79e deepl bugfix 2021-09-06 03:51:51 -06:00
Akash Mozumdar
6c74df864a update deepl devtools 2021-09-06 02:04:25 -06:00
Akash Mozumdar
bda08d500e fix minor bugs with rate limiter, update urls 2021-08-17 22:48:16 -06:00
Akash Mozumdar
a566818ad4 improve ui for rate limiter 2021-06-30 19:14:49 -06:00
Akash Mozumdar
ac95d873f1 improve translation extension ui, add language detection for papago and systran, add more languages to systran, improve deepl translation and bing error handling 2021-06-28 22:24:59 -06:00
Akash Mozumdar
1eaa054b33 improve devtools resource management and style fixes 2021-06-06 22:43:40 -06:00
Akash Mozumdar
76fea31fb3 fix bugs and add new languages to deepl 2021-06-05 08:25:46 -06:00
Akash Mozumdar
f26f30dce7 small fixes 2021-04-24 16:45:17 -06:00
Akash Mozumdar
8543d49192 fix google translate and devtools deepl translate, add chrome file selector, add garbage filter 2021-03-09 21:32:56 -07:00
Akash Mozumdar
e00b831e3d fix localization bug, add opption to select language translating from, and add error message to devtools deepl 2021-01-21 07:07:49 -07:00
Akash Mozumdar
084f26a72d allow replacement in regex filter and make names consistent 2021-01-21 07:07:49 -07:00
Akash Mozumdar
c62c586a59 fix bugs and autoload lua 2021-01-15 09:32:23 -07:00
Akash Mozumdar
fc81b17a3c massive refactor, also fix newline issue and google translate throw and different number formats for process id 2021-01-15 06:07:23 -07:00
zeheyler
7eb45899c0 fix target language check
Fixed target language check
2020-12-13 00:56:00 +03:00
zeheyler
ea6ddc7a7c small improvements
Added check for the empty answer from the translator
Small refactors
2020-12-09 14:00:57 +03:00
zeheyler
6958b22e68 fix target selector check
Fixed target selector check in some cases
Changed line endings from CRLF to LF
2020-11-04 20:51:23 +03:00
zeheyler
9bb7fbff06 add source language selection and rename variables
Added source language selection since autodetect fails sometimes
Refactored names of variables
2020-11-04 01:23:20 +03:00
zeheyler
4b46057800 add backup check method
Added backup check method in case the first method fails
2020-10-29 02:08:11 +03:00
zeheyler
93b8711bf8 refactor errorcode
Refactored error processing
2020-10-22 23:15:45 +03:00
zeheyler
8ab1e576bd add call queue check
Added queue check for multiple calls from the main program
2020-10-21 00:10:58 +03:00
zeheyler
3af4217075 add check for outdated doc and refactor input text modifications
Added the flag for checking if webdocument structure is outdated
Refactor text modifications before processing to the translator
2020-10-20 02:08:59 +03:00
zeheyler
2ab780a491 add user-agent switch method
Add method that changes user-agent when in the headless mode
2020-10-18 16:16:06 +03:00
zeheyler
73d1f21bc1 add notification alert
When timeout from the net the method searches for notifications from the translator and put them to output
2020-10-15 23:23:41 +03:00
zeheyler
a3ebaf0023 add event catch method and refactor error messages
Added method that catches specified events from the page
Refactored error messages
2020-10-15 02:32:58 +03:00
zeheyler
6b54ec0733 add devtools api and new deepl extension
Added the DevTools API and the wrapper with  the use of the QtWebSockets library.
Added a new DeepL extension which uses the DevTools API.
2020-10-14 03:37:03 +03:00