summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dirview example: Show file icons on WindowsFriedemann Kleint2021-02-131-0/+2
* Extend colorspace testing and fix bug it uncoveredAllan Sandfeld Jensen2021-02-133-1/+122
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-1326-67/+58
* Disable warnings from using deprecated QScopedPointer::takeVolker Hilsheimer2021-02-131-0/+6
* Android: set minimum recommended android SDK to 29Assam Boudjelthia2021-02-132-2/+2
* Fix Wacom Art Pen detection on xcbShawn Rutledge2021-02-123-4/+10
* Fix QImage::fill with semi-transparent QColorAllan Sandfeld Jensen2021-02-122-18/+41
* QHeaderView: pass sectionSize to createSectionItems()Christian Ehrlicher2021-02-122-8/+5
* Update QDateTime::timeZoneAbbreviation docsEdward Welbourne2021-02-121-14/+14
* Rework tst_QDateTime::toString_isoDate() to eliminate an XFAILEdward Welbourne2021-02-121-16/+17
* Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systemsEdward Welbourne2021-02-122-21/+59
* Revert "Remove the qmake project files" for snippetsNico Vertriest2021-02-127-0/+24
* Fix compilation with system double-conversionMårten Nordheim2021-02-1222-21/+22
* Add build.gradle to easily modifying Java project with Android StudioAssam Boudjelthia2021-02-124-1/+61
* Fix docs misuse of escape character \Assam Boudjelthia2021-02-121-2/+2
* remove friend class of QClassFactory for QCoreApplicationJiDe Zhang2021-02-111-1/+0
* Replace QScopedPointer with std::unique_ptrVolker Hilsheimer2021-02-121-7/+7
* QMatrix4x4: deprecate operator*(QVector3D, QMatrix4x4)Giuseppe D'Angelo2021-02-112-6/+9
* Fix compiler warning: don't mix signed and unsigned int in comparisonVolker Hilsheimer2021-02-111-1/+1
* Fix compiler warning: initialize variableVolker Hilsheimer2021-02-111-2/+2
* QNetworkInformation fixupsMårten Nordheim2021-02-118-5/+14
* Fix mingw compiler warningsMårten Nordheim2021-02-115-34/+24
* Add a shortcut in QDateTimeParser::findTimeZone for UTCMårten Nordheim2021-02-111-1/+8
* QTimeZone: Avoid creating quite as many QByteArraysMårten Nordheim2021-02-111-4/+21
* QMatrix4x4: deprecate operator*(QMatrix4x4, QVector3D/QPoint(F))Giuseppe D'Angelo2021-02-112-3/+37
* Refactor duplicate code for clearing JNI exceptions before returningAssam Boudjelthia2021-02-111-80/+43
* Fix registerNativeMethods for goodAssam Boudjelthia2021-02-114-3/+83
* Android: take JavaVM() from QJniEnvironment and not QtAndroidPrivateAssam Boudjelthia2021-02-112-4/+5
* iOS: Disable three-finger-tap editing interaction menu when there's no focus ...Tor Arne Vestbø2021-02-111-0/+13
* testlib: Don't abort on unrecognized -AppleFoo command line argumentsTor Arne Vestbø2021-02-111-1/+6
* macOS: Be honest about the system localeTor Arne Vestbø2021-02-112-27/+38
* macOS: Initialize standard NSUserDefaults as early as possibleTor Arne Vestbø2021-02-111-0/+15
* Make QDate's text round-trip test do actual comparisonsEdward Welbourne2021-02-111-5/+7
* CMake: add Qt::Gui dependency by default for Android testsAssam Boudjelthia2021-02-111-1/+5
* configure: Don't guess the compiler if the user already chose oneJoerg Bornemann2021-02-111-4/+41
* CMake: setup windows tools path only when building on WindowsSamuli Piippo2021-02-111-1/+1
* Fix FindWrapOpenSSL.cmake if OpenSSL::Crypto is UNKNOWN_LIBRARYJoerg Bornemann2021-02-111-1/+1
* CMake: Port the snippet project setup to CMakeVenugopal Shivashankar2021-02-1020-16/+200
* Filter cosmetic lines using transformed, not world coordinatesEirik Aavitsland2021-02-101-4/+4
* Fix recently added auto test of text layout overflowEirik Aavitsland2021-02-101-1/+2
* Fix QNetworkInterface IsUp and IsRunning enum documentationAndreas Hartmetz2021-02-101-3/+5
* CMake: always pass QT6_INSTALL_PREFIX to androiddeployqtAssam Boudjelthia2021-02-101-5/+2
* Fix typo in android APK generation logAlex Blasche2021-02-101-1/+1
* More helpful error message when merging qt features in CMakeAndreas Buhr2021-02-101-1/+1
* Several fixes to porting guidesAlex Blasche2021-02-102-3/+5
* Fix completely wrong init_class and jar_bundle_native valuesAlex Blasche2021-02-101-2/+2
* Restore pre-Qt6 QList::fill() behaviorAndrei Golubev2021-02-102-8/+67
* Update name of c++2a to c++20Kai Köhne2021-02-109-41/+57
* CMake: fix typo in qt_finalize_executable snippetAssam Boudjelthia2021-02-101-1/+1
* Doc: link to QScopeGuard in QScopedValueRollback documentationMitch Curtis2021-02-091-1/+1