Commit Graph

2491 Commits

Author SHA1 Message Date
5a5563a234 Correction in the text, other inaccuracies in the translation, update of the Russian language. This version of translation now looks much better than the last one. 2018-02-19 12:10:29 +00:00
09c8125f87 Merge default branch 2018-02-18 17:17:14 +01:00
fc454a81a3 Fix builds with CONFIG+=no_opengl 2018-02-18 15:02:51 +01:00
441aa4fb95 Fix compilation for AARCH* 2018-02-18 14:54:46 +01:00
db35fe1013 Fix library detection for linux systems that don't provide pkg-config support in qmake. 2018-02-18 11:57:48 +01:00
5171f87a39 Added tag 9.0.0 for changeset 47737c3cd929 2018-02-18 10:38:07 +01:00
9f3dd1803b Merge 9.0.0 2018-02-18 10:37:52 +01:00
91dfe9250b Update CHANGELOG. 2018-02-18 10:37:24 +01:00
a51892c545 Update mktarball version number. 2018-02-18 10:37:14 +01:00
2a136e3ea3 Merge - 9.0.0 release 2018-02-18 10:35:24 +01:00
fcde28ef03 Update translation files. 2018-02-18 09:36:54 +01:00
929c99d735 Merged in Anon789/yacreader-2/Anon789/update-russian-translation-1518845600696 (pull request #63)
Update russian translation.

Approved-by: Luis ?ngel San Mart?n <luisangelsm@gmail.com>
2018-02-18 08:17:37 +00:00
1815ba64a1 YACReaderLibrary: Add a tray icon 2018-02-17 13:40:04 +01:00
d3c8bd9349 Update russian translation. 2018-02-17 05:33:27 +00:00
afab73cbc6 YACReader: Port commandline to QCommandLineParser 2018-02-16 15:31:32 +01:00
9103ee0c0c YACReaderLibrary: Add a barebone commandline parser 2018-02-16 15:26:33 +01:00
218f34bf75 YACServer: add help for start command 2018-02-16 15:23:13 +01:00
31c1b95319 Don't use QCoreApplication as a pointer when it can be avoided 2018-02-16 15:16:14 +01:00
5aa0b01f8a merged. 2018-02-15 19:33:24 +01:00
870b99d0a9 Update translation files. 2018-02-15 19:32:24 +01:00
5a9dc26e82 Merged part of the new Russian translation. 2018-02-15 19:17:49 +01:00
f9ed9b19b5 Code cleanup for main.cpp files
Remove ancient OS detection code, unneeded includes and ugly workarounds.
2018-02-12 22:30:19 +01:00
601e70fc85 merge develop 2018-02-12 21:41:46 +01:00
959798ab23 Buildsystem: disable coverflow for ARM targets 2018-02-11 18:59:50 +01:00
85a500344c require at least Qt 5.6 in docs 2018-02-08 20:13:35 +01:00
5ae60f7bbe Warn if Qt < 5.6 is used for compilation (minium requirement for qml components) 2018-02-08 19:09:38 +01:00
d99a6cb44f YACReaderLibraryServer: Add help text for 'list-libraries' command 2018-01-28 20:19:30 +01:00
efaccfe9af Headless server: remove redundant argument parsing 2018-01-28 13:56:27 +01:00
660f711cd8 Headless server: no need to create a fresh parser for every option 2018-01-28 13:34:52 +01:00
2cbbf8d433 Headless server: simplify system config logger 2018-01-28 13:32:56 +01:00
d1238bd22c Update install instructions 2018-01-17 21:09:11 +01:00
b87d5180c4 Don't try to set default pdf backend if CONFIG=no_pdf is set 2018-01-13 10:28:09 +01:00
40962f753b Skip dependency checks in yacreaderlibraryserver if qmake isn't build with pkg-config support 2018-01-13 10:26:24 +01:00
49f670fe96 Improve qmake checks for pdf backends (poppler, pdfium, pkg-config fallback) 2018-01-13 10:05:27 +01:00
fd3d54449e Fix unarr detection on Linux systems that use qmake without pkg-config support 2018-01-12 20:03:29 +01:00
0b52310089 Merged in apollo2k4/yacreader/apollo2k4/update-russian-translation-need-to-subtr-1515429169911 (pull request #58)
Update russian translation. Need to subtract and to bring the terminology to a common denominator

Approved-by: Luis ?ngel San Mart?n <luisangelsm@gmail.com>
2018-01-09 20:41:13 +00:00
76b1020768 Update changelog 2018-01-09 20:16:15 +01:00
10fe267176 Restrict pdf page size to 3840x3840 to avoid OOM on bad pdf documents 2018-01-09 20:06:44 +01:00
f2a356fc70 Update russian translation. Need to subtract and to bring the terminology to a common denominator 2018-01-08 16:32:56 +00:00
e935281b47 Pdfium isn't threadsafe? Pdfium gets mutexed! 2018-01-08 14:39:26 +01:00
760c1b3847 Merged luisangelsm/yacreader/develop into develop 2018-01-06 11:49:15 +01:00
036dc454c6 Fix Info.plist for YACReader.
CFBundleTypeRole was missing for all the supported types. The LSItemContentType for pdf should be com.adobe.pdf.
2018-01-06 09:19:41 +01:00
90754baa79 Clear pagesEmited in Render to avoid reusing them when a new comic has been opened. 2018-01-06 08:55:56 +01:00
4e0d2644fb Don't emit pageAvailable unless it is available. 2018-01-06 08:54:44 +01:00
103f8caae5 Add cancellation support to CompressedArchive (unarr).
This will let threads end quickly when a comic opening is interrupted.
2018-01-06 07:54:57 +01:00
a516fb1df4 Implement the new ExtractDelegate method in FileComic,
If the comic has been invalidated the extraction should stop.
2018-01-06 07:52:55 +01:00
c766fedd45 Add a method to ExtractDelegate for querying if the extraction has been cancelled. 2018-01-06 07:41:27 +01:00
7fb2f1a8ff Merged luisangelsm/yacreader/develop into develop 2018-01-04 15:26:31 +01:00
6ab0ae0315 Improve systemd instructions for yacreaderlibraryserver 2018-01-03 20:45:24 +01:00
184cd43257 Set application icons for X11 based systems 2018-01-03 20:20:51 +01:00