summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* macOS: add default Edit menu items, if not added by AppKitVolker Hilsheimer2021-10-212-0/+49
* Make QOffscreenX11PlatformNativeInterface a QX11ApplicationMichal Klocek2021-10-212-1/+15
* Android: set allowNativeHeapPointerTagging to false in the manifestAssam Boudjelthia2021-10-211-1/+2
* TLS plugin (OpenSSL): don't use the deprecated functionsTimur Pocheptsov2021-10-214-26/+58
* Fix inconsistencies between advanceWidth and bounding rectsAllan Sandfeld Jensen2021-10-213-117/+57
* androidtestrunner: make sure that system-user is usedBartlomiej Moskal2021-10-211-1/+10
* Move the ABI tag from minimum-linux.S to qlibraryinfo.cppThiago Macieira2021-10-214-111/+44
* Doc: QByteArrayMatcher: add note that the pattern must remain on scopeThiago Macieira2021-10-211-4/+9
* QFactoryLoader: continue the port from JSON to CBORThiago Macieira2021-10-206-28/+52
* QPlugin: keep the CBOR data as CBORThiago Macieira2021-10-206-78/+110
* Remove WIN32 and MACOSX_BUNDLE arguments when building Android binaryAlexey Edelev2021-10-201-1/+1
* macOS: Wake up event dispatcher after running modal dialog helpersTor Arne Vestbø2021-10-203-0/+14
* Centralize maybeLastWindowClosed checking in QWindowTor Arne Vestbø2021-10-207-38/+47
* QDateTime: Limit string processing to known boundariesMårten Nordheim2021-10-201-6/+18
* SSL: Update documentation wrt backendsMårten Nordheim2021-10-201-8/+31
* QNI: Windows: support transportMediumMårten Nordheim2021-10-204-1/+102
* Fix metatype declaration for QHash/QMultiHash with no operator==Sona Kurazyan2021-10-201-6/+14
* Help the compiler avoid duplicate TLS lookupsUlf Hermann2021-10-201-2/+4
* Optimize QObjectCompatProperty::notifyUlf Hermann2021-10-203-25/+44
* QObjectCompatProperty: Add support for custom gettersIevgenii Meshcheriakov2021-10-203-11/+31
* Make QDir::mkpath() return true when given an existing root pathKarsten Heimrich2021-10-201-0/+2
* Make QDir::mkpath() return true when given an existing drive nameKarsten Heimrich2021-10-201-1/+1
* Compile Private API autotests for INTEGRITYTatiana Borisova2021-10-201-1/+1
* uic: Fix missing Python import when setting tab ordersFriedemann Kleint2021-10-201-1/+2
* RHI: use the flags we've just calculatedThiago Macieira2021-10-191-1/+1
* Fix correspondence between QFileDialog::Option and QFileDialogOption::FileDia...Alexander Volkov2021-10-193-4/+13
* QtGui & its plugins: remove set-but-unused variablesThiago Macieira2021-10-192-6/+0
* MySQL: only set the charset if the connection has succeededThiago Macieira2021-10-191-13/+14
* MySQL: fix the check for the return value of mysql_set_character_set()Thiago Macieira2021-10-191-2/+2
* Rhi: Document expectation for setGraphicsPipeline's pipeline argumentChristian Strømme2021-10-191-0/+3
* Disable copy and move for QPropertyObserverNodeProtectorUlf Hermann2021-10-191-1/+4
* Don't render widget to backing store if its parent has graphics effectAntti Määttä2021-10-191-1/+14
* RHI: suppress annoying warning about deprecated copy constructorsThiago Macieira2021-10-181-0/+1
* QPluginLoader: use constexpr variables for detecting debug pluginsThiago Macieira2021-10-181-10/+14
* Inline a few methods of QPropertyObserverPointerUlf Hermann2021-10-182-99/+111
* Allow negative delta for designer animation driverAntti Määttä2021-10-182-2/+6
* Prevent recursive calls to QWindow::closeTor Arne Vestbø2021-10-181-0/+2
* Update UCD to Revision 28Ievgenii Meshcheriakov2021-10-187-6596/+7052
* QProperty: Eliminate further unnecessary TLS operationsUlf Hermann2021-10-182-6/+13
* QProperty: Don't needlessly calculate inBindingWrapper()Ulf Hermann2021-10-181-14/+14
* Don't hide dialogs before closing themTor Arne Vestbø2021-10-181-1/+7
* Decouple quitOnLastWindowClosed from quitLockEnabledTor Arne Vestbø2021-10-184-20/+43
* Fix indentation in inputMethodQuery implementationsTor Arne Vestbø2021-10-182-4/+4
* Fix docs for comparison/debug/data stream operators of Qt containersSona Kurazyan2021-10-188-0/+161
* sqldrivers: Fix typo in error messageJonas Kvinge2021-10-181-1/+1
* Make sure Qt::Popup is treated like a dialogDavid Skoland2021-10-182-3/+2
* Fix cursor positioning on bidi boundariesVolker Hilsheimer2021-10-181-43/+74
* Fix cursor placement at left and right ends of bidi textVolker Hilsheimer2021-10-181-26/+9
* Q_GLOBAL_STATIC: suppress warning about expressions in noexcept()Thiago Macieira2021-10-181-1/+4
* QPlugin: Move the plugin metadata to a note in ELF platformsThiago Macieira2021-10-182-17/+249