summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * QUdpSocket: make sure receiveDatagram() returns empty on errorThiago Macieira2017-10-071-3/+5
| | * Fix deprecated API usageJake Petroules2017-10-071-1/+1
| | * Merge remote-tracking branch 'origin/5.9.2' into 5.9Liang Qi2017-10-062-1/+5
| | |\
| | | * Fix crash with clips entirely outside glyph mapAllan Sandfeld Jensen2017-09-261-0/+4
| | | * Cups: Check the created QPrintDevice is valid before using itAndy Shaw2017-09-261-1/+1
| | * | Fix zero-length lines with scalingAllan Sandfeld Jensen2017-10-061-1/+1
| | * | Prevent changing the width for layout item's rectMika Salmela2017-10-061-2/+4
| | * | XCB platform: Fix crash on X servers with BGR888 displayEirik Aavitsland2017-10-061-3/+14
| | * | Windows: Let topmost and bottom windows use raise and lower respectivelyMårten Nordheim2017-10-061-2/+2
| | * | QUrl: re-fix the setPath("//path") case leading to scheme://pathThiago Macieira2017-10-061-9/+22
| | * | Doc: Remove unsupported systems out of QNetworkDatagram's listThiago Macieira2017-10-061-3/+1
| | * | Improve performance in QThreadPoolSvenn-Arne Dragly2017-10-042-31/+140
| | * | Remove // from license textKai Koehne2017-10-041-32/+32
* | | | macOS: Defer update request on drawRect: when a real expose event is neededTor Arne Vestbø2017-10-173-22/+24
* | | | macOS: Mark the widget's container as embedded when placed into NSMenuItemv5.10.0-beta2Tor Arne Vestbø2017-10-162-1/+6
* | | | macOS: Add support for non-window backed offscreen surfacesTor Arne Vestbø2017-10-163-2/+27
* | | | HTTP/2 protocol handler: tweak receive window sizesTimur Pocheptsov2017-10-164-25/+30
* | | | configure: make C++11 <random> a required functionalityThiago Macieira2017-10-162-21/+9
|/ / /
* | | Don't lose precision in QMacTimeZonePrivate::previousTransition()Edward Welbourne2017-10-161-1/+1
* | | Fix QWinEventNotifier for auto-reset eventsJoerg Bornemann2017-10-153-1/+6
* | | Unify wording in documentation to use 'top-left' instead 'upper-left'Christian Ehrlicher2017-10-142-4/+4
* | | QVulkanInstance: Fix compilation with MSVC2013Friedemann Kleint2017-10-141-2/+2
* | | Doc: fix QRandomGenerator missing updates after renameThiago Macieira2017-10-141-10/+10
* | | QRandomGenerator: improve internal noexceptnessThiago Macieira2017-10-141-5/+7
* | | QNetworkInterface: don't include addresses from inactive interfacesThiago Macieira2017-10-141-10/+15
* | | QTest: make toString(QHostAddress) workThiago Macieira2017-10-141-1/+2
* | | Printsupport: Not necessary to call setLayout when we added the parentLaurent Montel2017-10-123-4/+1
* | | Fix spelling in qWaitFor commentTor Arne Vestbø2017-10-121-1/+1
* | | qopenglcontext_p.h: Fix Clang warning about include resolutionFriedemann Kleint2017-10-111-1/+1
* | | Doc: move QKeyValueIterator documentation to the right fileSamuel Gaist2017-10-112-120/+120
* | | Doc: fix indexOf QRegularExpression overload documentationSamuel Gaist2017-10-111-1/+1
* | | Windows Vista Style: Draw dock widget title with Qt::TextShowMnemonicFriedemann Kleint2017-10-101-1/+2
* | | PrintSupport: Layout constructor already uses "this"Laurent Montel2017-10-091-1/+0
* | | PrintSupport: replace 0 with nullptrLaurent Montel2017-10-093-12/+12
* | | Printsupport: Fix compilation on gcc with -WpedanticLaurent Montel2017-10-091-1/+1
* | | Enable patent-free LCD rendering with FreeType 2.8.1Allan Sandfeld Jensen2017-10-071-16/+11
* | | Fix build with -no-opengl and on watchOS in generalJake Petroules2017-10-062-0/+4
* | | Avoid using deprecated APIs on iOS 10.0+Lars Schmertmann2017-10-062-2/+17
* | | Move detection of <future> to a configure testGiuseppe D'Angelo2017-10-063-23/+34
* | | QLockFile: don't use QCoreApplication::applicationName()Thiago Macieira2017-10-061-1/+1
* | | QLockInfo: Centralize the management of the lock file's contentsThiago Macieira2017-10-064-77/+100
* | | QLockFile/Unix: drop the use of fcntl(F_SETLK)Thiago Macieira2017-10-062-73/+44
* | | macOS: Split QCocoaScreen out from qcocoaintegration.mmTor Arne Vestbø2017-10-056-276/+391
* | | QMacStyle: smooth QMenu corners for realOleg Yadrov2017-10-054-52/+56
* | | Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-5/+6
* | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-0548-240/+402
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-0448-240/+402
| |\| |
| | * | OCI: Clear the cache in the result for a forward only queryAndy Shaw2017-10-031-0/+9
| | * | Fix strict-prototypes warning with qVersion functionJake Petroules2017-10-021-1/+1
| | * | Fix cookies not being applied on redirectMårten Nordheim2017-09-291-0/+8