summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QRegularExpression: add move constructor(s)Giuseppe D'Angelo2020-10-062-0/+44
* Android: use shell path format when running qmake install stepAssam Boudjelthia2020-10-061-1/+1
* CMake: Implement missing Android-related configure optionsJoerg Bornemann2020-10-062-6/+39
* CMake: Extend message functions in QtProcessConfigureArgs.cmakeJoerg Bornemann2020-10-061-4/+8
* CMake: Fix typo in ANDROID_SDK_ROOT's help textJoerg Bornemann2020-10-061-1/+1
* Fix build with g++ 10.2Andreas Buhr2020-10-061-1/+3
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-052-3/+26
* tst_QUrl/Win: test QUrl::fromLocalFile with backslashesThiago Macieira2020-10-051-6/+17
* tst_QUrl: give the to/fromLocalFile test rows proper namesThiago Macieira2020-10-051-52/+60
* Make QAnyStringView comparison operators hidden friendsKarsten Heimrich2020-10-064-54/+98
* Prefer QStringView's operator[] over its at()Edward Welbourne2020-10-061-7/+7
* Test end-date, not just its string representation, in QDTE testEdward Welbourne2020-10-061-170/+264
* CMake: Add library mapping for QmlCompilerUlf Hermann2020-10-051-0/+1
* rhi: vk: Reduce memcopies with full dynamic buffer updatesLaszlo Agocs2020-10-051-1/+4
* Remove QPlatformScreen::pixelDensity()Morten Johan Sørvig2020-10-058-42/+0
* Make the logicalDpi() default implementation return 96Morten Johan Sørvig2020-10-051-10/+5
* Streamline the template specialization of QESDP's dtorGiuseppe D'Angelo2020-10-054-4/+30
* Windows QPA: Fix building with OpenGL disabled after "QFlags: remove deprecat...Martin Storsjö2020-10-051-1/+1
* Change QString::fromLatin1 and friends to use QByteArrayViewLars Knoll2020-10-054-68/+88
* CMake: Implement configure -reduce-exportsJoerg Bornemann2020-10-055-10/+13
* Use QStringTokenizer instead of QStringView::splitLars Knoll2020-10-051-2/+9
* Don't store QTextHtmlParserNode by value in a QListLars Knoll2020-10-052-29/+34
* Implement date-time fromString(QStringView...) methodsEdward Welbourne2020-10-052-23/+98
* Do not use QHash's aeshash() under Clang's sanitizerAndrei Golubev2020-10-051-2/+14
* CMake: set default eglfs device integration pluginSamuli Piippo2020-10-051-1/+16
* CMake: enable egl_viv pluginsSamuli Piippo2020-10-054-2/+60
* Group, cleanup, and consolidate QProgressDialogPrivate member variablesChristian Heimlich2020-10-051-32/+32
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-0313-211/+211
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-0359-189/+148
* QAppleLogActivity: add a swap() methodGiuseppe D'Angelo2020-10-031-0/+6
* QMacKeyValueObserver: code tidiesGiuseppe D'Angelo2020-10-031-8/+9
* QFlags: remove deprecated constructorEdward Welbourne2020-10-035-18/+11
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-0345-96/+96
* Handle trailing cruft consistently in Qt::DateFormat parsingEdward Welbourne2020-10-033-103/+128
* Remove compiler testAllan Sandfeld Jensen2020-10-0212-1763/+1
* Switch Q_DECL_DEPRECATED to use C++14 [[deprecated]]Allan Sandfeld Jensen2020-10-038-120/+103
* Remove typedef Q_PIDFriedemann Kleint2020-10-024-25/+14
* QProcessPrivate: Use member initializationFriedemann Kleint2020-10-022-39/+18
* QAIM docs: use \nullptr instead of 0Giuseppe D'Angelo2020-10-021-2/+2
* Rework a test, eliminating some needless conversion via stringsEdward Welbourne2020-10-021-35/+15
* Ignore mouse events where globalPos contains NaNSteffen Kieß2020-10-021-0/+5
* End touch->mouse synthesis when the chosen touchpoint is releasedShawn Rutledge2020-10-022-27/+57
* Android: Make checking a dependency path accept both separator stylesAlessandro Portale2020-10-021-2/+2
* Add test case for QSslSocket to show the wrong behaviorLars Schmertmann2020-10-025-0/+373
* QTreeView: fetch as many nested entries as fit into the viewVolker Hilsheimer2020-10-022-2/+161
* rhi: Add a note to generateMips docsLaszlo Agocs2020-10-021-0/+7
* rhi: vk: Alter command buffer strategyLaszlo Agocs2020-10-024-134/+158
* rhi: gl: Best uniform is no uniformLaszlo Agocs2020-10-022-4/+84
* rhi: gl: Stop flooding with glVertexAttribPointersLaszlo Agocs2020-10-021-6/+26
* rhi: gl: Skip rebinding the same index buffer in the same passLaszlo Agocs2020-10-021-1/+5