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
f9978dd1cc
Merge branch 'dev'
...
# Conflicts:
# .github/workflows/AutoTag.yml
# .github/workflows/macos-6.2.yml
# .github/workflows/macos.yml
# .github/workflows/ubuntu-6.2.yml
# .github/workflows/ubuntu.yml
# .github/workflows/windows-6.2.yml
# .github/workflows/windows.yml
# goldendict.pro
2022-04-01 21:01:52 +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
xiaoyifang
15926efd95
release version 22.4
...
use 22.4.Summer as release version
2022-04-01 20:21:38 +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
xiaoyifang
82b2fd0ea0
Merge pull request #33 from csg2008/staged
...
修复 A 标签没有 href 属性时 link 值为 null 语法错,导致部分 A 标签事件不响应
2022-03-26 13:43:01 +08:00
xiaoyifang
9ebf38f888
F12 and right context menu inspect element
...
when trigger inspectelement through contextmenu , should navigate to the very element in devtool.
2022-03-26 10:44:23 +08:00
狂风代码
a6800eef96
修复 A 标签没有 href 属性时 link 值为 null 语法错,导致部分 A 标签事件不响应
2022-03-26 10:36:19 +08:00
xiaoyifang
cc4e2915ec
fix:gd built in js click event interceptor
...
there are cases when the <a link was generated by js after document ready .
all these links have escaped the intercetor.
use this new document.on(event,selector ,function) to monitor any new added link
2022-03-25 23:23:00 +08:00
xiaoyifang
ba562d5ab4
Update CHANGES.md
2022-03-25 22:35:47 +08:00