The Next Generation GoldenDict https://xiaoyifang.github.io/goldendict-ng/
Go to file
2013-06-07 16:58:10 +04:00
flags fix for blg dict 2012-01-28 12:07:23 +09:00
generators Change email from @users.berlios.de to @goldendict.org. 2010-12-09 15:31:50 +03:00
icons Adjust Modern and Lingoes-Blue styles to handle expand/collapse buttons better 2013-06-02 14:34:59 +02:00
locale Update belarusian translation 2013-06-06 21:05:53 +03:00
maclibs Mac-specific: update project file to use GD custom ffmpeg/libao libraries. Set script to executable mode. 2013-05-08 07:47:28 -03:00
mouseover_win32 Win-specific: Preparation for 64-bit build 2013-03-28 17:45:47 +04:00
nsis Sleep a bit after terminating the process when uninstalling to make sure all files in use were released. 2010-12-04 19:06:13 +03:00
qtsingleapplication Updated to the latest qtsingleapplication, as part of fix for #212. 2013-02-03 22:00:15 +01:00
redist Drop the src/ directory. It's superfluous. 2010-05-15 16:42:18 +04:00
winlibs Win-specific: Update zLib to last official version 1.2.8 (issue #299) 2013-05-08 22:35:52 +04:00
.gitignore Some more gitignores for MacOS 2013-04-01 18:07:19 +02:00
aard.cc Aard: Minor change in link handling 2013-05-22 18:16:57 +04:00
aard.hh Add support for Aard dictionaries (aar-html) 2012-02-09 16:50:38 +04:00
about.cc Show Qt version, GCC version and 32/64 bits in About dialog 2013-05-30 20:54:15 +02:00
about.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
about.ui Allow GoldenDict/Qt/GCC versions copying in About diaolg 2013-05-30 21:18:57 +02:00
article-style-print.css Drop the src/ directory. It's superfluous. 2010-05-15 16:42:18 +04:00
article-style-st-babylon.css Adjusted Babylon style's Expand/Collapse buttons 2013-06-03 09:05:28 +02:00
article-style-st-lingoes-blue.css Adjust Modern and Lingoes-Blue styles to handle expand/collapse buttons better 2013-06-02 14:34:59 +02:00
article-style-st-lingoes.css Fixed a regression in Lingoes style, adjusted the Expand/Collapse icons to look similar to Lingoes 2013-06-02 18:27:19 +02:00
article-style-st-lingvo.css Tweaks for background color since CSS isolation was introduced 2013-05-28 13:10:14 +08:00
article-style-st-modern.css Adjust Modern and Lingoes-Blue styles to handle expand/collapse buttons better 2013-06-02 14:34:59 +02:00
article-style.css Fix article header bottom border for collapsed articles (issue #337) 2013-06-02 22:58:26 +04:00
article_maker.cc Automatically expand collapsed article if only one loaded 2013-06-03 21:14:05 +04:00
article_maker.hh Do not count DSL optional parts when calculating the limit for article auto-collapsing (issue #338) 2013-06-03 17:38:57 +04:00
article_netmgr.cc Added an option to hide GoldenDict identification in the HTTP User-Agent headers (Issue #259). 2013-05-15 17:59:30 +02:00
article_netmgr.hh Added an option to hide GoldenDict identification in the HTTP User-Agent headers (Issue #259). 2013-05-15 17:59:30 +02:00
articleinspector.cc Add "Inspect" action to context menu 2013-05-30 10:18:28 +08:00
articleinspector.hh Add "Inspect" action to context menu 2013-05-30 10:18:28 +08:00
articleview.cc Automatically expand collapsed article if only one loaded 2013-06-03 21:14:05 +04:00
articleview.hh Fix pronunciation for active article (if not avaialbe, fallback to the first one) 2013-05-31 11:29:04 +08:00
articleview.ui Small redesign of search panel, to consume less horizontal space. 2012-12-28 12:13:26 +01:00
articlewebview.cc Add "Inspect" action to context menu 2013-05-30 10:18:28 +08:00
articlewebview.hh Add "Inspect" action to context menu 2013-05-30 10:18:28 +08:00
atomic_rename.cc Update year in copyright notices. 2012-02-21 01:47:14 +04:00
atomic_rename.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
audiolink.cc Fix regression from d5c236f183: should take first audio link from each article 2013-05-31 11:46:51 +08:00
audiolink.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
belarusiantranslit.cc Add belarusian transliteration 2013-01-20 22:15:24 +03:00
belarusiantranslit.hh Add belarusian transliteration 2013-01-20 22:15:24 +03:00
bgl.cc Custom icon support for babylon and dictd dictionaries 2013-01-31 21:15:40 -03:00
bgl.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
bgl_babylon.cc Mac-specific: BGL dictionaries under Mac OS X (issue #128) 2013-02-13 16:53:43 +04:00
bgl_babylon.hh Some more encoding in BGL (issue #53, goldendict.org/forum/viewtopic.php?f=5&t=1535) 2012-11-13 22:49:29 +04:00
broken_xrecord.cc Update year in copyright notices. 2012-02-21 01:47:14 +04:00
broken_xrecord.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
btreeidx.cc Configurable parameter for DSL headwords' maximum size. 2013-01-11 11:00:30 +01:00
btreeidx.hh Configurable parameter for DSL headwords' maximum size. 2013-01-11 11:00:30 +01:00
chunkedstorage.cc Update year in copyright notices. 2012-02-21 01:47:14 +04:00
chunkedstorage.hh Fixed build under Linux 2012-04-06 15:49:00 -03:00
config.cc Allow to collapse/expand articles; auto collapse for big articles (issue #331) 2013-06-02 15:20:33 +04:00
config.hh Allow to collapse/expand articles; auto collapse for big articles (issue #331) 2013-06-02 15:20:33 +04:00
configure Add a mock ./configure script which tells one to run qmake && make. 2010-11-26 20:55:43 +03:00
country.cc Update year in copyright notices. 2012-02-21 01:47:14 +04:00
country.hh Support for Forvo online pronunciations added. 2010-06-13 00:16:35 +04:00
CREDITS.txt Updated Brazilian Portuguese translation by Alexandro Casanova 2013-05-28 12:52:48 +08:00
decompress.cc MDict: use decompress function from decompress.cc 2013-04-23 20:38:30 +04:00
decompress.hh MDict: use decompress function from decompress.cc 2013-04-23 20:38:30 +04:00
dictdfiles.cc Handle dictzip errors without program termination (Fix issue #207) 2013-03-15 16:27:32 +04:00
dictdfiles.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
dictgroupwidget.ui Add an icon before the "Shortcut" label in the group configuration. 2010-07-05 23:05:29 +04:00
dictinfo.cc Show dictionary info on right click in groups edit dialog 2012-12-20 17:25:03 +04:00
dictinfo.hh 1. Store geometry of the "Dictionary info" window 2012-09-27 17:00:40 +04:00
dictinfo.ui Make dictionary info read-only. 2012-12-27 23:44:21 +01:00
dictionary.cc MDict: Narrow selector scope for better CSS isolation (probably) 2013-05-28 15:00:36 +08:00
dictionary.hh MDict: Narrow selector scope for better CSS isolation (probably) 2013-05-28 15:00:36 +08:00
dictionarybar.cc Additional check for previous commit 2012-12-31 11:54:51 +04:00
dictionarybar.hh Prevent expanded dictionary bar collapsing when cursor moved over tooltip or context menu 2012-12-30 18:08:54 +04:00
dictspanewidget.hh History Pane rewrite. 2013-01-17 10:08:53 +01:00
dictzip.c Handle dictzip errors without program termination (Fix issue #207) 2013-03-15 16:27:32 +04:00
dictzip.h Handle dictzip errors without program termination (Fix issue #207) 2013-03-15 16:27:32 +04:00
dprintf.hh Correction of previous commits 2011-06-20 08:26:27 +04:00
dsl.cc DSL: expand subcard links in card 2013-06-07 16:58:10 +04:00
dsl.hh Configurable parameter for DSL headwords' maximum size. 2013-01-11 11:00:30 +01:00
dsl_details.cc DSL: expand subcard links in card 2013-06-07 16:58:10 +04:00
dsl_details.hh Fix keywords per one article limitation for DSL dictionaries 2012-09-08 01:32:49 +04:00
editdictionaries.cc Win-specific: Add TTS support for Windows (by Timon Wong) 2013-04-24 18:52:04 +04:00
editdictionaries.hh Show dictionary info on right click in groups edit dialog 2012-12-20 17:25:03 +04:00
editdictionaries.ui Added Apply button to the Dictionaries configuration dialog. 2011-06-13 14:30:49 +02:00
ex.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
externalviewer.cc Fixed #239: Couldn't play sounds via some external programs on Windows 2013-03-15 21:24:37 +01:00
externalviewer.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
extlineedit.cc Quick search/filter for dictionary names in settings (Dictionaries and Groups tabs). 2013-01-04 14:24:08 +01:00
extlineedit.hh Quick search/filter for dictionary names in settings (Dictionaries and Groups tabs). 2013-01-04 14:24:08 +01:00
ffmpegaudio.cc FFmpeg: Fix potential crash on some codecs (speex for example) 2013-05-24 16:15:07 +08:00
ffmpegaudio.hh Add internal audio player(ffmpeg/libav + libao). 2013-05-05 18:22:12 +08:00
file.cc Update year in copyright notices. 2012-02-21 01:47:14 +04:00
file.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
filetype.cc Dsl: Handle SVG images 2013-05-25 16:07:49 +04:00
filetype.hh Dsl: Handle SVG images 2013-05-25 16:07:49 +04:00
fixx11h.h Deal with X11 headers mess that causes compilation errors 2011-06-09 09:29:21 +02:00
flags.qrc fix for blg dict 2012-01-28 12:07:23 +09:00
folding.cc Update year in copyright notices. 2012-02-21 01:47:14 +04:00
folding.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
forvo.cc Part of work for #212: Make GD source to be ready for Qt5. 2013-02-03 21:19:55 +01:00
forvo.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
fsencoding.cc Part of work for #212: Make GD source to be ready for Qt5. 2013-02-03 21:19:55 +01:00
fsencoding.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
gdappstyle.cc Update year in copyright notices. 2012-02-21 01:47:14 +04:00
gdappstyle.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
german.cc Update year in copyright notices. 2012-02-21 01:47:14 +04:00
german.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
GoldenDict.exe.manifest Win-Specific: Embed appropriate manifest. 2013-06-05 00:33:44 +08:00
goldendict.pro Switching to 1.5.0 version 2013-06-06 15:39:06 +02:00
goldendict.rc Switching to 1.5.0 version 2013-06-06 15:39:06 +02:00
greektranslit.cc Remove UTF-8 BOM from the file - some compilers don't like it. 2011-04-16 15:40:00 -07:00
greektranslit.hh Greek transliteration by Jennie Petoumenou. 2010-05-29 13:22:08 +04:00
groupcombobox.cc Add Alt+PgDown/PgUp shortcuts to select next/previous group 2012-10-01 16:43:00 +04:00
groupcombobox.hh Add Alt+PgDown/PgUp shortcuts to select next/previous group 2012-10-01 16:43:00 +04:00
groups.cc Fixed #265: Wrong dictionary info when filter is active in the Groups tab 2013-04-20 16:27:59 +02:00
groups.hh Show dictionary info on right click in groups edit dialog 2012-12-20 17:25:03 +04:00
groups.ui Quick search/filter for dictionary names in settings (Dictionaries and Groups tabs). 2013-01-04 14:24:08 +01:00
groups_widgets.cc Part of work for #212: Make GD source to be ready for Qt5. 2013-02-03 21:19:55 +01:00
groups_widgets.hh Better keyboard support in Dictionaries tab: 2013-01-07 09:57:34 +01:00
groupselectorwidget.ui Drop the src/ directory. It's superfluous. 2010-05-15 16:42:18 +04:00
guids.c Some more TTS from Timon Wong 2013-04-24 20:01:44 +04:00
history.cc Fixed #232: history pane doesn't retain cleared state after restarting goldendict 2013-03-05 13:23:50 +01:00
history.hh Fixed #232: history pane doesn't retain cleared state after restarting goldendict 2013-03-05 13:23:50 +01:00
historypanewidget.cc Fixed #164: Add an option to copy the entire article (Ctrl+A) 2013-01-18 14:22:24 +01:00
historypanewidget.hh Implemented History copying to the clipboard 2013-01-17 14:03:16 +01:00
hotkeyedit.cc Ignore Qt::KeypadModifier in hotkey settings 2012-10-13 14:12:52 +04:00
hotkeyedit.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
hotkeywrapper.cc Win-specific: Fix Ctrl+C emulation pass-through in hotkey wrapper 2013-04-29 23:35:26 +04:00
hotkeywrapper.hh Mac-specific: Implement hotkeys under Mac OS X (issue #129) 2013-04-05 16:25:34 +04:00
htmlescape.cc Prevent some potential crashes on broken bgl 2012-11-14 16:54:31 +04:00
htmlescape.hh Prevent some potential crashes on broken bgl 2012-11-14 16:54:31 +04:00
hunspell.cc Part of work for #212: Make GD source to be ready for Qt5. 2013-02-03 21:19:55 +01:00
hunspell.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
icon.svg Add the source of the icon used in the Android version. Note that it is under GPL v2+ here. 2013-03-26 11:07:07 -07:00
iconv.cc Update year in copyright notices. 2012-02-21 01:47:14 +04:00
iconv.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
inc_case_folding.hh Drop the src/ directory. It's superfluous. 2010-05-15 16:42:18 +04:00
inc_diacritic_folding.hh Drop the src/ directory. It's superfluous. 2010-05-15 16:42:18 +04:00
indexedzip.cc Fix some warnings 2012-10-31 17:58:35 +04:00
indexedzip.hh Support sound packs in zip archive (.zips) 2012-09-28 16:39:52 +04:00
initializing.cc Ui-Tweak: auto-fitting dict name for initializing window 2013-05-22 21:09:43 +08:00
initializing.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
initializing.ui Ui-Tweak: auto-fitting dict name for initializing window 2013-05-22 21:09:43 +08:00
instances.cc std::vector -> QVector in config 2012-12-10 16:49:45 +04:00
instances.hh Own muted dictionaries list for each group 2012-09-26 17:13:47 +04:00
keyboardstate.cc Mac-specific: Implement scanning under Mac OS X (issue #129) 2013-04-10 17:31:44 +04:00
keyboardstate.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
langcoder.cc Part of work for #212: Make GD source to be ready for Qt5. 2013-02-03 21:19:55 +01:00
langcoder.hh Add Lojban language code (issue #233) 2013-03-05 18:31:20 +04:00
language.cc Add Lojban language code (issue #233) 2013-03-05 18:31:20 +04:00
language.hh Show information about a dictionary on rigth mouse click in "Found in" pane 2012-09-24 16:51:51 +04:00
LICENSE.txt Update year in copyright notices. 2012-02-21 01:47:14 +04:00
lionsupport.h Added full-screen mode for Mac OS X Lion 2012-06-03 14:29:49 -04:00
lionsupport.mm Added full-screen mode for Mac OS X Lion 2012-06-03 14:29:49 -04:00
loaddictionaries.cc Win-specific: Add TTS support for Windows (by Timon Wong) 2013-04-24 18:52:04 +04:00
loaddictionaries.hh Configurable parameter for DSL headwords' maximum size. 2013-01-11 11:00:30 +01:00
lsa.cc Check if icon is loaded before trying to load it again 2013-01-31 19:30:11 -03:00
lsa.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
machotkeywrapper.mm Mac-specific: Fix hotkeys when non-english keyboard layout selected 2013-05-21 17:49:23 +04:00
macmouseover.hh Mac-specific: Implement scanning under Mac OS X (issue #129) 2013-04-10 17:31:44 +04:00
macmouseover.mm Mac-specific: Implement text-to-speech feature under Mac OS X 2013-05-07 17:39:35 +04:00
main.cc Fixed #314: Mac-specific: Do not enforce the default icon, allow icon customization. 2013-05-19 11:57:33 +02:00
mainstatusbar.cc Update year in copyright notices. 2012-02-21 01:47:14 +04:00
mainstatusbar.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
maintabwidget.cc Middle-click over tab must close tab. 2013-01-04 23:18:12 -03:00
maintabwidget.hh Fix new tab adding by mouse double click under Ubuntu 2012-12-27 17:04:46 +04:00
mainwindow.cc Allow to collapse/expand articles; auto collapse for big articles (issue #331) 2013-06-02 15:20:33 +04:00
mainwindow.hh Add an option to enable saving resource files with articles (#321) 2013-05-27 19:18:13 +08:00
mainwindow.ui Mac-specific: Interaction with Mac OS application menu (issue #255) 2013-04-02 17:22:20 +04:00
mdictparser.cc MDict: Fix compatibility between 32/64 bit indices (Fix #340). 2013-06-05 00:17:55 +08:00
mdictparser.hh MDict: Fix compatibility between 32/64 bit indices (Fix #340). 2013-06-05 00:17:55 +08:00
mdx.cc MDict: Fix compatibility between 32/64 bit indices (Fix #340). 2013-06-05 00:17:55 +08:00
mdx.hh MDict: Add volumes support for mdd files 2013-05-08 21:51:02 +08:00
mediawiki.cc Eliminate some compiler warnings (in Release mode). 2013-02-04 14:46:52 +01:00
mediawiki.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
mouseover.cc Win-specific: Preparation for 64-bit build 2013-03-28 17:45:47 +04:00
mouseover.hh Win-specific: Show translation in popup window istead of sending word to GD main window while scanning GD main window 2012-09-24 17:20:58 +04:00
mruqmenu.cc Fix some warnings 2012-10-31 17:58:35 +04:00
mruqmenu.hh MRU tab switching implemented 2012-02-17 00:00:00 +02:00
mutex.cc Update year in copyright notices. 2012-02-21 01:47:14 +04:00
mutex.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
options.ui Drop the src/ directory. It's superfluous. 2010-05-15 16:42:18 +04:00
orderandprops.cc Better keyboard support in Dictionaries tab: 2013-01-07 09:57:34 +01:00
orderandprops.hh Better keyboard support in Dictionaries tab: 2013-01-07 09:57:34 +01:00
orderandprops.ui Quick search/filter for dictionary names in settings (Dictionaries and Groups tabs). 2013-01-04 14:24:08 +01:00
parsecmdline.cc Add proper command line parsing (with quotes support) to programs and to the external audio player command line. 2011-05-29 18:05:28 -07:00
parsecmdline.hh Add proper command line parsing (with quotes support) to programs and to the external audio player command line. 2011-05-29 18:05:28 -07:00
preferences.cc Allow to collapse/expand articles; auto collapse for big articles (issue #331) 2013-06-02 15:20:33 +04:00
preferences.hh Drop the src/ directory. It's superfluous. 2010-05-15 16:42:18 +04:00
preferences.ui Allow to collapse/expand articles; auto collapse for big articles (issue #331) 2013-06-02 15:20:33 +04:00
processwrapper.cc Fixed build under Arch Linux 2012-04-07 12:33:37 -03:00
processwrapper.hh Drop the src/ directory. It's superfluous. 2010-05-15 16:42:18 +04:00
programs.cc Check if icon is loaded before trying to load it again 2013-01-31 19:30:11 -03:00
programs.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
qt-style-macos.css Additional fix for #254: MacOS X: TranslateBox alignment issues 2013-04-05 18:08:23 +02:00
qt-style-st-babylon.css Fixed #191: New UI in the scan popup, replace 3 separate widgets with the translate box. 2013-01-25 16:42:44 +01:00
qt-style-st-lingoes-blue.css Tweaked menu spacing in Lingoes-Blue theme 2013-04-11 12:43:23 +02:00
qt-style-st-lingvo.css Fixed #191: New UI in the scan popup, replace 3 separate widgets with the translate box. 2013-01-25 16:42:44 +01:00
qt-style-st-modern.css Added a new built-in style 'Modern' (Prefs->Interface->Display Style->Modern) 2013-03-23 17:48:31 +01:00
qt-style.css Additional fix for #205. 2013-02-07 19:16:19 +01:00
README.md Add internal audio player(ffmpeg/libav + libao). 2013-05-05 18:22:12 +08:00
resources.qrc Adjust Modern and Lingoes-Blue styles to handle expand/collapse buttons better 2013-06-02 14:34:59 +02:00
romaji.cc Leave only the real existing sokuon in kana tables. 2010-06-26 01:08:21 +04:00
romaji.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
russiantranslit.cc Update year in copyright notices. 2012-02-21 01:47:14 +04:00
russiantranslit.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
sapi.hh Some more TTS from Timon Wong 2013-04-24 20:01:44 +04:00
scanpopup.cc Mac-specific: Implement scanning under Mac OS X (issue #129) 2013-04-10 17:31:44 +04:00
scanpopup.hh Synchronize dicionary icons size in popup and main windows (issue #168) 2013-02-27 17:12:46 +04:00
scanpopup.ui Do not resize vertically the scan pop-up's translate box 2013-02-16 21:22:53 +01:00
sdict.cc Check if icon is loaded before trying to load it again 2013-01-31 19:30:11 -03:00
sdict.hh Add support for Sdict dictionaries 2012-02-09 16:49:41 +04:00
searchpanewidget.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
sounddir.cc Fix warning in SoundDirDictionary constructor 2013-02-03 14:08:41 +04:00
sounddir.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
sources.cc Fixed #328: Eliminate partially-checked checkboxes in Pereferences 2013-05-28 17:20:00 +02:00
sources.hh Mac-specific: Implement text-to-speech feature under Mac OS X 2013-05-07 17:39:35 +04:00
sources.ui Enhance help string on "Websites" tab (issue #252 again) 2013-03-30 23:42:03 +04:00
speechclient.hh Win-specific: Add volume and rate tuning for TTS, fix some errors 2013-04-26 17:41:39 +04:00
speechclient_mac.mm Mac-specific: Implement text-to-speech feature under Mac OS X 2013-05-07 17:39:35 +04:00
speechclient_win.cc Win-specific: Add volume and rate tuning for TTS, fix some errors 2013-04-26 17:41:39 +04:00
speechhlp.cc Win-specific: Add volume and rate tuning for TTS, fix some errors 2013-04-26 17:41:39 +04:00
speechhlp.hh Win-specific: Add volume and rate tuning for TTS, fix some errors 2013-04-26 17:41:39 +04:00
sphelper.hh Win-specific: Add volume and rate tuning for TTS, fix some errors 2013-04-26 17:41:39 +04:00
sptr.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
stardict.cc Stardict: Isolate resources stylesheets 2013-05-23 18:01:50 +04:00
stardict.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
stylescombobox.cc Switch user styles on-the-fly 2012-12-10 18:14:13 +04:00
stylescombobox.hh Switch user styles on-the-fly 2012-12-10 18:14:13 +04:00
termination.cc Update year in copyright notices. 2012-02-21 01:47:14 +04:00
termination.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
texttospeechsource.cc Fixed #328: Eliminate partially-checked checkboxes in Pereferences 2013-05-28 17:20:00 +02:00
texttospeechsource.hh Win-specific: Add volume and rate tuning for TTS, fix some errors 2013-04-26 17:41:39 +04:00
texttospeechsource.ui Fix typos in translation 2013-04-28 11:45:08 -03:00
translatebox.cc Fixed #221: The words list is not the top panel (on Linux). 2013-02-16 16:38:19 +01:00
translatebox.hh Additional fix for #205. 2013-02-07 19:16:19 +01:00
transliteration.cc Rework custom dictionary icons handling 2012-12-03 16:47:43 +04:00
transliteration.hh Rework custom dictionary icons handling 2012-12-03 16:47:43 +04:00
ufile.cc XDXF support - some improvements 2012-01-25 20:35:00 +04:00
ufile.hh XDXF support - some improvements 2012-01-25 20:35:00 +04:00
uiauto.hh Fix some warnings 2012-10-31 17:58:35 +04:00
utf8.cc Update year in copyright notices. 2012-02-21 01:47:14 +04:00
utf8.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
voiceengines.cc Some more TTS from Timon Wong 2013-04-24 20:01:44 +04:00
voiceengines.hh Win-specific: Add TTS support for Windows (by Timon Wong) 2013-04-24 18:52:04 +04:00
webmultimediadownload.cc Fix potential memory leak due to QNetworkReply may not deleted 2013-05-09 00:08:34 +08:00
webmultimediadownload.hh Fix crashes due to deletion resources owned by QNetworkAccessManager 2013-05-08 22:50:06 +08:00
website.cc Add some more encodings for online dictionaries (issue #252) 2013-03-30 14:00:28 +04:00
website.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
wordbyauto.cc Fix some warnings 2012-10-31 17:58:35 +04:00
wordbyauto.hh Improvements in scan popup functionality. 2011-07-09 23:26:30 +04:00
wordfinder.cc Update year in copyright notices. 2012-02-21 01:47:14 +04:00
wordfinder.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
wordlist.cc Fixed #192: Dynamically adjust the suggestion list in the new UI. 2013-01-27 23:12:00 +01:00
wordlist.hh Fix for the suggestion list on Linux, classic UI. 2013-01-28 21:31:28 +01:00
wstring.cc Drop the src/ directory. It's superfluous. 2010-05-15 16:42:18 +04:00
wstring.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
wstring_qt.cc Fix unexpected result using QString::toStdWString() (fix #107 again, QTBUG-25536) 2013-05-27 14:56:16 +08:00
wstring_qt.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
x64.cc Win-specific: Preparation for 64-bit build 2013-03-28 17:45:47 +04:00
x64.hh Win-specific: ScanPopup in 64-bit applications 2012-01-24 16:39:23 +04:00
xdxf.cc XDXF: Fix infinite loop for malformed files. (Issue #319) 2013-05-20 23:37:03 +08:00
xdxf.hh Change email from @users.berlios.de to @goldendict.org. 2010-12-09 15:31:50 +03:00
xdxf2html.cc Fix javascript errors when try to evaluate undefined variables 2013-05-29 15:20:57 +08:00
xdxf2html.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
zipfile.cc Win-specific: Preparation for 64-bit build 2013-03-28 17:45:47 +04:00
zipfile.hh Update year in copyright notices. 2012-02-21 01:47:14 +04:00
zipsounds.cc Check if icon is loaded before trying to load it again 2013-01-31 19:30:11 -03:00
zipsounds.hh Support sound packs in zip archive (.zips) 2012-09-28 16:39:52 +04:00

Introduction

GoldenDict is a feature-rich dictionary lookup program, supporting multiple dictionary formats (StarDict/Babylon/Lingvo/Dictd/AARD/MDict/SDict) and online dictionaries, featuring perfect article rendering with the complete markup, illustrations and other content retained, and allowing you to type in words without any accents or correct case.

Requirements

This code has been run and tested on Windows XP/Vista/7, Ubuntu Linux, Mac OS X.

External Deps

  • Make, GCC
  • Qt framework 4.7.* or 4.8.*
  • Qt Creator IDE is recommended for development
  • Various libraries on Linux (png, zlib, etc)
  • On Mac and Windows all the libraries are already included in the repository

Installing External Deps on Ubuntu Linux

sudo apt-get install pkg-config build-essential qt4-qmake \
     libvorbis-dev zlib1g-dev libhunspell-dev  x11proto-record-dev \
     qt4-qmake libqt4-dev libxtst-dev libphonon-dev liblzo2-dev libbz2-dev \
     libao-dev libavutil-dev libavformat-dev

How to build

First, clone this repository, e.g.:

git clone git://github.com/goldendict/goldendict.git

And then invoke qmake and make:

cd goldendict && qmake && make

Alternatively, you might want to load goldendict.pro file from within Qt Creator, especially on Windows.

Installation

Installation is an optional step since the built binary can be used as-is without installation. But you can properly install via:

make install

NB: Don't do that on Windows!

License

This project is licensed under the GNU GPLv3+ license, a copy of which can be found in the LICENSE.txt file.

Support

Users looking for support should file an issue on the GitHub issue tracking page, or file a pull request if you have a fix available. General questions should be asked on the official GoldenDict forum.