summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix compilation with disabled deprecated APIsSona Kurazyan2019-07-086-1/+12
* | CMake: Create Config.cmake files for internal modules in static buildsAlexandru Croitor2019-07-083-1/+13
* | [androidcontentfileengine] Catch SecurityException during file openingNicolas Fella2019-07-051-0/+3
* | QComboBox: revert deprecation of currentIndexChanged(QString)Christian Ehrlicher2019-07-052-8/+0
* | doc: Remove erroneous double left braceMartin Smith2019-07-051-1/+1
* | xcb: reduce focus-in delayGatis Paeglis2019-07-052-1/+3
* | CMake: Put the static dependencies into the relevant configurationAlexandru Croitor2019-07-052-14/+57
* | CMake: Fix handling of static dependencies that have spaces in pathAlexandru Croitor2019-07-052-3/+18
* | CMake: Fix prl and library names on macOS for debug configurationsAlexandru Croitor2019-07-051-6/+16
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-0311-30/+60
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-0311-30/+60
| |\|
| | * Mark QObject::deleteLater() as \threadsafeMarc Mutz2019-07-031-0/+2
| | * [docs] Fix issues in QRect/QMargin API docsMarc Mutz2019-07-031-2/+2
| | * Fix compiler warnings when building with DEBUG defines setVolker Hilsheimer2019-07-021-12/+12
| | * Skip flaky test on MacOS_10_12Dimitrios Apostolou2019-07-021-0/+6
| | * Update visible window's alpha when toggling WA_TranslucentBackgroundVolker Hilsheimer2019-07-022-3/+8
| | * QSocks5SocketEngine: account for in-transit signal when waiting for readMårten Nordheim2019-07-022-4/+9
| | * QSocks5SocketEngine: pass data to application when connectedMårten Nordheim2019-07-021-0/+2
| | * Fix directory separator of QMAKE_INCDIR_VULKANJoerg Bornemann2019-07-021-1/+1
| | * Bump versionFrederik Gladhorn2019-07-011-1/+1
| | * QRandomGenerator: assert that bounded() calls have correct argumentsThiago Macieira2019-06-282-8/+18
* | | Add custom verb support for WASM HTTP requestsFelix Barz2019-07-031-0/+3
* | | Handle multiple font-families in <font> face attributeAllan Sandfeld Jensen2019-07-032-1/+34
|/ /
* | QPluginLoader: fix failing test comparing the Qt versionThiago Macieira2019-07-031-1/+2
* | Bump versionFrederik Gladhorn2019-07-011-1/+1
* | QTranslator: simplify QString byte-swapping codeThiago Macieira2019-06-281-5/+2
* | Move the Item typedef to public in the associative Java iteratorsThiago Macieira2019-06-281-2/+2
* | Document OOM conditions in the QArrayData-based containersThiago Macieira2019-06-283-0/+53
* | Work around Apple Clang's -Wshadow warningThiago Macieira2019-06-281-2/+2
* | QTransposeProxyModel: include the moc in the .cppThiago Macieira2019-06-281-0/+2
* | Fix Clang warning about applying operator|| to non-booleanThiago Macieira2019-06-281-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-06-295-11/+47
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-295-11/+47
|/| | | |/
| * Fix build with Android NDK's make on WindowsJoerg Bornemann2019-06-281-0/+6
| * QAndroidInputContext: Generate a QInputMethodEvent in reset()Vova Mshanetskiy2019-06-281-0/+1
| * QAndroidInputContext: Do not stop composing when user taps the cursorVova Mshanetskiy2019-06-281-1/+19
| * QAndroidInputContext: Consider preedit text in getCursorCapsMode()Vova Mshanetskiy2019-06-281-2/+7
| * QSocks5SocketEngine: avoid dereferencing null-pointerMårten Nordheim2019-06-281-2/+4
| * Fix crash with drag cursor handlingJoni Poikelin2019-06-281-5/+9
| * Android: Stick with buildToolsVersion 28.0.3BogDan Vatra2019-06-281-1/+1
* | qsslsocket_openssl.cpp - restructure the codeTimur Pocheptsov2019-06-281-6/+4
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-06-2830-107/+503
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-2830-107/+503
|/| | | |/
| * macOS: lower the splash screen when a modal dialog blocks itVolker Hilsheimer2019-06-261-0/+19
| * Do not downscale png when the size is exactly rightAleix Pol2019-06-261-1/+1
| * QHttpNetworkConnection: Change assert to early return and handle Http2Mårten Nordheim2019-06-252-6/+10
| * QHttpNetworkConnectionChannel: don't close if we're already closingMårten Nordheim2019-06-241-0/+3
| * Fix crash when setting QGuiApplication palette before app is availableTor Arne Vestbø2019-06-251-1/+4
| * ANGLE: Invalidate client window area when resizing swap chainVal Doroshchuk2019-06-212-0/+41
| * Fix QMAKE_LIBDIR_BCM_HOST for linux-rasp-pi3-g++Joerg Bornemann2019-06-251-1/+1