shenleban tongying
ef57526762
fix: wrong lifetime of the connection
between searchInPageAction <> openSearch
SonarCloud / Build and analyze (push) Waiting to run
2024-10-12 13:41:03 +00:00
shenleban tongying
a11c9e3aec
clean: mass apply clang-tidy's readability-braces-around-statements
2024-10-10 03:21:27 -04:00
shenleban tongying
da34da69b6
clean: delete or rewrite weird things in history.cc
( #1815 )
2024-10-10 07:00:13 +00:00
shenleban tongying
3c2e36d040
delete MainWindow::fillWordListFromHistory which is unused
2024-10-10 00:03:14 -04:00
xiaoyifang
d5037ded24
feature: rename the [Enable Scanning] to a more accurate tooltip ( #1810 )
...
SonarCloud / Build and analyze (push) Waiting to run
deploy_website / deploy (push) Has been cancelled
* feature: rename the [Enable Scanning] to a more accurate tooltip
* change [Scan Popup] to popup
* i18n: [scan popup] to popup in ts files
* update popup related strings
* Update popup doc
* update popup doc 2
* Update ui_popup.md
* -t popup explanation in command line
---------
Co-authored-by: shenleban tongying <shenlebantongying@gmail.com>
2024-10-10 02:19:33 +00:00
shenleban tongying
7f497b0cdf
fix: set scanPopup flags to what's is needed instead of Qt::Popup
SonarCloud / Build and analyze (push) Has been cancelled
2024-10-07 06:25:53 -04:00
shenleban tongying
90d55d7392
clean: deprecated QVariant::type
2024-10-06 17:24:36 -04:00
shenleban tongying
96ada0737c
clean: purge undocumented and useless editDictionaryCommandLine
( #1794 )
SonarCloud / Build and analyze (push) Has been cancelled
2024-09-30 20:02:20 -04:00
Konstantin
4a0124de3b
feature: add Large toolbar icons support ( #1789 )
...
SonarCloud / Build and analyze (push) Waiting to run
Co-authored-by: shenleban tongying <shenlebantongying@gmail.com>
Co-authored-by: hashirama <noroi_harau@tutanota.com>
2024-09-30 04:36:27 +00: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
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
3273f39dd7
clean: replace removed Qt5/QList
and QPair
2024-09-01 19:45:06 -04:00
Xiao Yi Fang
51701ce4aa
opt: double click in welcome page
2024-08-20 10:48:31 +08:00
Xiao Yi Fang
dc4647069d
opt: webview history navigation
2024-08-12 16:53:47 +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
cd58059695
fix:QCheckBox signal ( #1705 )
...
* fix:QCheckBox signal
* fix:QCheckBox signal
2024-07-23 17:57:57 +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
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
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
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
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
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
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
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
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
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
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
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