summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QTableWidgetItem: pass role to dataChanged() signalChristian Ehrlicher2018-05-124-16/+40
* QStyleSheet: fix typo in propertyNameForStandardPixmap for discardChristian Ehrlicher2018-05-121-1/+1
* Doc: add explanation of return format of QImage::transformed()Eirik Aavitsland2018-05-111-0/+14
* macOS: Add QSurfaceType::MetalSurfaceMorten Johan Sørvig2018-05-114-9/+17
* QWindowsCARootFetcher: fix compile with QSSLSOCKET_DEBUGMårten Nordheim2018-05-111-0/+5
* tst_QHeaderView: replace custom waitFor() functionChristian Ehrlicher2018-05-101-13/+3
* QHeaderView: reset cached size hint on reset()Christian Ehrlicher2018-05-102-4/+42
* Enable checks for tst_QHeaderView::sectionSizeHint()Christian Ehrlicher2018-05-101-5/+3
* Rename the tablet example to avoid triggering a bug in tablet driversAndre de la Rocha2018-05-091-0/+5
* cups: Fix UI mismatch when a default printer option choice is not availableAlbert Astals Cid2018-05-091-14/+27
* Revert "qbasicdrag: temporary restore obsolete APIs"Gatis Paeglis2018-05-091-4/+2
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-05-0825-98/+209
|\
| * Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-0825-98/+209
| |\
| | * qlalr: Fix startup crash in static buildsFriedemann Kleint2018-05-086-51/+59
| | * tests/auto/network: Avoid unconditional qWait()sKari Oikarinen2018-05-085-33/+19
| | * QtGui: Enable synchronous delivery for QWSysIf:::WindowScreenChangedEventFriedemann Kleint2018-05-082-2/+4
| | * Manual dialogs test: Add about dialog showing style and scalingFriedemann Kleint2018-05-081-0/+43
| | * Fix building with -no-feature-shortcutJoni Poikelin2018-05-083-0/+12
| | * Fix build without features.timezoneTasuku Suzuki2018-05-082-0/+6
| | * QShortcutMap: print ambiguous shortcuts when DEBUG_QSHORTCUTMAP is definedMitch Curtis2018-05-071-0/+13
| | * TestLib: Fix license headers in qabstractitemmodeltester.*Kai Koehne2018-05-072-10/+32
| | * tst_qresourceengine: Fix test for static MSVC buildsOliver Wolff2018-05-071-0/+6
| | * tst_qresourceengine: Fix test for configurations with builtin_testdataOliver Wolff2018-05-072-1/+13
| | * tst_qiodevice: Skip broken winrt testsOliver Wolff2018-05-071-0/+6
* | | configure: change convention of passing libraries to config testsOswald Buddenhagen2018-05-083-30/+32
|/ /
* | configure: centralize shell-quoting of tests' .literal_args fieldOswald Buddenhagen2018-05-082-6/+8
* | Remove mention of selftest.qrc from generator script's docEdward Welbourne2018-05-081-3/+1
* | macOS: Transition to new QPA dag-and-drop APIMikhail Svetkin2018-05-084-25/+105
* | macOS: Experimental Vulkan support via MoltenVKMorten Johan Sørvig2018-05-0810-7/+261
* | qbasicdrag: temporary restore obsolete APIsGatis Paeglis2018-05-081-2/+4
* | Windows QPA: Improve debug output of keyboard shortcut handlingFriedemann Kleint2018-05-081-16/+59
* | Get rid of argb32->argb32pm routines in qimageAllan Sandfeld Jensen2018-05-076-355/+10
* | Optimize intermediate_adder_avx2Allan Sandfeld Jensen2018-05-071-6/+7
* | Fix order of mouse selftest in selftests.priMitch Curtis2018-05-071-2/+2
* | Add self-tests for QTest::keyPress() and QTest::keyRelease()Mitch Curtis2018-05-0710-0/+172
* | qmake: make even more use QStringRef and QStringView overloadsOswald Buddenhagen2018-05-071-5/+4
* | Optimize direct argb32 blend functionsAllan Sandfeld Jensen2018-05-071-8/+8
* | fix handling of GENERATED_TESTDATA with CONFIG+=builtin_testdataOswald Buddenhagen2018-05-071-7/+13
* | rcc: don't drop entries with missing files in -list modeOswald Buddenhagen2018-05-072-13/+9
* | Move default implementation of update requests to QPlatformWindowTor Arne Vestbø2018-05-0712-46/+50
* | Windows QPA: Use new QPA Dnd APIFriedemann Kleint2018-05-051-29/+22
* | qsimd: add support for new x86 CPU featuresThiago Macieira2018-05-058-329/+683
* | qsimd: remove support for systems without 64-bit atomicsThiago Macieira2018-05-052-17/+7
* | Examples: fix network-chat in the presence of an IPv6 stackThiago Macieira2018-05-051-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-0518-234/+232
|\|
| * macOS + FreeType: Properly distinguish memory fonts from file fontsTor Arne Vestbø2018-05-041-6/+5
| * QAbstractEventDispatcher: add a note about the timer range for Qt 6Thiago Macieira2018-05-041-0/+1
| * Fix Clang 6 warning about comparing different enumsThiago Macieira2018-05-041-1/+1
| * Generate more Windows/Linux-like Qt keyboard eventsJames McDonnell2018-05-042-198/+122
| * Avoid to fail to close stream on exceptionAndré Klitzing2018-05-041-15/+43