Commit graph

766 commits

Author SHA1 Message Date
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
Denis Loginov a91def88b7 Build Mac binary based on the host arch. 2011-08-15 10:35:57 -04:00
Konstantin Isakov 0c095dbeaf Merge pull request #40 from dinvlad/master
Corrections for building on Mac OS X.
2011-08-14 23:34:23 -07:00
Denis Loginov ff4a88fba8 Corrections in goldendict.pro for Mac OS X (reduced dependencies on external libs/headers). 2011-08-14 20:46:51 -04:00
Konstantin Isakov 76302e0408 Merge pull request #39 from dinvlad/master
Modified goldendict.pro for Mac OS X
2011-08-14 13:19:03 -07:00
Denis Loginov b24b050849 Minor correction: modified goldendict.pro so that it ignores any extra libs installed on the system via Brew/Macports/etc and uses only built-in libs and the ones provided in the 'maclibs' folder.
Signed-off-by: Denis Loginov <dloginov@mit.edu>
2011-08-14 16:04:27 -04:00
Konstantin Isakov 4dde9a9814 Merge pull request #36 from dinvlad/master
Tested in both 32- and 64-bit modes!
2011-08-07 18:25:39 -07:00
Denis Loginov a82a96e6af Added full support for both 32- and 64-bit Intel Macs.
The universal binary is now built seamlessly with 'Cocoa: Mac binary package for Mac OS X 10.5-10.6' (works in 10.7 as well).

Signed-off-by: Denis Loginov <dinvlad@gmail.com>
2011-08-07 21:04:53 -04:00
Konstantin Isakov 2602a03cdf Merge pull request #34 from dinvlad/master
Added support for Mac OS X
2011-08-07 01:27:30 -07:00
Denis Loginov ee966c4d2d Added precompiled third-party libraries
and their header files necessary to build
GoldenDict on 64-bit Intel Macs.
Included program icon into application package.
Minor code clarification in keyboardstate.cc
2011-08-07 04:13:20 -04:00
Denis Loginov b1553ccc75 Added MAC OS X support and updated program icon from the old project wiki for better looks in Dock etc. Scan popup and hotkeys are not supported. The program is tested on Snow Leopard and Lion. Works with the default system libraries.
Signed-off-by: Denis Loginov <dinvlad@gmail.com>
2011-08-06 14:39:16 -04:00
Konstantin Isakov 078889dd63 Fix problem with the initial empty untitled page having garbled encoding (affecting the translated page title). 2011-08-01 23:50:15 -07:00
Julian Depetris Chauvin a7cb431c72 Clicking on "...." in the article view's context menu opens the Results Navigation Pane (if closed and is not popup window), focuses on the next dictionary entry on it and scrolls to the next dictionary in the article view. If user is using the popup window it just scrolls to the next dictionary. 2011-07-30 21:11:07 -03:00
Julian Depetris Chauvin 778a288297 Fix sync between currently active article and the "found in dictionaries" pane for web dictionaries. 2011-07-30 17:28:24 -03:00
Julian Depetris Chauvin eeb1a07343 Fix English lines and translations that depend on them 2011-07-30 14:20:11 -03:00
Julian Depetris Chauvin 72c7669081 Update Argentinian Spanish translation 2011-07-30 14:06:56 -03:00
Abs62 c5693dfa35 Fix crash when UI Automation interface in absent in system 2011-07-30 17:09:09 +04:00
Abs62 a815716810 Add some checks into scan libraries 2011-07-30 14:34:47 +04:00
Abs62 69e0e3806b Update Russian translation 2011-07-30 14:33:24 +04:00
Tvangeste 7d2b6f5893 provide %GDBIG5% for websites 2011-07-30 10:28:30 +02:00
Konstantin Isakov f65c98c8e1 Merge pull request #26 from Abs62/master
Improvements in scan popup functionality. Now it can work with Internet Explorer 9.
2011-07-29 19:47:54 -07:00
Abs62 a11774483d Move some checks from ScanPopup into MouseOver 2011-07-28 17:04:06 +04:00
Abs62 68c80f48b2 Some simplification and cleanup 2011-07-27 16:47:29 +04:00
Konstantin Isakov 0ac016c134 Update Italian translation. 2011-07-26 21:35:27 -07:00
Konstantin Isakov 2b2ab69d7e Update Bulgarian translation. 2011-07-26 21:33:24 -07:00
Konstantin Isakov 5b9fc5da31 Merge branch 'master' of github.com:goldendict/goldendict 2011-07-26 21:31:23 -07:00
Konstantin Isakov 004f9f9a36 Don't attempt adding very large words into index, they are usually a sign of malformed dictionary and can consume huge amount of resources. 2011-07-26 21:26:59 -07:00
Abs62 f20b046229 Move scan popup extra technologies selection to "Advanced" tab in Preferences 2011-07-23 15:32:15 +04:00
Tvangeste d49e3c4d9b added some *.dll and *.a files to gitignore 2011-07-23 13:08:52 +02:00
Abs62 3ae6add49c Adjust program code and project file to new libraries 2011-07-19 22:36:04 +04:00