summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Streamline the template specialization of QESDP's dtorGiuseppe D'Angelo2020-10-053-4/+29
* 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-053-49/+68
* 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-0312-210/+210
* 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-033-13/+6
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-0344-95/+95
* Handle trailing cruft consistently in Qt::DateFormat parsingEdward Welbourne2020-10-032-99/+125
* 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
* 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-021-27/+33
* Android: Make checking a dependency path accept both separator stylesAlessandro Portale2020-10-021-2/+2
* QTreeView: fetch as many nested entries as fit into the viewVolker Hilsheimer2020-10-021-2/+10
* rhi: Add a note to generateMips docsLaszlo Agocs2020-10-021-0/+7
* rhi: vk: Alter command buffer strategyLaszlo Agocs2020-10-023-131/+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
* rhi: Make per-frame flags per-pass where appropriateLaszlo Agocs2020-10-0213-124/+196
* rhi: gl: Attempt to reduce superfluous texture unit bindingsLaszlo Agocs2020-10-022-16/+58
* Modernize implementation in date-time and its parsingEdward Welbourne2020-10-023-54/+51
* Android: unify deployment-settings.json path to unix formatAssam Boudjelthia2020-10-021-8/+8
* Reference proper SplitBehaviour enum in docsNicolas Fella2020-10-022-2/+2
* CMake Build: Add mimetype database compression with CMakeCristian Adam2020-10-011-17/+94
* Android: account for native separators when checking a dependency pathAssam Boudjelthia2020-10-011-2/+2
* QAbstractItemView: Don't allow CopyAction for InternalMove viewsVolker Hilsheimer2020-10-011-0/+2
* Remove unnecessary ref-counting of QRunnableAllan Sandfeld Jensen2020-10-012-32/+7
* CMake: Remove old Qt 5 CMake build system filesAlexandru Croitor2020-10-018-827/+0
* CMake: Clean up the public API a bitAlexandru Croitor2020-10-013-9/+26
* Do not assert on invalid ICC curv tableAllan Sandfeld Jensen2020-10-012-17/+35
* Fix race condition in QThreadPool::clearAllan Sandfeld Jensen2020-10-011-3/+3
* Add a QVariant::compare() methodLars Knoll2020-10-012-0/+29
* Fix qdoc warnings for QMap/QMultiMapVolker Hilsheimer2020-10-013-81/+79
* Revert "Reimplement non-antialiased cosmetic pen"Allan Sandfeld Jensen2020-10-011-98/+193
* QFileInfo: Allow constructing from QFileDeviceThorbjørn Lindeijer2020-10-012-4/+4
* Remove deprecated QProcess::pidVolker Hilsheimer2020-10-012-24/+1
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-013-3/+6
* Treat a double-click event as an update event with stationary pointShawn Rutledge2020-09-301-4/+12