summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Generate qrc files at configure time and make them traceableCristian Adam2020-10-171-1/+4
* Generalize the winmain/qtmain entry-point libraryTor Arne Vestbø2020-10-1716-69/+56
* CMake: pro2cmake: Handle qt3d library namesAlexandru Croitor2020-10-171-5/+11
* Inline the members for QRecursiveMutexLars Knoll2020-10-172-72/+36
* <chrono> should always be available with C++17Lars Knoll2020-10-171-6/+0
* Split QMutex and QRecursiveMutexLars Knoll2020-10-178-245/+240
* Refactor QMutexLocker to be able to handle recursive mutexesLars Knoll2020-10-1710-56/+43
* Fix the initial cursor state for the VNC pluginMagnaboscoL2020-10-171-1/+4
* Cleanup remaining QVariant::Type uses in Qt SqlLars Knoll2020-10-177-268/+270
* qmake: Fix qHash-related integer conversion warningsFriedemann Kleint2020-10-176-18/+18
* QWindowSystemInterface: Add tablet event overloads without timestampsFriedemann Kleint2020-10-172-0/+34
* Fix Clang compiler warnings (-Wrange-loop-analysis)David Skoland2020-10-177-16/+16
* Fix compile warnings from ignored return valueVolker Hilsheimer2020-10-171-2/+2
* Implement move and comparison operators for QEventPointVolker Hilsheimer2020-10-173-4/+76
* sqlite: Upgrade to 3.33.0Andy Shaw2020-10-173-9937/+10673
* QColorConstants: code tidiesGiuseppe D'Angelo2020-10-171-172/+167
* iOS: Remove dead code for linking to platform pluginTor Arne Vestbø2020-10-161-19/+0
* cmake: Fix logic for adding staticlib to module priTor Arne Vestbø2020-10-161-4/+3
* Fix compilation with optimization with g++-10.2Andreas Buhr2020-10-161-0/+3
* Move file of test helpers out of directory for qtconcurrentmap testsAndreas Buhr2020-10-163-2/+2
* Test QImage move semanticsAllan Sandfeld Jensen2020-10-161-2/+33
* CMake: Rename some public API functionsAlexandru Croitor2020-10-166-42/+35
* Fix some compiler warnings from testsVolker Hilsheimer2020-10-162-3/+3
* CMake: Fix qt_add_plugin to be a proper public API functionAlexandru Croitor2020-10-161-6/+1
* CMake: Fix building examples targeting iOS simulator with qmakeAlexandru Croitor2020-10-161-1/+2
* Document (some) Qt6 changes for QtWidgetsVolker Hilsheimer2020-10-161-0/+47
* 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