summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rhi: vk: Fix invalid index for unused attachmentsLaszlo Agocs2021-09-231-12/+14
* macOS: Handle window titlebar buttons independently from style maskTor Arne Vestbø2021-09-233-36/+71
* QFileSystemWatcher: fix QWindowsFileSystemWatcherEngine crashesTim Jenssen2021-09-231-1/+2
* Conan: Use recipe revision mode for 'python_requires'Iikka Eklund2021-09-231-0/+2
* Document QAbstractTestLogger's virtual method APIEdward Welbourne2021-09-231-3/+209
* Deprecate QTest::qWarn() and replace its last useEdward Welbourne2021-09-232-14/+10
* Replace QTest::qWarn() with qWarning()Edward Welbourne2021-09-232-7/+7
* Convert all QT_VERSION checks to compare against QT_VERSION_CHECK()Edward Welbourne2021-09-232-5/+6
* Remove fatuously true or false QT_VERSION checksEdward Welbourne2021-09-2329-454/+72
* Add some debug warnings to the GL paint engine regarding stencilLaszlo Agocs2021-09-231-0/+8
* QMessageBox: read geometry from the screen the message box belongs toRichard Moe Gustavsen2021-09-231-1/+1
* Cocoa: Don't call makeKeyAndOrderFront for native app-modal dialogsDoris Verria2021-09-232-9/+8
* macOS: Change NSTrackingArea to use NSTrackingActiveAlwaysRichard Moe Gustavsen2021-09-234-38/+94
* Add private qAbort helper functionTor Arne Vestbø2021-09-223-25/+35
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-2265-66/+66
* Rework how installation is prevented in non-prefix buildsJoerg Bornemann2021-09-223-41/+17
* macOS: Fix logic for determining NSWindowStyleMaskTitled/BorderlessTor Arne Vestbø2021-09-221-11/+32
* Document qt_add_library() and update related docsCraig Scott2021-09-234-13/+186
* Add docs for qt_add_plugin()Craig Scott2021-09-233-9/+88
* Remove spurious QTestResult::setCurrentTestData(nullptr);Edward Welbourne2021-09-221-1/+0
* QThreadPrivate: Remove threadForIdFabian Kosmale2021-09-221-3/+0
* Add isValidUtf8() methods to QUtf8StringView and QByteArray{,View}Ievgenii Meshcheriakov2021-09-228-0/+133
* QNetworkInformation: Request all supported feature when loading by nameMårten Nordheim2021-09-221-1/+1
* Remove redundant semi-colonsAllan Sandfeld Jensen2021-09-222-5/+5
* qmake: Print error when iOS simulator device could not be foundJoerg Bornemann2021-09-221-1/+5
* QLocalSocket: reorder device closingAlex Trotsenko2021-09-213-2/+14
* Fix loading certificates on Android with OpenSSLMårten Nordheim2021-09-211-2/+3
* macOS: Don't re-send key event through input method on focus object changeTor Arne Vestbø2021-09-211-9/+0
* QVariant::Private: select storage in get at compile timeFabian Kosmale2021-09-211-1/+1
* QVariant: write less haphazardly to dataFabian Kosmale2021-09-211-2/+2
* locale: INTEGRITY does not define LC_MEASUREMENTSTatiana Borisova2021-09-211-2/+2
* tst_qmetatype: Fix operator< detection for std::optionalFabian Kosmale2021-09-212-0/+4
* Cater for upstream changes in eglplatform.hLaszlo Agocs2021-09-212-1/+6
* Use only supported values when setting internal QT_FEATURE_ valuesAlexey Edelev2021-09-211-1/+5
* Improve version-related docs in qglobal.cppEdward Welbourne2021-09-212-23/+25
* locale: QNX does not define LC_MEASUREMENTSPasi Petäjäjärvi2021-09-211-1/+4
* QProperty: attempt to fix compilation with GCC 10Thiago Macieira2021-09-211-1/+1
* Make QWindow respect minimumSize again on WindowsMorten Johan Sørvig2021-09-211-0/+2
* 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