Commit graph

2135 commits

Author SHA1 Message Date
Julian Depetris Chauvin fda164e63c Update credit Dutch translation 2013-08-25 10:22:58 -03:00
Julian Depetris Chauvin 7275f337c3 Merge branch '1.5-dev' 2013-08-25 10:10:05 -03:00
Julian Depetris Chauvin 954592a5c3 Serbian translation - Mark some text as translated 2013-08-25 10:01:02 -03:00
chulai 1a5ce59690 Merge pull request #389 from ozzii/patch-2
Update credit Serbian translation
2013-08-25 05:52:01 -07:00
chulai ffcdeddbd4 Merge pull request #390 from ozzii/patch-1
Update sr_SR.ts
2013-08-25 05:51:31 -07:00
ozzii 5319148565 Update credit Serbian translation 2013-08-25 10:49:29 +02:00
ozzii 469ca314bc Update sr_SR.ts 2013-08-25 10:42:38 +02:00
Tvangeste 7dd01061c7 Added sr_SR.ts file to the Visual Studio project 2013-08-24 19:34:55 +02:00
Tvangeste 8d29a10d7c Serbian translation by ozzii (issue #388) 2013-08-24 19:24:05 +02:00
Tvangeste 8a10e997b4 Fixed #387: Paste word into new tab looks up ALL dics instead of currently selected group 2013-08-22 18:05:39 +02:00
Tvangeste cc29074f51 Some more tweaking to the Sound icon after feedback 2013-08-21 17:21:49 +02:00
Tvangeste 0da70e12ad Fine-tune the sound icon a bit, make it less black 2013-08-21 16:53:00 +02:00
Tvangeste d0e33672f1 Use proper read-only URL for winlibs submodule to avoid clone problems 2013-08-21 13:22:11 +02:00
Tvangeste 89db4ae426 lupdate all the translations 2013-08-21 12:28:30 +02:00
Tvangeste b050b7489f DSL: Tweaked the Sound icon's alignment 2013-08-21 11:37:21 +02:00
Tvangeste e2dde82580 Fixed #182: Provide a better Sound icon
The icon is by Evan Brooks, used with permission.
2013-08-21 10:02:46 +02:00
Tvangeste f67d9014a4 Added Greek Wiki and Wiktionary online dictionaries 2013-08-20 22:27:35 +02:00
Timon Wong e544a9d478 Fix windows build 2013-08-19 11:06:34 +08:00
Timon Wong e09ca5402d Merge branch 'master' into qt4x5
Conflicts:
	goldendict.pro
2013-08-19 10:54:38 +08:00
Tvangeste 9ad4fcdb2c Properly handle the version.txt in Visual Studio's build 2013-08-16 23:36:38 +02:00
Tvangeste a1b257e20c Removed the duplicated qmake dependency in README 2013-08-16 19:17:08 +02:00
Tvangeste 30d0a09952 Corrected includes for MSVC QT4 2013-08-16 17:23:35 +02:00
Tvangeste ba94dd1314 Created a VS2012 project and solution for GoldenDict
It uses excellent Visual Studio extensions for Qt,
written by Adam Badura (@adambadura). Many thanks!

The project file is fully functional in Release-Qt4 configuration,
for both x32 and x64 architectures.

I decided not to use the official Qt Plugin, since it
generates HUGE and broken project files which is painful
to maintain.

Here we have a pure visual studio solution with proper
Visual Studio extensions to support Qt-based development.

These extensions cover RCC, Lrelease, MOC and UIC,
automagically invoking them when needed, with basically
no need for manual steps to maintain.

Also, GoldenDict can be built from the command line as well,
no Visual Studio is required:

For Win32:
MSBuild /m goldendict.sln /v:m /nologo /p:Configuration=Release-Qt4 /p:Platform=win32

For x64:
MSBuild /m goldendict.sln /v:m /nologo /p:Configuration=Release-Qt4 /p:Platform=x64
2013-08-16 15:47:12 +02:00
Tvangeste 323ddaa34e Added submodule with MSVC++ 2012 prebuilt libraries
A submodule used instead of direct way of putting files into a repository
so that the official repo won't grow too much in size and since MSVC++
dependencies are not typically needed (on Linux/Mac and Windows with MinGW).

For those who don't need MSVC++ libs, they should just ignore the submodule.

Those who'd like to play with MSVC++ build should invoke:

git submodule init
git submodule update
2013-08-11 23:40:36 +02:00
Tvangeste a9d2ba7c84 remove the msvc directory in order to create a git module instead 2013-08-11 23:36:15 +02:00
Tvangeste b254127b3a Handle MSVC++ x64 2013-08-11 18:05:10 +02:00
Julian Depetris Chauvin bb8f14ed9d Update Argentinian Spanish translation. Fix typo. 2013-08-10 17:51:17 -03:00
Tvangeste b81f008a18 Tweaked compilation flags for MSVC++ 2013-08-10 21:44:33 +02:00
Tvangeste 3a6215287c Eliminate more warnings when using MSVC++ 2013-08-10 21:06:26 +02:00
Tvangeste ea24b9e858 Disable stupid MS-specific compiler CRT-related warnings 2013-08-10 20:43:37 +02:00
Tvangeste 56830bf714 Merge pull request #377 from timonwong/libao_osx
Use patched libao in order to support OSX without copying plugins (#295)
2013-08-10 11:04:06 -07:00
Julian Depetris Chauvin 9536733a26 Update Argentinian Spanish translation 2013-08-10 13:36:22 -03:00
Tvangeste d878802948 Fixed a compilation problem on windows 2013-08-09 12:24:33 +02:00
Tvangeste dd695f93dc Re-enable the internal ffmpeg based media player for Visual C++ 2012 2013-08-08 23:07:27 +02:00
Tvangeste ff362dca6c README for MSVC++ libraries 2013-08-07 20:43:08 +02:00
Tvangeste f03cd6f41d Adjust the goldendict.pro file to handle MSVC++ 2013-08-07 20:32:26 +02:00
Tvangeste 148fd1f275 Fix compilation failures with Visual C++ 2012 (issue #375) 2013-08-07 20:29:36 +02:00
Timon Wong 520759dab0 Use patched libao in order to support OSX without copying plugins (#295) 2013-08-04 21:42:34 +08:00
Timon Wong ee0fc80001 Merge branch 'master' into qt4x5
Conflicts:
	articleview.cc
	btreeidx.cc
	goldendict.pro
	mediawiki.cc
2013-08-02 17:00:16 +08:00
Abs62 66c309557d DSL: Add "http://" to link in [url] tag if it scheme not found 2013-07-27 22:35:10 +04:00
Tvangeste f2ebba10fe Adjust fonts for some styles: Modern, Lingoes, Lingoes-Blue 2013-07-26 18:00:48 +02:00
Timon Wong 89d44c2fe5 Update simplified chinese translation 2013-07-25 09:41:27 +08:00
Timon Wong dd6b54a534 MDict: Fixed truncation for ASCII characters(0x20~0x30) in image urls. 2013-07-25 09:22:33 +08:00
Tvangeste 46bbe67a6d Merge pull request #373 from virtualtam/master
Updated French translation - fixed typos
2013-07-22 13:10:37 -07:00
VirtualTam 54eb82de8d Updated French translation - fixed typos 2013-07-22 21:09:13 +02:00
Tvangeste 2a12036438 Linux: Better detection of installation prefix
1. qmake PREFIX=/usr

or

2. PREFIX=/usr qmake

or

3. export PREFIX=/usr; qmake

All should work.

Previously, the most typical #1 was not working.
2013-07-21 12:29:28 +02:00
Tvangeste 7820ef8b5a Use $PREFIX/share/goldendict for locale files per Linux conventions
There is no need to use $PREFIX/share/*apps*/goldendict.
2013-07-21 11:55:20 +02:00
Tvangeste bbce340353 Fix localization files' installation on Linux/MacOS 2013-07-21 10:46:22 +02:00
Abs62 60fcfd2cb0 Fix compilation under MacOS 2013-07-20 13:50:21 +04:00
Tvangeste 039caf07f1 Fixed #183: Provide a higher resolution main GoldenDict icon
Finally! :)
2013-07-19 19:07:32 +02:00