Luis Ángel San Martín
14f1609ffa
Merge pull request #43 from mytskine/fix-gcc8-warnings-develop
...
Fix gcc8 warnings
2019-04-19 16:56:56 +02:00
François Gannaz
35bb3b553f
bug: 'else' without braces but several lines indented ( #41 )
...
* bug: 'else' without braces but several lines indented
* always set previousIndex in Render::updateBuffer()
As discussed in #41 , the previous index was meant to be
updated in every case, but the faulty indentation
suggested another behavior.
2019-04-03 20:43:27 +00:00
François Gannaz
5ad0e293ac
typecast comparison from unsigned to int
2019-04-01 11:23:33 +02:00
François Gannaz
f9d6667461
typecast comparison in Render::nextPage
2019-04-01 09:27:09 +02:00
François Gannaz
9dbfabc05f
fix ambigous 'else' in Render::load
2019-04-01 09:25:12 +02:00
François Gannaz
560bcf7f32
reorder initialization of Render
2019-04-01 09:22:46 +02:00
François Gannaz
a8677553b7
reorder initialization of PageRender
2019-04-01 09:18:49 +02:00
François Gannaz
06a36bfa40
reorder initialization of Viewer::Viewer
2019-04-01 09:16:09 +02:00
Luis Ángel San Martín
9321d864db
Fixed sending read progress.
2018-10-06 11:12:44 +02:00
Felix Kauselmann
ab96056b0e
Normalize line endings
...
Normalize the line endings for a bunch of files previously not covered
by .gitattributes.
2018-08-07 11:09:02 +02:00
Felix Kauselmann
d5a11fb16b
Add .gitattributes rules for text and binary handling
2018-07-30 15:04:04 +02:00
Felix Kauselmann
1fbf1195b9
Fix YACReader build for Qt <= 5.7
2018-07-01 14:39:46 +02:00
Luis Ángel San Martín
6538d418c7
Update translations.
2018-06-16 08:28:50 +02:00
toto
0b552bc726
Translate
...
French translation
2018-06-14 22:35:34 +02:00
Luis Ángel San Martín
1a91206a2d
Merge branch 'develop' into 9.5.0_bugfixes
2018-05-31 18:12:52 +02:00
Luis Ángel San Martín
9cc4f65fc8
Use older api currentSecsSinceEpoch was introduced in Qt 5.8
2018-05-28 21:18:11 +02:00
Felix Kauselmann
0cc6b3bcf7
SendComic: Connect finished signal to deleteLater slot BEFORE the finished
...
signal is emitted so it is actually processed and we don't get dangling pointers.
Use modern signal slot syntax so that the compiler and source check tools can
verify we actually fixed the problem.
2018-05-26 12:43:03 +02:00
Luis Ángel San Martín
5c876e6785
Make YACReader send info for the next comic.
...
Now we can set the next comic as reading.
2018-05-20 17:43:28 +02:00
Luis Ángel San Martín
c97bc6ef88
Fix determining if we are in double page or not.
2018-05-20 17:39:08 +02:00
Luis Ángel San Martín
c9f703b6f7
Revert "Fixed wrong index asigned to current page from the viewer"
...
This reverts commit 26fdb5a303
.
2018-05-20 15:19:48 +02:00
Luis Ángel San Martín
82cfdfdf30
YACReader should be dummy about has been opened.
...
It should only send back information, hasBeenOpened will be set in YACReaderLibrary depending on various factors.
2018-05-20 14:43:19 +02:00
Luis Ángel San Martín
26fdb5a303
Fixed wrong index asigned to current page from the viewer
2018-05-20 14:40:07 +02:00
Luis Ángel San Martín
932910d0a9
Fix memory leak, comics need to be in the right thread before deleting them.
2018-04-24 21:01:38 +02:00
Luis Ángel San Martín
040664d3ba
Backout changeset c42e71e42d7968ddb6c63fd39011669503b9122c
2018-04-24 20:53:48 +02:00
Luis Ángel San Martín
b41884d5db
Merge
2018-04-14 10:24:19 +02:00
Felix Kauselmann
6313df5407
Make BINDIR, DATADIR and LIBDIR fully configurable
2018-03-11 09:40:30 +01:00
Felix Kauselmann
e1af8fa35e
Merge develop
2018-03-10 11:49:29 +01:00
Luis Ángel San Martín
aca67f2b2a
merged - develop
2018-03-03 23:36:29 +01:00
Luis Ángel San Martín
2f6c968302
Merged in Anon789/yacreader-4/Anon789/yacreader_ruts-correcting-errors-in-wor-1519495902252 (pull request #66 )
...
yacreader_ru.ts
Approved-by: Luis ?ngel San Mart?n <luisangelsm@gmail.com>
2018-03-03 14:53:02 +00:00
Anon789
7860a9b51f
yacreader_ru.ts edited online with Bitbucket
2018-02-26 12:38:46 +00:00
Anon789
cbd5c0acc5
Translation into Russian is completed by 100% In the future there will be only correction of errors, inaccuracies of translation and other improvements in appearance.
2018-02-25 15:59:46 +00:00
Anon789
dd381df7b7
yacreader_ru.ts
...
Correcting errors in words and their meanings. Update the Russian language. Now look better.
2018-02-24 18:11:53 +00:00
Felix Kauselmann
cc72d30f5b
Remove thread pingpong
2018-02-20 11:16:47 +01:00
Felix Kauselmann
251dede93d
Remove obsolete QGLWidget based cover flow
2018-02-19 14:36:58 +01:00
Felix Kauselmann
09c8125f87
Merge default branch
2018-02-18 17:17:14 +01:00
Felix Kauselmann
fc454a81a3
Fix builds with CONFIG+=no_opengl
2018-02-18 15:02:51 +01:00
Luis Ángel San Martín
2a136e3ea3
Merge - 9.0.0 release
2018-02-18 10:35:24 +01:00
Felix Kauselmann
afab73cbc6
YACReader: Port commandline to QCommandLineParser
2018-02-16 15:31:32 +01:00
Felix Kauselmann
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
Felix Kauselmann
2cbbf8d433
Headless server: simplify system config logger
2018-01-28 13:32:56 +01:00
apollo2k4
f2a356fc70
Update russian translation. Need to subtract and to bring the terminology to a common denominator
2018-01-08 16:32:56 +00:00
Luis Ángel San Martín
e8c6f60c13
Merge
2017-11-26 07:39:08 +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
Felix Kauselmann
6ccc78558f
Remove unneeded es.qm files.
2017-11-06 13:11:33 +01:00
Felix Kauselmann
2c914d6579
Support Haiku OS specific libs and compile flags in the build system.
2017-11-03 08:15:46 +01:00
Felix Kauselmann
6a1ba45a4d
Add 64 bit builddir support for YACReaderLibraryServer
2017-10-22 14:21:35 +02:00
Felix Kauselmann
af59672204
Buildsystem: add folders for 64bit build and improve dependencies detection.
2017-10-21 21:49:00 +02:00
Luis Ángel San Martín
9dc4c7a753
Updated translation resources files.
2017-09-29 11:51:04 +02:00
Felix Kauselmann
958003f52f
Fix problems with missing safety checks in Render::fillBuffer and pdfcomic
2017-09-27 22:00:00 +02:00