summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Block flaky rhi and OpenGL tests on AndroidAssam Boudjelthia2021-07-132-0/+5
* macOS: Don't assume NSEvent charactersByApplyingModifiers: produces characterTor Arne Vestbø2021-07-121-2/+5
* Fix QTextFormat::FullWidthSelection for right-to-left text layoutsOliver Eftevaag2021-07-101-4/+11
* Fix platform definition directory in top-level buildAlexey Edelev2021-07-091-1/+1
* Fix the detection of platform definitions directoryAlexey Edelev2021-07-092-16/+24
* QMap::erase - extend docs to specify iterator limitationsIvan Solovev2021-07-091-0/+4
* Hide QT_USE_BUNDLED_ CACHE variables from GUIAlexey Edelev2021-07-091-2/+2
* Fix rvalue overload of qobject_pointer_cast for GCC 9.3Marc Mutz2021-07-091-5/+1
* Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-082-1/+22
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-082-9/+58
* tst_QCryptographicHash: make hashLength() data-drivenMarc Mutz2021-07-081-3/+12
* Remove the dead code for blocking methods from QtConcurrentSona Kurazyan2021-07-084-174/+29
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-082-1/+18
* Fix QDirIterator benchmark to actually find its test dataEdward Welbourne2021-07-081-15/+13
* QFile benchmark: always use Unbuffered for QFSFileEngine testsEdward Welbourne2021-07-081-7/+5
* Fix binding functor addressing in QPropertyAndrei Golubev2021-07-081-2/+3
* fc: Clean up current config on shutdownEskil Abrahamsen Blomfeldt2021-06-302-0/+6
* Revert "Windows: Add synthesized fonts also when there is a style name"Eskil Abrahamsen Blomfeldt2021-06-302-6/+6
* QDBusMenuConnection: Close open D-Bus connectionJonas Kvinge2021-06-302-0/+9
* Doc: Terminate C-commentPaul Wicking2021-06-301-0/+1
* Documentation: Remove section advertising AmazonFriedemann Kleint2021-06-281-13/+0
* QVarLengthArray: fix aliasing error in insert(it, n, v)Marc Mutz2021-06-281-1/+1
* Do not alter a widget's backing window's format once createdLaszlo Agocs2021-06-282-5/+28
* Doc: Use https for links to unicode.orgPaul Wicking2021-06-256-20/+22
* Doc: Improve QTransform documentationPaul Wicking2021-06-253-12/+31
* CMake: Fix 'Cannot find source file' error with older CMakesAlexandru Croitor2021-06-251-2/+10
* xkb.compose: get locale from user env settingsLiang Qi2021-06-251-4/+10
* xcb: fix cursorTheme update issueTang Haixiang2021-06-241-2/+6
* Document TLS plugin classes (private, internal)Timur Pocheptsov2021-06-242-119/+1662
* Extend documentation for QFile:copy()Paul Wicking2021-06-232-10/+15
* macOS: Unregister screen notification handlers on QGuiApplication shutdownTor Arne Vestbø2021-06-232-3/+16
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-232-4/+38
* Doc: bump the OpenSSL minimum supported version to 1.1.1Tasuku Suzuki2021-06-231-2/+2
* Fix potential double-free in QSqlCachedResult::cleanup()Edward Welbourne2021-06-231-1/+3
* Fix leak of transaction context handle in QSql's OCI driverEdward Welbourne2021-06-231-11/+21
* Disable -Werror=stringop-overflow on GCC >= 10Giuseppe D'Angelo2021-06-221-0/+8
* macOS: Allow programatically minimizing frameless windowsMorten Johan Sørvig2021-06-221-1/+4
* Doc: Add note to Qt::MatchFlags about implementation dependent behaviorPaul Wicking2021-06-211-0/+5
* Porting Guide: Mention that also QSet is affected by stability of referencesKai Köhne2021-06-211-2/+2
* Fix right-to-left text with DirectWrite engine + QPainterPathEskil Abrahamsen Blomfeldt2021-06-211-1/+2
* Add missing limits includeNicolas Fella2021-06-211-0/+1
* QEventDispatcherWin32: suppress old {FD_CLOSE|FD_CONNECT} notificationsAlex Trotsenko2021-06-191-3/+10
* Add GCC 11 and C++20 workaroundsGiuseppe D'Angelo2021-06-181-0/+11
* macOS 11: Fix positioning of focus frame around comboboxVolker Hilsheimer2021-06-181-4/+8
* Doc: Move overrideCursor() from QApplication to QGuiApplicationSze Howe Koh2021-06-181-3/+3
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-182-1/+23
* Porting Guide: Mention deprecation of QLibraryInfo::locationKai Köhne2021-06-181-0/+2
* Porting Guide: Mention changed behavior of QCApplication::quit()Kai Köhne2021-06-181-0/+12
* QTextDocumentFragment: fix ifdef rangeIvan Solovev2021-06-181-1/+2
* CMake: Handle OPTIONAL_COMPONENTS in qt_find_packageAlexandru Croitor2021-06-185-3/+37