summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace CopyrightFile entry in libjpeg qt_attribution.json5.12Kai Köhne2021-12-072-13/+12
* macOS: Compute NSWindow background color without checking styleMaskTor Arne Vestbø2021-11-012-2/+14
* xcb: avoid to use invalid pointersLiang Qi2021-10-222-2/+14
* Refix for avoiding huge number of tiny dashesEirik Aavitsland2021-10-222-4/+35
* Improve fix for avoiding huge number of tiny dashesEirik Aavitsland2021-10-221-1/+1
* Avoid processing-intensive painting of high number of tiny dashesEirik Aavitsland2021-10-222-9/+69
* Bump versionJani Heikkinen2021-10-041-1/+1
* Accessibility Linux: Fix caps lock stateSamuel Thibault2021-09-302-10/+8
* SQLite: Update SQLite to v3.36.0Andy Shaw2021-09-303-2976/+4341
* MySQL: treat the MYSQL_FIELD as read-onlyThiago Macieira2021-09-291-22/+17
* QNetworkInterface: disable Netlink-based Linux support on AndroidThiago Macieira2021-09-291-1/+1
* Update the COPYRIGHT.txt fileEirik Aavitsland2021-09-281-2/+2
* Update bundled libjpeg-turbo to version 2.1.1Eirik Aavitsland2021-09-2812-24/+81
* Fix license information for libjpeg-turboKai Köhne2021-09-274-15/+65
* Fix corner case in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-09-231-13/+20
* Make clear why QTestLog::addB?XFail() don't add to countersEdward Welbourne2021-09-231-2/+4
* xcb: add a timeout control when reading INCR propertyLiang Qi2021-08-101-2/+6
* QXpmHandler: actually limit characters-per-pixel to fourMarc Mutz2021-08-061-2/+5
* tst_QSslCertificate::verify - remove QSKIPTimur Pocheptsov2021-08-067-254/+121
* Android: Fix unnecessary clipboard data accessMike Achtelik2021-08-051-12/+7
* QXpmHandler: fix re-entrancy bug in xpm_color_nameMarc Mutz2021-08-051-3/+12
* tst_QSslCertificate::verify - skip auto-testTimur Pocheptsov2021-08-051-0/+2
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-122-1/+13
* opengl: fix a typo in QOpenGLPaintDevice::dotsPerMeterY()Liang Qi2021-07-061-1/+1
* QVarLengthArray: fix aliasing error in insert(it, n, v)Marc Mutz2021-06-291-1/+1
* Enable glyph cache workaround for Apple M-family of GPUsTor Arne Vestbø2021-06-191-1/+2
* macOS: Allow programatically minimizing frameless windowsMorten Johan Sørvig2021-06-091-1/+4
* qmake: Switch to using Xcode's new build systemTor Arne Vestbø2021-06-081-2/+0
* SQLite driver: fix crash when binding a QByteArray/QStringGiuseppe D'Angelo2021-06-011-1/+1
* Cherry-pick upstream patch for non-gcc/clang/msvc compilersAllan Sandfeld Jensen2021-05-183-4/+15
* iOS: Accessibility: Set the correct traits for EditableTextAndy Shaw2021-05-141-1/+9
* SQLite: Update SQLite to v3.35.5Andy Shaw2021-05-143-5150/+8964
* Avoid overflowing QFixed in text layoutEirik Aavitsland2021-05-101-0/+3
* Gracefully reject requests for absurd font sizesEirik Aavitsland2021-05-101-0/+6
* Update bundled libjpeg-turbo to version 2.1.0Eirik Aavitsland2021-05-1039-667/+1079
* QVnc: clip requested screen region to available screen imageEirik Aavitsland2021-05-101-2/+3
* Simplify bundled libjpeg buildEirik Aavitsland2021-05-104-2/+1
* iOS: Accessibility: Don't cut off the last character from the text valueAndy Shaw2021-05-071-2/+1
* Explicitly set input files for qtpreprocessChristoph Keller2021-04-121-0/+9
* Only embed launch screen when building an appChristoph Keller2021-04-081-1/+1
* Explicitly set output files for qtpreprocessNikolay Avtomonov2021-04-071-1/+7
* Update bundled libjpeg-turbo to version 2.0.6Eirik Aavitsland2021-04-060-0/+0
* Update bundled libjpeg-turbo to version 2.0.6Eirik Aavitsland2021-03-2326-150/+235
* Avoid undefined color values in corrupt xpm imageEirik Aavitsland2021-03-121-1/+1
* xcb: unset old states and set new ones for windowLiang Qi2021-03-081-16/+33
* xcb: fix thread synchronization in QXcbEventQueue::waitForNewEvents() againIgor Kushnir2021-03-053-5/+15
* Android: make calling exit() conditional on an environment variableVille Voutilainen2021-03-041-2/+3
* Avoid int overflow in QImage rotate90/180/270Eirik Aavitsland2021-02-241-11/+16
* Blacklist failing tests on macOS 10.14Morten Johan Sørvig2021-02-182-0/+3
* QSslCertificate: Guard against accessing empty QByteArrayRobert Loehning2021-01-111-1/+3