Commit Graph

937 Commits

Author SHA1 Message Date
Akash Mozumdar
1cf60785e3 can use right click and file dialog to add extension, also fix segfault when multiple copies of extension are added then removed 2019-08-29 13:46:21 -04:00
Akash Mozumdar
590c08e8d0 more consistent Light.vn hook 2019-08-29 13:09:31 -04:00
Akash Mozumdar
d3da9c06e3 update text 2019-08-20 00:38:28 -04:00
Akash Mozumdar
562c6e1a3a more consistent hook searching ui and fix critical error in searching for text and custom codepage for hook searches 2019-08-19 16:15:08 -04:00
Akash Mozumdar
3f004554f8 *.int files are too common 2019-08-19 16:00:38 -04:00
Akash Mozumdar
2333692448 fix out of memory error when history size too low 2019-08-19 15:58:53 -04:00
TsumiHokiro
c3274b8275 Update text.cpp
Got up-to-date with the changes, still have to backtrack.
2019-08-18 04:54:41 -04:00
Akash Mozumdar
c5b1e6988e refactor 2019-08-12 21:01:35 -04:00
Akash Mozumdar
749f8fa596 customizable max thread history size 2019-08-12 11:10:33 -04:00
Akash Mozumdar
58f58b02d8 save language and sort cache 2019-08-12 10:44:51 -04:00
Akash Mozumdar
4e3c1a93e0 scroll through extra window history 2019-08-12 10:43:34 -04:00
Akash Mozumdar
e4c74a55fe Light.vn hook 2019-08-12 06:13:45 -04:00
Akash Mozumdar
a8c239498c hide system processes 2019-08-10 04:18:30 -04:00
Akash Mozumdar
594198c921 treat unity as full string 2019-08-09 22:38:07 -04:00
Akash Mozumdar
2e99d6b3f2 don't filter useful things from google translate 2019-08-09 22:12:06 -04:00
Akash Mozumdar
60372a6b8a further optimize repetition detection 2019-08-09 22:11:34 -04:00
Akash Mozumdar
488a19134a more efficient suffix array construction 2019-08-08 06:23:15 -04:00
Akash Mozumdar
c38551905d upgrade repetition detection algorithm 2019-08-07 14:05:50 -04:00
Akash Mozumdar
f1e1257f21 refactor tests 2019-08-07 05:18:04 -04:00
Akash Mozumdar
8f6595e869 small fixes 2019-08-06 11:54:10 -04:00
Akash Mozumdar
29367928c3 fix finding js hook 2019-08-06 11:53:38 -04:00
Akash Mozumdar
4ab197c374 better ux for adding searched hook 2019-08-06 11:51:17 -04:00
Akash Mozumdar
e20f16da80 fix extension loading bug 2019-08-06 11:43:04 -04:00
Akash Mozumdar
703fc47972 add stress test, move common assets to assets folder 2019-08-06 11:41:49 -04:00
Akash Mozumdar
b4c7abd0a8 Merge branch 'master' of https://github.com/Artikash/Textractor 2019-07-29 01:50:25 -04:00
Akash Mozumdar
fe9c9435c5 more reliable shinario hook 2019-07-29 01:50:20 -04:00
Akash Mozumdar
e498442eb4 update readme 2019-07-29 01:50:04 -04:00
TokcDK
b7b263ba3b updated russian localization 2019-07-28 01:29:41 -04:00
Akash Mozumdar
9df97804ed fix fucked up install 2019-07-20 16:51:54 -04:00
Akash Mozumdar
79cd50ade7 fix for pensil 2019-07-20 16:51:00 -04:00
Akash Mozumdar
68e915192f build cli when deploying 2019-07-20 16:50:33 -04:00
Akash Mozumdar
c49c57dded streamline deployment 2019-07-20 10:03:40 -04:00
Akash Mozumdar
25d36ff301 only save if asked 2019-07-20 10:03:28 -04:00
Akash Mozumdar
ad20ca360d treat string as full line 2019-07-19 01:15:00 +03:00
Akash Mozumdar
e896cb033f dont double build host 2019-07-19 01:01:13 +03:00
Akash Mozumdar
b098a05a23 dialog for hook results and customize max result count 2019-07-16 21:55:40 +05:30
Akash Mozumdar
f85e3a3841 update translation apis 2019-07-16 14:03:46 +05:30
Akash Mozumdar
6a015f04bc use qfontdialog for extra and main window and massive perf improvement when loading large threads 2019-07-13 19:15:43 +05:30
Akash Mozumdar
f56e9ff07c seems sysallocstringbytelen is used mostly with null 2019-07-13 17:47:35 +05:30
Akash Mozumdar
5d83c9736b refactor replacer 2019-07-03 18:02:32 +05:30
Akash Mozumdar
c074bbf506 only cache translation on current thread 2019-07-03 12:23:10 +05:30
Akash Mozumdar
011a5418e9 user selected process forgetting, and other small fixes 2019-07-03 12:03:22 +05:30
Akash Mozumdar
c5c115c5da translation cache is saved every 50 translations 2019-06-29 16:29:33 +05:30
Akash Mozumdar
a3bb8dcf27 small fixes 2019-06-29 15:43:26 +05:30
Akash Mozumdar
ce33ca5732 better error message 2019-06-29 14:57:39 +05:30
Akash Mozumdar
447400980e fuck errors 2019-06-29 12:09:34 +05:30
TsumiHokiro
d0dd8fe3ae Update text.cpp
Editing of the text.
2019-06-29 10:10:21 +05:30
TsumiHokiro
7a5369365f Update README_PT.md
Editing the text
2019-06-29 10:10:21 +05:30
Akash Mozumdar
4192bfc412 organize qt includes 2019-06-29 08:46:31 +05:30
Akash Mozumdar
e7b5c1eb0c make text consistent 2019-06-29 08:35:47 +05:30