Page 33 of 34

Re: Missing context-menu "Edit" under Win 8.1

PostPosted: Thu Jul 03, 2014 2:02 pm
by Abs62
bradm wrote:I can't get the right-click context-menu "Edit dictionary" under Windows 8.1 as I can under Windows 7. I have the same GD configuration and editable DSL files on both computers (build 409). Have I missed something or is it OS specific?

Check "editDictionaryCommandLine" parameter in config file.

Re: Missing context-menu "Edit" under Win 8.1

PostPosted: Thu Jul 03, 2014 11:20 pm
by bradm
Abs62 wrote:Check "editDictionaryCommandLine" parameter in config file.


Thank you so much for your prompt instruction!

However, I am still unable to activate the default editor by right-clicking under Win 8.1. All I get is a sound notification, no error text. BTW, I have temporarily disabled all security processes. My pc is clean and functioning properly.
The other three options do the job as expected (Dict info, Dict headwords, Open dict folder).
Thanks for your time.

Kind regards

Re: Developer Builds (for testing)

PostPosted: Mon Jul 07, 2014 6:44 am
by bt4baidu
Hi Abs62,

I'm using a Goldendict 1.5.0-RC-358-g6cb186a version, and the HTML parser seems to be QtWebkit4.
I found it doesn't support Web Audio API and HTML5 <audio> tag.

Could you help to check if QtWebkit4 itself doesn't support Web Audio API & <audio>tag,
or Goldendict disabled these features? How could I make them run?

Thanks

Re: Developer Builds (for testing)

PostPosted: Mon Jul 07, 2014 7:33 am
by Abs62
bt4baidu wrote:Could you help to check if QtWebkit4 itself doesn't support Web Audio API & <audio>tag,
or Goldendict disabled these features? How could I make them run?

https://bugreports.qt-project.org/browse/QTBUG-29612

Re: Developer Builds (for testing)

PostPosted: Thu Jul 10, 2014 3:09 am
by bt4baidu


Thanks! I got it.

BTW. I find the latest version of qtwebkit is 5.3.1, do you plan to shift to this version?

Re: Developer Builds (for testing)

PostPosted: Thu Jul 10, 2014 2:16 pm
by Abs62
bt4baidu wrote:BTW. I find the latest version of qtwebkit is 5.3.1, do you plan to shift to this version?

Qt5-based builds you can find here.

Re: Developer Builds (for testing)

PostPosted: Thu Jul 10, 2014 3:33 pm
by bt4baidu
Abs62 wrote:Qt5-based builds you can find here.


Thanks a lot!
I checked GoldenDict-1.5.0-RC-440-gbb87aa0_(QT_530), it support <audio>!
Unfortunately, there is still no sound when the audio-src is mp3 file.
Maybe it doesn't support this media format? Or should I install gstreamer-1.0?
I have no idea.

Re: Developer Builds (for testing)

PostPosted: Mon Jul 21, 2014 5:29 am
by veole
Is it possible to avoid counting morphology files as dictionaries? So if you have 10 real dictionaries and 10 morphology files, Goldendict says only "10 dictionaries, x articles, y words", instead "20 dictionaries, x articles, y words". Morphology files don't have any articles or words anyway.

Re: Developer Builds (for testing)

PostPosted: Mon Jul 28, 2014 3:18 am
by bt4baidu
Abs62 wrote:Qt5-based builds you can find here.


Hi, Abs62

I found that GD can't load online audio file(mp3) from internet.
For example,
Add a online dictionary like this:
Code: Select all
http://www.vocabulary.com/dictionary/%GDWORD%

Search a word and click the play icon on the result page, no sound will be heard.

If you press F12 and check the Network-request-log, you will find that the request URL is right but the request was pended,
which means no request was sent out at all.
Is this a bug or did I do something wrong :?:

BTW: The GD version is GoldenDict-1.5.0-RC-440-gbb87aa0_(QT_530).

Re: Developer Builds (for testing)

PostPosted: Mon Jul 28, 2014 6:25 am
by Abs62
bt4baidu
Can't reproduce. I test last Qt5-based version 1.5.0-RC-474-g89ab1bf_(QT_531) on this site and it have play sounds.