summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | 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-064-25/+36
* | | 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-0539-113/+115
* | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-0562-270/+779
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-0462-270/+779
| |\| |
| | * | tst_QSsl(longlongnamefollows) - fix a flakey auto-testTimur Pocheptsov2017-10-031-21/+43
| | * | 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-292-0/+36
| | * | HTTP/2 protocol handler: set redirect URL on replyTimur Pocheptsov2017-09-291-1/+20
| | * | Add support for ICC in toolchain.prfTony Sarajärvi2017-09-291-2/+2
| | * | QWindowsMouseHandler: Add documentation link for bitmask magicGabriel de Dietrich2017-09-281-0/+1
| | * | macOS: Bail out early when handling shortcut event results in closing windowAnders Hafreager2017-09-281-0/+4
| | * | Fix crash when reparenting window containerPaul Olav Tvete2017-09-282-2/+30
| | * | Blacklist tst_QWindow:testInputEvents on RHEL 7.4Tony Sarajärvi2017-09-271-0/+2
| | * | Reorder defines to respect alphabetic order in bootstrap configEdward Welbourne2017-09-271-7/+8
| | * | Do not define _HAS_EXCEPTIONS=0 in MSVC buildsJoerg Bornemann2017-09-272-2/+2
| | * | QAbstractSocket: fix handling of successful connectToHostByName()Alex Trotsenko2017-09-271-4/+8
| | * | qglxconvenience: Avoid null pointer dereferenceKai Uwe Broulik2017-09-271-1/+4
| | * | moc: remove useless cast in qt_static_metacall generated codeEric Lemanissier2017-09-271-3/+2
| | * | Remove unnecessary copying in QSet::subtract()Sze Howe Koh2017-09-271-6/+7
| | * | Return focus to correct widget after showing menuPaul Olav Tvete2017-09-262-1/+50
| | * | Windows QPA: Call raise() also for SubWindows with WindowStaysOnTopHintFriedemann Kleint2017-09-261-1/+3
| | * | Windows QPA: Detect screen by mouse position when dragging a windowFriedemann Kleint2017-09-264-11/+39
| | |/
| | * Fix docs about QMAKESPEC in INCLUDEPATHMichal Klocek2017-09-251-2/+2
| | * Windows QPA: Move function to find screen by HWND to QWindowsScreenManagerFriedemann Kleint2017-09-253-8/+24
| | * Make QDateTimeParser a separate featureEdward Welbourne2017-09-259-21/+36