goldendict-ng/src
xiaoyifang b7a27d724d
Some checks are pending
SonarCloud / Build and analyze (push) Waiting to run
opt: generate dictionary icon from dictionary name (#2025)
---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: shenleban tongying <shenlebantongying@gmail.com>
2024-12-17 12:30:04 +00:00
..
audio refactor: default to Qt Multimedia and delete default player shenanigans 2024-11-25 19:54:31 -05:00
common opt: generate dictionary icon from dictionary name (#2025) 2024-12-17 12:30:04 +00:00
dict opt: generate dictionary icon from dictionary name (#2025) 2024-12-17 12:30:04 +00:00
macos clean: limit QHotkeyApplication::(un)registerWrapper to Windows only 2024-11-26 05:51:08 +00:00
scripts Revert "fix: <script> without src is not delayed like <script src="..." defer>" 2024-12-04 12:03:06 +08:00
stylesheets opt: disable collapse area when print (#2004) 2024-12-02 11:56:12 +08:00
ui opt: combine the file filters as one entry (#2022) 2024-12-16 09:59:19 +00:00
unix clean: limit QHotkeyApplication::(un)registerWrapper to Windows only 2024-11-26 05:51:08 +00:00
windows clean: delete stub_msvc.h 2024-11-20 05:27:01 -05:00
ankiconnector.cc clean: reformat everything 2023-07-20 04:02:22 -04:00
ankiconnector.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
article_maker.cc opt: remove the tooltip ,too simple to display 2024-11-29 18:55:02 +08:00
article_maker.hh refactor: use standard string types and merge string namespaces to Text 2024-11-23 08:15:43 -05:00
article_netmgr.cc clean: delete gddebug 2024-11-21 12:17:03 -05:00
article_netmgr.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
audiolink.cc opt: rewrite the logic of determine the existence of audio link (#1860) 2024-10-24 13:32:21 +00:00
audiolink.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
config.cc refactor: default to Qt Multimedia and delete default player shenanigans 2024-11-25 19:54:31 -05:00
config.hh refactor: default to Qt Multimedia and delete default player shenanigans 2024-11-25 19:54:31 -05:00
delegate.cc opt: remove explict RTL elide mode settings of text layout 2024-07-03 20:21:47 +08:00
delegate.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
dictionary_group.cc clean: mass apply clang-tidy's readability-braces-around-statements 2024-10-10 03:21:27 -04:00
dictionary_group.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
externalviewer.cc clean: delete gddebug 2024-11-21 12:17:03 -05:00
externalviewer.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
ftshelpers.cc refactor: use standard string types and merge string namespaces to Text 2024-11-23 08:15:43 -05:00
ftshelpers.hh refactor: use standard string types and merge string namespaces to Text 2024-11-23 08:15:43 -05:00
fulltextsearch.cc clean: delete gddebug 2024-11-21 12:17:03 -05:00
fulltextsearch.hh clean: delete unused QSemaphore and do a header cleanup 2024-11-21 13:06:17 +00:00
gestures.cc clean: fix all globalPosition deprecations to stop related warnings (#1911) 2024-11-06 09:11:07 +00:00
gestures.hh clean: remove macOS unused code related to gestures (#1421) 2024-03-20 11:11:35 +08:00
headwordsmodel.cc refactor: use standard string types and merge string namespaces to Text 2024-11-23 08:15:43 -05:00
headwordsmodel.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
history.cc clean: mass apply clang-tidy's readability-braces-around-statements 2024-10-10 03:21:27 -04:00
history.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
hotkeywrapper.cc refactor: remove DataCommitter interface from QHotkeyApplication 2024-11-26 07:41:46 +00:00
hotkeywrapper.hh refactor: remove DataCommitter interface from QHotkeyApplication 2024-11-26 07:41:46 +00:00
iframeschemehandler.cc clean: delete most Qt5 & <=6.3 conditional compiled code (QT_VERSION) 2024-11-14 00:07:15 -05:00
iframeschemehandler.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
initializing.cc clean: simplify loadDictionaries & Initializing dialog's showInitialy parameter (#1833) 2024-10-17 23:08:20 -04:00
initializing.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
instances.cc opt: Group struct default constructor only invoked with empty string 2024-11-08 20:49:55 +08:00
instances.hh opt: Group struct default constructor only invoked with empty string 2024-11-08 20:49:55 +08:00
keyboardstate.cc opt: rewrite keymodifier (#1614) 2024-06-26 15:58:42 +08:00
keyboardstate.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
langcoder.cc fix: regression in finding {id}-{id} lang pair from dict name 2024-12-13 04:20:39 +00:00
langcoder.hh refactor: use standard string types and merge string namespaces to Text 2024-11-23 08:15:43 -05:00
language.cc refactor: use standard string types and merge string namespaces to Text 2024-11-23 08:15:43 -05:00
language.hh refactor: use standard string types and merge string namespaces to Text 2024-11-23 08:15:43 -05:00
main.cc refactor: remove DataCommitter interface from QHotkeyApplication 2024-11-26 07:41:46 +00:00
metadata.cc Update libraries: fmt to 10.2.1 and toml++ to 3.4.0 2024-04-04 17:44:26 +05:00
metadata.hh feat: customize dictionary's fullindex option with metadata.toml (#1000) 2023-07-26 10:03:20 +08:00
pronounceengine.cc fix: local audio files without extension are not added to dictAudioMap 2024-11-19 02:35:15 +00:00
pronounceengine.hh fix: local audio files without extension are not added to dictAudioMap 2024-11-19 02:35:15 +00:00
resourceschemehandler.cc clean: mass apply clang-tidy's readability-braces-around-statements 2024-10-10 03:21:27 -04:00
resourceschemehandler.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
speechclient.cc dev: generally improve cmake build script 2024-11-22 16:50:55 -05:00
speechclient.hh refactor: consistently rename all Edit->Dictionaries -> ui files 2024-11-25 22:39:02 +00:00
termination.cc clean: delete gddebug 2024-11-21 12:17:03 -05:00
termination.hh clean: delete gddebug 2024-11-21 12:17:03 -05:00
texttospeechsource.cc dev: generally improve cmake build script 2024-11-22 16:50:55 -05:00
texttospeechsource.hh dev: generally improve cmake build script 2024-11-22 16:50:55 -05:00
tiff.cc refactor: Move all .cc/.hh files to src/ 2023-04-17 17:17:36 -04:00
tiff.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
version.cc fix: cmake version.txt generation in non-git environments 2023-07-30 01:42:41 -04:00
version.hh dev: generally improve cmake build script 2024-11-22 16:50:55 -05:00
webmultimediadownload.cc clean: mass apply clang-tidy's readability-braces-around-statements 2024-10-10 03:21:27 -04:00
webmultimediadownload.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
weburlrequestinterceptor.cc fix: website dictionary base tag (#1038) 2023-08-03 21:29:36 +08:00
weburlrequestinterceptor.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
wordfinder.cc refactor: use standard string types and merge string namespaces to Text 2024-11-23 08:15:43 -05:00
wordfinder.hh refactor: use standard string types and merge string namespaces to Text 2024-11-23 08:15:43 -05:00