summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix sporadic crash in QXcbScreen::getOutputProperty()Edward Welbourne2017-06-281-1/+1
* QSFPM: Avoid following a reset with unnecessary layoutChangedStephen Kelly2017-06-282-1/+25
* Don’t flicker on startup: render on exposeMorten Johan Sørvig2017-06-272-1/+3
* Move qle_bitfield to qendian_p.hAllan Sandfeld Jensen2017-06-274-91/+170
* macOS: Allow maximizing utility windowsTor Arne Vestbø2017-06-271-3/+3
* macOS: Make QCocoaNSWindow header file slightly more readableTor Arne Vestbø2017-06-271-18/+14
* windowflags: Allow testing of naked QWindows, not just QWidgetsTor Arne Vestbø2017-06-275-45/+93
* xcb: remove DISPLAY_FROM_XCB macroGatis Paeglis2017-06-277-21/+26
* uic: Ignore deprecated elements instead of raising an errorJarek Kobus2017-06-271-0/+31
* Improve rounding of QRect::toRectAllan Sandfeld Jensen2017-06-262-1/+33
* macOS: Merge QCocoaWindow::setWindowShadow into its only callerTor Arne Vestbø2017-06-262-11/+3
* QDateTimeEdit: update cursor blinking code to match new APIRichard Moe Gustavsen2017-06-261-2/+2
* Add debug operator for QStorageInfoFriedemann Kleint2017-06-262-0/+42
* Restrict QStyleHints::showShortcutsInContextMenus() to context menusFriedemann Kleint2017-06-262-2/+10
* Support more than 62 instances of QWinEventNotifierJoerg Bornemann2017-06-266-41/+260
* Register avx2 as private featureSean Harmer2017-06-251-0/+1
* QRandomGenerator: Rework the fallback seedingThiago Macieira2017-06-251-38/+58
* Revert "Add QDeadlineTimer to the bootstrap library"Thiago Macieira2017-06-251-1/+0
* qt_findAtNxFile(): account for .9 (9-patch image) extensionsMitch Curtis2017-06-245-1/+27
* winrt: Enable network proxy supportOliver Wolff2017-06-242-2/+1
* macOS: Simplify recreateWindowIfNeeded debug outputTor Arne Vestbø2017-06-241-7/+3
* Work around qvulkanfunctions.h not getting installedLaszlo Agocs2017-06-221-0/+3
* Sort the keys before comparing them in the testKevin Ottens2017-06-221-1/+6
* Move Linux/at-spi debug to categorized loggingFrederik Gladhorn2017-06-221-71/+59
* Blacklist qFutureAssignmentLeak on OpenSUSE CIMorten Johan Sørvig2017-06-221-0/+2
* QtWidgets: Change QTLWExtra::window from QWindow to QWidgetWindowMorten Johan Sørvig2017-06-222-11/+15
* Correctly set native widget window visibilityMorten Johan Sørvig2017-06-221-1/+2
* Split QTest::qExec()J-P Nurmi2017-06-222-30/+63
* testlib: add key sequence functionLiang Qi2017-06-223-0/+73
* macOS: Remove support for child NSWindowsTor Arne Vestbø2017-06-215-336/+39
* macOS: Move QNSWindow implementation into separate fileTor Arne Vestbø2017-06-215-453/+546
* QStyleHelper: add missing forward declarationsSamuli Piippo2017-06-211-0/+4
* Move endian integers to qendian_p.hAllan Sandfeld Jensen2017-06-217-146/+185
* [Shader Graph Gen.] Introduce QShaderNodesLoaderKevin Ottens2017-06-206-2/+636
* [Shader Graph Gen.] Introduce QShaderGraphLoaderKevin Ottens2017-06-206-0/+863
* [Shader Graph Gen.] Introduce QShaderGeneratorKevin Ottens2017-06-206-0/+541
* [Shader Graph Gen.] Introduce QShaderGraph::StatementKevin Ottens2017-06-203-0/+578
* [Shader Graph Gen.] Introduce QShaderGraphKevin Ottens2017-06-206-0/+447
* [Shader Graph Gen.] Introduce QShaderNodeKevin Ottens2017-06-204-0/+421
* [Shader Graph Gen.] Introduce QShaderNodePortKevin Ottens2017-06-204-2/+203
* [Shader Graph Gen.] Introduce QShaderFormatKevin Ottens2017-06-206-2/+530
* Item widgets: API cleanupsGiuseppe D'Angelo2017-06-203-0/+25
* Mark bswap and related methods constexprAllan Sandfeld Jensen2017-06-201-81/+33
* QDate::shortMonthName: remove faulty month testThiago Macieira2017-06-201-28/+20
* Doc: add a note about QRandomGenerator returning the sign bit setThiago Macieira2017-06-201-0/+18
* QRandomGenerator: don't internally rely on QT_HAS_INCLUDEThiago Macieira2017-06-208-10/+111
* QPicture: mark deprecated functions with the QT_DEPRECATED macrosGiuseppe D'Angelo2017-06-202-5/+9
* QWindowsPipeWriter: remove inefficient memberAlex Trotsenko2017-06-202-7/+2
* Fix uninitialized membersJesus Fernandez2017-06-201-1/+1
* Add QDeadlineTimer to the bootstrap libraryThiago Macieira2017-06-201-0/+1