summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: Repair broken link to the XDND protocolLuca Di Sera2021-09-211-1/+1
* Refactor QWindowsPipeWriter::writeCompleted()Alex Trotsenko2021-09-211-5/+4
* Conan: Fix invalid options for package_id checksumIikka Eklund2021-09-211-2/+2
* Conan: Exclude 'headersclean' option from package_idIikka Eklund2021-09-211-0/+1
* Conan: Filter cmake_args that should not be included in package_idIikka Eklund2021-09-211-0/+7
* Add docs for qt_allow_non_utf8_sources()Craig Scott2021-09-213-3/+55
* Add docs for qt_disable_unicode_defines()Craig Scott2021-09-212-1/+53
* 3rdparty: Fix forwards-compatibility bug in bundled xinput xcb modulePovilas Kanapickas2021-09-203-25/+63
* QNetworkInfo(Win): cleanupsMårten Nordheim2021-09-201-4/+3
* QNetworkInformation: Actually compare names case insensitivelyMårten Nordheim2021-09-202-1/+2
* QScoped(Array)Pointer: use the rule of 5Giuseppe D'Angelo2021-09-201-2/+3
* DBus: do not mix QList iterators and raw pointersGiuseppe D'Angelo2021-09-202-7/+8
* uic: Add QWebEngineViewFriedemann Kleint2021-09-201-0/+1
* Remove .qmake.conf from this repositoryJoerg Bornemann2021-09-203-9/+4
* QWidgetWindow: Stabilize test on XcbVolker Hilsheimer2021-09-201-0/+1
* Un-blacklist quitOnLastWindowClosedMulti test on macOS in CIVolker Hilsheimer2021-09-202-13/+11
* Eat expected warning messages in QGuiApplication testVolker Hilsheimer2021-09-201-0/+9
* Add missing framework paths to header check targetsAlexey Edelev2021-09-201-0/+15
* Compile autotests for IntegrityTatiana Borisova2021-09-2039-47/+137
* Android: Fix path of qmake_qmake_immediate.qrc in single_abi with qmakeAssam Boudjelthia2021-09-201-2/+8
* Fix assorted misindented end-comment markers in qglobal.cppEdward Welbourne2021-09-201-14/+14
* Encourage use of QT_VERSION_CHECK()Edward Welbourne2021-09-203-15/+25
* Fix QDateTimeParser's handling of 't' format to match serializationEdward Welbourne2021-09-202-2/+10
* Blacklist flaky testDimitrios Apostolou2021-09-201-0/+3
* Pass CMAKE compiler flags to arch detectionAllan Sandfeld Jensen2021-09-201-0/+10
* Fix main() not being visible on AndroidCraig Scott2021-09-201-0/+8
* Don't bootstrap rccJoerg Bornemann2021-09-201-1/+0
* rhi: Remove Q_RELOCATABLE_TYPE for types with QVLA in themLaszlo Agocs2021-09-203-10/+47
* Introduce QDoubleValidator::setRange overload with two parametersIvan Solovev2021-09-203-16/+105
* Handle empty string args for versionless wrappers of dbus CMake commandsCraig Scott2021-09-201-6/+46
* Plaster [[nodiscard]] on some RAII classesGiuseppe D'Angelo2021-09-192-4/+4
* Switch a comma operator to a IILEGiuseppe D'Angelo2021-09-191-1/+1
* QProcess: do not emit aboutToClose() twiceAlex Trotsenko2021-09-192-1/+2
* High resolution wheel-event support from libinputAllan Sandfeld Jensen2021-09-183-2/+40
* macOS: Remove remnant of popup closing logic from Cocoa pluginVolker Hilsheimer2021-09-182-30/+0
* tests/xcb: add a test for screen off and onLiang Qi2021-09-181-0/+36
* tests/xcb: move xrandr process call to a functionLiang Qi2021-09-181-26/+25
* xcb: convert last screen to fake when no screenLiang Qi2021-09-183-17/+57
* Q{LocalSocket|Process}/Win: handle write errorsAlex Trotsenko2021-09-187-0/+26
* CMake: Add option in qt6_wrap_cpp to output a metatypes json fileAlexandru Croitor2021-09-181-5/+34
* QWindowsPipeWriter: do not clear the buffer in thread pool callbackAlex Trotsenko2021-09-185-50/+117
* QIconLoader: code tidiesGiuseppe D'Angelo2021-09-182-43/+32
* Fix QTextEdit cursor rectangle vertical positioningZhang Hao2021-09-181-2/+5
* Fix name used for qmath.h in an includeEdward Welbourne2021-09-171-2/+2
* QVersionNumber: fix iterator/pointer mistakeGiuseppe D'Angelo2021-09-171-6/+6
* Activate test of enter event delivery on macOSVolker Hilsheimer2021-09-171-3/+0
* Doc: Add version and description to Qt-DBus documentationKai Köhne2021-09-171-1/+3
* Remove unused EXE_FLAGS option from qt_internal_add_executable()Craig Scott2021-09-182-3/+1
* Remove TODOs related to checking CMake 3.21 features post-releaseCraig Scott2021-09-182-4/+0
* Remove conditioning on Android embeddedEdward Welbourne2021-09-1760-154/+156