summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QVLA: make (last)IndexOf and contains function templatesGiuseppe D'Angelo2020-10-192-9/+15
* Add noexcept to d-ptr accessor functionsAllan Sandfeld Jensen2020-10-191-8/+9
* QProperty: Add value() and setValue() to QBindableUlf Hermann2020-10-191-0/+14
* Use valid glyph index for box font engineEskil Abrahamsen Blomfeldt2020-10-191-2/+2
* CMake: Rename add_qt_gui_executable to qt_add_executableAlexandru Croitor2020-10-191-1/+8
* Fix QFontDialog::selectedFont() does not return actual selected fontZhang Yu2020-10-191-1/+1
* Revert "QRegularExpression: add move constructor(s)"Giuseppe D'Angelo2020-10-192-44/+0
* QRegularExpression: port to QESDPGiuseppe D'Angelo2020-10-192-5/+4
* Add function to access QLockFile's file nameShantanu Tushar2020-10-182-0/+10
* Use std::void_t instead of the hand-rolled versionGiuseppe D'Angelo2020-10-181-10/+6
* Fix allocated memory of QByteArray returned by QIODevice::readLineKai Koehne2020-10-181-0/+1
* QRandomGenerator: optimize for the common use caseThiago Macieira2020-10-182-23/+29
* Core: Make the metacontainer interfaces constexprUlf Hermann2020-10-181-33/+23
* Remove QByteArrayList_indexOfGiuseppe D'Angelo2020-10-182-7/+0
* QColorSpace: port to QESDPGiuseppe D'Angelo2020-10-185-61/+42
* Make most of QMetaTypeInterface constexprUlf Hermann2020-10-189-70/+88
* Cbor: Export the datastream operators for QCborSimpleTypeUlf Hermann2020-10-181-2/+2
* doc: Update and flesh out native interface docsTor Arne Vestbø2020-10-1810-450/+439
* QMutableEventPoint::detach: deref old privateFabian Kosmale2020-10-181-0/+2
* doc: Make QtGui docs depend on platform integration docsTor Arne Vestbø2020-10-171-1/+2
* Consistenly deprecate QMultiMap insert, add moving unite overloadVolker Hilsheimer2020-10-172-20/+39
* qcontainerinfo: make variable templates inlineFabian Kosmale2020-10-171-74/+74
* qtypeinfo.h: We only need a const reference for most operator<<Ulf Hermann2020-10-171-2/+2
* MinGW: Fix static direct2d plugin build using PCHCristian Adam2020-10-171-0/+6
* 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-178-47/+46
* 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-177-244/+239
* Refactor QMutexLocker to be able to handle recursive mutexesLars Knoll2020-10-178-52/+39
* Fix the initial cursor state for the VNC pluginMagnaboscoL2020-10-171-1/+4
* Cleanup remaining QVariant::Type uses in Qt SqlLars Knoll2020-10-172-25/+27
* 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
* 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
* Fix compilation with optimization with g++-10.2Andreas Buhr2020-10-161-0/+3
* CMake: Rename some public API functionsAlexandru Croitor2020-10-163-38/+31
* CMake: Fix qt_add_plugin to be a proper public API functionAlexandru Croitor2020-10-161-6/+1
* Document (some) Qt6 changes for QtWidgetsVolker Hilsheimer2020-10-161-0/+47
* 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-165-15/+28
* 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
* Remove redundant duplicate of EnableForNonVoid in QFutureWatcherAndrei Golubev2020-10-161-7/+1
* Fix subtle SFINAE problem in QPromise::addResultAndrei Golubev2020-10-161-3/+1