Commit graph

3300 commits

Author SHA1 Message Date
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
ngn999 95be606a9e make ArticleView::hasSound() async 2022-03-27 22:22:42 +08:00
xiaoyifang 6191bed3ee optimize: embed ts files
in linux appimage ,translation files can not be read in the AppImage.
2022-03-27 21:03:57 +08:00
xiaoyifang c53f4479e5 ui: remove top margin 2022-03-27 21:01:28 +08:00
xiaoyifang 9836e8d529 ui: update icon 2022-03-27 18:12:33 +08:00
xiaoyifang 948f67f4c1 ui: top margin reset to default. 2022-03-27 14:29:06 +08:00
xiaoyifang dc19f417db github: release note update 2022-03-27 11:02:02 +08:00
xiaoyifang 65c78be247 qt6.2 qt5.15 compatibility 2022-03-26 21:31:04 +08:00
xiaoyifang 63a4d64841 github: add macos otool description
for future use preparation
2022-03-26 21:09:47 +08:00