summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Replace broken link to Roman Czyborra's personal pageLuca Di Sera2021-10-012-4/+4
* androiddeployqt: Allow to also provide multiple qt install directoriesRaphael Cotty2021-10-011-17/+91
* wasm: fix runOnMainThread()Morten Johan Sørvig2021-10-011-6/+10
* QWinRtFunctions::await() - introduce early exit conditionIvan Solovev2021-10-011-8/+19
* Doc: Use correct \relates targetPaul Wicking2021-10-011-2/+2
* QFontCache: don't start cleanup timer if we are not in the main threadVolker Hilsheimer2021-10-012-15/+27
* QAbstractItemView: fix crash if setData() does a model resetDavid Faure2021-10-011-3/+10
* QTextImageFormat::setQuality: deprecate the default valueDavid Faure2021-10-011-2/+5
* Include <QHash> explicitlyTimur Pocheptsov2021-10-011-0/+2
* Cleanup of qthreadpoolAllan Sandfeld Jensen2021-10-012-40/+54
* Allocate synchronously delivered QWSI events on the stackVolker Hilsheimer2021-10-012-182/+134
* Assume that <variant> header is always presentIevgenii Meshcheriakov2021-10-011-9/+0
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-015-13/+6
* QAbstractItemView: Fix IM input starting edit sessionVolker Hilsheimer2021-10-012-21/+94
* Fix QDir::entryList to work for directories that end with '.lnk'Karsten Heimrich2021-09-303-5/+5
* macOS: fix window deactivation when a popup is openVolker Hilsheimer2021-09-301-1/+6
* Specify Android architecture in gradle filesAndreas Buhr2021-09-302-1/+8
* wasm: limit exec() workarounds to the main threadMorten Johan Sørvig2021-09-301-4/+6
* 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
* Clean up QApplication::notify codeVolker Hilsheimer2021-09-301-242/+197
* 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
* QDateTime: fix build with MinGW: need unistd.h very earlyThiago Macieira2021-09-291-3/+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
* 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