summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* macOS: Prevent backingstore image detach during color space assignmentv5.10.0-beta1Tor Arne Vestbø2017-10-042-27/+11
* iOS: Bump deployment target to 10.0 as planned for 5.10Tor Arne Vestbø2017-10-041-1/+1
* Widgets: change QWidget::setTabOrder to understand compound widgetsRichard Moe Gustavsen2017-10-042-44/+149
* QMacStyle: Remove HITheme calls for QSizeGripGabriel de Dietrich2017-10-031-45/+32
* QMacStyle: De-HITheme QGroupBoxGabriel de Dietrich2017-10-032-12/+18
* QMacStyle: Refactor QMacStylePrivate::cocoaControl()Gabriel de Dietrich2017-10-032-55/+55
* macOS: Tighten up window icon and represented filename handlingTor Arne Vestbø2017-10-034-20/+38
* QtNetwork (examples) - update the second download manager exampleTimur Pocheptsov2017-10-025-41/+71
* QtNetwork (examples) - update network download managerTimur Pocheptsov2017-10-021-26/+32
* Mark QCoreApplication::applicationPid() as const functionThiago Macieira2017-10-011-1/+1
* Remove Q_ALWAYS_INLINE from frequently-used functionsThiago Macieira2017-09-293-24/+18
* Doc: Remove entries for highlighting QQC2 examplesVenugopal Shivashankar2017-09-291-2/+0
* qmake: Allow non-bundle apps and libs to have an Info.plistTor Arne Vestbø2017-09-292-1/+18
* The desktop is called Plasma nowAlbert Astals Cid2017-09-291-1/+1
* Revert "HTTP/2 protocol handler: set the redirect URL on reply"Timur Pocheptsov2017-09-291-18/+1
* Doc: minor language editsNico Vertriest2017-09-291-3/+3
* Doc: update screenshot stylesheet exampleNico Vertriest2017-09-291-0/+0
* Doc: minor corrections doc Calendar Widget ExampleNico Vertriest2017-09-291-5/+5
* Doc: update Editable Tree Model ExampleNico Vertriest2017-09-292-0/+0
* Doc: Add 2 QtWidgets examples to highlighted examplesNico Vertriest2017-09-291-0/+2
* QNetworkDiskCache: Fix deprecation warningFriedemann Kleint2017-09-291-1/+3
* Make it an error to omit __builtin_available where neededJake Petroules2017-09-291-0/+9
* Clean up OS version checks for Apple platformsJake Petroules2017-09-2912-22/+18
* QtNetwork (examples) - update the fortune server exampleTimur Pocheptsov2017-09-283-54/+48
* HTTP/2 protocol handler: set the redirect URL on replyTimur Pocheptsov2017-09-281-1/+18
* QFileSystemEngine: Remove unneeded test for relative symlinkOrgad Shaneh2017-09-281-2/+0
* QFileSystemEngine: Minor cleanup in unixOrgad Shaneh2017-09-281-7/+2
* macOS: Apply window file path when creating new NSWindowTor Arne Vestbø2017-09-281-0/+1
* Fix element overwrite in QRandomGenerator's fallback functionEirik Aavitsland2017-09-281-1/+1
* Replace bundled libjpeg by libjpeg-turbo 1.5.2André Klitzing2017-09-28133-31687/+25518
* QtNetwork (examples) - update the fortune client exampleTimur Pocheptsov2017-09-283-21/+20
* QtNetwork (examples) - update multicastreceiver exampleTimur Pocheptsov2017-09-282-27/+23
* Fix BIC issue with QNativeGestureEventJan Arve Saether2017-09-282-7/+16
* Add a "shim" to allow use of Clang 5's __builtin_available everywhereJake Petroules2017-09-272-0/+74
* QtNetwork (examples) - update broadcastreceiver tooTimur Pocheptsov2017-09-272-14/+11
* Workaround GCC 6 parsing error ("used but never defined")Thiago Macieira2017-09-271-3/+16
* Fix build: move Q_REQUIRED_RESULT to the right positionThiago Macieira2017-09-271-1/+1
* Don't read the statx struct in case of failureSérgio Martins2017-09-271-2/+5
* Improve qustrlen further by avoiding the alignment prologueThiago Macieira2017-09-262-16/+50
* macOS: Deliver NSWindow notifications to all windows, not just top levelTor Arne Vestbø2017-09-264-50/+92
* Reset QWindowPrivate::platformWindow during destruction before deleting itTor Arne Vestbø2017-09-261-2/+7
* tests: make exposeEventOnShrink_QTBUG54040 not flakey on xcbGatis Paeglis2017-09-261-4/+8
* macOS: Don't send expose event as update request when becoming visibleTor Arne Vestbø2017-09-261-6/+16
* QtNetwork (examples) - update multicastsenderTimur Pocheptsov2017-09-252-47/+26
* QtNetwork (examples) - update secure socket client exampleTimur Pocheptsov2017-09-258-114/+135
* QNativeGestureEvent: Fix documentationFriedemann Kleint2017-09-251-3/+10
* Avoid window geometry jittering when changing geometry from JavaScriptRainer Keller2017-09-251-2/+2
* testlib: Add qWaitFor to wait for predicateTor Arne Vestbø2017-09-254-28/+64
* Widgets: be able to tab to a widget that has a focus proxyRichard Moe Gustavsen2017-09-252-42/+162
* Widgets: add QWidgetPrivate::deepestFocusProxy()Richard Moe Gustavsen2017-09-252-3/+25