summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QRandomGenerator: use getentropy on Linux & OpenBSDThiago Macieira2017-06-307-12/+96
* Add support for OpenGL ES 3.2 in QOpenGLExtraFunctionsLaszlo Agocs2017-06-306-7/+1146
* Linux: add a note to the ELF binary what minimum Linux is neededThiago Macieira2017-06-302-0/+108
* qglobal.h: fix build in assembler modeThiago Macieira2017-06-301-2/+5
* macOS: Remove workaround for crash when closing window from title barTor Arne Vestbø2017-06-292-15/+0
* macOS: Remove unneeded Objective-C instance variable declarationsTor Arne Vestbø2017-06-292-9/+0
* macOS: Remove workaround for queued input events to stale windowsTor Arne Vestbø2017-06-293-26/+1
* Fix QAbstractEventDispatcher::installNativeEventFilter documentationTor Arne Vestbø2017-06-281-2/+1
* Revert "Support more than 62 instances of QWinEventNotifier"Liang Qi2017-06-286-260/+41
* Android: Allow deploying Qt apps as system appsAnton Miller2017-06-284-25/+82
* macOS: Remove workaround for grabbing child NSWindowsTor Arne Vestbø2017-06-282-24/+2
* Remove requirement to call QWindow::setMask after creating windowTor Arne Vestbø2017-06-285-13/+30
* Clean-up in QXcbScreen::getOutputProperty()Gatis Paeglis2017-06-281-6/+3
* 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