Commit graph

1195 commits

Author SHA1 Message Date
Abs62 f8151aa338 XDXF support - some improvements 2012-01-25 20:35:00 +04:00
Konstantin Isakov da669c7edd Turkish translation update. 2012-01-24 21:48:07 -08:00
Abs62 af53018709 XDXF dictionaries format support 2012-01-24 16:55:28 +04:00
Abs62 c9192acef4 Win-specific: ScanPopup in 64-bit applications 2012-01-24 16:39:23 +04:00
Konstantin Isakov fa60062fa4 Ignore empty lines between the list of headwords in Dsl files, as that's what Lingvo does as well. 2012-01-23 21:01:02 -08:00
Konstantin Isakov 0ab5ae44a7 Fix a problem with zip archive indexing where files with similar names could clash. 2012-01-23 20:59:16 -08:00
Konstantin Isakov d5e03ae635 Merge pull request #71 from thanhliem/master
Fix wiki's audio playing (replace for https://github.com/goldendict/goldendict/pull/60)
2012-01-14 00:35:08 -08:00
vtliem 56bd0baa23 @https://github.com/goldendict/goldendict/pull/71#commitcomment-850734 2012-01-11 21:14:16 +09:00
vtliem 8df4179c6a fix wiki's audio playing 2012-01-09 22:48:27 +09:00
Abs62 6199fd3bb5 Win-specific: Correct some check condition in scan libraries. Fix issue #66. 2011-12-30 14:13:19 +04:00
Julian Depetris Chauvin 4570335282 Add Bolivian Spanish translation by Amos Batto. 2011-12-26 07:53:45 -03:00
Julian Depetris Chauvin 987f0e0876 Add Quechua translation by Amos Batto. Add Wiphala flag for Aymara and Quechua. Use "qu_WI.ts" instead of "qu_BO.ts" so GoldenDict uses the Wiphala flag and not the flag of Bolivia. 2011-12-25 22:13:26 -03:00
Abs62 e0d21d6b03 Add patched libgcc_s_dw2-1.dll. Fix multithread exception handling. 2011-12-22 18:56:00 +04:00
Abs62 3975cd0082 Win-specific: Small optimization in scan libraries 2011-12-18 15:48:24 +04:00
Julian Depetris Chauvin a5cb580aee Merge branch 'pt-translation' into official 2011-12-17 20:27:29 -03:00
Julian Depetris Chauvin 96dc324ba0 Update Brazilian Portuguese translation by MCHAL 2011-12-17 20:26:29 -03:00
Abs62 0c7a92029b Win-specific: Fix some crashes in scan libraries 2011-12-17 01:15:33 +04:00
Abs62 5e49c32b53 Add request cancellation 2011-12-12 20:52:07 +04:00
Abs62 07a8734bca Remove unused variable 2011-12-12 17:19:15 +04:00
Konstantin Isakov 06ac00018f Fix a problem in the Lithuanian translation. 2011-11-30 15:53:10 -08:00
Konstantin Isakov 58d72c3888 Update Lithuanian translation. 2011-11-27 18:19:37 -08:00
MCHALAO 79dc1c8b3e Update locale/pt_BR.ts 2011-11-22 13:03:56 -02:00
Konstantin Isakov a50b32e07b Lupdate (add new strings to) all translations. 2011-11-21 22:41:34 -08:00
Abs62 fa6a856ed5 Fix hotkeys registration under Windows 2011-11-17 17:01:42 +04:00
Abs62 30763a2d03 Update russian translation 2011-11-16 17:03:42 +04:00
Abs62 bd90b5368b Add translation of the word from command line 2011-11-16 17:02:56 +04:00
Abs62 9a1ceff5d8 1. Add button to scan popup window to send translated word into main window
2. Add option to use main window instead of scan popup window
2011-11-16 16:52:25 +04:00
Konstantin Isakov 35c103cd0b Add Turkish translation. 2011-11-13 00:48:47 -08:00
Abs62 1d399aabc8 Win-specific: Add check for existence of "Application Data/GoldenDict" folder in user home folder 2011-10-30 12:13:17 +04:00
Abs62 9825750236 Win-specific: Use "%APPDATA%" instead of "Application Data" for home folder 2011-10-28 18:36:21 +04:00
Abs62 8c056589e9 Fix Wikipedia images loading 2011-10-22 15:52:52 +04:00
Abs62 34377a128a Merge pull request #48 from Abs62/master
Use file names in UTF-8. Fix issue #30.
2011-10-22 04:42:48 -07:00
Julian Depetris Chauvin 8e57f9937b Added zdenop to the credits for Slovak translation 2011-10-17 19:25:05 -03:00
Julian Depetris Chauvin f8cb806569 Slovak translation by zdenop 2011-10-15 21:06:14 -03:00
Abs62 fa7247100a Scan libraries: fix long strings handling 2011-09-30 14:04:53 +04:00
chulai dafed89b90 Merge pull request #50 from dinvlad/master
Finalized support for Mac OS X >= 10.4 and PPC-32/Intel-32/Intel-64
2011-09-24 08:51:42 -07:00
Denis Loginov bbaa6adf4d Finalized goldendict.pro file changes. 2011-09-23 20:12:34 -04:00
Denis Loginov 6140ff5615 Added comment about PowerPC support and the build environment
needed for it.
2011-09-23 17:11:25 -04:00
Denis Loginov 99ba491f82 Introduced support for PPC arch on Mac OS X.
Signed-off-by: Denis Loginov <dloginov@mit.edu>
2011-09-23 14:57:29 -04:00
chulai b21a3e2e8f Merge pull request #49 from dinvlad/master
Improved support for Mac OS X. Tested. Build and run successfully under Windows, Ubuntu and Mac OS.
2011-09-22 05:31:21 -07:00
Denis Loginov 84654cc061 Reverted to dynamic lib model and reduced dependencies on system libs even further. 2011-09-18 22:26:50 -04:00
Denis Loginov bcdd62c15a Removed some dependencies on system libs in Mac OS X. 2011-09-17 23:40:45 -04:00
Denis Loginov cf00c1096b Improved support for Mac OS X:
1) Application now builds correctly for both 
   x86 and x86_64 architectures on Mac OS X 10.6 and 10.7
   thanks to fixes in iconv.h
2) The 'unix' branch in goldendict.pro is skipped for Mac now.
3) The sluggishness of scrolling is gone after setting Qt
   graphics system to "raster" at the application launch.

Signed-off-by: Denis Loginov <dinvlad@gmail.com>
2011-09-17 06:28:50 -04:00
Abs62 2763b74635 Use file names in UTF-8. Fix issue #30. 2011-09-09 16:05:28 +04:00
Tvangeste 8b5512123f corrected FSF address 2011-09-08 19:16:24 +02:00
Konstantin Isakov 52fe50c7fc Merge pull request #31 from chulai/issue-31
Regression:  Can't go up and down the list of suggestions
2011-09-07 21:19:12 -07:00
Julian Depetris Chauvin f5cd150201 Regression: Fix "can't go up/down the list of suggestions" bug introduced while fixing "sync between currently active article and the 'found in dictionaries' pane for web dictionaries" bug. See other focusReasons at http://doc.qt.nokia.com/4.7-snapshot/qt.html#FocusReason-enum 2011-09-03 11:45:43 -03:00
Julian Depetris Chauvin e362b4d2ca ignore goldendict.app directory
Signed-off-by: Julian Depetris Chauvin <jdepetris@gmail.com>
2011-08-21 19:31:07 -03:00
Julian Depetris Chauvin 2e284057ff Resolve compilation issue with time_t on OS X 10.6 Snow Leopard 32-bit. Additionally tested on Win 7 and Ubuntu 11.04. Thanks strannik! 2011-08-21 18:53:24 -03:00
Konstantin Isakov 0138805fd9 Merge pull request #41 from dinvlad/master
Build Mac binary based on the host arch.
2011-08-16 19:14:41 -07:00