Commit graph

3339 commits

Author SHA1 Message Date
YiFang ffb1922bd7 Revert "fix:head lazy load"
This reverts commit 15702d860b.

Revert "add lazy loading to headwords dialog"

This reverts commit 473c61724f.
2022-05-05 21:01:35 +08:00
Abs62 06188dfe1f Win-specific: Remove submodule "winlibs/lib/msvc" 2022-04-30 14:22:46 +03:00
Abs62 f5fdb2ae51 DSL: Fix escaped brackets handling in inside card headwords 2022-04-30 12:56:37 +03:00
Xiao YiFang 7eb0fa6d96 libpng warning fix 2022-04-27 22:40:20 +08:00
xiaoyifang 60a4853e51
Merge pull request #57 from xiaoyifang/opt/blank-page
remove blank page load
2022-04-26 20:38:56 +08:00
xiaoyifang 7350b942f0
Merge pull request #56 from xiaoyifang/opt/add-javascript-clipboard
opt: add javascript clipboard support
2022-04-26 20:28:46 +08:00
YiFang Xiao 75b6788937 opt: add javascript clipboard support 2022-04-26 20:21:45 +08:00
xiaoyifang 0656ea4f39 Update README.md 2022-04-25 20:27:11 +08:00
狂风代码 476178cb3c 修复C++20标准编译不通过 2022-04-25 20:27:11 +08:00
xiaoyifang 9f97c99862 github: add workflow PR check 2022-04-25 20:27:11 +08:00
YiFang Xiao f6cf152804 Merge branch 'feature/add-ignore-punctuation' into staged 2022-04-23 22:34:05 +08:00
YiFang Xiao 67902b0e6b github:alpha version bump to 22.4.24 2022-04-23 22:33:04 +08:00
YiFang Xiao a270628d02 github: action remove comment 2022-04-23 22:31:46 +08:00
YiFang Xiao 402cf77dff opt: add debug info to release version 2022-04-23 19:45:48 +08:00
YiFang Xiao ed3a5fadb7 clean code:remove sql 2022-04-23 18:00:02 +08:00
YiFang Xiao d3ef9498c5 fix: scanpop dialog flag ui 2022-04-23 17:59:48 +08:00
YiFang Xiao 39c61e9295 optimize:add zh_CN translation to ignorePunctuation 2022-04-23 17:43:13 +08:00
xiaoyifang 5a0a6c6491 feature:add ignore punctuaion option 2022-04-23 16:15:23 +08:00
xiaoyifang c91f1d0cef github:modify release name 2022-04-23 14:45:56 +08:00
xiaoyifang 5f6cc84ff1 fix: when search entry "long" ,"long." "'long" also displayed in the the same time. 2022-04-23 14:38:41 +08:00
xiaoyifang 0914989f7c github:qt6.2 install error on windows 2022-04-23 14:38:31 +08:00
xiaoyifang 2f266e2ea4 github:release note modify 2022-04-23 11:26:19 +08:00
xiaoyifang ab2c1db889 remove blank page load 2022-04-22 20:24:45 +08:00
xiaoyifang e3766751ae
Merge pull request #53 from ngn999/fat_binary
make all macOS dependencies universal in maclibs/ and the GoldenDict.app is universal now
2022-04-22 09:40:53 +08:00
ngn999 823baf135f make all macOS dependencies universal in maclibs/
* ffmpeg 5.0.1 build with: ./configure  --disable-programs --disable-swscale --disable-avdevice --disable-avfilter --enable-shared  --disable-xlib
* arm64 libraries build on my M1 Macbook Pro, and x86_64 build on github action
* Qt6.2 produce an uniserval binary, so delete macos-m1.yml.
* add Ad-Hoc code sign
2022-04-22 01:00:48 +08:00
xiaoyifang f6b3ba4ed7 change tts dictionary icon 2022-04-22 00:24:50 +08:00
xiaoyifang 4efbf6f166 optimize: invalid link should not pass to qt backend 2022-04-21 23:14:20 +08:00
xiaoyifang 43cf764d57 supplement some zh_CN translation 2022-04-21 23:14:20 +08:00
xiaoyifang f6c588ee7e fix: collapse function does not work expectedly.
the website dictionaries do not collapse as it will always treated as 0 .
the normal dictionaries html size is not correct calculated due to a qt bug https://bugreports.qt.io/browse/QTBUG-102757
2022-04-21 23:14:19 +08:00
xiaoyifang 43b2006d72 fix: in qt6.3 the devtools have a function called "Switch devtools to chinese" if the current system language is Chinese.
when click the button ,the actual request devtools:// was blocked by WebUrlRequestInterceptor
2022-04-20 20:25:27 +08:00
xiaoyifang ac7a70cea1 optimize log message with block request. 2022-04-20 00:40:41 +08:00
xiaoyifang eaf76fbcb6 clean code:remove useless code
the maximumwindowssize was only set value in the ~MainWindows() which means
it can not be saved into the config file.
2022-04-19 22:22:03 +08:00
xiaoyifang c7f7fde5e4 add qt6.2.4 as backup 2022-04-19 19:58:50 +08:00
xiaoyifang fc0b33181c clean code:remove mdx runnable 2022-04-18 22:23:48 +08:00
xiaoyifang c34bde252e fix:warning output should not print as address. 2022-04-18 22:21:42 +08:00
xiaoyifang 4d83fc567a bump staged version to 22.4.19-alpha 2022-04-18 22:15:07 +08:00
xiaoyifang d6810a89bd bump qt version to qt6.3 2022-04-18 20:23:28 +08:00
YiFang Xiao 376f0f1c62 fix: qt6.2 iframe can not access gdlookup built-in javascript
it throw CORS exception in the devtool console  windows.
2022-04-17 22:28:14 +08:00
YiFang Xiao 15702d860b fix:head lazy load 2022-04-17 21:05:57 +08:00
xiaoyifang 473c61724f add lazy loading to headwords dialog 2022-04-17 21:05:57 +08:00
YiFang Xiao 0ea3ad0149 fix:if the applciation has a very large icon ,the application will crash 2022-04-17 20:37:36 +08:00
YiFang Xiao a4c1e2793a feature:webp auto scale to reduce the size 2022-04-17 19:15:55 +08:00
YiFang Xiao 8bbcb72081 github: windows add qt6.3 support 2022-04-17 16:50:50 +08:00
YiFang Xiao c02d369690 add howto about github action's qt versions 2022-04-17 16:48:43 +08:00
xiaoyifang 86aa0b1ba4 clean code:remove dead code 2022-04-17 16:07:56 +08:00
xiaoyifang 8458bb9c0e
Update How to use ocr together with GoldenDict.md 2022-04-17 09:11:10 +08:00
xiaoyifang ad7242deae fix id replacement should consider the javascript reference also 2022-04-16 20:30:46 +08:00
xiaoyifang fcf0fec3ff fix: change html unescape to Html::unescape 2022-04-16 19:34:12 +08:00
xiaoyifang bd58c6c37d fix:qt6.2 QDomDocument attribute parse behaviour has changed
https://bugreports.qt.io/browse/QTBUG-102612

https://doc.qt.io/qt-6/xml-changes-qt6.html
Attribute values will be normalized. For example, <tag attr=" a \n b " /> is equivalent to <tag attr="a b"/>.
2022-04-16 18:26:58 +08:00
xiaoyifang 400d263e40 fix:mdx compact html ,the end close tag error
some mdx entry item has such item
`1`abc.jpg\r\n\u0000
when replaced with predefined tags. will result in
<a href="abc.jpg\r\n\u0000">****
2022-04-16 15:15:24 +08:00