summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * QListView: make sure to respect grid size during dataChanged() handlingChristian Ehrlicher2017-11-041-3/+12
| | | * Disable window shortcuts if there is a window modal dialogElvis Angelaccio2017-11-042-2/+52
| | | * QStorageInfo: Properly decode labels from /dev/disk/by-labelChristian Ehrlicher2017-11-041-1/+33
| | | * Fix dragging inside a modal window when a QShapedPixmapWindow is usedAndy Shaw2017-10-301-1/+4
| | | * tst_QNetworkReply::ioHttpRedirectPolicy - blacklist for b2qt 64bitTimur Pocheptsov2017-10-301-0/+2
| | | * tst_QTcpSocket::suddenRemoteDisconnect - fix flakynessTimur Pocheptsov2017-10-301-2/+4
| | | * tst_QMenuBar: Port to QWindow-based mouse test APIFriedemann Kleint2017-10-292-36/+37
| | | * tst_qnetworkreply: Replace insignificant_test with blacklistingFriedemann Kleint2017-10-293-4/+32
| * | | test: blacklist tst_QWidget::multipleToplevelFocusCheck() and setToolTip()Liang Qi2017-11-121-0/+5
| * | | Blacklist tst_qstandardpaths::testFindExecutable for b2qt/arm64Sami Nurmenniemi2017-11-121-0/+3
| * | | Update gitignoreOrgad Shaneh2017-11-111-1/+5
| * | | QRandomGenerator: optimize the global() and system() storageThiago Macieira2017-11-112-62/+144
| * | | QRandomGenerator: add more of the std Random Engine APIThiago Macieira2017-11-113-13/+142
| * | | QRandomGenerator: add securelySeeded(), to ensure appropriate seedingThiago Macieira2017-11-113-9/+77
| * | | Change QRandomGenerator to have a deterministic modeThiago Macieira2017-11-114-384/+834
| * | | QRandomGenerator: remove the per-thread bufferThiago Macieira2017-11-113-66/+8
| |/ /
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-0894-320/+292
| * | macOS: Fall back to QWindow::icon for application icon if not setTor Arne Vestbø2017-11-072-1/+37
* | | Adjust screen scale factor for certain screen configurationsVictor-Andrei Variu2017-11-171-2/+16
* | | macOS: Fix OpenGL context sharingMorten Johan Sørvig2017-11-161-1/+24
* | | QDateTime: Move the deprecation marker to Qt 5.10Thiago Macieira2017-11-141-1/+1
* | | Special-case parsing of Zulu time-zone in date-timesEdward Welbourne2017-11-142-3/+8
* | | Doc: Remove the default list of highlighted examplesTopi Reinio2017-11-131-20/+0
* | | Fix BC breakage by adding an overload for the QSqlField constructorAndy Shaw2017-11-132-2/+16
* | | Fix shader graph metatypes for static buildsLaszlo Agocs2017-11-112-8/+9
* | | QTemporaryFile: hide the O_TMPFILE feature behind a check for linkat()Thiago Macieira2017-11-114-2/+22
|/ /
* | QWinEventNotifier: Fix exit crashFriedemann Kleint2017-11-071-1/+4
* | Testlib: Fix developer-build with clang 4v5.10.0-beta4Robert Loehning2017-11-061-7/+7
* | macOS: Add logging of screen add/remove/changesTor Arne Vestbø2017-11-043-0/+27
* | Replace <QtCore/QtConfig> includes with qglobal.hAlexandru Croitor2017-11-035-6/+5
* | tests: Make braces consistentJesus Fernandez2017-11-031-3/+6
* | Make QCOMPARE print QColor alpha values on failureMitch Curtis2017-11-037-152/+195
* | QWindowPrivate::globalPosition(): Take embedded windows into accountFriedemann Kleint2017-11-031-1/+1
* | Drop qvulkan headers from QtGui master headerLaszlo Agocs2017-11-032-0/+8
* | Fix redundant Vulkan logging category definitionLaszlo Agocs2017-11-032-28/+28
* | Fix unused variable warning when compiling in release mode with GCC 7Thiago Macieira2017-11-031-0/+2
* | QDateTimeParser: Remove unused variableRobert Loehning2017-11-021-1/+0
* | Fix shadow prefix framework buildsAlexandru Croitor2017-11-023-9/+24
* | macOS: Add categorized logging of event and notification forwardingTor Arne Vestbø2017-11-022-1/+36
* | macOS: Retain NSWindow during event deliveryTor Arne Vestbø2017-11-021-0/+5
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-3046-170/+1408
|\|
| * Windows QPA: Restrict warning about geometry failureFriedemann Kleint2017-10-271-1/+2
| * tst_QFile::largeUncFileSupport(): Use QTRY_VERIFY() to open the fileFriedemann Kleint2017-10-271-5/+31
| * tst_QFile: Introduce StdioFileGuardFriedemann Kleint2017-10-271-21/+43
| * QSslSocket::waitForDisconnected(): flush write buffer before waitingAlex Trotsenko2017-10-271-1/+13
| * tests: use QSKIP for temporarily disabled testsGatis Paeglis2017-10-271-4/+2
| * tests: enforce Qt menubar in tst_QMenuBar::taskQTBUG56860_focusGatis Paeglis2017-10-271-3/+1
| * Fix private includes in qhttp2protocolhandler_p.hJoerg Bornemann2017-10-271-5/+5
| * Replace unneeded nullptr-checks with ASSERTSMårten Nordheim2017-10-271-36/+36
| * Fix psql_schemas testRobert Szefner2017-10-261-1/+1