3469 Commits

Author SHA1 Message Date
17064a12e6 Remove qml components what won't be used anymore 2021-10-19 00:00:09 +02:00
c5d3ebebc8 Remove commented code 2021-10-19 00:00:09 +02:00
997b82eb79 Add quickcontrols2 to YACReaderLibrary
QtQuick.Controls v1 to v2 migration, yay! -_-
2021-10-19 00:00:09 +02:00
89459a470d Use Qt::endl 2021-10-19 00:00:09 +02:00
2dbfc6cab5 Simplify connection from QComboBox
All we want is the new text after it changes.
2021-10-19 00:00:09 +02:00
ffc0f9ec8a Don't use QDesktopWidget 2021-10-19 00:00:09 +02:00
86a31c0ea5 Use QRegularExpression 2021-10-19 00:00:09 +02:00
2c0dccd764 Use constructor explicitly 2021-10-19 00:00:09 +02:00
47e7eb3801 Remove unused includes 2021-10-19 00:00:09 +02:00
98851cf40f Use Qt::endl 2021-10-19 00:00:09 +02:00
0bfa0eb31e More setContentsMargins migrations 2021-10-19 00:00:09 +02:00
fe3ae36cc2 Move to QFontMetrics new api 2021-10-19 00:00:09 +02:00
542b04287b Remove unused function 2021-10-19 00:00:09 +02:00
fdd98fc012 Return Qt::NoItemFlags instead of nullptr 2021-10-19 00:00:09 +02:00
509b33e991 Methods are not slots 2021-10-19 00:00:09 +02:00
6f1f8198d9 Use MultiMap instead of Map 2021-10-19 00:00:09 +02:00
ec95f8f5c3 Do not use screengeometry 2021-10-19 00:00:09 +02:00
36227a1354 QtConcurrent::run has changed in Qt6 2021-10-19 00:00:09 +02:00
314b6295de Remove qt4 support 2021-10-19 00:00:09 +02:00
0bf7977145 background role is now window 2021-10-19 00:00:09 +02:00
34aabb0685 Use QTransform instead of QMatrix 2021-10-19 00:00:09 +02:00
ec4deaf594 background role is now window 2021-10-19 00:00:09 +02:00
2e24c1f36f Simplify YACReaderSearchLineEdit
Modifiers are no longer needed since we have advanced search
2021-10-19 00:00:09 +02:00
8173f9f94c Use setContentsMargins instead of setMargin 2021-10-19 00:00:09 +02:00
4c2d6be1ef Use angleDelta instead of delta 2021-10-19 00:00:09 +02:00
986450eb20 Update QtWebApp to 1.8.3
nullptr redefinition for old __cplusplus versions has been removed, the rest is vanilla
2021-10-19 00:00:09 +02:00
baccb1a21b Include QRegExp 2021-10-19 00:00:09 +02:00
24b2def878 Compare with QString 2021-10-19 00:00:09 +02:00
f11f3f1858 Use Qt::endl 2021-10-19 00:00:09 +02:00
8bcea9cc8d Enable core5compat in YACReaderLibraryServer 2021-10-19 00:00:09 +02:00
aeb64281e7 Enable /std:c++17 for msvc 2021-10-19 00:00:09 +02:00
4dd945c3a6 Add missing include 2021-10-19 00:00:09 +02:00
122082a2a7 Bump c++ version to 17 and configure the projects to use Qt5.15 or newer 2021-10-19 00:00:09 +02:00
81ff663acd Use qt5.15 2021-10-19 00:00:09 +02:00
2cdd53c316 Replace forward declaration with import 2021-10-19 00:00:08 +02:00
e91481d0c3 Fix QMediaPlayer usage in Qt6 2021-10-19 00:00:08 +02:00
75060d4f24 Do not use QTextCodec in Qt6 2021-10-19 00:00:08 +02:00
e7f3d29477 Tag ComicDB::operator== as const 2021-10-19 00:00:08 +02:00
a7e3c41f34 QLabel QPixmap *pixmap() method is deprecated
const QPixmap should perform as fast as a pointer
there is a replacement version for Qt5 but it requires Qt5.15, so we are using indirection witch is unsafer but it should be ok as all the action is happen in the main thread
2021-10-19 00:00:08 +02:00
5fbd100449 Use non deprecated QStandardPaths and remove Qt4 alternative 2021-10-19 00:00:08 +02:00
dc8c6e23e9 Use angleDelta instead of delta 2021-10-19 00:00:08 +02:00
d47bd55fa0 Don't use helper function to avoid raising the Qt5 min version requeriment 2021-10-19 00:00:08 +02:00
8207f75297 Replace setMargin with setContentsMargins 2021-10-19 00:00:08 +02:00
5e1e0b1d4a Add include 2021-10-19 00:00:08 +02:00
088ccdf094 Remove setMargin usage 2021-10-19 00:00:08 +02:00
09e85e48bf Remove unused include 2021-10-19 00:00:08 +02:00
100e1c40a1 Use QTransform instead of QMatrix 2021-10-19 00:00:08 +02:00
154f215c38 Use 4 args connect 2021-10-19 00:00:08 +02:00
567c00102d Use fully qualified names 2021-10-19 00:00:08 +02:00
f5035b4bac Use fully qualified names 2021-10-19 00:00:08 +02:00