summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bindable property with initializationIvan Solovev2020-12-174-2/+87
* Add sections about std containers and algorithmsOle-Morten Duesund2020-12-172-0/+72
* Prevent copy in texture upload with invalid inputLaszlo Agocs2020-12-161-2/+4
* Fix typo in QtOpenGL module docsLaszlo Agocs2020-12-161-1/+1
* QSslSocket_schannel: Don't compare against undefined valueMårten Nordheim2020-12-161-1/+1
* QCache: fix updating entries breaking the internal chainMårten Nordheim2020-12-161-4/+5
* xcb: report wheel events from the correct device instanceShawn Rutledge2020-12-158-91/+256
* QProperty docs: update macro nameIvan Solovev2020-12-151-2/+3
* QString: update documentationIvan Solovev2020-12-152-120/+215
* CMake: Fix compile warnings when MSVC and -DFEATURE_static_runtime=ONLi Xinwei2020-12-151-0/+1
* Bump versionPaul Wicking2020-12-151-0/+1
* Doc: Clean up changes to Qt XML docsPaul Wicking2020-12-151-15/+12
* Fix qt_alphaVersion and qt_opaqueVersion in the trivial caseAllan Sandfeld Jensen2020-12-151-4/+53
* QProcess: remove unused memberAlex Trotsenko2020-12-152-2/+0
* Restore previous QDateTime behavior in DST gapAndreas Buhr2020-12-151-3/+3
* Move QObjectBindableProperty documentation into snippet fileFabian Kosmale2020-12-152-18/+71
* xcb: Fix available geometry after rotationAlexander Volkov2020-12-132-5/+10
* OCI: Fix the compilation of the pluginAndy Shaw2020-12-131-5/+6
* QUrl: improve parseIp6's use of QStringViewThiago Macieira2020-12-121-6/+4
* QUrl: update parseIp6 to use QStringView, as the comment requestedThiago Macieira2020-12-121-8/+6
* QStringView: add constBegin and constEndThiago Macieira2020-12-122-4/+23
* QSocketNotifier: extend API to provide more flexible startupAlex Trotsenko2020-12-112-17/+76
* Assert validity in QStringIterator's unchecked methodsEdward Welbourne2020-12-111-6/+18
* QList docs: lexicographical -> lexicalIvan Solovev2020-12-111-4/+4
* Remove already-set option style feature for QCommandLinkButtonDoris Verria2020-12-111-2/+0
* Fix event() chaining in QSocketNotifierAlex Trotsenko2020-12-111-11/+15
* Don't show focus rect for QCommandLinkButtonDoris Verria2020-12-111-0/+1
* Override initStyleOption() for QCommandLinkButtonDoris Verria2020-12-112-0/+7
* Add support of invoking QFuture continuations in a given contextSona Kurazyan2020-12-114-20/+242
* macOS: Remove setObjectName call from moveWidgetToPlatformItemTor Arne Vestbø2020-12-101-1/+0
* QTableView: honor spans when calculating height/width hintChristian Ehrlicher2020-12-101-0/+17
* QHeaderView: respect the font role while calculating the elided textChristian Ehrlicher2020-12-103-11/+14
* Check date validity in calendar methods taking a QDateEdward Welbourne2020-12-101-2/+2
* macOS: Disable WA_QuitOnClose on menu item widget containerTor Arne Vestbø2020-12-101-0/+2
* Avoid overflowing QFixed in text layoutEirik Aavitsland2020-12-101-0/+3
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-103-1/+3
* CMake: Support deferred finalization for qt6_add_executable()Craig Scott2020-12-101-0/+33
* Add colorspace transfer functions based on tables of inputsAllan Sandfeld Jensen2020-12-104-23/+144
* Clean up qtconcurrent.qdocconf fileKai Koehne2020-12-101-2/+1
* Workaround bogus compiler warningFabian Kosmale2020-12-101-1/+10
* QStringView: add some QRegularExpression-related overloadsGiuseppe D'Angelo2020-12-104-0/+176
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-2/+2
* CMake: Fix FEATURE_static_runtime buildJoerg Bornemann2020-12-091-0/+1
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-091-0/+6
* QCborStreamReader: move helper function to the only place it's usedThiago Macieira2020-12-091-25/+17
* Revert "Android: print tailored warning if qml dependency path is a dir"Assam Boudjelthia2020-12-091-8/+2
* QStringConverter: add comments marking the BOM checks and emissionsThiago Macieira2020-12-091-0/+5
* Use QDeadlineTimer in qlogging.cppThiago Macieira2020-12-091-3/+2
* QDeadlineTimer: optimize when std::chrono::steady_clock is the sameThiago Macieira2020-12-091-0/+28
* Simplify the detection for the monotonic clock in qelapsedtimer_unix.cppThiago Macieira2020-12-091-35/+29