Commit graph

1941 commits

Author SHA1 Message Date
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
Tvangeste 47c4646642 Fixed #359: Crash on Xubuntu 13.04 x64 due to XGrabKey 2013-07-19 15:22:40 +02:00
Tvangeste ba1f38b974 Automatically add installed opendict dictionaries (/usr/share/opendict) 2013-07-18 20:24:36 +02:00
Tvangeste af0fceb7f1 Preconfigure goldendict-wordnet path (patch by Dmitry E. Oboukhov) 2013-07-18 20:24:36 +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
Tvangeste bf495a4eb7 Remove 'Applications' category from desktop file (patch by Dmitry E. Oboukhov) 2013-07-18 20:24:36 +02:00
Tvangeste 234943de18 State the minimal required Qt version: 4.5 2013-07-18 16:09:13 +02:00
Tvangeste 99526b98d3 Fix compilation errors on Qt 4.5 2013-07-18 15:02:39 +02:00
Tvangeste 0db2ae6e57 Another Qt 4.6 build fix 2013-07-17 23:43:35 +02:00
Tvangeste 4980ffcbc0 Fixed a build failure with Qt 4.6 and older 2013-07-17 23:08:33 +02:00
Abs62 7d8ce1233e Fix compilation with Qt 4.7 (issue #371) 2013-07-17 18:25:09 +04:00
Tvangeste a3f856a4d7 Fixed #370: Build error when DISABLE_INTERNAL_PLAYER=1 2013-07-17 08:31:46 +02:00
Abs62 1dd5bd2eb2 A little refactor of find of language writing direction 2013-07-16 18:23:42 +04:00
Abs62 4539323177 Handle RTL sentences on "Not found" page 2013-07-16 17:59:56 +04:00
Tvangeste 699209c056 Merge pull request #369 from quendimax/master
Update belarusian translation
2013-07-14 14:07:30 -07:00
Maksim Tomkowicz 71ada9f77d Update belarusian translation 2013-07-14 21:24:11 +03:00
Abs62 471e26dfde Some more support for RTL languages in articles 2013-07-14 19:37:38 +04:00
Abs62 0e5a26cb02 Additional detection for text direction in plain text articles 2013-07-13 15:24:58 +04:00
Tvangeste e79efbd454 Linux: Use better and bigger (256x256) icon for GoldenDict.desktop file
The end result on Ubunutu looks MUCH, MUCH better compared to the
ugly 24x24 icon we had previously.
2013-07-11 22:30:47 +02:00
Tvangeste af82c1d0b6 README: Add missing dependencies
Git and libqtwebkit-dev are listed now explicitly.
2013-07-11 22:15:47 +02:00
Tvangeste 44a7687d6c Move Android's icon.svg to icons folder 2013-07-10 23:57:35 +02:00
Tvangeste 954bc5dd13 Added an alternative GoldenDict icon, under GPLv2+. The icon is not yet used.
The plan is to use it at least in Ubuntu, it looks nice there.

See #183.
2013-07-10 23:55:21 +02:00
Abs62 c1cfbae60e Enhanced support for RTL languages in articles 2013-07-10 17:48:09 +04:00
Tvangeste e80d3aa1bb README: Use qmake-qt4 instead of qmake 2013-07-09 11:07:27 +02:00
Tvangeste 09e2fb0425 Merge pull request #367 from AlexandroCasanova/patch-2
Update pt_BR.ts
2013-07-08 10:02:08 -07:00
Alexandro Casanova ffbf74cccc Update pt_BR.ts
Again, now translated by current github source code.
2013-07-08 12:15:00 -03:00
Abs62 4af2d43dd2 DSL: Strip comments "{{...}}" when reading file 2013-07-07 14:48:37 +04:00
Abs62 7e7adaf7c0 Refactor show dictionary info in "Groups" tab 2013-07-07 12:09:46 +04:00
Abs62 5ca8279045 RTL languages support for tab and main window header and article context menu 2013-07-07 01:45:13 +04:00
Tvangeste 27c4bf7d30 Properly handle non-normalized unicode headwords
With that change users should be able to search headwords in
any form. For example:

U+03B5 GREEK SMALL LETTER EPSILON and U+0301 COMBINING ACUTE ACCENT

is considered equal to

U+03AD GREEK SMALL LETTER EPSILON WITH TONOS

And no matter in what form the headword is provided in the dictionary, users will be able to find it,
even using the different form.
2013-07-06 20:18:43 +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 23df3d41bb Update libhunspell lib for mingw4.8 2013-07-06 22:12:24 +08:00
Abs62 f202cb422e A little improvement in plain text converting for RTL languages 2013-07-05 17:14:57 +04:00
Timon Wong 91f994950d Qt 5.1 support (Windows MinGW 4.8) 2013-07-05 18:10:11 +08:00
Timon Wong 01ef08a709 Merge branch 'master' into qt4x5 2013-07-05 17:03:57 +08:00
Tvangeste 3f573a1f65 Merge pull request #361 from Ibragimov/master
Tajik Translation Updated
2013-07-04 13:47:11 -07:00
Victor Ibragimov 6df125c6fa Tajik Translation Updated
Tajik Translation Updated
2013-07-04 23:22:28 +05:00
Tvangeste 3c5ce36231 Simplify MainWindow::getCurrentArticleView() 2013-07-04 18:05:49 +02:00
Tvangeste 37a684f8cb Aard: Minor refactoring after code review 2013-07-04 18:00:37 +02:00
Tvangeste 6a20b9765a Aard: Better isolate the cards from each other; protect against broken HTML 2013-07-04 16:00:07 +02:00
Tvangeste d9bcb2ea43 Follow-up to the previous fix: span->div 2013-07-03 16:45:23 +02:00
Tvangeste f0a122e740 DSL: properly handle [m] tag
In short, [m] = [m0].
2013-07-03 16:00:56 +02:00
Timon Wong 80b462b0fa Merge pull request #360 from virtualtam/master
Updated French translation
2013-07-02 17:58:03 -07:00
VirtualTam 63895c8358 Updated French translation 2013-07-03 00:21:32 +02:00
Tvangeste 23f94c584f Jump to article when double-clicking on dictinary in "Found in Dictionaries"
This forces the jump even when the dictionary is already a current/active dictionary.
This is convenient for the following use-cases:

1. User manually scrolls far away from the current dictionary and would like to return.
2. User jumps far away from the current dictionary when doing search (Ctrl+F).
3. User scrolls a huge article and would like to get back to the beginning of it.
2013-06-28 18:00:13 +02:00