summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Unify QLoggingCategory's two constructorsEdward Welbourne2020-07-270-0/+0
* Inline QDir::separator(), as requested by a ### Qt6 commentEdward Welbourne2020-07-270-0/+0
* Windows QPA: Potential crash fix for WineFriedemann Kleint2020-07-271-2/+4
* Fix misplaced nullptr, used for a flag valueEdward Welbourne2020-07-270-0/+0
* QLine: purge deprecated APIEdward Welbourne2020-07-273-128/+3
* Purge redundant recoding of URL fragments from QByteArrayEdward Welbourne2020-07-275-96/+0
* Clean up manual network stress-testEdward Welbourne2020-07-271-10/+17
* 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
* Fix some compiler errors caused by bit-rot in manual testsEdward Welbourne2020-07-2712-137/+39
* Fix misplaced nullptr, used for a flag valueEdward Welbourne2020-07-271-1/+1
* Unify QLoggingCategory's two constructorsEdward Welbourne2020-07-272-20/+5
* Move a comment from a header to relevant docsEdward Welbourne2020-07-272-2/+2
* cmake: Add some air to configure summaryTor Arne Vestbø2020-07-261-4/+3
* tst_qicon: Enable lowdpi test using qt_add_test argumentTor Arne Vestbø2020-07-261-1/+1
* 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
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-2610-47/+7
* Disable warning about self-move and self-assign-overloadTor Arne Vestbø2020-07-267-0/+28
* Fix warning when comparing qsizetype to result of sizeofTor Arne Vestbø2020-07-261-1/+1
* Fix warning when printing of qsizetypeTor Arne Vestbø2020-07-265-10/+10
* Make missing XCode a warning instead of an errorAlex Richardson2020-07-261-1/+1
* Avoid claiming F16C support on non-x86 platformsTor Arne Vestbø2020-07-261-0/+1
* Build testcase_lowdpi tests as application bundles on macOSTor Arne Vestbø2020-07-261-0/+4
* 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-243-20/+119
* 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
* cmake: Add LOWDPI option to match CONFIG+=testcase_lowdpiTor Arne Vestbø2020-07-241-1/+9
* CMake: Fix handling of CMAKE_FIND_ROOT_PATH and CMAKE_PREFIX_PATHAlexandru Croitor2020-07-244-12/+25
* CMake: Use CMAKE_AUTOGEN_VERBOSE to see moc invocationsToni Saario2020-07-244-6/+6
* CMake: Add instructions to re-use host artifacts for target buildsToni Saario2020-07-242-53/+79
* git: Ignore CMakeLists.txt.userKai Koehne2020-07-241-0/+1
* Windows QPA: Move window properties to the new interfacesFriedemann Kleint2020-07-246-44/+26
* Mark QIcon test as not supporting high-DPI pixmapsVolker Hilsheimer2020-07-242-1/+2
* 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-242-0/+10
* macOS: Clarify that QCocoaKeyMapper only computes 8 modifier statesTor Arne Vestbø2020-07-242-24/+8
* Add -Wsuggest-override for gcc >= 9.2Alexander Volkov2020-07-242-0/+6
* Fix race in QFseventsFileSystemWatcher destructorErik Verbruggen2020-07-241-6/+8
* Fix buffer overflow in XBM parserAllan Sandfeld Jensen2020-07-242-1/+41
* 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-2455-363/+386
* testlib: Output JUnitXML attributes in right orderTor Arne Vestbø2020-07-2453-3242/+3247
* 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