summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* MSVC: enforce that we are under /permissive-Giuseppe D'Angelo2021-09-291-0/+9
* Fix building of unit tests for Android in developer buildAndreas Buhr2021-09-291-1/+7
* Remove hack fix from vulkan qnx buildingDan Ackers2021-09-291-1/+0
* Implement preview support for GTK file dialogIlya Fedin2021-09-292-0/+43
* Fix memory leakJiDe Zhang2021-09-292-0/+2
* QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-09-291-0/+4
* 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
* qwindowswindow: fix return nullptrGong Weia2021-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
* Fix crash if receiver destroys itself in closeEventVolker Hilsheimer2021-09-271-5/+6
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-09-2712-0/+12
* Document QTestLog's enumsEdward Welbourne2021-09-271-16/+55
* Fix various minor documentation errors in QAbstractTestLoggerEdward Welbourne2021-09-271-16/+15
* Coding style: correct spacing in XML test loggerEdward Welbourne2021-09-271-32/+32
* QPlugin: reorganize findPatternUnloaded and remove two bool variablesThiago Macieira2021-09-241-16/+9
* Q{Elf,Mach}Parser: simplify the return codesThiago Macieira2021-09-246-73/+57
* macOS: Remove special cases in enter/leave event handlingVolker Hilsheimer2021-09-241-4/+2
* 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
* Android: fix error when signing bundlesAssam Boudjelthia2021-09-241-1/+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
* Revert "QProcess: do not emit aboutToClose() twice"Alex Trotsenko2021-09-241-0/+1
* Register Wacom tablet devices on cocoaShawn Rutledge2021-09-231-90/+98
* Doc: Update Microsoft's Documentation LinksLuca Di Sera2021-09-233-5/+3
* 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
* 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-232-41/+1
* 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-222-3/+3
* 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