Page 7 of 34

Re: Developer Builds (for testing)

PostPosted: Mon Mar 04, 2013 5:32 am
by zongxiong
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.

Re: Developer Builds (for testing)

PostPosted: Mon Mar 04, 2013 8:14 am
by Tvangeste
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

Re: Developer Builds (for testing)

PostPosted: Mon Mar 04, 2013 1:09 pm
by zongxiong
Sorry, I'm not that familiar with the online bug reporting services. Too newfangled for me! :D

Re: Developer Builds (for testing)

PostPosted: Tue Mar 05, 2013 2:52 pm
by Abs62
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)

Re: Developer Builds (for testing)

PostPosted: Tue Mar 05, 2013 3:11 pm
by Tvangeste
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..

Re: Developer Builds (for testing)

PostPosted: Wed Mar 13, 2013 10:32 am
by Tvangeste
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.

Re: Developer Builds (for testing)

PostPosted: Fri Mar 15, 2013 8:42 pm
by Tvangeste
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.

Re: Developer Builds (for testing)

PostPosted: Wed Mar 20, 2013 3:00 pm
by Tvangeste
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

Re: Developer Builds (for testing)

PostPosted: Sat Mar 23, 2013 6:45 pm
by Tvangeste
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

Re: Developer Builds (for testing)

PostPosted: Sun Mar 24, 2013 4:09 am
by zongxiong
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?