Commit graph

5267 commits

Author SHA1 Message Date
YiFang Xiao 5a2091c4da i18n: update translation 2023-12-21 20:12:49 +08:00
YiFang Xiao e35dc22467 opt: link style in the welcomepage 2023-12-21 11:36:58 +08:00
xiaoyifang bee5206085
Merge pull request #1333 from xiaoyifang/opt/welcome-popup
opt: remove popup html
2023-12-21 10:59:04 +08:00
YiFang Xiao 2dbd713ca4 opt: remove popup html 2023-12-21 10:50:15 +08:00
YiFang Xiao 722b11517c opt: welcome page text refinement 2023-12-21 10:46:27 +08:00
xiaoyifang a7eff055c8
Merge pull request #1331 from xiaoyifang/opt/scanpopup
opt: use link instead of button and tooltip
2023-12-20 15:27:54 +08:00
YiFang Xiao 2ae6c164da doc: update document about ffmpeg 2023-12-20 15:17:05 +08:00
YiFang Xiao b5a1192cfd opt: use link instead of button and tooltip 2023-12-20 15:04:57 +08:00
xiaoyifang 17d46fcac1
Merge pull request #1322 from shenlebantongying/mv-impl
clean: move dict implementations out of headers
2023-12-12 14:14:02 +08:00
xiaoyifang 23770e6119
Merge pull request #1318 from xiaoyifang/opt/remove-disable-web-security
opt: remove disable web security
2023-12-12 10:35:20 +08:00
shenleban tongying cbf5cfee7a
clean: move dict implementations out of headers
class with Q_OBJECT can be defined .cpp file by including .moc
explicitly
2023-12-11 21:21:50 -05:00
YiFang Xiao cdf1ed22ef replace highdpi_scaling with the new name 2023-12-11 17:22:05 +08:00
YiFang Xiao b207691334 opt: remove disable-web-security parameter
this parameter has not documented
2023-12-11 17:19:07 +08:00
xiaoyifang 336677dafd
New Crowdin updates (#1316)
* New translations German, Switzerland from Crowdin

* 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 Hindi from Crowdin

* New translations Esperanto from Crowdin

* New translations Tajik from Crowdin

* New translations Quechua from Crowdin

* New translations Aymara from Crowdin

* New translations Turkmen from Crowdin
2023-12-11 10:57:44 +08:00
xiaoyifang e39e5b942d
New Crowdin updates (#1314)
* New translations German, Switzerland from Crowdin

* New translations German, Switzerland from Crowdin

* 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 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

* New translations German, Switzerland from Crowdin
2023-12-10 19:50:31 +08:00
YiFang Xiao 228d56c364 i18n: update entries 2023-12-10 17:22:47 +08:00
YiFang Xiao 6491bc474c bump alpha version 2023-12-08 09:36:35 +08:00
xiaoyifang b148ed1da4
Merge pull request #1312 from xiaoyifang/opt/fts-last-pos
opt: the address maybe not ordered
2023-12-06 15:23:44 +08:00
xiaoyifang fc62d115f3
Merge pull request #1311 from xiaoyifang/opt/highlight-term
opt: mark exact word
2023-12-06 15:23:30 +08:00
YiFang Xiao df594e0108 opt: the address maybe not ordered
should not use equal( == ) comparision
2023-12-06 14:57:44 +08:00
YiFang Xiao 923a46217b opt: mark exact word 2023-12-06 14:29:59 +08:00
xiaoyifang 5f696f44f1
Merge pull request #1310 from xiaoyifang/fix/temp-path-image
fix: image temp path
2023-12-06 13:38:27 +08:00
YiFang Xiao d15cafed49 fix: image temp path 2023-12-06 11:16:35 +08:00
xiaoyifang 9c5e25971b
opt: support to open image in system viewer (#1309)
* opt: open image in external

fix have to wait the resource downloaded

* [autofix.ci] apply automated fixes

---------

Co-authored-by: YiFang Xiao <yifang.xiao@noreply.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-12-06 09:44:17 +08:00
xiaoyifang 64f69d2235
opt: open image in external tool (#1308)
* opt: open image in external tool

* [autofix.ci] apply automated fixes

---------

Co-authored-by: YiFang Xiao <yifang.xiao@noreply.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-12-05 14:59:45 +08:00
xiaoyifang b6420c87f7
Merge pull request #1305 from xiaoyifang/action/qt6.6.1
action: add qt 6.6.1 support
2023-11-30 16:57:13 +08:00
YiFang Xiao e7042b181d action: add qt 6.6.1 support 2023-11-30 15:55:00 +08:00
xiaoyifang 46e8af5f36
opt: xapian optimize search experience (#1304)
* opt: xapian optimize search experience

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-11-30 09:49:09 +08:00
xiaoyifang a40d76232c
Merge pull request #1303 from xiaoyifang/opt/fulltext-dialog
opt: do not set the default text
2023-11-29 17:31:03 +08:00
YiFang Xiao f03d8b5ea1 opt: do not set the default text 2023-11-29 17:14:51 +08:00
xiaoyifang 1a5024a29c
Merge pull request #1302 from xiaoyifang/opt/highlight
opt: use a new way to handle the highlight matched terms in the fullt…
2023-11-25 17:35:58 +08:00
YiFang Xiao 439b780db5 opt: use a new way to handle the highlight matched terms in the fulltext search view page. 2023-11-25 17:13:33 +08:00
xiaoyifang 8c87b934d4
opt: refactor the escape(unescap)Amps (#1300)
* opt: refactor the escape(unescap)Amps

* [autofix.ci] apply automated fixes

---------

Co-authored-by: YiFang Xiao <yifang.xiao@noreply.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-11-24 18:18:14 +08:00
xiaoyifang 1e0823147a
opt: enable xapian position on default (#1299)
* opt: enable xapian position on default

* [autofix.ci] apply automated fixes

---------

Co-authored-by: YiFang Xiao <yifang.xiao@noreply.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-11-24 11:03:21 +08:00
xiaoyifang fb85f68b21
fix: js undefined error (#1298)
* fix: js undefined error

* [autofix.ci] apply automated fixes

---------

Co-authored-by: YiFang Xiao <yifang.xiao@noreply.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-11-23 22:00:19 +08:00
YiFang Xiao 8ea4ef84d9 action: macos build 2023-11-23 11:53:50 +08:00
xiaoyifang 7adfb2eb7a
Action/macos icu (#1293)
* action: macos libicudata
2023-11-20 22:11:14 +08:00
shenleban tongying 30572321f7 fix: force wayland should work for BSD, also remove a unnecessary env check for macOS 2023-11-18 12:46:43 -05:00
YiFang Xiao 4d48ab8f40 action: macos libzim fix 2023-11-18 20:10:27 +08:00
xiaoyifang ba84554184
Merge pull request #1287 from xiaoyifang/action/remove-6.5.2
action: remove qt6.5.2 package
2023-11-14 13:37:26 +08:00
YiFang Xiao 5c32dba009 action: remove qt6.5.2 package 2023-11-14 13:36:54 +08:00
xiaoyifang faa3617521
action: disable macos upgrade check (#1285)
* action: disable macos upgrade check

* action: disable macos upgrade check

---------

Co-authored-by: YiFang Xiao <yifang.xiao@noreply.com>
2023-11-14 13:30:46 +08:00
xiaoyifang a211d78292
Merge pull request #1284 from xiaoyifang/fix/website-port
fix: website default port
2023-11-13 14:13:41 +08:00
YiFang Xiao d3531b6477 fix: website default port 2023-11-13 10:37:22 +08:00
xiaoyifang 1da4bf447a
Merge pull request #1281 from xiaoyifang/fix/mdx-3.0
opt: skip mdx 3.0 dictionary
2023-11-12 21:15:14 +08:00
YiFang Xiao 9a99b392e9 opt: skip mdx 3.0 dictionary 2023-11-12 19:21:57 +08:00
xiaoyifang b2a8eec2a5
fix: dsl encoding detection enhanced. (#1279)
* fix: detect dsl encoding

* [autofix.ci] apply automated fixes

---------

Co-authored-by: YiFang Xiao <yifang.xiao@noreply.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-11-11 16:17:58 +08:00
YiFang Xiao 8c8f40cb53 opt: remove log 2023-11-10 17:47:04 +08:00
shenleban tongying 82d7f1cf76
remove <releases> from metadata.xml
It has little to no value and requires unnecessary maintenance.
2023-11-07 21:23:51 -05:00
YiFang Xiao 23f6ce1550 bump alpha version 2023-11-07 21:26:20 +08:00