summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update the qt_attribution.json for SQLiteAndy Shaw2020-06-041-2/+2
* Enforce two's complement integersGiuseppe D'Angelo2020-06-041-0/+4
* Deprecate the pause-related APIs of QFuture* classesSona Kurazyan2020-06-049-96/+378
* Fix to crash in QWindow::event when delete this called on closeEventMiika Pernu2020-06-041-2/+6
* QLabel: create the text control when getting polished, if necessaryVolker Hilsheimer2020-06-041-0/+3
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-0413-1628/+12
* QNX: assume QNX is always UTF-8Samuli Piippo2020-06-041-1/+2
* QNX: add missing includeSamuli Piippo2020-06-041-0/+1
* QNX: fix build error without PPS featureSamuli Piippo2020-06-041-0/+2
* QtNetwork remove deprecated signalsTimur Pocheptsov2020-06-049-64/+1
* QNetworkReplyHttpImpl: resolve a todo after the bearer removalMårten Nordheim2020-06-042-24/+3
* macOS: Build print support plugin directly into QtPrintSupportTor Arne Vestbø2020-06-049-108/+31
* macOS: Remove QtWidget dependency from platform pluginTor Arne Vestbø2020-06-048-79/+11
* Limit QByteArray's 8-bit support to ASCIIEdward Welbourne2020-06-042-154/+129
* Overhaul documentation of QByteArray numeric conversionsEdward Welbourne2020-06-041-74/+96
* QByteArray: clean up docs of trimmed() and simplified()Edward Welbourne2020-06-041-15/+17
* Rename snippet files to match the carved up corelib/tools/Edward Welbourne2020-06-0419-159/+159
* Set the dontPrint attribute correctly for the character being checkedAndy Shaw2020-06-041-1/+1
* sqlite: Upgrade to 3.32.1Andy Shaw2020-06-045-2134/+3057
* Fix build without features.actionTasuku Suzuki2020-06-042-1/+2
* Move macOS print support from platform plugin into QtPrintSupportTor Arne Vestbø2020-06-0418-123/+75
* Long live QStringTokenizer!Marc Mutz2020-06-033-0/+797
* Use QByteArray instead of QStringJonas Karlsson2020-06-033-55/+73
* Enable the scenegraph to remove its QMatrix4x4_Accessor hackLaszlo Agocs2020-06-032-5/+29
* Fix and compactify QNotifiedPropertyUlf Hermann2020-06-033-14/+82
* Fix build without features.menuTasuku Suzuki2020-06-043-3/+7
* Move QAbstractFileIconEngine into QtGuiTor Arne Vestbø2020-06-0319-25/+19
* Do not multithread if already in a global threadpool threadAllan Sandfeld Jensen2020-06-037-15/+48
* Support winding fonts like Windows doesAllan Sandfeld Jensen2020-06-031-0/+4
* QEventDispatcherWin32: retrieve PM_REMOVE value as a bit flagAlex Trotsenko2020-06-031-1/+5
* QPoint(F): API cleanupsGiuseppe D'Angelo2020-06-031-117/+117
* Add QT_QPA_SYSTEM_ICON_THEME to override icon theme nameShawn Rutledge2020-06-031-0/+3
* Fix build for Android on macOSEskil Abrahamsen Blomfeldt2020-06-033-3/+1
* Make sure the default AndroidManifest is compatible with Qt CreatorAssam Boudjelthia2020-06-031-7/+2
* Add missing lock in QFactoryLoaderAlex Blasche2020-06-031-0/+1
* Add Q_OS_WEBOS to qsystemdetectionDominik Holland2020-06-031-0/+4
* Doc: Fix qdoc warningsPaul Wicking2020-06-031-10/+10
* Windows: Fix QPainter warnings when using some fontsEskil Abrahamsen Blomfeldt2020-06-031-0/+3
* H2 protocol handler: make sure inflateEnd gets called on z-streamTimur Pocheptsov2020-06-031-0/+3
* Doc: fix some typos in QRegularExpression documentationSamuel Gaist2020-06-031-8/+8
* Move QtAccessibilitySupport into QtGuiTor Arne Vestbø2020-06-0220-63/+14
* QPainter: replace manual memory management [1/5]: dummyStateMarc Mutz2020-06-022-4/+5
* QTranslator: replace manual memory handling with std::unique_ptrMarc Mutz2020-06-021-18/+14
* Do not fully initialize QIconLoader when setting the fallback themeAlbert Astals Cid2020-06-022-3/+15
* CMake: Make it possible to build tools when cross-compilingLeander Beernaert2020-06-0217-26/+42
* QMetaType: create metatype for voidFabian Kosmale2020-06-022-11/+23
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-0241-92/+280
* Doc: Fix issues with Qt Widgets documentation configurationTopi Reinio2020-06-021-2/+2
* High DPI/Windows style: Fix potential crash when drawing buttons of maximized...Friedemann Kleint2020-06-021-1/+1
* Convert Q_ASSERT to Q_STATIC_ASSERTDimitrios Apostolou2020-06-021-1/+1