Commit graph

8832 commits

Author SHA1 Message Date
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
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
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
Christoph Johannes Kleine
e3202de4ef CHANGE: remove qt4, make x11extras for qt5 only 2025-07-21 11:24:53 +02:00
thunder2
5bdcf59b5c Replaced deprecated QString::sprintf by QString::asprintf 2025-07-20 18:28:04 +02:00
thunder2
90041fc627 Replaced deprecated QLayout::setMargins by QLayout::setContentsMargins 2025-07-20 14:19:47 +02:00
thunder2
33fc4308c4 Use Qt::MouseButton::NoButton instead of 0 in edge.cpp 2025-07-20 14:19:46 +02:00
thunder2
04b741e70d Fixed linking on Windows with enabled wikipoos 2025-07-20 14:19:45 +02:00
thunder2
42b3b95fd8 Use QDateTime::fromSecsSinceEpoch in Qt 6 instead of QDateTime::fromTime_t 2025-07-20 14:15:27 +02:00
thunder2
a00c1375e5 Renamed QtVersion.h to RsQtVersion.h because of the same filename in Qt 6 2025-07-20 14:14:57 +02:00
thunder2
b93a31a33b Removed deprecated QDesktopWidget for Qt 6 2025-07-20 14:14:38 +02:00
thunder2
3a8f7d5a2d Use "Qt::WindowFlags flags = Qt::WindowFlags()" instead of "Qt::WindowFlags flags = 0" 2025-07-20 14:14:13 +02:00
thunder2
e2e1a431ff Added Qt dependent macro for QString::SkipEmptyParts/Qt::SkipEmptyParts 2025-07-19 23:28:30 +02:00
thunder2
f38b72e7a3 Changed parameter of method enterEvent on ClickableLabel and ZoomableLabel for Qt 6 to QEnterEvent 2025-07-19 21:11:28 +02:00
thunder2
b2bec12a43 Fixed usage of deprecated method "const QPixmap *QLabel::pixmap() const;" 2025-07-19 18:57:29 +02:00
thunder2
fcd7a213e6 Use UIStates() instead of 0 in GxsMessageFrameWidget.cpp 2025-07-19 16:26:07 +02:00
thunder2
29443c4b78 Use QTextDocument::FindFlags() to initialize flags instead of 0 in helpbrowser.cpp 2025-07-19 16:03:02 +02:00
thunder2
8265c5ebec Use Qt::KeyboardModifier::NoModifier instead of 0 in RsButtonOnText.cpp 2025-07-19 14:56:55 +02:00
thunder2
eaf2861cd0 Fixed usage of QFileInfo in RsCollectionDialog.cpp 2025-07-19 14:24:52 +02:00
thunder2
23289c4991 Use Qt::MouseButton::NoButton instead of 0 in arrow.cpp 2025-07-19 14:20:31 +02:00
thunder2
23f925f81e Fixed constructor of RsAction 2025-07-19 13:44:54 +02:00