summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | QJsonDocument: Reject objects containing themselves in binary JSONJüri Valdmann2018-05-042-3/+3
| * | | Fix encoding of freetype/LICENSE.txt to utf-8Kai Koehne2018-05-041-1/+1
| * | | QJsonDocument::fromRawData: Fix out-of-bounds accessJüri Valdmann2018-05-044-1/+5
| * | | Fix the enabling of AES with ICC and MSVC on some low-end processorsThiago Macieira2018-05-041-3/+2
* | | | QNX: Add screen-context-capabilities platform parameterJames McDonnell2018-05-041-2/+21
* | | | QNX: Move screen event retrieval to the GUI threadJames McDonnell2018-05-045-115/+103
* | | | Accessibility: Fix leaking cached interfacesFrederik Gladhorn2018-05-043-0/+11
* | | | qpa: improve API to support DnDs from other processesGatis Paeglis2018-05-0412-58/+197
* | | | android: Add support for precompiled headersDarrell Walisser2018-05-041-0/+7
* | | | Port placeholder rendering to palette placeholder color roleFilipe Azevedo2018-05-043-6/+3
* | | | Add a QPalette color role for placeholder textsFilipe Azevedo2018-05-044-15/+57
* | | | QFileSystemModel: remove unused function naturalCompare()Christian Ehrlicher2018-05-041-2/+0
* | | | QContiguousCache: add assertion to avoid negative capacityChristian Ehrlicher2018-05-041-0/+2
* | | | macOS: Fix stretch of condensed fonts with NoFontMergingEskil Abrahamsen Blomfeldt2018-05-042-1/+24
* | | | QShortcut: Try harder to find a widget for parentless menubarsGabriel de Dietrich2018-05-034-2/+18
* | | | eglfs/kms: Add drm atomic zpos property handlingLionel CHAZALLON2018-05-033-0/+7
* | | | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-05-0337-118/+336
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-0337-118/+336
| |\| | |
| | * | | macOS: ensure mouse events from the global monitor has the correct button setRichard Moe Gustavsen2018-05-032-3/+13
| | * | | tests: unblacklist tst_qwindow.cpp::modalWindowPosition()Gatis Paeglis2018-05-031-2/+0
| | * | | Configure window manager to support RCar D3Timo Aarnipuro2018-05-031-9/+17
| | * | | QProcess: set proper error state if we failed to create a pipeThiago Macieira2018-05-021-1/+6
| | * | | tst_QUdpSocket: Fix Clang warning about unused expressionFriedemann Kleint2018-05-021-2/+4
| | * | | If the page size is not valid on the new printer, set a custom sizeAndy Shaw2018-05-024-3/+66
| | * | | Examples: Fix unused variable warnings by ClangFriedemann Kleint2018-05-023-4/+14
| | * | | Feed external geometry changes to QtJames McDonnell2018-05-022-0/+27
| | * | | Add screenContext native propertyJames McDonnell2018-05-021-0/+3
| | * | | Flush the initial clear blit with SCREEN_WAIT_IDLEJames McDonnell2018-05-021-1/+1
| | * | | macOS: Don't trigger deferred needsDisplay when using timer-based requestUpdateTor Arne Vestbø2018-05-021-1/+1
| | * | | qtestlib: restore qWaitForWindowActive() its original semanticsGatis Paeglis2018-05-021-17/+1
| | * | | Fix for mouse with modifiers handlingKarim Pinter2018-05-027-37/+23
| | * | | Manual touch test: Add handling for multiple touch screensFriedemann Kleint2018-05-021-18/+80
| | * | | Docs: Mark vsp2SetLayerAlpha as preliminaryJohan Klokkhammer Helsing2018-05-021-0/+15
| | * | | Tests: Fix clang warnings about unused variables and capturesFriedemann Kleint2018-05-022-5/+2
| | * | | Examples: Fix Clang warning about hiding QGraphicsItem:::advance()Friedemann Kleint2018-05-023-3/+3
| | * | | xcb: round down the scale factor for values < 0.8Mathieu Velten2018-05-021-1/+6
| | * | | Fix crash in QMacPanGestureRecognizerJan Arve Saether2018-05-023-2/+45
* | | | | Use QDateTime::toString(Qt::ISODateWithMS) instead of reinventing itEdward Welbourne2018-05-031-27/+1
* | | | | make it possible to override the basename of module config filesOswald Buddenhagen2018-05-032-7/+9
* | | | | cups: Show a dialog when asked for passwordAlbert Astals Cid2018-05-031-0/+72
|/ / / /
* | | | Add option to override comparison fuzziness level to lancelot testsEirik Aavitsland2018-05-031-0/+11
* | | | Add commandline option to lancelot tests for forcing baseline updateEirik Aavitsland2018-05-031-2/+17
* | | | qFatal: Prevent deadlocks on WindowsThiago Macieira2018-05-021-1/+28
* | | | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-05-0257-278/+494
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-0257-278/+494
| |\| | |
| | * | | Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-0230-157/+168
| | * | | tst_QTabWidget: Add unconditional qWait() backKari Oikarinen2018-05-021-1/+3
| | * | | QItemSelectionModel: More fixes for is(Column/Row)SelectedDaniel Teske2018-04-302-27/+142
| | * | | QitemSelectionModel: Fix a bug in isColumnSelectedDaniel Teske2018-04-301-2/+6
| | * | | tst_QLineEdit: Use correct keys to move to Start/End of LineDaniel Teske2018-04-301-7/+17