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
Add ZIM format support (issue #267 ). Now turned on by default for Windows only. Under Linux/MacOS use "qmake "CONFIG+=zim_support"" (liblzma-dev package required. Or take xz 5.0.5 sources from http://tukaani.org/xz/ and compile it).
2013-09-14 20:17:32 +04:00
locale
Update sk_SK.ts
2013-12-20 23:19:36 +01:00
maclibs
Zim: Add liblzma.a and it headers for MacOS, turn on Zim support under MacOS by default.
2013-09-16 18:13:52 +04:00
mouseover_win32
Win-specific: Preparation for 64-bit build
2013-03-28 17:45:47 +04:00
MSBuild
Properly handle the version.txt in Visual Studio's build
2013-08-16 23:36:38 +02:00
nsis
Win-specific: Fix typo in NSIS script
2013-10-03 00:54:21 +04:00
qtsingleapplication
Replace Q_WS_X11 -> HAVE_X11
2013-05-31 13:28:36 +08:00
redist
Remove 'Applications' category from desktop file (patch by Dmitry E. Oboukhov)
2013-07-18 20:24:36 +02:00
winlibs
Merge branch 'master' into Qt4x5
2013-09-27 17:03:27 +04:00
.gitignore
Some tuning for MinGW 4.8 build
2013-09-17 18:11:27 +04:00
.gitmodules
Use proper read-only URL for winlibs submodule to avoid clone problems
2013-08-21 13:22:11 +02:00
aard.cc
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04:00
aard.hh
Add support for Aard dictionaries (aar-html)
2012-02-09 16:50:38 +04:00
about.cc
Merge branch 'master' into qt4x5
2013-08-19 10:54:38 +08:00
about.hh
Fix compilation failures with Visual C++ 2012 (issue #375 )
2013-08-07 20:29:36 +02:00
about.ui
Fixed #183 : Provide a higher resolution main GoldenDict icon
2013-07-19 19:07:32 +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
DSL: Small fix for accent color in "Lingoes-Blue" style
2013-11-27 18:56:29 +04:00
article-style-st-lingoes.css
Adjust fonts for some styles: Modern, Lingoes, Lingoes-Blue
2013-07-26 18:00:48 +02:00
article-style-st-lingvo.css
DSL: Add default color (black) for [com] tag in Lingvo style, fix colors for [*][ex] combination
2013-11-09 21:18:55 +04:00
article-style-st-modern.css
DSL: Adjust colors for [p], [ex], [*] tags
2013-11-09 14:36:11 +04:00
article-style.css
DSL: Add default color (black) for [com] tag in Lingvo style, fix colors for [*][ex] combination
2013-11-09 21:18:55 +04:00
article_maker.cc
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +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
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04: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
Fix compilation errors on Qt 4.5
2013-07-18 15:02:39 +02:00
articleinspector.hh
Fix compilation errors on Qt 4.5
2013-07-18 15:02:39 +02:00
articleview.cc
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04:00
articleview.hh
Merge branch 'master' into qt4x5
2013-07-05 17:03:57 +08:00
articleview.ui
Small redesign of search panel, to consume less horizontal space.
2012-12-28 12:13:26 +01:00
articlewebview.cc
Win-specific: Avoid wrong mouse wheel handling in QWebView if system preferences is set to "scroll by page" (issue #385 )
2013-09-26 18:57:59 +04: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
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04:00
bgl.hh
Update year in copyright notices.
2012-02-21 01:47:14 +04:00
bgl_babylon.cc
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04:00
bgl_babylon.hh
Merge branch 'master' into qt4x5
2013-08-02 17:00:16 +08:00
broken_xrecord.cc
Replace Q_WS_X11 -> HAVE_X11
2013-05-31 13:28:36 +08:00
broken_xrecord.hh
Update year in copyright notices.
2012-02-21 01:47:14 +04:00
btreeidx.cc
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04:00
btreeidx.hh
Add ZIM format support (issue #267 ). Now turned on by default for Windows only. Under Linux/MacOS use "qmake "CONFIG+=zim_support"" (liblzma-dev package required. Or take xz 5.0.5 sources from http://tukaani.org/xz/ and compile it).
2013-09-14 20:17:32 +04:00
chunkedstorage.cc
Fix compilation failures with Visual C++ 2012 (issue #375 )
2013-08-07 20:29:36 +02:00
chunkedstorage.hh
Fixed build under Linux
2012-04-06 15:49:00 -03:00
config.cc
Merge branch 'Original' into Qt4x5
2014-01-22 00:03:39 +04:00
config.hh
Add config file option for track clipboard changes
2014-01-09 18:17:50 +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
Update credits for Traditional Chinese and Arabic translations
2013-10-24 17:13:59 -03:00
decompress.cc
Add ZIM format support (issue #267 ). Now turned on by default for Windows only. Under Linux/MacOS use "qmake "CONFIG+=zim_support"" (liblzma-dev package required. Or take xz 5.0.5 sources from http://tukaani.org/xz/ and compile it).
2013-09-14 20:17:32 +04:00
decompress.hh
Add ZIM format support (issue #267 ). Now turned on by default for Windows only. Under Linux/MacOS use "qmake "CONFIG+=zim_support"" (liblzma-dev package required. Or take xz 5.0.5 sources from http://tukaani.org/xz/ and compile it).
2013-09-14 20:17:32 +04:00
delegate.cc
Some more RTL support for wordlist and history list (issue #384 )
2013-09-02 19:47:09 +04:00
delegate.hh
Refactor work with RTL languages in word search list and history list
2013-07-06 19:31:31 +04:00
dictdfiles.cc
Fix logging to file UTF-8 encoded messages
2013-11-16 22:34:09 +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 "Edit Dictionary" button only for supporting dictionary types (DSL, XDXF, StarDict)
2013-06-11 20:55:29 +02:00
dictinfo.hh
Add "Edit dictionary" and "Open folder" buttons to the Dictionary Info dialog
2013-06-11 17:42:24 +02:00
dictinfo.ui
Add "Edit dictionary" and "Open folder" buttons to the Dictionary Info dialog
2013-06-11 17:42:24 +02:00
dictionary.cc
Merge branch 'master' into qt4x5
2013-08-19 10:54:38 +08:00
dictionary.hh
A little refactor of find of language writing direction
2013-07-16 18:23:42 +04:00
dictionarybar.cc
Fix logging to file UTF-8 encoded messages
2013-11-16 22:34:09 +04:00
dictionarybar.hh
New interface preference: Context menu dictionaries limit
2013-06-11 20:31:01 +02:00
dictspanewidget.hh
History Pane rewrite.
2013-01-17 10:08:53 +01:00
dictzip.c
Fix compilation failures with Visual C++ 2012 (issue #375 )
2013-08-07 20:29:36 +02:00
dictzip.h
Handle dictzip errors without program termination (Fix issue #207 )
2013-03-15 16:27:32 +04:00
dsl.cc
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04:00
dsl.hh
Configurable parameter for DSL headwords' maximum size.
2013-01-11 11:00:30 +01:00
dsl_details.cc
Fix logging to file UTF-8 encoded messages
2013-11-16 22:34:09 +04:00
dsl_details.hh
DSL: Avoid breaking of [m] tag by closing some other tag
2013-11-08 16:53:22 +04:00
editdictionaries.cc
Refactor show dictionary info in "Groups" tab
2013-07-07 12:09:46 +04:00
editdictionaries.hh
Refactor show dictionary info in "Groups" tab
2013-07-07 12:09:46 +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
Fix logging to file UTF-8 encoded messages
2013-11-16 22:34:09 +04:00
externalviewer.hh
Update year in copyright notices.
2012-02-21 01:47:14 +04:00
extlineedit.cc
Fix compilation errors on Qt 4.5
2013-07-18 15:02:39 +02:00
extlineedit.hh
Fix compilation errors on Qt 4.5
2013-07-18 15:02:39 +02:00
ffmpegaudio.cc
Merge branch 'master' into qt4x5
2013-06-26 21:07:46 +08:00
ffmpegaudio.hh
Stop the internal audio player when the page is closed or changed
2013-06-23 11:54:46 +02:00
file.cc
Fix compilation failures with Visual C++ 2012 (issue #375 )
2013-08-07 20:29:36 +02:00
file.hh
Update year in copyright notices.
2012-02-21 01:47:14 +04:00
filetype.cc
Consider .ogm files as video
2013-06-23 12:06:53 +02:00
filetype.hh
DSL: Support video resources
2013-06-22 18:36:25 +02: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
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04: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
Fix compilation errors on Qt 4.5
2013-07-18 15:02:39 +02:00
gdappstyle.hh
Fix compilation errors on Qt 4.5
2013-07-18 15:02:39 +02:00
gddebug.cc
Fix logging to file UTF-8 encoded messages
2013-11-16 22:34:09 +04:00
gddebug.hh
Fix logging to file UTF-8 encoded messages
2013-11-16 22:34:09 +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
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04:00
goldendict.rc
Created a VS2012 project and solution for GoldenDict
2013-08-16 15:47:12 +02:00
goldendict.sln
Created a VS2012 project and solution for GoldenDict
2013-08-16 15:47:12 +02:00
goldendict.vcxproj
Add Turkmen translation by Berdy
2013-09-23 07:30:57 -03:00
goldendict.vcxproj.filters
Add Turkmen translation by Berdy
2013-09-23 07:30:57 -03: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
#212 : Scratch, currently works under windows, for both Qt4 and Qt5
2013-05-30 21:24:21 +08: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
Merge branch 'master' into qt4x5
2013-08-02 17:00:16 +08:00
historypanewidget.hh
Refactor work with RTL languages in word search list and history list
2013-07-06 19:31:31 +04: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
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04:00
hotkeywrapper.hh
Merge branch 'master' into Qt4x5
2013-09-27 17:03:27 +04:00
htmlescape.cc
Some more support for RTL languages in articles
2013-07-14 19:37:38 +04:00
htmlescape.hh
Additional detection for text direction in plain text articles
2013-07-13 15:24:58 +04:00
hunspell.cc
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04:00
hunspell.hh
Update year in copyright notices.
2012-02-21 01:47:14 +04:00
iconv.cc
Update year in copyright notices.
2012-02-21 01:47:14 +04:00
iconv.hh
Some more unhandled exceptions
2013-09-24 17:56:47 +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 logging to file UTF-8 encoded messages
2013-11-16 22:34:09 +04:00
indexedzip.hh
Support sound packs in zip archive (.zips)
2012-09-28 16:39:52 +04:00
initializing.cc
Qt5-Win-specific: Repair animation of dictionaries initializing indicator on Vista and higher with classic appearance
2013-09-27 17:04:57 +04:00
initializing.hh
Qt5-Win-specific: Repair animation of dictionaries initializing indicator on Vista and higher with classic appearance
2013-09-27 17:04:57 +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
Replace Q_WS_X11 -> HAVE_X11
2013-05-31 13:28:36 +08:00
keyboardstate.hh
Update year in copyright notices.
2012-02-21 01:47:14 +04:00
langcoder.cc
Fix compilation failures with Visual C++ 2012 (issue #375 )
2013-08-07 20:29:36 +02:00
langcoder.hh
Fix compilation under MacOS
2013-07-20 13:50:21 +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
Don't use function removed in Qt5
2013-12-18 19:29:25 +04:00
loaddictionaries.hh
Configurable parameter for DSL headwords' maximum size.
2013-01-11 11:00:30 +01:00
lsa.cc
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04: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: Adjust code for MacOS 10.9
2013-12-26 18:13:10 +04:00
macmouseover.mm
Mac-specific: Fix typo
2014-01-13 17:32:58 +04:00
main.cc
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04: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
Another Qt 4.6 build fix
2013-07-17 23:43:35 +02:00
maintabwidget.hh
Fix new tab adding by mouse double click under Ubuntu
2012-12-27 17:04:46 +04:00
mainwindow.cc
Merge branch 'Original' into Qt4x5
2014-01-22 00:03:39 +04:00
mainwindow.hh
Merge branch 'master' into qt4x5
2013-07-05 17:03:57 +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
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04:00
mdx.hh
MDict: Add volumes support for mdd files
2013-05-08 21:51:02 +08:00
mediawiki.cc
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04:00
mediawiki.hh
Update year in copyright notices.
2012-02-21 01:47:14 +04:00
mouseover.cc
Fix compilation with MinGW 4.8
2013-09-03 17:59:19 +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
myInfo.plist
Customize info.plist to add key to use font auto-scaling in OS X. This should at least fix the blurry texts in Macs with retina display support (issue #264 )
2013-08-25 21:56:32 -03:00
options.ui
Drop the src/ directory. It's superfluous.
2010-05-15 16:42:18 +04:00
orderandprops.cc
#212 : Scratch, currently works under windows, for both Qt4 and Qt5
2013-05-30 21:24:21 +08: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
Fixed #183 : Provide a higher resolution main GoldenDict icon
2013-07-19 19:07:32 +02:00
preferences.hh
Drop the src/ directory. It's superfluous.
2010-05-15 16:42:18 +04:00
preferences.ui
Fixed #182 : Provide a better Sound icon
2013-08-21 10:02:46 +02: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
Merge branch 'master' into qt4x5
2013-06-16 15:54:05 +08: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
qt4x5.hh
Qt5-specific: Fix pictures loading for Bgl and some Stardict dictionaries
2013-09-27 17:04:25 +04:00
README.md
Removed the duplicated qmake dependency in README
2013-08-16 19:17:08 +02:00
resources.qrc
Add ZIM format support (issue #267 ). Now turned on by default for Windows only. Under Linux/MacOS use "qmake "CONFIG+=zim_support"" (liblzma-dev package required. Or take xz 5.0.5 sources from http://tukaani.org/xz/ and compile it).
2013-09-14 20:17:32 +04: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
Merge branch 'Original' into Qt4x5
2014-01-22 00:03:39 +04:00
scanpopup.hh
"Open dictionary folder" action in context menu (issue #344 )
2013-06-09 17:31:57 +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
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04: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
Merge branch 'master' into Qt4x5
2013-09-27 17:03:27 +04:00
sounddir.hh
Update year in copyright notices.
2012-02-21 01:47:14 +04:00
sources.cc
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04:00
sources.hh
Mac-specific: Implement text-to-speech feature under Mac OS X
2013-05-07 17:39:35 +04:00
sources.ui
Programs: Don't write word to standard input if %GDWORD% is presented in arguments (issue #351 )
2013-06-13 17:34:50 +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: Fix crash if TTS interface is not presented in system
2014-01-18 19:11:17 +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: Fix crash if TTS interface is not presented in system
2014-01-18 19:11:17 +04:00
sptr.hh
Update year in copyright notices.
2012-02-21 01:47:14 +04:00
stardict.cc
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +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
Possibility to log GD console messages into file "gd_log.txt" in GD config directory. Activated by "--log-to-file" key in command line.
2013-09-20 18:25:44 +04:00
termination.hh
Possibility to log GD console messages into file "gd_log.txt" in GD config directory. Activated by "--log-to-file" key in command line.
2013-09-20 18:25:44 +04:00
texttospeechsource.cc
#212 : Scratch, currently works under windows, for both Qt4 and Qt5
2013-05-30 21:24:21 +08: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
Change Q_WS_MAC to Q_OS_MAC, Change Q_WS_WIN* to Q_OS_WIN*
2013-05-31 12:28:29 +08:00
translatebox.hh
Additional fix for #205 .
2013-02-07 19:16:19 +01:00
transliteration.cc
Fix logging to file UTF-8 encoded messages
2013-11-16 22:34:09 +04:00
transliteration.hh
Rework custom dictionary icons handling
2012-12-03 16:47:43 +04:00
ufile.cc
Fix compilation failures with Visual C++ 2012 (issue #375 )
2013-08-07 20:29:36 +02:00
ufile.hh
Fix compilation failures with Visual C++ 2012 (issue #375 )
2013-08-07 20:29:36 +02:00
uiauto.hh
Fix some warnings
2012-10-31 17:58:35 +04:00
utf8.cc
Fix compilation failures with Visual C++ 2012 (issue #375 )
2013-08-07 20:29:36 +02:00
utf8.hh
Update year in copyright notices.
2012-02-21 01:47:14 +04:00
voiceengines.cc
Remove Url::Class, add Qt4x5::Url::ensureLeadingSlash() and fix all related
2013-05-31 12:20:25 +08: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
Fixed #347 : Provide Dictionary Info for the online dictionaries
2013-06-09 20:45:13 +02:00
website.hh
Update year in copyright notices.
2012-02-21 01:47:14 +04:00
wordbyauto.cc
Fix logging to file UTF-8 encoded messages
2013-11-16 22:34:09 +04:00
wordbyauto.hh
Improvements in scan popup functionality.
2011-07-09 23:26:30 +04:00
wordfinder.cc
Fix logging to file UTF-8 encoded messages
2013-11-16 22:34:09 +04:00
wordfinder.hh
Update year in copyright notices.
2012-02-21 01:47:14 +04:00
wordlist.cc
Some more RTL support for wordlist and history list (issue #384 )
2013-09-02 19:47:09 +04:00
wordlist.hh
Refactor work with RTL languages in word search list and history list
2013-07-06 19:31:31 +04: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
Properly handle non-normalized unicode headwords
2013-07-06 20:18:43 +02:00
wstring_qt.hh
Properly handle non-normalized unicode headwords
2013-07-06 20:18:43 +02: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
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04:00
xdxf.hh
Change email from @users.berlios.de to @goldendict.org.
2010-12-09 15:31:50 +03:00
xdxf2html.cc
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04:00
xdxf2html.hh
Enhanced XDXF support (by soshial)
2013-06-15 12:55:15 +04:00
zim.cc
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04:00
zim.hh
Add ZIM format support (issue #267 ). Now turned on by default for Windows only. Under Linux/MacOS use "qmake "CONFIG+=zim_support"" (liblzma-dev package required. Or take xz 5.0.5 sources from http://tukaani.org/xz/ and compile it).
2013-09-14 20:17:32 +04:00
zipfile.cc
Fix compilation failures with Visual C++ 2012 (issue #375 )
2013-08-07 20:29:36 +02:00
zipfile.hh
Update year in copyright notices.
2012-02-21 01:47:14 +04:00
zipsounds.cc
Merge branch 'Temp' into Qt4x5
2013-12-18 19:09:48 +04:00
zipsounds.hh
Support sound packs in zip archive (.zips)
2012-09-28 16:39:52 +04:00