summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove outdated INSTALL fileKai Köhne2021-06-121-9/+0
* Allow building Qt examples with qmake in-sourceKai Köhne2021-06-121-9/+1
* Doc: Mention that you cannot order QVariants anymoreKai Köhne2021-06-121-0/+4
* Allocate progress related data on demandSona Kurazyan2021-06-122-29/+62
* QFuture: put the result store and the exception store in a unionSona Kurazyan2021-06-127-31/+118
* QLatin1String: Add a constructor taking QByteArrayViewMårten Nordheim2021-06-123-0/+46
* QTimeZonePrivate::territory: use QStringTokenizerMårten Nordheim2021-06-121-6/+4
* Replace flags with spaces when removing themAlexey Edelev2021-06-121-2/+2
* QNetworkReply: Decompress when readingMårten Nordheim2021-06-1216-125/+1670
* String API Symmetry: test for indexOf with large negative offsetMårten Nordheim2021-06-113-1/+6
* Ensure test using setlocale() doesn't leave it permanently changedEdward Welbourne2021-06-121-3/+6
* Deliver WindowActivate/Deactivate events to QWindowVolker Hilsheimer2021-06-113-1/+53
* Add .UTF-8 suffixes to locale-names passed to setlocale()Edward Welbourne2021-06-112-3/+4
* Remove two QEXPECT_FAIL()s that no longer appear to be validEdward Welbourne2021-06-111-12/+0
* Fix date parsing when local time lacks the start of the dayEdward Welbourne2021-06-111-13/+26
* Record useful URL in qlocale_unix.cppEdward Welbourne2021-06-111-1/+3
* QLatin1String: optimize indexOfMårten Nordheim2021-06-115-24/+163
* Fix reading gamma from PNGs without ICC profileAllan Sandfeld Jensen2021-06-111-2/+2
* QSemaphore: Fix warning in 32-bit buildNodir Temirkhodjaev2021-06-121-1/+1
* QLatin1String: Add overloads taking QLatin1CharMårten Nordheim2021-06-113-0/+63
* QLatin1String: Remove a non-null assert in comparisonMårten Nordheim2021-06-111-1/+0
* tst_qsettings: reliably remove the empty.ini fileMarc Mutz2021-06-111-1/+2
* QObject: Fix memory leak in queued_activateFabian Kosmale2021-06-111-12/+34
* CMake: Fix Qt tool apks not to be built as part of default all targetAlexandru Croitor2021-06-111-16/+35
* QNetworkInformation: Rename the plugins and typeMårten Nordheim2021-06-1117-15/+15
* Remove pure-virtual-signals.h include from tst_moc.cppEdward Welbourne2021-06-111-1/+0
* Correct handling of last second of 1969 (again)Edward Welbourne2021-06-112-51/+151
* Clean up tst_QDateTime's conditions on zoneIsCETEdward Welbourne2021-06-111-419/+414
* Rework setMSecsSinceEpoch() to avoid local->UTC conversionsEdward Welbourne2021-06-111-44/+41
* Fix internal module mappings of the qtdeclarative repoAlexey Edelev2021-06-112-10/+10
* Remove old Android code that have now has alternative public APIsAssam Boudjelthia2021-06-115-2901/+3
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-112-2/+21
* Fix build without features.itemmodelTasuku Suzuki2021-06-111-2/+6
* Fix unaligned specialData formatsAllan Sandfeld Jensen2021-06-111-4/+9
* macOS: close visible gap between tab bar base line and tabsVolker Hilsheimer2021-06-112-2/+2
* Correctly support style sheet for toolbutton menus and arrowsVolker Hilsheimer2021-06-111-25/+96
* In headers with only the arrow styled, prevent overlapping with textVolker Hilsheimer2021-06-111-2/+19
* Disable text gamma-correction when painting on linear color spaceAllan Sandfeld Jensen2021-06-101-0/+2
* Fix QColorTransform on RGBA64_PremultipliedAllan Sandfeld Jensen2021-06-101-6/+15
* remove cmake compatibility functions for old APIPeng Wenhao2021-06-111-1/+0
* Update internal module mappingsAlexey Edelev2021-06-101-5/+5
* Add shortcut for QImage::applyColorTransform on indexed imagesAllan Sandfeld Jensen2021-06-101-0/+7
* Check scrollbar ScrollBarOverlap when computing QListView marginsZhang Hao2021-06-102-0/+32
* Add the check for linker capabilities to resolve circular dependenciesAlexey Edelev2021-06-1010-5/+219
* JNI: check if clazz is null before doing a jni callAssam Boudjelthia2021-06-101-8/+16
* JNI: state that findClass() returns a global refAssam Boudjelthia2021-06-101-11/+13
* Bump versionJani Heikkinen2021-06-101-1/+1
* Introduce a mini-version of qsslsocket_openssl_symbols_p.h/.cppTimur Pocheptsov2021-06-094-37/+868
* QLocalSocket/Win: avoid double buffering on writeAlex Trotsenko2021-06-096-40/+47
* Fix inexplicably changed condition in GL backingstore compositionLaszlo Agocs2021-06-091-1/+2