yacreader/common
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
..
gl fix misleading indentation of YACReaderFlowGL::remove 2019-04-01 11:25:16 +02:00
gl_legacy Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
bookmarks.cpp Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
bookmarks.h Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
check_new_version.cpp Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
check_new_version.h Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
comic_db.cpp Initialize parent class 2019-04-01 11:23:33 +02:00
comic_db.h Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
comic.cpp reorder initialization of Comic::Comic 2019-04-01 09:08:45 +02:00
comic.h Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
custom_widgets.cpp Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
custom_widgets.h Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
exit_check.cpp Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
exit_check.h Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
folder.cpp Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
folder.h Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
http_worker.cpp Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
http_worker.h Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
library_item.cpp Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
library_item.h Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
onstart_flow_selection_dialog.cpp Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
onstart_flow_selection_dialog.h Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
opengl_checker.cpp bugfix: 'switch case' for OpenVG had no 'break' 2019-04-03 20:44:57 +00:00
opengl_checker.h Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
pdf_comic.cpp yacreaderlibrary_ru.ts 2018-02-24 18:15:09 +00:00
pdf_comic.h yacreaderlibrary_ru.ts 2018-02-24 18:15:09 +00:00
pdf_comic.mm yacreaderlibrary_ru.ts 2018-02-24 18:15:09 +00:00
pictureflow.cpp Library: eliminate QPainter warnings 2019-05-22 17:37:04 +03:00
pictureflow.h Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
qnaturalsorting.cpp Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
qnaturalsorting.h Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
scroll_management.cpp explicit parenthesis in complex comparison 2019-04-01 11:23:33 +02:00
scroll_management.h yacreaderlibrary_ru.ts 2018-02-24 18:15:09 +00:00
yacreader_global_gui.cpp Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
yacreader_global_gui.h Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
yacreader_global.cpp Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
yacreader_global.h Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00