summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * CoreText: Localize getTraitValue helper functionTor Arne Vestbø2018-11-281-11/+10
| * xcb: free leaking clipboard eventsKirill Burtsev2018-11-281-3/+4
| * QDBusConnection: prevent leaking connection/server on destroyKirill Burtsev2018-11-281-2/+3
| * xcb: Fix leaking events on destroyKirill Burtsev2018-11-281-1/+4
| * Destroy QWindowContainer's fake parent window when not neededTor Arne Vestbø2018-11-281-0/+2
| * QWindowContainer: Fix warning triggered by QT_ASCII_CAST_WARNFriedemann Kleint2018-11-281-1/+1
| * qobject_p.h: Use nullptr everywhereKevin Funk2018-11-281-1/+1
| * Ensure alignment of image-dataAllan Sandfeld Jensen2018-11-281-3/+11
| * Fix calculation of the string tab size in QElfParserThiago Macieira2018-11-281-2/+2
| * Optimize QSharedPointer::getAndRef with the three-operand testAndSetThiago Macieira2018-11-281-4/+7
| * Active Qt Servers: Fix midl warning about unknown optionFriedemann Kleint2018-11-271-1/+1
| * QFocusFrame: protect it from being moved around by accidentRichard Moe Gustavsen2018-11-272-1/+58
| * Re-enable the QScroller tests on macOSShawn Rutledge2018-11-271-9/+0
| * Fix tst_QStyleSheetStyle crash on uncommon multi-screen setupAllan Sandfeld Jensen2018-11-271-1/+2
| * QDateTimeEdit: fix setDate() if time is in a spring-forwardEdward Welbourne2018-11-271-1/+7
| * Documention: Use const-ref in the snippets for qOverload()Friedemann Kleint2018-11-271-7/+7
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-2721-50/+277
| |\
| | * Make developer build tests pass for boot2qtSami Nurmenniemi2018-11-2613-6/+59
| | * Recognize E along with e as exponent character in asciiToDoubleEdward Welbourne2018-11-232-1/+3
| | * Fix toFloat()s between float and double ranges and documentEdward Welbourne2018-11-235-20/+60
| | * Change documentation of some toDouble()s to reflect realityEdward Welbourne2018-11-234-21/+62
| | * tst_QLocale: Add tests for toFloat()Edward Welbourne2018-11-231-1/+54
| | * Implement transient locale as instantiating a classEdward Welbourne2018-11-231-6/+17
| | * Make QCOMPARE()'s handling of non-finite float match doubleEdward Welbourne2018-11-231-1/+10
| | * Fix hang in QMacPasteboard::formats()Andrew Smolko2018-11-221-5/+23
* | | uic: Generate correctly qualified invocation of QCoreApplication::translate()Friedemann Kleint2018-12-03104-1005/+1005
* | | uic: Remove unused codeFriedemann Kleint2018-12-0311-168/+1
* | | Rename QList<T>::swap(int, int) to swapItemsAt()Lars Knoll2018-12-038-9/+20
* | | Invert include dependencies between QList and QVectorLars Knoll2018-12-033-43/+52
* | | Disable Docker-based test servers on Linux temporarilyRyan Chu2018-12-031-0/+3
* | | Enable OCSP stapling in QSslSocketTimur Pocheptsov2018-12-0312-7/+540
* | | Disable Docker-based test servers on macOS temporarilyRyan Chu2018-12-031-1/+1
* | | QMdiArea: Do not reset tiled flag on spontaneous system window eventsNick D'Ademo2018-11-271-1/+5
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-2743-233/+369
|\| |
| * | Fix calculation of text margin if line edit contains side widgetsVitaly Fanaskov2018-11-265-31/+169
| * | Windows: Fix embedded application not getting focus after clicking outsideFriedemann Kleint2018-11-241-9/+14
| * | Fix build errors in OpenSSL 1.1 backendTimur Pocheptsov2018-11-231-0/+2
| * | Add translator's comment to the copyright noteFriedemann Kleint2018-11-231-2/+3
| * | macOS accessibility: fix crash for NSAccessibilityVisibleCharacterRangeAttributeFrederik Gladhorn2018-11-231-2/+3
| * | Remove unused inRepaint member of QWidgetPrivateTor Arne Vestbø2018-11-232-6/+1
| * | Improve logging of QWindowContainer operationsTor Arne Vestbø2018-11-231-0/+6
| * | macOS: Track changes to our NSView's superview and window propertiesTor Arne Vestbø2018-11-231-6/+67
| * | macOS: Allow raising and lowering child windowsTor Arne Vestbø2018-11-231-20/+22
| * | QGraphicsProxyWidget: Don't crash within setWidget() when a child proxy has n...Christian Ehrlicher2018-11-222-4/+19
| * | qnetworkinterface_unix: Use qstrncpy instead of strlcpyDmitry Shachnev2018-11-221-2/+3
| * | Remove need for glXGetProcAddressARBMichal Klocek2018-11-221-42/+1
| * | QLocalSocket (windows) - remove broken setErrorStringTimur Pocheptsov2018-11-222-11/+6
| * | Remove macOS specific path that causes reverse vertical advanceAllan Sandfeld Jensen2018-11-221-4/+0
| * | macOS: Don't assume platform input context is our ownTor Arne Vestbø2018-11-221-2/+2
| * | syncqt: Do not clean header directory before "-minimal" runOliver Wolff2018-11-221-1/+1