Igor Kushnir 92cf54980c Library: eliminate QPainter warnings
There were many run-time warnings in YACReaderLibrary built in Debug
mode with hardware acceleration disabled and with ClassicComicsView
as the active comics view:
    QWidget::paintEngine: Should no longer be called
    QPainter::begin: Paint device returned engine == 0, type: 1

The ComicFlowWidgetSW::paintEvent() implementation now corresponds to
ComicFlowWidgetGL::paintEvent(), which has been fixed earlier.

QWidget::repaint() calls paintEvent() immediately.
PictureFlow::paintEvent() calls d->renderer->paint(). So the
d->renderer->paint() call in PictureFlow::updateMarks() was redundant.
2019-05-22 17:37:04 +03:00
2018-08-07 11:09:02 +02:00
2018-08-07 11:09:02 +02:00
2019-02-22 19:34:36 +01:00
2019-02-22 19:34:36 +01:00
2019-04-19 14:55:36 +00:00
2019-04-19 14:55:36 +00:00

LICENSE
*******
This software has been developed by Luis Ángel San Martín Rodríguez (luisangelsm@gmail.com) under GPL v3 license 
(for more details read COPYING.txt).

CONTACT
*******
Project home page : www.yacreader.com
e-mail:
   info@yacreader.com
   support@yacreader.com
Social:
   Facebook - http://www.facebook.com/YACReader
   Twitter  - https://twitter.com/yacreader
   YouTube  - https://www.youtube.com/user/yacreader

If you need help or have any suggestion, please, send me an e-mail.
   
DONATIONS
*********   
YACReader is free but it needs money to still be alive, so please, 
if you like YACReader, visit the home page and make a donation.
Description
No description provided
Readme 80 MiB
Languages
C++ 80.8%
QML 6.9%
HTML 6.4%
QMake 1.9%
Objective-C++ 1.4%
Other 2.6%