shenleban tongying
|
f14d28d193
|
clean: convert MainWindow::addGlobalAction SLOT to new syntax
Historical context: `MainWindow::addGlobalAction` was invented by
https://github.com/goldendict/goldendict/pull/482/files
|
2023-06-11 04:47:39 -04:00 |
|
xiaoyifang
|
f02fc350f8
|
fix: keep the application name unchanged for now (#835)
fix: Windows autostart reg entry use GoldenDict as entry name
|
2023-06-09 19:56:51 +08:00 |
|
YiFang Xiao
|
c56304a2b9
|
fix: remove toggle main windows extra parameter
the parameter has no use right now
|
2023-06-08 08:30:23 +08:00 |
|
xiaoyifang
|
671427803a
|
fix: replace suggestion list with QCompleter (#808)
* fix: replace suggestionList with QCompleter
* 🎨 apply clang-format changes
* fix: code smells
---------
Co-authored-by: xiaoyifang <xiaoyifang@users.noreply.github.com>
|
2023-06-05 21:22:20 +08:00 |
|
xiaoyifang
|
87e2091214
|
fix: remove for loop with most one iteration (#804)
* fix: remove `for` loop with most one iteration
* 🎨 apply clang-format changes
* fix: remove `for` loop with most one iteration
* fix: code smells
* 🎨 apply clang-format changes
---------
Co-authored-by: xiaoyifang <xiaoyifang@users.noreply.github.com>
|
2023-06-03 20:51:38 +08:00 |
|
shenleban tongying
|
6c7bb05f35
|
clean: convert SLOT translateInputFinished to new syntax
|
2023-05-31 07:26:43 +08:00 |
|
shenleban tongying
|
0b746ef8eb
|
Revise how word is getting passed (#736)
* fix: remove InputPhrase
* opt: remove unnecessary InputPhrase
* fix: assignment issue
* fix: add handleInputWord back
* fix: does not need to trim punc
---------
Co-authored-by: YiFang Xiao <yifang.xiao@foxmail.com>
|
2023-05-29 00:01:54 +08:00 |
|
YiFang Xiao
|
ced19b9f11
|
Revert "feature:webengineprofile use non off record profile"
This reverts commit e84b5aa861 .
|
2023-05-16 04:44:48 -08:00 |
|
yifang xiao
|
2b72e14b55
|
fix: phrase send from scanpopup should not escape again
fix #626
|
2023-05-11 07:08:02 +08:00 |
|
shenleban tongying
|
6498bd4f17
|
clean: convert navPronounce connect to new syntax
|
2023-04-29 19:15:19 +08:00 |
|
xiaoyifang
|
04260c1fbe
|
fix: can not remove favorite word in popup
this bug was existed for a long time
|
2023-04-25 23:07:22 +08:00 |
|
shenleban tongying
|
3f3ba6eee1
|
refactor: reduce dependency on mainwindow.hh
* editdictionaries.cc and dictheadwords.cc doesn't actually need it
* fulltextsearch has a useless static_cast
|
2023-04-20 19:53:17 +08:00 |
|
shenleban tongying
|
b602bc0e9f
|
fix(qmake): macOS build
|
2023-04-17 20:00:36 -04:00 |
|
shenleban tongying
|
8b8ad5d23d
|
refactor: move all ui related files to /src/ui/
|
2023-04-17 19:11:58 -04:00 |
|