summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix connection string code snippet for ODBC on WindowsAndy Shaw2019-09-241-1/+1
* Skip tst_QDateTime::systemTimeZoneChange for UWP configurationsOliver Wolff2019-09-241-3/+3
* Move DialogButtonBoxLayout case to be before MouseDoubleClickDistanceAndy Shaw2019-09-241-3/+2
* Windows QPA: Fix close button not working on Windows 7Andre de la Rocha2019-09-231-3/+9
* Do not pass nullptr as '%s'Allan Sandfeld Jensen2019-09-231-2/+5
* tests: fix typo in commentRolf Eike Beer2019-09-231-1/+1
* Add SQLite specific documentation when specifying a database nameAndy Shaw2019-09-211-0/+8
* Ensure all children of a widget get updated when a stylesheet changesAndy Shaw2019-09-211-0/+5
* QPainter: Avoid leaking memory on unbalanced save/restoreEirik Aavitsland2019-09-201-1/+1
* qmake: Replace WinRT with UWP in the qmake ManualLeena Miettinen2019-09-201-29/+22
* Doc: Remove broken example snippet from Q_ENUMSPaul Wicking2019-09-201-8/+4
* Doc: Edit QNetworkProxy::QNetworkProxy() default proxy typeLeena Miettinen2019-09-191-3/+5
* QWizard/AeroStyle: Fix condition introduced by previous fixFriedemann Kleint2019-09-191-3/+4
* Prevent crash in QWasmScreen::resizeMaximizedWindows()Morten Johan Sørvig2019-09-181-0/+2
* QWizard/AeroStyle: Fix crash when Qt::AA_NativeWindows is setFriedemann Kleint2019-09-181-1/+4
* Fix passing FREETYPE_LIBS and friends to configureJoerg Bornemann2019-09-181-10/+14
* Fix qtConfLibrary_freetype's include pathsJoerg Bornemann2019-09-181-1/+1
* QHighDPI: Fix wrong conversion for native child windowsFriedemann Kleint2019-09-181-1/+3
* Ignore non-existent .ui file dependenciesJoerg Bornemann2019-09-183-1/+11
* Make it possible to undefine NDEBUG for nmake and VS projectsJoerg Bornemann2019-09-187-8/+28
* Fix Vulkan SDK detection for MinGW cross-compilationJoerg Bornemann2019-09-181-0/+5
* evdevtouch: Add fallback definition of ABS_MT_PRESSURE; fix alignmentShawn Rutledge2019-09-171-2/+5
* Windows QPA: Fix missing resize when changing the scale factorFriedemann Kleint2019-09-171-2/+4
* 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
* 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