Julian Depetris Chauvin
3b2387c518
Add Qt own translation files for version 4.8.5 to be able to translate all base texts. These files are not listed in goldendict.pro file because doing that would mean that every time we call lupdate goldendict.pro all texts would be marked as obsolete because they are not part of GoldenDict codebase. The same thing (and for the same reason) would happen if we add only the needed text from qt_*.ts to Goldendict's own translation files. So we have to find a way to be able to generate the qt_*.qm files during the build and deploy phases.
2013-08-29 17:49:24 -03:00
Tvangeste
9f9d618a64
Merge pull request #393 from zdenop/sk_SK
...
update of Slovak translation
2013-08-29 04:04:06 -07:00
Zdenko Podobný
473f7646d2
update of Slovak translation
2013-08-29 10:37:09 +02:00
Julian Depetris Chauvin
db0189e2d1
Update Czech translation by Vít Pelčák.
2013-08-27 10:51:44 -03:00
Tvangeste
12926f256f
Updated Korean localization by panho10
2013-08-27 14:18:10 +02:00
Julian Depetris Chauvin
f7fa1df365
Update Italian translation by Daniele Di Pisa.
2013-08-27 07:46:18 -03:00
Julian Depetris Chauvin
13972899c1
update Serbian translation
2013-08-27 06:51:02 -03:00
Tvangeste
18a2f29b83
Merge pull request #391 from embar-/1.5-dev
...
Update lt_LT.ts
2013-08-27 00:01:40 -07:00
embar-
e2e72ac655
Update lt_LT.ts
...
Lithuanian translation update
2013-08-27 09:10:21 +03:00
Julian Depetris Chauvin
c5a0b97fa1
update Albanian translation by Besmir Godole
2013-08-26 14:46:05 -03:00
Julian Depetris Chauvin
2ebda7879a
Customize info.plist to add key to use font auto-scaling in OS X. This should at least fix the blurry texts in Macs with retina display support (issue #264 )
2013-08-25 21:56:32 -03:00
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
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
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