Page 9 of 34

Re: Developer Builds (for testing)

PostPosted: Thu Apr 11, 2013 12:00 pm
by Tvangeste
The latest development build from me, build #658, for Windows.

Download: GoldenDict-1.0.1-658-g4199ea2.7z - 1.69 MB

Changelog:
  • Tweaked menu spacing in Lingoes-Blue theme (by Tvangeste)
  • Tweaked the menu and tooltip styles in Lingoes-Blue theme. (by Tvangeste)
  • Mac-specific: Implement scanning under Mac OS X (issue #129) (by Abs62)
  • Dutch localization (by Cris)
  • Capitalize the language name in AARD's Wikipedia, Wiktionary and Wikiquote dictionaries. (by Tvangeste)
As usual, just unpack the archive on top of the latest Early Access build (#581) and you're good to go.

Re: Developer Builds (for testing)

PostPosted: Sun Apr 21, 2013 10:21 am
by Tvangeste
The latest development build from me, build #671, for Windows.

Download: GoldenDict-1.0.1-671-g61c9986.7z - 1.69 MB

Changelog:
  • DSL compatibility: a label is always of green color (by Tvangeste)
  • DSL compatibility: a label (text enclosed in [p] tags) is always of normal weight (by Tvangeste)
  • Fixed #265: Wrong dictionary info when filter is active in the Groups tab (by Tvangeste)
  • Update Polish translation (by Grzegorz Karpowicz)
  • Update Dutch translation (by Cris)
  • Translation updates for Tajik Language (by Victor Ibragimov)
  • Update belarusian translation (by Maksim Tamkovic)
As usual, just unpack the archive on top of the latest Early Access build (#662) and you're good to go.

Re: Developer Builds (for testing)

PostPosted: Tue Apr 23, 2013 12:41 pm
by Tvangeste
The latest development build from me, build #675, for Windows.

Download: GoldenDict-1.0.1-675-g487ba6b.7z - 1.72 MB

Changelog:
  • MDict (.mdx/.mdd) format support! (by Timon Wong)
  • Try to load QT translation files from GD "locale" folder at first (by Abs62)
  • DSL compatibility: Enforce the example color even if the childen tags say otherwise (by Tvangeste)
As usual, just unpack the archive on top of the latest Early Access build (#662) and you're good to go.

P.S. Please try and test the new Mdict (mdx/mdd) support as much as possible.

Re: Developer Builds (for testing)

PostPosted: Tue Apr 23, 2013 8:03 pm
by chigre-GD
Tvangeste wrote:The latest development build from me, build #675, for Windows.

Download: GoldenDict-1.0.1-675-g487ba6b.7z - 1.72 MB

Changelog:
  • MDict (.mdx/.mdd) format support! (by Timon Wong)
  • Try to load QT translation files from GD "locale" folder at first (by Abs62)
  • DSL compatibility: Enforce the example color even if the childen tags say otherwise (by Tvangeste)
As usual, just unpack the archive on top of the latest Early Access build (#662) and you're good to go.

P.S. Please try and test the new Mdict (mdx/mdd) support as much as possible.

----------------------------------------------------------------------------------------------------------------------
for most of my dictionaries in Mdict form (.mdx/.mdd) GD works very well!!!
Siete grandissimi!!!

Re: Developer Builds (for testing)

PostPosted: Wed Apr 24, 2013 9:40 am
by ccaid
I suppose incorrect handling of tags <dd>, </dd> in aard format.
f.e. see article Аминокислоты in Russian wikipedia off-line at aard dictionary — font become more and more huge from line to line.
the same html code is displayed correctly in stardict format.

Re: Developer Builds (for testing)

PostPosted: Wed Apr 24, 2013 9:46 am
by Tvangeste
ccaid wrote:I suppose incorrect handling of tags <dd>, </dd> in aard format.
f.e. see article Аминокислоты in Russian wikipedia off-line at aard dictionary — font become more and more huge from line to line.

Can you provide a link to the dictionary so that we're on the same page?

Re: Developer Builds (for testing)

PostPosted: Wed Apr 24, 2013 1:59 pm
by Abs62
ccaid wrote:I suppose incorrect handling of tags <dd>, </dd> in aard format.
f.e. see article Аминокислоты in Russian wikipedia off-line at aard dictionary — font become more and more huge from line to line.
the same html code is displayed correctly in stardict format.

Malformed article. Save it on F2 and look html code. It contain chains like "</big></big></dd><big><big>". This chains leads to such effect.

Re: Developer Builds (for testing)

PostPosted: Thu Apr 25, 2013 5:55 am
by ccaid
Abs62 wrote:Malformed article.

no. I've localized the problem.
source html inside aard dictionary has strings (I use regexp for its description):
Code: Select all
<big> <\/big>(.*?)<\/dd>
There is space between <big> and </big>.
GD convert their to strings (regexp too):
Code: Select all
<big>$1</big></dd><big>

such strings inside stardict dictionary do not cause the problem.

Re: Developer Builds (for testing)

PostPosted: Thu Apr 25, 2013 7:41 pm
by Abs62
It is more simple. ;)
QDomDocument convert "<big> </big>" into "<big/>", QWebKit threat "<big/>" as "<big>". Fixed.

The latest development build for Windows:
goldendict-1.0.1-692-gbc65ccd(EXE only).7z - 954.78 KB

Some changes:
  • Fix some tags handling in Aard dictionaries (by Abs62)
  • Win-specific: Add TTS support for Windows (by Timon Wong) (by Abs62)
  • MDict: add unique id prefix for anchors (by Timon Wong)
  • Proper text color inside MDict's <a> tag (by Tvangeste)
  • MDict: support file URI scheme in image/css links. (by Timon Wong)
  • MDict: fix malformed <a> tag with name break "Modern", "Lingoes" ... style (by Timon Wong)
  • AARD: Don't try to read and decode too big articles, it is most likely error in dictionary (by Abs62)

Re: Developer Builds (for testing)

PostPosted: Fri Apr 26, 2013 3:01 am
by Piranha
Some enormous miracles are in the build 675 and 692. Thank you too much!