Commit graph

  • 3874390de7 Replaced deprecated QStyleOptionProgressBarV2 by QStyleOptionProgressBar and QStyleOptionViewItemV4 by QStyleOptionViewItem thunder2 2025-07-22 23:04:01 +02:00
  • 15437c0d2d Replaced deprecated QMatrix by QTransform thunder2 2025-07-22 22:22:12 +02:00
  • 71aaa25e69 Replaced deprecated QGraphicsView::matrix by matrix::transform thunder2 2025-07-22 21:55:08 +02:00
  • 8d497dce0a Replaced deprecated QVariant::operator< by QVariant::compare for Qt 6 thunder2 2025-07-22 21:10:34 +02:00
  • 79a8b3143f Replaced deprecated QPalette::Background by QPalette::Window thunder2 2025-07-22 20:17:28 +02:00
  • ec497f0015 Replaced deprecated QModelIndex::child by QAbstractItemModel::index thunder2 2025-07-22 18:29:22 +02:00
  • c00a4dccb5 Replaced deprecated QSortFilterProxyModel::filterChanged by QSortFilterProxyModel::invalidateFilter thunder2 2025-07-22 15:19:13 +02:00
  • d4dcaaa41a Changed QDomDocument::setContent for Qt 6.5 thunder2 2025-07-22 00:24:27 +02:00
  • c4c2c5a0d1 Replaced deprecated Qt::BackgroundColorRole by Qt::BackgroundRole and Qt::TextColorRole by Qt::ForegroundRole thunder2 2025-07-22 17:07:06 +02:00
  • ff822498a6 Replaced deprecated QAbstractPrintDialog::addEnabledOption by QPrintDialog::setOption thunder2 2025-07-22 14:54:36 +02:00
  • 07e7cd023c Replaced deprecated QPrinter::pageRect by QPrinter::pageLayout().paintRectPixels(resolution()) and QPrinter::paperRect by QPrinter::pageLayout().fullRectPixels(resolution()) thunder2 2025-07-22 14:14:11 +02:00
  • f4960a8903 Replaced deprecated qVariantFromValue by QVariant::fromValue thunder2 2025-07-22 02:39:15 +02:00
  • 395a0b05d0 Replaced deprecated QTableWidgetItem::setBackgroundColor by QTableWidgetItem::setBackground thunder2 2025-07-22 16:44:51 +02:00
  • 1735797d82 Replaced deprecated QTreeWidget::isItemExpanded by QTreeWidgetItem::isExpanded and QTreeWidget::setItemExpanded by QTreeWidgetItem::setExpanded thunder2 2025-07-22 01:10:34 +02:00
  • f97b0e9a64 Replaced deprecated qSort by std::sort thunder2 2025-07-22 00:13:39 +02:00
  • a530bd9adb Replaced deprecated QList::toList by range constructors thunder2 2025-07-22 00:10:39 +02:00
  • bdae3b35b4 Replaced deprecated QColorDialog::getRgba by QColorDialog::getColor thunder2 2025-07-21 23:28:21 +02:00
  • 990f4dbf09 Replaced deprecated QLayout::margin by QLayout::contentsMargins thunder2 2025-07-21 23:10:46 +02:00
  • 5efed259e7 Replaced depracated QWheelEvent::delta by QWheelEvent::angleDelta for Qt 6 thunder2 2025-07-21 20:33:04 +02:00
  • 9052b813b9 Replaced deprecated qrand by QRandomGenerator for Qt 6 thunder2 2025-07-21 19:36:56 +02:00
  • 88230fd9bd Replaced deprecated QPalette::foreground by QPalette::windowText and QPalette::background by QPalette::window thunder2 2025-07-21 18:57:25 +02:00
  • 484d220b04 Replace depracated QTextEdit::setTabStopWidth by QTextEdit::setTabStopDistance thunder2 2025-07-21 18:45:50 +02:00
  • 6652d7f4f8 Replaced deprecated QTextStream::setCodec by QTextStream::setEncoding thunder2 2025-07-21 17:29:40 +02:00
  • 47916ee8c0 Removed check for QSysInfo::WindowsVersion in misc::getOpenFileName/getOpenFileNames thunder2 2025-07-21 02:47:12 +02:00
  • 9816be4b53 Replaced QColor::light by QColor::lighter and QColor::dark by QColor::darker thunder2 2025-07-21 15:12:43 +02:00
  • c9e8ac4c3c Added Qt dependent macro for Q_FALLTHROUGH thunder2 2025-07-25 13:53:16 +02:00
  • 32350dfe83 Added Qt dependent macro for QLabel::pixmap thunder2 2025-07-25 00:35:17 +02:00
  • fce618f2aa Added Qt dependent macro for QFontMetrics::horizontalAdvance/width thunder2 2025-07-21 15:04:57 +02:00
  • fad7774767 Added Qt dependent macro for QSortFilterProxyModel::setFilterRegularExpression/setFilterRegExp thunder2 2025-07-21 01:04:24 +02:00
  • 13b294838b Replaced deprecated QRegExp by QRegularExpression thunder2 2025-07-21 00:37:10 +02:00
  • f0286740f4 Replaced deprecated QDateTime::toString by QLocale::toString thunder2 2025-07-20 23:43:49 +02:00
  • 291b2f7cad Fixed usage of QLayout::addWidget thunder2 2025-07-20 22:15:29 +02:00
  • 6251f36e3e Replaced deprecated QDateTime::toTime_t by QDateTime::toSecsSinceEpoch thunder2 2025-07-20 21:18:36 +02:00
  • 0d37db307c Replaced some more QDateTime::setTime_t by DateTime::DateTimeFromTime_t thunder2 2025-07-20 18:55:04 +02:00
  • a6cf10fd1a Replaced deprecated endl by Qt::endl thunder2 2025-07-20 17:52:34 +02:00
  • 07ee6581e1 MSYS2: Use date of last git commit instead of current date for packed filename thunder2 2025-07-29 18:31:22 +02:00
  • e4672d9a57 Windows native build: Enabled parallel build of external libraries thunder2 2025-07-28 12:30:46 +02:00
  • 93b232d7ae Windows native build: Removed external library libmicrohttpd thunder2 2025-07-28 11:02:15 +02:00
  • 9e121480c0 Added Qt6 workflow defnax 2025-07-25 20:23:15 +02:00
  • 37527ed89a
    Merge branch 'RetroShare:master' into cmake-fix-qt defnax 2025-07-24 19:42:44 +02:00
  • dd8845f77e
    Merge pull request #2989 from JohannesKleine/retroshare-gui.pro Thunder 2025-07-23 16:43:37 +02:00
  • 9ddabe6a76 Added workflow for Qt6 build with cmake defnax 2025-07-23 00:00:45 +02:00
  • 5868198181 Update CMakeLists.txt defnax 2025-07-22 21:29:32 +02:00
  • a9109060d6 Fix qt6 with cmake defnax 2025-07-22 20:55:58 +02:00
  • 16a30dcbe3
    Merge pull request #2995 from thunder2/fix-language Thunder 2025-07-22 20:27:10 +02:00
  • cbc1a89505
    Merge pull request #2991 from thunder2/qt6-sprintf Thunder 2025-07-22 20:26:48 +02:00
  • 256b188861
    Merge pull request #2990 from thunder2/qt6-setMargins Thunder 2025-07-22 20:26:16 +02:00
  • dca0cc87cc Added workflow for ming64 and ucrt64 defnax 2025-07-22 19:54:39 +02:00
  • 48ffc59522 Created new readme defnax 2025-07-21 21:50:48 +02:00
  • 67a11a76f9
    Update readme.md defnax 2025-07-21 21:47:14 +02:00
  • 2882567301
    Update appveyor.yml defnax 2025-07-21 20:56:43 +02:00
  • 0ae0c04c66
    Update readme.md defnax 2025-07-21 20:05:56 +02:00
  • eb4f482a4e Fixed set of default language in LanguageSupport::localize. Use value of language map instead of key. thunder2 2025-07-21 17:44:37 +02:00
  • 82714ba867 Update build-msys2.yml defnax 2025-07-21 18:19:47 +02:00
  • 9ef24c9f43 Update build-msys2.yml defnax 2025-07-21 18:18:50 +02:00
  • ea8b0cac41 Update build-msys2.yml defnax 2025-07-21 18:16:05 +02:00
  • 7dab0e7dfe
    Update build-msys2.yml defnax 2025-07-21 12:49:15 +02:00
  • 0e603bdd2a
    Update build-msys2.yml defnax 2025-07-21 12:44:20 +02:00
  • 36ebf5599e
    Update build-msys2.yml defnax 2025-07-21 12:34:48 +02:00
  • e3202de4ef CHANGE: remove qt4, make x11extras for qt5 only Christoph Johannes Kleine 2025-07-20 14:30:18 +02:00
  • c6310457df
    Update build-msys2.yml defnax 2025-07-21 11:06:27 +02:00
  • 0f4d607452
    Update build-msys2.yml defnax 2025-07-20 22:35:36 +02:00
  • 766f816e5e
    Create build-msys2.yml defnax 2025-07-20 22:34:13 +02:00
  • 360b6df30d Update appveyor.yml defnax 2025-07-20 21:24:24 +02:00
  • 342ee473e1 Update appveyor.yml defnax 2025-07-20 21:15:12 +02:00
  • 351f3c825b delete old readme defnax 2025-07-20 20:39:03 +02:00
  • e0e04fdc3a
    Created new readme.md defnax 2025-07-20 20:36:10 +02:00
  • 5bdcf59b5c Replaced deprecated QString::sprintf by QString::asprintf thunder2 2025-07-20 17:27:42 +02:00
  • 90041fc627 Replaced deprecated QLayout::setMargins by QLayout::setContentsMargins thunder2 2025-07-20 03:05:02 +02:00
  • 33fc4308c4 Use Qt::MouseButton::NoButton instead of 0 in edge.cpp thunder2 2025-07-20 03:06:20 +02:00
  • 04b741e70d Fixed linking on Windows with enabled wikipoos thunder2 2025-07-20 02:21:34 +02:00
  • 42b3b95fd8 Use QDateTime::fromSecsSinceEpoch in Qt 6 instead of QDateTime::fromTime_t thunder2 2025-07-18 18:58:45 +02:00
  • a00c1375e5 Renamed QtVersion.h to RsQtVersion.h because of the same filename in Qt 6 thunder2 2025-07-18 18:04:23 +02:00
  • b93a31a33b Removed deprecated QDesktopWidget for Qt 6 thunder2 2025-07-18 03:23:54 +02:00
  • 3a8f7d5a2d Use "Qt::WindowFlags flags = Qt::WindowFlags()" instead of "Qt::WindowFlags flags = 0" thunder2 2025-07-18 17:20:03 +02:00
  • 2c38dee0cb Use QDateTime::fromSecsSinceEpoch in Qt 6 instead of QDateTime::fromTime_t thunder2 2025-07-18 18:58:45 +02:00
  • a2eb40740f Added Install Guide for qtcreator native build defnax 2025-07-20 13:11:23 +02:00
  • 993c972fe1 Use "Qt::WindowFlags flags = Qt::WindowFlags()" instead of "Qt::WindowFlags flags = 0" thunder2 2025-07-18 17:20:03 +02:00
  • 6b47a448c3 Renamed QtVersion.h to RsQtVersion.h because of the same filename in Qt 6 thunder2 2025-07-18 18:04:23 +02:00
  • 0e1fb6d158 Removed deprecated QDesktopWidget for Qt 6 thunder2 2025-07-18 03:23:54 +02:00
  • e2e1a431ff Added Qt dependent macro for QString::SkipEmptyParts/Qt::SkipEmptyParts thunder2 2025-07-19 23:17:29 +02:00
  • f38b72e7a3 Changed parameter of method enterEvent on ClickableLabel and ZoomableLabel for Qt 6 to QEnterEvent thunder2 2025-07-19 19:45:04 +02:00
  • b2bec12a43 Fixed usage of deprecated method "const QPixmap *QLabel::pixmap() const;" thunder2 2025-07-19 03:20:44 +02:00
  • fcd7a213e6 Use UIStates() instead of 0 in GxsMessageFrameWidget.cpp thunder2 2025-07-19 11:35:00 +02:00
  • 29443c4b78 Use QTextDocument::FindFlags() to initialize flags instead of 0 in helpbrowser.cpp thunder2 2025-07-19 02:37:46 +02:00
  • 8265c5ebec Use Qt::KeyboardModifier::NoModifier instead of 0 in RsButtonOnText.cpp thunder2 2025-07-19 03:15:10 +02:00
  • 9f607765bc Fixed crash in VOIP by initializing member _image_capture in constructor of QVideoInputDevice thunder2 2025-07-19 14:51:33 +02:00
  • 693cef2af1
    FIX: formating of function Christoph Johannes Kleine 2025-07-19 14:28:39 +02:00
  • eaf2861cd0 Fixed usage of QFileInfo in RsCollectionDialog.cpp thunder2 2025-07-19 03:17:08 +02:00
  • 23289c4991 Use Qt::MouseButton::NoButton instead of 0 in arrow.cpp thunder2 2025-07-19 11:04:07 +02:00
  • 23f925f81e Fixed constructor of RsAction thunder2 2025-07-19 03:05:15 +02:00
  • c4d1de06d0 Fixed converting number to QString thunder2 2025-07-19 11:25:21 +02:00
  • e5c42e63b7 Added missing includes thunder2 2025-07-19 10:47:19 +02:00
  • 16c6c0cff1
    CHANGE: fix typo indefinitly=>indefinitely Christoph Johannes Kleine 2025-07-17 16:29:42 +02:00
  • f53a30a0e4 Updated external libraries for Windows native build - curl-8.9.1 - ffmpeg-4.4.6 - libxml2-2.14.5 - libxslt-1.1.43 - speex-1.2.1 - speexdsp-1.2.1 - xapian-core-1.4.29 thunder2 2025-07-17 20:20:46 +02:00
  • 8a27ed056f
    Merge cdf205ac8a into f3150e9d42 defnax 2025-07-17 17:27:36 +02:00
  • db769546ea
    UPDATE: translation: german Christoph Johannes Kleine 2025-07-17 16:17:13 +02:00
  • e729c7cc96
    UPDATE: translation files with lupdate Christoph Johannes Kleine 2025-07-17 15:14:45 +02:00
  • 50f2454cde
    CHANGE: spaces Christoph Johannes Kleine 2025-07-17 14:47:14 +02:00
  • 7704ddfb04
    ADD: new values to checkDeleay() Christoph Johannes Kleine 2025-07-17 14:45:17 +02:00