shenleban tongying
58f346f23e
fix: mark all Idxheader
packed explicitly
SonarCloud / Build and analyze (push) Has been cancelled
2024-09-25 06:09:01 -04:00
shenleban tongying
2a918d5fdd
refactor: reorganize dictionary processing related code
2024-09-24 21:29:59 -04:00
shenleban tongying
ba97a9ca87
clean: delete wall of text in wstring.hh
2024-09-24 21:24:59 -04:00
Xiao Yi Fang
0bf8a4a3fd
opt: some entries do not need to be translated
SonarCloud / Build and analyze (push) Waiting to run
deploy_website / deploy (push) Has been cancelled
2024-09-11 20:54:12 -04:00
shenleban tongying
9a73931d69
fix: add Hungarian to Preferences and minor fix ts file
2024-09-09 19:20:22 -04:00
shenleban tongying
5e62b1c567
fix: consider devicePixelRatio when scaling icons ( #1751 )
2024-09-09 20:19:56 +00:00
Konstantin
aaaeb585b6
feature: High-quality dictionary icons in toolbar ( #1750 )
...
* better procedure of image scaling and size choosing
* allow user to set toolbar icon size via qt style sheet
---------
Co-authored-by: shenleban tongying <shenlebantongying@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-09-09 14:48:33 -04:00
shenleban tongying
91a4e31018
feat: allow changing icon on macOS by not overriding icon in Info.plist
2024-09-06 19:35:07 -04:00
xiaoyifang
c599bbfb73
Merge pull request #1743 from shenlebantongying/feat/program-stdin-utf8
...
SonarCloud / Build and analyze (push) Has been cancelled
deploy_website / deploy (push) Has been cancelled
feat: write word to Program dictionary's stdin in UTF-8 instead of local 8 bit
2024-09-04 08:48:28 +08:00
shenleban tongying
05c1c1f927
feat: write word to Program dictionary's stdin in UTF-8 instead of local 8 bit
2024-09-03 17:09:34 -04:00
shenleban tongying
0a5827fd20
opt: remove parsecmdline.cc
by using QProcess::splitCommand
2024-09-03 12:54:50 -04:00
shenleban tongying
44853544f8
clean: replace QVector & QPair in headers
2024-09-01 20:09:22 -04:00
shenleban tongying
3273f39dd7
clean: replace removed Qt5/QList
and QPair
2024-09-01 19:45:06 -04:00
shenlebantongying
9a2c96ca56
clean: remove unused code of iconv.cc and minor update code style
2024-08-30 04:09:07 -04:00
shenleban tongying
ac43018f68
clean: port away from QTextCodec in slob.cc
2024-08-30 04:09:05 -04:00
shenleban tongying
5cdac6be4d
fix: slob description html display
SonarCloud / Build and analyze (push) Has been cancelled
2024-08-28 22:21:39 -04:00
xiaoyifang
fc3ea0045e
opt: remove fulltext unused logic ( #1733 )
...
* opt: remove fulltext unused logic
the firstIteration is not used any more
2024-08-24 07:45:45 +08:00
shenleban tongying
3ca7c39e69
feat: properly handle Unix signals, like SIGTERM
, for graceful exit ( #1732 )
...
* feat: handle UNIX shutting down SIGNALS
* Convey ksignalhandler from LGPLv2.1+ to GPLv3+ which allowed/required
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-08-22 08:19:35 +08:00
xiaoyifang
dd48ba7d60
Merge branch 'staged' into opt/double-click-in-welcome-page
2024-08-21 13:43:28 +08:00
xiaoyifang
9332763f67
fix: prioritize the manual set full text index option per dictionary ( #1730 )
...
* fix: prioritize the manual set full text index option per dictionary
2024-08-21 13:42:56 +08:00
Xiao Yi Fang
51701ce4aa
opt: double click in welcome page
2024-08-20 10:48:31 +08:00
xiaoyifang
555811e3f3
Merge pull request #1727 from xiaoyifang/opt/full-dialog
...
opt: default and plaintext are the same ,remove one
2024-08-14 11:56:30 +08:00
Xiao Yi Fang
5147c8c036
opt: default and plaintext are the same ,remove one
2024-08-13 16:43:10 +08:00
Xiao Yi Fang
dc4647069d
opt: webview history navigation
2024-08-12 16:53:47 +08:00
Xiao Yi Fang
9842761c1c
fix: code smell ,remove while(1)
2024-08-10 17:02:38 +08:00
xiaoyifang
752b880f24
fix: double release memory ( #1722 )
...
* fix: double release memory
2024-08-10 06:59:50 +00:00
Xiao Yi Fang
6b4936ade4
fix: close file when return error
2024-08-10 13:41:23 +08:00
xiaoyifang
65ae8f5030
opt: smells ( #1721 )
...
* opt: remove code smell
for loop should avoid change the iterators
* opt: remove code smell
for loop should avoid change the iterators
2024-08-10 10:46:44 +08:00
xiaoyifang
3279fe8b07
opt: fulltext next navigation optimization ( #1718 )
...
* opt: fulltext dialog navigation optimization.
The fulltext dialog navigation (next,previous) use webview's findText,try to find the longest word for navigation
2024-08-09 11:47:46 +08:00
xiaoyifang
b0bea92106
opt: remove outdated fulltext temp index ( #1717 )
...
* opt: remove outdated fulltext temp index
* opt: remove outdated fulltext temp index
2024-08-09 09:37:57 +08:00
Xiao Yi Fang
ec63fa550d
fix: popup dialog , switch groups should use articleview's word
2024-08-08 17:47:40 +08:00
Xiao Yi Fang
b8f49ec3dc
opt:mark.js only highlight exact words
2024-08-06 10:34:02 +08:00
xiaoyifang
e2617f3b9c
fix: stardict qstring modification ( #1708 )
...
* fix:stardict crash
2024-07-25 16:45:34 +08:00
xiaoyifang
3ef35daec3
opt: use static regex ( #1706 )
...
* opt: use static regex
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-24 16:54:34 +08:00
xiaoyifang
cd58059695
fix:QCheckBox signal ( #1705 )
...
* fix:QCheckBox signal
* fix:QCheckBox signal
2024-07-23 17:57:57 +08:00
Xiao Yi Fang
9858455035
fix: stardict crash with access_read_violation
2024-07-19 15:09:47 +08:00
xiaoyifang
06d4b62b67
opt: findtext casesensitivity ( #1698 )
...
* opt: reset the selection results
* opt: remove the existed highlight when no match
* [autofix.ci] apply automated fixes
* opt: remove the existed highlight when no match
* opt: remove the existed highlight when no match
* opt: code minor optimization
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-18 13:33:49 +08:00
xiaoyifang
5164ffba67
Merge pull request #1697 from xiaoyifang/opt/qset-optimization
...
opt: before invoke,the parameters have already called reserved()
2024-07-17 15:40:13 +08:00
Xiao Yi Fang
d998563709
opt: before invoke,the parameters have already called reserved()
2024-07-17 14:43:37 +08:00
xiaoyifang
5fb4526158
opt: treat invisible character as whitespace ( #1696 )
...
* opt: remove invisible character
* opt: remove invisible character
* opt: whitespace and punct character
* [autofix.ci] apply automated fixes
* opt: whitespace and punct character
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-17 10:44:50 +08:00
xiaoyifang
521c359b24
opt: do not need to reload webview when initialize dictionaries ( #1690 )
...
* opt: do not need to reload webview when initialize dictionaries
During this phase ,the webview has not existed yet
2024-07-17 00:38:27 +00:00
xiaoyifang
99ce0a7bbb
fix: SplitFile thread-safe guard ( #1688 )
...
* fix: SplitFile thread-safe guard
* add friendly log message
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-16 08:00:17 +00:00
Xiao Yi Fang
7de7a14d66
opt: change the svg to png to suppress qt.svg warning
2024-07-15 15:55:31 +08:00
YiFang Xiao
323395c755
fix:mdx dictionary make issue compatibility
2024-07-10 23:59:34 +08:00
xiaoyifang
029c09633b
Merge pull request #1667 from xiaoyifang/opt/zoomfactor-range
...
opt: valid zoomfactor range from 0.25 to 5
2024-07-10 18:02:59 +08:00
xiaoyifang
dfbdb7cb5f
Merge pull request #1668 from xiaoyifang/opt/remove-xapian-enable-position-option
...
opt: remove unused option
2024-07-10 18:02:08 +08:00
Xiao Yi Fang
3a0311ad7d
opt: remove unused option
2024-07-10 17:27:29 +08:00
Xiao Yi Fang
d2f82e9350
opt: valid zoomfactor range from 0.25 to 5
2024-07-10 17:13:12 +08:00
xiaoyifang
0c4483ae02
Revert "opt: remove wasMaximized logic of mainwindow" ( #1664 )
...
* Revert "opt: remove wasMaximized logic of mainwindow"
This reverts commit 99c221c854
.
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-10 16:28:28 +08:00
xiaoyifang
93ca284bad
opt: refactor code ( #1657 )
...
* opt: refactor code
* [autofix.ci] apply automated fixes
* opt: refactor code
* opt: refactor code
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-10 13:47:53 +08:00
xiaoyifang
dcf4ff3dea
Merge pull request #1653 from xiaoyifang/opt/remove-unused
...
opt: remove unused code
2024-07-09 08:20:12 +08:00
xiaoyifang
7669316bcd
opt: do not show dictionary menu when set the dictionary count=0 ( #1652 )
...
* opt: do not show dictionary menu when set the dictionary count=0
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-08 17:51:51 +08:00
Xiao Yi Fang
9eece8db28
opt: remove unused code
2024-07-08 17:51:10 +08:00
xiaoyifang
6486e7b57c
opt: unicode direction ( #1646 )
...
* opt: unicode direction
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-06 21:57:40 +08:00
xiaoyifang
c4fa9b44e5
fix: set shortcut context ( #1644 )
...
* fix: work around to fix ctrl+F in macos popup
2024-07-06 21:57:18 +08:00
xiaoyifang
6cb7be70ec
Merge pull request #1645 from xiaoyifang/opt/rtl-layout
...
opt: layout according to the language
2024-07-06 17:56:53 +08:00
xiaoyifang
5780bdbbb1
fix: status bar position ( #1643 )
...
* fix: statusbar rarely will be blocked by the webview.
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-06 13:23:22 +08:00
YiFang Xiao
0721a58c01
opt: layout according to the language
2024-07-06 10:51:40 +08:00
xiaoyifang
297795a654
fix: refresh webview when changed darkreader mode ( #1641 )
...
* fix: refresh webview when changed darkreader mode
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-05 10:55:08 +08:00
xiaoyifang
922b7c39c6
opt: popup focus ( #1635 )
...
* opt: windows title
* opt: popup focus
* opt: windows title
* [autofix.ci] apply automated fixes
* opt: popup articleview setting
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-05 08:44:36 +08:00
xiaoyifang
7252e7b86e
fix: darkreader mode refresh ( #1638 )
...
* fix: refresh webview when changed darkreader mode
2024-07-05 08:44:03 +08:00
Xiao Yi Fang
ca4d59b306
fix: mdx title should be respected
2024-07-04 16:27:42 +08:00
Xiao Yi Fang
2053511856
opt: remove explict RTL elide mode settings of text layout
2024-07-03 20:21:47 +08:00
xiaoyifang
932b88f743
opt: dictionarygroup refactor in articleview ( #1625 )
...
* opt: refactor dictionary logic to seperate class
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-03 15:16:53 +08:00
Xiao Yi Fang
b0fb5d2f87
remove debug log
2024-07-03 11:29:29 +08:00
Xiao Yi Fang
89daa70b6b
Revert "clean: remove useless code and refactor"
...
This reverts commit 3a46dd290b
.
the changes is not exactly the same.
close the last tab will cause the windows to create a new blank tab which will fall into infinite loop
2024-07-03 11:29:29 +08:00
xiaoyifang
ddb9203e34
fix: full text search navigation panel ( #1623 )
...
* fix: full text search navigation panel
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-01 22:51:57 +08:00
xiaoyifang
d30de48fa8
opt: suppress url title ( #1619 )
...
* opt: suppress url title
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-06-27 18:01:15 +08:00
xiaoyifang
08a952205c
opt: remove address sort function as fts indexing does not need this anymore ( #1620 )
2024-06-27 18:00:31 +08:00
xiaoyifang
585866f92a
fix: fts search ,highlight mark ( #1621 )
...
* fix:mark the searched terms
* fix:mark the searched terms
* fix:mark the searched terms
2024-06-27 18:00:06 +08:00
xiaoyifang
15cb327bbd
opt: rewrite keymodifier ( #1614 )
...
* opt: rewrite keyboardstate.cc
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-06-26 15:58:42 +08:00
xiaoyifang
c4caec7d68
opt: headwords dialog ( #1600 )
...
* opt: headword dialog optimization
Changes:
- when the headword count < 500000(arbitrary number) ,load all at once.
- opt: remove unused signal
- headword dialog ui add max filter results
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-06-25 15:24:33 +08:00
xiaoyifang
fba8fd2263
Merge pull request #1613 from xiaoyifang/opt/remove-too-old
...
remove Q_WS_QWS macro
2024-06-24 21:18:47 +08:00
Xiao Yi Fang
9db7b04dd0
remove Q_WS_QWS macro
2024-06-24 16:05:41 +08:00
xiaoyifang
c82db14ea7
opt: respect maxResult parameter ( #1611 )
...
* opt: respect maxResult parameter
* opt: respect maxResult parameter
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-06-24 13:33:47 +08:00
YiFang Xiao
2b9d17251b
fix: articleview mainwindow ,fulltextsearch remove QRegExp
2024-06-23 12:47:41 +08:00
YiFang Xiao
76f9e82a31
fix: dictheadword remove QRegExp
2024-06-23 12:47:41 +08:00
Xiao Yi Fang
6d863d9770
opt: stardict replace QRegExp with QRegularExpression
2024-06-23 12:47:41 +08:00
autofix-ci[bot]
fd94f31209
[autofix.ci] apply automated fixes
2024-06-23 12:47:41 +08:00
Xiao Yi Fang
a3d7c89563
opt: hunspell replace QRegExp with QRegularExpression
2024-06-23 12:47:41 +08:00
Xiao Yi Fang
ff6424a291
opt: xdxf replace QRegExp with QRegularExpression
2024-06-23 12:47:41 +08:00
Xiao Yi Fang
f87156d265
opt: stardict replace QRegExp with QRegularExpression
2024-06-23 12:47:41 +08:00
Xiao Yi Fang
2b8e46a03a
opt: remove unused qregexp
2024-06-23 12:47:41 +08:00
Xiao Yi Fang
0bd6a6083c
opt: remove unused qregexp
2024-06-23 12:47:41 +08:00
autofix-ci[bot]
0f39f076cc
[autofix.ci] apply automated fixes
2024-06-22 09:08:08 +00:00
fixes
280f8a4f52
Update xdxf.cc
2024-06-22 12:27:02 +04:00
xiaoyifang
aa8f553b32
Update globalregex.cc
2024-06-22 08:48:17 +08:00
xiaoyifang
21aeb27c15
fix: [mdx]object data html ( #1602 )
...
* fix: mdx object data subsitition
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-06-21 21:05:13 +08:00
Xiao Yi Fang
a33dbc422e
opt: remove webkit specific code
2024-06-21 10:00:52 +08:00
YiFang Xiao
0a8ff8b27b
fix: Ctrl+F does not work in scanpopup dialog
2024-06-20 21:27:03 +08:00
shenleban tongying
51ecf09c1d
clean: rename code to code2 in langcoder
2024-06-19 02:20:40 -04:00
shenleban tongying
5c9f67b09c
opt: port away QRegExp in langcoder.cc
2024-06-19 02:10:17 -04:00
shenleban tongying
3a0880fa81
clean: rename LangCoder::findIdsForFilename/findIdsForName/exists
2024-06-18 21:19:18 -04:00
YiFang Xiao
99c221c854
opt: remove wasMaximized logic of mainwindow
2024-06-15 23:09:35 +08:00
xiaoyifang
296251afad
fix: links in webview got focused on default. ( #1589 )
...
* fix: links in webview got focused on default.
fix #1581
* fix: links in webview got focused on default.
fix #1581
2024-06-15 21:20:23 +08:00
xiaoyifang
ed680f54b3
Merge pull request #1578 from xiaoyifang/opt/page-search-remove-highlight
...
opt: Ctrl+F page search remove highlight checkbox
2024-06-15 21:19:48 +08:00
xiaoyifang
96f5686173
Merge pull request #1582 from xiaoyifang/opt/activate-windows
...
opt: remove deprecated method setActiveWindow()
2024-06-15 21:19:30 +08:00
xiaoyifang
47b397276e
Merge pull request #1587 from xiaoyifang/opt/remove-regex-invertedgreedy
...
opt: remove all the inverted greedy option
2024-06-15 17:55:44 +08:00
xiaoyifang
1195d7e307
Merge pull request #1588 from xiaoyifang/fix/css-global-var
...
opt: css isolation
2024-06-15 17:55:26 +08:00
autofix-ci[bot]
f68f9eb691
[autofix.ci] apply automated fixes
2024-06-15 09:23:13 +00:00
Xiao Yi Fang
5d56515cf6
opt: css isolation
2024-06-15 17:21:44 +08:00
autofix-ci[bot]
f15a3ad6a7
[autofix.ci] apply automated fixes
2024-06-15 06:05:23 +00:00
Xiao Yi Fang
422bf9fb74
opt: remove all the inverted greedy option
2024-06-15 14:03:45 +08:00
Xiao Yi Fang
6f6391e5b8
fix: stardict regex invertedgreedy match
2024-06-15 13:45:20 +08:00
YiFang Xiao
5712f63b8e
fix: slob truncated file check.
...
fix #1541
2024-06-14 22:53:45 +08:00
YiFang Xiao
1e37d760e2
fix: slob truncated file check.
...
fix #1541
2024-06-14 22:53:45 +08:00
xiaoyifang
ac8c459e01
Merge pull request #1583 from xiaoyifang/opt/clang-tidy-issues
...
opt: clean clang tidy issues
2024-06-14 22:53:26 +08:00
YiFang Xiao
fb0023abfc
opt: clean clang tidy issues
2024-06-14 22:05:14 +08:00
YiFang Xiao
6848ebfe45
opt: remove deprecated method setActivateWindow()
2024-06-14 21:48:29 +08:00
YiFang Xiao
710c07f05f
fix: auto pronounce audio does not play
2024-06-14 21:38:51 +08:00
YiFang Xiao
1374905b30
opt: searchPanel hide at start
2024-06-14 20:20:02 +08:00
Xiao Yi Fang
3478c2fe1f
opt: fts search dialog does not use caseSensitive option currently
2024-06-14 17:38:46 +08:00
Xiao Yi Fang
585d547d28
opt: erase the need to use extra variable to hold the ftsSearchPanel state
2024-06-14 17:36:05 +08:00
Xiao Yi Fang
39b207fa78
opt: erase the need to use extra variable to hold the searchPanel state
2024-06-14 17:32:16 +08:00
Xiao Yi Fang
3b2de95ff7
opt: remove Control property [noResult]
2024-06-14 17:12:43 +08:00
Xiao Yi Fang
642f3c6ac8
opt: string empty check
2024-06-14 17:03:24 +08:00
Xiao Yi Fang
d9b9493b2f
opt: remove useless paramater [restart]
2024-06-14 16:52:13 +08:00
Xiao Yi Fang
0f3ce0ec4d
opt: remove fts search related selected text
2024-06-14 16:44:51 +08:00
Xiao Yi Fang
4bb4ff38c9
opt: Ctrl+F page search remove highlight checkbox
2024-06-14 16:33:39 +08:00
autofix-ci[bot]
caf6424ec8
[autofix.ci] apply automated fixes
2024-06-14 08:17:05 +00:00
Xiao Yi Fang
1dd44405cb
fix: auto pronounce audio does not play
2024-06-14 15:47:47 +08:00
xiaoyifang
a767f3f030
Merge pull request #1573 from shenlebantongying/clean/del-pack
...
delete useless MSVC pack pragma in config.hh
2024-06-14 11:29:39 +08:00
Xiao Yi Fang
9141a8f780
opt: remove currentGroup qt style property
2024-06-14 08:31:02 +08:00
shenleban tongying
49f0d16080
delete useless MSVC pack pragma in config.hh
2024-06-13 19:46:20 -04:00
YiFang Xiao
70d31a8f4b
opt: tab icon change logic rewrite
...
fix #1554
2024-06-13 16:51:03 +08:00
Xiao Yi Fang
3a46dd290b
clean: remove useless code and refactor
2024-06-13 08:53:02 +08:00
YiFang Xiao
14e2f8661d
fix: Scrollbar does not remember position
...
fix #1555
2024-06-12 22:20:41 +08:00
xiaoyifang
9f09b55327
Merge pull request #1558 from xiaoyifang/opt/tab-position
...
fix: when tab changes ,the tab page position reset to the start
2024-06-12 20:12:24 +08:00
xiaoyifang
234dc07371
Merge pull request #1562 from xiaoyifang/fix/stardict-unquoted-link
...
fix: stardict unquoted attribute value
2024-06-12 20:12:02 +08:00
xiaoyifang
7bbab2a759
Merge pull request #1559 from xiaoyifang/opt/articleview-group
...
opt: remove the argument which pass the GroupComboBox to the ArticleV…
2024-06-12 20:11:45 +08:00
Xiao Yi Fang
65e51b2313
fix: stardict unquoted attribute value
2024-06-12 20:09:15 +08:00
xiaoyifang
d16fb0bb83
Merge pull request #1564 from xiaoyifang/opt/darkreader-js-version
...
deps: upgrade darkreader.js from 4.9.58 to 4.9.86
2024-06-12 17:36:07 +08:00
autofix-ci[bot]
aa3b260c96
[autofix.ci] apply automated fixes
2024-06-12 07:55:57 +00:00
Xiao Yi Fang
5aa3eb13cf
opt: remove mimetex.cgi logic
2024-06-12 15:54:04 +08:00
Xiao Yi Fang
fc5ce3e941
deps: upgrade darkreader.js from 4.9.58 to 4.9.86
2024-06-12 14:21:50 +08:00
xiaoyifang
26bdf52c5e
Update src/ui/articleview.cc
...
Co-authored-by: shenleban tongying <shenlebantongying@gmail.com>
2024-06-12 13:35:19 +08:00
xiaoyifang
998a97a031
Update src/ui/articleview.cc
...
Co-authored-by: shenleban tongying <shenlebantongying@gmail.com>
2024-06-12 13:35:02 +08:00
Xiao Yi Fang
0b5e2f140d
code smell: remove warning
2024-06-12 10:13:29 +08:00
autofix-ci[bot]
5cdd5f6e2a
[autofix.ci] apply automated fixes
2024-06-12 01:34:42 +00:00
Xiao Yi Fang
93b0da83fc
opt: remove the argument which pass the GroupComboBox to the ArticleView class
2024-06-12 09:32:04 +08:00
YiFang Xiao
0c6d6f6c25
fix: when tab changes ,the tab page position reset to the start
2024-06-12 08:28:25 +08:00
shenleban tongying
e21d4c60a2
fix: convert DSL description line ends to <br> for HTML display.
2024-06-10 09:30:34 -04:00
shenleban tongying
e6a2be83ae
fix: srcset
of <img>
in mdx format won't show image ( #1536 )
...
Co-authored-by: xiaoyifang <105986+xiaoyifang@users.noreply.github.com>
2024-05-29 09:07:23 -04:00
shenleban tongying
05d9a398a0
fix: tray icon <-> toggleMainWindow connected twice ( #1535 )
2024-05-27 23:06:58 -04:00
shenleban tongying
e2e1ca2d49
fix: FFmpeg backend 7.0 compile
2024-05-23 07:29:26 -04:00
shenlebantongying
3856e1e8e8
feat: initial Vcpkg + CMake build for Windows. It don't need prebuilt binaries
2024-05-14 10:55:37 -04:00
shenleban tongying
e7c59679ce
fix: disable Qt6.7's dark mode and force Fusion style no matter what ( #1512 )
2024-05-13 09:22:57 -04:00
shenleban tongying
2cd6ed0756
fix: add timeout for sounddir modification scanning for super large
...
sound dir and/or slow filesystem
2024-05-09 21:04:22 -04:00
Dmitry Atamanov
8fcefdaf57
Update libraries: fmt
to 10.2.1 and toml++
to 3.4.0
2024-04-04 17:44:26 +05:00
xiaoyifang
5e60a6b6df
opt: the xapian fts does not concern about the address order
2024-03-27 10:32:45 +08:00