summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Deprecate QAtomic::load() / store()Giuseppe D'Angelo2019-06-101-4/+8
* Optimize and fix handling of QtMessageHandlersMarc Mutz2019-06-231-15/+19
* QRegularExpression docs: streamline the anchoredPattern sectionGiuseppe D'Angelo2019-06-232-33/+8
* QVarLengthArray: add qHash overloadGiuseppe D'Angelo2019-06-232-0/+16
* QByteArray autotest: code tidiesGiuseppe D'Angelo2019-06-231-6/+6
* QVector: add a construction from QArrayDataPointerRefGiuseppe D'Angelo2019-06-232-0/+6
* QString: towards QStringView::arg() pt.4: port QString::arg() to QStringView:...Marc Mutz2019-06-042-9/+11
* QtDBus: use new QLatin1String::arg()Marc Mutz2019-06-039-54/+55
* QtCore: use new QLatin1String::arg()Marc Mutz2019-06-036-24/+24
* QNetworkManagerSettings: port DBus calls from callWithArgumentList() to call()Marc Mutz2019-06-191-27/+10
* QString: towards QStringView::arg() pt.3: Long live QStringView/QLatin1String...Marc Mutz2019-06-206-23/+246
* QSimpleTextCodec: fix load memory order of atomic pointerMarc Mutz2019-06-211-3/+3
* QObject: fix memory order on load/store of signal spy callback setMarc Mutz2019-06-201-2/+2
* QDBusAbstractInterface: make call() and asyncCall() variadic templatesMarc Mutz2019-06-212-47/+158
* QSysInfo: fix warning on non-Linux about unconditional adjacent returnsMarc Mutz2019-06-211-1/+1
* Overload QTextBrowser::setSource() to add optional type argumentShawn Rutledge2019-06-207-21/+127
* QNetworkAcesssCache: replace a QQueue with a std::vectorMarc Mutz2019-06-201-16/+16
* gen_qfloat16_tables: add a comment explaining what the tool isThiago Macieira2019-06-031-1/+13
* qfloat16: Check in the tables to GitThiago Macieira2019-06-038-29/+3276
* De-bootstrap the qfloat16 generator toolThiago Macieira2019-06-033-56/+44
* Support copy-pasting foreground images within same documentEskil Abrahamsen Blomfeldt2019-06-217-3/+90
* Fix androidtestrunner for windowsJan Arve Sæther2019-06-191-12/+6
* Android: Fix sanitize_addressBogDan Vatra2019-05-291-1/+24
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-20182-1385/+1385
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-1436-110/+124
* qmake: Let evaluateFunction() return error for infinite recursionChristian Kandeler2019-06-181-1/+1
* test: migrate ModelsToTest to QRegularExpressionSamuel Gaist2019-06-101-1/+1
* test: migrate QNetworkReply test to QRegularExpressionSamuel Gaist2019-06-102-5/+8
* test: migrate QXmlSimpleReader to QRegularExpressionSamuel Gaist2019-06-101-6/+6
* test: migrate QFontComboBox test to QRegularExpressionSamuel Gaist2019-06-101-1/+1
* test: migrate QAbstractItemModelTester to QRegularExpressionSamuel Gaist2019-06-101-1/+1
* test: migrate QPrinterInfo test to QRegularExpressionSamuel Gaist2019-06-111-11/+12
* Remove unused QRegExp includeSamuel Gaist2019-06-101-1/+0
* test: migrate QTextDocumentFragment test to QRegularExpressionSamuel Gaist2019-06-101-1/+2
* test: migrate collections test to QRegularExpressionSamuel Gaist2019-06-101-5/+9
* test: migrate QStateMachine test to QRegularExpressionSamuel Gaist2019-06-101-2/+2
* test: migrate QLibrary test to QRegularExpressionSamuel Gaist2019-06-101-3/+5
* test: Fix QRegularExpression feature config checkSamuel Gaist2019-06-101-1/+1
* test: migrate QItemSelectionModel test to QRegularExpressionSamuel Gaist2019-06-101-2/+2
* test: migrate QStandardPaths tests to QRegularExpressionSamuel Gaist2019-06-101-2/+6
* test: add missing QRegularExpression specific QDataStream testsSamuel Gaist2019-06-101-0/+74
* test: migrate highdpi manual test to QRegularExpressionSamuel Gaist2019-06-101-1/+1
* Android: Fix resources folderBogDan Vatra2019-05-291-1/+1
* QTimeZone: avoid needless QString instancesRolf Eike Beer2019-06-191-3/+3
* QAction: add exclusionPolicy propertySimone Gaiarin2019-03-194-20/+139
* vkmemalloc: Disable SRWLOCK for mingwLaszlo Agocs2019-06-182-1/+14
* QStringView, QLatin1String: add lastIndexOf methodsAnton Kudryavtsev2019-06-186-127/+418
* Add accessors for QWindow and QScreen to QWidgetPrivateFriedemann Kleint2019-06-1813-92/+72
* QNetworkConfiguration: remove unused member 'serviceNetworkMembers'Marc Mutz2019-06-142-35/+1
* QString: towards QStringView::arg() pt.2: port internal machinery to QStringViewMarc Mutz2019-06-061-24/+24