12 Commits

Author SHA1 Message Date
Felix Kauselmann
398faff9d4 Fix bug in Render::nextDoublePage() function that could lead to segfault if the last page is a double page. Also fixes related bug that could lead to advancing beyond the actual page count. 2014-11-09 01:42:51 +01:00
Felix Kauselmann
bf5c0e9326 Fix scaling error. Use QSizes builtin scaling capabilities. 2014-11-02 21:34:06 +01:00
Felix Kauselmann
d1c3969dde Fix double page mode composing regression 2014-11-02 20:41:06 +01:00
Felix Kauselmann
810920c471 Scale pages in double page mode to the same height 2014-11-02 20:25:57 +01:00
Felix Kauselmann
d11414d181 Don't use QImage to compose double pages. Drawing the page on a QPixmap is way faster and requires less conversions! 2014-11-02 14:47:04 +01:00
Felix Kauselmann
9c022fb2f1 Add full support for double page suppression and double page page inversion 2014-10-31 16:02:01 +01:00
Felix Kauselmann
b564e4347b Merged luisangelsm/yacreader into default 2014-08-12 12:56:01 +02:00
Felix Kauselmann
2c0703fba5 Don't attempt attempt to render a comic we were unable load.
Fixes segfaults occuring when supplying YACReader with non-existent or
faulty paths.
2014-08-08 21:04:34 +02:00
Felix Kauselmann
bfc46dd0df Invert double page info in manga mode 2014-08-02 20:15:45 +02:00
Felix Kauselmann
599f7ffcf3 Add a manga reading mode which displays image in reverse order in double page mode.
The mode is triggered by selecting the "21" double page icon next to the double page icon.
2014-06-29 21:38:00 +02:00
Felix Kauselmann
09a5eed591 Fix make install icon paths in YACReaderLibrary.pro 2014-06-27 20:15:26 +02:00
Beta
8c73ce7e81 Replace potentially unterminated std::string::data() for pre-c++11 2014-06-22 23:33:45 +02:00