Commit graph

912 commits

Author SHA1 Message Date
YiFang Xiao b4c87bbdb1 fix: merge conflict 2023-11-07 21:24:13 +08:00
YiFang Xiao dd4812f086 fix: dictserver connect timeout change to 2 seconds 2023-11-07 20:54:02 +08:00
xiaoyifang 2bcf4890db opt: refactor database retrieve logic (#1272)
* opt: refactor database retrieve logic

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-11-07 20:53:05 +08:00
xiaoyifang 10595ab50e
fix: epwing dictionary parsing error (#1263)
* fix: epwing dictionary parsing error

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-10-29 12:26:58 +08:00
autofix-ci[bot] d2e45e3017
[autofix.ci] apply automated fixes 2023-10-28 05:25:10 +00:00
YiFang Xiao b9e19fdd35 opt: log message 2023-10-28 13:23:14 +08:00
YiFang Xiao 87ae7899ae fix: when path is / only ,there is no need to rearrange the parameters 2023-10-28 13:22:21 +08:00
xiaoyifang 6e7779bd80
Merge pull request #1259 from xiaoyifang/opt/wiki-request-timeout
opt: wikipedia word list optimization
2023-10-27 14:51:01 +08:00
YiFang Xiao bdf5fed904 opt: wikipedia word list optimization 2023-10-27 11:23:52 +08:00
xiaoyifang 78bd94f965
fix: mouse xbutton1(&2) back and forward event (#1258)
* fix: mouse xbutton1(&2) back and forward event

* [autofix.ci] apply automated fixes

* fix: mouse xbutton1&2 back and forward triggered twice.

---------

Co-authored-by: YiFang Xiao <yifang.xiao@noreply.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-10-27 07:51:34 +08:00
shenleban tongying b2b865a2cb
feat: add GOLDENDICT_FORCE_WAYLAND to force wayland 2023-10-23 01:45:08 -04:00
autofix-ci[bot] 7f9f203eb6
[autofix.ci] apply automated fixes 2023-10-21 13:40:04 +00:00
YiFang Xiao 6f86102b3a optimize the default css font 2023-10-21 21:30:35 +08:00
xiaoyifang 22f35dd7ee
opt: remove dictionary debug mode (#1249)
* opt: remove dictionary debug mode

* opt: remove dictionary debug mode
2023-10-19 07:37:42 +08:00
YiFang Xiao f0dcc362fa action: remove qt version from check action 2023-10-16 14:47:31 +08:00
xiaoyifang 564d3ddffc
opt: refactor code (#1243)
* opt: refactor code

* opt: refactor str2map method

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-10-16 07:37:10 +08:00
xiaoyifang 5de4690b2d
fix: audio device change handled (#1242)
* fix: audio device change handled

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-10-15 23:15:45 +08:00
xiaoyifang 0fbcdda72f
opt: use italic to indicate the no results (#1232)
* opt: use italic to indicate the no results

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-10-15 22:36:39 +08:00
xiaoyifang 7767d42d2a
Merge pull request #1239 from xiaoyifang/fix/dict-server-hang
fix: reduce wait time on socket
2023-10-13 21:53:58 +08:00
YiFang Xiao 5ec6d50167 fix: reduce wait time on socket 2023-10-13 20:18:33 +08:00
xiaoyifang 01d997a528
opt: remove SecureScheme from custom url register (#1237)
* opt: remove SecureScheme from custom url register

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-10-13 20:10:09 +08:00
xiaoyifang e8a2eadade
opt: indexing dictionary in status bar does not disappear (#1234)
* opt: indexing dictionary name and progress

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-10-13 10:43:52 +08:00
YiFang Xiao 0da578c2a3 fix: dsl dictionary crash when creating full text index.
fix #1230
2023-10-12 14:53:08 +08:00
xiaoyifang 0bf06a3099
Merge pull request #1225 from xiaoyifang/opt/refactor-code
opt: make code more readable
2023-10-10 22:57:59 +08:00
xiaoyifang 0be3afa90a
opt: history addItem logic optimization (#1224)
* opt: history addItem logic optimization

* opt: move history logic after url load

* opt: move history logic after url load

* opt: remove Item from history

---------

Co-authored-by: YiFang Xiao <yifang.xiao@noreply.com>
2023-10-10 22:57:26 +08:00
YiFang Xiao f274e658ed fix: remove unused method 2023-10-10 21:37:11 +08:00
YiFang Xiao a45c95ebde opt: refactor some method 2023-10-10 21:29:14 +08:00
YiFang Xiao b4cbf24570 fix: scanpopup flash content
[autofix.ci] apply automated fixes
2023-10-10 21:29:11 +08:00
YiFang Xiao 375b599f6b opt: make code more readable 2023-10-10 10:13:34 +08:00
xiaoyifang d1d654226a
Merge pull request #1199 from xiaoyifang/opt/resource-performance
opt: experimental changes, resource performance, support gdvideo
2023-10-10 07:38:58 +08:00
狂风代码 c0f697b3ec
Add default font style for phonetic symbols (#1223)
* Add default font style for phonetic symbols

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-10-10 07:38:26 +08:00
YiFang Xiao 245923a084 fix: allow video to be dragged around 2023-10-09 23:13:02 +08:00
YiFang Xiao ffc4ccbb03 opt: use a different way to handle the resources 2023-10-09 23:12:57 +08:00
xiaoyifang b1781b63d6
opt: remove gdpicture & maxPictureWidth which has not been used at all. (#1220)
* opt: remove gdpicture protocol which has lost effect for a long time

* opt: remove maxPictureWidth which has no place to configure this variable value

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

---------

Co-authored-by: YiFang Xiao <yifang.xiao@noreply.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-10-09 19:58:16 +08:00
YiFang Xiao 526621a9c9 opt: remove invalid css style in the style file
[autofix.ci] apply automated fixes
2023-10-09 19:56:37 +08:00
YiFang Xiao 5e148eaea6 fix: fix image path in default article css
[autofix.ci] apply automated fixes
2023-10-09 19:56:34 +08:00
xiaoyifang 64529805ff
fix: dsl max width image (#1217)
* fix: dsl max width image

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-10-09 14:06:38 +08:00
autofix-ci[bot] e3f6a2849c
[autofix.ci] apply automated fixes 2023-10-08 15:36:55 +00:00
YiFang Xiao 7ec51d9453 fix: use more meaningful tag name 2023-10-08 23:35:12 +08:00
YiFang Xiao 6f9fa8eaa7 fix: mdx audio/video html5 tag src value replacement
[autofix.ci] apply automated fixes
2023-10-08 23:35:09 +08:00
YiFang Xiao 4465355502 fix: invalid url response with 206 partial content many times
[autofix.ci] apply automated fixes
2023-10-08 23:35:05 +08:00
xiaoyifang 3ab2d10e16
opt: remove the reply attribute settings which is not supported in we… (#1200)
* opt: remove the reply attribute settings which is not supported in webengine

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-10-08 21:50:17 +08:00
xiaoyifang 9578ca3ded
Merge pull request #1215 from xiaoyifang/opt/save-article
fix: save article , process qrc protocol link
2023-10-08 21:42:44 +08:00
YiFang Xiao 810c4b32a2 fix: save article , process qrc protocol link 2023-10-08 16:14:51 +08:00
YiFang Xiao 744b480b1b opt: in the darkmode , set image background to white in case the backgroud is transparent 2023-10-08 10:39:35 +08:00
xiaoyifang 9c3ee03ea9
Merge pull request #1207 from xiaoyifang/opt/request-stall
opt: reduce the network stall time
2023-10-07 22:08:00 +08:00
xiaoyifang 8798f04312
Merge pull request #1210 from xiaoyifang/opt/code-smell
refactor: use static class method instead of instance method
2023-10-07 21:51:26 +08:00
xiaoyifang 47293ada62
Merge pull request #1209 from xiaoyifang/fix/fontsize
fix: word zoom does not work in completer
2023-10-07 21:51:06 +08:00
YiFang Xiao b754a24c6c refactor: reduce nested loop depth 2023-10-07 21:36:40 +08:00
YiFang Xiao 8d46d38a3d refactor: use static class method instead of instance method 2023-10-07 21:29:04 +08:00