Xiao YiFang
|
9f6ed1eec2
|
zim img src link replace regex changes
|
2022-11-19 16:23:43 +08:00 |
|
Xiao YiFang
|
f730a4aabc
|
fix: zim dictionary auto refresh logic
fix <meta http-equiv="Refresh"
|
2022-11-19 15:23:22 +08:00 |
|
Xiao YiFang
|
df0622d216
|
xapian revert the needToRebuildBTreeIndex to needToRebuildIndex
|
2022-10-08 21:16:15 +08:00 |
|
Xiao YiFang
|
36491e8e0b
|
xapian incremental fullindex building
|
2022-10-06 19:32:45 +08:00 |
|
Xiao YiFang
|
83b36a7316
|
xapian ,fullindex file name different in normal mode and xapian mode
|
2022-10-06 11:04:48 +08:00 |
|
Xiao YiFang
|
55d7c6ee2b
|
[xapian]:add zim fullindex xapian support
|
2022-10-06 09:15:59 +08:00 |
|
Xiao YiFang
|
bd02d65ecc
|
concurrent run will crash application
|
2022-06-19 20:26:39 +08:00 |
|
Xiao YiFang
|
aa93d9f2d9
|
opt: replace string() with QString::toStdstring
|
2022-06-06 20:22:55 +08:00 |
|
Xiao YiFang
|
ba10f68c1c
|
clean code: replace throw() with noexcept
|
2022-06-03 21:29:06 +08:00 |
|
Xiao YiFang
|
077d139fb5
|
fix merge conflict
|
2022-06-01 23:23:41 +08:00 |
|
Abs62
|
f9652487b9
|
Zim: A little more support for new format features
|
2022-06-01 17:51:56 +03:00 |
|
xiaoyifang
|
35efa7ac06
|
Merge branch 'goldendict:master' into staged
|
2022-06-01 07:24:52 +08:00 |
|
Abs62
|
55122eb739
|
Zim: Handle new namespace (issue #1502)
|
2022-05-31 21:08:47 +03:00 |
|
Xiao YiFang
|
7d0523b503
|
clean code:remove runnable in zim.cc
|
2022-05-29 16:00:28 +08:00 |
|
xiaoyifang
|
30ce781e6a
|
Revert "improve:handle invalid tag soup improvement, related to old issue #271"
This reverts commit 37d22bc412 .
|
2022-04-10 20:07:00 +08:00 |
|
xiaoyifang
|
92873418a6
|
Revert "fix: some zim dictionary can not parse correctly"
This reverts commit 7dae5186ab .
|
2022-04-08 23:21:29 +08:00 |
|
xiaoyifang
|
67c74136e8
|
optimize: tiff method refactor
|
2022-04-05 21:36:06 +08:00 |
|
xiaoyifang
|
7dae5186ab
|
fix: some zim dictionary can not parse correctly
|
2022-04-04 11:39:09 +08:00 |
|
YiFang Xiao
|
2100ec8e5d
|
fix:zim url parse
|
2022-04-03 21:02:31 +08:00 |
|
xiaoyifang
|
d9cf008292
|
clean code:reduce double whiteline to one
|
2022-04-03 19:59:29 +08:00 |
|
xiaoyifang
|
92e2708fae
|
fix: zim dictionary has improper link caused the application not function well.
https://github.com/goldendict/goldendict/issues/1472#issuecomment-1086776611
|
2022-04-03 19:39:58 +08:00 |
|
xiaoyifang
|
7b5511a7bd
|
upgrade to qt6.2
|
2022-03-11 22:00:45 +08:00 |
|
xiaoyifang
|
c2b466ce19
|
Merge branch 'feature/cpp-refactor-code' into staged
|
2022-02-03 17:51:40 +08:00 |
|
yifang
|
37d22bc412
|
improve:handle invalid tag soup improvement, related to old issue #271
|
2022-01-11 20:33:46 +08:00 |
|
xiaoyifang
|
c7d33f4eb9
|
clean code: remove old cpp feature
|
2022-01-09 16:35:07 +08:00 |
|
yifang
|
a4133761ee
|
revert to qthreadpool
|
2022-01-08 18:37:59 +08:00 |
|
yifang
|
8e6f4c2c10
|
zim dictionary:remove semphore
|
2021-12-28 20:29:27 +08:00 |
|
yifang
|
4157fb387e
|
zim dictionary ,pictures does not show up
|
2021-12-27 21:15:13 +08:00 |
|
xiaoyifang
|
5eac08c97a
|
rename qt4x5.hh to utils.hh
the filename qt4x5 is not proper now,for the qt4 version can never meet.and the qt5 is actually mean qt>5 .
|
2021-12-13 22:45:35 +08:00 |
|
yifang.xiao
|
0365015ac6
|
clean code:
remove "#if QT_VERSION >= QT_VERSION_CHECK( 5, 0, 0 )" check ,the check should always be true based on current situation.
|
2021-12-13 22:45:33 +08:00 |
|
xiaoyifang
|
402add183e
|
clean qt_version < 5 code.
|
2021-12-13 22:43:46 +08:00 |
|
data-man
|
278c143a05
|
Use std::sort in suitable places
|
2021-02-01 15:00:31 +00:00 |
|
Abs62
|
8e13789e8f
|
Zim: Handle clusters in random order case
|
2020-10-06 17:52:30 +03:00 |
|
Abs62
|
6e85b27337
|
Add Zstd compression support for ZIM format
|
2020-05-27 14:13:08 +03:00 |
|
Abs62
|
d54e0ca9fd
|
Fix some data races (issue #1218)
|
2019-11-19 19:20:44 +03:00 |
|
Abs62
|
6d46fd1529
|
Zim, Aard: Fix language recognition from three-letter codes
|
2018-12-07 16:18:49 +03:00 |
|
Boyuan Yang
|
5d5432dbad
|
Fix typos found by codespell
|
2018-07-07 17:33:15 +08:00 |
|
Abs62
|
d7bc012411
|
Add option to ignore diacritics while articles search
|
2018-06-13 19:00:42 +03:00 |
|
Abs62
|
fd00e9d156
|
Fix gcc 7.3 compiler warnings (#issue 978)
|
2018-05-21 18:32:04 +03:00 |
|
Abs62
|
5fa5cc123f
|
Full-text search: Allow ignore diacritics while search
|
2018-04-10 17:49:52 +03:00 |
|
Abs62
|
b30dc0f1a5
|
Zim: Fix threads synchronization while full-text indexing
|
2018-03-08 16:32:05 +03:00 |
|
Abs62
|
d3d978e7c9
|
Zim: More fast interrupt of full-text search
|
2018-03-08 11:46:19 +03:00 |
|
Abs62
|
1e85a18662
|
Full-test search: Use dictionary-specific articles sorting while search
|
2018-03-08 00:23:01 +03:00 |
|
Abs62
|
3deb5ee266
|
Zim: Sort articles by cluster number while full-text indexing
|
2018-03-07 23:32:20 +03:00 |
|
Abs62
|
69650fff43
|
Zim: Add some caching for multi-elements clusters
|
2018-03-07 17:00:43 +03:00 |
|
Abs62
|
7b4e5a2ff7
|
Full-text search: A little optimization for memory allocation
|
2018-03-01 18:44:11 +03:00 |
|
Abs62
|
cbdad22f2d
|
Qt5: Some optimizations for QRegularExpression
|
2018-02-28 17:15:27 +03:00 |
|
Abs62
|
fe39fc8a05
|
Qt5: More QRegularExpression instead of QRegExp
|
2018-02-27 20:18:35 +03:00 |
|
Abs62
|
c204f75e52
|
Qt5: Use QRegularExpression instead of QRegExp in many cases
|
2018-02-22 16:55:56 +03:00 |
|
Abs62
|
0b6f36479d
|
Add config file parameter to limit headwords number to expand multi-word headwords while indexing (issie #914)
|
2017-10-25 17:37:39 +03:00 |
|