summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | 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-062-12/+36
| | | | * | Doc: Remove unsupported systems out of QNetworkDatagram's listThiago Macieira2017-10-061-3/+1
| | | | * | Increase timeout for tst_QXmlSimpleReader::inputFromSocket() testMilla Pohjanheimo2017-10-051-1/+1
| | | | * | Improve performance in QThreadPoolSvenn-Arne Dragly2017-10-043-31/+204
| | | | * | tests: un-blacklist tst_QMenuBar::taskQTBUG4965_escapeEatenGatis Paeglis2017-10-042-4/+1
| | | | * | Remove // from license textKai Koehne2017-10-041-32/+32
| | * | | | Address Book example: Replace QPair by structAlexander Volkov2017-10-174-54/+64
| | * | | | macOS: Defer update request on drawRect: when a real expose event is neededTor Arne Vestbø2017-10-173-22/+24
* | | | | | QNetworkInterface: Use ranged-for in postProcessMårten Nordheim2017-10-261-11/+7
* | | | | | QNetworkInterfaceManager: use ranged-for in interfaceFrom*Mårten Nordheim2017-10-261-12/+11
* | | | | | QHstsCache - do not mix const/non-const iteratorsTimur Pocheptsov2017-10-262-10/+11
* | | | | | HPACK - remove non-trivial ctorsTimur Pocheptsov2017-10-261-17/+5
* | | | | | HPACK - make Huffman 'CodeEntry' into PODTimur Pocheptsov2017-10-261-13/+0
* | | | | | QHttp2ProtocolHandler - avoid calls to detach in a range-loopTimur Pocheptsov2017-10-241-1/+2
|/ / / / /
* | | | | QSemaphore: Improve waking up on 64-bit LinuxThiago Macieira2017-10-232-27/+102
* | | | | QWindowsXPStyle: Add debug operators for the theme dataFriedemann Kleint2017-10-192-0/+42
* | | | | Add touchpoint feedback to regular_widgets tablet manual testShawn Rutledge2017-10-181-0/+30
* | | | | Windows QPA: Clean up code checking for the OS versionFriedemann Kleint2017-10-185-18/+13
* | | | | QHostAddress: add more classification functionsThiago Macieira2017-10-175-106/+279
* | | | | linuxfb/drm: Pick up the format from the config fileLaszlo Agocs2017-10-171-10/+66
* | | | | Correct QStandardItemModel::setItemData to follow QAbstractItemModelSamuel Gaist2017-10-173-10/+156
* | | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-17361-33499/+28316
|\| | | |
| * | | | 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-165-26/+33
| * | | | configure: make C++11 <random> a required functionalityThiago Macieira2017-10-163-44/+12
| |/ / /
| * | | Don't lose precision in QMacTimeZonePrivate::previousTransition()Edward Welbourne2017-10-161-1/+1
| * | | hellovulkantexture: Fix issues with new validation layerLaszlo Agocs2017-10-161-2/+3
| * | | Fix QWinEventNotifier for auto-reset eventsJoerg Bornemann2017-10-154-2/+16
| * | | 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
| * | | A minor cleanup - fix a commentTimur Pocheptsov2017-10-111-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
| * | | clang-cl: Fix warning about #include resolutionFriedemann Kleint2017-10-101-1/+1
| * | | 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
| * | | Autotest: use _exit() instead of exit() to simulate an unclean exitThiago Macieira2017-10-082-5/+11