summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* preserve HTML heading level in QTextBlockFormat; demonstrate in exampleShawn Rutledge2018-03-026-53/+149
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Qt Forward Merge Bot2018-03-0228-603/+595619
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-0228-603/+595619
| |\
| | * qtestlib: fix support for pressing multiple mouse buttonsGatis Paeglis2018-03-016-29/+263
| | * Fix QXcbScreen::format() when rgb-swap is neededAllan Sandfeld Jensen2018-03-011-1/+3
| | * ToolTip/Windows: Fix wrong size when font is modified by widget stylesheetFriedemann Kleint2018-03-012-12/+62
| | * Windows QPA: Fix setting the separator property on native menusFriedemann Kleint2018-03-011-0/+7
| | * tst_QAbstractItemView: Wrap qWaitForWindowActive in QVERIFYKari Oikarinen2018-03-011-4/+3
| | * tst_QLocalSocket: Fix not showing error output in processConnectionKari Oikarinen2018-03-011-0/+2
| | * Find PCRE2 via pkgconfigR.J.V. Bertin2018-03-011-0/+1
| | * QHeaderView: Fix crash in layout about to changeThorbjørn Lund Martsum2018-03-012-2/+5
| | * windowsuiautomation: Lowercase windows header includesMartin Storsjö2018-03-012-2/+2
| | * QHeaderView: skip dividing by 1, rather pointlessDavid Faure2018-02-281-1/+1
| | * QMimeDatabase: fix regression in alias resolvingDavid Faure2018-02-282-2/+27
| | * syncqt: remove 'descend' parameter from findFiles()Oswald Buddenhagen2018-02-281-11/+5
| | * syncqt: fix fallback of -builddirOswald Buddenhagen2018-02-281-3/+5
| | * Update the Unicode BiDi algorithm to be compliant with Unicode 10Lars Knoll2018-02-287-535/+595231
| | * Fix ligature handling in QTextLine::cursorToX()Lars Knoll2018-02-281-1/+2
* | | Show the checkmark when rendering a QAction in a QMenu using QSSSteve Mokris2018-03-011-7/+30
|/ /
* | When cloning QWheelEvent, also propagate the event's timestampSteve Mokris2018-03-012-0/+3
* | stylesheets cleanup to prepare for a bigger patchSergio Martins2018-02-288-72/+53
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-288-6/+127
|\|
| * macOS: Warn the user when KVO-observing QCocoaNSWindowTor Arne Vestbø2018-02-281-0/+5
| * Doc: Add doc for QSKIPNico Vertriest2018-02-282-0/+113
| * Silence a GCC 8 warning in qpainterVille Voutilainen2018-02-281-2/+2
| * Silence a GCC 8 warning in qoutlinemapperVille Voutilainen2018-02-281-1/+1
| * Silence a GCC 8 warning in qringbufferVille Voutilainen2018-02-281-1/+1
| * Blacklist tst_QWidget::saveRestoreGeometry on openSUSEKari Oikarinen2018-02-281-0/+2
| * tst_QLocalSocket: Fix flakiness of processConnectionKari Oikarinen2018-02-281-2/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-288-20/+33
|\|
| * Blacklist tst_QNetworkReply::ioHttpRedirectPolicySami Nurmenniemi2018-02-281-2/+2
| * QDate/Time,QTimeZone: Fix empty documentation section titlesFriedemann Kleint2018-02-272-5/+4
| * Silence a GCC 8 warning in qxcbnativeinterfaceVille Voutilainen2018-02-271-7/+7
| * Silence a GCC 8 warning in evdevtabletVille Voutilainen2018-02-271-1/+1
| * Widen the blacklists for flaky udp testsVille Voutilainen2018-02-271-2/+2
| * Make qWaitForWindowActive more robustVille Voutilainen2018-02-271-2/+2
| * Windows QPA: Ensure a mouse release event is sent after DnDFriedemann Kleint2018-02-261-1/+15
* | Introduce QImage{Reader,Writer}::imageFormatsForMimeType()Alexander Volkov2018-02-276-2/+71
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-265-696/+447
|\|
| * Fix compile with sanitize address & undefinedBogDan Vatra2018-02-261-1/+5
| * Cocoa: Fix incorrect QSystemTrayIcon::geometry()Morten Johan Sørvig2018-02-261-3/+4
| * xcb: simplify handling of keymap updatesGatis Paeglis2018-02-253-43/+41
| * xcb: cleanup TODOs for KeyboardLayoutChangeGatis Paeglis2018-02-252-18/+23
| * xcb: minor refactoring in QXcbKeyboard::checkForLatinLayout()Gatis Paeglis2018-02-251-6/+6
| * xcb: remove X11 deps from QXcbKeyboard::checkForLatinLayout/lookupLatinKeysym()Gatis Paeglis2018-02-251-4/+4
| * xcb: have a proper detection of key events originating from SendEventGatis Paeglis2018-02-252-47/+58
| * xcb: use keysym defs from xkbcommon, instead of X11 headersGatis Paeglis2018-02-251-590/+322
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-2412-2280/+434
|\|
| * xcb: minor cleanup in QXcbKeyboard::handleKeyEvent()v5.11.0-beta1Gatis Paeglis2018-02-241-15/+23
| * xcb: refactor QXcbKeyboard::keysymToQtKey() and fix bugGatis Paeglis2018-02-243-61/+102