goldendict-ng/src
Konstantin Isakov 05d53409bf + Support for folloing websites' links in-place. The actual link is followed for
the website, while the query word is set to the link's text as used for all
  other dictionaries in the group.
* Some associated cleanup (better scrolling to articles, better external link
  handling).
The changes might cause problems - test!
2009-05-29 19:48:50 +00:00
..
flags + Implement basic 'Dictionary information' pane functionality. 2009-05-24 15:45:37 +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 + Dictionary order and inactive dictionaries implemented. 2009-05-18 18:01:50 +00:00
libzip *! Minimize the number of realloc()s done when reading zip cdir. 2009-05-28 12:26:16 +00:00
locale +! Check printer validity before entering Page Setup - this fixes 2009-05-24 18:51:45 +00:00
mouseover_win32 Mass-update email to point to a @berlios one. 2009-02-05 14:21:47 +00:00
redist integration into KDE menu 2009-05-03 08:50:41 +00:00
winlibs * Incorporate modified libzip sources which read central directory up to its 2009-05-01 15:25:28 +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-print.css + Hide .dsl audio icons in print mode. 2009-05-01 12:34:27 +00:00
article-style-st-lingvo.css * Slight change in Lingvo style. Looks less like in Lingo, but I like it this 2009-05-11 23:44:24 +00:00
article-style.css + 'WebSites' implemented. 2009-05-16 18:04:21 +00:00
article_maker.cc + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +00:00
article_maker.hh + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +00:00
article_netmgr.cc + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +00:00
article_netmgr.hh * Cancel the corresponding dictionary request upon the network request 2009-03-28 15:59:39 +00:00
articleview.cc + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +00:00
articleview.hh + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +00:00
articleview.ui + 'WebSites' implemented. 2009-05-16 18:04:21 +00:00
audiolink.cc + Pronounce word feature now plays sound from the currently active article 2009-05-14 20:38:17 +00:00
audiolink.hh + Pronounce word feature now plays sound from the currently active article 2009-05-14 20:38:17 +00:00
bgl.cc + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +00:00
bgl.hh * Major dictionary interface rework. Dictionaries now return Request objects 2009-03-26 19:00:08 +00:00
bgl_babylon.cc +! Experimental support for UTF-8 in .bgl files added. 2009-05-26 12:08:34 +00:00
bgl_babylon.hh +! Experimental support for UTF-8 in .bgl files added. 2009-05-26 12:08:34 +00:00
btreeidx.cc + Add a mechanism to defer dictionaries' initialization. 2009-05-17 13:35:19 +00:00
btreeidx.hh + Add a mechanism to defer dictionaries' initialization. 2009-05-17 13:35:19 +00:00
chunkedstorage.cc added changes in order to be able to get it compiled with MSVC (no project yet) 2009-04-29 23:18:26 +00:00
chunkedstorage.hh +! Include <stdint.h> 2009-05-25 13:41:28 +00:00
config.cc * Change Ctrl+Ins+Ins to Ctrl+C+C. 2009-05-24 19:04:24 +00:00
config.hh + Dictionary order and inactive dictionaries implemented. 2009-05-18 18:01:50 +00:00
dictdfiles.cc + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +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 + Dictionary order and inactive dictionaries implemented. 2009-05-18 18:01:50 +00:00
dictionary.cc + Add a mechanism to defer dictionaries' initialization. 2009-05-17 13:35:19 +00:00
dictionary.hh + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +00:00
dictzip.c added changes in order to be able to get it compiled with MSVC (no project yet) 2009-04-29 23:18:26 +00:00
dictzip.h Win32 support added. 2009-02-02 00:44:38 +00:00
dsl.cc + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +00:00
dsl.hh * Major dictionary interface rework. Dictionaries now return Request objects 2009-03-26 19:00:08 +00:00
dsl_details.cc +! Basic support for comments in dsl ({{like this}}) 2009-05-14 21:16:50 +00:00
dsl_details.hh + Support UTF8 for the .dsl files which begin with UTF8 BOM. 2009-05-08 10:21:03 +00:00
editdictionaries.cc *! Fix some problems with dictionary order handling (duplicates etc). 2009-05-23 14:19:57 +00:00
editdictionaries.hh + Dictionary order and inactive dictionaries implemented. 2009-05-18 18:01:50 +00:00
editdictionaries.ui * Both Sources and Groups were consolidated into a single Dictionaries window. 2009-04-30 15:29:03 +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 + Introduce File::exists() and use that instead of trying to just open the file. 2009-05-17 22:22:10 +00:00
file.hh + Introduce File::exists() and use that instead of trying to just open the file. 2009-05-17 22:22:10 +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 + Implement basic 'Dictionary information' pane functionality. 2009-05-24 15:45:37 +00:00
folding.cc * Dsl articles now render and behave more closely to the original Lingvo. 2009-05-10 15:44:21 +00:00
folding.hh * Dsl articles now render and behave more closely to the original Lingvo. 2009-05-10 15:44:21 +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
german.cc + Add icons for transliterations. 2009-05-18 10:36:12 +00:00
german.hh added German transliteration rules 2009-05-11 23:37:18 +00:00
goldendict.pro * Bump the version to +svn. 2009-05-25 13:42:09 +00:00
goldendict.rc Added an icon to the Windows executable. 2009-02-06 11:54:27 +00:00
groupcombobox.cc * Group can be quickly chosen by Alt+G. 2009-05-10 11:49:14 +00:00
groupcombobox.hh * Group can be quickly chosen by Alt+G. 2009-05-10 11:49:14 +00:00
groups.cc + Dictionary order and inactive dictionaries implemented. 2009-05-18 18:01:50 +00:00
groups.hh + Dictionary order and inactive dictionaries implemented. 2009-05-18 18:01:50 +00:00
groups.ui Groups & Dictionaries dialog: added buttons for managing dictionaries 2009-05-02 17:12:52 +00:00
groups_widgets.cc + Language-specific stuff now lives in language.hh/.cc 2009-05-24 16:38:08 +00:00
groups_widgets.hh +! Fix drag-and-drop jumpiness issues by choosing new current 2009-05-24 14:24:13 +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 + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +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 * Both Sources and Groups were consolidated into a single Dictionaries window. 2009-04-30 15:29:03 +00:00
initializing.ui Created /trunk/src and moved everything there. 2009-01-28 20:55:45 +00:00
instances.cc *! Fix some problems with dictionary order handling (duplicates etc). 2009-05-23 14:19:57 +00:00
instances.hh *! Fix some problems with dictionary order handling (duplicates etc). 2009-05-23 14:19:57 +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 + Implement basic 'Dictionary information' pane functionality. 2009-05-24 15:45:37 +00:00
langcoder.hh + Implement basic 'Dictionary information' pane functionality. 2009-05-24 15:45:37 +00:00
language.cc + Language-specific stuff now lives in language.hh/.cc 2009-05-24 16:38:08 +00:00
language.hh + Language-specific stuff now lives in language.hh/.cc 2009-05-24 16:38:08 +00:00
LICENSE.txt Mass-update email to point to a @berlios one. 2009-02-05 14:21:47 +00:00
loaddictionaries.cc + Create transliterations syncronously. 2009-05-18 10:46:53 +00:00
loaddictionaries.hh * On initial load do deferred dictionary init at the very end. 2009-05-17 22:02:54 +00:00
lsa.cc + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +00:00
lsa.hh * Major dictionary interface rework. Dictionaries now return Request objects 2009-03-26 19:00:08 +00:00
main.cc + Raise filedescriptor limit to 2048 under Windows. 2009-05-26 15:33:54 +00:00
mainwindow.cc + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +00:00
mainwindow.hh + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +00:00
mainwindow.ui + Add 'Rescan Files' menu item to ease rescanning when editing dictionaries. 2009-05-08 10:47:34 +00:00
mediawiki.cc + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +00:00
mediawiki.hh + Add support for alt words queries for MediaWikis. 2009-05-05 08:56:46 +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
orderandprops.cc + Language-specific stuff now lives in language.hh/.cc 2009-05-24 16:38:08 +00:00
orderandprops.hh + Implement basic 'Dictionary information' pane functionality. 2009-05-24 15:45:37 +00:00
orderandprops.ui *! Make Dictionary Filenames box read-only. 2009-05-25 20:45:02 +00:00
preferences.cc + Implement switchable display styles. For now 'Default' and 'Lingvo'. 2009-05-11 11:03:36 +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 * Move 'Scan Popup' page to be before 'Hot keys'. 2009-05-24 17:38:07 +00:00
processwrapper.cc prevention of 2nd copy start: algorithm changed (should work better) 2009-05-16 00:42:51 +00:00
processwrapper.hh prevention of 2nd copy start: algorithm changed (should work better) 2009-05-16 00:42:51 +00:00
qt-style-st-lingvo.css *! Awlays set definition's (QWebView) style using Html css, not Qt css. 2009-05-11 15:33:57 +00:00
qt-style.css *! Restore once lost 'noResults' coloring feature in translateLine. 2009-05-16 11:25:55 +00:00
resources.qrc + Dictionary order and inactive dictionaries implemented. 2009-05-18 18:01:50 +00:00
romaji.cc + Add icons for transliterations. 2009-05-18 10:36:12 +00:00
romaji.hh + Support for transliterations added. For now basic Russian translit and 2009-05-06 14:39:08 +00:00
russiantranslit.cc + Add icons for transliterations. 2009-05-18 10:36:12 +00:00
russiantranslit.hh + Support for transliterations added. For now basic Russian translit and 2009-05-06 14:39:08 +00:00
scanpopup.cc + Dictionary order and inactive dictionaries implemented. 2009-05-18 18:01:50 +00:00
scanpopup.hh + 'Text Find' implemented. 2009-05-16 11:14:43 +00:00
scanpopup.ui + Alt+S shortcut pronounces word. 2009-05-14 19:46:25 +00:00
searchpanewidget.hh + Add the usual copyright header. 2009-04-20 19:31:39 +00:00
sounddir.cc + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +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 + 'WebSites' implemented. 2009-05-16 18:04:21 +00:00
sources.hh + 'WebSites' implemented. 2009-05-16 18:04:21 +00:00
sources.ui *! Fix incorrect tooltip. 2009-05-24 17:05:10 +00:00
sptr.hh Mass-update email to point to a @berlios one. 2009-02-05 14:21:47 +00:00
stardict.cc + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +00:00
stardict.hh * Major dictionary interface rework. Dictionaries now return Request objects 2009-03-26 19:00:08 +00:00
transliteration.cc + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +00:00
transliteration.hh + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +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
website.cc + Support for folloing websites' links in-place. The actual link is followed for 2009-05-29 19:48:50 +00:00
website.hh + 'WebSites' implemented. 2009-05-16 18:04:21 +00:00
wordfinder.cc + Support for transliterations added. For now basic Russian translit and 2009-05-06 14:39:08 +00:00
wordfinder.hh + Support for transliterations added. For now basic Russian translit and 2009-05-06 14:39:08 +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
xdxf.cc + Xdxf support added. It's not really working at the moment, so for now 2009-04-29 13:34:56 +00:00
xdxf.hh + Xdxf support added. It's not really working at the moment, so for now 2009-04-29 13:34:56 +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