summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* QString: towards QStringView::arg() pt.1: modernize some codeMarc Mutz2019-06-061-14/+13
* Make QIPAddressUtils::toString() const-correct for IPv6Marc Mutz2019-06-152-2/+2
* Fix deep-const-correctness of qGetPtrHelper() for smart pointersMarc Mutz2019-06-151-1/+1
* Run prebuilt android test APKsBogDan Vatra2019-06-139-22/+143
* QObject/QWidget::setParent: add assertions to prevent loopsGiuseppe D'Angelo2019-06-073-0/+45
* Say hello to $ make apkBogDan Vatra2019-06-061-0/+18
* Android: Nuke ant supportBogDan Vatra2019-06-062-128/+10
* Say hello to androidtestrunnerBogDan Vatra2019-06-066-556/+505
* Replace QPainter::initFrom() with begin()Christian Ehrlicher2019-06-132-11/+18