Commit graph

17196 commits

Author SHA1 Message Date
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
thunder2
f0286740f4 Replaced deprecated QDateTime::toString by QLocale::toString 2025-07-29 18:32:32 +02:00
thunder2
291b2f7cad Fixed usage of QLayout::addWidget 2025-07-29 18:32:31 +02:00
thunder2
6251f36e3e Replaced deprecated QDateTime::toTime_t by QDateTime::toSecsSinceEpoch 2025-07-29 18:32:31 +02:00
thunder2
0d37db307c Replaced some more QDateTime::setTime_t by DateTime::DateTimeFromTime_t 2025-07-29 18:32:30 +02:00
thunder2
a6cf10fd1a Replaced deprecated endl by Qt::endl 2025-07-29 18:32:30 +02:00
thunder2
07ee6581e1 MSYS2: Use date of last git commit instead of current date for packed filename 2025-07-29 18:31:22 +02:00
thunder2
e4672d9a57 Windows native build: Enabled parallel build of external libraries 2025-07-28 18:32:13 +02:00
thunder2
93b232d7ae Windows native build: Removed external library libmicrohttpd 2025-07-28 18:31:49 +02:00
defnax
9e121480c0 Added Qt6 workflow 2025-07-25 20:23:15 +02:00
Thunder
dd8845f77e
Merge pull request #2989 from JohannesKleine/retroshare-gui.pro
Remove qt4, make x11extras for qt5 only in retroshare-gui.pro
2025-07-23 16:43:37 +02:00
Thunder
16a30dcbe3
Merge pull request #2995 from thunder2/fix-language
Fixed set of default language in LanguageSupport::localize. Use value…
2025-07-22 20:27:10 +02:00
Thunder
cbc1a89505
Merge pull request #2991 from thunder2/qt6-sprintf
Replaced deprecated QString::sprintf by QString::asprintf
2025-07-22 20:26:48 +02:00
Thunder
256b188861
Merge pull request #2990 from thunder2/qt6-setMargins
Replaced deprecated QLayout::setMargins by QLayout::setContentsMargins
2025-07-22 20:26:16 +02:00
defnax
48ffc59522 Created new readme 2025-07-21 21:50:48 +02:00
thunder2
eb4f482a4e Fixed set of default language in LanguageSupport::localize. Use value of language map instead of key. 2025-07-21 18:20:12 +02:00