xiaoyifang
|
5899aa7c94
|
fix: highlight fts search result (#792)
* fix: highlight fts search result
* 🎨 apply clang-format changes
* remove accent/diacritic handler used in fts search
* header file adjustment
* fix: qt5.15 compile
* fix: code smell
use const reference variable
* fix: code smell
* fix: code smell
* fix: code smell
* fix: code smell
* 🎨 apply clang-format changes
* fix: code smells
🎨 apply clang-format changes
* opt: fix code smells
remove unused parameters from function `ftsIndexIsOldOrBad`
🎨 apply clang-format changes
---------
Co-authored-by: xiaoyifang <xiaoyifang@users.noreply.github.com>
|
2023-06-03 08:29:19 +08:00 |
|
xiaoyifang
|
4147770f85
|
Opt: ftshelper refactor (#760)
* opt: remove useless ftshelper methods
🎨 apply clang-format changes
opt: slob use xapian as fulltext engine
🎨 apply clang-format changes
opt: refactor ftshelper
🎨 apply clang-format changes
* opt: refactor ftshelper
remove unused variabes and functions.
* 🎨 apply clang-format changes
* opt: refactor ftshelper
remove unused variabes and functions.
* opt: refactor ftshelper
remove unused variabes and functions.
🎨 apply clang-format changes
---------
Co-authored-by: xiaoyifang <xiaoyifang@users.noreply.github.com>
|
2023-05-31 07:42:31 +08:00 |
|
YiFang Xiao
|
15e0fa087f
|
opt: replace Mutex::Lock with QMutexLocker
|
2023-05-30 00:08:01 +08:00 |
|
xiaoyifang
|
715512eda3
|
feat: allow to customize dictionary name (#722)
* feat: allow to customize dictionary name
* 🎨 apply clang-format changes
* fix: code smell
* feat: allow to set custom dictionary name
* 🎨 apply clang-format changes
* feat: add doc for customizing dictionary name
* 🎨 apply clang-format changes
* 🎨 apply clang-format changes
---------
Co-authored-by: xiaoyifang <xiaoyifang@users.noreply.github.com>
|
2023-05-20 22:33:20 +08:00 |
|
xiaoyifang
|
cfe1a1c8c0
|
opt: simple case folding
|
2023-04-29 18:21:42 +08:00 |
|
xiaoyifang
|
dbe04db7f5
|
opt: move fsencoding to utils.hh(.cc)
after multi refactor ,the fsencoding only left two methods and has nothing to do with encoding . Base on this condition ,move the method to utils
|
2023-04-29 00:56:22 +08:00 |
|
xiaoyifang
|
ed4273e540
|
opt:refactor html:unescape method
close #579
|
2023-04-28 21:21:38 +08:00 |
|
shenleban tongying
|
94293f1ccc
|
refactor: move DICT dictd and mdict parser to /src/dict/
|
2023-04-17 18:51:08 -04:00 |
|