Luis Ángel San Martín
310b9e602b
Trim comic vine api key to avoid problems with white spaces.
2018-02-26 14:51:38 +01:00
Luis Ángel San Martín
5e394f843d
Merged in Anon789/yacreader-3/Anon789/correction-in-the-text-other-inaccuracie-1519042219537 (pull request #65 )
...
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.
Approved-by: Luis ?ngel San Mart?n <luisangelsm@gmail.com>
2018-02-19 18:41:51 +00:00
Anon789
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
Luis Ángel San Martín
91dfe9250b
Update CHANGELOG.
2018-02-18 10:37:24 +01:00
Luis Ángel San Martín
a51892c545
Update mktarball version number.
2018-02-18 10:37:14 +01:00
Luis Ángel San Martín
fcde28ef03
Update translation files.
2018-02-18 09:36:54 +01:00
Luis Ángel San Martín
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
Anon789
d3c8bd9349
Update russian translation.
2018-02-17 05:33:27 +00:00
Luis Ángel San Martín
5aa0b01f8a
merged.
2018-02-15 19:33:24 +01:00
Luis Ángel San Martín
870b99d0a9
Update translation files.
2018-02-15 19:32:24 +01:00
Luis Ángel San Martín
5a9dc26e82
Merged part of the new Russian translation.
2018-02-15 19:17:49 +01:00
Felix Kauselmann
959798ab23
Buildsystem: disable coverflow for ARM targets
2018-02-11 18:59:50 +01:00
Felix Kauselmann
85a500344c
require at least Qt 5.6 in docs
2018-02-08 20:13:35 +01:00
Felix Kauselmann
5ae60f7bbe
Warn if Qt < 5.6 is used for compilation (minium requirement for qml components)
2018-02-08 19:09:38 +01:00
Felix Kauselmann
d1238bd22c
Update install instructions
2018-01-17 21:09:11 +01:00
Felix Kauselmann
b87d5180c4
Don't try to set default pdf backend if CONFIG=no_pdf is set
2018-01-13 10:28:09 +01:00
Felix Kauselmann
40962f753b
Skip dependency checks in yacreaderlibraryserver if qmake isn't build with pkg-config support
2018-01-13 10:26:24 +01:00
Felix Kauselmann
49f670fe96
Improve qmake checks for pdf backends (poppler, pdfium, pkg-config fallback)
2018-01-13 10:05:27 +01:00
Felix Kauselmann
fd3d54449e
Fix unarr detection on Linux systems that use qmake without pkg-config support
2018-01-12 20:03:29 +01:00
Felix Kauselmann
76b1020768
Update changelog
2018-01-09 20:16:15 +01:00
Felix Kauselmann
10fe267176
Restrict pdf page size to 3840x3840 to avoid OOM on bad pdf documents
2018-01-09 20:06:44 +01:00
Felix Kauselmann
e935281b47
Pdfium isn't threadsafe? Pdfium gets mutexed!
2018-01-08 14:39:26 +01:00
Felix Kauselmann
760c1b3847
Merged luisangelsm/yacreader/develop into develop
2018-01-06 11:49:15 +01:00
Luis Ángel San Martín
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
Luis Ángel San Martín
90754baa79
Clear pagesEmited in Render to avoid reusing them when a new comic has been opened.
2018-01-06 08:55:56 +01:00
Luis Ángel San Martín
4e0d2644fb
Don't emit pageAvailable unless it is available.
2018-01-06 08:54:44 +01:00
Luis Ángel San Martín
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
Luis Ángel San Martín
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
Luis Ángel San Martín
c766fedd45
Add a method to ExtractDelegate for querying if the extraction has been cancelled.
2018-01-06 07:41:27 +01:00
Felix Kauselmann
7fb2f1a8ff
Merged luisangelsm/yacreader/develop into develop
2018-01-04 15:26:31 +01:00
Felix Kauselmann
6ab0ae0315
Improve systemd instructions for yacreaderlibraryserver
2018-01-03 20:45:24 +01:00
Felix Kauselmann
184cd43257
Set application icons for X11 based systems
2018-01-03 20:20:51 +01:00
Luis Ángel San Martín
3fce9b346e
Check gl context before deleting defaultTexture in flow_gl.
2018-01-03 16:44:45 +01:00
Luis Ángel San Martín
936dd63d4c
Wait for all threads to finish rendering before deleting the filters, otherwise any PageRender could try to use a filter after deleting it.
...
This is clear example of the risks of sharing raw pointers, the code should be using share_ptr.
2018-01-03 16:44:10 +01:00
Felix Kauselmann
8f886661c6
Merged luisangelsm/yacreader/develop into develop
2018-01-03 10:32:06 +01:00
Luis Ángel San Martín
da8856d271
Update CHANGELOG.
2018-01-02 21:14:23 +01:00
Luis Ángel San Martín
7e106aedd9
Fix crash on exit in YACReader. The problem was the default texture in the flow being deleted more than once.
2018-01-02 21:12:32 +01:00
Luis Ángel San Martín
c490e48c00
New Info.plist for YACReader in macos, it should fix the "open with" problem.
2017-12-29 10:35:45 +01:00
Luis Ángel San Martín
13922591be
Fix pdf_backend.pri in macos.
2017-12-29 08:12:02 +01:00
Felix Kauselmann
1c232b0549
Merged luisangelsm/yacreader/develop into develop
2017-12-11 11:00:52 +01:00
Luis Ángel San Martín
7ee67a4472
Fix break lines.
2017-11-26 09:18:40 +01:00
Luis Ángel San Martín
c1d4e0076d
Add sytemctl service instructions for running yacreaderlibraryserver.
2017-11-26 09:16:32 +01:00
Luis Ángel San Martín
64e8f2700b
Fix corrupted invalid png. Qt was having problems to pack/show this image and QtCreator complained when I tried to open it.
2017-11-21 20:57:57 +01:00
Felix Kauselmann
3f1b1f620b
Fix typo in icon path
2017-11-21 11:45:10 +01:00
Felix Kauselmann
28a6939a01
svg icons for Linux
2017-11-21 11:01:31 +01:00
Luis Ángel San Martín
a90528e579
Comic updates from a local client have to be processed in the main thread so the UI gets updated inmediatly.
2017-11-20 21:44:00 +01:00
Luis Ángel San Martín
b60c0e523c
Fix sorting in siblings calculation, it is the name (file name) not the title.
2017-11-20 21:38:07 +01:00
Luis Ángel San Martín
d5f167b670
Don't set the window icon, let windows use the app icon.
2017-11-20 21:37:26 +01:00
Luis Ángel San Martín
31ba1275d3
Update app icons for YACReader and YACReaderLibrary in Windows.
2017-11-20 19:43:48 +01:00
Luis Ángel San Martín
455509f2b8
Merged in selmf/yacreader/develop (pull request #56 )
...
Fixes for Qt 5.3 and Haiku
2017-11-19 09:10:46 +00:00