Commit graph

2129 commits

Author SHA1 Message Date
Timon Wong 3154e32afc MDict: append orphan style in the end, related to goldendict/goldendict#271 2013-04-26 13:29:26 +02:00
Tvangeste 56a53087ad Fixed #271: MDict: A mechanism to clean-up invalid HTML cards
Thanks to Abs62 for the hint :)
2013-04-25 22:42:16 +02:00
Abs62 bc65ccde94 Fix some tags handling in Aard dictionaries 2013-04-25 22:53:23 +04:00
Abs62 5277f58852 mdx.cc: fix compilation under Linux and Mac OS X 2013-04-25 17:52:23 +04:00
Abs62 febbedd4b7 Mac-specific: Replace liblzo2.dylib to universal 32/64-bit one 2013-04-25 17:49:05 +04:00
Tvangeste f4529e8fd4 Merge pull request #269 from timonwong/master
MDict: Add unique prefix for anchor and any references link to it
2013-04-24 13:49:24 -07:00
Abs62 b9a5b149a0 Lupdate all translations, update Russian translation 2013-04-24 20:16:49 +04:00
Abs62 9e416c360c Some more TTS from Timon Wong 2013-04-24 20:01:44 +04:00
Abs62 9cc2c89087 Lupdate all translations, update Russian translation 2013-04-24 19:18:09 +04:00
Abs62 c14ef3458f Win-specific: Add TTS support for Windows (by Timon Wong) 2013-04-24 18:52:04 +04:00
Abs62 e68a7e2b4a Mac-specific: Add liblzo2.dylib for build under Mac OS X 2013-04-24 18:02:16 +04:00
Timon Wong e2ebb4af3c MDict: add unique id prefix for anchors 2013-04-24 19:35:03 +08:00
Tvangeste b359be1230 Proper text color inside MDict's <a> tag 2013-04-24 08:24:39 +02:00
Tvangeste 639dc43c34 Merge pull request #268 from timonwong/master
MDict: malformed article; file uri scheme
2013-04-23 23:16:35 -07:00
Timon Wong 5f959614ac MDict: support file URI scheme in image/css links. 2013-04-24 09:58:35 +08:00
Timon Wong fd097f1f0d MDict: fix malformed <a> tag with name break "Modern", "Lingoes" ... style 2013-04-24 09:34:12 +08:00
Abs62 0c2d529d55 AARD: Don't try to read and decode too big articles, it is most likely error in dictionary 2013-04-23 20:40:35 +04:00
Abs62 d8ed5046bd MDict: use decompress function from decompress.cc 2013-04-23 20:38:30 +04:00
Tvangeste db4895e585 Mac: Add -llzo2 to the build, to fix compilation falire
The build works just fine after this change,
once the lzo library is installed via brew:

brew install lzo
2013-04-23 17:57:59 +02:00
Tvangeste 487ba6b934 Merge pull request #266 from timonwong/dict_mdx_mdd
MDict (mdx/mdd) support
2013-04-23 05:25:32 -07:00
Timon Wong cdab08a1ef MDict (.mdx/.mdd) format support
summary

* mdd is complementary resource archive for mdx (dictionary file)
* lzo2 library for (old) MDict version 1 file format
* try Load bass_spx.dll under windows for speex decoding
* internal redirection "@@@LINK=" for both mdx and mdd
2013-04-23 20:07:05 +08:00
Abs62 6c8fab8078 Try to load QT translation files from GD "locale" folder at first 2013-04-22 18:49:53 +04:00
Tvangeste eb50478755 DSL compatibility: Enforce the example color even if the childen tags say otherwise 2013-04-21 14:21:59 +02:00
Tvangeste 61c99864a6 DSL compatibility: a label is always of green color 2013-04-20 22:58:37 +02:00
Tvangeste 5967bd7f2c DSL compatibility: a label (text enclosed in [p] tags) is always of normal weight 2013-04-20 17:06:24 +02:00
Tvangeste 25a4aff0d3 Fixed #265: Wrong dictionary info when filter is active in the Groups tab 2013-04-20 16:27:59 +02:00
Abs62 facf22cb0b Update Polish translation (by Grzegorz Karpowicz) 2013-04-16 18:24:40 +04:00
Abs62 cc86f49e09 Update Dutch translation (by Cris) 2013-04-16 18:22:24 +04:00
Abs62 d5259fda3d Merge pull request #262 from Ibragimov/master
Translation updates for Tajik Language
2013-04-16 07:17:20 -07:00
Victor Ibragimov 83791d3562 Translation updates for Tajik Language 2013-04-16 15:33:01 +05:00
Tvangeste a3a2d719a4 Merge pull request #260 from quendimax/master
Update belarusian translation
2013-04-15 00:47:49 -07:00
Maksim Tamkovič 56af8c45c5 Update belarusian translation 2013-04-14 17:54:24 +03:00
Abs62 ace29d367f Mac-specific: Check Accessibility API at start with auto scan popup (issue #129) 2013-04-12 18:30:24 +04:00
Tvangeste ce4a212155 Use the native OS dialog to save articles, store the save location in a config 2013-04-12 09:31:09 +02:00
Abs62 a16e77af43 Lupdate all translations, update Russian translation 2013-04-11 18:01:12 +04:00
Abs62 dd0a4fc896 Mac-specific: Implement scanning in Safari (issue #129) 2013-04-11 17:35:59 +04:00
Tvangeste 4199ea20a8 Tweaked menu spacing in Lingoes-Blue theme 2013-04-11 12:43:23 +02:00
Tvangeste ac172adf2d Tweaked the menu and tooltip styles in Lingoes-Blue theme. 2013-04-11 12:18:53 +02:00
Abs62 68df177056 Mac-specific: Implement scanning under Mac OS X (issue #129) 2013-04-10 17:31:44 +04:00
Tvangeste d0087e46fd lupdate all the localizations 2013-04-08 23:21:28 +02:00
Tvangeste 1679e5d3e8 Dutch localization (by Cris) 2013-04-08 23:20:52 +02:00
Tvangeste 0276d7f3ee Capitalize the language name in AARD's Wikipedia, Wiktionary and Wikiquote dictionaries.
Related to Issue #244.
2013-04-08 16:54:10 +02:00
Tvangeste f315aa5f0b Merge pull request #258 from Ibragimov/master
Updated Tajik Translation
2013-04-06 02:10:42 -07:00
Victor Ibragimov 68ab145066 Updated Tajik Translation
New strings translated!
2013-04-06 11:09:27 +05:00
Tvangeste aaa7542a55 Additional fix for #254: MacOS X: TranslateBox alignment issues 2013-04-05 18:08:23 +02:00
Abs62 10378302e8 Mac-specific: Implement hotkeys under Mac OS X (issue #129) 2013-04-05 16:25:34 +04:00
Abs62 db4bb635d1 Disable clipboard change tracking for Windows and MacOS 2013-04-05 16:21:01 +04:00
Julian Depetris Chauvin b7a2ab9863 Add language name to "Wiktionary" name for AARD dictionaries (issue #244) 2013-04-04 08:44:43 -03:00
Abs62 b4353c9c63 Increase index format version for AARD dictionaries to reindex it (issue #244 again) 2013-04-03 17:27:08 +04:00
Abs62 1b19b8c72f Add language name to "Wikipedia" name for AARD dictionaries (issue #244) 2013-04-02 17:44:53 +04:00