summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | | * Merge 5.12 into 5.12.5Paul Wicking2019-08-2315-57/+95
| | | | |\
| | | | * | macOS: Whitelist the 10.15 SDK for building Qt and applicationsTor Arne Vestbø2019-08-201-1/+1
| | | * | | A follow-up to a recent fix in QHttpNetworkConnectionChannelTimur Pocheptsov2019-09-063-1/+39
| | | * | | QShortcut: call base class implementation in event()Christian Ehrlicher2019-09-052-4/+12
| | | * | | qFatal: make it so you cannot disable the messageThiago Macieira2019-09-041-2/+2
| | | * | | tst_http2::goaway - run in ALPN mode onlyTimur Pocheptsov2019-09-041-0/+3
| | | * | | Deliver stationary touchpoints that have changed pressureShawn Rutledge2019-09-022-4/+8
| | | * | | Avoid invalid memory access in QIconCacheGtkReader::lookup()Alexander Volkov2019-09-021-1/+1
| | | * | | QHttpNetworkConnectionChannel - avoid re-connecting on 'disconnected'Timur Pocheptsov2019-09-021-2/+5
| | | * | | QPainter lancelot test: improve drawImage testingEirik Aavitsland2019-09-021-2/+8
| | | * | | Windows QPA: Update theme fonts when the primary screen changesFriedemann Kleint2019-09-022-1/+8
| | * | | | Fix CMake config files for -libdir different from "lib"Joerg Bornemann2019-09-061-1/+5
| | * | | | Schannel: retain extra data after renegotiation is requestedMårten Nordheim2019-09-051-0/+12
| | * | | | Doc: Add external links to new topics in Qt Creator ManualLeena Miettinen2019-09-051-2/+46
| | * | | | Merge "Merge remote-tracking branch 'origin/5.13.1' into 5.13"Qt Forward Merge Bot2019-09-057-13/+177
| | |\ \ \ \
| | | * | | | Merge remote-tracking branch 'origin/5.13.1' into 5.13Qt Forward Merge Bot2019-09-057-13/+177
| | |/| | | |
| | | * | | | Fix crash when text contains too many directional charsv5.13.1Rainer Keller2019-08-312-8/+24
| | | * | | | Don't add default lib dirs to LIBRARY_SEARCH_PATHS in xcode projectsJoerg Bornemann2019-08-271-1/+4
| | | * | | | Revert "Disable debug plugin check for MinGW"Oliver Wolff2019-08-201-1/+1
| | | * | | | eglfs: Fix raster windowsLaszlo Agocs2019-08-158-12/+15
| | | * | | | Add binary compatibility files for Qt5.13.0 for QtBaseMilla Pohjanheimo2019-08-1511-0/+105327
| | | * | | | Do not prepend QMAKE_PREFIX_STATICLIB to TARGET for TEMPLATE auxJoerg Bornemann2019-08-141-2/+4
| | | * | | | Doc: Add doc/config directory to installed docsTopi Reinio2019-08-131-1/+3
| | | * | | | Add changes file for Qt 5.13.1Antti Kokko2019-08-121-0/+141
| | | * | | | macOS: Don’t show hidden windows while z-orderingMorten Johan Sørvig2019-08-121-1/+2
| | * | | | | Update lancelot tests to use non-system-specific host info collectionDaniel Smith2019-09-041-18/+10
* | | | | | | QComboBox: add documentation for textHighlighted/textActivatedChristian Ehrlicher2019-09-091-2/+19
* | | | | | | rhi: gl, metal, d3d: Reuse shader objects when source is the sameLaszlo Agocs2019-09-0913-141/+315
|/ / / / / /