goldendict-ng/src
2009-04-26 13:16:30 +00:00
..
flags reorganization of Groups dialog (unstable - needs to be checked) 2009-04-26 13:16:30 +00:00
generators *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
icons more dictionary icons 2009-04-21 20:09:02 +00:00
locale * Russian translation updated. 2009-04-22 22:32:11 +00:00
mouseover_win32 Mass-update email to point to a @berlios one. 2009-02-05 14:21:47 +00:00
winlibs *! Link with hunspell-1.2 instead of just hunspell, since it seems to be the 2009-04-24 17:06:24 +00:00
about.ui * The program version is now propagated to the program; and it now ends up 2009-04-12 22:02:15 +00:00
article-style.css + Dictionary::stemmedMatch() added, and is now used for word suggestions when 2009-04-17 13:51:50 +00:00
article_maker.cc *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
article_maker.hh *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
article_netmgr.cc *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
article_netmgr.hh * Cancel the corresponding dictionary request upon the network request 2009-03-28 15:59:39 +00:00
articleview.cc *! Fix problems handling audio gdau searches when there are no groups. 2009-04-25 21:04:49 +00:00
articleview.hh + Add 'table of contents' navigation into the right-button mouse menu. 2009-04-12 16:22:42 +00:00
articleview.ui Created /trunk/src and moved everything there. 2009-01-28 20:55:45 +00:00
audiolink.cc + Ability to play the first audio reference by clicking on the 'Pronounce word' 2009-04-10 21:07:03 +00:00
audiolink.hh + Ability to play the first audio reference by clicking on the 'Pronounce word' 2009-04-10 21:07:03 +00:00
bgl.cc added some dictionary icons 2009-04-21 19:03:16 +00:00
bgl.hh * Major dictionary interface rework. Dictionaries now return Request objects 2009-03-26 19:00:08 +00:00
bgl_babylon.cc * Whitespace fixes (patch by Ars) 2009-04-18 18:51:15 +00:00
bgl_babylon.hh Created /trunk/src and moved everything there. 2009-01-28 20:55:45 +00:00
btreeidx.cc * Use utf8-encoded strings instead of wide strings for word keys during 2009-04-19 13:45:14 +00:00
btreeidx.hh * Use utf8-encoded strings instead of wide strings for word keys during 2009-04-19 13:45:14 +00:00
chunkedstorage.cc * A lot of changes aimed to make lookups faster and to reduce startup times. 2009-04-14 16:35:47 +00:00
chunkedstorage.hh * A lot of changes aimed to make lookups faster and to reduce startup times. 2009-04-14 16:35:47 +00:00
config.cc *! getProgramDataDir() fixed for builds with no dir specified (Windows). 2009-04-23 13:43:51 +00:00
config.hh + Options to configure global hotkeys added. The clipboard hotkey was added. 2009-04-21 18:27:26 +00:00
dictdfiles.cc more dictionary icons 2009-04-21 20:09:02 +00:00
dictdfiles.hh + Support for dictd files (.index/.dict(.dz)) added, among with other small 2009-04-09 18:50:49 +00:00
dictgroupwidget.ui Created /trunk/src and moved everything there. 2009-01-28 20:55:45 +00:00
dictionary.cc *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
dictionary.hh basic implementation of language coder 2009-04-22 21:37:32 +00:00
dictzip.c Win32 support added. 2009-02-02 00:44:38 +00:00
dictzip.h Win32 support added. 2009-02-02 00:44:38 +00:00
dsl.cc +! Remove any dsl tags from the descriptions in the abbreviation files. 2009-04-23 13:37:27 +00:00
dsl.hh * Major dictionary interface rework. Dictionaries now return Request objects 2009-03-26 19:00:08 +00:00
dsl_details.cc + Ignore abbreviation files based on the _abrv suffix in their names. 2009-04-23 11:43:20 +00:00
dsl_details.hh + Ignore abbreviation files based on the _abrv suffix in their names. 2009-04-23 11:43:20 +00:00
ex.hh Mass-update email to point to a @berlios one. 2009-02-05 14:21:47 +00:00
externalviewer.cc *! Fix ExternalViewer crashing when the tab which spawned it gets closed while 2009-04-12 23:53:13 +00:00
externalviewer.hh *! Fix ExternalViewer crashing when the tab which spawned it gets closed while 2009-04-12 23:53:13 +00:00
file.cc Mass-update email to point to a @berlios one. 2009-02-05 14:21:47 +00:00
file.hh Mass-update email to point to a @berlios one. 2009-02-05 14:21:47 +00:00
filetype.cc * Use more standard isspace() instead of more non-standard isblank(). 2009-04-17 22:59:30 +00:00
filetype.hh Mass-update email to point to a @berlios one. 2009-02-05 14:21:47 +00:00
flags.qrc reorganization of Groups dialog (unstable - needs to be checked) 2009-04-26 13:16:30 +00:00
folding.cc *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
folding.hh *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
fsencoding.cc *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
fsencoding.hh *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
goldendict.pro *! Link with hunspell-1.2 instead of just hunspell, since it seems to be the 2009-04-24 17:06:24 +00:00
goldendict.rc Added an icon to the Windows executable. 2009-02-06 11:54:27 +00:00
groupcombobox.cc * Give groups numerical ids and switch to use them everywhere instead of names 2009-04-10 12:48:40 +00:00
groupcombobox.hh * Give groups numerical ids and switch to use them everywhere instead of names 2009-04-10 12:48:40 +00:00
groups.cc reorganization of Groups dialog (unstable - needs to be checked) 2009-04-26 13:16:30 +00:00
groups.hh reorganization of Groups dialog (unstable - needs to be checked) 2009-04-26 13:16:30 +00:00
groups.ui reorganization of Groups dialog (unstable - needs to be checked) 2009-04-26 13:16:30 +00:00
groups_widgets.cc reorganization of Groups dialog (unstable - needs to be checked) 2009-04-26 13:16:30 +00:00
groups_widgets.hh reorganization of Groups dialog (unstable - needs to be checked) 2009-04-26 13:16:30 +00:00
groupselectorwidget.ui Created /trunk/src and moved everything there. 2009-01-28 20:55:45 +00:00
hotkeyedit.cc +! Those were meant to be commited as a part of the previous commit. 2009-04-21 18:29:33 +00:00
hotkeyedit.hh +! Those were meant to be commited as a part of the previous commit. 2009-04-21 18:29:33 +00:00
hotkeywrapper.cc *! React to a keypad Insert key in hotkeys under Linux too. 2009-04-25 10:45:42 +00:00
hotkeywrapper.hh *! React to a keypad Insert key in hotkeys under Linux too. 2009-04-25 10:45:42 +00:00
htmlescape.cc + Add escapeForJavaScript() function, to be used later. 2009-04-12 11:28:56 +00:00
htmlescape.hh + Add escapeForJavaScript() function, to be used later. 2009-04-12 11:28:56 +00:00
hunspell.cc more dictionary icons 2009-04-21 20:09:02 +00:00
hunspell.hh + Hunspell-based morphology added. 2009-04-09 14:15:01 +00:00
iconv.cc *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
iconv.hh *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
inc_case_folding.hh *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
inc_diacritic_folding.hh *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
initializing.cc + Show the 'wait' message when loading dictionaries and the main window is 2009-03-29 13:34:39 +00:00
initializing.hh + Show the 'wait' message when loading dictionaries and the main window is 2009-03-29 13:34:39 +00:00
initializing.ui Created /trunk/src and moved everything there. 2009-01-28 20:55:45 +00:00
instances.cc * Give groups numerical ids and switch to use them everywhere instead of names 2009-04-10 12:48:40 +00:00
instances.hh * Give groups numerical ids and switch to use them everywhere instead of names 2009-04-10 12:48:40 +00:00
keyboardstate.cc Support for testing key modifiers under Windows added. The default modifier key 2009-02-05 16:56:57 +00:00
keyboardstate.hh Fix the enum definition. 2009-02-05 17:09:34 +00:00
langcoder.cc reorganization of Groups dialog (unstable - needs to be checked) 2009-04-26 13:16:30 +00:00
langcoder.hh reorganization of Groups dialog (unstable - needs to be checked) 2009-04-26 13:16:30 +00:00
LICENSE.txt Mass-update email to point to a @berlios one. 2009-02-05 14:21:47 +00:00
lsa.cc * Strip the extension when returning the dictionary's name. We have icons 2009-04-23 12:16:05 +00:00
lsa.hh * Major dictionary interface rework. Dictionaries now return Request objects 2009-03-26 19:00:08 +00:00
main.cc * Add back some show/hide behavioural changes, refining them in the process. 2009-04-20 12:25:26 +00:00
mainwindow.cc * Adjust margins a bit. 2009-04-23 16:21:40 +00:00
mainwindow.hh + Options to configure global hotkeys added. The clipboard hotkey was added. 2009-04-21 18:27:26 +00:00
mainwindow.ui * Adjust margins a bit. 2009-04-23 16:21:40 +00:00
mediawiki.cc more dictionary icons 2009-04-21 20:09:02 +00:00
mediawiki.hh + Paths can now be optionally set as recursive. 2009-03-28 22:37:03 +00:00
mouseover.cc *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
mouseover.hh + Scan popup can now be turned on and off. 2009-02-08 20:20:02 +00:00
mutex.cc * Major dictionary interface rework. Dictionaries now return Request objects 2009-03-26 19:00:08 +00:00
mutex.hh * Major dictionary interface rework. Dictionaries now return Request objects 2009-03-26 19:00:08 +00:00
options.ui Created /trunk/src and moved everything there. 2009-01-28 20:55:45 +00:00
preferences.cc + Options to configure global hotkeys added. The clipboard hotkey was added. 2009-04-21 18:27:26 +00:00
preferences.hh + Options to configure global hotkeys added. The clipboard hotkey was added. 2009-04-21 18:27:26 +00:00
preferences.ui * Russian translation updated. 2009-04-22 22:32:11 +00:00
processwrapper.cc + Prevent a second copy of a program from running (patch by Ars) 2009-04-18 18:41:11 +00:00
processwrapper.hh + Prevent a second copy of a program from running (patch by Ars) 2009-04-18 18:41:11 +00:00
qt-style.css + a "noResults" property style option added for translateLine 2009-03-26 16:37:00 +00:00
resources.qrc more dictionary icons 2009-04-21 20:09:02 +00:00
scanpopup.cc + Options to configure global hotkeys added. The clipboard hotkey was added. 2009-04-21 18:27:26 +00:00
scanpopup.hh + Options to configure global hotkeys added. The clipboard hotkey was added. 2009-04-21 18:27:26 +00:00
scanpopup.ui + Ability to play the first audio reference by clicking on the 'Pronounce word' 2009-04-10 21:07:03 +00:00
searchpanewidget.hh + Add the usual copyright header. 2009-04-20 19:31:39 +00:00
sounddir.cc more dictionary icons 2009-04-21 20:09:02 +00:00
sounddir.hh + Support for Sound Dirs (arbitrary dirs full of audio files) added. 2009-04-04 16:06:06 +00:00
sources.cc + Hunspell-based morphology added. 2009-04-09 14:15:01 +00:00
sources.hh + Hunspell-based morphology added. 2009-04-09 14:15:01 +00:00
sources.ui * Russian translation updated. 2009-04-12 19:41:58 +00:00
sptr.hh Mass-update email to point to a @berlios one. 2009-02-05 14:21:47 +00:00
stardict.cc added language read support for stardict format 2009-04-23 19:57:39 +00:00
stardict.hh * Major dictionary interface rework. Dictionaries now return Request objects 2009-03-26 19:00:08 +00:00
utf8.cc *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
utf8.hh *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
wordfinder.cc *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
wordfinder.hh *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
wstring.cc *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
wstring.hh * Comments edited a bit. 2009-04-19 23:34:49 +00:00
wstring_qt.cc *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
wstring_qt.hh *! Introduce gd::wstring and gd:wchar and switch to them from std::wstring and 2009-04-18 17:20:12 +00:00
xdxf2html.cc Mass-update email to point to a @berlios one. 2009-02-05 14:21:47 +00:00
xdxf2html.hh Mass-update email to point to a @berlios one. 2009-02-05 14:21:47 +00:00