Page 6 of 34

Re: Developer Builds (for testing)

PostPosted: Wed Feb 27, 2013 2:52 pm
by Abs62
The latest development build #598, for Windows.

Download: goldendict-1.0.1-598-g13eb3fa(EXE only).7z

Changelog:
    * Decode some html-coded symbols in stardict index
    * Clear dictionaries lists before dictionaries rescan
    * Save images and sounds via context menu (issue #223)
    * Synchronize dicionary icons size in popup and main windows (issue #168)

Re: Developer Builds (for testing)

PostPosted: Thu Feb 28, 2013 9:35 am
by Tvangeste
@Abs62, looks like mediafire doesn't like 7z archives and blocks them randomly.

I'd suggest to use http://d-h.st/ service, it is pretty solid and I've been using it for goldendict dev builds with no issues so far.

Re: Developer Builds (for testing)

PostPosted: Thu Feb 28, 2013 9:42 am
by Tvangeste
Re-uploaded the latest build, #599:

The latest development build #599, for Windows.

Download: GoldenDict-1.0.1-599-gb13b808.7z - 1.65 MB

Changelog:
  • Save images and sounds via context menu (issue #223) (by Abs62)
  • Decode some html-coded symbols in stardict index (by Abs62)
  • Synchronize dictionary icons size in popup and main windows (issue #168) (by Abs62)
  • Fixed #225: Tiny print preview window in Windows 7 (by Julian Depetris Chauvin)
  • Add ellipsis to some context menu items (by Abs62)
  • Updated French translation (by VirtualTam)
  • Update Argentinian Spanish translation (by Julian Depetris Chauvin)
  • Updated Russian translation (by Abs62)
  • Fix compilation under Linux (by Abs62)
  • Win-specific: activate main window after geometry adjusting at program start (by Abs62)
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 01, 2013 10:32 am
by hanyl05
Many thanks!
For issue #223, to save a multimedia by mouse right click is no problem.

However, "File---save" still can not automatically save these multimedia contents.

Re: Developer Builds (for testing)

PostPosted: Sun Mar 03, 2013 5:32 am
by zongxiong
The history window size isn't saved between sessions. Please fix.

Re: Developer Builds (for testing)

PostPosted: Sun Mar 03, 2013 8:28 am
by Tvangeste
zongxiong, it works for me no problem.

Could you please post a couple of streenshots before and after the restart to see the difference in size.

Re: Developer Builds (for testing)

PostPosted: Sun Mar 03, 2013 10:29 am
by zongxiong
I'd like my history window to have roughly the same width as the dictionary window, like so:
Image
However, after I exit the program (File -> Quit) and launch it again, the history window gets reset, like so:
Image

Re: Developer Builds (for testing)

PostPosted: Sun Mar 03, 2013 10:43 am
by Tvangeste
zongxiong, cannot reproduce here, tried exactly the same sizes as on your screenshots. The sizes are properly saved for me no matter what I do, on the latest dev build.

Which version do you use? Is that EA build or some recent dev builds? Do you have any customizations in the CSS files?

Anyone else seeing this weird behavior?

Re: Developer Builds (for testing)

PostPosted: Sun Mar 03, 2013 12:32 pm
by zongxiong
Interesting. Turns out a custom qt-style.css was the culprit. The window size stopped resetting after I removed it.

What's the CSS tag for the history window?

Re: Developer Builds (for testing)

PostPosted: Sun Mar 03, 2013 8:08 pm
by Tvangeste
Code: Select all
MainWindow #historyPane


and for the titlebar of the history pane:

Code: Select all
/* Colored header for the History Pane */
#historyPaneTitleBar {
  background: lightsteelblue;
  margin: 2px;
}