.github
action: bump python
2023-02-26 18:29:46 +08:00
autotests
iconv test case
2022-02-26 16:25:00 +08:00
base
refactor: replace escaped strings with raw strings via clang-tidy
2022-12-24 17:01:50 -05:00
docs
release version 22.4
2022-04-01 20:21:38 +08:00
flags
ui: update icon
2022-03-27 18:12:33 +08:00
help
update help file
2022-08-27 20:31:12 +08:00
howto
Add alternative build method "CMakeLists.txt" ( #218 )
2022-11-26 11:23:08 +08:00
icons
refactor: port away from extlineedit
2023-03-06 09:46:32 +08:00
locale
update Belarusian ts
2023-03-02 16:49:22 +08:00
maclibs
[mac] add ffmpeg build script
2022-11-19 20:14:45 +08:00
opencc
winlib: update opencc to 2020-04-26
2022-02-11 21:54:14 +08:00
redist
Implement "goldendict://nice" url scheme handler for windows and linux ( #227 )
2022-11-28 09:24:49 +08:00
scripts
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
src
refactor: port away from extlineedit
2023-03-06 09:46:32 +08:00
thirdparty
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
tools
tools: nsis script update
2022-05-12 23:49:57 +08:00
winlibs
feat:add iconv as an extra encoding converter
2023-02-01 23:33:46 +08:00
.clang-format
add new clang format style
2022-10-28 10:51:18 +08:00
.clang-tidy
clang-tidy: apply modernize-use-override
2022-12-29 02:14:53 -05:00
.gitignore
perfect_dark: add toggle option to enable Dark Reader mode
2022-12-26 12:29:30 -05:00
.gitmodules
sonar:fix linux build
2022-12-14 15:58:08 +08:00
aard.cc
clang-tidy: apply modernize-use-override
2022-12-29 02:14:53 -05:00
aard.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
about.cc
fix: about dialog in dark mode.
2022-12-26 23:34:53 +08:00
about.hh
About copy version info: fix styles
2022-11-19 05:17:34 -05:00
about.ui
Add "copy info" buttons to about dialog
2022-11-17 05:14:18 -05:00
ankiconnector.cpp
add 'send to anki' function
2022-05-21 17:34:22 +08:00
ankiconnector.h
add 'send to anki' function
2022-05-21 17:34:22 +08:00
article-style-print.css
Set article background to white while printing
2022-11-16 18:51:01 +03:00
article-style-st-babylon.css
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
article-style-st-classic.css
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
article-style-st-lingoes-blue.css
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
article-style-st-lingoes.css
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
article-style-st-lingvo.css
style: move duplicate class together
2022-06-13 19:45:29 +08:00
article-style-st-modern.css
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
article-style.css
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
article_inspect.cpp
inspect element crash on the first time
2022-10-14 10:52:09 +08:00
article_inspect.h
inspect element crash on the first time
2022-10-14 10:52:09 +08:00
article_maker.cc
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
article_maker.hh
fix: collapse function does not work expectedly.
2022-04-21 23:14:19 +08:00
article_netmgr.cc
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
article_netmgr.hh
fix: memory leaks found by clang LeakSanitizer
2022-12-21 20:08:41 -05:00
articleview.cc
fix: articleview focus
2023-01-12 23:36:36 +08:00
articleview.hh
clean code: remove useless code
2023-01-09 21:22:13 +08:00
articleview.ui
Merge branch 'master' of https://github.com/goldendict/goldendict into goldendict-master
2022-07-10 12:39:12 +08:00
articlewebpage.cpp
opt: handle the url click before the page finished loaded
2022-07-10 14:27:50 +08:00
articlewebpage.h
remember last link's groupId and muted dictionary
2022-06-08 20:52:44 +08:00
articlewebview.cc
remove useless method
2022-08-05 22:24:28 +08:00
articlewebview.hh
remove useless method
2022-08-05 22:24:28 +08:00
atomic_rename.cc
atomic_rename.hh
audiolink.cc
audiolink.hh
audiooutput.cpp
fix: add quit condition in AudioOutput
2023-02-07 23:09:55 +08:00
audiooutput.h
feature: remove libao dependency and use QAudioSink(QAudioOutput) to play the pcm audio format
2022-11-12 09:34:09 +08:00
audioplayerfactory.cc
Do not pass null to qobject_cast()
2018-04-16 18:12:41 +03:00
audioplayerfactory.hh
Add QMediaPlayer internal player back end (Qt5 only)
2018-03-30 17:10:33 +03:00
audioplayerinterface.hh
Run a single external audio player process at a time
2018-03-24 21:34:06 +02:00
authentication.ui
base_type.h
fix: move Contexts to header file
2023-01-02 22:00:42 +08:00
belarusiantranslit.cc
Replace sptr with std::shared_ptr
2022-11-28 22:54:31 -05:00
belarusiantranslit.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
bgl.cc
clang-tidy: apply modernize-use-override
2022-12-29 02:14:53 -05:00
bgl.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
bgl_babylon.cc
remove iconv lib
2022-02-26 15:13:24 +08:00
bgl_babylon.hh
clean: remove stdint_msvc.h
2022-02-26 14:01:34 +08:00
btreeidx.cc
clang-tidy: apply modernize-use-override
2022-12-29 02:14:53 -05:00
btreeidx.hh
opt: improve headword dialog performance
2022-10-01 15:33:23 +08:00
CHANGES.md
Update CHANGES.md
2022-09-20 21:43:22 +08:00
chinese.cc
clang-tidy: apply modernize-use-override
2022-12-29 02:14:53 -05:00
chinese.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
chineseconversion.cc
ChineseConversion: conditional compilation and OpenCC exception handling
2015-10-26 09:38:22 +08:00
chineseconversion.hh
ChineseConversion: conditional compilation and OpenCC exception handling
2015-10-26 09:38:22 +08:00
chineseconversion.ui
chineseconversion.ui: fix typo in window title
2017-05-03 13:25:04 +08:00
chunkedstorage.cc
use qmutex instead of mutex(qmutexrecursive)
2022-06-18 09:09:49 +08:00
chunkedstorage.hh
style:fix style warning
2022-12-01 20:52:20 +08:00
CMakeLists.txt
refactor: port away from extlineedit
2023-03-06 09:46:32 +08:00
conanfile.txt
win specific: update ffmpeg dll lib
2022-02-02 16:17:53 +08:00
config.cc
Remove 0xAD symbol (soft hyphen) for popup window search
2023-01-24 20:04:14 +08:00
config.hh
fix: replace hhotkeyedit with qkeysequenceedit
2022-12-30 01:11:22 +08:00
country.cc
country.hh
CREDITS.txt
add translation of Swiss High-German
2022-08-26 20:27:34 +08:00
decompress.cc
Add Zstd compression support for ZIM format
2020-05-27 14:13:08 +03:00
decompress.hh
Add Zstd compression support for ZIM format
2020-05-27 14:13:08 +03:00
delegate.cc
upgrade to qt6.2
2022-03-11 22:00:45 +08:00
delegate.hh
style:fix style warning
2022-12-01 20:52:20 +08:00
dictdfiles.cc
clang-tidy: apply modernize-use-override
2022-12-29 02:14:53 -05:00
dictdfiles.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
dictgroupwidget.ui
replace dict group's hotkeyedit with qKeySequenceEdit
2022-12-29 07:34:55 -05:00
dictheadwords.cc
fix: headwords dialog export function
2022-12-31 14:01:48 +08:00
dictheadwords.hh
opt: headwords dialog filtering optimization
2022-10-02 19:53:54 +08:00
dictheadwords.ui
opt: improve headword dialog performance
2022-10-01 15:33:23 +08:00
dictinfo.cc
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
dictinfo.hh
dictinfo.ui
fix: when in darkmode ,dictionary info panel background text is unclear
2022-12-16 21:00:02 +08:00
dictionary.cc
refactor: replace escaped strings with raw strings via clang-tidy
2022-12-24 17:01:50 -05:00
dictionary.hh
xapian revert the needToRebuildBTreeIndex to needToRebuildIndex
2022-10-08 21:16:15 +08:00
dictionarybar.cc
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
dictionarybar.hh
[clean] remove code in dictionarybar eventfilter
2022-11-01 20:21:30 +08:00
dictserver.cc
clang-tidy: apply modernize-use-override
2022-12-29 02:14:53 -05:00
dictserver.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
dictspanewidget.hh
dictzip.c
fixed issue #246 , security warning.
2022-12-07 09:16:20 +08:00
dictzip.h
dsl.cc
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
dsl.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
dsl_details.cc
DSL: Fix freezes on some incorrect dictionaries
2023-02-04 18:53:35 +03:00
dsl_details.hh
style:fix style warning
2022-12-01 20:52:20 +08:00
editdictionaries.cc
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
editdictionaries.hh
opt:remove dictMap parameter
2022-07-10 17:11:13 +08:00
editdictionaries.ui
epwing.cc
clang-tidy: apply modernize-use-override
2022-12-29 02:14:53 -05:00
epwing.hh
fix: epwing reference process logic
2022-10-04 20:02:17 +08:00
epwing_book.cc
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
epwing_book.hh
fix: epwing remove unused parameter
2022-10-05 16:33:59 +08:00
epwing_charmap.cc
upgrade to qt6.2
2022-03-11 22:00:45 +08:00
epwing_charmap.hh
upgrade to qt6.2
2022-03-11 22:00:45 +08:00
ex.hh
style:fix style warning
2022-12-01 20:52:20 +08:00
externalaudioplayer.cc
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
externalaudioplayer.hh
Run a single external audio player process at a time
2018-03-24 21:34:06 +02:00
externalviewer.cc
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
externalviewer.hh
clean:remove empty file ,cpp_features.hh
2022-02-26 13:56:50 +08:00
favoritespanewidget.cc
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
favoritespanewidget.hh
style:fix style warning
2022-12-01 20:52:20 +08:00
ffmpegaudio.cc
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
ffmpegaudio.hh
Add QMediaPlayer internal player back end (Qt5 only)
2018-03-30 17:10:33 +03:00
ffmpegaudioplayer.hh
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
file.cc
opt: add xapian support
2022-10-06 01:39:59 +08:00
file.hh
use qmutex instead of mutex(qmutexrecursive)
2022-06-18 09:09:49 +08:00
filetype.cc
Add support for *.oga audio files
2021-06-12 07:53:19 +03:00
filetype.hh
DSL: Trim spaces in "s" and "url" tags
2019-09-26 19:40:39 +03:00
fixx11h.h
flags.qrc
high dpi:change icon reference in code from png to svg.
2022-01-24 22:23:38 +08:00
folding.cc
refactor: replace escaped strings with raw strings via clang-tidy
2022-12-24 17:01:50 -05:00
folding.hh
Fix typos found by codespell
2018-07-07 17:33:15 +08:00
forvo.cc
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
forvo.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
fsencoding.cc
Revert "clean code: win return std::string directly"
2022-04-07 19:56:29 +08:00
fsencoding.hh
ftshelpers.cc
Replace sptr with std::shared_ptr
2022-11-28 22:54:31 -05:00
ftshelpers.hh
opt: add xapian support
2022-10-06 01:39:59 +08:00
fulltextsearch.cc
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
fulltextsearch.hh
fix: revert QTimer change
2022-12-21 23:44:34 -05:00
fulltextsearch.ui
opt: add xapian support
2022-10-06 01:39:59 +08:00
gdappstyle.cc
clean code:remove QT_VERSION check
2021-12-16 19:59:00 +08:00
gdappstyle.hh
clean code:remove QT_VERSION check
2021-12-16 19:59:00 +08:00
gddebug.cc
Allow silencing failed-loading-resource warnings
2022-11-25 22:48:38 +03:00
gddebug.hh
Prevent using temporary codec-for-locale UTF8 replacement
2022-11-25 22:48:38 +03:00
german.cc
Replace sptr with std::shared_ptr
2022-11-28 22:54:31 -05:00
german.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
gestures.cc
remove qt_version_check macro
2021-12-13 22:45:57 +08:00
gestures.hh
remove qt_version_check macro
2021-12-13 22:45:57 +08:00
globalbroadcaster.cpp
opt: function refract
2022-10-15 13:58:24 +08:00
globalbroadcaster.h
fix : add default groupid to the globalinstance
2022-11-24 20:34:21 +08:00
gls.cc
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
gls.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
goldendict.pro
refactor: port away from extlineedit
2023-03-06 09:46:32 +08:00
greektranslit.cc
Replace sptr with std::shared_ptr
2022-11-28 22:54:31 -05:00
greektranslit.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
groupcombobox.cc
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
groupcombobox.hh
Allow dictionaries groups combobox standard hotkeys from FTS and Headwords dialogs
2019-07-09 18:00:23 +03:00
groups.cc
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
groups.hh
groups.ui
groups_widgets.cc
refactor: port away from extlineedit
2023-03-06 09:46:32 +08:00
groups_widgets.hh
refactor: port away from extlineedit
2023-03-06 09:46:32 +08:00
guids.c
headwordsmodel.cpp
fix: filter headword return less than expected matched results.
2022-12-31 11:01:45 +08:00
headwordsmodel.h
opt: headwords dialog filtering optimization
2022-10-02 19:53:54 +08:00
helpwindow.cc
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
helpwindow.hh
history.cc
Add "Favorites" feature
2017-05-12 17:41:08 +03:00
history.hh
style:fix style warning
2022-12-01 20:52:20 +08:00
historypanewidget.cc
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
historypanewidget.hh
hotkeywrapper.cc
fix: method definition in linux and macos
2022-12-30 10:46:44 +08:00
hotkeywrapper.hh
fix: method definition in linux and macos
2022-12-30 10:46:44 +08:00
htmlescape.cc
refactor: replace escaped strings with raw strings via clang-tidy
2022-12-24 17:01:50 -05:00
htmlescape.hh
html unescape
2022-06-08 21:13:07 +08:00
hunspell.cc
clang-tidy: apply modernize-use-override
2022-12-29 02:14:53 -05:00
hunspell.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
iconv.cc
fix:iconv convert error
2023-02-08 10:11:21 +08:00
iconv.hh
feat:add iconv as an extra encoding converter
2023-02-01 23:33:46 +08:00
iframeschemehandler.cpp
fix: website dictionary display incorrect text on the page.
2023-02-09 23:00:32 +08:00
iframeschemehandler.h
fix:add ifr local scheme
2022-05-15 22:54:26 +08:00
inc_case_folding.hh
inc_diacritic_folding.hh
indexedzip.cc
clean:remove meaningless log
2022-12-01 19:41:56 +08:00
indexedzip.hh
Add support for split zip files
2017-04-24 17:42:01 +03:00
initializing.cc
clean code: remove uxtheme
2022-05-20 18:43:47 +08:00
initializing.hh
clean code: remove uxtheme
2022-05-20 18:43:47 +08:00
initializing.ui
instances.cc
opt:remove dictMap parameter
2022-07-10 17:11:13 +08:00
instances.hh
opt:remove dictMap parameter
2022-07-10 17:11:13 +08:00
keyboardstate.cc
fix:remove x11extra private
2022-05-29 16:00:28 +08:00
keyboardstate.hh
Put conditions on the ClipboardChange for X11
2022-11-19 13:48:26 -05:00
langcoder.cc
opt: langcoder optimization
2022-06-23 20:03:29 +08:00
langcoder.hh
Zim, Aard: Fix language recognition from three-letter codes
2018-12-07 16:18:49 +03:00
language.cc
optimize:translator refactor
2022-03-03 23:12:38 +08:00
language.hh
LICENSE.txt
loaddictionaries.cc
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
loaddictionaries.hh
refactor: simplify and speedup dictionary loading via a helper function
2022-12-25 09:07:36 -05:00
lsa.cc
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
lsa.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
machotkeywrapper.mm
fix: method definition in linux and macos
2022-12-30 10:46:44 +08:00
macmouseover.hh
macmouseover.mm
MacOS: One more fix for compilation under Mac OS
2016-06-23 20:25:00 +03:00
main.cc
doc: update urls
2023-01-05 20:34:53 -05:00
mainstatusbar.cc
feature: refactor the mainstatusbar
2023-03-11 11:04:07 +08:00
mainstatusbar.hh
feature: refactor the mainstatusbar
2023-03-11 11:04:07 +08:00
maintabwidget.cc
improve: replace all the deprecated method before 5.15
2022-01-08 22:08:23 +08:00
maintabwidget.hh
mainwindow.cc
fix: better QObject hierarchy
2023-03-09 14:14:18 +08:00
mainwindow.hh
fix: remove unused code
2023-03-07 17:46:37 +08:00
mainwindow.ui
fix: wordlist panel background color regression
2022-09-04 10:47:29 +08:00
mdictparser.cc
opt: refactor the homebrew macos action ( #140 )
2022-09-08 21:46:17 +08:00
mdictparser.hh
Revert "the last headword in the block has incorrect data length"
2022-08-07 11:03:46 +08:00
mdx.cc
fix: convert string literal to Raw string to remove code smell
2023-03-11 14:10:02 +08:00
mdx.hh
Revert "optimize: for loop optimize"
2022-04-13 23:29:36 +08:00
mediawiki.cc
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
mediawiki.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
mruqmenu.cc
mruqmenu.hh
multimediaaudioplayer.cc
fix: repeat play the first played sound
2023-02-13 10:53:23 +08:00
multimediaaudioplayer.hh
fix: repeat play the first played sound
2023-02-13 10:53:23 +08:00
mutex.cc
mutex.hh
revert mutex parent class from qrecursivemutex to qmutex
2022-06-18 09:17:43 +08:00
myInfo.plist
options.ui
orderandprops.cc
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
orderandprops.hh
opt:remove dictMap parameter
2022-07-10 17:11:13 +08:00
orderandprops.ui
fix: when in darkmode ,dictionary info panel background text is unclear
2022-12-16 21:00:02 +08:00
parsecmdline.cc
parsecmdline.hh
preferences.cc
fix: replace hhotkeyedit with qkeysequenceedit
2022-12-30 01:11:22 +08:00
preferences.hh
Remove enableScanPopup: Complete. Remove from config file and ui file
2022-11-19 09:50:20 -05:00
preferences.ui
fix: replace hhotkeyedit with qkeysequenceedit
2022-12-30 01:11:22 +08:00
processwrapper.cc
performance: Prefer prefix ++/-- operators for non-primitive types.
2022-02-16 22:08:32 +08:00
processwrapper.hh
programs.cc
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
programs.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
README.md
action:modify action to support iconv
2023-02-01 23:33:47 +08:00
resources.qrc
feat: bring back custom qt style sheets for Windows
2023-02-12 11:01:36 -05:00
resourceschemehandler.cpp
fix: memory leaks found by clang LeakSanitizer
2022-12-21 20:08:41 -05:00
resourceschemehandler.h
fix: memory leaks found by clang LeakSanitizer
2022-12-21 20:08:41 -05:00
ripemd.cc
Fixed build with GCC 11.
2020-10-15 15:04:20 +02:00
ripemd.hh
clean: remove stdint_msvc.h
2022-02-26 14:01:34 +08:00
romaji.cc
Replace sptr with std::shared_ptr
2022-11-28 22:54:31 -05:00
romaji.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
russiantranslit.cc
Replace sptr with std::shared_ptr
2022-11-28 22:54:31 -05:00
russiantranslit.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
sapi.hh
scanflag.cc
refactor: convert scanflag.ui to plain code
2023-02-21 19:56:12 -05:00
scanflag.hh
refactor: convert scanflag.ui to plain code
2023-02-21 19:56:12 -05:00
scanpopup.cc
fix: fix conflict when merge upstream changes
2023-02-26 09:26:58 +08:00
scanpopup.hh
fix: fix conflict when merge upstream changes
2023-02-26 09:26:58 +08:00
scanpopup.ui
Update scanpopup.ui
2022-06-28 09:18:59 +08:00
scripts.qrc
fix: darkmode extended to html webpage
2022-12-24 09:00:25 +08:00
sdict.cc
clang-tidy: apply modernize-use-override
2022-12-29 02:14:53 -05:00
sdict.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
searchpanewidget.hh
slob.cc
clang-tidy: apply modernize-use-override
2022-12-29 02:14:53 -05:00
slob.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
sonar-project.properties
Revert "Update sonar-project.properties"
2022-12-25 18:40:03 +08:00
sounddir.cc
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
sounddir.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
sources.cc
Add Lingua Libre support ( #268 )
2022-12-24 22:42:40 +08:00
sources.hh
Add Lingua Libre support ( #268 )
2022-12-24 22:42:40 +08:00
sources.ui
fix: default source tabs
2022-12-26 21:10:39 +08:00
speechclient.hh
speechclient_mac.mm
speechclient_win.cc
speechhlp.cc
speechhlp.hh
sphelper.hh
Fix typos found by codespell
2018-07-07 17:33:15 +08:00
splitfile.cc
upgrade to qt6.2
2022-03-11 22:00:45 +08:00
splitfile.hh
Add support for split zip files
2017-04-24 17:42:01 +03:00
sptr.hh
Replace sptr with std::shared_ptr
2022-11-28 22:54:31 -05:00
stardict.cc
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
stardict.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
stylescombobox.cc
stylescombobox.hh
termination.cc
terminate handler
2022-03-13 13:10:01 +08:00
termination.hh
Little refactoring for log messages to file
2018-05-22 17:37:21 +03:00
texttospeechsource.cc
texttospeechsource.hh
texttospeechsource.ui
ui: remove top margin
2022-03-27 21:01:28 +08:00
tiff.cc
no extra tiff
2022-08-06 15:09:15 +08:00
tiff.hh
no extra tiff
2022-08-06 15:09:15 +08:00
translatebox.cc
refactor: port away from extlineedit
2023-03-06 09:46:32 +08:00
translatebox.hh
refactor: port away from extlineedit
2023-03-06 09:46:32 +08:00
transliteration.cc
Replace sptr with std::shared_ptr
2022-11-28 22:54:31 -05:00
transliteration.hh
clean code: replace throw() with noexcept
2022-06-03 21:29:06 +08:00
treeview.cc
remove old qt(<5) code.
2021-12-13 22:43:43 +08:00
treeview.hh
Favorites: Fix blocking of illegal move operations for Qt4 (issue #1059 )
2018-09-24 20:22:51 +03:00
ufile.cc
ufile.hh
utf8.cc
clean code: replace throw() with noexcept
2022-06-03 21:29:06 +08:00
utf8.hh
clean code: replace throw() with noexcept
2022-06-03 21:29:06 +08:00
utils.cc
opt: function refract
2022-10-15 13:58:24 +08:00
utils.hh
opt: function refract
2022-10-15 13:58:24 +08:00
version.txt.in
Add alternative build method "CMakeLists.txt" ( #218 )
2022-11-26 11:23:08 +08:00
voiceengines.cc
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
voiceengines.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
webmultimediadownload.cc
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
webmultimediadownload.hh
Media downloader: Fix case with redirect response
2017-03-13 17:40:19 +03:00
website.cc
fix: local dictionary file:/// support
2023-02-16 16:11:27 +08:00
website.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
weburlrequestinterceptor.cpp
add origin and referer to response header
2023-02-05 22:37:24 +08:00
weburlrequestinterceptor.h
fix: memory leaks found by clang LeakSanitizer
2022-12-21 20:08:41 -05:00
wildcard.cc
Support "[!a-x]" like construction while handling wildcards via QRegularExpression
2019-03-25 18:10:10 +03:00
wildcard.hh
Add new files to git
2018-02-22 19:49:54 +03:00
wordfinder.cc
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
wordfinder.hh
Fix typos found by codespell
2018-07-07 17:33:15 +08:00
wordlist.cc
refactor: upgrade most of macro based Signal/Slot to new syntax
2022-12-25 21:08:17 -05:00
wordlist.hh
clean code:remove seemingly useless code
2022-09-21 23:52:12 +08:00
wstring.hh
optimize: wchar use builtin char32_t
2022-02-17 22:33:58 +08:00
wstring_qt.cc
Revert "clean code: win return std::string directly"
2022-04-07 19:56:29 +08:00
wstring_qt.hh
remove iconv lib
2022-02-26 15:13:24 +08:00
xdxf.cc
fix:compile error after merge xdxf.cc changes
2023-01-24 21:28:34 +08:00
xdxf.hh
XDXF: Add support for draft revision 034 (issue #1600 )
2023-01-24 20:07:15 +08:00
xdxf2html.cc
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
xdxf2html.hh
zim.cc
Zim: One more check for Zim header
2023-01-24 20:02:13 +08:00
zim.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00
zipfile.cc
improve: replace all the deprecated method before 5.15
2022-01-08 22:08:23 +08:00
zipfile.hh
Add support for split zip files
2017-04-24 17:42:01 +03:00
zipsounds.cc
cleanup: Replace all usages of qrcx://localhost with qrc://
2023-03-05 15:20:05 -05:00
zipsounds.hh
clean code: remove old cpp feature
2022-01-09 16:35:07 +08:00