summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QNetworkInformation: guard deprecated method definitionsIvan Solovev2022-07-251-0/+4
* Skip some spurious parentheses on macro argument usesEdward Welbourne2022-07-251-10/+10
* Skip semicolon after uses of QTRY_IMPL() and QTRY_LOOP_IMPL()Edward Welbourne2022-07-251-6/+8
* Move the early-failure checks in QTRY_IMPL()Edward Welbourne2022-07-251-6/+8
* Use class scope to refer to static functionMårten Nordheim2022-07-251-1/+1
* Send parent_window handle to desktop portalDavid Redondo2022-07-253-14/+45
* Improve window dragging on WASMMikolaj Boc2022-07-2513-247/+510
* Write QProperty use in QMLJaishree Vyas2022-07-251-0/+11
* QProcess: Extend the setStandardOutputFile docLaszlo Papp2022-07-231-0/+3
* Provide more details of failed connectionAndré Klitzing2022-07-231-0/+2
* QVariant: do allow non-default-constructible typesThiago Macieira2022-07-221-1/+1
* Revert "Drop call to setPlatformScreen in QHighDpiScaling::setScreenFactor"Thiago Macieira2022-07-224-23/+24
* QT_INLINE_SINCE: take version into accountIvan Solovev2022-07-221-0/+84
* fix AT_SPI_BUS_ADDRESS actually workingHarald Sitter2022-07-221-2/+9
* Sync and assert StandardPixmap enums in QPlatformTheme and QStyleAxel Spoerl2022-07-223-0/+15
* Update freetype to 2.12.1Volker Hilsheimer2022-07-22513-6131/+35542
* Doc: Remove non-existing directories from qtxml.qdocconfKai Köhne2022-07-221-3/+0
* Doc: Document protected variable as internalKai Köhne2022-07-221-0/+6
* Port QCollator/Posix to qsizetypeMarc Mutz2022-07-221-2/+2
* Fix QString::toHtmlEscaped() for >2Gi character stringsMarc Mutz2022-07-221-7/+7
* Partly un-deprecate QMouseEvent::source()Ivan Solovev2022-07-222-3/+5
* QAction: add QT_DEPRECATED_VERSION_6_0 to deprecated methodsIvan Solovev2022-07-213-4/+15
* Undeprecate QAction::setMenu(QMenu *)Volker Hilsheimer2022-07-212-6/+2
* Undeprecate QColor(string) constructorsVolker Hilsheimer2022-07-212-14/+1
* Move minimal compiler version checks to qcompilerdetection.hIvan Solovev2022-07-212-24/+23
* Do not use QTextFormat::FontFamily when building with QT_DISABLE_DEPRECATED_B...Ivan Solovev2022-07-213-3/+5
* QShortcut::parentWidget(): Add QT_DEPRECATED_VERSION_X_6_0Ivan Solovev2022-07-212-2/+3
* QGuiApplication: do not emit deprecated signalsIvan Solovev2022-07-211-0/+8
* QCursor: add missing QT_DEPRECATED_VERSION_X_6_0 for deprecated methodsIvan Solovev2022-07-215-15/+17
* QVariant: Avoid crash when constructed from unsuitable metatypeFabian Kosmale2022-07-211-3/+10
* Add -Wshorten-64-to-32 to headerscleanTor Arne Vestbø2022-07-215-7/+7
* Android: document the supported clipboard mimetypesAssam Boudjelthia2022-07-211-0/+4
* QByteDataBuffer: avoid silent failures of read(n)Marc Mutz2022-07-211-1/+10
* QMetaType: fix documentationFabian Kosmale2022-07-211-7/+7
* Purge Q_DUMMY_COMPARISON_OPERATOR usagesFabian Kosmale2022-07-212-3/+0
* Doc: Hide template magic for MSVC from documentationKai Köhne2022-07-211-1/+5
* QVariant: add missing const to QMetaTypeInterface pointersThiago Macieira2022-07-202-12/+9
* Add qt.pointer.dispatch debug message for tablet->mouse synthShawn Rutledge2022-07-201-0/+2
* Fix Wacom proximity on xcb againShawn Rutledge2022-07-201-6/+5
* Include the QRegularExpression porting docs in Qt 6 porting guideSona Kurazyan2022-07-201-245/+6
* Add \brief descriptions to QtConcurrent topicsSona Kurazyan2022-07-204-0/+4
* QtConcurrent::ReduceKernel: fix race conditionsSona Kurazyan2022-07-201-0/+2
* QLocale/Win: fix truncation bug in winIso639LangName()Marc Mutz2022-07-201-2/+2
* QLocale/Win: replace 0 with nullptr in winLangCodeToIsoName()Marc Mutz2022-07-201-2/+2
* QLocale/Win: replace hand-written binary search with a call to lower_bound()Marc Mutz2022-07-201-18/+10
* QLocale/Win: statically assert that is_sorted(windows_to_iso_list)Marc Mutz2022-07-201-2/+13
* Make locale data arrays constexprMarc Mutz2022-07-203-6/+6
* Fix QLocale::createSeparatedList() for lists > 2Gi itemsMarc Mutz2022-07-201-2/+2
* QLocale: remove unneeded c_data static pointer variableMarc Mutz2022-07-201-3/+2
* Doc: Add default value for seed param to all qHash overloadsKai Köhne2022-07-207-11/+5