Commit graph

2588 commits

Author SHA1 Message Date
Tvangeste 3762f22e76 Implemented Dictionaries Pane, to show dicts in which results were found.
It is a separate detacheable pane, which could also be enabled/disabled,
it tracks the current tab's contains, and lists those dictionaries that
contributed their content to the current translation.

Clicking on dictionary name jumps to the appropriate article from
this dictionary, which improves the navigation flow.

The Dictionaries Pane:
  * Shows both dictionaries' names and icons.
  * Does not consume resources when hidden.
  * Properly styled.
  * Properly handles app-wide shortcuts
    (Esc, Ctrl-L, Alt-D, Enter, Alt-Up/Down).
2011-06-05 13:49:50 +02:00
Tvangeste ade15f5d41 Fixed compilation failure on Windows 2011-06-05 09:29:36 +02:00
Konstantin Isakov 40fa922de6 Add new program type - 'Prefix Match', which allows listing word matches as you type. 2011-06-04 14:35:09 -07:00
unknown 30996f14a9 Additional Hebrew support
Conversions to unicode (when needed)
Removal of extra chars
Addition of RTL

 Committer: Nitzan Arazi <nitnit>

 On branch master
Changes to be committed:
Conversions to unicode when needed (for hebrew only)
Removal of extra chars (for hebrew only)
Addition of RTL (for hebrew only)

   (use "git reset HEAD <file>..." to unstage)

	modified:   bgl.cc
2011-06-04 20:51:48 +03:00
Tvangeste 890021379c Enable console in Debug mode on Windows, to see useful logging messages. 2011-06-03 14:43:10 +02:00
Konstantin Isakov 74ff3b80b5 Merge branch 'master' of gitorious.org:goldendict/goldendict 2011-06-02 19:29:50 -07:00
Tvangeste c11c3c25fe Additional way of showing the stress in DSL dicts: via font styles instead of accents.
The default is the same: Stress is shown by adding accent sign.

With this change it is now possible to configure GoldenDict
in such a way that stress could be shown with font styles
(e.g., color, boldness, etc).

Add the following to your article-style.css:

.dsl_stress_without_accent {
  color: red;
  display:inline;
}

.dsl_stress_with_accent {
  display: none;
}
2011-06-02 13:30:38 +02:00
Julian Depetris Chauvin a0eb9a4ddd Ads block feature was also blocking data URIs. For example on Google Images search 2011-06-02 08:15:39 -03:00
Konstantin Isakov adc4c56954 When scan pop-up button is hidden on the toolbar, hide the extra separator as well (patch by Gloggy <glogg@mail.ru>) 2011-05-30 20:35:43 -07:00
Konstantin Isakov 14b14e3ebd Provide a prettier manpages example. 2011-05-29 23:40:06 -07:00
Konstantin Isakov 45b6694822 Honor the 'enabled' flag of the programs -- don't just always make the programs available. 2011-05-29 23:38:52 -07:00
Konstantin Isakov bed7209275 Merge branch 'master' of gitorious.org:goldendict/goldendict 2011-05-29 21:56:36 -07:00
Konstantin Isakov 018aac1a53 Change the obsolete e-mail adrress to the current one. 2011-05-29 21:55:05 -07:00
Konstantin Isakov 8de5af7abc Merge commit 'refs/merge-requests/4' of git://gitorious.org/goldendict/goldendict 2011-05-29 21:54:13 -07:00
Julian Depetris Chauvin 41bd078a2a make ESC minimizes the main window when tray icon is totally disabled. 2011-05-29 23:00:33 -03:00
Konstantin Isakov d4b687e966 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
Konstantin Isakov 92e2317251 Add the missing files. 2011-05-29 10:36:30 -07:00
Konstantin Isakov 01b0d018d4 When adding new program, make its type 'Audio' by default. 2011-05-29 00:55:57 -07:00
Konstantin Isakov 9960efc00d Add support for launching arbitrary executables (tts, manpages etc). 2011-05-28 22:08:37 -07:00
Julian Depetris Chauvin b173898c5d Argentinian Spanish translation by Yanina Weingast. 2011-05-28 19:26:54 -03:00
Julian Depetris Chauvin 4951f9311d Option to use small icons in toolbars of main window. 2011-05-28 19:26:54 -03:00
Konstantin Isakov 28564729ee Chinese translation update by zhangjinsong. 2011-05-25 21:15:49 -07:00
Konstantin Isakov 5570536f54 Don't show duplicate articles in Bgl dictionaries. 2011-05-22 13:45:06 -07:00
Julian Depetris Chauvin b1965dd44c Add a "Enable web plugins" option under Edit > Preferences > Network. It allows to listen to sound pronunciations from online dictionaries that rely on flash plugin such as howjsay.com and dictionary.com. Plugin must be installed for this option to work. See http://doc.trolltech.com/4.5/qtwebkit.html#netscape-plugin-support 2011-05-08 19:12:44 -03:00
Konstantin Isakov ba12e787d8 Add Julian to CREDITS. 2011-05-08 14:27:34 -07:00
Konstantin Isakov eee568860e Keys with Shift pressed are to be interpreted as typing events (undoes a change by jdepetris) 2011-05-08 14:24:41 -07:00
Julian Depetris Chauvin 891f316015 Restore default behaviour for ESC key. There is now a "ESC key hides main window" option under Edit > Preferences > Interface. 2011-05-07 10:42:49 -03:00
Julian Depetris Chauvin 3bd9c48fe7 support Shift + Enter and Shift + double click to open a definition in a new tab (Opera browser standard) in addition to Ctrl + Enter and Ctrl + double click (other browsers standard). The selection with Shift + double click is not as perfect as with Ctrl + double click but it's ok. 2011-05-01 21:37:56 -03:00
Julian Depetris Chauvin 84400e766a pin in popup setting is now remembered on restart. 2011-05-01 20:52:11 -03:00
Julian Depetris Chauvin 0f5d4aa04e close main window on ESC (additionally to Ctrl + F4). To achieve this remove ESC as a shortcut to switch focus to word input. This action is already performed by typing just any key on the ArticleView and with Alt+D and Ctrl+L key combinations on MainWindow. 2011-04-30 20:46:45 -03:00
Konstantin Isakov 28fd948b99 Remove UTF-8 BOM from the file - some compilers don't like it. 2011-04-16 15:40:00 -07:00
abs62 368b58bb29 Command "Clear history" really clear saved history 2011-03-30 08:47:55 +04:00
abs62 f7d7920e68 Change algorithm of the finding window under cursor 2011-03-29 18:45:32 +04:00
abs62 5cd8416ceb Try to prevent crashes in GdTextOutHook.dll 2011-03-29 18:42:14 +04:00
Konstantin Isakov 359805ecca Updated Ukrainian translation, thanks Wiseacre. 2011-03-24 00:32:53 -07:00
Konstantin Isakov ad0cb52f16 Some fixes to Brazilian Portuguese translation by the same author. 2011-03-24 00:26:42 -07:00
Konstantin Isakov 499cc27e2e Brazilian Portuguese translation by Leonardo Montenegro. Thanks! 2011-03-20 12:36:11 -07:00
Konstantin Isakov 5e483e9ce9 Update Italian translation by Daniele 'orecchionebruno', thanks! 2011-03-20 12:27:30 -07:00
Konstantin Isakov 9d59a7b961 Add Albanian translation by Besmir Godole. Thanks! 2011-03-08 19:36:10 -08:00
Konstantin Isakov 84090a2ed0 Traditional Chinese translation by Maha 吳寶原, Ray Chou 周邦信, Marcus Bingenheimer. Thanks! 2011-03-03 23:14:48 -08:00
Konstantin Isakov 905c6cd450 Correctly allow to choose from multiple localizations for the same language, but different dialect in Preferences. 2011-03-03 23:11:29 -08:00
Konstantin Isakov caf21a0e8a Add Japanese translation by Nardog (thanks!) 2011-03-03 22:56:26 -08:00
Konstantin Isakov 0ea7f09ad3 Merge commit 'refs/merge-requests/3' of git://gitorious.org/goldendict/goldendict into jp 2011-03-03 22:52:03 -08:00
Konstantin Isakov e3b425427f Correctly apply analysis to the last word in multi-word Hunspell queries (e.g. "crash-testing" is now correctly transformed to "crash-test"). 2011-03-03 22:32:29 -08:00
Konstantin Isakov d1672af670 Fix Hunspell crashes when using multiple Hunspell dictionaries simultaneously.
Evidently Hunspell is not reentrant, so we serialize all Hunspell calls using a single mutex.
2011-03-03 22:24:13 -08:00
Nardog 0f54897aa7 Japanese translation added. 2011-02-27 19:03:25 +09:00
Konstantin Isakov bfed454649 Polish translation by Grzegorz Karpowicz added. 2011-01-04 22:35:26 -08:00
Konstantin Isakov 7ec3b98521 Fix a typo in the Russian translation. 2010-12-14 01:20:01 +03:00
Konstantin Isakov 92eceb8cad Change email from @users.berlios.de to @goldendict.org. 2010-12-09 15:31:50 +03:00
Konstantin Isakov f71c0ac7a7 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