Zhe Wang
a1986254d2
ChineseConversion: conditional compilation and OpenCC exception handling
2015-10-26 09:38:22 +08:00
Zhe Wang
12f67a79a4
Support conversion between simplified and traditional Chinese characters
2015-10-20 00:00:35 +08:00
Zhe Wang
a04917833c
Remove dependency on libavutil
2015-10-11 23:01:24 +08:00
Abs62
0912df7cb5
Add SLOB dictionaries support
2015-01-22 18:17:05 +03:00
Abs62
8e56dae5cd
Mac-specific: Fix help installing for any build directory
2014-07-21 17:36:32 +04:00
Abs62
d4c68d3c49
Add help system
2014-06-23 20:03:14 +04:00
Abs62
08dd0423d9
Add Macedonian Translation by Vladimir Gerovski
2014-05-26 19:48:18 +04:00
Abs62
8b3a7a4f43
Epwing: Fix monochrome images, use unicode symbols instead of some extra symbol images
2014-05-22 22:16:10 +04:00
Abs62
d9169bd45b
Add support for Epwing dictionaries
2014-05-20 17:59:56 +04:00
Abs62
ceb04dbd6a
DICT protocol support
2014-05-02 17:36:50 +04:00
Abs62
9ad0d5f985
Implement full-text search
2014-04-16 20:18:28 +04:00
Abs62
9623cbdd7a
Add proxy authentication dialog
2014-04-03 18:21:02 +04:00
Abs62
59ebab589c
Add Persian translation by Noori
2014-03-18 22:54:53 +04:00
Abs62
4a4bfade1d
Show all headwords for selected dictionary
2014-02-28 16:36:28 +04:00
Abs62
0c2b182647
Handle 1-bit black/white TIFF images without photometric interpretation tag
...
(QImage don't handle such images)
2014-02-11 18:02:00 +04:00
Abs62
97c4697a80
Handle some touch screen gestures in article view window
2014-02-04 22:38:50 +04:00
Abs62
444938a330
Fix logging to file UTF-8 encoded messages
2013-11-16 22:34:09 +04:00
Abs62
c4baa470b5
Win-specific: Adjust project file for 64-bit MinGW build
2013-09-30 16:03:25 +04:00
Julian Depetris Chauvin
7f112ea2e9
Merge branch '1.5-dev'
2013-09-23 15:09:09 -03:00
Julian Depetris Chauvin
b78a817ae1
Add Turkmen translation by Berdy
2013-09-23 07:30:57 -03:00
Abs62
5ba083e74f
Merge branch 'zim-support'
2013-09-19 18:28:08 +04:00
Abs62
7916cc5a87
Some tuning for MinGW 4.8 build
2013-09-17 18:11:27 +04:00
Abs62
a56329ce24
Zim: Add liblzma.a and it headers for MacOS, turn on Zim support under MacOS by default.
2013-09-16 18:13:52 +04:00
Julian Depetris Chauvin
b567dd4d37
Add Swedish translation by Lakrits
2013-09-16 10:07:20 -03:00
Abs62
68665167d5
Add ZIM format support (issue #267 ). Now turned on by default for Windows only. Under Linux/MacOS use "qmake "CONFIG+=zim_support"" (liblzma-dev package required. Or take xz 5.0.5 sources from http://tukaani.org/xz/ and compile it).
2013-09-14 20:17:32 +04: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
Tvangeste
8d29a10d7c
Serbian translation by ozzii (issue #388 )
2013-08-24 19:24:05 +02:00
Tvangeste
b254127b3a
Handle MSVC++ x64
2013-08-11 18:05:10 +02:00
Tvangeste
b81f008a18
Tweaked compilation flags for MSVC++
2013-08-10 21:44:33 +02:00
Tvangeste
ea24b9e858
Disable stupid MS-specific compiler CRT-related warnings
2013-08-10 20:43:37 +02: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
f03cd6f41d
Adjust the goldendict.pro file to handle MSVC++
2013-08-07 20:32:26 +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
Tvangeste
e4512948fc
Do not install anything in $PREFIX/share/app-install (patch by Dmitry E. Oboukhov)
...
This is a private area of app-install application (Software Center),
and it is impolite to install files into places we don't own.
Not to mention it causes installation conflicts in Debian/Ubuntu.
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689205
2013-07-18 20:24:36 +02:00
Abs62
89755f8c09
Refactor work with RTL languages in word search list and history list
2013-07-06 19:31:31 +04:00
Timon Wong
cf71499242
Add "DISABLE_INTERNAL_PLAYER" to .pro as an option to disable internal audio player (issue #356 )
2013-06-18 09:12:31 +08:00
Tvangeste
3c72be49a2
Switching to 1.5.0 version
2013-06-06 15:39:06 +02:00
Timon Wong
0e8fcd7c12
Win-Specific: Embed appropriate manifest.
...
* Fix native look & feel for print dialog, as a side effect.
2013-06-05 00:33:44 +08:00
Timon Wong
329aa02f93
Add "Inspect" action to context menu
...
* The "Inspect" action will bring up web inspector from WebKit.
* Restorable inspector window geometry.
2013-05-30 10:18:28 +08:00
Abs62
7669d4f788
Dsl: Handle SVG images
2013-05-25 16:07:49 +04:00
Timon Wong
61f24d7cd6
Win-specific: Remove unused `winmm' from import libraries
2013-05-10 00:08:54 +08:00
Tvangeste
a5e71de63a
Mac-specific: Fix the shadow build
2013-05-07 01:22:43 +02:00
Julian Depetris Chauvin
5d0e2d7550
Mac-specific: update project file to use GD custom ffmpeg/libao libraries. Set script to executable mode.
2013-05-08 07:47:28 -03:00
Abs62
882dd57781
Mac-specific: Implement text-to-speech feature under Mac OS X
2013-05-07 17:39:35 +04:00
Tvangeste
3785663f9f
Mac OS: adjust the pro file to be able to build with brew
...
But we still need the proper universal libraries.
2013-05-05 14:04:24 +02:00
Timon Wong
c4752eb14c
Add internal audio player(ffmpeg/libav + libao).
...
* phonon, bass, playsound are removed.
2013-05-05 18:22:12 +08:00
Abs62
0fb8eed553
Win-specific: Add volume and rate tuning for TTS, fix some errors
2013-04-26 17:41:39 +04:00