summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* rhi: Make per-frame flags per-pass where appropriateLaszlo Agocs2020-10-0214-127/+199
* 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-022-9/+9
* Reference proper SplitBehaviour enum in docsNicolas Fella2020-10-022-2/+2
* Give some QTime test-cases more informative namesEdward Welbourne2020-10-011-11/+19
* CMake Build: Add mimetype database compression with CMakeCristian Adam2020-10-011-17/+94
* Set MSVC environment script specifically for MSVCToni Saario2020-10-011-4/+4
* 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-0115-1615/+0
* CMake: Clean up the public API a bitAlexandru Croitor2020-10-015-39/+56
* CMake: Fix -[no-]warnings-are-errors configure argumentJoerg Bornemann2020-10-012-2/+2
* configure: add -qmake argumentJoerg Bornemann2020-10-012-0/+10
* Do not assert on invalid ICC curv tableAllan Sandfeld Jensen2020-10-012-17/+35
* Fix race condition in QThreadPool::clearAllan Sandfeld Jensen2020-10-012-3/+29
* 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-015-5/+8
* tst_qwindow: verify isBeginEvent(), isUpdateEvent() and isEndEvent()Shawn Rutledge2020-09-301-8/+25
* Treat a double-click event as an update event with stationary pointShawn Rutledge2020-09-301-4/+12