summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Android: don't run test function for fd leakage, make test passVolker Hilsheimer2019-06-191-7/+1
| * | | Android: Make sure that the root file system is in the list of volumesVolker Hilsheimer2019-06-181-2/+2
| * | | checkOcspResponse - remove unneeded lockingTimur Pocheptsov2019-06-171-14/+2
| * | | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-05-0350-0/+50
| * | | Use C++11 alignof as reference for Q_ALIGNOF, and fix test on AndroidVolker Hilsheimer2019-06-171-2/+2
| * | | Turn on C++11 and 14 correctlyVolker Hilsheimer2019-06-171-1/+3
| * | | Fix editing of QDateTimeEdit in 12-hour locales that don't use AM/PMVolker Hilsheimer2019-05-283-16/+40
| * | | Merge "Merge remote-tracking branch 'origin/5.13.0' into 5.13"Liang Qi2019-06-176-15/+69
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-176-15/+69
| | |\ \ \
| | | * | | tst_qsslsocket: fix racy testv5.13.0-rc3v5.13.0Mårten Nordheim2019-06-131-2/+2
| | | * | | H2 auto-test, degrage flowControlServerSideTimur Pocheptsov2019-06-131-1/+1
| | | * | | QSslSocket: add and set the TLSv1.3-specific PSK callbackMårten Nordheim2019-06-134-11/+65
| | | * | | Add quoting to deal with empty ${CMAKE_CXX_STANDARD_LIBRARIES}Fredrik Orderud2019-06-111-1/+1
| * | | | | QTextBoundaryFinder: don't break after uppercase followed by commawangChuan2019-05-232-1/+8
| |/ / / /
* | | | | QString: fix comments for qsizetypeAnton Kudryavtsev2019-06-273-33/+33
* | | | | 3rd-Party/Double conversion: Fix developer build with MSVCFriedemann Kleint2019-06-271-0/+5
* | | | | Revert "Deprecate QAtomic::load() / store()"Liang Qi2019-06-261-8/+4
* | | | | tst_QThread: Blacklist sleep() for WindowsFriedemann Kleint2019-06-261-0/+2
* | | | | rhi: d3d: gl: Remove incorrect exec.Cmd.Buf. assumptionLaszlo Agocs2019-06-212-4/+0
* | | | | rhi: d3d11: Add compute and load/store res supportLaszlo Agocs2019-06-212-80/+450
* | | | | rhi: metal: Reuse drawable after a frame without a presentLaszlo Agocs2019-06-181-2/+7
* | | | | rhi: Add compute api and implement for Vulkan and MetalLaszlo Agocs2019-06-1750-465/+2494
* | | | | rhi: Make it possible to request making the context current on GLLaszlo Agocs2019-06-1713-0/+49
* | | | | rhi: Remove reserved and since from the shader classesLaszlo Agocs2019-06-173-5/+0
* | | | | Merge "Merge remote-tracking branch 'origin/5.12' into dev"Liang Qi2019-06-2581-1781/+2496
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-2581-1781/+2496
|/| | | | | | | |_|_|/ | |/| | |
| * | | | NSMenuItem/NSMenu - set the submenu properlyTimur Pocheptsov2019-06-214-0/+24
| * | | | QWidget: fix setTabOrder for compound widgetsChristian Ehrlicher2019-06-102-28/+105
| * | | | Temporarily skip tst_QSslSocket::resumeMårten Nordheim2019-06-241-0/+1
| * | | | SSL: Update an about-to-expire certificateMårten Nordheim2019-06-242-30/+30
| * | | | Fix GCC 9's warning about deprecated violation of Rule of 5Thiago Macieira2019-06-232-6/+0
| * | | | QApplication: clarify and unify global static usageTor Arne Vestbø2019-06-211-11/+5
| * | | | Remove duplicate call to QApplicationPrivate::setPalette_helperTor Arne Vestbø2019-06-211-1/+0
| * | | | Remove duplicate call to QApplicationPrivate::initializeWidgetPaletteHash()Tor Arne Vestbø2019-06-211-1/+0
| * | | | Squash un-needed qt_init function into callsiteTor Arne Vestbø2019-06-211-15/+4
| * | | | Remove dead code from QApplicationPrivate::setSystemPaletteTor Arne Vestbø2019-06-211-20/+2
| * | | | Always fill the background of a tabbed QMdiSubWindowVolker Hilsheimer2019-06-211-5/+11
| * | | | Revert "tst_qnetworkreply - QSKIP/disable tests that deadlock on Windows"Timur Pocheptsov2019-06-211-23/+0
| * | | | Deal with multi-display scenarios when positioning menu popupsShawn Rutledge2019-06-215-8/+44
| * | | | Use Xft DPI as basis for HiDPI scalingAllan Sandfeld Jensen2019-06-192-5/+16
| * | | | Qt D-Bus: Document CMake commandsKai Koehne2019-06-212-0/+227
| * | | | move ENDSESSION_* compat defines to before they are actually usedRolf Eike Beer2019-06-131-6/+6
| * | | | QCborValue::fromJsonValue: rewrite code to remove UBThiago Macieira2019-06-191-4/+6
| * | | | Release program when returning from QOpenGLTextureBlitter::create()Laszlo Agocs2019-06-191-0/+3
| * | | | Fix controlling gdb_index from configure lineAllan Sandfeld Jensen2019-06-201-1/+1
| * | | | Stabilize tst_qsplitterFrederik Gladhorn2019-06-192-2/+1
| * | | | Report correct state change when destroying QAbstractAnimationTor Arne Vestbø2019-06-202-1/+16
| * | | | macOS: Don't capture local Q_D in QMacStyleTor Arne Vestbø2019-06-191-1/+2
| * | | | TLS socket: make verification callback lock-free (OpenSSL)Timur Pocheptsov2019-06-175-51/+70
| * | | | Report correct data when multiple volumes are mounted to the same pathVolker Hilsheimer2019-06-191-0/+3
| | |_|/ | |/| |