summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QJsonObject: Fix operator<=()Ulf Hermann2021-02-181-1/+1
* Make constructing QFont from families explicitVolker Hilsheimer2021-02-181-1/+1
* Use same version in deprecation macrosVolker Hilsheimer2021-02-181-1/+1
* qmake: Introduce QT_HOST_LIBEXECS propertyJoerg Bornemann2021-02-182-1/+9
* fix windows build when both whatsthis and tooltip are disabledNick Shaforostov2021-02-181-1/+5
* Mark QSocketNotifier::activated(int) QT_MOC_COMPATMårten Nordheim2021-02-181-1/+1
* Fix misguided conditional, simplify codeEdward Welbourne2021-02-181-6/+2
* Remove redundant invalid socket checkEdward Welbourne2021-02-182-10/+6
* Correct qt_mktime()'s check for last second in 1969Edward Welbourne2021-02-181-1/+1
* Provide calendar backends with a unique IDEdward Welbourne2021-02-1813-138/+292
* Fix a typo, simplify an increment, add an assertionEdward Welbourne2021-02-181-3/+5
* Drop some over-rides that duplicated the base-class's implementationEdward Welbourne2021-02-182-23/+2
* Fix some qdoc-warnings for 6.1Friedemann Kleint2021-02-182-1/+7
* QMetaType::id: add fastpathFabian Kosmale2021-02-182-13/+22
* Bump the version of QDataStreamFriedemann Kleint2021-02-182-2/+4
* Doc: Fix documentation warnings qtbaseNico Vertriest2021-02-185-17/+20
* Build fix for GHS Compiler 2020.1.4Kimmo Ollila2021-02-161-1/+1
* Mark QPropertyAlias as internalFabian Kosmale2021-02-151-0/+2
* QPropertyBindingPrivate: Support QQmlProperyBindingFabian Kosmale2021-02-153-2/+10
* QPropertyBindingPrivate: Add further support code for QMLFabian Kosmale2021-02-151-2/+15
* xcb: unset old states and set new ones for windowLiang Qi2021-02-151-16/+33
* Remove the corelib_add_mimetypes_resources call for the Core libraryAlexey Edelev2021-02-151-1/+0
* Fix QTimer::setInterval to remove existing bindingsAndreas Buhr2021-02-151-0/+4
* 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