Commit graph

3158 commits

Author SHA1 Message Date
xiaoyifang 4283b25822 github:install qt version upgrade to v3 2022-04-05 14:55:03 +08:00
xiaoyifang a6ea6abda8 github:qt6.2.3 to 6.2.4 2022-04-05 14:54:04 +08:00
xiaoyifang c5a8958b06 github:changelog remove single quote 2022-04-05 14:21:48 +08:00
xiaoyifang 7f805043c7 tiff to webp 2022-04-05 13:09:40 +08:00
xiaoyifang 0669455298 clean code: win return std::string directly 2022-04-05 12:22:28 +08:00
xiaoyifang c941a5bfc3 clean code:remove old temporary fix 2022-04-05 12:19:37 +08:00
YiFang Xiao 98367c83aa github:6.2 qtimageformats support 2022-04-05 11:19:04 +08:00
xiaoyifang f7120f6ab0 fix:6.2.3 tiff does not support 2022-04-05 01:32:49 +08:00
xiaoyifang 0004c5f2e8 fix:6.2.3 tiff does not support 2022-04-05 01:08:35 +08:00
xiaoyifang 4970958253 fix:mdx dictionary support tiff image 2022-04-04 23:50:33 +08:00
xiaoyifang c21d7ffc02 github:disable ubuntu qt6.2.3 appimage build
the appimage can not run on ubuntu21.10.
2022-04-04 19:27:55 +08:00
xiaoyifang 02d2393c62
Merge pull request #39 from ngn999/beautiful_mac_installer
make macOS dmg file more beautiful
2022-04-04 13:34:10 +08:00
ngn999 68adf80797 make macOS dmg file more beautiful 2022-04-04 12:36:03 +08:00
xiaoyifang 7dae5186ab fix: some zim dictionary can not parse correctly 2022-04-04 11:39:09 +08:00
YiFang Xiao 2100ec8e5d fix:zim url parse 2022-04-03 21:02:31 +08:00
YiFang Xiao 300b8c9bb0 update changes 2022-04-03 20:34:37 +08:00
xiaoyifang d9cf008292 clean code:reduce double whiteline to one 2022-04-03 19:59:29 +08:00
xiaoyifang 92e2708fae fix: zim dictionary has improper link caused the application not function well.
https://github.com/goldendict/goldendict/issues/1472#issuecomment-1086776611
2022-04-03 19:39:58 +08:00
xiaoyifang 498efdf9b7 gddebug minor changes 2022-04-03 09:45:09 +08:00
xiaoyifang 8b9544bc17 fix:currentIndexChanged slot does not match 2022-04-01 23:32:11 +08:00
xiaoyifang 5d2426c805 github:workflow changes 2022-04-01 20:58:20 +08:00
xiaoyifang 40abd01e80 change version from 22.2 to 22.4 2022-04-01 20:26:50 +08:00
YiFang Xiao b771f0e340 optimize the utf8::encoding method invocation. 2022-04-01 20:09:15 +08:00
YiFang Xiao 5bdce7fc52 github:disable ubuntu qt 6.2 appimage
the linuxdeployqt is not stable
2022-03-31 13:20:28 +08:00
xiaoyifang 4648d95b94 fix:a regression .ctrl+c on article right context menu ,translation lost . 2022-03-31 09:55:43 +08:00
xiaoyifang e85c719577 goldendict.pro file some minor changes.
enable c++14
encoding utf8
remove default zim_support from Windows(should be configured  through qmake command line arguments )
2022-03-31 09:09:48 +08:00
xiaoyifang e679463dc0 fix:merge compile lamda error 2022-03-31 08:54:06 +08:00
xiaoyifang 228d7001e5
Merge pull request #35 from ngn999/bugfix/Macbook_scroll_issue
disable macOS trackpad zoom; fix a deadlock
2022-03-31 00:10:37 +08:00
ngn999 6d0c7b0fec reindent MainWindow::on_saveArticle_triggered 2022-03-31 00:03:42 +08:00
ngn999 13dfd39e69 fix more indent issue 2022-03-30 23:10:37 +08:00
ngn999 b187c0ef41 fix code review indent issue 2022-03-30 23:08:24 +08:00
ngn999 889864a923 fix a deaklock in porting from QWebKit to QWebEngine 2022-03-30 22:08:58 +08:00
xiaoyifang 19e738becc optimize: print preview dialog set zoom factor to 100% 2022-03-30 17:19:08 +08:00
xiaoyifang 88a69d1976 fix:revert deferredInit 2022-03-30 15:34:59 +08:00
xiaoyifang 03653925be optimize: double click send select text to tranlateline box. 2022-03-30 15:21:16 +08:00
YiFang Xiao 0094bf9f0d github:ubuntu6.2 revert 2022-03-30 11:19:35 +08:00
YiFang Xiao 9b1f25f3f4 fix: relative url with gdanchor parameter 2022-03-30 00:20:49 +08:00
YiFang Xiao 5406551b57 github:ubuntu 6.2 appimage can not run
throw exception 'could not find QtWebEngineProcess '
2022-03-30 00:02:32 +08:00
xiaoyifang a32ebfa2fb remove locale qm file copy 2022-03-29 22:41:57 +08:00
xiaoyifang 1bfed5937b github:fix macos build error 2022-03-29 22:41:57 +08:00
xiaoyifang 3ea8fd78ef print preview blurry 2022-03-29 20:47:41 +08:00
xiaoyifang 913e4128ca fix:qt6.2 print preview 2022-03-29 20:34:55 +08:00
YiFang Xiao 9c6ac4afea fix:iframe autoresize
there are cases when the iframe's height continue to grow to a very
large height.
so in the code,set a maximum height 1000px.
2022-03-28 22:30:19 +08:00
xiaoyifang bbfa13fedb auto resize iframe 2022-03-28 21:19:14 +08:00
ngn999 32fcd38dc0 make getWebPageText async 2022-03-28 17:29:00 +08:00
ngn999 188f67556c no memory problem 2022-03-28 11:24:27 +08:00
ngn999 748bafd43b fix save file progress dialog never close bug 2022-03-28 11:09:33 +08:00
ngn999 e45f466a9d make toHtml async 2022-03-28 10:30:23 +08:00
ngn999 05bbf54330 rewrite lambda capture list 2022-03-27 23:36:14 +08:00
ngn999 6c310b41af make isFramedArticle async, and remvoe runJavaScriptSync() 2022-03-27 23:05:45 +08:00