shenleban tongying
|
f1e158578f
|
refactor: use standard string types and merge string namespaces to Text
|
2024-11-23 08:15:43 -05:00 |
|
shenleban tongying
|
a11c9e3aec
|
clean: mass apply clang-tidy's readability-braces-around-statements
|
2024-10-10 03:21:27 -04: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 |
|
shenleban tongying
|
48fc8fceff
|
clean: deprecations that won't break Qt5 compatibility
|
2024-03-21 21:48:43 -04:00 |
|
shenleban tongying
|
b5349478cf
|
clean: reformat everything
The next commit will add `.git-blame-ignore-revs`
https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view
|
2023-07-20 04:02:22 -04:00 |
|
YiFang Xiao
|
15e0fa087f
|
opt: replace Mutex::Lock with QMutexLocker
|
2023-05-30 00:08:01 +08:00 |
|
Xiao YiFang
|
b68a70caa6
|
refactor wstring toWString
ref #506
|
2023-04-24 15:55:24 +08:00 |
|
Xiao YiFang
|
c2f856c074
|
opt: Sorting through the use of strings
there are many string conversion in the system .some of them can be avoided .
|
2023-04-24 15:11:40 +08:00 |
|
xiaoyifang
|
084175f56f
|
fix: code smell
|
2023-04-23 21:20:40 +08:00 |
|
xiaoyifang
|
a810a56d0c
|
opt: performance improve headword filter
|
2023-04-23 13:38:43 +08:00 |
|
xiaoyifang
|
21bab62263
|
fix : code smell
|
2023-04-23 13:38:43 +08:00 |
|
xiaoyifang
|
72fca59a92
|
fix: headword dialog filter and export
the wildcard and regex filter does not work as expected.
fix #556
|
2023-04-23 13:38:43 +08:00 |
|
shenleban tongying
|
129345613e
|
refactor: Move all .cc/.hh files to src/
|
2023-04-17 17:17:36 -04:00 |
|