summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QByteArray::toDouble: fix buffer overflow reads on fromRawData()Thiago Macieira2020-07-281-6/+25
* Export the QMutable* event classesShawn Rutledge2020-07-281-3/+3
* QSslSocket (OpenSSL, Windows) - make sure we ignore stale fetch resultsTimur Pocheptsov2020-07-283-1/+28
* Windows QPA: Move some internal functions to the new interfaceFriedemann Kleint2020-07-287-90/+72
* Windows QPA: Move mime-type related classes to the new interfaceFriedemann Kleint2020-07-2814-83/+152
* QSslSocket (OpenSSL) - fix a minor type errorTimur Pocheptsov2020-07-282-2/+2
* QHostAddress: resolve API issues marked with ##Qt6Timur Pocheptsov2020-07-282-68/+2
* QNativeSocketEngine/Win: fix write() in case of splittingAlex Trotsenko2020-07-281-3/+1
* tslib: Add missing override annotationFabian Kosmale2020-07-281-1/+1
* Replace Q_ALWAYS_INLINE with static inlineAllan Sandfeld Jensen2020-07-285-48/+46
* QCompleter: fix an out of bounds access in a QMapGiuseppe D'Angelo2020-07-271-1/+2
* QWindowsServices: ungarble the URLThiago Macieira2020-07-271-3/+3
* Sanitize lengthValue in CSS parserRobert Loehning2020-07-271-5/+4
* Windows QPA: Potential crash fix for WineFriedemann Kleint2020-07-271-2/+4
* QLine: purge deprecated APIEdward Welbourne2020-07-272-64/+2
* Purge redundant recoding of URL fragments from QByteArrayEdward Welbourne2020-07-274-64/+0
* QLine: eliminate M_2PI in favor of qmath.h's radian<->degree convertersEdward Welbourne2020-07-271-8/+3
* Inline QDir::separator(), as requested by a ### Qt6 commentEdward Welbourne2020-07-272-9/+10
* Unify QLoggingCategory's two constructorsEdward Welbourne2020-07-272-20/+5
* Move a comment from a header to relevant docsEdward Welbourne2020-07-272-2/+2
* Clean-up methods with default values in JSON classesSona Kurazyan2020-07-263-24/+5
* Improve the iterators of QJsonArray and QJsonObjectSona Kurazyan2020-07-265-181/+202
* Avoid claiming F16C support on non-x86 platformsTor Arne Vestbø2020-07-261-0/+1
* Windows QPA: Move dark mode handling to the new interfaceFriedemann Kleint2020-07-2511-43/+61
* QtGui: Add Windows conversion functions for to QImageFriedemann Kleint2020-07-242-13/+116
* Fix under non-integer scaling incorrect update areaTang HaiXiang2020-07-251-1/+1
* fix qcombobox code styleWang Peng2020-07-251-1/+1
* Set name of X11 Client Leader Window to application nameRaphael Rosch2020-07-241-1/+1
* Windows QPA: Move window properties to the new interfacesFriedemann Kleint2020-07-246-44/+26
* Remove the space before the ')'Li Zhong Ming2020-07-241-3/+3
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-2422-280/+4
* testlib: Set AA_UseHighDpiPixmaps false for low-DPI testsTor Arne Vestbø2020-07-241-0/+8
* macOS: Clarify that QCocoaKeyMapper only computes 8 modifier statesTor Arne Vestbø2020-07-242-24/+8
* Fix race in QFseventsFileSystemWatcher destructorErik Verbruggen2020-07-241-6/+8
* Fix buffer overflow in XBM parserAllan Sandfeld Jensen2020-07-241-1/+3
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-2418-923/+6
* QMetaType: force properties to have a complete type againFabian Kosmale2020-07-242-6/+27
* testlib: Add start time and test duration to JUnit XMLTor Arne Vestbø2020-07-243-2/+16
* testlib: Output JUnitXML attributes in right orderTor Arne Vestbø2020-07-241-7/+12
* SecureTransport: Set requested ciphers specified in the configurationAndy Shaw2020-07-242-0/+95
* QLineEdit: Fix cursor drawing issuesLu YaNing2020-07-232-1/+3
* QWindowsFontDatabaseBase: Fix unused parameter errorKai Koehne2020-07-231-0/+2
* QSslSocket::flush - purge the function marked for removal in Qt6Timur Pocheptsov2020-07-232-20/+0
* QLogging: purge deprecated qInstallMsgHandler(QtMsgHandler)Edward Welbourne2020-07-232-31/+1
* QLocale: purge deprecated APIEdward Welbourne2020-07-232-43/+0
* Multiply instead of shiftingRobert Loehning2020-07-231-1/+1
* testlib: Track current test suite in JUnit test loggerTor Arne Vestbø2020-07-222-27/+32
* testlib: Explicitly name watchdog timer threadTor Arne Vestbø2020-07-221-0/+1
* testlib: Defer signal dumper start until tests are ready to runTor Arne Vestbø2020-07-223-3/+18
* Add QPlatformInterface::Private::QWindowsWindowFriedemann Kleint2020-07-2212-207/+39