New user registration is currently disabled due to spam abuse / Регистрация новых пользователей в настоящее время приостановлена из-за злоупотреблений спаммерами

Developer Builds (for testing)

General discussion

Re: Developer Builds (for testing)

Postby Tvangeste » Thu Apr 11, 2013 12:00 pm

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.
Tvangeste
 
Posts: 893
Joined: Thu Jun 02, 2011 11:42 am

Re: Developer Builds (for testing)

Postby Tvangeste » Sun Apr 21, 2013 10:21 am

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.
Tvangeste
 
Posts: 893
Joined: Thu Jun 02, 2011 11:42 am

Re: Developer Builds (for testing)

Postby Tvangeste » Tue Apr 23, 2013 12:41 pm

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.
Tvangeste
 
Posts: 893
Joined: Thu Jun 02, 2011 11:42 am

Re: Developer Builds (for testing)

Postby chigre-GD » Tue Apr 23, 2013 8:03 pm

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!!!
chigre-GD
 
Posts: 18
Joined: Wed Oct 12, 2011 2:33 am

Re: Developer Builds (for testing)

Postby ccaid » Wed Apr 24, 2013 9:40 am

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.
ccaid
 
Posts: 22
Joined: Wed Apr 11, 2012 7:01 pm

Re: Developer Builds (for testing)

Postby Tvangeste » Wed Apr 24, 2013 9:46 am

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?
Tvangeste
 
Posts: 893
Joined: Thu Jun 02, 2011 11:42 am

Re: Developer Builds (for testing)

Postby Abs62 » Wed Apr 24, 2013 1:59 pm

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.
Abs62
 
Posts: 631
Joined: Mon Jun 14, 2010 11:51 am

Re: Developer Builds (for testing)

Postby ccaid » Thu Apr 25, 2013 5:55 am

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.
ccaid
 
Posts: 22
Joined: Wed Apr 11, 2012 7:01 pm

Re: Developer Builds (for testing)

Postby Abs62 » Thu Apr 25, 2013 7:41 pm

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)
Abs62
 
Posts: 631
Joined: Mon Jun 14, 2010 11:51 am

Re: Developer Builds (for testing)

Postby Piranha » Fri Apr 26, 2013 3:01 am

Some enormous miracles are in the build 675 and 692. Thank you too much!
Piranha
 
Posts: 4
Joined: Sun Mar 24, 2013 4:21 am

PreviousNext

Return to General

Who is online

Users browsing this forum: No registered users and 16 guests