summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix builds with some MinGW distributionsKai Koehne2018-08-022-2/+2
* HiDPI: Fix calculating window mask from pixmap on drag and dropBłażej Szczygieł2018-08-021-1/+8
* QLabel: Use nullptr in documentationAndre Hartmann2018-08-011-5/+5
* QCocoaMenuLoader - ensure that ensureAppMenuInMenu indeed, ensuresGabriel de Dietrich2018-08-011-18/+15
* Improve documentation of QString::indexOf that take QRegExpAlbert Astals Cid2018-08-011-8/+0
* xcb: partly revert 3bc0f1724ae49c2fd7e6d7bcb650350d20d12246Gatis Paeglis2018-08-014-101/+3
* Doc: Synchronize documentation with code snippetPaul Wicking2018-08-011-3/+3
* QWidget: Add note about fixPosIncludesFrame not supporting window statesTor Arne Vestbø2018-08-011-0/+6
* Fix conditions for dup2 in QProcess::startDetachedJoerg Bornemann2018-08-011-7/+5
* QDeadlineTimer: Fix documentation typoAndre Hartmann2018-08-011-2/+2
* Windows QPA: Fix override cursor being cleared when crossing window bordersFriedemann Kleint2018-07-313-5/+20
* Doc: Remove reference to QTestEventPaul Wicking2018-07-311-5/+2
* Doc: Fix broken links after page renamePaul Wicking2018-07-311-1/+1
* Doc: Update signals and slots introduction pagePaul Wicking2018-07-311-22/+26
* Link from QLocale to where date-time formats are explainedEdward Welbourne2018-07-312-0/+16
* Return to eventloop after emitting encryptedMårten Nordheim2018-07-313-1/+48
* QJsonDocument: Make emptyObject an objectJüri Valdmann2018-07-312-1/+3
* Fix qtbase build for MSVC 2017 15.8Thomas Miller2018-07-302-1/+7
* QSFPM unittest: check dataChanged and layoutChanged signalsDavid Faure2018-07-281-0/+48
* Doc: Fix typos and grammar in qmake variable referenceKai Koehne2018-07-271-11/+11
* Fix touch input for HoloLens devicesOliver Wolff2018-07-271-4/+5
* tst_qpluginloader: Fix preprocessor conditionOliver Wolff2018-07-271-1/+1
* Clean before copying any QCollatorEdward Welbourne2018-07-261-2/+11
* Check against copying the husk left by a moveEdward Welbourne2018-07-262-1/+5
* tst_qplugin: Re-enable loadReleasePlugin test caseOliver Wolff2018-07-261-0/+1
* Skip qplugin auto test for static configurationsOliver Wolff2018-07-261-0/+1
* Doc: Remove typo and add line breaks after \internalPaul Wicking2018-07-262-4/+10
* Fix the fix for mmap() overflow checkThiago Macieira2018-07-252-7/+6
* Doc: Make reference to platform styles version agnosticPaul Wicking2018-07-251-4/+3
* Fix MSVC builds with /Zc:wchar_t-Timur Pocheptsov2018-07-251-0/+2
* xcb: Fix build when xinput2 is not availableFriedemann Kleint2018-07-251-4/+10
* Windows QPA: Fix tablet event coords delay for tablets in pen modeRomain Pokrzywka2018-07-242-7/+3
* Windows: Fix invisible element being included in the UI Automation treeAndre de la Rocha2018-07-241-22/+45
* Fix QUrl::setPath documentation, remove default TolerantModeMikhail Svetkin2018-07-241-1/+1
* xcb: fix various bugs with _NET_WM_MOVERESIZEGatis Paeglis2018-07-235-9/+129
* Let QDir::absoluteFilePath() use isAbsolutePath() for resource pathsEdward Welbourne2018-07-232-51/+89
* Doc: Add since version for QJsonDocument::toJson()Paul Wicking2018-07-231-0/+1
* PCRE2: upgrade to upstream version 10.31Giuseppe D'Angelo2018-07-2336-3126/+4863
* Doc: Correct typo from decoded to encodedPaul Wicking2018-07-211-1/+1
* qmake: skip license check while building qtOswald Buddenhagen2018-07-203-3/+4
* configure: Fix QMAKE_* variable assignments containing numbersAlistair Buxton2018-07-201-1/+1
* QNetworkRequest - fix the documentationTimur Pocheptsov2018-07-201-6/+3
* Doc: Remove erroneous comma in snippetPaul Wicking2018-07-201-1/+1
* Doc: Update external links to Qt Creator ManualLeena Miettinen2018-07-201-9/+41
* qmake: break out testFunc_cache() from evaluateBuiltinConditional()Edward Welbourne2018-07-202-163/+172
* Doc: Update Tetrix examplePaul Wicking2018-07-191-10/+21
* Replace 0 with nullptrAlbert Astals Cid2018-07-195-5/+5
* Doc: Add since version for QJson method and enumPaul Wicking2018-07-192-0/+2
* Doc: Extend description of ShortcutOverride eventPaul Wicking2018-07-191-0/+6
* Plugins: fix crash if the binary JSON data contains invalid sizeThiago Macieira2018-07-198-13/+196