Commit graph

8863 commits

Author SHA1 Message Date
Christoph Johannes Kleine
1cb21fd2ae ADD: new values to checkDeleay() 2025-08-12 18:15:05 +02:00
Christoph Johannes Kleine
9f34b871af CHANGE: remove spaces in tr string; use correct function 2025-08-12 18:15:05 +02:00
Christoph Johannes Kleine
361fc39f7c ADD: storage and sync time 3 and 5 years 2025-08-12 18:15:05 +02:00
csoler
4e2e806b03
Merge pull request #2965 from defnax/fix-combobox
Fixed the QComboBox issues for light and dark style
2025-08-10 09:47:25 +02:00
csoler
dd7de312a1
Merge pull request #3002 from thunder2/qt6
Some checks are pending
MINGW64 Qt5 Build / build (push) Waiting to run
UCRT64 Qt5 Build / build (push) Waiting to run
Qt6
2025-08-09 23:27:39 +02:00
csoler
69401188ea
Merge pull request #2979 from defnax/fix-servicepermissionsmatrix-2
Fixed hardcoded background color
2025-08-09 11:34:11 +02:00
defnax
dc1901b236 fix to use em 2025-08-03 15:53:47 +02:00
csoler
27243704c1
Merge pull request #2978 from defnax/fix-filetransferinfowidget
Fixed hardcoded pen color
2025-08-02 18:58:24 +02:00
csoler
584df9010d
Merge pull request #2968 from defnax/networkgrapgh-darkmode
Fix for Standard Dark
2025-08-02 18:54:02 +02:00
thunder2
a6cf325db5 Fixed converting char* to QString for Qt 6.4 2025-07-29 18:32:53 +02:00
Christoph Johannes Kleine
26088a7cbb Replaced depracted QX11Info by QGuiApplication 2025-07-29 18:32:51 +02:00
thunder2
95127592d7 Replaced deprecated QSound and QAudioDeviceInfo by QAudioDevice and QMediaDevices for Qt 6 2025-07-29 18:32:51 +02:00
thunder2
15684bf8d3 Added Qt 5 Core Compat module for QRegExp for Qt 6 2025-07-29 18:32:50 +02:00
thunder2
96c02d94c3 Removed deprecated QCoreApplication::flush for Qt 6 2025-07-29 18:32:50 +02:00
thunder2
c8c833b3d6 Removed deprecated QAbstractEventDispatcher::hasPendingEvents for Q 6 2025-07-29 18:32:49 +02:00
thunder2
1b1cb6e176 Replaced deprecated QSysInfo::MacintoshVersion and QSysInfo::windowsVersion by QSysInfo::prettyProductName 2025-07-29 18:32:49 +02:00
thunder2
c64cca9954 Removed usage of deprecated QSysInfo::WindowsVersion 2025-07-29 18:32:48 +02:00
thunder2
efe9ac773d Replaced deprecated QObject::trUtf8 by QObject::tr 2025-07-29 18:32:48 +02:00
thunder2
21174aa5d7 Replaced depecated QPainter::initFrom by QPainter::begin 2025-07-29 18:32:47 +02:00
thunder2
9ebc4b00ed Replaced deprecated QStyleOption::init by QStyleOption::initFrom 2025-07-29 18:32:47 +02:00
thunder2
3874390de7 Replaced deprecated QStyleOptionProgressBarV2 by QStyleOptionProgressBar and QStyleOptionViewItemV4 by QStyleOptionViewItem 2025-07-29 18:32:47 +02:00
thunder2
15437c0d2d Replaced deprecated QMatrix by QTransform 2025-07-29 18:32:46 +02:00
thunder2
71aaa25e69 Replaced deprecated QGraphicsView::matrix by matrix::transform 2025-07-29 18:32:46 +02:00
thunder2
8d497dce0a Replaced deprecated QVariant::operator< by QVariant::compare for Qt 6 2025-07-29 18:32:45 +02:00
thunder2
79a8b3143f Replaced deprecated QPalette::Background by QPalette::Window 2025-07-29 18:32:45 +02:00
thunder2
ec497f0015 Replaced deprecated QModelIndex::child by QAbstractItemModel::index 2025-07-29 18:32:44 +02:00
thunder2
c00a4dccb5 Replaced deprecated QSortFilterProxyModel::filterChanged by QSortFilterProxyModel::invalidateFilter 2025-07-29 18:32:44 +02:00
thunder2
d4dcaaa41a Changed QDomDocument::setContent for Qt 6.5 2025-07-29 18:32:43 +02:00
thunder2
c4c2c5a0d1 Replaced deprecated Qt::BackgroundColorRole by Qt::BackgroundRole and Qt::TextColorRole by Qt::ForegroundRole 2025-07-29 18:32:43 +02:00
thunder2
ff822498a6 Replaced deprecated QAbstractPrintDialog::addEnabledOption by QPrintDialog::setOption 2025-07-29 18:32:42 +02:00
thunder2
07e7cd023c Replaced deprecated QPrinter::pageRect by QPrinter::pageLayout().paintRectPixels(resolution()) and QPrinter::paperRect by QPrinter::pageLayout().fullRectPixels(resolution()) 2025-07-29 18:32:42 +02:00
thunder2
f4960a8903 Replaced deprecated qVariantFromValue by QVariant::fromValue 2025-07-29 18:32:42 +02:00
thunder2
395a0b05d0 Replaced deprecated QTableWidgetItem::setBackgroundColor by QTableWidgetItem::setBackground 2025-07-29 18:32:41 +02:00
thunder2
1735797d82 Replaced deprecated QTreeWidget::isItemExpanded by QTreeWidgetItem::isExpanded and QTreeWidget::setItemExpanded by QTreeWidgetItem::setExpanded 2025-07-29 18:32:40 +02:00
thunder2
f97b0e9a64 Replaced deprecated qSort by std::sort 2025-07-29 18:32:40 +02:00
thunder2
a530bd9adb Replaced deprecated QList::toList by range constructors 2025-07-29 18:32:39 +02:00
thunder2
bdae3b35b4 Replaced deprecated QColorDialog::getRgba by QColorDialog::getColor 2025-07-29 18:32:39 +02:00
thunder2
990f4dbf09 Replaced deprecated QLayout::margin by QLayout::contentsMargins 2025-07-29 18:32:38 +02:00
thunder2
5efed259e7 Replaced depracated QWheelEvent::delta by QWheelEvent::angleDelta for Qt 6 2025-07-29 18:32:38 +02:00
thunder2
9052b813b9 Replaced deprecated qrand by QRandomGenerator for Qt 6 2025-07-29 18:32:37 +02:00
thunder2
88230fd9bd Replaced deprecated QPalette::foreground by QPalette::windowText and QPalette::background by QPalette::window 2025-07-29 18:32:36 +02:00
thunder2
484d220b04 Replace depracated QTextEdit::setTabStopWidth by QTextEdit::setTabStopDistance 2025-07-29 18:32:36 +02:00
thunder2
6652d7f4f8 Replaced deprecated QTextStream::setCodec by QTextStream::setEncoding 2025-07-29 18:32:36 +02:00
thunder2
47916ee8c0 Removed check for QSysInfo::WindowsVersion in misc::getOpenFileName/getOpenFileNames 2025-07-29 18:32:35 +02:00
thunder2
9816be4b53 Replaced QColor::light by QColor::lighter and QColor::dark by QColor::darker 2025-07-29 18:32:35 +02:00
thunder2
c9e8ac4c3c Added Qt dependent macro for Q_FALLTHROUGH 2025-07-29 18:32:34 +02:00
thunder2
32350dfe83 Added Qt dependent macro for QLabel::pixmap 2025-07-29 18:32:34 +02:00
thunder2
fce618f2aa Added Qt dependent macro for QFontMetrics::horizontalAdvance/width 2025-07-29 18:32:33 +02:00
thunder2
fad7774767 Added Qt dependent macro for QSortFilterProxyModel::setFilterRegularExpression/setFilterRegExp 2025-07-29 18:32:33 +02:00
thunder2
13b294838b Replaced deprecated QRegExp by QRegularExpression 2025-07-29 18:32:32 +02:00