summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Use newlines more consistently in generate compile-test codeEdward Welbourne2021-02-156-168/+96
* Drop parsing of antique TextDate formatEdward Welbourne2021-02-151-27/+8
* QDateTime::toString(): use UTC-offset as time-zone suffixEdward Welbourne2021-02-151-1/+2
* Prepare TextDate to use UTC-offset rather than GMT-offset zone suffixesEdward Welbourne2021-02-152-13/+28
* Simplify test-snippets in configure.cmakeEdward Welbourne2021-02-156-192/+96
* Add some special case markers that seem to have been neglectedEdward Welbourne2021-02-152-2/+79
* Update two .prev_configure.cmake files that seem to be out of dateEdward Welbourne2021-02-152-5/+5
* QRectF/Documentation: Fix malformed tableFriedemann Kleint2021-02-151-1/+1
* MinGW: fix warning in QMatrix4x4::map functionsMårten Nordheim2021-02-151-5/+5
* Doc: Fix warning on undocumented enum valueNico Vertriest2021-02-151-0/+1
* Schannel: Fix incomplete downloads with read buffer restrictedMårten Nordheim2021-02-153-1/+5
* Fix minor documentation typos in bindable propertiesJuha Vuolle2021-02-152-2/+2
* Fix attribution for tinycborKai Köhne2021-02-151-1/+1
* Implement futexes for WindowsThiago Macieira2021-02-135-207/+162
* Extend colorspace testing and fix bug it uncoveredAllan Sandfeld Jensen2021-02-132-1/+3
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-132-0/+135
* Fix Wacom Art Pen detection on xcbShawn Rutledge2021-02-123-4/+10
* Fix QImage::fill with semi-transparent QColorAllan Sandfeld Jensen2021-02-121-11/+10
* QHeaderView: pass sectionSize to createSectionItems()Christian Ehrlicher2021-02-122-8/+5
* Update QDateTime::timeZoneAbbreviation docsEdward Welbourne2021-02-121-14/+14
* Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systemsEdward Welbourne2021-02-121-3/+19
* 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
* QMatrix4x4: deprecate operator*(QVector3D, QMatrix4x4)Giuseppe D'Angelo2021-02-112-6/+9
* 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-111-3/+4
* 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-111-23/+24
* macOS: Initialize standard NSUserDefaults as early as possibleTor Arne Vestbø2021-02-111-0/+15
* 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 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
* Several fixes to porting guidesAlex Blasche2021-02-102-3/+5
* Restore pre-Qt6 QList::fill() behaviorAndrei Golubev2021-02-101-1/+4
* 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
* Fix compilation of the QPSQLDriverPlugin plugin with enabled PCHAlexey Edelev2021-02-091-0/+11
* QTextureFileData: support key value metadataJonas Karlsson2021-02-094-3/+56