summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Allow Debug-only iOS buildsJoerg Bornemann2020-10-161-5/+7
* Fix warning, make sure temporary is moved into return valueVolker Hilsheimer2020-10-161-2/+2
* Don't divide by zero when calculating number of itemsVolker Hilsheimer2020-10-161-1/+1
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-166-34/+187
* Fix warning in test: unused capture in lambdaVolker Hilsheimer2020-10-161-1/+1
* Q(E)SDP(V2): fill the API gap left by take()Giuseppe D'Angelo2020-10-163-2/+57
* QMetaType: Silence float comparison warnings in QEqualityOperatorForTypeUlf Hermann2020-10-162-0/+6
* Fix "variable set but unused" in qvariant.cppUlf Hermann2020-10-161-1/+1
* Add comparison operators to shared data pointersAllan Sandfeld Jensen2020-10-161-32/+28
* pro2cmake: GitIgnore .pro2cmake_cacheOrgad Shaneh2020-10-161-0/+1
* pro2cmake: Ignore also initial commentOrgad Shaneh2020-10-161-1/+1
* Remove redundant duplicate of EnableForNonVoid in QFutureWatcherAndrei Golubev2020-10-161-7/+1
* Fix subtle SFINAE problem in QPromise::addResultAndrei Golubev2020-10-161-3/+1
* Rename QPromise starting and finishing methods to start and finishAndrei Golubev2020-10-164-49/+49
* Make QPromise::addResult() return boolean status of operationAndrei Golubev2020-10-165-100/+107
* Guard vulkan.h inclusion with __has_includeLaszlo Agocs2020-10-161-5/+21
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-168-35/+40
* Disallow promotion of bool and char in qMin and friendsLars Knoll2020-10-161-1/+3
* Fix signature of QDebug::toString()Lars Knoll2020-10-162-19/+3
* rhi: Further reduce copying in the command bufferLaszlo Agocs2020-10-167-228/+170
* rhi: Unroll the res.binding factory functionsLaszlo Agocs2020-10-161-11/+59
* QSslCertificate (generic) fill the extension's variant mapTimur Pocheptsov2020-10-161-2/+18
* Remove misleading commentTimur Pocheptsov2020-10-161-6/+0
* QSslSocket (autotest) - defuse a time bombTimur Pocheptsov2020-10-161-13/+16
* Remove default parameter from QUnifiedTimer::updateAnimationTimersVolker Hilsheimer2020-10-162-2/+2
* Document noteworthy change in QProcessVolker Hilsheimer2020-10-161-0/+31
* Fix warning: helper functions are only used on some platformsVolker Hilsheimer2020-10-161-2/+2
* Purge QDesktopWidgetVolker Hilsheimer2020-10-1610-242/+23
* QMultiHash: fix operator==Giuseppe D'Angelo2020-10-161-2/+7
* QHash: code tidiesGiuseppe D'Angelo2020-10-161-9/+5
* QOverload helpers: further cleanupsGiuseppe D'Angelo2020-10-161-3/+3
* Floating point function helpers: code tidiesGiuseppe D'Angelo2020-10-161-6/+6
* QtPrivate::Deprecated_t: code tidiesGiuseppe D'Angelo2020-10-161-1/+1
* QESDP::take(): document that it doesn't derefGiuseppe D'Angelo2020-10-161-1/+4
* Port QColorTransform to QESDPGiuseppe D'Angelo2020-10-163-17/+8
* Port some more /*implicit*/-like comments to Q_IMPLICITGiuseppe D'Angelo2020-10-165-14/+14
* QTimeZone: drop an implicit conversion commentGiuseppe D'Angelo2020-10-161-1/+1
* QVariant::compare: handle numerical values and pointers as documentedv6.0.0-beta1Fabian Kosmale2020-10-151-9/+80
* QLocalSocket/Win: prevent writing to broken pipeAlex Trotsenko2020-10-152-0/+7
* Manual tablet test: Add a window showing the devicesFriedemann Kleint2020-10-151-0/+69
* Android: fix path issue with backslashes on WindowsAssam Boudjelthia2020-10-151-2/+2
* QOverload helpers: code tidiesGiuseppe D'Angelo2020-10-151-10/+4
* Doc: Migration Guide for QString related changesKarsten Heimrich2020-10-151-0/+84
* Unwrap private QPalette data memberVolker Hilsheimer2020-10-142-15/+12
* rhi: Fix up vertex inputs with matricesLaszlo Agocs2020-10-147-25/+51
* Return false from canFetchMore for uninitialized QFileSystem modelsDoris Verria2020-10-141-0/+2
* Fix infinite loop triggered when displaying model with QTreeViewDoris Verria2020-10-141-1/+5
* Fix compile time type normalization codeLars Knoll2020-10-144-86/+191
* Simplify implementations of QtConcurrent::blocking* methodsSona Kurazyan2020-10-142-89/+70
* Minor cleanups based on API reviewSona Kurazyan2020-10-142-7/+7