summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | QReadWriteLock: replace (QWaitCondition, QMutex) with std::(condition_variabl...Marc Mutz2019-09-132-22/+29
* | Port QReadWriteLock from QMutexLocker to qt_unique_lockMarc Mutz2019-09-131-6/+7
* | QPointer: some simplificationsMarc Mutz2019-09-131-12/+3
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-09-139-28/+46
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-139-28/+46
| |\|
| | * QHttpThreadDelegate - remove unneeded codeTimur Pocheptsov2019-09-121-3/+5
| | * Cocoa: Set the accepted action to be the one from the responseAndy Shaw2019-09-121-2/+3
| | * Handle robustness with OpenGL < 4.0Allan Sandfeld Jensen2019-09-111-1/+23
| | * Add a missing ConnectionTypeHttp2Direct in several if statementsTimur Pocheptsov2019-09-112-1/+3
| | * CMake: Fix usage of debug frameworks on macOSAlexandru Croitor2019-09-101-1/+2
| | * Schannel: handle SEC_E_INCOMPLETE_DATA in acceptContextMårten Nordheim2019-09-101-1/+6
| | * Schannel: unbreak renegotiation (and likely gracious shutdown)Mårten Nordheim2019-09-092-16/+4
| | * Re-add tst_selftests "crashes old stdout txt" on QEMUAssam Boudjelthia2019-09-091-3/+0
* | | macOS dark mode: set the link colorShawn Rutledge2019-09-121-1/+5
* | | QTranslator doc: use QCoreApplication::installTranslator()Christian Ehrlicher2019-09-121-2/+2
|/ /
* | rhi: metal: Configure the layer's opaque property as appropriateLaszlo Agocs2019-09-121-0/+12
* | rhi: Add a flag to indicate preferring a software adapterLaszlo Agocs2019-09-125-4/+67
* | rhi: vulkan: Report device lostLaszlo Agocs2019-09-122-30/+38
* | rhi: Better handling of device lossLaszlo Agocs2019-09-1213-3/+90
* | rhi: Clarify the swapchain alpha flag docsLaszlo Agocs2019-09-121-2/+10
* | rhi: gl: Avoid crash when reading back the swapchain backbufferLaszlo Agocs2019-09-121-1/+2
* | rhi: d3d11: Fix enabling alpha compositingLaszlo Agocs2019-09-121-5/+16
* | rhi: Make the clang code model happy as much as we canLaszlo Agocs2019-09-127-464/+470
* | Simplify QColorSpacePrivate initializationTor Arne Vestbø2019-09-124-22/+20
* | rhi: d3d11: Add the device lost testing machineryLaszlo Agocs2019-09-126-2/+304
* | QCoreApplication: work towards replacing a QRecursiveMutex with a QMutexMarc Mutz2019-09-122-3/+13
* | QReadWriteLock: add a check for writeOnly, tooMarc Mutz2019-09-121-0/+63
* | QReadWriteLock: use NSDMI to simplify the Private ctorMarc Mutz2019-09-121-10/+8
* | QtGui: replace some QMutexLockers with (new) qt_{scoped,unique}_lock()Marc Mutz2019-09-125-17/+20
* | Brush up QReadWriteLock benchmarkMarc Mutz2019-09-122-8/+23
* | Cleanup QtWidgets (tools) examplesChristian Ehrlicher2019-09-1160-376/+426
* | Add qt.core.filesystemwatcher logging categoryShawn Rutledge2019-09-111-4/+9
* | Fix qdoc warningsFriedemann Kleint2019-09-109-8/+12
* | tst_QTableWidget: cleanupChristian Ehrlicher2019-09-101-210/+201
* | QWinRTUia*: remove anti-pattern passing new'ed QSharedPointer into lambdasMarc Mutz2019-09-1010-90/+85
* | QFileDialog: Fix volume name display on WindowsFriedemann Kleint2019-09-101-11/+28
* | QMenu::popup(): don't change the menu's screen if called from exec()Shawn Rutledge2019-09-101-7/+10
* | Dpi settings: QT_SCREEN_SCALE_FACTORS enables scaling againDavid Faure2019-09-101-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Friedemann Kleint2019-09-0926-101/+488
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-0926-101/+488
| |\|
| | * QRandom: retry the use of RDRAND instruction as recommended by manualsThiago Macieira2019-09-081-7/+12
| | * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-09-0817-61/+265
| | |\
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-0817-61/+265
| | |/|
| | | * Merge "Merge remote-tracking branch 'origin/5.12.5' into 5.12"Qt Forward Merge Bot2019-09-077-55/+211
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-077-55/+211
| | | |/|
| | | | * Don't add default lib dirs to LIBRARY_SEARCH_PATHS in xcode projectsv5.12.5Joerg Bornemann2019-09-031-1/+4
| | | | * Fix library suffix replacement for xcode projectsJoerg Bornemann2019-08-312-43/+69
| | | | * Fix crash when text contains too many directional charsRainer Keller2019-08-302-8/+24
| | | | * Add changes file for Qt 5.12.5Antti Kokko2019-08-301-0/+109
| | | | * Do not prepend QMAKE_PREFIX_STATICLIB to TARGET for TEMPLATE auxJoerg Bornemann2019-08-281-2/+4