summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-181-0/+5
* Revert "Qt xcb: remove false detects of Qt::GroupSwitchModifier"Liang Qi2021-09-181-3/+3
* Update Android default SDK from 29 to 30Juha Vuolle2021-09-152-2/+2
* Make clear why QTestLog::addB?XFail() don't add to countersEdward Welbourne2021-09-141-1/+3
* QSslCertificate(OpenSSL plugin): fix memory leaks in extension 'parser'Timur Pocheptsov2021-09-143-26/+71
* OpenSSL: Let people opt-in to use TLS 1.3 PSK callbackMårten Nordheim2021-09-111-2/+9
* QTextOdfWriter: fix exporting pixmaps to ODTDavid Faure2021-09-081-2/+2
* Cocoa: Make sure we can display multiple sheets for the same NSWindowDoris Verria2021-09-081-1/+5
* Fix QTextCodec::canEncode() for ICU codecIvan Solovev2021-09-081-1/+37
* wasm: fix network data URI schemeLorn Potter2021-09-081-2/+0
* Doc: add more notes about full screen windows on macOSVolker Hilsheimer2021-09-042-3/+13
* macOS: Don't rely on invalidateCursorRectsForView when mouse is over viewTor Arne Vestbø2021-09-041-0/+14
* Doc: add note that hiding a window doesn't close a full screen spaceVolker Hilsheimer2021-09-031-0/+7
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-021-3/+30
* androiddeployqt: Check if apk is already alignedMike Achtelik2021-09-021-18/+42
* Fix corner case in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-09-021-13/+19
* When clearing QPixmapCache, stop its flushing timerEirik Aavitsland2021-09-011-0/+5
* Doc: Replace the example for QFileInfo::setFileLuca Di Sera2021-08-283-10/+22
* QMetaEnum: avoid quadratic behavior in valueToKeys()Marc Mutz2021-08-271-3/+32
* QGraphicsProxyWidget: forward Window(De)Activate eventsVolker Hilsheimer2021-08-271-0/+4
* QDashStroker: cap the number of repetitions of the patternEirik Aavitsland2021-08-264-24/+39
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-241-15/+27
* Fix bug with NoFontMerging when font does not support scriptEskil Abrahamsen Blomfeldt2021-08-243-3/+13
* Android: Fix unnecessary clipboard data accessAssam Boudjelthia2021-08-241-12/+7
* Android: guard getStateCount() with correct VERSION.SDK_INTAssam Boudjelthia2021-08-241-1/+7
* macOS: Don't wipe NSWindowStyleMaskFullSizeContentView if set manuallyTor Arne Vestbø2021-08-241-1/+3
* Fix broken build when LTTng tracing is enabledEirik Aavitsland2021-08-243-6/+10
* Add note on selecting the device which is used to run tests on AndroidAssam Boudjelthia2021-08-231-0/+6
* macOS: close popups on mousedown within the window frameVolker Hilsheimer2021-08-203-35/+54
* QVarLengthArray: add missing default-ctor documentationMarc Mutz2021-08-191-0/+5
* QLibraryInfo: Add MSVC 2022Mårten Nordheim2021-08-191-1/+3
* fc: Clean up current config on shutdownEskil Abrahamsen Blomfeldt2021-08-182-0/+6
* Doc: Add see also links to operator== and operator!=Paul Wicking2021-08-181-0/+4
* Fix Style java code format and warningsAssam Boudjelthia2021-08-183-525/+345
* Revert "QString::lastIndexOf: fix off-by-one for zero length matches"Tarja Sundqvist2021-08-181-2/+2
* wasm: fix network crash on abortLorn Potter2021-08-182-46/+40
* Update bundled Freetype to 2.10.4Liang Qi2021-08-17577-20564/+7370
* CMake: Prevent multiple creation of the targets 'aab' and 'apk'Joerg Bornemann2021-08-171-18/+22
* Android: Fix fullscreen bottom bar hide issuesPekka Gehör2021-08-161-3/+5
* xkb.compose: get locale from user env settingsLiang Qi2021-08-151-4/+10
* xcb: implement missing bits from ICCCM 4.1.4 WM_STATE handlingGatis Paeglis2021-08-152-12/+119
* macOS: Fix leaked NSMutableArray in applicationActivationChangedTor Arne Vestbø2021-08-141-1/+1
* StyleSheet: Use rule for ComboBox in embedded QLineEditVolker Hilsheimer2021-08-131-6/+6
* Fix hidden API access for Android styleAssam Boudjelthia2021-08-132-841/+789
* xcb: add a timeout control when reading INCR propertyLiang Qi2021-08-121-2/+6
* Fix memory leak if eXIf has incorrect crcRobert Löhning2021-08-122-4/+19
* Fix invalid snippet reference in qtnetwork-index.htmlNico Vertriest2021-08-121-1/+3
* MySQL: remove the version number checks in favor of actual functionalityThiago Macieira2021-08-101-2/+15
* Refix for avoiding huge number of tiny dashesEirik Aavitsland2021-08-101-4/+4
* Doc: Fix QList<T>::fromVector example in QList<T> documentationLuca Di Sera2021-08-101-1/+1