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

Developer Builds (for testing)

General discussion

Re: Developer Builds (for testing)

Postby zongxiong » Mon Mar 04, 2013 5:32 am

Hmm, it seems it's the 'currentGroup' tag in qt-style.css that causes the history window width to reset on launch.

Here's my qt-style.css:
Code: Select all
MainWindow #dictsPane #dictsList, MainWindow #historyPane #historyList
{
  font-family: "Tahoma, SimHei";
  font-size: 12px;
}

#navToolbar #translateLine
{
  background: white;
  color:black;
  font-family: "Tahoma, SimSun, SimSun-ExtB";
  font-size: 12px;
}

#navToolbar #translateLine[currentGroup="ja"]
{
  font-family: "Tahoma, MS Mincho, MingLiU, MingLiU-ExtB";
}

#navToolbar #translateLine[currentGroup="ko"]
{
  font-family: "Tahoma, Batang, MingLiU, MingLiU-ExtB";
}


Deleting all the entries with the 'currentGroup' tag stops the bug from occuring.
zongxiong
 
Posts: 33
Joined: Sat Nov 05, 2011 4:18 am

Re: Developer Builds (for testing)

Postby Tvangeste » Mon Mar 04, 2013 8:14 am

zongxiong wrote:Hmm, it seems it's the 'currentGroup' tag in qt-style.css that causes the history window width to reset on launch.
Deleting all the entries with the 'currentGroup' tag stops the bug from occuring.

Excellent find, and I can confirm this weird behavior! Could you please file a bug against Goldendict: https://github.com/goldendict/goldendic ... state=open
Tvangeste
 
Posts: 893
Joined: Thu Jun 02, 2011 11:42 am

Re: Developer Builds (for testing)

Postby zongxiong » Mon Mar 04, 2013 1:09 pm

Sorry, I'm not that familiar with the online bug reporting services. Too newfangled for me! :D
zongxiong
 
Posts: 33
Joined: Sat Nov 05, 2011 4:18 am

Re: Developer Builds (for testing)

Postby Abs62 » Tue Mar 05, 2013 2:52 pm

The latest development build #606, for Windows.

Download: goldendict-1.0.1-606-g8f4ed26(EXE only).7z - 944.84 KB

Changelog:
    * Fix multiple dialogs to save sound
    * Handle article decoding errors for Aard dictionaries
    * Fixed #232: history pane doesn't retain cleared state after restarting goldendict (by Tvangeste)
    * Add Lojban language code (issue #233)
Abs62
 
Posts: 631
Joined: Mon Jun 14, 2010 11:51 am

Re: Developer Builds (for testing)

Postby Tvangeste » Tue Mar 05, 2013 3:11 pm

Btw, Abs62, here's a simple git alias to show changelog-like entries from the git history:

Code: Select all
[alias]
        cl = log --pretty=\"[*] %s (by %an)\" --no-merges --no-decorate


I use it usually like that:
Code: Select all
git cl PREVIOUS_DEV_BUILD_SHA1..
Tvangeste
 
Posts: 893
Joined: Thu Jun 02, 2011 11:42 am

Re: Developer Builds (for testing)

Postby Tvangeste » Wed Mar 13, 2013 10:32 am

The latest development build from me, build #613, for Windows.

Download: GoldenDict-1.0.1-613-gf595b37.7z - 1.66 MB

Changelog:
  • Better Dictd dictionary name detection (Issue #237) (by Tvangeste)
  • Fixed #237: Proper dictionary title (DICT format) (by Tvangeste)
  • Update belarusian translation (by Maksim Tamkovic)
  • Window activation under Linux again (issue #235) (by Abs62)
  • Updated Greek translation by jennie. (by Tvangeste)
  • Update Brazilian Portuguese translation by MCHAL, closes #234 (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 » Fri Mar 15, 2013 8:42 pm

The latest development build from me, build #616, for Windows.

Download: GoldenDict-1.0.1-616-g674f785.7z - 1.66 MB

Changelog:
  • Fixed #239: Couldn't play sounds via some external programs on Windows (by Tvangeste)
  • Handle dictzip errors without program termination (Fix issue #207) (by Abs62)
  • Set the minimum zoom level from 0.7 to 0.1 (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 » Wed Mar 20, 2013 3:00 pm

The latest development build from me, build #623, for Windows.

Download: GoldenDict-1.0.1-623-gcd8b36a.7z - 1.67 MB

Changelog:
  • Increase the main icon from 24x24 to 32x32 size (issue #183) (by Tvangeste)
  • Tajik Language Updates (by Victor Ibragimov)
  • Update Russian translation (by Abs62)
  • (NEW) Korean localization (by panho10)
As usual, just unpack the archive on top of the latest Early Access build (#581) and you're good to go.

The updated icon:
Image
Tvangeste
 
Posts: 893
Joined: Thu Jun 02, 2011 11:42 am

Re: Developer Builds (for testing)

Postby Tvangeste » Sat Mar 23, 2013 6:45 pm

The latest development build from me, build #625, for Windows.

Download: GoldenDict-1.0.1-625-geef66a8.7z - 1.68 MB

Changelog:
  • Lingoes theme/style (by anion23)
  • Added a new built-in style 'Modern' (Prefs->Interface->Display Style->Modern) (by Tvangeste)
As usual, just unpack the archive on top of the latest Early Access build (#581) and you're good to go.

The styles can be changed in the Preferences.

Modern style:
Image

Lingoes style:
Image
Tvangeste
 
Posts: 893
Joined: Thu Jun 02, 2011 11:42 am

Re: Developer Builds (for testing)

Postby zongxiong » Sun Mar 24, 2013 4:09 am

That 'Lingoes' theme doesn't really look any different from the 'Modern' theme.

Here's a Lingoes look-alike theme that I made a long time ago and still use. Would you be interested in including it?
zongxiong
 
Posts: 33
Joined: Sat Nov 05, 2011 4:18 am

PreviousNext

Return to General

Who is online

Users browsing this forum: No registered users and 34 guests