summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QRandomGenerator: improve floating-point random generationThiago Macieira2017-10-201-2/+10
* QRandomGenerator: fix the timing of the closing of the Unix random fdThiago Macieira2017-10-201-2/+2
* QNativeGestureEvent: Fix qdoc warningFriedemann Kleint2017-10-201-2/+2
* QBasicMutex: mark the bootstrap constructor constexprThiago Macieira2017-10-191-1/+1
* MinGW: Globally define WINVER and _WIN32_WINNT to enable Windows 7 APIOrgad Shaneh2017-10-1910-16/+14
* QAbstractItemView: Make it easier to drop above and below itemsThorbjørn Lund Martsum2017-10-181-1/+1
* Doc: qtwidgets index page: wrong name for image fileNico Vertriest2017-10-181-1/+1
* Doc: correct filename png filesNico Vertriest2017-10-182-2/+2
* Doc: replace screenshot widgets tutorial with more updated versionNico Vertriest2017-10-181-0/+0
* QHostInfo: Make getaddrinfo() mandatoryThiago Macieira2017-10-184-210/+43
* Windows: Fix inability to have two topmost windowsMårten Nordheim2017-10-171-1/+1
* Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-1738-170/+332
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-1638-170/+332
| |\
| | * ANGLE: Fix compilation with MinGWOrgad Shaneh2017-10-161-1/+1
| | * Attach Qt main c++ thread to jvm at the early beginningVyacheslav Koscheev2017-10-161-0/+11
| | * QSystemTrayIcon/Windows: Fix position of context menu with High DPI scalingFriedemann Kleint2017-10-161-0/+9
| | * Remove some unused, local variablesJędrzej Nowacki2017-10-146-7/+1
| | * QHostAddress::setAddress - fix an overload taking SpecialAddressTimur Pocheptsov2017-10-131-43/+43
| | * QPainter: fix invalid pen style when drawing misspelled wordsDavid Faure2017-10-121-0/+2
| | * Replace 'an unique' with 'a unique'Kai Koehne2017-10-113-3/+3
| | * QCocoaWindow: Toggle titlebar transparency to support unified toolbarGabriel de Dietrich2017-10-111-0/+2
| | * Fix CVE-2017-10989 in sqliteAndy Shaw2017-10-112-0/+19
| | * Revert "Do not include qfloat16 tables in arm64 builds"Allan Sandfeld Jensen2017-10-101-13/+10
| | * QDockWidget - improve resizeThorbjørn Lund Martsum2017-10-101-1/+3
| | * Add support for HTTP status 308 Permanent RedirectMårten Nordheim2017-10-104-3/+5
| | * Fix typo in QKeyEvent docsFlorian Bruhin2017-10-101-1/+1
| | * Windows font database: Remove clamping of default font sizeFriedemann Kleint2017-10-091-6/+0
| | * Documentation: Add missing event type for non-client mouse eventsKrzysztof Kawa2017-10-071-4/+4
| | * 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