summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QJsonValueRef: add missing operator[]Fabian Kosmale2021-02-261-0/+4
* Document requirements for getters and setters of bindable propertiesAndreas Buhr2021-02-252-6/+38
* Assert that QWidgetPrivate::create creates a windowVolker Hilsheimer2021-02-251-0/+1
* Fix qmake's metatype generation feature after moving moc to libexecJoerg Bornemann2021-02-251-1/+1
* Reduce warnings from ICC parsingAllan Sandfeld Jensen2021-02-252-9/+11
* QEventDispatcherWin32: get rid of the hook procedureAlex Trotsenko2021-02-252-30/+9
* Fix logic problems with table based grayscale ICC profilesAllan Sandfeld Jensen2021-02-252-6/+6
* Add more support for structured bindingsGiuseppe D'Angelo2021-02-255-0/+238
* Assert that we have a socketEngine before calling itVolker Hilsheimer2021-02-251-0/+1
* QIcon::setIsMask: don't dereference nullptrVolker Hilsheimer2021-02-251-2/+2
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-2525-565/+550
* tst_QFuture::continuationsWithContext: fix the flakinessSona Kurazyan2021-02-251-3/+14
* Improve docs for QFuture::then() with contextSona Kurazyan2021-02-252-0/+21
* And fix handling and test of QImage::fill(uint) as wellAllan Sandfeld Jensen2021-02-252-2/+12
* Improve QImage::fill(uint) documentationAllan Sandfeld Jensen2021-02-251-5/+5
* Remove INTERNAL argument from qt_internal_add_linker_version_scriptJoerg Bornemann2021-02-251-34/+30
* Assert that setCurrentAnimation has the assumed side effectVolker Hilsheimer2021-02-251-1/+3
* Consistently test for nullptrVolker Hilsheimer2021-02-251-2/+3
* configurejson2cmake: Add library mapping for libmngJoerg Bornemann2021-02-241-0/+1
* QSystemSemaphore: Fix broken translated messagesFriedemann Kleint2021-02-245-28/+15
* Assert that either both or neither pointer are nullptrVolker Hilsheimer2021-02-241-0/+2
* QStandardPaths: Add translation comment for macOS-specific itemFriedemann Kleint2021-02-241-1/+3
* Disable NetworkManager plugin for -no-dbusKai Koehne2021-02-241-1/+1
* Fix transitionEachZone() failures on AndroidEdward Welbourne2021-02-243-175/+25
* Add null pointer checkVolker Hilsheimer2021-02-241-1/+1
* Assert that we have a layout before dereferencingVolker Hilsheimer2021-02-241-0/+3
* Assert that either both or neither pointer are nullptrVolker Hilsheimer2021-02-241-0/+10
* Assert that dereferenced pointer is never nullptrVolker Hilsheimer2021-02-241-0/+1
* CMake: Prevent qt_remove_args() from accessing out-of-range list indexCraig Scott2021-02-241-0/+4
* Avoid int overflow in QImage rotate90/180/270Eirik Aavitsland2021-02-241-21/+21
* CMake: Reformat shared keyword listsCraig Scott2021-02-241-12/+63
* Avoid cyclic dependency between plugin and module *Config.cmake filesCraig Scott2021-02-241-1/+1
* qt6_finalize_executable(): Enable finalizers to be set per-targetCraig Scott2021-02-242-8/+53
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-2442-76/+84
* Move build tools to libexec instead of the bin dirJoerg Bornemann2021-02-2321-15/+40
* Verify that QFileIconProvider returns valid pixmapsMorten Johan Sørvig2021-02-231-6/+6
* evdevtouch: Fix wrong addTouchPoint for "mtdev"Valery Volgutov2021-02-231-3/+7
* Fix handling of virtual/native pixels in QAndroidPlatformWindowAndreas Buhr2021-02-232-22/+36
* Initialize out-variablesVolker Hilsheimer2021-02-231-5/+8
* Fix some warnings about virtual/overrideAndreas Buhr2021-02-233-5/+5
* iOS: Pass the text to handleExtendedKeyEvent when knownAndy Shaw2021-02-233-6/+13
* QtNetwork: Fix build with QT_NO_SSLFriedemann Kleint2021-02-221-2/+2
* A follow-up fix for potentially missing OpenSSL symbol resolvingTimur Pocheptsov2021-02-225-2/+28
* Re-order includes in qjniobject.cppAssam Boudjelthia2021-02-221-1/+2
* Initialize QStyleOptionHeaderV2 with correct versionVolker Hilsheimer2021-02-221-1/+1
* Complete documentation for QStyleOptionHeaderV2Volker Hilsheimer2021-02-221-22/+33
* QLineEdit: Fix editingFinished() not being emitted when pressing the clear bu...Dong Rui2021-02-221-1/+1
* QProcess/Unix: remove outdated notices about use of posix_spawn() on QNXThiago Macieira2021-02-212-7/+0
* QProcess::startDetached/Unix: report which function failedThiago Macieira2021-02-212-30/+46
* QProcess::startDetached/Unix: simplify handling of the pipesThiago Macieira2021-02-211-21/+26