goldendict-ng/src
shenleban tongying 0999f386d2 merge if
2024-11-20 05:02:04 -05:00
..
audio refactor: move internalpayerbackend out of config.cc to src/audio 2024-11-15 20:31:36 -05:00
common clean: delete stub_msvc.h 2024-11-20 04:36:02 -05:00
dict merge if 2024-11-20 05:02:04 -05:00
macos clean: simplify macOS hotkey mapping code 2024-11-12 12:33:28 +00:00
scripts Consistently use README and no CRLF 2024-11-10 17:39:43 -05:00
stylesheets opt: restrict anki button size 2024-10-17 11:59:52 +08:00
ui feat: Windows, use Fusion only when dark mode applied 2024-11-19 12:41:13 +00:00
unix feat: properly handle Unix signals, like SIGTERM, for graceful exit (#1732) 2024-08-22 08:19:35 +08:00
windows clean: delete stub_msvc.h 2024-11-20 04:36:02 -05:00
ankiconnector.cc
ankiconnector.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
article_maker.cc clean: remove redundant gd::toWString 2024-11-12 19:32:13 -05:00
article_maker.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
article_netmgr.cc opt: reply remove unnecessary signal (#1866) 2024-10-26 11:35:27 +00: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: move internalpayerbackend out of config.cc to src/audio 2024-11-15 20:31:36 -05:00
config.hh refactor: move internalpayerbackend out of config.cc to src/audio 2024-11-15 20:31:36 -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: mass apply clang-tidy's readability-braces-around-statements 2024-10-10 03:21:27 -04:00
externalviewer.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
ftshelpers.cc clean: mass apply clang-tidy's readability-braces-around-statements 2024-10-10 03:21:27 -04:00
ftshelpers.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
fulltextsearch.cc opt: move special GroupIDs to a seperate enum (#1900) 2024-11-05 13:51:53 +08:00
fulltextsearch.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
gestures.cc clean: fix all globalPosition deprecations to stop related warnings (#1911) 2024-11-06 09:11:07 +00:00
gestures.hh
headwordsmodel.cc clean: mass apply clang-tidy's readability-braces-around-statements 2024-10-10 03:21:27 -04: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: move most of the Windows specific code out of hotkeywrapper.cc 2024-11-14 11:12:17 +00:00
hotkeywrapper.hh clean: fix some issues found by the code analysis of Visual Studio 2024-11-14 12:24: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 clean: delete stub_msvc.h 2024-11-20 04:36:02 -05:00
langcoder.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
language.cc clean: mass apply clang-tidy's readability-braces-around-statements 2024-10-10 03:21:27 -04:00
language.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
main.cc feat: Windows, use Fusion only when dark mode applied 2024-11-19 12:41:13 +00:00
metadata.cc
metadata.hh
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 clean: QLocale country -> territory renaming 2024-11-07 03:01:45 -05:00
speechclient.hh clean: mass apply clang-tidy's readability-braces-around-statements 2024-10-10 03:21:27 -04:00
termination.cc clean: mass apply clang-tidy's readability-braces-around-statements 2024-10-10 03:21:27 -04:00
termination.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
texttospeechsource.cc
texttospeechsource.hh
tiff.cc
tiff.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
version.cc
version.hh opt: [win] update Windows compiler name 2024-11-04 16:55:32 +08: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
weburlrequestinterceptor.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00
wordfinder.cc clean: remove redundant gd::toWString 2024-11-12 19:32:13 -05:00
wordfinder.hh clean: just use #pragma once 2024-11-06 22:53:04 -05:00