summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QREMatchIterator: add support for range-based forGiuseppe D'Angelo2020-09-303-0/+130
* Get rid of some #ifdef qt6Allan Sandfeld Jensen2020-09-3011-55/+3
* Android: Append .exe suffix to qmlImportScanner in androiddeployqtAlessandro Portale2020-09-301-4/+3
* Use QDateTimeParser::locale(), not the default QLocaleEdward Welbourne2020-09-301-2/+2
* CMake Build: Add direct2d CMake buildCristian Adam2020-09-303-2/+280
* Eliminate QDateTimeParser's mutable parameters at lastEdward Welbourne2020-09-303-34/+32
* Standardize #include order and form in qdatetime.cppEdward Welbourne2020-09-301-20/+16
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-09-302-23/+29
* QTestResult: Don't pass a nullptr file to addFailure()Ulf Hermann2020-09-301-3/+5
* Use universal references in QtConcurrentSona Kurazyan2020-09-308-186/+230