Commit graph

5293 commits

Author SHA1 Message Date
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
YiFang Xiao da9d90efec fix: word zoom does not work in completer 2023-10-07 21:13:12 +08:00
xiaoyifang bfd273cbae
Merge pull request #1208 from xiaoyifang/fix/typo
fix: typo
2023-10-07 21:03:26 +08:00
YiFang Xiao f2094bad6c fix: typo 2023-10-07 20:53:14 +08:00
xiaoyifang aebf85ef4a
opt: refactor the code to show untitle & welcome page (#1203)
* opt: refactor the code to show untitle & welcome page

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-10-07 20:49:38 +08:00
YiFang Xiao e69aabf296 opt: reduce the network stall time 2023-10-07 20:44:36 +08:00
xiaoyifang db0ca76ead
opt: convert for loop to for-range (#1201)
* opt: convert for loop to for-range

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-10-06 20:59:27 +08:00
xiaoyifang 649cf17595
Merge pull request #1198 from shenlebantongying/fts_crash
fix: makeFTSIndex crash at startup when indexed articleCount is zero
2023-10-06 16:24:47 +08:00
xiaoyifang 337fe7dcf0
Merge pull request #1196 from shenlebantongying/faster_img_loading
fix: avoid QFile::readall when loading resources
2023-10-06 16:08:45 +08:00
autofix-ci[bot] b3b1a532d0
[autofix.ci] apply automated fixes 2023-10-06 04:54:58 +00:00
shenleban tongying e057722bf9
fix: makeFTSIndex crash when indexed articleCount is zero 2023-10-06 00:45:46 -04:00
autofix-ci[bot] b0975f0253
[autofix.ci] apply automated fixes 2023-10-06 03:59:44 +00:00
shenleban tongying 2bd148dcba
fix: avoid QFile::readall when loading resources 2023-10-05 23:49:26 -04:00
xiaoyifang d7953873b0
New Crowdin updates (#1193)
* New translations French from Crowdin

* New translations Spanish from Crowdin

* New translations Belarusian from Crowdin

* New translations Bulgarian from Crowdin

* New translations Czech from Crowdin

* New translations German from Crowdin

* New translations Greek from Crowdin

* New translations Finnish from Crowdin

* New translations Italian from Crowdin

* New translations Japanese from Crowdin

* New translations Korean from Crowdin

* New translations Lithuanian from Crowdin

* New translations Macedonian from Crowdin

* New translations Dutch from Crowdin

* New translations Polish from Crowdin

* New translations Portuguese from Crowdin

* New translations Russian from Crowdin

* New translations Slovak from Crowdin

* New translations Albanian from Crowdin

* New translations Serbian (Cyrillic) from Crowdin

* New translations Swedish from Crowdin

* New translations Turkish from Crowdin

* New translations Ukrainian from Crowdin

* New translations Chinese Simplified from Crowdin

* New translations Chinese Traditional from Crowdin

* New translations Vietnamese from Crowdin

* New translations Portuguese, Brazilian from Crowdin

* New translations Persian from Crowdin

* New translations Spanish, Argentina from Crowdin

* New translations Hindi from Crowdin

* New translations Esperanto from Crowdin

* New translations Lojban from Crowdin

* New translations German, Switzerland from Crowdin

* New translations Spanish, Bolivia from Crowdin

* New translations Tajik from Crowdin

* New translations Quechua from Crowdin

* New translations Aymara from Crowdin

* New translations Arabic, Saudi Arabia from Crowdin

* New translations Turkmen from Crowdin

* New translations Interlingue from Crowdin
2023-10-03 20:55:18 +08:00
xiaoyifang 82af8f2d66
Merge pull request #1192 from xiaoyifang/fix/translation-libre
i18n: fix typo in Lingua Libre Dialog
2023-10-03 08:04:18 +08:00
YiFang Xiao 26b04fc9b2 i18n: fix typo in Lingua Libre Dialog
fix #1190
2023-10-03 08:02:24 +08:00
YiFang Xiao c2242768ee action: tag release 2023-10-01 20:42:00 +08:00
xiaoyifang d326d278a6
Update README.md 2023-10-01 09:32:13 +08:00
xiaoyifang cdd37ea552
Update README.md 2023-10-01 09:31:38 +08:00
YiFang Xiao 73232edc0a upgrade alpha version 2023-09-30 21:12:18 +08:00
xiaoyifang 660b9fb7f9
fix: long headword cause crash (#1186)
* fix: long headword cause crash

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-09-30 20:42:38 +08:00
YiFang Xiao c9d7ab2c63 fix: font missing cause phonetic symbols can not displayed correctly 2023-09-30 18:32:18 +08:00
YiFang Xiao ab33331d5e [macos]: remove sdl 2023-09-30 13:01:27 +08:00
xiaoyifang 471f20f140
Merge pull request #1183 from xiaoyifang/fix/popup-min-height
fix: suggestion list set a minimum height
2023-09-30 11:53:08 +08:00
xiaoyifang ef6e878a31
opt: add translation windows when invoked from console (#1173)
* opt: add an extra console argument to specify the translation windows

* [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-09-30 11:40:40 +08:00
YiFang Xiao 3af334a093 fix: suggestion list set a minimum height 2023-09-30 11:23:29 +08:00
xiaoyifang 3b70c29f01
Merge pull request #1177 from xiaoyifang/opt/font-size-interface
opt: change font family
2023-09-28 14:45:08 +08:00
YiFang Xiao fa79148d4d opt: change font family 2023-09-28 14:12:42 +08:00
xiaoyifang 0de7608700
Merge pull request #1174 from xiaoyifang/fix/macos-dylib-2
[macos] : fix macos dependencies
2023-09-27 19:08:11 +08:00
YiFang Xiao 4755740f7b [macos] : fix macos dependencies 2023-09-27 17:10:15 +08:00
atauzki f9ea0996e4
Update OpenSSL libs. (#1172)
* Update OpenSSL libs.

Qt already uses OpenSSL 3 for official binaries.

* Update OpenSSL 1.1.1v.
2023-09-27 07:44:42 +08:00
xiaoyifang 94bea1bb07
Merge pull request #1171 from xiaoyifang/fix/macos-dylib
[macos] auto fix dependencies otool
2023-09-26 13:35:12 +08:00
YiFang Xiao a540d28c3a [macos] auto fix dependencies otool 2023-09-26 11:40:04 +08:00
xiaoyifang ec2856336c
opt: add option to disable tts component (#1169)
* opt: add tts config option

* opt:[macos] disable tts by default

* [autofix.ci] apply automated fixes

* opt: add build flags to about dialog

---------

Co-authored-by: YiFang Xiao <yifang.xiao@noreply.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-09-26 11:09:05 +08:00
xiaoyifang 248252a698
[Win]: remove ffmpeg winlibs (#1167)
* [Win]: remove ffmpeg winlibs

* fix: remove qt 6.6.0

* fix: remove qt 6.6.0

* opt: disable ffmpeg

* opt: upgrade macos qt version to qt6.5.2

---------

Co-authored-by: YiFang Xiao <yifang.xiao@noreply.com>
2023-09-26 00:01:54 +08:00
xiaoyifang 5d1f7f0206
opt: remove ffmpeg player (#1164)
* opt: remove ffmpeg player

* opt: remove ffmpeg player
2023-09-25 07:46:03 +08:00
xiaoyifang 200894e5a2
Merge pull request #1163 from xiaoyifang/fix/macos-ffmpeg-speex
[macos]: fix ffmpeg dependencies
2023-09-24 20:55:54 +08:00
YiFang Xiao 1f61dd5fee [macos]: fix ffmpeg dependencies 2023-09-24 13:28:10 +08:00
xiaoyifang c61fc4862e
Merge pull request #936 from xiaoyifang/action/upgrade-6.6.0
action: upgrade qt 6.6.0
2023-09-23 20:02:12 +08:00
xiaoyifang 2d9b5b03e5
Merge pull request #1162 from xiaoyifang/i18n_
New Crowdin updates
2023-09-23 20:01:55 +08:00
xiaoyifang 04364349bf New translations German, Switzerland from Crowdin 2023-09-23 14:39:13 +08:00
YiFang Xiao 6dbb4f7541 action: upgrade qt to 6.6.0 2023-09-23 08:48:53 +08:00
xiaoyifang a827a00714
fix: macos ffmpeg (#1157)
* fix: macos crash

fix #1144

* macos: auto fix dependencies

* macos: auto fix dependencies

* macos: auto fix dependencies

* macos: auto fix dependencies

* macos: auto fix dependencies

* macos: auto fix dependencies

* macos: auto fix dependencies

* fix:macos ffmepg

* fix:macos ffmepg

* fix:macos ffmepg

* fix: macos

* fix: macos

* fix: macos

* fix: macos

* fix: macos

* fix: macos

---------

Co-authored-by: YiFang Xiao <yifang.xiao@noreply.com>
2023-09-21 10:35:47 +08:00
xiaoyifang 19e848ec50
fix: enter event in translate textline (#1158)
* fix: enter event in translate textline

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-09-21 07:44:58 +08:00
xiaoyifang dcc4b19b56
fix: popup enter does not work (#1149)
* fix: popup enter does not work

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-09-17 11:13:08 +08:00
xiaoyifang 5154e0061f
fix: website dictionary with port in the url (#1148)
* fix: website dictionary with port in the url

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-09-17 10:38:29 +08:00
xiaoyifang 30aec906a7
Merge pull request #1146 from xiaoyifang/fix/issue-1144-2
fix: [macos] disable ffmpeg to solve the #1144 issue
2023-09-17 10:12:55 +08:00
YiFang Xiao 85b8cf2f38 fix: disable ffmpeg to solve the #1144 issue 2023-09-16 15:11:55 +08:00