Page 22 of 32

Re: Сборки GD под Windows (Windows Builds)

PostPosted: Thu Dec 22, 2011 8:07 am
by Tvangeste
Hi guys, the code is not yet 100% done. Well, it was almost 100% done assuming that the new UI is non-customizable (no switch between the old UI and new UI), but since some folks said that both ways should be supported (some would like to keep the old way and some would like to use the new way) that complicated things a little bit and such switch between the two modes is not yet fully implemented.

I'm planning to resolve this during the New Year holidays and going to release all that I have during January (at least, that's the plan).

I'm using the new UI every day for months now and it is pretty stable, so the core of the changes is completed and heavily tested already :)

Re: Сборки GD под Windows (Windows Builds)

PostPosted: Fri Dec 23, 2011 1:52 pm
by Abs62
New Early Access Build: https://github.com/goldendict/goldendic ... or-Windows

GoldenDict 1.0.1-198-ge0d21d6

Most interesting changes (since the previous EA build):

* Add Turkish translation
* Add button to scan popup window to send translated word into main window
* Add option to use main window instead of scan popup window
* Add translation of the word from command line
* Update Russian translation
* Fix hotkeys registration under Windows
* Update Lithuanian translation
* Fix some crashes in scan libraries
* Update Brazilian Portuguese translation by MCHAL
* Fix multithread exception handling

Re: Сборки GD под Windows (Windows Builds)

PostPosted: Thu Jan 26, 2012 2:57 pm
by Abs62
New Early Access Build: https://github.com/goldendict/goldendic ... or-Windows

GoldenDict 1.0.1-210-gfb179ac

Most interesting changes (since the previous EA build):

* XDXF dictionaries format support
* ScanPopup in 64-bit applications
* Ignore empty lines between the list of headwords in Dsl files, as that's what Lingvo does as well.
* Fix a problem with zip archive indexing where files with similar names could clash.
* Fix wiki's audio playing
* Correct some check condition in scan libraries. Fix issue #66.
* Add Bolivian Spanish translation by Amos Batto
* Add Quechua translation by Amos Batto. Add Wiphala flag for Aymara and Quechua.

Re: Сборки GD под Windows (Windows Builds)

PostPosted: Fri Feb 10, 2012 11:32 am
by Abs62
New Early Access Build: https://github.com/goldendict/goldendic ... or-Windows

GoldenDict 1.0.1-223-g81ee55a

Most interesting changes (since the previous EA build):

* Compiled with QT 4.8.0
* Support for Aard dictionaries (aar-html)
* Support for Sdict dictionaries
* Update Polish translation
* Support images and sounds in xdxf dictionaries
* Fix article count and dictionary languages presentation for xdxf dictionaries

Re: Сборки GD под Windows (Windows Builds)

PostPosted: Tue Feb 21, 2012 11:55 am
by hanyl05
why not support stardict picture files?

Re: Сборки GD под Windows (Windows Builds)

PostPosted: Wed Feb 29, 2012 1:24 pm
by Abs62
Тестовая версия с поддержкой изображений в словарях Stardict (только exe, скомпилирован с QT 4.8.0, работает с EA версией 1.0.1-223-g81ee55a).

Test version with support of images in Stardict dictionaries (exe only, compiled with QT 4.8.0, needs for EA build 1.0.1-223-g81ee55a).

Exe here, sources here.

PS. Stardict - формат специфический, там что угодно оказаться может, так что полной поддержки не гарантирую. Сейчас поддерживаются картинки в статьях форматов "h" (html) и "x" (xdxf), расположенные в папке "res". Другие варианты мне пока что не попадались.

Re: Сборки GD под Windows (Windows Builds)

PostPosted: Sat Mar 03, 2012 7:42 am
by Abs62
New Early Access Build: https://github.com/goldendict/goldendic ... or-Windows

GoldenDict 1.0.1-239-gc81e6ca

Most interesting changes (since the previous EA build):

* Avoid bug with tabs in Qt 4.8.0
* Large search history
* Export history to file
* Update Russian translation
* Update Lithuanian translation
* New Spanish from Spain translation
* Update Brazilian Portuguese translation
* Update Italian translation
* Support for images in Stardict dictionaries
* Support user icons for Stardict dictionaries

Re: Сборки GD под Windows (Windows Builds)

PostPosted: Wed Mar 07, 2012 1:48 am
by hanyl05
It’s great that Goldendict finally supports image files in stardict format dictionaries.
Currently the supported image files must be named in a res folder.
But it would be better if Goldendict can support image files in a zip format, such as named res.zip.

For some dictionaries, especially for encyclopedia, usually there are thousands of image
Files.

Anyhow, it’s really great that the support for stardict is nearly perfect. Many thanks to developers!

Re: Сборки GD под Windows (Windows Builds)

PostPosted: Wed Mar 14, 2012 4:29 pm
by chulai
Abs62, I have tested the new dictionary formats XDXF, Aard, Sdict and the image and sound support on StarDict format and everything works great!
I'm going to try the scanpopup 64-bit support. I guess I have to compile GdTextOutHook.dll and GdTextOutSpy.dll :)

Thanks!

Re: Сборки GD под Windows (Windows Builds)

PostPosted: Thu Mar 15, 2012 2:16 pm
by Abs62
chulai
To support scan popup in 64-bit applications the modules GdTextOutHook64.dll, GdTextOutSpy64.dll and x64helper.exe (folder "x64" in last EA builds) is needed. GdTextOutHook.dll and GdTextOutSpy.dll support scan popup in 32-bit applications.