shenleban tongying
|
0079cd2933
|
clean: remove unnecessary header includes
* remove all <QtGUI> which includes *everything* of Qt
* remove unused headers
|
2023-05-30 20:59:51 +08:00 |
|
xiaoyifang
|
6567e1583f
|
fix: langcoder trigger a crash (#746)
* fix: langcoder trigger a crash
* 🎨 apply clang-format changes
* fix: move static delcaration into the class
* Update langcoder.hh
* fix: refactor code in langcoder
* 🎨 apply clang-format changes
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: YiFang Xiao <yifang.xiao@noreply.com>
|
2023-05-26 23:55:33 +08:00 |
|
YiFang Xiao
|
d3cf46e469
|
clean code
|
2023-05-23 19:40:37 +08:00 |
|
YiFang Xiao
|
8b1b2a1628
|
fix: possible dsl languageForId issue
🎨 apply clang-format changes
action: restrict to current repositroy
other people's repository has no permission to commit fix
fix: refactor langcoder method
🎨 apply clang-format changes
🎨 apply clang-format changes
🎨 apply clang-format changes
fix: code smell
🎨 apply clang-format changes
fix: adjust zlib link on Windows
fix: refactor langcoder structure
|
2023-05-23 19:03:25 +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 |
|
shenleban tongying
|
129345613e
|
refactor: Move all .cc/.hh files to src/
|
2023-04-17 17:17:36 -04:00 |
|
Konstantin Isakov
|
ab88fa4867
|
Drop the src/ directory. It's superfluous.
|
2010-05-15 16:42:18 +04:00 |
|
Konstantin Isakov
|
8535604e21
|
+ Implement basic 'Dictionary information' pane functionality.
- Hide arrow buttons in 'Dictionaries' for now.
+ Add 'ja' flag to comply to ISO (copied from 'jp')
|
2009-05-24 15:45:37 +00:00 |
|
ars_goldendict
|
f5f23ff4b2
|
reorganization of Groups dialog (unstable - needs to be checked)
|
2009-04-26 13:16:30 +00:00 |
|
Konstantin Isakov
|
566055c7e2
|
*! Const modifier added.
|
2009-04-23 22:25:25 +00:00 |
|
ars_goldendict
|
ec67732e36
|
added language read support for stardict format
added smart language extraction from filename to LangCoder
|
2009-04-23 19:57:39 +00:00 |
|
Konstantin Isakov
|
c08805f728
|
+ Add findIdForLanguage() function.
|
2009-04-23 11:41:13 +00:00 |
|
Konstantin Isakov
|
4ba3a10267
|
*! Fix some obvious mistakes.
|
2009-04-23 10:29:49 +00:00 |
|
ars_goldendict
|
a587f10c55
|
basic implementation of language coder
|
2009-04-22 21:37:32 +00:00 |
|