summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Specify Android architecture in gradle filesAndreas Buhr2021-09-302-1/+8
* windows qpa: Handle invisible child windows gracefully on dpi changesOliver Wolff2021-09-301-0/+2
* Rename variable to not reference Qt5Andreas Buhr2021-09-302-4/+8
* Add error messages in case system library directory does not existAndreas Buhr2021-09-301-2/+10
* QMetaType: Expand and clean up converter/view function documentationFabian Kosmale2021-09-303-30/+118
* Remove hack fix from vulkan qnx buildingDan Ackers2021-09-301-1/+0
* Avoid generating large pdf files when using dashed cosmetic pensEirik Aavitsland2021-09-291-8/+8
* PDF generation: disentangle native pen from transformsEirik Aavitsland2021-09-292-7/+15
* QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-09-291-0/+4
* Fix memory leakJiDe Zhang2021-09-292-0/+2
* rhi: gl: Do not issue memory barriers when we do not have toLaszlo Agocs2021-09-281-8/+66
* Accessibility Linux: Fix caps lock stateSamuel Thibault2021-09-282-10/+8
* Don't clear focus if setParent doesn't change the parentVolker Hilsheimer2021-09-281-5/+7
* Update the COPYRIGHT.txt fileEirik Aavitsland2021-09-281-2/+2
* Preserve QImage metadata when converting format with color tableEirik Aavitsland2021-09-281-1/+1
* QThread: Remove superfluous initialization of threadId on UnixIevgenii Meshcheriakov2021-09-281-1/+3
* Use Yu Gothic UI as the main fallback font for JapaneseEskil Abrahamsen Blomfeldt2021-09-281-0/+1
* QPlugin: don't use QFile::read() if map() fails on UnixThiago Macieira2021-09-241-2/+15
* macOS: send enter/leave when a window opens/closesVolker Hilsheimer2021-09-242-0/+36
* macOS: Don't pretend like our backing store is a QRasterBackingStoreTor Arne Vestbø2021-09-242-2/+2
* Fix compile error on AndroidLars Knoll2021-09-241-2/+0
* Revert "QProcess: do not emit aboutToClose() twice"Alex Trotsenko2021-09-241-0/+1
* Add docs for qt_extract_metatypes()Craig Scott2021-09-242-20/+85
* Add docs for qt_set_finalizer_mode()Craig Scott2021-09-244-20/+116
* QThread: Work around potential crash during objectName accessFabian Kosmale2021-09-242-3/+14
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-242-3/+3
* Add some debug warnings to the GL paint engine regarding stencilLaszlo Agocs2021-09-241-0/+8
* Android: fix error when signing bundlesAssam Boudjelthia2021-09-241-1/+1
* QFileSystemWatcher: fix QWindowsFileSystemWatcherEngine crashesTim Jenssen2021-09-241-1/+2
* rhi: vk: Fix invalid index for unused attachmentsLaszlo Agocs2021-09-241-12/+14
* Cocoa: Don't call makeKeyAndOrderFront for native app-modal dialogsDoris Verria2021-09-242-9/+8
* QLocalSocket: reorder device closingAlex Trotsenko2021-09-242-2/+4
* Register Wacom tablet devices on cocoaShawn Rutledge2021-09-231-90/+98
* 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
* QNetworkInformation: Request all supported feature when loading by nameMårten Nordheim2021-09-221-1/+1
* Cater for upstream changes in eglplatform.hLaszlo Agocs2021-09-222-1/+6
* macOS: Don't re-send key event through input method on focus object changeTor Arne Vestbø2021-09-211-9/+0
* Fix loading certificates on Android with OpenSSLMårten Nordheim2021-09-211-1/+4
* tst_qmetatype: Fix operator< detection for std::optionalFabian Kosmale2021-09-211-0/+2
* 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
* Compile autotests for IntegrityTatiana Borisova2021-09-212-4/+5
* 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
* QNetworkInformation: Actually compare names case insensitivelyMårten Nordheim2021-09-201-1/+1
* uic: Add QWebEngineViewFriedemann Kleint2021-09-201-0/+1
* rhi: Remove Q_RELOCATABLE_TYPE for types with QVLA in themLaszlo Agocs2021-09-202-10/+1
* Handle empty string args for versionless wrappers of dbus CMake commandsCraig Scott2021-09-201-6/+46
* QProcess: do not emit aboutToClose() twiceAlex Trotsenko2021-09-191-1/+0