summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-277-26/+80
|\
| * Recognize E along with e as exponent character in asciiToDoubleEdward Welbourne2018-11-231-1/+1
| * Fix toFloat()s between float and double ranges and documentEdward Welbourne2018-11-234-10/+28
| * Change documentation of some toDouble()s to reflect realityEdward Welbourne2018-11-233-9/+18
| * 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
* | Fix calculation of text margin if line edit contains side widgetsVitaly Fanaskov2018-11-263-30/+88
* | 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-221-4/+4
* | 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
* | Use msvc qmake scope where appropriateJoerg Bornemann2018-11-221-4/+4
* | Fix crash when painting with pattern brush to print device on macOSEirik Aavitsland2018-11-221-1/+0
* | wasm: fix qpa plugin build system integrationOswald Buddenhagen2018-11-212-2/+2
* | Unbreak the build with ICC on WindowsThiago Macieira2018-11-211-1/+1
* | Don't start a new page when printing very large imagesLars Knoll2018-11-211-1/+2
* | Add log output if library does not existsAndré Klitzing2018-11-211-0/+2
* | QMacStyle: account for QStyleSheetStyle using QTabBar directlyTimur Pocheptsov2018-11-211-1/+7
* | macOS: Improve logging during QNSView/QNSWindow deallocationTor Arne Vestbø2018-11-202-2/+4
* | macOS: Use shared NSWindowDelegate instead of one per windowTor Arne Vestbø2018-11-204-25/+27
* | macOS: Ensure NSWindow delegate is released in sync with its NSWindowTor Arne Vestbø2018-11-201-4/+3
* | Correct QT_FEATURE_settings in qconfig-bootstrapped.hLiang Qi2018-11-201-1/+0
* | Documentation: update Q_DISABLE_COPY documentationChristian Ehrlicher2018-11-191-11/+9
* | QScrollBar: fix horizontal scrollbars in RTL modeChristian Ehrlicher2018-11-191-10/+6
* | Android: Prepare for the worst, when the NDK will remove all GNU toolsBogDan Vatra2018-11-191-38/+59
* | Fix message about licensing options in the About Qt boxVitaly Fanaskov2018-11-191-1/+1
* | Fix vertical alignment of inline imagesLars Knoll2018-11-192-15/+63
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-1926-87/+85
|\|
| * Modernize the "settings" featureLiang Qi2018-11-1522-59/+80
| * Adjust QTRY_IMPL()'s default timestepEdward Welbourne2018-11-141-1/+1
| * Purge some unused code for the OpenGL library nameEdward Welbourne2018-11-122-21/+0
| * QAbstractSocket::Bind: clarify some detailsEdward Welbourne2018-11-091-6/+4
* | QResourceFileEngine: fix use of mapped files after close()Thiago Macieira2018-11-191-1/+0
* | QResourceFileEngine: fix map() for compressed filesThiago Macieira2018-11-191-3/+14
* | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-1655-161/+502
|\ \
| * | Windows QPA: Fix input context visibility statusAndre de la Rocha2018-11-151-1/+12
| * | Windows QPA: Fix broken focus for native child windowsAndre de la Rocha2018-11-141-0/+5
| * | macOS: Disable threaded GL rendering on SDK 10.14+Tor Arne Vestbø2018-11-131-2/+7