summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move qle_bitfield to qendian_p.hAllan Sandfeld Jensen2017-06-272-90/+85
* 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
* 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-261-1/+1
* 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-265-41/+172
* 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-241-1/+6
* 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
* Move Linux/at-spi debug to categorized loggingFrederik Gladhorn2017-06-221-71/+59
* 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-222-0/+38
* 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-203-2/+341
* [Shader Graph Gen.] Introduce QShaderGraphLoaderKevin Ottens2017-06-203-0/+305
* [Shader Graph Gen.] Introduce QShaderGeneratorKevin Ottens2017-06-203-0/+181
* [Shader Graph Gen.] Introduce QShaderGraph::StatementKevin Ottens2017-06-202-0/+170
* [Shader Graph Gen.] Introduce QShaderGraphKevin Ottens2017-06-203-0/+190
* [Shader Graph Gen.] Introduce QShaderNodeKevin Ottens2017-06-203-0/+262
* [Shader Graph Gen.] Introduce QShaderNodePortKevin Ottens2017-06-203-2/+147
* [Shader Graph Gen.] Introduce QShaderFormatKevin Ottens2017-06-203-2/+243
* 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-203-3/+30
* 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
* Add support for input contexts to offscreen platformSami Nurmenniemi2017-06-202-0/+16
* Eliminate in/out arguments from QDateTimeParser::parse()Edward Welbourne2017-06-203-8/+6
* QDateTimeParser: partial break-up of long method to eliminate gotoEdward Welbourne2017-06-202-284/+290
* Eliminate out-parameters from QDateTimeParser::parseSection()Edward Welbourne2017-06-202-107/+91
* QDateTimeParser: consolidate #if-ery around QT_NO_DATESTRINGEdward Welbourne2017-06-202-14/+8
* QDateTimeParser: implement parsing of time-zone specifiersEdward Welbourne2017-06-203-31/+187
* Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-201-3/+4